Reference documentation and code samples for the Google Workspace Add-ons V1 API class Google::Cloud::GSuiteAddOns::V1::Deployment.
A Google Workspace Add-on deployment
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#add_ons
def add_ons() -> ::Google::Cloud::GSuiteAddOns::V1::AddOns
Returns
- (::Google::Cloud::GSuiteAddOns::V1::AddOns) — The Google Workspace Add-on configuration.
#add_ons=
def add_ons=(value) -> ::Google::Cloud::GSuiteAddOns::V1::AddOns
Parameter
- value (::Google::Cloud::GSuiteAddOns::V1::AddOns) — The Google Workspace Add-on configuration.
Returns
- (::Google::Cloud::GSuiteAddOns::V1::AddOns) — The Google Workspace Add-on configuration.
#etag
def etag() -> ::String
Returns
- (::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.
#etag=
def etag=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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
def name() -> ::String
Returns
- (::String) — The deployment resource name. Example: projects/123/deployments/my_deployment.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The deployment resource name. Example: projects/123/deployments/my_deployment.
Returns
- (::String) — The deployment resource name. Example: projects/123/deployments/my_deployment.
#oauth_scopes
def oauth_scopes() -> ::Array<::String>
Returns
- (::Array<::String>) — The list of Google OAuth scopes for which to request consent from the end user before executing an add-on endpoint.
#oauth_scopes=
def oauth_scopes=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The list of Google OAuth scopes for which to request consent from the end user before executing an add-on endpoint.
Returns
- (::Array<::String>) — The list of Google OAuth scopes for which to request consent from the end user before executing an add-on endpoint.