Class LocationMetadata (0.38.0)

public final class LocationMetadata extends GeneratedMessageV3 implements LocationMetadataOrBuilder

Metadata for a given google.cloud.location.Location.

Protobuf type google.cloud.edgecontainer.v1.LocationMetadata

Static Fields

AVAILABLE_ZONES_FIELD_NUMBER

public static final int AVAILABLE_ZONES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static LocationMetadata getDefaultInstance()
Returns
TypeDescription
LocationMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static LocationMetadata.Builder newBuilder()
Returns
TypeDescription
LocationMetadata.Builder

newBuilder(LocationMetadata prototype)

public static LocationMetadata.Builder newBuilder(LocationMetadata prototype)
Parameter
NameDescription
prototypeLocationMetadata
Returns
TypeDescription
LocationMetadata.Builder

parseDelimitedFrom(InputStream input)

public static LocationMetadata parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
LocationMetadata
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LocationMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LocationMetadata
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static LocationMetadata parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
LocationMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static LocationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LocationMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static LocationMetadata parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
LocationMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static LocationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LocationMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static LocationMetadata parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
LocationMetadata
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static LocationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LocationMetadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static LocationMetadata parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
LocationMetadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LocationMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LocationMetadata
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static LocationMetadata parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
LocationMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static LocationMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LocationMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<LocationMetadata> parser()
Returns
TypeDescription
Parser<LocationMetadata>

Methods

containsAvailableZones(String key)

public boolean containsAvailableZones(String key)

The set of available Google Distributed Cloud Edge zones in the location. The map is keyed by the lowercase ID of each zone.

map<string, .google.cloud.edgecontainer.v1.ZoneMetadata> available_zones = 1;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAvailableZones() (deprecated)

public Map<String,ZoneMetadata> getAvailableZones()
Returns
TypeDescription
Map<String,ZoneMetadata>

getAvailableZonesCount()

public int getAvailableZonesCount()

The set of available Google Distributed Cloud Edge zones in the location. The map is keyed by the lowercase ID of each zone.

map<string, .google.cloud.edgecontainer.v1.ZoneMetadata> available_zones = 1;

Returns
TypeDescription
int

getAvailableZonesMap()

public Map<String,ZoneMetadata> getAvailableZonesMap()

The set of available Google Distributed Cloud Edge zones in the location. The map is keyed by the lowercase ID of each zone.

map<string, .google.cloud.edgecontainer.v1.ZoneMetadata> available_zones = 1;

Returns
TypeDescription
Map<String,ZoneMetadata>

getAvailableZonesOrDefault(String key, ZoneMetadata defaultValue)

public ZoneMetadata getAvailableZonesOrDefault(String key, ZoneMetadata defaultValue)

The set of available Google Distributed Cloud Edge zones in the location. The map is keyed by the lowercase ID of each zone.

map<string, .google.cloud.edgecontainer.v1.ZoneMetadata> available_zones = 1;

Parameters
NameDescription
keyString
defaultValueZoneMetadata
Returns
TypeDescription
ZoneMetadata

getAvailableZonesOrThrow(String key)

public ZoneMetadata getAvailableZonesOrThrow(String key)

The set of available Google Distributed Cloud Edge zones in the location. The map is keyed by the lowercase ID of each zone.

map<string, .google.cloud.edgecontainer.v1.ZoneMetadata> available_zones = 1;

Parameter
NameDescription
keyString
Returns
TypeDescription
ZoneMetadata

getDefaultInstanceForType()

public LocationMetadata getDefaultInstanceForType()
Returns
TypeDescription
LocationMetadata

getParserForType()

public Parser<LocationMetadata> getParserForType()
Returns
TypeDescription
Parser<LocationMetadata>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public LocationMetadata.Builder newBuilderForType()
Returns
TypeDescription
LocationMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected LocationMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
LocationMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public LocationMetadata.Builder toBuilder()
Returns
TypeDescription
LocationMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException