Class: Google::Cloud::GSuiteAddOns::V1::Deployment
- Inherits:
-
Object
- Object
- Google::Cloud::GSuiteAddOns::V1::Deployment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb
Overview
A Google Workspace Add-on deployment
Instance Attribute Summary collapse
-
#add_ons ⇒ ::Google::Cloud::GSuiteAddOns::V1::AddOns
The Google Workspace Add-on configuration.
-
#etag ⇒ ::String
This value is computed by the server based on the version of the deployment in storage, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
-
#name ⇒ ::String
The deployment resource name.
-
#oauth_scopes ⇒ ::Array<::String>
The list of Google OAuth scopes for which to request consent from the end user before executing an add-on endpoint.
Instance Attribute Details
#add_ons ⇒ ::Google::Cloud::GSuiteAddOns::V1::AddOns
Returns The Google Workspace Add-on configuration.
208 209 210 211 |
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 208 class Deployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String
Returns This value is computed by the server based on the version of the deployment in storage, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
208 209 210 211 |
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 208 class Deployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The deployment resource name. Example: projects/123/deployments/my_deployment.
208 209 210 211 |
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 208 class Deployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#oauth_scopes ⇒ ::Array<::String>
Returns The list of Google OAuth scopes for which to request consent from the end user before executing an add-on endpoint.
208 209 210 211 |
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 208 class Deployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |