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

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

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

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

        public SearchAllAssignmentsResponse.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<SearchAllAssignmentsResponse.Builder>
        Throws:
        IOException
      • clearAssignments

        public SearchAllAssignmentsResponse.Builder clearAssignments()
         List of assignments visible to the user.
         
        repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 1;
      • removeAssignments

        public SearchAllAssignmentsResponse.Builder removeAssignments​(int index)
         List of assignments visible to the user.
         
        repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 1;
      • getAssignmentsBuilder

        public Assignment.Builder getAssignmentsBuilder​(int index)
         List of assignments visible to the user.
         
        repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 1;
      • addAssignmentsBuilder

        public Assignment.Builder addAssignmentsBuilder()
         List of assignments visible to the user.
         
        repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 1;
      • addAssignmentsBuilder

        public Assignment.Builder addAssignmentsBuilder​(int index)
         List of assignments visible to the user.
         
        repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 1;
      • getAssignmentsBuilderList

        public List<Assignment.Builder> getAssignmentsBuilderList()
         List of assignments visible to the user.
         
        repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 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 SearchAllAssignmentsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

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