Interface AuthConfig.GoogleServiceAccountConfigOrBuilder (3.55.0)

See more code actions.
public static interface AuthConfig.GoogleServiceAccountConfigOrBuilder extends MessageOrBuilder
MessageOrBuilder
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
Type Description
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
Type Description
ByteString

The bytes for serviceAccount.