Uses of Class
com.google.container.v1beta1.Location
-
Packages that use Location Package Description com.google.container.v1beta1 -
-
Uses of Location in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return Location Modifier and Type Method Description Location
Location.Builder. build()
Location
Location.Builder. buildPartial()
static Location
Location. getDefaultInstance()
Location
Location.Builder. getDefaultInstanceForType()
Location
Location. getDefaultInstanceForType()
Location
ListLocationsResponse.Builder. getLocations(int index)
A full list of GKE locations.Location
ListLocationsResponse. getLocations(int index)
A full list of GKE locations.Location
ListLocationsResponseOrBuilder. getLocations(int index)
A full list of GKE locations.static Location
Location. parseDelimitedFrom(InputStream input)
static Location
Location. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(byte[] data)
static Location
Location. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(com.google.protobuf.ByteString data)
static Location
Location. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(com.google.protobuf.CodedInputStream input)
static Location
Location. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(InputStream input)
static Location
Location. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(ByteBuffer data)
static Location
Location. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type Location Modifier and Type Method Description List<Location>
ListLocationsResponse.Builder. getLocationsList()
A full list of GKE locations.List<Location>
ListLocationsResponse. getLocationsList()
A full list of GKE locations.List<Location>
ListLocationsResponseOrBuilder. getLocationsList()
A full list of GKE locations.com.google.protobuf.Parser<Location>
Location. getParserForType()
static com.google.protobuf.Parser<Location>
Location. parser()
Methods in com.google.container.v1beta1 with parameters of type Location Modifier and Type Method Description ListLocationsResponse.Builder
ListLocationsResponse.Builder. addLocations(int index, Location value)
A full list of GKE locations.ListLocationsResponse.Builder
ListLocationsResponse.Builder. addLocations(Location value)
A full list of GKE locations.Location.Builder
Location.Builder. mergeFrom(Location other)
static Location.Builder
Location. newBuilder(Location prototype)
ListLocationsResponse.Builder
ListLocationsResponse.Builder. setLocations(int index, Location value)
A full list of GKE locations.Method parameters in com.google.container.v1beta1 with type arguments of type Location Modifier and Type Method Description ListLocationsResponse.Builder
ListLocationsResponse.Builder. addAllLocations(Iterable<? extends Location> values)
A full list of GKE locations.
-