Interface QueryReservationsResponseOrBuilder (0.1.0)

public interface QueryReservationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReservations(int index)

public abstract ReservationData getReservations(int index)

The reservations data that match the request.

repeated .google.cloud.capacityplanner.v1beta.ReservationData reservations = 1;

Parameter
Name Description
index int
Returns
Type Description
ReservationData

getReservationsCount()

public abstract int getReservationsCount()

The reservations data that match the request.

repeated .google.cloud.capacityplanner.v1beta.ReservationData reservations = 1;

Returns
Type Description
int

getReservationsList()

public abstract List<ReservationData> getReservationsList()

The reservations data that match the request.

repeated .google.cloud.capacityplanner.v1beta.ReservationData reservations = 1;

Returns
Type Description
List<ReservationData>

getReservationsOrBuilder(int index)

public abstract ReservationDataOrBuilder getReservationsOrBuilder(int index)

The reservations data that match the request.

repeated .google.cloud.capacityplanner.v1beta.ReservationData reservations = 1;

Parameter
Name Description
index int
Returns
Type Description
ReservationDataOrBuilder

getReservationsOrBuilderList()

public abstract List<? extends ReservationDataOrBuilder> getReservationsOrBuilderList()

The reservations data that match the request.

repeated .google.cloud.capacityplanner.v1beta.ReservationData reservations = 1;

Returns
Type Description
List<? extends com.google.cloud.capacityplanner.v1beta.ReservationDataOrBuilder>