public sealed class GetGoogleServiceAccountRequest : IMessage<GetGoogleServiceAccountRequest>, IEquatable<GetGoogleServiceAccountRequest>, IDeepCloneable<GetGoogleServiceAccountRequest>, IBufferMessage, IMessage
Request passed to GetGoogleServiceAccount.
Implements
IMessage<GetGoogleServiceAccountRequest>, IEquatable<GetGoogleServiceAccountRequest>, IDeepCloneable<GetGoogleServiceAccountRequest>, 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 |