public interface GoldengateGooglePubsubConnectionPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getServiceAccountKeyFile()
public abstract String getServiceAccountKeyFile()Optional. The base64 encoded content of the service account key file containing the credentials required to use Google Pub/Sub.
string service_account_key_file = 2 [(.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 Pub/Sub.
string service_account_key_file = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceAccountKeyFile. |
getTechnologyType()
public abstract String getTechnologyType()Optional. The technology type of GooglePubsubConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The technologyType. |
getTechnologyTypeBytes()
public abstract ByteString getTechnologyTypeBytes()Optional. The technology type of GooglePubsubConnection.
string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for technologyType. |