public interface ReplaceDeploymentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the deployment field is set. |