Class: Google::Cloud::GSuiteAddOns::V1::InstallStatus
- Inherits:
-
Object
- Object
- Google::Cloud::GSuiteAddOns::V1::InstallStatus
- 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
-
#installed ⇒ ::Google::Protobuf::BoolValue
True if the deployment is installed for the user.
-
#name ⇒ ::String
The canonical full resource name of the deployment install status.
Instance Attribute Details
#installed ⇒ ::Google::Protobuf::BoolValue
Returns True if the deployment is installed for the user.
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
.
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 |