Reference documentation and code samples for the Google Workspace Add-ons V1 API class Google::Cloud::GSuiteAddOns::V1::CreateDeploymentRequest.
Request message to create a deployment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deployment
def deployment() -> ::Google::Cloud::GSuiteAddOns::V1::Deployment
Returns
- (::Google::Cloud::GSuiteAddOns::V1::Deployment) — Required. The deployment to create (deployment.name cannot be set).
#deployment=
def deployment=(value) -> ::Google::Cloud::GSuiteAddOns::V1::Deployment
Parameter
- value (::Google::Cloud::GSuiteAddOns::V1::Deployment) — Required. The deployment to create (deployment.name cannot be set).
Returns
- (::Google::Cloud::GSuiteAddOns::V1::Deployment) — Required. The deployment to create (deployment.name cannot be set).
#deployment_id
def deployment_id() -> ::String
Returns
-
(::String) — Required. The id to use for this deployment. The full name of the created
resource will be
projects/<project_number>/deployments/<deployment_id>
.
#deployment_id=
def deployment_id=(value) -> ::String
Parameter
-
value (::String) — Required. The id to use for this deployment. The full name of the created
resource will be
projects/<project_number>/deployments/<deployment_id>
.
Returns
-
(::String) — Required. The id to use for this deployment. The full name of the created
resource will be
projects/<project_number>/deployments/<deployment_id>
.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Name of the project in which to create the deployment.
Example:
projects/my_project
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Name of the project in which to create the deployment.
Example:
projects/my_project
.
Returns
-
(::String) — Required. Name of the project in which to create the deployment.
Example:
projects/my_project
.