Interface DeploymentGroupRevisionOrBuilder (0.68.0)

public interface DeploymentGroupRevisionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAlternativeIds(int index)

public abstract String getAlternativeIds(int index)

Output only. The alternative IDs of the deployment group revision.

repeated string alternative_ids = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The alternativeIds at the given index.

getAlternativeIdsBytes(int index)

public abstract ByteString getAlternativeIdsBytes(int index)

Output only. The alternative IDs of the deployment group revision.

repeated string alternative_ids = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the alternativeIds at the given index.

getAlternativeIdsCount()

public abstract int getAlternativeIdsCount()

Output only. The alternative IDs of the deployment group revision.

repeated string alternative_ids = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of alternativeIds.

getAlternativeIdsList()

public abstract List<String> getAlternativeIdsList()

Output only. The alternative IDs of the deployment group revision.

repeated string alternative_ids = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<String>

A list containing the alternativeIds.

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. Time when the deployment group revision was created.

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

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Time when the deployment group revision was created.

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

Returns
Type Description
TimestampOrBuilder

getName()

public abstract String getName()

Identifier. The name of the deployment group revision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}/revisions/{revision}'.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The name of the deployment group revision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}/revisions/{revision}'.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getSnapshot()

public abstract DeploymentGroup getSnapshot()

Output only. The snapshot of the deployment group at this revision.

.google.cloud.config.v1.DeploymentGroup snapshot = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentGroup

The snapshot.

getSnapshotOrBuilder()

public abstract DeploymentGroupOrBuilder getSnapshotOrBuilder()

Output only. The snapshot of the deployment group at this revision.

.google.cloud.config.v1.DeploymentGroup snapshot = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentGroupOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. Time when the deployment group revision was created.

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

Returns
Type Description
boolean

Whether the createTime field is set.

hasSnapshot()

public abstract boolean hasSnapshot()

Output only. The snapshot of the deployment group at this revision.

.google.cloud.config.v1.DeploymentGroup snapshot = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the snapshot field is set.