Uses of Class
com.google.cloud.contactcenterinsights.v1.RedactionConfig
-
Packages that use RedactionConfig Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of RedactionConfig in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return RedactionConfig Modifier and Type Method Description RedactionConfig
RedactionConfig.Builder. build()
RedactionConfig
RedactionConfig.Builder. buildPartial()
RedactionConfig
UploadConversationMetadata.Builder. getAppliedRedactionConfig()
Output only.RedactionConfig
UploadConversationMetadata. getAppliedRedactionConfig()
Output only.RedactionConfig
UploadConversationMetadataOrBuilder. getAppliedRedactionConfig()
Output only.static RedactionConfig
RedactionConfig. getDefaultInstance()
RedactionConfig
RedactionConfig.Builder. getDefaultInstanceForType()
RedactionConfig
RedactionConfig. getDefaultInstanceForType()
RedactionConfig
Settings.Builder. getRedactionConfig()
Default DLP redaction resources to be applied while ingesting conversations.RedactionConfig
Settings. getRedactionConfig()
Default DLP redaction resources to be applied while ingesting conversations.RedactionConfig
SettingsOrBuilder. getRedactionConfig()
Default DLP redaction resources to be applied while ingesting conversations.RedactionConfig
UploadConversationRequest.Builder. getRedactionConfig()
Optional.RedactionConfig
UploadConversationRequest. getRedactionConfig()
Optional.RedactionConfig
UploadConversationRequestOrBuilder. getRedactionConfig()
Optional.static RedactionConfig
RedactionConfig. parseDelimitedFrom(InputStream input)
static RedactionConfig
RedactionConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RedactionConfig
RedactionConfig. parseFrom(byte[] data)
static RedactionConfig
RedactionConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RedactionConfig
RedactionConfig. parseFrom(com.google.protobuf.ByteString data)
static RedactionConfig
RedactionConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RedactionConfig
RedactionConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static RedactionConfig
RedactionConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RedactionConfig
RedactionConfig. parseFrom(InputStream input)
static RedactionConfig
RedactionConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RedactionConfig
RedactionConfig. parseFrom(ByteBuffer data)
static RedactionConfig
RedactionConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type RedactionConfig Modifier and Type Method Description com.google.protobuf.Parser<RedactionConfig>
RedactionConfig. getParserForType()
static com.google.protobuf.Parser<RedactionConfig>
RedactionConfig. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type RedactionConfig Modifier and Type Method Description UploadConversationMetadata.Builder
UploadConversationMetadata.Builder. mergeAppliedRedactionConfig(RedactionConfig value)
Output only.RedactionConfig.Builder
RedactionConfig.Builder. mergeFrom(RedactionConfig other)
Settings.Builder
Settings.Builder. mergeRedactionConfig(RedactionConfig value)
Default DLP redaction resources to be applied while ingesting conversations.UploadConversationRequest.Builder
UploadConversationRequest.Builder. mergeRedactionConfig(RedactionConfig value)
Optional.static RedactionConfig.Builder
RedactionConfig. newBuilder(RedactionConfig prototype)
UploadConversationMetadata.Builder
UploadConversationMetadata.Builder. setAppliedRedactionConfig(RedactionConfig value)
Output only.Settings.Builder
Settings.Builder. setRedactionConfig(RedactionConfig value)
Default DLP redaction resources to be applied while ingesting conversations.UploadConversationRequest.Builder
UploadConversationRequest.Builder. setRedactionConfig(RedactionConfig value)
Optional.
-