Class GetGoogleServiceAccountRequest (1.1.0)

public sealed class GetGoogleServiceAccountRequest : IMessage<GetGoogleServiceAccountRequest>, IEquatable<GetGoogleServiceAccountRequest>, IDeepCloneable<GetGoogleServiceAccountRequest>, IBufferMessage, IMessage

Request passed to GetGoogleServiceAccount.

Inheritance

Object > GetGoogleServiceAccountRequest

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Constructors

GetGoogleServiceAccountRequest()

public GetGoogleServiceAccountRequest()

GetGoogleServiceAccountRequest(GetGoogleServiceAccountRequest)

public GetGoogleServiceAccountRequest(GetGoogleServiceAccountRequest other)
Parameter
NameDescription
otherGetGoogleServiceAccountRequest

Properties

ProjectId

public string ProjectId { get; set; }

Required. The ID of the Google Cloud Platform Console project that the Google service account is associated with.

Property Value
TypeDescription
String