Uses of Class
com.google.privacy.dlp.v2.CloudStoragePath
-
Packages that use CloudStoragePath Package Description com.google.privacy.dlp.v2 -
-
Uses of CloudStoragePath in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return CloudStoragePath Modifier and Type Method Description CloudStoragePath
CloudStoragePath.Builder. build()
CloudStoragePath
CloudStoragePath.Builder. buildPartial()
CloudStoragePath
CustomInfoType.Dictionary.Builder. getCloudStoragePath()
Newline-delimited file of words in Cloud Storage.CloudStoragePath
CustomInfoType.Dictionary. getCloudStoragePath()
Newline-delimited file of words in Cloud Storage.CloudStoragePath
CustomInfoType.DictionaryOrBuilder. getCloudStoragePath()
Newline-delimited file of words in Cloud Storage.static CloudStoragePath
CloudStoragePath. getDefaultInstance()
CloudStoragePath
CloudStoragePath.Builder. getDefaultInstanceForType()
CloudStoragePath
CloudStoragePath. getDefaultInstanceForType()
CloudStoragePath
LargeCustomDictionaryConfig.Builder. getOutputPath()
Location to store dictionary artifacts in Cloud Storage.CloudStoragePath
LargeCustomDictionaryConfig. getOutputPath()
Location to store dictionary artifacts in Cloud Storage.CloudStoragePath
LargeCustomDictionaryConfigOrBuilder. getOutputPath()
Location to store dictionary artifacts in Cloud Storage.static CloudStoragePath
CloudStoragePath. parseDelimitedFrom(InputStream input)
static CloudStoragePath
CloudStoragePath. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudStoragePath
CloudStoragePath. parseFrom(byte[] data)
static CloudStoragePath
CloudStoragePath. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudStoragePath
CloudStoragePath. parseFrom(com.google.protobuf.ByteString data)
static CloudStoragePath
CloudStoragePath. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudStoragePath
CloudStoragePath. parseFrom(com.google.protobuf.CodedInputStream input)
static CloudStoragePath
CloudStoragePath. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudStoragePath
CloudStoragePath. parseFrom(InputStream input)
static CloudStoragePath
CloudStoragePath. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudStoragePath
CloudStoragePath. parseFrom(ByteBuffer data)
static CloudStoragePath
CloudStoragePath. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type CloudStoragePath Modifier and Type Method Description com.google.protobuf.Parser<CloudStoragePath>
CloudStoragePath. getParserForType()
static com.google.protobuf.Parser<CloudStoragePath>
CloudStoragePath. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type CloudStoragePath Modifier and Type Method Description CustomInfoType.Dictionary.Builder
CustomInfoType.Dictionary.Builder. mergeCloudStoragePath(CloudStoragePath value)
Newline-delimited file of words in Cloud Storage.CloudStoragePath.Builder
CloudStoragePath.Builder. mergeFrom(CloudStoragePath other)
LargeCustomDictionaryConfig.Builder
LargeCustomDictionaryConfig.Builder. mergeOutputPath(CloudStoragePath value)
Location to store dictionary artifacts in Cloud Storage.static CloudStoragePath.Builder
CloudStoragePath. newBuilder(CloudStoragePath prototype)
CustomInfoType.Dictionary.Builder
CustomInfoType.Dictionary.Builder. setCloudStoragePath(CloudStoragePath value)
Newline-delimited file of words in Cloud Storage.LargeCustomDictionaryConfig.Builder
LargeCustomDictionaryConfig.Builder. setOutputPath(CloudStoragePath value)
Location to store dictionary artifacts in Cloud Storage.
-