Package com.google.cloud.compute.v1
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-