Interface LocationMetadataOrBuilder (0.40.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
Name Description
key String
Returns
Type Description
boolean

getAvailableZones() (deprecated)

public abstract Map<String,ZoneMetadata> getAvailableZones()
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
key String
defaultValue ZoneMetadata
Returns
Type Description
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
Name Description
key String
Returns
Type Description
ZoneMetadata