Interface DeploymentSpecOrBuilder (0.68.0)

public interface DeploymentSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployment()

public abstract Deployment getDeployment()

Required. The deployment to be created.

.google.cloud.config.v1.Deployment deployment = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Deployment

The deployment.

getDeploymentId()

public abstract String getDeploymentId()

Required. The id of the deployment to be created which doesn't include the project id and location.

string deployment_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The deploymentId.

getDeploymentIdBytes()

public abstract ByteString getDeploymentIdBytes()

Required. The id of the deployment to be created which doesn't include the project id and location.

string deployment_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for deploymentId.

getDeploymentOrBuilder()

public abstract DeploymentOrBuilder getDeploymentOrBuilder()

Required. The deployment to be created.

.google.cloud.config.v1.Deployment deployment = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DeploymentOrBuilder

hasDeployment()

public abstract boolean hasDeployment()

Required. The deployment to be created.

.google.cloud.config.v1.Deployment deployment = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the deployment field is set.