Interface ConnectionProto.UpdateConnectionCredentialRequestOrBuilder (2.4.0)

public static interface ConnectionProto.UpdateConnectionCredentialRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

Whether the credential field is set.