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

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

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

        public ListExperimentAsyncErrorsResponse 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<ListExperimentAsyncErrorsResponse.Builder>
      • mergeFrom

        public ListExperimentAsyncErrorsResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                            throws java.io.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<ListExperimentAsyncErrorsResponse.Builder>
        Throws:
        java.io.IOException
      • getErrors

        public com.google.rpc.Status getErrors​(int index)
         details of the errors when performing the asynchronous operation.
         
        repeated .google.rpc.Status errors = 1;
        Specified by:
        getErrors in interface ListExperimentAsyncErrorsResponseOrBuilder
      • setErrors

        public ListExperimentAsyncErrorsResponse.Builder setErrors​(int index,
                                                                   com.google.rpc.Status value)
         details of the errors when performing the asynchronous operation.
         
        repeated .google.rpc.Status errors = 1;
      • setErrors

        public ListExperimentAsyncErrorsResponse.Builder setErrors​(int index,
                                                                   com.google.rpc.Status.Builder builderForValue)
         details of the errors when performing the asynchronous operation.
         
        repeated .google.rpc.Status errors = 1;
      • addErrors

        public ListExperimentAsyncErrorsResponse.Builder addErrors​(com.google.rpc.Status value)
         details of the errors when performing the asynchronous operation.
         
        repeated .google.rpc.Status errors = 1;
      • addErrors

        public ListExperimentAsyncErrorsResponse.Builder addErrors​(int index,
                                                                   com.google.rpc.Status value)
         details of the errors when performing the asynchronous operation.
         
        repeated .google.rpc.Status errors = 1;
      • addErrors

        public ListExperimentAsyncErrorsResponse.Builder addErrors​(com.google.rpc.Status.Builder builderForValue)
         details of the errors when performing the asynchronous operation.
         
        repeated .google.rpc.Status errors = 1;
      • addErrors

        public ListExperimentAsyncErrorsResponse.Builder addErrors​(int index,
                                                                   com.google.rpc.Status.Builder builderForValue)
         details of the errors when performing the asynchronous operation.
         
        repeated .google.rpc.Status errors = 1;
      • addAllErrors

        public ListExperimentAsyncErrorsResponse.Builder addAllErrors​(java.lang.Iterable<? extends com.google.rpc.Status> values)
         details of the errors when performing the asynchronous operation.
         
        repeated .google.rpc.Status errors = 1;
      • getErrorsBuilder

        public com.google.rpc.Status.Builder getErrorsBuilder​(int index)
         details of the errors when performing the asynchronous operation.
         
        repeated .google.rpc.Status errors = 1;
      • addErrorsBuilder

        public com.google.rpc.Status.Builder addErrorsBuilder()
         details of the errors when performing the asynchronous operation.
         
        repeated .google.rpc.Status errors = 1;
      • addErrorsBuilder

        public com.google.rpc.Status.Builder addErrorsBuilder​(int index)
         details of the errors when performing the asynchronous operation.
         
        repeated .google.rpc.Status errors = 1;
      • getErrorsBuilderList

        public java.util.List<com.google.rpc.Status.Builder> getErrorsBuilderList()
         details of the errors when performing the asynchronous operation.
         
        repeated .google.rpc.Status errors = 1;
      • getNextPageToken

        public java.lang.String getNextPageToken()
         Pagination token used to retrieve the next page of results.
         Pass the content of this string as the `page_token` attribute of
         the next request. `next_page_token` is not returned for the last
         page.
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface ListExperimentAsyncErrorsResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         Pagination token used to retrieve the next page of results.
         Pass the content of this string as the `page_token` attribute of
         the next request. `next_page_token` is not returned for the last
         page.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListExperimentAsyncErrorsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListExperimentAsyncErrorsResponse.Builder setNextPageToken​(java.lang.String value)
         Pagination token used to retrieve the next page of results.
         Pass the content of this string as the `page_token` attribute of
         the next request. `next_page_token` is not returned for the last
         page.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListExperimentAsyncErrorsResponse.Builder clearNextPageToken()
         Pagination token used to retrieve the next page of results.
         Pass the content of this string as the `page_token` attribute of
         the next request. `next_page_token` is not returned for the last
         page.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListExperimentAsyncErrorsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         Pagination token used to retrieve the next page of results.
         Pass the content of this string as the `page_token` attribute of
         the next request. `next_page_token` is not returned for the last
         page.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.