Interface LocationMetadataOrBuilder (0.8.0)

public interface LocationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsAvailableZones(String key)

public abstract 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

getAvailableZones()

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

getAvailableZonesCount()

public abstract 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 abstract 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 abstract 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 abstract 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