Class: Google::Cloud::GSuiteAddOns::V1::GetDeploymentRequest

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 get a deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Example: projects/my_project/deployments/my_deployment.

Returns:

  • (::String)

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

    Example: projects/my_project/deployments/my_deployment.



87
88
89
90
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 87

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