public interface LocationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAvailableZones(String key)
The set of available Google Distributed Cloud Edge zones in the location.
|
Map<String,ZoneMetadata> |
getAvailableZones()
Deprecated.
|
int |
getAvailableZonesCount()
The set of available Google Distributed Cloud Edge zones in the location.
|
Map<String,ZoneMetadata> |
getAvailableZonesMap()
The set of available Google Distributed Cloud Edge zones in the location.
|
ZoneMetadata |
getAvailableZonesOrDefault(String key,
ZoneMetadata defaultValue)
The set of available Google Distributed Cloud Edge zones in the location.
|
ZoneMetadata |
getAvailableZonesOrThrow(String key)
The set of available Google Distributed Cloud Edge zones in the location.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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;
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;
@Deprecated Map<String,ZoneMetadata> getAvailableZones()
getAvailableZonesMap() instead.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;
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;
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;
Copyright © 2024 Google LLC. All rights reserved.