Class ListChangelogsResponse.Builder

  • All Implemented Interfaces:
    ListChangelogsResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    ListChangelogsResponse

    public static final class ListChangelogsResponse.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
    implements ListChangelogsResponseOrBuilder
     The response message for
     [Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3beta1.Changelogs.ListChangelogs].
     
    Protobuf type google.cloud.dialogflow.cx.v3beta1.ListChangelogsResponse
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
      • clear

        public ListChangelogsResponse.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
      • getDefaultInstanceForType

        public ListChangelogsResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ListChangelogsResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ListChangelogsResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public ListChangelogsResponse.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
      • clearField

        public ListChangelogsResponse.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
      • clearOneof

        public ListChangelogsResponse.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
      • setRepeatedField

        public ListChangelogsResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               int index,
                                                               Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
      • addRepeatedField

        public ListChangelogsResponse.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
      • mergeFrom

        public ListChangelogsResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListChangelogsResponse.Builder>
        Throws:
        IOException
      • 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;
        Specified by:
        getChangelogsList in interface ListChangelogsResponseOrBuilder
      • 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;
        Specified by:
        getChangelogsCount in interface ListChangelogsResponseOrBuilder
      • getChangelogs

        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;
        Specified by:
        getChangelogs in interface ListChangelogsResponseOrBuilder
      • setChangelogs

        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;
      • setChangelogs

        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;
      • addChangelogs

        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;
      • addChangelogs

        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;
      • addChangelogs

        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;
      • addChangelogs

        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;
      • addAllChangelogs

        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;
      • 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;
      • removeChangelogs

        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;
      • getChangelogsBuilder

        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;
      • getChangelogsOrBuilder

        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;
        Specified by:
        getChangelogsOrBuilder in interface ListChangelogsResponseOrBuilder
      • 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;
        Specified by:
        getChangelogsOrBuilderList in interface ListChangelogsResponseOrBuilder
      • 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;
      • addChangelogsBuilder

        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;
      • 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;
      • 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;
        Specified by:
        getNextPageToken in interface ListChangelogsResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.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;
        Specified by:
        getNextPageTokenBytes in interface ListChangelogsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        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;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • 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:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListChangelogsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.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;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ListChangelogsResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
      • mergeUnknownFields

        public final ListChangelogsResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>