public interface UpdateConnectionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnection()
public abstract Connection getConnection()Required. Connection containing the updated fields.
.google.cloud.bigquery.connection.v1.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| 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];
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| boolean | Whether the updateMask field is set. |