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

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

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

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

        public ListDataAttributesResponse.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<ListDataAttributesResponse.Builder>
        Throws:
        IOException
      • setDataAttributes

        public ListDataAttributesResponse.Builder setDataAttributes​(int index,
                                                                    DataAttribute value)
         DataAttributes under the given parent DataTaxonomy.
         
        repeated .google.cloud.dataplex.v1.DataAttribute data_attributes = 1;
      • addDataAttributes

        public ListDataAttributesResponse.Builder addDataAttributes​(int index,
                                                                    DataAttribute value)
         DataAttributes under the given parent DataTaxonomy.
         
        repeated .google.cloud.dataplex.v1.DataAttribute data_attributes = 1;
      • clearDataAttributes

        public ListDataAttributesResponse.Builder clearDataAttributes()
         DataAttributes under the given parent DataTaxonomy.
         
        repeated .google.cloud.dataplex.v1.DataAttribute data_attributes = 1;
      • removeDataAttributes

        public ListDataAttributesResponse.Builder removeDataAttributes​(int index)
         DataAttributes under the given parent DataTaxonomy.
         
        repeated .google.cloud.dataplex.v1.DataAttribute data_attributes = 1;
      • getDataAttributesBuilder

        public DataAttribute.Builder getDataAttributesBuilder​(int index)
         DataAttributes under the given parent DataTaxonomy.
         
        repeated .google.cloud.dataplex.v1.DataAttribute data_attributes = 1;
      • addDataAttributesBuilder

        public DataAttribute.Builder addDataAttributesBuilder()
         DataAttributes under the given parent DataTaxonomy.
         
        repeated .google.cloud.dataplex.v1.DataAttribute data_attributes = 1;
      • addDataAttributesBuilder

        public DataAttribute.Builder addDataAttributesBuilder​(int index)
         DataAttributes under the given parent DataTaxonomy.
         
        repeated .google.cloud.dataplex.v1.DataAttribute data_attributes = 1;
      • getDataAttributesBuilderList

        public List<DataAttribute.Builder> getDataAttributesBuilderList()
         DataAttributes under the given parent DataTaxonomy.
         
        repeated .google.cloud.dataplex.v1.DataAttribute data_attributes = 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 ListDataAttributesResponseOrBuilder
        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 ListDataAttributesResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListDataAttributesResponse.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 ListDataAttributesResponse.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 ListDataAttributesResponse.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 ListDataAttributesResponseOrBuilder
        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 ListDataAttributesResponseOrBuilder
        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 ListDataAttributesResponseOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the unreachableLocations at the given index.
      • setUnreachableLocations

        public ListDataAttributesResponse.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 ListDataAttributesResponse.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 ListDataAttributesResponse.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 ListDataAttributesResponse.Builder clearUnreachableLocations()
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Returns:
        This builder for chaining.
      • addUnreachableLocationsBytes

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

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