Class RecordTransformation.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<RecordTransformation.Builder>
      • clear

        public RecordTransformation.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<RecordTransformation.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<RecordTransformation.Builder>
      • getDefaultInstanceForType

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

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

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

        public RecordTransformation.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<RecordTransformation.Builder>
      • setField

        public RecordTransformation.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<RecordTransformation.Builder>
      • clearField

        public RecordTransformation.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<RecordTransformation.Builder>
      • clearOneof

        public RecordTransformation.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<RecordTransformation.Builder>
      • setRepeatedField

        public RecordTransformation.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<RecordTransformation.Builder>
      • addRepeatedField

        public RecordTransformation.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<RecordTransformation.Builder>
      • isInitialized

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

        public RecordTransformation.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<RecordTransformation.Builder>
        Throws:
        IOException
      • hasFieldId

        public boolean hasFieldId()
         For record transformations, provide a field.
         
        .google.privacy.dlp.v2.FieldId field_id = 1;
        Specified by:
        hasFieldId in interface RecordTransformationOrBuilder
        Returns:
        Whether the fieldId field is set.
      • clearFieldId

        public RecordTransformation.Builder clearFieldId()
         For record transformations, provide a field.
         
        .google.privacy.dlp.v2.FieldId field_id = 1;
      • getFieldIdBuilder

        public FieldId.Builder getFieldIdBuilder()
         For record transformations, provide a field.
         
        .google.privacy.dlp.v2.FieldId field_id = 1;
      • hasContainerTimestamp

        public boolean hasContainerTimestamp()
         Findings container modification timestamp, if applicable.
         
        .google.protobuf.Timestamp container_timestamp = 2;
        Specified by:
        hasContainerTimestamp in interface RecordTransformationOrBuilder
        Returns:
        Whether the containerTimestamp field is set.
      • getContainerTimestamp

        public com.google.protobuf.Timestamp getContainerTimestamp()
         Findings container modification timestamp, if applicable.
         
        .google.protobuf.Timestamp container_timestamp = 2;
        Specified by:
        getContainerTimestamp in interface RecordTransformationOrBuilder
        Returns:
        The containerTimestamp.
      • setContainerTimestamp

        public RecordTransformation.Builder setContainerTimestamp​(com.google.protobuf.Timestamp value)
         Findings container modification timestamp, if applicable.
         
        .google.protobuf.Timestamp container_timestamp = 2;
      • setContainerTimestamp

        public RecordTransformation.Builder setContainerTimestamp​(com.google.protobuf.Timestamp.Builder builderForValue)
         Findings container modification timestamp, if applicable.
         
        .google.protobuf.Timestamp container_timestamp = 2;
      • mergeContainerTimestamp

        public RecordTransformation.Builder mergeContainerTimestamp​(com.google.protobuf.Timestamp value)
         Findings container modification timestamp, if applicable.
         
        .google.protobuf.Timestamp container_timestamp = 2;
      • clearContainerTimestamp

        public RecordTransformation.Builder clearContainerTimestamp()
         Findings container modification timestamp, if applicable.
         
        .google.protobuf.Timestamp container_timestamp = 2;
      • getContainerTimestampBuilder

        public com.google.protobuf.Timestamp.Builder getContainerTimestampBuilder()
         Findings container modification timestamp, if applicable.
         
        .google.protobuf.Timestamp container_timestamp = 2;
      • getContainerTimestampOrBuilder

        public com.google.protobuf.TimestampOrBuilder getContainerTimestampOrBuilder()
         Findings container modification timestamp, if applicable.
         
        .google.protobuf.Timestamp container_timestamp = 2;
        Specified by:
        getContainerTimestampOrBuilder in interface RecordTransformationOrBuilder
      • getContainerVersionBytes

        public com.google.protobuf.ByteString getContainerVersionBytes()
         Container version, if available ("generation" for Cloud Storage).
         
        string container_version = 3;
        Specified by:
        getContainerVersionBytes in interface RecordTransformationOrBuilder
        Returns:
        The bytes for containerVersion.
      • setContainerVersion

        public RecordTransformation.Builder setContainerVersion​(String value)
         Container version, if available ("generation" for Cloud Storage).
         
        string container_version = 3;
        Parameters:
        value - The containerVersion to set.
        Returns:
        This builder for chaining.
      • clearContainerVersion

        public RecordTransformation.Builder clearContainerVersion()
         Container version, if available ("generation" for Cloud Storage).
         
        string container_version = 3;
        Returns:
        This builder for chaining.
      • setContainerVersionBytes

        public RecordTransformation.Builder setContainerVersionBytes​(com.google.protobuf.ByteString value)
         Container version, if available ("generation" for Cloud Storage).
         
        string container_version = 3;
        Parameters:
        value - The bytes for containerVersion to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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