public interface ZoneOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Deprecated.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Deprecated.
|
Map<String,String> |
getLabelsMap()
Deprecated.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Deprecated.
|
String |
getLabelsOrThrow(String key)
Deprecated.
|
String |
getLayoutName()
Deprecated.
google.cloud.edgenetwork.v1.Zone.layout_name is deprecated. See
google/cloud/edgenetwork/v1/resources.proto;l=79
|
com.google.protobuf.ByteString |
getLayoutNameBytes()
Deprecated.
google.cloud.edgenetwork.v1.Zone.layout_name is deprecated. See
google/cloud/edgenetwork/v1/resources.proto;l=79
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The resource name of the zone.
string name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
Required. The resource name of the zone.
string name = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasCreateTime()
Output only. The time when the zone was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The time when the zone was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time when the zone was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. The time when the zone was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. The time when the zone was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The time when the zone was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
@Deprecated int getLabelsCount()
Deprecated: not implemented. Labels as key value pairs.
map<string, string> labels = 4 [deprecated = true];@Deprecated boolean containsLabels(String key)
Deprecated: not implemented. Labels as key value pairs.
map<string, string> labels = 4 [deprecated = true];@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.@Deprecated Map<String,String> getLabelsMap()
Deprecated: not implemented. Labels as key value pairs.
map<string, string> labels = 4 [deprecated = true];@Deprecated String getLabelsOrDefault(String key, String defaultValue)
Deprecated: not implemented. Labels as key value pairs.
map<string, string> labels = 4 [deprecated = true];@Deprecated String getLabelsOrThrow(String key)
Deprecated: not implemented. Labels as key value pairs.
map<string, string> labels = 4 [deprecated = true];@Deprecated String getLayoutName()
Deprecated: not implemented. The deployment layout type.
string layout_name = 5 [deprecated = true];@Deprecated com.google.protobuf.ByteString getLayoutNameBytes()
Deprecated: not implemented. The deployment layout type.
string layout_name = 5 [deprecated = true];Copyright © 2025 Google LLC. All rights reserved.