public sealed class GetGoogleServiceAccountRequest : IMessage<GetGoogleServiceAccountRequest>, IEquatable<GetGoogleServiceAccountRequest>, IDeepCloneable<GetGoogleServiceAccountRequest>, IBufferMessage, IMessageReference documentation and code samples for the Storage Transfer v1 API class GetGoogleServiceAccountRequest.
Request passed to GetGoogleServiceAccount.
Implements
IMessageGetGoogleServiceAccountRequest, IEquatableGetGoogleServiceAccountRequest, IDeepCloneableGetGoogleServiceAccountRequest, IBufferMessage, IMessageNamespace
Google.Cloud.StorageTransfer.V1Assembly
Google.Cloud.StorageTransfer.V1.dll
Constructors
GetGoogleServiceAccountRequest()
public GetGoogleServiceAccountRequest()GetGoogleServiceAccountRequest(GetGoogleServiceAccountRequest)
public GetGoogleServiceAccountRequest(GetGoogleServiceAccountRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetGoogleServiceAccountRequest |
Properties
ProjectId
public string ProjectId { get; set; }Required. The ID of the Google Cloud project that the Google service account is associated with.
| Property Value | |
|---|---|
| Type | Description |
string |
|