public interface ReservationsScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getReservations(int index)
public abstract Reservation getReservations(int index)A list of reservations contained in this scope.
repeated .google.cloud.compute.v1.Reservation reservations = 399717927;
| Name | Description |
| index | int |
| Type | Description |
| Reservation |
getReservationsCount()
public abstract int getReservationsCount()A list of reservations contained in this scope.
repeated .google.cloud.compute.v1.Reservation reservations = 399717927;
| Type | Description |
| int |
getReservationsList()
public abstract List<Reservation> getReservationsList()A list of reservations contained in this scope.
repeated .google.cloud.compute.v1.Reservation reservations = 399717927;
| Type | Description |
| List<Reservation> |
getReservationsOrBuilder(int index)
public abstract ReservationOrBuilder getReservationsOrBuilder(int index)A list of reservations contained in this scope.
repeated .google.cloud.compute.v1.Reservation reservations = 399717927;
| Name | Description |
| index | int |
| Type | Description |
| ReservationOrBuilder |
getReservationsOrBuilderList()
public abstract List<? extends ReservationOrBuilder> getReservationsOrBuilderList()A list of reservations contained in this scope.
repeated .google.cloud.compute.v1.Reservation reservations = 399717927;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.ReservationOrBuilder> |
getWarning()
public abstract Warning getWarning()Informational warning which replaces the list of reservations when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| Warning | The warning. |
getWarningOrBuilder()
public abstract WarningOrBuilder getWarningOrBuilder()Informational warning which replaces the list of reservations when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| WarningOrBuilder |
hasWarning()
public abstract boolean hasWarning()Informational warning which replaces the list of reservations when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| boolean | Whether the warning field is set. |