Interface TransferProto.GetGoogleServiceAccountRequestOrBuilder (1.11.0)

public static interface TransferProto.GetGoogleServiceAccountRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProjectId()

public abstract String getProjectId()

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

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

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

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for projectId.