Interface ReservationsScopedListOrBuilder (1.51.0)

public interface ReservationsScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Reservation

getReservationsCount()

public abstract int getReservationsCount()

A list of reservations contained in this scope.

repeated .google.cloud.compute.v1.Reservation reservations = 399717927;

Returns
TypeDescription
int

getReservationsList()

public abstract List<Reservation> getReservationsList()

A list of reservations contained in this scope.

repeated .google.cloud.compute.v1.Reservation reservations = 399717927;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
ReservationOrBuilder

getReservationsOrBuilderList()

public abstract List<? extends ReservationOrBuilder> getReservationsOrBuilderList()

A list of reservations contained in this scope.

repeated .google.cloud.compute.v1.Reservation reservations = 399717927;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the warning field is set.