Interface OrchestrationClusterOrBuilder (0.15.0)

public interface OrchestrationClusterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract boolean containsLabels(String key)

Labels as key value pairs.

map<string, string> labels = 4;

Parameter
Name Description
key String
Returns
Type Description
boolean

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. [Output only] Create time stamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. [Output only] Create time stamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getLabels() (deprecated)

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

Labels as key value pairs.

map<string, string> labels = 4;

Returns
Type Description
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

Labels as key value pairs.

map<string, string> labels = 4;

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public abstract String getLabelsOrDefault(String key, String defaultValue)

Labels as key value pairs.

map<string, string> labels = 4;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

Labels as key value pairs.

map<string, string> labels = 4;

Parameter
Name Description
key String
Returns
Type Description
String

getManagementConfig()

public abstract ManagementConfig getManagementConfig()

Management configuration of the underlying GKE cluster.

.google.cloud.telcoautomation.v1alpha1.ManagementConfig management_config = 5;

Returns
Type Description
ManagementConfig

The managementConfig.

getManagementConfigOrBuilder()

public abstract ManagementConfigOrBuilder getManagementConfigOrBuilder()

Management configuration of the underlying GKE cluster.

.google.cloud.telcoautomation.v1alpha1.ManagementConfig management_config = 5;

Returns
Type Description
ManagementConfigOrBuilder

getName()

public abstract String getName()

Name of the orchestration cluster. The name of orchestration cluster cannot be more than 24 characters.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the orchestration cluster. The name of orchestration cluster cannot be more than 24 characters.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getState()

public abstract OrchestrationCluster.State getState()

Output only. State of the Orchestration Cluster.

.google.cloud.telcoautomation.v1alpha1.OrchestrationCluster.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
OrchestrationCluster.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. State of the Orchestration Cluster.

.google.cloud.telcoautomation.v1alpha1.OrchestrationCluster.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

getTnaVersion()

public abstract String getTnaVersion()

Output only. Provides the TNA version installed on the cluster.

string tna_version = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The tnaVersion.

getTnaVersionBytes()

public abstract ByteString getTnaVersionBytes()

Output only. Provides the TNA version installed on the cluster.

string tna_version = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for tnaVersion.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. [Output only] Update time stamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. [Output only] Update time stamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. [Output only] Create time stamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasManagementConfig()

public abstract boolean hasManagementConfig()

Management configuration of the underlying GKE cluster.

.google.cloud.telcoautomation.v1alpha1.ManagementConfig management_config = 5;

Returns
Type Description
boolean

Whether the managementConfig field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. [Output only] Update time stamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.