Uses of Class
com.google.privacy.dlp.v2.BucketingConfig
-
Packages that use BucketingConfig Package Description com.google.privacy.dlp.v2 -
-
Uses of BucketingConfig in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return BucketingConfig Modifier and Type Method Description BucketingConfig
BucketingConfig.Builder. build()
BucketingConfig
BucketingConfig.Builder. buildPartial()
BucketingConfig
PrimitiveTransformation.Builder. getBucketingConfig()
BucketingBucketingConfig
PrimitiveTransformation. getBucketingConfig()
BucketingBucketingConfig
PrimitiveTransformationOrBuilder. getBucketingConfig()
Bucketingstatic BucketingConfig
BucketingConfig. getDefaultInstance()
BucketingConfig
BucketingConfig.Builder. getDefaultInstanceForType()
BucketingConfig
BucketingConfig. getDefaultInstanceForType()
static BucketingConfig
BucketingConfig. parseDelimitedFrom(InputStream input)
static BucketingConfig
BucketingConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BucketingConfig
BucketingConfig. parseFrom(byte[] data)
static BucketingConfig
BucketingConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BucketingConfig
BucketingConfig. parseFrom(com.google.protobuf.ByteString data)
static BucketingConfig
BucketingConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BucketingConfig
BucketingConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static BucketingConfig
BucketingConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BucketingConfig
BucketingConfig. parseFrom(InputStream input)
static BucketingConfig
BucketingConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BucketingConfig
BucketingConfig. parseFrom(ByteBuffer data)
static BucketingConfig
BucketingConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type BucketingConfig Modifier and Type Method Description com.google.protobuf.Parser<BucketingConfig>
BucketingConfig. getParserForType()
static com.google.protobuf.Parser<BucketingConfig>
BucketingConfig. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type BucketingConfig Modifier and Type Method Description PrimitiveTransformation.Builder
PrimitiveTransformation.Builder. mergeBucketingConfig(BucketingConfig value)
BucketingBucketingConfig.Builder
BucketingConfig.Builder. mergeFrom(BucketingConfig other)
static BucketingConfig.Builder
BucketingConfig. newBuilder(BucketingConfig prototype)
PrimitiveTransformation.Builder
PrimitiveTransformation.Builder. setBucketingConfig(BucketingConfig value)
Bucketing
-