Class HybridOptions

  • All Implemented Interfaces:
    HybridOptionsOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class HybridOptions
    extends com.google.protobuf.GeneratedMessageV3
    implements HybridOptionsOrBuilder
     Configuration to control jobs where the content being inspected is outside
     of Google Cloud Platform.
     
    Protobuf type google.privacy.dlp.v2.HybridOptions
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  HybridOptions.Builder
      Configuration to control jobs where the content being inspected is outside of Google Cloud Platform.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Detail

      • DESCRIPTION_FIELD_NUMBER

        public static final int DESCRIPTION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • REQUIRED_FINDING_LABEL_KEYS_FIELD_NUMBER

        public static final int REQUIRED_FINDING_LABEL_KEYS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TABLE_OPTIONS_FIELD_NUMBER

        public static final int TABLE_OPTIONS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getDescription

        public String getDescription()
         A short description of where the data is coming from. Will be stored once
         in the job. 256 max length.
         
        string description = 1;
        Specified by:
        getDescription in interface HybridOptionsOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         A short description of where the data is coming from. Will be stored once
         in the job. 256 max length.
         
        string description = 1;
        Specified by:
        getDescriptionBytes in interface HybridOptionsOrBuilder
        Returns:
        The bytes for description.
      • getRequiredFindingLabelKeysList

        public com.google.protobuf.ProtocolStringList getRequiredFindingLabelKeysList()
         These are labels that each inspection request must include within their
         'finding_labels' map. Request may contain others, but any missing one of
         these will be rejected.
        
         Label keys must be between 1 and 63 characters long and must conform
         to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
        
         No more than 10 keys can be required.
         
        repeated string required_finding_label_keys = 2;
        Specified by:
        getRequiredFindingLabelKeysList in interface HybridOptionsOrBuilder
        Returns:
        A list containing the requiredFindingLabelKeys.
      • getRequiredFindingLabelKeysCount

        public int getRequiredFindingLabelKeysCount()
         These are labels that each inspection request must include within their
         'finding_labels' map. Request may contain others, but any missing one of
         these will be rejected.
        
         Label keys must be between 1 and 63 characters long and must conform
         to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
        
         No more than 10 keys can be required.
         
        repeated string required_finding_label_keys = 2;
        Specified by:
        getRequiredFindingLabelKeysCount in interface HybridOptionsOrBuilder
        Returns:
        The count of requiredFindingLabelKeys.
      • getRequiredFindingLabelKeys

        public String getRequiredFindingLabelKeys​(int index)
         These are labels that each inspection request must include within their
         'finding_labels' map. Request may contain others, but any missing one of
         these will be rejected.
        
         Label keys must be between 1 and 63 characters long and must conform
         to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
        
         No more than 10 keys can be required.
         
        repeated string required_finding_label_keys = 2;
        Specified by:
        getRequiredFindingLabelKeys in interface HybridOptionsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The requiredFindingLabelKeys at the given index.
      • getRequiredFindingLabelKeysBytes

        public com.google.protobuf.ByteString getRequiredFindingLabelKeysBytes​(int index)
         These are labels that each inspection request must include within their
         'finding_labels' map. Request may contain others, but any missing one of
         these will be rejected.
        
         Label keys must be between 1 and 63 characters long and must conform
         to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
        
         No more than 10 keys can be required.
         
        repeated string required_finding_label_keys = 2;
        Specified by:
        getRequiredFindingLabelKeysBytes in interface HybridOptionsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the requiredFindingLabelKeys at the given index.
      • getLabelsCount

        public int getLabelsCount()
        Description copied from interface: HybridOptionsOrBuilder
         To organize findings, these labels will be added to each finding.
        
         Label keys must be between 1 and 63 characters long and must conform
         to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
        
         Label values must be between 0 and 63 characters long and must conform
         to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
        
         No more than 10 labels can be associated with a given finding.
        
         Examples:
         * `"environment" : "production"`
         * `"pipeline" : "etl"`
         
        map<string, string> labels = 3;
        Specified by:
        getLabelsCount in interface HybridOptionsOrBuilder
      • containsLabels

        public boolean containsLabels​(String key)
         To organize findings, these labels will be added to each finding.
        
         Label keys must be between 1 and 63 characters long and must conform
         to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
        
         Label values must be between 0 and 63 characters long and must conform
         to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
        
         No more than 10 labels can be associated with a given finding.
        
         Examples:
         * `"environment" : "production"`
         * `"pipeline" : "etl"`
         
        map<string, string> labels = 3;
        Specified by:
        containsLabels in interface HybridOptionsOrBuilder
      • getLabelsMap

        public Map<String,​String> getLabelsMap()
         To organize findings, these labels will be added to each finding.
        
         Label keys must be between 1 and 63 characters long and must conform
         to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
        
         Label values must be between 0 and 63 characters long and must conform
         to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
        
         No more than 10 labels can be associated with a given finding.
        
         Examples:
         * `"environment" : "production"`
         * `"pipeline" : "etl"`
         
        map<string, string> labels = 3;
        Specified by:
        getLabelsMap in interface HybridOptionsOrBuilder
      • getLabelsOrDefault

        public String getLabelsOrDefault​(String key,
                                         String defaultValue)
         To organize findings, these labels will be added to each finding.
        
         Label keys must be between 1 and 63 characters long and must conform
         to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
        
         Label values must be between 0 and 63 characters long and must conform
         to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
        
         No more than 10 labels can be associated with a given finding.
        
         Examples:
         * `"environment" : "production"`
         * `"pipeline" : "etl"`
         
        map<string, string> labels = 3;
        Specified by:
        getLabelsOrDefault in interface HybridOptionsOrBuilder
      • getLabelsOrThrow

        public String getLabelsOrThrow​(String key)
         To organize findings, these labels will be added to each finding.
        
         Label keys must be between 1 and 63 characters long and must conform
         to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
        
         Label values must be between 0 and 63 characters long and must conform
         to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
        
         No more than 10 labels can be associated with a given finding.
        
         Examples:
         * `"environment" : "production"`
         * `"pipeline" : "etl"`
         
        map<string, string> labels = 3;
        Specified by:
        getLabelsOrThrow in interface HybridOptionsOrBuilder
      • hasTableOptions

        public boolean hasTableOptions()
         If the container is a table, additional information to make findings
         meaningful such as the columns that are primary keys.
         
        .google.privacy.dlp.v2.TableOptions table_options = 4;
        Specified by:
        hasTableOptions in interface HybridOptionsOrBuilder
        Returns:
        Whether the tableOptions field is set.
      • getTableOptions

        public TableOptions getTableOptions()
         If the container is a table, additional information to make findings
         meaningful such as the columns that are primary keys.
         
        .google.privacy.dlp.v2.TableOptions table_options = 4;
        Specified by:
        getTableOptions in interface HybridOptionsOrBuilder
        Returns:
        The tableOptions.
      • getTableOptionsOrBuilder

        public TableOptionsOrBuilder getTableOptionsOrBuilder()
         If the container is a table, additional information to make findings
         meaningful such as the columns that are primary keys.
         
        .google.privacy.dlp.v2.TableOptions table_options = 4;
        Specified by:
        getTableOptionsOrBuilder in interface HybridOptionsOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static HybridOptions parseFrom​(ByteBuffer data)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static HybridOptions parseFrom​(ByteBuffer data,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static HybridOptions parseFrom​(com.google.protobuf.ByteString data)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static HybridOptions parseFrom​(com.google.protobuf.ByteString data,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static HybridOptions parseFrom​(byte[] data)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static HybridOptions parseFrom​(byte[] data,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static HybridOptions parseFrom​(com.google.protobuf.CodedInputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws IOException
        Throws:
        IOException
      • newBuilderForType

        public HybridOptions.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public HybridOptions.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected HybridOptions.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static HybridOptions getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<HybridOptions> parser()
      • getParserForType

        public com.google.protobuf.Parser<HybridOptions> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public HybridOptions getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder