Package com.google.cloud.gsuiteaddons.v1
Interface CreateDeploymentRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateDeploymentRequest,CreateDeploymentRequest.Builder
public interface CreateDeploymentRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentgetDeployment()Required.StringgetDeploymentId()Required.com.google.protobuf.ByteStringgetDeploymentIdBytes()Required.DeploymentOrBuildergetDeploymentOrBuilder()Required.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.booleanhasDeployment()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. Name of the project in which to create the deployment. Example: `projects/my_project`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. Name of the project in which to create the deployment. Example: `projects/my_project`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
getDeploymentId
String getDeploymentId()
Required. The id to use for this deployment. The full name of the created resource will be `projects/<project_number>/deployments/<deployment_id>`.
string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The deploymentId.
-
getDeploymentIdBytes
com.google.protobuf.ByteString getDeploymentIdBytes()
Required. The id to use for this deployment. The full name of the created resource will be `projects/<project_number>/deployments/<deployment_id>`.
string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for deploymentId.
-
hasDeployment
boolean hasDeployment()
Required. The deployment to create (deployment.name cannot be set).
.google.cloud.gsuiteaddons.v1.Deployment deployment = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the deployment field is set.
-
getDeployment
Deployment getDeployment()
Required. The deployment to create (deployment.name cannot be set).
.google.cloud.gsuiteaddons.v1.Deployment deployment = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The deployment.
-
getDeploymentOrBuilder
DeploymentOrBuilder getDeploymentOrBuilder()
Required. The deployment to create (deployment.name cannot be set).
.google.cloud.gsuiteaddons.v1.Deployment deployment = 3 [(.google.api.field_behavior) = REQUIRED];
-
-