Package com.google.privacy.dlp.v2
Interface CloudStorageFileSetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CloudStorageFileSet
,CloudStorageFileSet.Builder
public interface CloudStorageFileSetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUrl()
The url, in the format `gs://<bucket>/<path>`.com.google.protobuf.ByteString
getUrlBytes()
The url, in the format `gs://<bucket>/<path>`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUrl
String getUrl()
The url, in the format `gs://<bucket>/<path>`. Trailing wildcard in the path is allowed.
string url = 1;
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
The url, in the format `gs://<bucket>/<path>`. Trailing wildcard in the path is allowed.
string url = 1;
- Returns:
- The bytes for url.
-
-