public interface ListReservationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
List<? extends com.google.cloud.pubsublite.proto.ReservationOrBuilder> | 
        |