Class DataAttribute.Builder

  • All Implemented Interfaces:
    DataAttributeOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    DataAttribute

    public static final class DataAttribute.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<DataAttribute.Builder>
    implements DataAttributeOrBuilder
     Denotes one dataAttribute in a dataTaxonomy, for example, PII.
     DataAttribute resources can be defined in a hierarchy.
     A single dataAttribute resource can contain specs of multiple types
    
     ```
     PII
       - ResourceAccessSpec :
                     - readers :foo@bar.com
       - DataAccessSpec :
                     - readers :bar@foo.com
     ```
     
    Protobuf type google.cloud.dataplex.v1.DataAttribute
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<DataAttribute.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<DataAttribute.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DataAttribute.Builder>
      • clear

        public DataAttribute.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<DataAttribute.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<DataAttribute.Builder>
      • getDefaultInstanceForType

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

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

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

        public DataAttribute.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<DataAttribute.Builder>
      • setField

        public DataAttribute.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                              Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<DataAttribute.Builder>
      • clearField

        public DataAttribute.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<DataAttribute.Builder>
      • clearOneof

        public DataAttribute.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DataAttribute.Builder>
      • setRepeatedField

        public DataAttribute.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                      int index,
                                                      Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DataAttribute.Builder>
      • addRepeatedField

        public DataAttribute.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                      Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DataAttribute.Builder>
      • mergeFrom

        public DataAttribute.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DataAttribute.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DataAttribute.Builder>
      • mergeFrom

        public DataAttribute.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<DataAttribute.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Output only. The relative resource name of the dataAttribute, of the form:
         projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getName in interface DataAttributeOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Output only. The relative resource name of the dataAttribute, of the form:
         projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getNameBytes in interface DataAttributeOrBuilder
        Returns:
        The bytes for name.
      • setName

        public DataAttribute.Builder setName​(String value)
         Output only. The relative resource name of the dataAttribute, of the form:
         projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public DataAttribute.Builder clearName()
         Output only. The relative resource name of the dataAttribute, of the form:
         projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setNameBytes

        public DataAttribute.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Output only. The relative resource name of the dataAttribute, of the form:
         projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getUid

        public String getUid()
         Output only. System generated globally unique ID for the DataAttribute.
         This ID will be different if the DataAttribute is deleted and re-created
         with the same name.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUid in interface DataAttributeOrBuilder
        Returns:
        The uid.
      • getUidBytes

        public com.google.protobuf.ByteString getUidBytes()
         Output only. System generated globally unique ID for the DataAttribute.
         This ID will be different if the DataAttribute is deleted and re-created
         with the same name.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUidBytes in interface DataAttributeOrBuilder
        Returns:
        The bytes for uid.
      • setUid

        public DataAttribute.Builder setUid​(String value)
         Output only. System generated globally unique ID for the DataAttribute.
         This ID will be different if the DataAttribute is deleted and re-created
         with the same name.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The uid to set.
        Returns:
        This builder for chaining.
      • clearUid

        public DataAttribute.Builder clearUid()
         Output only. System generated globally unique ID for the DataAttribute.
         This ID will be different if the DataAttribute is deleted and re-created
         with the same name.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setUidBytes

        public DataAttribute.Builder setUidBytes​(com.google.protobuf.ByteString value)
         Output only. System generated globally unique ID for the DataAttribute.
         This ID will be different if the DataAttribute is deleted and re-created
         with the same name.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for uid to set.
        Returns:
        This builder for chaining.
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. The time when the DataAttribute was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface DataAttributeOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. The time when the DataAttribute was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface DataAttributeOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public DataAttribute.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the DataAttribute was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public DataAttribute.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The time when the DataAttribute was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public DataAttribute.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the DataAttribute was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public DataAttribute.Builder clearCreateTime()
         Output only. The time when the DataAttribute was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. The time when the DataAttribute was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. The time when the DataAttribute was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface DataAttributeOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Output only. The time when the DataAttribute was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasUpdateTime in interface DataAttributeOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Output only. The time when the DataAttribute was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTime in interface DataAttributeOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public DataAttribute.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the DataAttribute was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public DataAttribute.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The time when the DataAttribute was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public DataAttribute.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the DataAttribute was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public DataAttribute.Builder clearUpdateTime()
         Output only. The time when the DataAttribute was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Output only. The time when the DataAttribute was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. The time when the DataAttribute was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTimeOrBuilder in interface DataAttributeOrBuilder
      • getDescription

        public String getDescription()
         Optional. Description of the DataAttribute.
         
        string description = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDescription in interface DataAttributeOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         Optional. Description of the DataAttribute.
         
        string description = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDescriptionBytes in interface DataAttributeOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public DataAttribute.Builder setDescription​(String value)
         Optional. Description of the DataAttribute.
         
        string description = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public DataAttribute.Builder clearDescription()
         Optional. Description of the DataAttribute.
         
        string description = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public DataAttribute.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         Optional. Description of the DataAttribute.
         
        string description = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • getDisplayName

        public String getDisplayName()
         Optional. User friendly display name.
         
        string display_name = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDisplayName in interface DataAttributeOrBuilder
        Returns:
        The displayName.
      • getDisplayNameBytes

        public com.google.protobuf.ByteString getDisplayNameBytes()
         Optional. User friendly display name.
         
        string display_name = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDisplayNameBytes in interface DataAttributeOrBuilder
        Returns:
        The bytes for displayName.
      • setDisplayName

        public DataAttribute.Builder setDisplayName​(String value)
         Optional. User friendly display name.
         
        string display_name = 6 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The displayName to set.
        Returns:
        This builder for chaining.
      • clearDisplayName

        public DataAttribute.Builder clearDisplayName()
         Optional. User friendly display name.
         
        string display_name = 6 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setDisplayNameBytes

        public DataAttribute.Builder setDisplayNameBytes​(com.google.protobuf.ByteString value)
         Optional. User friendly display name.
         
        string display_name = 6 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for displayName to set.
        Returns:
        This builder for chaining.
      • getLabelsCount

        public int getLabelsCount()
        Description copied from interface: DataAttributeOrBuilder
         Optional. User-defined labels for the DataAttribute.
         
        map<string, string> labels = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getLabelsCount in interface DataAttributeOrBuilder
      • containsLabels

        public boolean containsLabels​(String key)
         Optional. User-defined labels for the DataAttribute.
         
        map<string, string> labels = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        containsLabels in interface DataAttributeOrBuilder
      • getLabelsMap

        public Map<String,​String> getLabelsMap()
         Optional. User-defined labels for the DataAttribute.
         
        map<string, string> labels = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getLabelsMap in interface DataAttributeOrBuilder
      • getLabelsOrDefault

        public String getLabelsOrDefault​(String key,
                                         String defaultValue)
         Optional. User-defined labels for the DataAttribute.
         
        map<string, string> labels = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getLabelsOrDefault in interface DataAttributeOrBuilder
      • getLabelsOrThrow

        public String getLabelsOrThrow​(String key)
         Optional. User-defined labels for the DataAttribute.
         
        map<string, string> labels = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getLabelsOrThrow in interface DataAttributeOrBuilder
      • removeLabels

        public DataAttribute.Builder removeLabels​(String key)
         Optional. User-defined labels for the DataAttribute.
         
        map<string, string> labels = 7 [(.google.api.field_behavior) = OPTIONAL];
      • getMutableLabels

        @Deprecated
        public Map<String,​String> getMutableLabels()
        Deprecated.
        Use alternate mutation accessors instead.
      • putLabels

        public DataAttribute.Builder putLabels​(String key,
                                               String value)
         Optional. User-defined labels for the DataAttribute.
         
        map<string, string> labels = 7 [(.google.api.field_behavior) = OPTIONAL];
      • putAllLabels

        public DataAttribute.Builder putAllLabels​(Map<String,​String> values)
         Optional. User-defined labels for the DataAttribute.
         
        map<string, string> labels = 7 [(.google.api.field_behavior) = OPTIONAL];
      • getParentId

        public String getParentId()
         Optional. The ID of the parent DataAttribute resource, should belong to the
         same data taxonomy. Circular dependency in parent chain is not valid.
         Maximum depth of the hierarchy allowed is 4.
         [a -> b -> c -> d -> e, depth = 4]
         
        string parent_id = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentId in interface DataAttributeOrBuilder
        Returns:
        The parentId.
      • getParentIdBytes

        public com.google.protobuf.ByteString getParentIdBytes()
         Optional. The ID of the parent DataAttribute resource, should belong to the
         same data taxonomy. Circular dependency in parent chain is not valid.
         Maximum depth of the hierarchy allowed is 4.
         [a -> b -> c -> d -> e, depth = 4]
         
        string parent_id = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentIdBytes in interface DataAttributeOrBuilder
        Returns:
        The bytes for parentId.
      • setParentId

        public DataAttribute.Builder setParentId​(String value)
         Optional. The ID of the parent DataAttribute resource, should belong to the
         same data taxonomy. Circular dependency in parent chain is not valid.
         Maximum depth of the hierarchy allowed is 4.
         [a -> b -> c -> d -> e, depth = 4]
         
        string parent_id = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parentId to set.
        Returns:
        This builder for chaining.
      • clearParentId

        public DataAttribute.Builder clearParentId()
         Optional. The ID of the parent DataAttribute resource, should belong to the
         same data taxonomy. Circular dependency in parent chain is not valid.
         Maximum depth of the hierarchy allowed is 4.
         [a -> b -> c -> d -> e, depth = 4]
         
        string parent_id = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentIdBytes

        public DataAttribute.Builder setParentIdBytes​(com.google.protobuf.ByteString value)
         Optional. The ID of the parent DataAttribute resource, should belong to the
         same data taxonomy. Circular dependency in parent chain is not valid.
         Maximum depth of the hierarchy allowed is 4.
         [a -> b -> c -> d -> e, depth = 4]
         
        string parent_id = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parentId to set.
        Returns:
        This builder for chaining.
      • getAttributeCount

        public int getAttributeCount()
         Output only. The number of child attributes present for this attribute.
         
        int32 attribute_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAttributeCount in interface DataAttributeOrBuilder
        Returns:
        The attributeCount.
      • setAttributeCount

        public DataAttribute.Builder setAttributeCount​(int value)
         Output only. The number of child attributes present for this attribute.
         
        int32 attribute_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The attributeCount to set.
        Returns:
        This builder for chaining.
      • clearAttributeCount

        public DataAttribute.Builder clearAttributeCount()
         Output only. The number of child attributes present for this attribute.
         
        int32 attribute_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getEtag

        public String getEtag()
         This checksum is computed by the server based on the value of other
         fields, and may be sent on update and delete requests to ensure the
         client has an up-to-date value before proceeding.
         
        string etag = 10;
        Specified by:
        getEtag in interface DataAttributeOrBuilder
        Returns:
        The etag.
      • getEtagBytes

        public com.google.protobuf.ByteString getEtagBytes()
         This checksum is computed by the server based on the value of other
         fields, and may be sent on update and delete requests to ensure the
         client has an up-to-date value before proceeding.
         
        string etag = 10;
        Specified by:
        getEtagBytes in interface DataAttributeOrBuilder
        Returns:
        The bytes for etag.
      • setEtag

        public DataAttribute.Builder setEtag​(String value)
         This checksum is computed by the server based on the value of other
         fields, and may be sent on update and delete requests to ensure the
         client has an up-to-date value before proceeding.
         
        string etag = 10;
        Parameters:
        value - The etag to set.
        Returns:
        This builder for chaining.
      • clearEtag

        public DataAttribute.Builder clearEtag()
         This checksum is computed by the server based on the value of other
         fields, and may be sent on update and delete requests to ensure the
         client has an up-to-date value before proceeding.
         
        string etag = 10;
        Returns:
        This builder for chaining.
      • setEtagBytes

        public DataAttribute.Builder setEtagBytes​(com.google.protobuf.ByteString value)
         This checksum is computed by the server based on the value of other
         fields, and may be sent on update and delete requests to ensure the
         client has an up-to-date value before proceeding.
         
        string etag = 10;
        Parameters:
        value - The bytes for etag to set.
        Returns:
        This builder for chaining.
      • hasResourceAccessSpec

        public boolean hasResourceAccessSpec()
         Optional. Specified when applied to a resource (eg: Cloud Storage bucket,
         BigQuery dataset, BigQuery table).
         
        .google.cloud.dataplex.v1.ResourceAccessSpec resource_access_spec = 100 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasResourceAccessSpec in interface DataAttributeOrBuilder
        Returns:
        Whether the resourceAccessSpec field is set.
      • getResourceAccessSpec

        public ResourceAccessSpec getResourceAccessSpec()
         Optional. Specified when applied to a resource (eg: Cloud Storage bucket,
         BigQuery dataset, BigQuery table).
         
        .google.cloud.dataplex.v1.ResourceAccessSpec resource_access_spec = 100 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getResourceAccessSpec in interface DataAttributeOrBuilder
        Returns:
        The resourceAccessSpec.
      • setResourceAccessSpec

        public DataAttribute.Builder setResourceAccessSpec​(ResourceAccessSpec value)
         Optional. Specified when applied to a resource (eg: Cloud Storage bucket,
         BigQuery dataset, BigQuery table).
         
        .google.cloud.dataplex.v1.ResourceAccessSpec resource_access_spec = 100 [(.google.api.field_behavior) = OPTIONAL];
      • setResourceAccessSpec

        public DataAttribute.Builder setResourceAccessSpec​(ResourceAccessSpec.Builder builderForValue)
         Optional. Specified when applied to a resource (eg: Cloud Storage bucket,
         BigQuery dataset, BigQuery table).
         
        .google.cloud.dataplex.v1.ResourceAccessSpec resource_access_spec = 100 [(.google.api.field_behavior) = OPTIONAL];
      • mergeResourceAccessSpec

        public DataAttribute.Builder mergeResourceAccessSpec​(ResourceAccessSpec value)
         Optional. Specified when applied to a resource (eg: Cloud Storage bucket,
         BigQuery dataset, BigQuery table).
         
        .google.cloud.dataplex.v1.ResourceAccessSpec resource_access_spec = 100 [(.google.api.field_behavior) = OPTIONAL];
      • clearResourceAccessSpec

        public DataAttribute.Builder clearResourceAccessSpec()
         Optional. Specified when applied to a resource (eg: Cloud Storage bucket,
         BigQuery dataset, BigQuery table).
         
        .google.cloud.dataplex.v1.ResourceAccessSpec resource_access_spec = 100 [(.google.api.field_behavior) = OPTIONAL];
      • getResourceAccessSpecBuilder

        public ResourceAccessSpec.Builder getResourceAccessSpecBuilder()
         Optional. Specified when applied to a resource (eg: Cloud Storage bucket,
         BigQuery dataset, BigQuery table).
         
        .google.cloud.dataplex.v1.ResourceAccessSpec resource_access_spec = 100 [(.google.api.field_behavior) = OPTIONAL];
      • getResourceAccessSpecOrBuilder

        public ResourceAccessSpecOrBuilder getResourceAccessSpecOrBuilder()
         Optional. Specified when applied to a resource (eg: Cloud Storage bucket,
         BigQuery dataset, BigQuery table).
         
        .google.cloud.dataplex.v1.ResourceAccessSpec resource_access_spec = 100 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getResourceAccessSpecOrBuilder in interface DataAttributeOrBuilder
      • hasDataAccessSpec

        public boolean hasDataAccessSpec()
         Optional. Specified when applied to data stored on the resource (eg: rows,
         columns in BigQuery Tables).
         
        .google.cloud.dataplex.v1.DataAccessSpec data_access_spec = 101 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasDataAccessSpec in interface DataAttributeOrBuilder
        Returns:
        Whether the dataAccessSpec field is set.
      • getDataAccessSpec

        public DataAccessSpec getDataAccessSpec()
         Optional. Specified when applied to data stored on the resource (eg: rows,
         columns in BigQuery Tables).
         
        .google.cloud.dataplex.v1.DataAccessSpec data_access_spec = 101 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDataAccessSpec in interface DataAttributeOrBuilder
        Returns:
        The dataAccessSpec.
      • setDataAccessSpec

        public DataAttribute.Builder setDataAccessSpec​(DataAccessSpec value)
         Optional. Specified when applied to data stored on the resource (eg: rows,
         columns in BigQuery Tables).
         
        .google.cloud.dataplex.v1.DataAccessSpec data_access_spec = 101 [(.google.api.field_behavior) = OPTIONAL];
      • setDataAccessSpec

        public DataAttribute.Builder setDataAccessSpec​(DataAccessSpec.Builder builderForValue)
         Optional. Specified when applied to data stored on the resource (eg: rows,
         columns in BigQuery Tables).
         
        .google.cloud.dataplex.v1.DataAccessSpec data_access_spec = 101 [(.google.api.field_behavior) = OPTIONAL];
      • mergeDataAccessSpec

        public DataAttribute.Builder mergeDataAccessSpec​(DataAccessSpec value)
         Optional. Specified when applied to data stored on the resource (eg: rows,
         columns in BigQuery Tables).
         
        .google.cloud.dataplex.v1.DataAccessSpec data_access_spec = 101 [(.google.api.field_behavior) = OPTIONAL];
      • clearDataAccessSpec

        public DataAttribute.Builder clearDataAccessSpec()
         Optional. Specified when applied to data stored on the resource (eg: rows,
         columns in BigQuery Tables).
         
        .google.cloud.dataplex.v1.DataAccessSpec data_access_spec = 101 [(.google.api.field_behavior) = OPTIONAL];
      • getDataAccessSpecBuilder

        public DataAccessSpec.Builder getDataAccessSpecBuilder()
         Optional. Specified when applied to data stored on the resource (eg: rows,
         columns in BigQuery Tables).
         
        .google.cloud.dataplex.v1.DataAccessSpec data_access_spec = 101 [(.google.api.field_behavior) = OPTIONAL];
      • getDataAccessSpecOrBuilder

        public DataAccessSpecOrBuilder getDataAccessSpecOrBuilder()
         Optional. Specified when applied to data stored on the resource (eg: rows,
         columns in BigQuery Tables).
         
        .google.cloud.dataplex.v1.DataAccessSpec data_access_spec = 101 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDataAccessSpecOrBuilder in interface DataAttributeOrBuilder
      • setUnknownFields

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

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