public final class CloudStorageFileSet extends GeneratedMessageV3 implements CloudStorageFileSetOrBuilder
Message representing a set of files in Cloud Storage.
Protobuf type google.privacy.dlp.v2.CloudStorageFileSet
Static Fields
URL_FIELD_NUMBER
public static final int URL_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static CloudStorageFileSet getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static CloudStorageFileSet.Builder newBuilder()
Returns
newBuilder(CloudStorageFileSet prototype)
public static CloudStorageFileSet.Builder newBuilder(CloudStorageFileSet prototype)
Parameter
Returns
public static CloudStorageFileSet parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static CloudStorageFileSet parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static CloudStorageFileSet parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CloudStorageFileSet parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static CloudStorageFileSet parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudStorageFileSet parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CloudStorageFileSet parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static CloudStorageFileSet parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CloudStorageFileSet parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static CloudStorageFileSet parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static CloudStorageFileSet parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CloudStorageFileSet parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<CloudStorageFileSet> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public CloudStorageFileSet getDefaultInstanceForType()
Returns
getParserForType()
public Parser<CloudStorageFileSet> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUrl()
The url, in the format gs://<bucket>/<path>
. Trailing wildcard in the
path is allowed.
string url = 1;
Returns
getUrlBytes()
public ByteString getUrlBytes()
The url, in the format gs://<bucket>/<path>
. Trailing wildcard in the
path is allowed.
string url = 1;
Returns
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public CloudStorageFileSet.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CloudStorageFileSet.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public CloudStorageFileSet.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions