Interface ReplaceDeploymentRequestOrBuilder (2.41.0)

public interface ReplaceDeploymentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployment()

public abstract Deployment getDeployment()

Required. The deployment to create or replace.

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

Returns
TypeDescription
Deployment

The deployment.

getDeploymentOrBuilder()

public abstract DeploymentOrBuilder getDeploymentOrBuilder()

Required. The deployment to create or replace.

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

Returns
TypeDescription
DeploymentOrBuilder

hasDeployment()

public abstract boolean hasDeployment()

Required. The deployment to create or replace.

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

Returns
TypeDescription
boolean

Whether the deployment field is set.