Interface Service.GkeNamespaceOrBuilder (3.44.0)

public static interface Service.GkeNamespaceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClusterName()

public abstract String getClusterName()

The name of the parent cluster.

string cluster_name = 3;

Returns
Type Description
String

The clusterName.

getClusterNameBytes()

public abstract ByteString getClusterNameBytes()

The name of the parent cluster.

string cluster_name = 3;

Returns
Type Description
ByteString

The bytes for clusterName.

getLocation()

public abstract String getLocation()

The location of the parent cluster. This may be a zone or region.

string location = 2;

Returns
Type Description
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

The location of the parent cluster. This may be a zone or region.

string location = 2;

Returns
Type Description
ByteString

The bytes for location.

getNamespaceName()

public abstract String getNamespaceName()

The name of this namespace.

string namespace_name = 4;

Returns
Type Description
String

The namespaceName.

getNamespaceNameBytes()

public abstract ByteString getNamespaceNameBytes()

The name of this namespace.

string namespace_name = 4;

Returns
Type Description
ByteString

The bytes for namespaceName.

getProjectId()

public abstract String 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];

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public abstract 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];

Returns
Type Description
ByteString

The bytes for projectId.