public static final class ListChangelogsResponse.Builder extends GeneratedMessageV3.Builder<ListChangelogsResponse.Builder> implements ListChangelogsResponseOrBuilder
   
   The response message for
 Changelogs.ListChangelogs.
 Protobuf type google.cloud.dialogflow.cx.v3beta1.ListChangelogsResponse
 
  
  
  
    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
  
  
  addAllChangelogs(Iterable<? extends Changelog> values)
  
    public ListChangelogsResponse.Builder addAllChangelogs(Iterable<? extends Changelog> values)
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        values | 
        Iterable<? extends com.google.cloud.dialogflow.cx.v3beta1.Changelog>
  | 
      
    
  
  Returns
  
  
  addChangelogs(Changelog value)
  
    public ListChangelogsResponse.Builder addChangelogs(Changelog value)
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Parameter
  
  Returns
  
  
  addChangelogs(Changelog.Builder builderForValue)
  
    public ListChangelogsResponse.Builder addChangelogs(Changelog.Builder builderForValue)
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Parameter
  
  Returns
  
  
  addChangelogs(int index, Changelog value)
  
    public ListChangelogsResponse.Builder addChangelogs(int index, Changelog value)
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Parameters
  
  Returns
  
  
  addChangelogs(int index, Changelog.Builder builderForValue)
  
    public ListChangelogsResponse.Builder addChangelogs(int index, Changelog.Builder builderForValue)
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Parameters
  
  Returns
  
  
  addChangelogsBuilder()
  
    public Changelog.Builder addChangelogsBuilder()
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Returns
  
  
  addChangelogsBuilder(int index)
  
    public Changelog.Builder addChangelogsBuilder(int index)
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  Returns
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListChangelogsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  build()
  
    public ListChangelogsResponse build()
   
  Returns
  
  
  buildPartial()
  
    public ListChangelogsResponse buildPartial()
   
  Returns
  
  
  clear()
  
    public ListChangelogsResponse.Builder clear()
   
  Returns
  
  Overrides
  
  
  clearChangelogs()
  
    public ListChangelogsResponse.Builder clearChangelogs()
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Returns
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListChangelogsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListChangelogsResponse.Builder clearNextPageToken()
   
   Token to retrieve the next page of results, or empty if there are no more
 results in the list.
 string next_page_token = 2;
 
  Returns
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListChangelogsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clone()
  
    public ListChangelogsResponse.Builder clone()
   
  Returns
  
  Overrides
  
  
  getChangelogs(int index)
  
    public Changelog getChangelogs(int index)
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  Returns
  
  
  getChangelogsBuilder(int index)
  
    public Changelog.Builder getChangelogsBuilder(int index)
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  Returns
  
  
  getChangelogsBuilderList()
  
    public List<Changelog.Builder> getChangelogsBuilderList()
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Returns
  
  
  getChangelogsCount()
  
    public int getChangelogsCount()
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Returns
  
  
  getChangelogsList()
  
    public List<Changelog> getChangelogsList()
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Returns
  
  
  getChangelogsOrBuilder(int index)
  
    public ChangelogOrBuilder getChangelogsOrBuilder(int index)
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  Returns
  
  
  getChangelogsOrBuilderList()
  
    public List<? extends ChangelogOrBuilder> getChangelogsOrBuilderList()
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Returns
  
    
      
        | Type | 
        Description | 
      
      
        List<? extends com.google.cloud.dialogflow.cx.v3beta1.ChangelogOrBuilder> | 
         | 
      
    
  
  
  getDefaultInstanceForType()
  
    public ListChangelogsResponse getDefaultInstanceForType()
   
  Returns
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  Returns
  
  Overrides
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   Token to retrieve the next page of results, or empty if there are no more
 results in the list.
 string next_page_token = 2;
 
  Returns
  
    
      
        | Type | 
        Description | 
      
      
        String | 
        The nextPageToken. 
 | 
      
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   Token to retrieve the next page of results, or empty if there are no more
 results in the list.
 string next_page_token = 2;
 
  Returns
  
    
      
        | Type | 
        Description | 
      
      
        ByteString | 
        The bytes for nextPageToken. 
 | 
      
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  mergeFrom(ListChangelogsResponse other)
  
    public ListChangelogsResponse.Builder mergeFrom(ListChangelogsResponse other)
   
  Parameter
  
  Returns
  
  
  
  
    public ListChangelogsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Overrides
  
  Exceptions
  
  
  mergeFrom(Message other)
  
    public ListChangelogsResponse.Builder mergeFrom(Message other)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListChangelogsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  removeChangelogs(int index)
  
    public ListChangelogsResponse.Builder removeChangelogs(int index)
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  Returns
  
  
  setChangelogs(int index, Changelog value)
  
    public ListChangelogsResponse.Builder setChangelogs(int index, Changelog value)
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Parameters
  
  Returns
  
  
  setChangelogs(int index, Changelog.Builder builderForValue)
  
    public ListChangelogsResponse.Builder setChangelogs(int index, Changelog.Builder builderForValue)
   
   The list of changelogs. There will be a maximum number of items returned
 based on the page_size field in the request. The changelogs will be ordered
 by timestamp.
 repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;
 
  Parameters
  
  Returns
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListChangelogsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListChangelogsResponse.Builder setNextPageToken(String value)
   
   Token to retrieve the next page of results, or empty if there are no more
 results in the list.
 string next_page_token = 2;
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        value | 
        String
 The nextPageToken to set. 
 | 
      
    
  
  Returns
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListChangelogsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   Token to retrieve the next page of results, or empty if there are no more
 results in the list.
 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 ListChangelogsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListChangelogsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides