Uses of Class
pb.Ops.Locations
Packages that use Ops.Locations
-
Uses of Ops.Locations in pb
Methods in pb that return Ops.LocationsModifier and TypeMethodDescriptionOps.Locations.Builder.build()
Ops.Locations.Builder.buildPartial()
static Ops.Locations
Ops.Locations.getDefaultInstance()
Ops.Locations.Builder.getDefaultInstanceForType()
Ops.Locations.getDefaultInstanceForType()
Ops.Source.Builder.getLocationsOrDefault
(String key, Ops.Locations defaultValue) map<string, .pb.Locations> locations = 1;
Ops.Source.getLocationsOrDefault
(String key, Ops.Locations defaultValue) map<string, .pb.Locations> locations = 1;
Ops.SourceOrBuilder.getLocationsOrDefault
(String key, Ops.Locations defaultValue) map<string, .pb.Locations> locations = 1;
Ops.Source.Builder.getLocationsOrThrow
(String key) map<string, .pb.Locations> locations = 1;
Ops.Source.getLocationsOrThrow
(String key) map<string, .pb.Locations> locations = 1;
Ops.SourceOrBuilder.getLocationsOrThrow
(String key) map<string, .pb.Locations> locations = 1;
static Ops.Locations
Ops.Locations.parseDelimitedFrom
(InputStream input) static Ops.Locations
Ops.Locations.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.Locations
Ops.Locations.parseFrom
(byte[] data) static Ops.Locations
Ops.Locations.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.Locations
Ops.Locations.parseFrom
(com.google.protobuf.ByteString data) static Ops.Locations
Ops.Locations.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.Locations
Ops.Locations.parseFrom
(com.google.protobuf.CodedInputStream input) static Ops.Locations
Ops.Locations.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.Locations
Ops.Locations.parseFrom
(InputStream input) static Ops.Locations
Ops.Locations.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.Locations
Ops.Locations.parseFrom
(ByteBuffer data) static Ops.Locations
Ops.Locations.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in pb that return types with arguments of type Ops.LocationsModifier and TypeMethodDescriptionOps.Source.Builder.getLocations()
Deprecated.Ops.Source.getLocations()
Deprecated.Ops.SourceOrBuilder.getLocations()
Deprecated.Ops.Source.Builder.getLocationsMap()
map<string, .pb.Locations> locations = 1;
Ops.Source.getLocationsMap()
map<string, .pb.Locations> locations = 1;
Ops.SourceOrBuilder.getLocationsMap()
map<string, .pb.Locations> locations = 1;
Ops.Source.Builder.getMutableLocations()
Deprecated.com.google.protobuf.Parser
<Ops.Locations> Ops.Locations.getParserForType()
static com.google.protobuf.Parser
<Ops.Locations> Ops.Locations.parser()
Methods in pb with parameters of type Ops.LocationsModifier and TypeMethodDescriptionOps.Source.Builder.getLocationsOrDefault
(String key, Ops.Locations defaultValue) map<string, .pb.Locations> locations = 1;
Ops.Source.getLocationsOrDefault
(String key, Ops.Locations defaultValue) map<string, .pb.Locations> locations = 1;
Ops.SourceOrBuilder.getLocationsOrDefault
(String key, Ops.Locations defaultValue) map<string, .pb.Locations> locations = 1;
Ops.Locations.Builder.mergeFrom
(Ops.Locations other) static Ops.Locations.Builder
Ops.Locations.newBuilder
(Ops.Locations prototype) Ops.Source.Builder.putLocations
(String key, Ops.Locations value) map<string, .pb.Locations> locations = 1;
Method parameters in pb with type arguments of type Ops.LocationsModifier and TypeMethodDescriptionOps.Source.Builder.putAllLocations
(Map<String, Ops.Locations> values) map<string, .pb.Locations> locations = 1;