Class: Google::Cloud::GSuiteAddOns::V1::InstallDeploymentRequest

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 install a developer mode deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The full resource name of the deployment to install.

Example: projects/my_project/deployments/my_deployment.

Returns:

  • (::String)

    Required. The full resource name of the deployment to install.

    Example: projects/my_project/deployments/my_deployment.



150
151
152
153
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 150

class InstallDeploymentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end