Interface UpdateBiReservationRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BiReservation getBiReservation()
      A reservation to update.
      BiReservationOrBuilder getBiReservationOrBuilder()
      A reservation to update.
      com.google.protobuf.FieldMask getUpdateMask()
      A list of fields to be updated in this request.
      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
      A list of fields to be updated in this request.
      boolean hasBiReservation()
      A reservation to update.
      boolean hasUpdateMask()
      A list of fields to be updated in this request.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasBiReservation

        boolean hasBiReservation()
         A reservation to update.
         
        .google.cloud.bigquery.reservation.v1.BiReservation bi_reservation = 1;
        Returns:
        Whether the biReservation field is set.
      • getBiReservation

        BiReservation getBiReservation()
         A reservation to update.
         
        .google.cloud.bigquery.reservation.v1.BiReservation bi_reservation = 1;
        Returns:
        The biReservation.
      • getBiReservationOrBuilder

        BiReservationOrBuilder getBiReservationOrBuilder()
         A reservation to update.
         
        .google.cloud.bigquery.reservation.v1.BiReservation bi_reservation = 1;
      • hasUpdateMask

        boolean hasUpdateMask()
         A list of fields to be updated in this request.
         
        .google.protobuf.FieldMask update_mask = 2;
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         A list of fields to be updated in this request.
         
        .google.protobuf.FieldMask update_mask = 2;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         A list of fields to be updated in this request.
         
        .google.protobuf.FieldMask update_mask = 2;