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

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

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

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

        public ListExperimentAsyncErrorsRequest.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<ListExperimentAsyncErrorsRequest.Builder>
        Throws:
        java.io.IOException
      • getResourceName

        public java.lang.String getResourceName()
         Required. The name of the experiment from which to retrieve the async
         errors.
         
        string resource_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getResourceName in interface ListExperimentAsyncErrorsRequestOrBuilder
        Returns:
        The resourceName.
      • getResourceNameBytes

        public com.google.protobuf.ByteString getResourceNameBytes()
         Required. The name of the experiment from which to retrieve the async
         errors.
         
        string resource_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getResourceNameBytes in interface ListExperimentAsyncErrorsRequestOrBuilder
        Returns:
        The bytes for resourceName.
      • setResourceName

        public ListExperimentAsyncErrorsRequest.Builder setResourceName​(java.lang.String value)
         Required. The name of the experiment from which to retrieve the async
         errors.
         
        string resource_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The resourceName to set.
        Returns:
        This builder for chaining.
      • clearResourceName

        public ListExperimentAsyncErrorsRequest.Builder clearResourceName()
         Required. The name of the experiment from which to retrieve the async
         errors.
         
        string resource_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setResourceNameBytes

        public ListExperimentAsyncErrorsRequest.Builder setResourceNameBytes​(com.google.protobuf.ByteString value)
         Required. The name of the experiment from which to retrieve the async
         errors.
         
        string resource_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for resourceName to set.
        Returns:
        This builder for chaining.
      • getPageToken

        public java.lang.String getPageToken()
         Token of the page to retrieve. If not specified, the first
         page of results will be returned. Use the value obtained from
         `next_page_token` in the previous response in order to request
         the next page of results.
         
        string page_token = 2;
        Specified by:
        getPageToken in interface ListExperimentAsyncErrorsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         Token of the page to retrieve. If not specified, the first
         page of results will be returned. Use the value obtained from
         `next_page_token` in the previous response in order to request
         the next page of results.
         
        string page_token = 2;
        Specified by:
        getPageTokenBytes in interface ListExperimentAsyncErrorsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListExperimentAsyncErrorsRequest.Builder setPageToken​(java.lang.String value)
         Token of the page to retrieve. If not specified, the first
         page of results will be returned. Use the value obtained from
         `next_page_token` in the previous response in order to request
         the next page of results.
         
        string page_token = 2;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListExperimentAsyncErrorsRequest.Builder clearPageToken()
         Token of the page to retrieve. If not specified, the first
         page of results will be returned. Use the value obtained from
         `next_page_token` in the previous response in order to request
         the next page of results.
         
        string page_token = 2;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListExperimentAsyncErrorsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         Token of the page to retrieve. If not specified, the first
         page of results will be returned. Use the value obtained from
         `next_page_token` in the previous response in order to request
         the next page of results.
         
        string page_token = 2;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         Number of elements to retrieve in a single page.
         When a page request is too large, the server may decide to
         further limit the number of returned resources.
         The maximum page size is 1000.
         
        int32 page_size = 3;
        Specified by:
        getPageSize in interface ListExperimentAsyncErrorsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListExperimentAsyncErrorsRequest.Builder setPageSize​(int value)
         Number of elements to retrieve in a single page.
         When a page request is too large, the server may decide to
         further limit the number of returned resources.
         The maximum page size is 1000.
         
        int32 page_size = 3;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListExperimentAsyncErrorsRequest.Builder clearPageSize()
         Number of elements to retrieve in a single page.
         When a page request is too large, the server may decide to
         further limit the number of returned resources.
         The maximum page size is 1000.
         
        int32 page_size = 3;
        Returns:
        This builder for chaining.