Interface ListReservationsResponseOrBuilder (1.6.3)

public interface ListReservationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token that can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no more results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no more results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getReservations(int index)

public abstract Reservation getReservations(int index)

The list of reservation in the requested parent. The order of the reservations is unspecified.

repeated .google.cloud.pubsublite.v1.Reservation reservations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Reservation

getReservationsCount()

public abstract int getReservationsCount()

The list of reservation in the requested parent. The order of the reservations is unspecified.

repeated .google.cloud.pubsublite.v1.Reservation reservations = 1;

Returns
TypeDescription
int

getReservationsList()

public abstract List<Reservation> getReservationsList()

The list of reservation in the requested parent. The order of the reservations is unspecified.

repeated .google.cloud.pubsublite.v1.Reservation reservations = 1;

Returns
TypeDescription
List<Reservation>

getReservationsOrBuilder(int index)

public abstract ReservationOrBuilder getReservationsOrBuilder(int index)

The list of reservation in the requested parent. The order of the reservations is unspecified.

repeated .google.cloud.pubsublite.v1.Reservation reservations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ReservationOrBuilder

getReservationsOrBuilderList()

public abstract List<? extends ReservationOrBuilder> getReservationsOrBuilderList()

The list of reservation in the requested parent. The order of the reservations is unspecified.

repeated .google.cloud.pubsublite.v1.Reservation reservations = 1;

Returns
TypeDescription
List<? extends com.google.cloud.pubsublite.proto.ReservationOrBuilder>