public static interface ConnectionProto.UpdateConnectionCredentialRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCredential()
public abstract ConnectionProto.ConnectionCredential getCredential()Required. Credential to use with the connection.
.google.cloud.bigquery.connection.v1beta1.ConnectionCredential credential = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ConnectionProto.ConnectionCredential | The credential. |
getCredentialOrBuilder()
public abstract ConnectionProto.ConnectionCredentialOrBuilder getCredentialOrBuilder()Required. Credential to use with the connection.
.google.cloud.bigquery.connection.v1beta1.ConnectionCredential credential = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ConnectionProto.ConnectionCredentialOrBuilder |
getName()
public abstract String getName() Required. Name of the connection, for example:
projects/{project_id}/locations/{location_id}/connections/{connection_id}/credential
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. Name of the connection, for example:
projects/{project_id}/locations/{location_id}/connections/{connection_id}/credential
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for name. |
hasCredential()
public abstract boolean hasCredential()Required. Credential to use with the connection.
.google.cloud.bigquery.connection.v1beta1.ConnectionCredential credential = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the credential field is set. |