public static interface Service.GkeNamespaceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName()
The name of the parent cluster.
|
com.google.protobuf.ByteString |
getClusterNameBytes()
The name of the parent cluster.
|
String |
getLocation()
The location of the parent cluster.
|
com.google.protobuf.ByteString |
getLocationBytes()
The location of the parent cluster.
|
String |
getNamespaceName()
The name of this namespace.
|
com.google.protobuf.ByteString |
getNamespaceNameBytes()
The name of this namespace.
|
String |
getProjectId()
Output only.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProjectId()
Output only. The project this resource lives in. For legacy services migrated from the `Custom` type, this may be a distinct project from the one parenting the service itself.
string project_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getProjectIdBytes()
Output only. The project this resource lives in. For legacy services migrated from the `Custom` type, this may be a distinct project from the one parenting the service itself.
string project_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getLocation()
The location of the parent cluster. This may be a zone or region.
string location = 2;com.google.protobuf.ByteString getLocationBytes()
The location of the parent cluster. This may be a zone or region.
string location = 2;String getClusterName()
The name of the parent cluster.
string cluster_name = 3;com.google.protobuf.ByteString getClusterNameBytes()
The name of the parent cluster.
string cluster_name = 3;String getNamespaceName()
The name of this namespace.
string namespace_name = 4;com.google.protobuf.ByteString getNamespaceNameBytes()
The name of this namespace.
string namespace_name = 4;Copyright © 2024 Google LLC. All rights reserved.