Interface BiReservationOrBuilder

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

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

      • getName

        String getName()
         The resource name of the singleton BI reservation.
         Reservation names have the form
         `projects/{project_id}/locations/{location_id}/biReservation`.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The resource name of the singleton BI reservation.
         Reservation names have the form
         `projects/{project_id}/locations/{location_id}/biReservation`.
         
        string name = 1;
        Returns:
        The bytes for name.
      • hasUpdateTime

        boolean hasUpdateTime()
         Output only. The last update timestamp of a reservation.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        com.google.protobuf.Timestamp getUpdateTime()
         Output only. The last update timestamp of a reservation.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The updateTime.
      • getUpdateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. The last update timestamp of a reservation.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getSize

        long getSize()
         Size of a reservation, in bytes.
         
        int64 size = 4;
        Returns:
        The size.
      • getPreferredTablesList

        List<TableReference> getPreferredTablesList()
         Preferred tables to use BI capacity for.
         
        repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
      • getPreferredTables

        TableReference getPreferredTables​(int index)
         Preferred tables to use BI capacity for.
         
        repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
      • getPreferredTablesCount

        int getPreferredTablesCount()
         Preferred tables to use BI capacity for.
         
        repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
      • getPreferredTablesOrBuilderList

        List<? extends TableReferenceOrBuilder> getPreferredTablesOrBuilderList()
         Preferred tables to use BI capacity for.
         
        repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;
      • getPreferredTablesOrBuilder

        TableReferenceOrBuilder getPreferredTablesOrBuilder​(int index)
         Preferred tables to use BI capacity for.
         
        repeated .google.cloud.bigquery.reservation.v1.TableReference preferred_tables = 5;