Reference documentation and code samples for the Google Workspace Add-ons V1 API class Google::Cloud::GSuiteAddOns::V1::GetAuthorizationRequest.
Request message to get Google Workspace Add-ons authorization information.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. Name of the project for which to get the Google Workspace Add-ons
authorization information.
Example:
projects/my_project/authorization
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Name of the project for which to get the Google Workspace Add-ons
authorization information.
Example:
projects/my_project/authorization
.
Returns
-
(::String) — Required. Name of the project for which to get the Google Workspace Add-ons
authorization information.
Example:
projects/my_project/authorization
.