Class: Google::Cloud::GSuiteAddOns::V1::InstallStatus

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb

Overview

Developer mode install status of a deployment

Instance Attribute Summary collapse

Instance Attribute Details

#installed::Google::Protobuf::BoolValue

Returns True if the deployment is installed for the user.

Returns:



186
187
188
189
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 186

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

#name::String

Returns The canonical full resource name of the deployment install status.

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

Returns:

  • (::String)

    The canonical full resource name of the deployment install status.

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



186
187
188
189
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 186

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