public static final class ListReservationsResponse.Builder extends GeneratedMessageV3.Builder<ListReservationsResponse.Builder> implements ListReservationsResponseOrBuilder
   
   Response for ListReservations.
 Protobuf type google.cloud.pubsublite.v1.ListReservationsResponse
 
  
  
  
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  Returns
  
  Methods
  
  
  addAllReservations(Iterable<? extends Reservation> values)
  
    public ListReservationsResponse.Builder addAllReservations(Iterable<? extends Reservation> values)
   
   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 | 
      
      
        values | 
        Iterable<? extends com.google.cloud.pubsublite.proto.Reservation>
  | 
      
    
  
  Returns
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListReservationsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  addReservations(Reservation value)
  
    public ListReservationsResponse.Builder addReservations(Reservation value)
   
   The list of reservation in the requested parent. The order of the
 reservations is unspecified.
 repeated .google.cloud.pubsublite.v1.Reservation reservations = 1;
 
  Parameter
  
  Returns
  
  
  addReservations(Reservation.Builder builderForValue)
  
    public ListReservationsResponse.Builder addReservations(Reservation.Builder builderForValue)
   
   The list of reservation in the requested parent. The order of the
 reservations is unspecified.
 repeated .google.cloud.pubsublite.v1.Reservation reservations = 1;
 
  Parameter
  
  Returns
  
  
  addReservations(int index, Reservation value)
  
    public ListReservationsResponse.Builder addReservations(int index, Reservation value)
   
   The list of reservation in the requested parent. The order of the
 reservations is unspecified.
 repeated .google.cloud.pubsublite.v1.Reservation reservations = 1;
 
  Parameters
  
  Returns
  
  
  addReservations(int index, Reservation.Builder builderForValue)
  
    public ListReservationsResponse.Builder addReservations(int index, Reservation.Builder builderForValue)
   
   The list of reservation in the requested parent. The order of the
 reservations is unspecified.
 repeated .google.cloud.pubsublite.v1.Reservation reservations = 1;
 
  Parameters
  
  Returns
  
  
  addReservationsBuilder()
  
    public Reservation.Builder addReservationsBuilder()
   
   The list of reservation in the requested parent. The order of the
 reservations is unspecified.
 repeated .google.cloud.pubsublite.v1.Reservation reservations = 1;
 
  Returns
  
  
  addReservationsBuilder(int index)
  
    public Reservation.Builder addReservationsBuilder(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
  
  
  build()
  
    public ListReservationsResponse build()
   
  Returns
  
  
  buildPartial()
  
    public ListReservationsResponse buildPartial()
   
  Returns
  
  
  clear()
  
    public ListReservationsResponse.Builder clear()
   
  Returns
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListReservationsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListReservationsResponse.Builder clearNextPageToken()
   
   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
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListReservationsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearReservations()
  
    public ListReservationsResponse.Builder clearReservations()
   
   The list of reservation in the requested parent. The order of the
 reservations is unspecified.
 repeated .google.cloud.pubsublite.v1.Reservation reservations = 1;
 
  Returns
  
  
  clone()
  
    public ListReservationsResponse.Builder clone()
   
  Returns
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListReservationsResponse getDefaultInstanceForType()
   
  Returns
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  Returns
  
  Overrides
  
  
  getNextPageToken()
  
    public 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 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 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
  
  
  getReservationsBuilder(int index)
  
    public Reservation.Builder getReservationsBuilder(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
  
  
  getReservationsBuilderList()
  
    public List<Reservation.Builder> getReservationsBuilderList()
   
   The list of reservation in the requested parent. The order of the
 reservations is unspecified.
 repeated .google.cloud.pubsublite.v1.Reservation reservations = 1;
 
  Returns
  
  
  getReservationsCount()
  
    public 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
  
  
  getReservationsList()
  
    public 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
  
  
  getReservationsOrBuilder(int index)
  
    public 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
  
  
  getReservationsOrBuilderList()
  
    public 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> | 
         | 
      
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  mergeFrom(ListReservationsResponse other)
  
    public ListReservationsResponse.Builder mergeFrom(ListReservationsResponse other)
   
  Parameter
  
  Returns
  
  
  
  
    public ListReservationsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Overrides
  
  Exceptions
  
  
  mergeFrom(Message other)
  
    public ListReservationsResponse.Builder mergeFrom(Message other)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListReservationsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  removeReservations(int index)
  
    public ListReservationsResponse.Builder removeReservations(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
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListReservationsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListReservationsResponse.Builder setNextPageToken(String value)
   
   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;
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        value | 
        String
 The nextPageToken to set. 
 | 
      
    
  
  Returns
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListReservationsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   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;
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        value | 
        ByteString
 The bytes for nextPageToken to set. 
 | 
      
    
  
  Returns
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListReservationsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setReservations(int index, Reservation value)
  
    public ListReservationsResponse.Builder setReservations(int index, Reservation value)
   
   The list of reservation in the requested parent. The order of the
 reservations is unspecified.
 repeated .google.cloud.pubsublite.v1.Reservation reservations = 1;
 
  Parameters
  
  Returns
  
  
  setReservations(int index, Reservation.Builder builderForValue)
  
    public ListReservationsResponse.Builder setReservations(int index, Reservation.Builder builderForValue)
   
   The list of reservation in the requested parent. The order of the
 reservations is unspecified.
 repeated .google.cloud.pubsublite.v1.Reservation reservations = 1;
 
  Parameters
  
  Returns
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListReservationsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides