Interface ReservationsScopedListOrBuilder

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

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

      • getReservationsList

        List<Reservation> getReservationsList()
         A list of reservations contained in this scope.
         
        repeated .google.cloud.compute.v1.Reservation reservations = 399717927;
      • getReservations

        Reservation getReservations​(int index)
         A list of reservations contained in this scope.
         
        repeated .google.cloud.compute.v1.Reservation reservations = 399717927;
      • getReservationsCount

        int getReservationsCount()
         A list of reservations contained in this scope.
         
        repeated .google.cloud.compute.v1.Reservation reservations = 399717927;
      • getReservationsOrBuilderList

        List<? extends ReservationOrBuilder> getReservationsOrBuilderList()
         A list of reservations contained in this scope.
         
        repeated .google.cloud.compute.v1.Reservation reservations = 399717927;
      • getReservationsOrBuilder

        ReservationOrBuilder getReservationsOrBuilder​(int index)
         A list of reservations contained in this scope.
         
        repeated .google.cloud.compute.v1.Reservation reservations = 399717927;
      • hasWarning

        boolean hasWarning()
         Informational warning which replaces the list of reservations when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        Whether the warning field is set.
      • getWarning

        Warning getWarning()
         Informational warning which replaces the list of reservations when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        The warning.
      • getWarningOrBuilder

        WarningOrBuilder getWarningOrBuilder()
         Informational warning which replaces the list of reservations when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;