Class LookupEnvironmentHistoryResponse.Builder

    • 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<LookupEnvironmentHistoryResponse.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<LookupEnvironmentHistoryResponse.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public List<Environment> getEnvironmentsList()
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
        Specified by:
        getEnvironmentsList in interface LookupEnvironmentHistoryResponseOrBuilder
      • getEnvironmentsCount

        public int getEnvironmentsCount()
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
        Specified by:
        getEnvironmentsCount in interface LookupEnvironmentHistoryResponseOrBuilder
      • getEnvironments

        public Environment getEnvironments​(int index)
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
        Specified by:
        getEnvironments in interface LookupEnvironmentHistoryResponseOrBuilder
      • setEnvironments

        public LookupEnvironmentHistoryResponse.Builder setEnvironments​(int index,
                                                                        Environment value)
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
      • setEnvironments

        public LookupEnvironmentHistoryResponse.Builder setEnvironments​(int index,
                                                                        Environment.Builder builderForValue)
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
      • addEnvironments

        public LookupEnvironmentHistoryResponse.Builder addEnvironments​(Environment value)
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
      • addEnvironments

        public LookupEnvironmentHistoryResponse.Builder addEnvironments​(int index,
                                                                        Environment value)
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
      • addEnvironments

        public LookupEnvironmentHistoryResponse.Builder addEnvironments​(Environment.Builder builderForValue)
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
      • addEnvironments

        public LookupEnvironmentHistoryResponse.Builder addEnvironments​(int index,
                                                                        Environment.Builder builderForValue)
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
      • addAllEnvironments

        public LookupEnvironmentHistoryResponse.Builder addAllEnvironments​(Iterable<? extends Environment> values)
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
      • clearEnvironments

        public LookupEnvironmentHistoryResponse.Builder clearEnvironments()
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
      • removeEnvironments

        public LookupEnvironmentHistoryResponse.Builder removeEnvironments​(int index)
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
      • getEnvironmentsBuilder

        public Environment.Builder getEnvironmentsBuilder​(int index)
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
      • addEnvironmentsBuilder

        public Environment.Builder addEnvironmentsBuilder()
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
      • addEnvironmentsBuilder

        public Environment.Builder addEnvironmentsBuilder​(int index)
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
      • getEnvironmentsBuilderList

        public List<Environment.Builder> getEnvironmentsBuilderList()
         Represents a list of snapshots for an environment. Time of the snapshots is
         stored in
         [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
         
        repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;
      • 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 LookupEnvironmentHistoryResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public LookupEnvironmentHistoryResponse.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 LookupEnvironmentHistoryResponse.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 LookupEnvironmentHistoryResponse.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.