Interface UpdateDataExchangeRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UpdateDataExchangeRequest, UpdateDataExchangeRequest.Builder

    public interface UpdateDataExchangeRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasUpdateMask

        boolean hasUpdateMask()
         Required. Field mask specifies the fields to update in the data exchange
         resource. The fields specified in the
         `updateMask` are relative to the resource and are not a full request.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Required. Field mask specifies the fields to update in the data exchange
         resource. The fields specified in the
         `updateMask` are relative to the resource and are not a full request.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. Field mask specifies the fields to update in the data exchange
         resource. The fields specified in the
         `updateMask` are relative to the resource and are not a full request.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasDataExchange

        boolean hasDataExchange()
         Required. The data exchange to update.
         
        .google.cloud.bigquery.dataexchange.v1beta1.DataExchange data_exchange = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the dataExchange field is set.
      • getDataExchange

        DataExchange getDataExchange()
         Required. The data exchange to update.
         
        .google.cloud.bigquery.dataexchange.v1beta1.DataExchange data_exchange = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The dataExchange.
      • getDataExchangeOrBuilder

        DataExchangeOrBuilder getDataExchangeOrBuilder()
         Required. The data exchange to update.
         
        .google.cloud.bigquery.dataexchange.v1beta1.DataExchange data_exchange = 2 [(.google.api.field_behavior) = REQUIRED];