Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class GetGoogleServiceAccountRequest.
Request passed to GetGoogleServiceAccount.
Generated from protobuf message google.storagetransfer.v1.GetGoogleServiceAccountRequest
Namespace
Google \ Cloud \ StorageTransfer \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project_id |
string
Required. The ID of the Google Cloud project that the Google service account is associated with. |
getProjectId
Required. The ID of the Google Cloud project that the Google service account is associated with.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProjectId
Required. The ID of the Google Cloud project that the Google service account is associated with.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|