public interface UpdateDeploymentRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeployment()
public abstract Deployment getDeployment()
Required. The deployment
to update.
.google.cloud.telcoautomation.v1alpha1.Deployment deployment = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Deployment |
The deployment. |
getDeploymentOrBuilder()
public abstract DeploymentOrBuilder getDeploymentOrBuilder()
Required. The deployment
to update.
.google.cloud.telcoautomation.v1alpha1.Deployment deployment = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DeploymentOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Required. Update mask is used to specify the fields to be overwritten in
the deployment
resource by the update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. Update mask is used to specify the fields to be overwritten in
the deployment
resource by the update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasDeployment()
public abstract boolean hasDeployment()
Required. The deployment
to update.
.google.cloud.telcoautomation.v1alpha1.Deployment deployment = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the deployment field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Required. Update mask is used to specify the fields to be overwritten in
the deployment
resource by the update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |