public interface ReservationsScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Reservation |
getReservations(int index)
A list of reservations contained in this scope.
|
int |
getReservationsCount()
A list of reservations contained in this scope.
|
List<Reservation> |
getReservationsList()
A list of reservations contained in this scope.
|
ReservationOrBuilder |
getReservationsOrBuilder(int index)
A list of reservations contained in this scope.
|
List<? extends ReservationOrBuilder> |
getReservationsOrBuilderList()
A list of reservations contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of reservations when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
Informational warning which replaces the list of reservations when the list is empty.
|
boolean |
hasWarning()
Informational warning which replaces the list of reservations when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Reservation> getReservationsList()
A list of reservations contained in this scope.
repeated .google.cloud.compute.v1.Reservation reservations = 399717927;Reservation getReservations(int index)
A list of reservations contained in this scope.
repeated .google.cloud.compute.v1.Reservation reservations = 399717927;int getReservationsCount()
A list of reservations contained in this scope.
repeated .google.cloud.compute.v1.Reservation reservations = 399717927;List<? extends ReservationOrBuilder> getReservationsOrBuilderList()
A list of reservations contained in this scope.
repeated .google.cloud.compute.v1.Reservation reservations = 399717927;ReservationOrBuilder getReservationsOrBuilder(int index)
A list of reservations contained in this scope.
repeated .google.cloud.compute.v1.Reservation reservations = 399717927;boolean hasWarning()
Informational warning which replaces the list of reservations when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning which replaces the list of reservations when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of reservations when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.