public static interface Service.GkeWorkloadOrBuilder
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 the parent namespace.
|
com.google.protobuf.ByteString |
getNamespaceNameBytes()
The name of the parent namespace.
|
String |
getProjectId()
Output only.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Output only.
|
String |
getTopLevelControllerName()
The name of this workload.
|
com.google.protobuf.ByteString |
getTopLevelControllerNameBytes()
The name of this workload.
|
String |
getTopLevelControllerType()
The type of this workload (for example, "Deployment" or "DaemonSet")
|
com.google.protobuf.ByteString |
getTopLevelControllerTypeBytes()
The type of this workload (for example, "Deployment" or "DaemonSet")
|
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 the parent namespace.
string namespace_name = 4;com.google.protobuf.ByteString getNamespaceNameBytes()
The name of the parent namespace.
string namespace_name = 4;String getTopLevelControllerType()
The type of this workload (for example, "Deployment" or "DaemonSet")
string top_level_controller_type = 5;com.google.protobuf.ByteString getTopLevelControllerTypeBytes()
The type of this workload (for example, "Deployment" or "DaemonSet")
string top_level_controller_type = 5;String getTopLevelControllerName()
The name of this workload.
string top_level_controller_name = 6;com.google.protobuf.ByteString getTopLevelControllerNameBytes()
The name of this workload.
string top_level_controller_name = 6;Copyright © 2024 Google LLC. All rights reserved.