Interface ConnectionProto.UpdateConnectionRequestOrBuilder

    • Method Detail

      • getName

        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:
        The name.
      • getNameBytes

        com.google.protobuf.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:
        The bytes for name.
      • hasConnection

        boolean hasConnection()
         Required. Connection containing the updated fields.
         
        .google.cloud.bigquery.connection.v1beta1.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the connection field is set.
      • getConnection

        ConnectionProto.Connection getConnection()
         Required. Connection containing the updated fields.
         
        .google.cloud.bigquery.connection.v1beta1.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The connection.
      • getConnectionOrBuilder

        ConnectionProto.ConnectionOrBuilder getConnectionOrBuilder()
         Required. Connection containing the updated fields.
         
        .google.cloud.bigquery.connection.v1beta1.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        boolean hasUpdateMask()
         Required. Update mask for the connection fields to be updated.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Required. Update mask for the connection fields to be updated.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. Update mask for the connection fields to be updated.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];