Reference documentation and code samples for the Google Workspace Add-ons V1 API class Google::Cloud::GSuiteAddOns::V1::InstallStatus.
Developer mode install status of a deployment
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#installed
def installed() -> ::Google::Protobuf::BoolValue
Returns
- (::Google::Protobuf::BoolValue) — True if the deployment is installed for the user
#installed=
def installed=(value) -> ::Google::Protobuf::BoolValue
Parameter
- value (::Google::Protobuf::BoolValue) — True if the deployment is installed for the user
Returns
- (::Google::Protobuf::BoolValue) — True if the deployment is installed for the user
#name
def name() -> ::String
Returns
-
(::String) — The canonical full resource name of the deployment install status.
Example:
projects/123/deployments/my_deployment/installStatus
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — 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
.