Interface GoldengateGoogleBigQueryConnectionPropertiesOrBuilder (0.42.0)

public interface GoldengateGoogleBigQueryConnectionPropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getServiceAccountKeyFile()

public abstract String getServiceAccountKeyFile()

Optional. The base64 encoded content of the service account key file containing the credentials required to use Google BigQuery.

string service_account_key_file = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The serviceAccountKeyFile.

getServiceAccountKeyFileBytes()

public abstract ByteString getServiceAccountKeyFileBytes()

Optional. The base64 encoded content of the service account key file containing the credentials required to use Google BigQuery.

string service_account_key_file = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for serviceAccountKeyFile.

getTechnologyType()

public abstract String getTechnologyType()

Optional. The technology type.

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

Returns
Type Description
String

The technologyType.

getTechnologyTypeBytes()

public abstract ByteString getTechnologyTypeBytes()

Optional. The technology type.

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

Returns
Type Description
ByteString

The bytes for technologyType.