Class: Google::Cloud::GSuiteAddOns::V1::CreateDeploymentRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#deployment::Google::Cloud::GSuiteAddOns::V1::Deployment

Returns Required. The deployment to create (deployment.name cannot be set).

Returns:



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

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



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.

Returns:

  • (::String)

    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