Reference documentation and code samples for the Google Workspace Add-ons V1 Client class GetAuthorizationRequest.
Request message to get Google Workspace add-ons authorization information.
Generated from protobuf message google.cloud.gsuiteaddons.v1.GetAuthorizationRequest
Namespace
Google \ Cloud \ GSuiteAddOns \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the project for which to get the Google Workspace add-ons authorization information. Example: |
getName
Required. Name of the project for which to get the Google Workspace add-ons authorization information.
Example: projects/my_project/authorization.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Name of the project for which to get the Google Workspace add-ons authorization information.
Example: projects/my_project/authorization.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Name of the project for which to get the Google Workspace add-ons authorization information. Example: |
| Returns | |
|---|---|
| Type | Description |
GetAuthorizationRequest |
|