Class: Google::Cloud::GSuiteAddOns::V1::CreateDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GSuiteAddOns::V1::CreateDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb
Overview
Request message to create a deployment.
Instance Attribute Summary collapse
-
#deployment ⇒ ::Google::Cloud::GSuiteAddOns::V1::Deployment
Required.
-
#deployment_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#deployment ⇒ ::Google::Cloud::GSuiteAddOns::V1::Deployment
Returns Required. The deployment to create (deployment.name cannot be set).
67 68 69 70 |
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 67 class CreateDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deployment_id ⇒ ::String
Returns Required. The id to use for this deployment. The full name of the created
resource will be projects/<project_number>/deployments/<deployment_id>
.
67 68 69 70 |
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 67 class CreateDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Name of the project in which to create the deployment.
Example: projects/my_project
.
67 68 69 70 |
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 67 class CreateDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |