Class CloudStorageOptions.FileSet

    • 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()
      • internalGetFieldAccessorTable

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

        public String getUrl()
         The Cloud Storage url of the file(s) to scan, in the format
         `gs://<bucket>/<path>`. Trailing wildcard in the path is allowed.
        
         If the url ends in a trailing slash, the bucket or directory represented
         by the url will be scanned non-recursively (content in sub-directories
         will not be scanned). This means that `gs://mybucket/` is equivalent to
         `gs://mybucket/*`, and `gs://mybucket/directory/` is equivalent to
         `gs://mybucket/directory/*`.
        
         Exactly one of `url` or `regex_file_set` must be set.
         
        string url = 1;
        Specified by:
        getUrl in interface CloudStorageOptions.FileSetOrBuilder
        Returns:
        The url.
      • getUrlBytes

        public com.google.protobuf.ByteString getUrlBytes()
         The Cloud Storage url of the file(s) to scan, in the format
         `gs://<bucket>/<path>`. Trailing wildcard in the path is allowed.
        
         If the url ends in a trailing slash, the bucket or directory represented
         by the url will be scanned non-recursively (content in sub-directories
         will not be scanned). This means that `gs://mybucket/` is equivalent to
         `gs://mybucket/*`, and `gs://mybucket/directory/` is equivalent to
         `gs://mybucket/directory/*`.
        
         Exactly one of `url` or `regex_file_set` must be set.
         
        string url = 1;
        Specified by:
        getUrlBytes in interface CloudStorageOptions.FileSetOrBuilder
        Returns:
        The bytes for url.
      • hasRegexFileSet

        public boolean hasRegexFileSet()
         The regex-filtered set of files to scan. Exactly one of `url` or
         `regex_file_set` must be set.
         
        .google.privacy.dlp.v2.CloudStorageRegexFileSet regex_file_set = 2;
        Specified by:
        hasRegexFileSet in interface CloudStorageOptions.FileSetOrBuilder
        Returns:
        Whether the regexFileSet field is set.
      • 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 CloudStorageOptions.FileSet parseFrom​(ByteBuffer data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

        protected CloudStorageOptions.FileSet.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<CloudStorageOptions.FileSet> 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 CloudStorageOptions.FileSet getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder