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

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

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

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

        public ListDataTaxonomiesResponse.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<ListDataTaxonomiesResponse.Builder>
        Throws:
        IOException
      • setDataTaxonomies

        public ListDataTaxonomiesResponse.Builder setDataTaxonomies​(int index,
                                                                    DataTaxonomy value)
         DataTaxonomies under the given parent location.
         
        repeated .google.cloud.dataplex.v1.DataTaxonomy data_taxonomies = 1;
      • addDataTaxonomies

        public ListDataTaxonomiesResponse.Builder addDataTaxonomies​(int index,
                                                                    DataTaxonomy value)
         DataTaxonomies under the given parent location.
         
        repeated .google.cloud.dataplex.v1.DataTaxonomy data_taxonomies = 1;
      • clearDataTaxonomies

        public ListDataTaxonomiesResponse.Builder clearDataTaxonomies()
         DataTaxonomies under the given parent location.
         
        repeated .google.cloud.dataplex.v1.DataTaxonomy data_taxonomies = 1;
      • removeDataTaxonomies

        public ListDataTaxonomiesResponse.Builder removeDataTaxonomies​(int index)
         DataTaxonomies under the given parent location.
         
        repeated .google.cloud.dataplex.v1.DataTaxonomy data_taxonomies = 1;
      • getDataTaxonomiesBuilder

        public DataTaxonomy.Builder getDataTaxonomiesBuilder​(int index)
         DataTaxonomies under the given parent location.
         
        repeated .google.cloud.dataplex.v1.DataTaxonomy data_taxonomies = 1;
      • addDataTaxonomiesBuilder

        public DataTaxonomy.Builder addDataTaxonomiesBuilder()
         DataTaxonomies under the given parent location.
         
        repeated .google.cloud.dataplex.v1.DataTaxonomy data_taxonomies = 1;
      • addDataTaxonomiesBuilder

        public DataTaxonomy.Builder addDataTaxonomiesBuilder​(int index)
         DataTaxonomies under the given parent location.
         
        repeated .google.cloud.dataplex.v1.DataTaxonomy data_taxonomies = 1;
      • getDataTaxonomiesBuilderList

        public List<DataTaxonomy.Builder> getDataTaxonomiesBuilderList()
         DataTaxonomies under the given parent location.
         
        repeated .google.cloud.dataplex.v1.DataTaxonomy data_taxonomies = 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 ListDataTaxonomiesResponseOrBuilder
        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 ListDataTaxonomiesResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListDataTaxonomiesResponse.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 ListDataTaxonomiesResponse.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 ListDataTaxonomiesResponse.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.
      • getUnreachableLocationsList

        public com.google.protobuf.ProtocolStringList getUnreachableLocationsList()
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Specified by:
        getUnreachableLocationsList in interface ListDataTaxonomiesResponseOrBuilder
        Returns:
        A list containing the unreachableLocations.
      • getUnreachableLocations

        public String getUnreachableLocations​(int index)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Specified by:
        getUnreachableLocations in interface ListDataTaxonomiesResponseOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The unreachableLocations at the given index.
      • getUnreachableLocationsBytes

        public com.google.protobuf.ByteString getUnreachableLocationsBytes​(int index)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Specified by:
        getUnreachableLocationsBytes in interface ListDataTaxonomiesResponseOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the unreachableLocations at the given index.
      • setUnreachableLocations

        public ListDataTaxonomiesResponse.Builder setUnreachableLocations​(int index,
                                                                          String value)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Parameters:
        index - The index to set the value at.
        value - The unreachableLocations to set.
        Returns:
        This builder for chaining.
      • addUnreachableLocations

        public ListDataTaxonomiesResponse.Builder addUnreachableLocations​(String value)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Parameters:
        value - The unreachableLocations to add.
        Returns:
        This builder for chaining.
      • addAllUnreachableLocations

        public ListDataTaxonomiesResponse.Builder addAllUnreachableLocations​(Iterable<String> values)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Parameters:
        values - The unreachableLocations to add.
        Returns:
        This builder for chaining.
      • clearUnreachableLocations

        public ListDataTaxonomiesResponse.Builder clearUnreachableLocations()
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Returns:
        This builder for chaining.
      • addUnreachableLocationsBytes

        public ListDataTaxonomiesResponse.Builder addUnreachableLocationsBytes​(com.google.protobuf.ByteString value)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Parameters:
        value - The bytes of the unreachableLocations to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ListDataTaxonomiesResponse.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<ListDataTaxonomiesResponse.Builder>
      • mergeUnknownFields

        public final ListDataTaxonomiesResponse.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<ListDataTaxonomiesResponse.Builder>