public final class Location extends GeneratedMessageV3 implements LocationOrBuilder
Location returns the location name, and if the location is recommended
for GKE cluster scheduling.
Protobuf type google.container.v1beta1.Location
Static Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
RECOMMENDED_FIELD_NUMBER
public static final int RECOMMENDED_FIELD_NUMBER
Field Value
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Location getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Location.Builder newBuilder()
Returns
newBuilder(Location prototype)
public static Location.Builder newBuilder(Location prototype)
Parameter
Returns
public static Location parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Location parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Location parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Location parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Location parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Location parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Location parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Location parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Location parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Location parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Location parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Location parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Location> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Location getDefaultInstanceForType()
Returns
getName()
Contains the name of the resource requested.
Specified in the format projects/*/locations/*
.
string name = 2;
Returns
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Contains the name of the resource requested.
Specified in the format projects/*/locations/*
.
string name = 2;
Returns
getParserForType()
public Parser<Location> getParserForType()
Returns
Overrides
getRecommended()
public boolean getRecommended()
Whether the location is recommended for GKE cluster scheduling.
bool recommended = 3;
Returns
Type | Description |
boolean | The recommended.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getType()
public Location.LocationType getType()
Contains the type of location this Location is for.
Regional or Zonal.
.google.container.v1beta1.Location.LocationType type = 1;
Returns
getTypeValue()
public int getTypeValue()
Contains the type of location this Location is for.
Regional or Zonal.
.google.container.v1beta1.Location.LocationType type = 1;
Returns
Type | Description |
int | The enum numeric value on the wire for type.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Location.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Location.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Location.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions