Google Workspace Add-ons V1 API - Class Google::Cloud::GSuiteAddOns::V1::CreateDeploymentRequest (v0.1.0)

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

#deployment=

def deployment=(value) -> ::Google::Cloud::GSuiteAddOns::V1::Deployment
Parameter
Returns

#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.