Interface FutureReservationsScopedListOrBuilder (1.91.0)

public interface FutureReservationsScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFutureReservations(int index)

public abstract FutureReservation getFutureReservations(int index)

A list of future reservations contained in this scope.

repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;

Parameter
Name Description
index int
Returns
Type Description
FutureReservation

getFutureReservationsCount()

public abstract int getFutureReservationsCount()

A list of future reservations contained in this scope.

repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;

Returns
Type Description
int

getFutureReservationsList()

public abstract List<FutureReservation> getFutureReservationsList()

A list of future reservations contained in this scope.

repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;

Returns
Type Description
List<FutureReservation>

getFutureReservationsOrBuilder(int index)

public abstract FutureReservationOrBuilder getFutureReservationsOrBuilder(int index)

A list of future reservations contained in this scope.

repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;

Parameter
Name Description
index int
Returns
Type Description
FutureReservationOrBuilder

getFutureReservationsOrBuilderList()

public abstract List<? extends FutureReservationOrBuilder> getFutureReservationsOrBuilderList()

A list of future reservations contained in this scope.

repeated .google.cloud.compute.v1.FutureReservation future_reservations = 131778339;

Returns
Type Description
List<? extends com.google.cloud.compute.v1.FutureReservationOrBuilder>

getWarning()

public abstract Warning getWarning()

Informational warning which replaces the list of future reservations when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
Type Description
Warning

The warning.

getWarningOrBuilder()

public abstract WarningOrBuilder getWarningOrBuilder()

Informational warning which replaces the list of future reservations when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
Type Description
WarningOrBuilder

hasWarning()

public abstract boolean hasWarning()

Informational warning which replaces the list of future reservations when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
Type Description
boolean

Whether the warning field is set.