Interface AuthConfig.GoogleServiceAccountConfigOrBuilder (3.42.0)

public static interface AuthConfig.GoogleServiceAccountConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getServiceAccount()

public abstract String getServiceAccount()

Optional. The service account that the extension execution service runs as.

string service_account = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The serviceAccount.

getServiceAccountBytes()

public abstract ByteString getServiceAccountBytes()

Optional. The service account that the extension execution service runs as.

string service_account = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for serviceAccount.