Class: Google::Cloud::GSuiteAddOns::V1::GetInstallStatusRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The full resource name of the deployment.

Example: projects/my_project/deployments/my_deployment/installStatus.

Returns:

  • (::String)

    Required. The full resource name of the deployment.

    Example: projects/my_project/deployments/my_deployment/installStatus.



172
173
174
175
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 172

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