Interface UpdateConnectionRequestOrBuilder (2.19.0)

public interface UpdateConnectionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnection()

public abstract Connection getConnection()

Required. Connection containing the updated fields.

.google.cloud.bigquery.connection.v1.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Connection

The connection.

getConnectionOrBuilder()

public abstract ConnectionOrBuilder getConnectionOrBuilder()

Required. Connection containing the updated fields.

.google.cloud.bigquery.connection.v1.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConnectionOrBuilder

getName()

public abstract String getName()

Required. Name of the connection to update, for example: projects/{project_id}/locations/{location_id}/connections/{connection_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Name of the connection to update, for example: projects/{project_id}/locations/{location_id}/connections/{connection_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. Update mask for the connection fields to be updated.

.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. Update mask for the connection fields to be updated.

.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMaskOrBuilder

hasConnection()

public abstract boolean hasConnection()

Required. Connection containing the updated fields.

.google.cloud.bigquery.connection.v1.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the connection field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. Update mask for the connection fields to be updated.

.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the updateMask field is set.