Uses of Class
com.google.cloud.location.Location.Builder
Packages that use Location.Builder
-
Uses of Location.Builder in com.google.cloud.location
Methods in com.google.cloud.location that return Location.BuilderModifier and TypeMethodDescriptionListLocationsResponse.Builder.addLocationsBuilder()A list of locations that matches the specified filter in the request.ListLocationsResponse.Builder.addLocationsBuilder(int index) A list of locations that matches the specified filter in the request.Location.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Location.Builder.clear()Location.Builder.clearDisplayName()The friendly name for this location, typically a nearby city name.Location.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Location.Builder.clearLabels()Location.Builder.clearLocationId()The canonical id for this location.Location.Builder.clearMetadata()Service-specific metadata.Location.Builder.clearName()Resource name for the location, which may vary between implementations.Location.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Location.Builder.clone()ListLocationsResponse.Builder.getLocationsBuilder(int index) A list of locations that matches the specified filter in the request.Location.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Location.Builder.mergeFrom(com.google.protobuf.Message other) Location.Builder.mergeMetadata(com.google.protobuf.Any value) Service-specific metadata.final Location.BuilderLocation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Location.BuilderLocation.newBuilder()static Location.BuilderLocation.newBuilder(Location prototype) Location.newBuilderForType()protected Location.BuilderLocation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Location.Builder.putAllLabels(Map<String, String> values) Cross-service attributes for the location.Cross-service attributes for the location.Location.Builder.removeLabels(String key) Cross-service attributes for the location.Location.Builder.setDisplayName(String value) The friendly name for this location, typically a nearby city name.Location.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) The friendly name for this location, typically a nearby city name.Location.Builder.setLocationId(String value) The canonical id for this location.Location.Builder.setLocationIdBytes(com.google.protobuf.ByteString value) The canonical id for this location.Location.Builder.setMetadata(com.google.protobuf.Any value) Service-specific metadata.Location.Builder.setMetadata(com.google.protobuf.Any.Builder builderForValue) Service-specific metadata.Resource name for the location, which may vary between implementations.Location.Builder.setNameBytes(com.google.protobuf.ByteString value) Resource name for the location, which may vary between implementations.Location.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Location.BuilderLocation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Location.toBuilder()Methods in com.google.cloud.location that return types with arguments of type Location.BuilderModifier and TypeMethodDescriptionListLocationsResponse.Builder.getLocationsBuilderList()A list of locations that matches the specified filter in the request.Methods in com.google.cloud.location with parameters of type Location.BuilderModifier and TypeMethodDescriptionListLocationsResponse.Builder.addLocations(int index, Location.Builder builderForValue) A list of locations that matches the specified filter in the request.ListLocationsResponse.Builder.addLocations(Location.Builder builderForValue) A list of locations that matches the specified filter in the request.ListLocationsResponse.Builder.setLocations(int index, Location.Builder builderForValue) A list of locations that matches the specified filter in the request.