public static final class LoggingSettings.Builder extends GeneratedMessage.Builder<LoggingSettings.Builder> implements LoggingSettingsOrBuilderSettings to describe the logging behaviors for the app.
Protobuf type google.cloud.ces.v1beta.LoggingSettings
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > LoggingSettings.BuilderImplements
LoggingSettingsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public LoggingSettings build()| Returns | |
|---|---|
| Type | Description |
LoggingSettings |
|
buildPartial()
public LoggingSettings buildPartial()| Returns | |
|---|---|
| Type | Description |
LoggingSettings |
|
clear()
public LoggingSettings.Builder clear()| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
clearAudioRecordingConfig()
public LoggingSettings.Builder clearAudioRecordingConfig()Optional. Configuration for how audio interactions should be recorded. The audio is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.AudioRecordingConfig audio_recording_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
clearBigqueryExportSettings()
public LoggingSettings.Builder clearBigqueryExportSettings()Optional. Configures the BigQuery export behaviors for the app. The conversation data is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.BigQueryExportSettings bigquery_export_settings = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
clearCloudLoggingSettings()
public LoggingSettings.Builder clearCloudLoggingSettings()Optional. Settings to describe the Cloud Logging behaviors for the app.
.google.cloud.ces.v1beta.CloudLoggingSettings cloud_logging_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
clearConversationLoggingSettings()
public LoggingSettings.Builder clearConversationLoggingSettings()Optional. Settings to describe the conversation logging behaviors for the app.
.google.cloud.ces.v1beta.ConversationLoggingSettings conversation_logging_settings = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
clearEvaluationAudioRecordingConfig()
public LoggingSettings.Builder clearEvaluationAudioRecordingConfig()Optional. Configuration for how audio interactions should be recorded for the evaluation. By default, audio recording is not enabled for evaluation sessions.
.google.cloud.ces.v1beta.AudioRecordingConfig evaluation_audio_recording_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
clearMetricAnalysisSettings()
public LoggingSettings.Builder clearMetricAnalysisSettings()Optional. Settings to describe the conversation data collection behaviors for the LLM analysis pipeline for the app.
.google.cloud.ces.v1beta.MetricAnalysisSettings metric_analysis_settings = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
clearRedactionConfig()
public LoggingSettings.Builder clearRedactionConfig()Optional. Configuration for how sensitive data should be redacted.
.google.cloud.ces.v1beta.RedactionConfig redaction_config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
clearUnredactedAudioRecordingConfig()
public LoggingSettings.Builder clearUnredactedAudioRecordingConfig()Optional. Configures an additional recording of unredacted audio. This can be used to maintain a raw audio copy when audio redaction is enabled, typically for auditing or monitoring purposes.
.google.cloud.ces.v1beta.AudioRecordingConfig unredacted_audio_recording_config = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
getAudioRecordingConfig()
public AudioRecordingConfig getAudioRecordingConfig()Optional. Configuration for how audio interactions should be recorded. The audio is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.AudioRecordingConfig audio_recording_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AudioRecordingConfig |
The audioRecordingConfig. |
getAudioRecordingConfigBuilder()
public AudioRecordingConfig.Builder getAudioRecordingConfigBuilder()Optional. Configuration for how audio interactions should be recorded. The audio is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.AudioRecordingConfig audio_recording_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AudioRecordingConfig.Builder |
|
getAudioRecordingConfigOrBuilder()
public AudioRecordingConfigOrBuilder getAudioRecordingConfigOrBuilder()Optional. Configuration for how audio interactions should be recorded. The audio is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.AudioRecordingConfig audio_recording_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AudioRecordingConfigOrBuilder |
|
getBigqueryExportSettings()
public BigQueryExportSettings getBigqueryExportSettings()Optional. Configures the BigQuery export behaviors for the app. The conversation data is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.BigQueryExportSettings bigquery_export_settings = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BigQueryExportSettings |
The bigqueryExportSettings. |
getBigqueryExportSettingsBuilder()
public BigQueryExportSettings.Builder getBigqueryExportSettingsBuilder()Optional. Configures the BigQuery export behaviors for the app. The conversation data is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.BigQueryExportSettings bigquery_export_settings = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BigQueryExportSettings.Builder |
|
getBigqueryExportSettingsOrBuilder()
public BigQueryExportSettingsOrBuilder getBigqueryExportSettingsOrBuilder()Optional. Configures the BigQuery export behaviors for the app. The conversation data is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.BigQueryExportSettings bigquery_export_settings = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BigQueryExportSettingsOrBuilder |
|
getCloudLoggingSettings()
public CloudLoggingSettings getCloudLoggingSettings()Optional. Settings to describe the Cloud Logging behaviors for the app.
.google.cloud.ces.v1beta.CloudLoggingSettings cloud_logging_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CloudLoggingSettings |
The cloudLoggingSettings. |
getCloudLoggingSettingsBuilder()
public CloudLoggingSettings.Builder getCloudLoggingSettingsBuilder()Optional. Settings to describe the Cloud Logging behaviors for the app.
.google.cloud.ces.v1beta.CloudLoggingSettings cloud_logging_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CloudLoggingSettings.Builder |
|
getCloudLoggingSettingsOrBuilder()
public CloudLoggingSettingsOrBuilder getCloudLoggingSettingsOrBuilder()Optional. Settings to describe the Cloud Logging behaviors for the app.
.google.cloud.ces.v1beta.CloudLoggingSettings cloud_logging_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CloudLoggingSettingsOrBuilder |
|
getConversationLoggingSettings()
public ConversationLoggingSettings getConversationLoggingSettings()Optional. Settings to describe the conversation logging behaviors for the app.
.google.cloud.ces.v1beta.ConversationLoggingSettings conversation_logging_settings = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ConversationLoggingSettings |
The conversationLoggingSettings. |
getConversationLoggingSettingsBuilder()
public ConversationLoggingSettings.Builder getConversationLoggingSettingsBuilder()Optional. Settings to describe the conversation logging behaviors for the app.
.google.cloud.ces.v1beta.ConversationLoggingSettings conversation_logging_settings = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ConversationLoggingSettings.Builder |
|
getConversationLoggingSettingsOrBuilder()
public ConversationLoggingSettingsOrBuilder getConversationLoggingSettingsOrBuilder()Optional. Settings to describe the conversation logging behaviors for the app.
.google.cloud.ces.v1beta.ConversationLoggingSettings conversation_logging_settings = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ConversationLoggingSettingsOrBuilder |
|
getDefaultInstanceForType()
public LoggingSettings getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
LoggingSettings |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEvaluationAudioRecordingConfig()
public AudioRecordingConfig getEvaluationAudioRecordingConfig()Optional. Configuration for how audio interactions should be recorded for the evaluation. By default, audio recording is not enabled for evaluation sessions.
.google.cloud.ces.v1beta.AudioRecordingConfig evaluation_audio_recording_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AudioRecordingConfig |
The evaluationAudioRecordingConfig. |
getEvaluationAudioRecordingConfigBuilder()
public AudioRecordingConfig.Builder getEvaluationAudioRecordingConfigBuilder()Optional. Configuration for how audio interactions should be recorded for the evaluation. By default, audio recording is not enabled for evaluation sessions.
.google.cloud.ces.v1beta.AudioRecordingConfig evaluation_audio_recording_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AudioRecordingConfig.Builder |
|
getEvaluationAudioRecordingConfigOrBuilder()
public AudioRecordingConfigOrBuilder getEvaluationAudioRecordingConfigOrBuilder()Optional. Configuration for how audio interactions should be recorded for the evaluation. By default, audio recording is not enabled for evaluation sessions.
.google.cloud.ces.v1beta.AudioRecordingConfig evaluation_audio_recording_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AudioRecordingConfigOrBuilder |
|
getMetricAnalysisSettings()
public MetricAnalysisSettings getMetricAnalysisSettings()Optional. Settings to describe the conversation data collection behaviors for the LLM analysis pipeline for the app.
.google.cloud.ces.v1beta.MetricAnalysisSettings metric_analysis_settings = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
MetricAnalysisSettings |
The metricAnalysisSettings. |
getMetricAnalysisSettingsBuilder()
public MetricAnalysisSettings.Builder getMetricAnalysisSettingsBuilder()Optional. Settings to describe the conversation data collection behaviors for the LLM analysis pipeline for the app.
.google.cloud.ces.v1beta.MetricAnalysisSettings metric_analysis_settings = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
MetricAnalysisSettings.Builder |
|
getMetricAnalysisSettingsOrBuilder()
public MetricAnalysisSettingsOrBuilder getMetricAnalysisSettingsOrBuilder()Optional. Settings to describe the conversation data collection behaviors for the LLM analysis pipeline for the app.
.google.cloud.ces.v1beta.MetricAnalysisSettings metric_analysis_settings = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
MetricAnalysisSettingsOrBuilder |
|
getRedactionConfig()
public RedactionConfig getRedactionConfig()Optional. Configuration for how sensitive data should be redacted.
.google.cloud.ces.v1beta.RedactionConfig redaction_config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RedactionConfig |
The redactionConfig. |
getRedactionConfigBuilder()
public RedactionConfig.Builder getRedactionConfigBuilder()Optional. Configuration for how sensitive data should be redacted.
.google.cloud.ces.v1beta.RedactionConfig redaction_config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RedactionConfig.Builder |
|
getRedactionConfigOrBuilder()
public RedactionConfigOrBuilder getRedactionConfigOrBuilder()Optional. Configuration for how sensitive data should be redacted.
.google.cloud.ces.v1beta.RedactionConfig redaction_config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RedactionConfigOrBuilder |
|
getUnredactedAudioRecordingConfig()
public AudioRecordingConfig getUnredactedAudioRecordingConfig()Optional. Configures an additional recording of unredacted audio. This can be used to maintain a raw audio copy when audio redaction is enabled, typically for auditing or monitoring purposes.
.google.cloud.ces.v1beta.AudioRecordingConfig unredacted_audio_recording_config = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AudioRecordingConfig |
The unredactedAudioRecordingConfig. |
getUnredactedAudioRecordingConfigBuilder()
public AudioRecordingConfig.Builder getUnredactedAudioRecordingConfigBuilder()Optional. Configures an additional recording of unredacted audio. This can be used to maintain a raw audio copy when audio redaction is enabled, typically for auditing or monitoring purposes.
.google.cloud.ces.v1beta.AudioRecordingConfig unredacted_audio_recording_config = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AudioRecordingConfig.Builder |
|
getUnredactedAudioRecordingConfigOrBuilder()
public AudioRecordingConfigOrBuilder getUnredactedAudioRecordingConfigOrBuilder()Optional. Configures an additional recording of unredacted audio. This can be used to maintain a raw audio copy when audio redaction is enabled, typically for auditing or monitoring purposes.
.google.cloud.ces.v1beta.AudioRecordingConfig unredacted_audio_recording_config = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AudioRecordingConfigOrBuilder |
|
hasAudioRecordingConfig()
public boolean hasAudioRecordingConfig()Optional. Configuration for how audio interactions should be recorded. The audio is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.AudioRecordingConfig audio_recording_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the audioRecordingConfig field is set. |
hasBigqueryExportSettings()
public boolean hasBigqueryExportSettings()Optional. Configures the BigQuery export behaviors for the app. The conversation data is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.BigQueryExportSettings bigquery_export_settings = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the bigqueryExportSettings field is set. |
hasCloudLoggingSettings()
public boolean hasCloudLoggingSettings()Optional. Settings to describe the Cloud Logging behaviors for the app.
.google.cloud.ces.v1beta.CloudLoggingSettings cloud_logging_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cloudLoggingSettings field is set. |
hasConversationLoggingSettings()
public boolean hasConversationLoggingSettings()Optional. Settings to describe the conversation logging behaviors for the app.
.google.cloud.ces.v1beta.ConversationLoggingSettings conversation_logging_settings = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the conversationLoggingSettings field is set. |
hasEvaluationAudioRecordingConfig()
public boolean hasEvaluationAudioRecordingConfig()Optional. Configuration for how audio interactions should be recorded for the evaluation. By default, audio recording is not enabled for evaluation sessions.
.google.cloud.ces.v1beta.AudioRecordingConfig evaluation_audio_recording_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the evaluationAudioRecordingConfig field is set. |
hasMetricAnalysisSettings()
public boolean hasMetricAnalysisSettings()Optional. Settings to describe the conversation data collection behaviors for the LLM analysis pipeline for the app.
.google.cloud.ces.v1beta.MetricAnalysisSettings metric_analysis_settings = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metricAnalysisSettings field is set. |
hasRedactionConfig()
public boolean hasRedactionConfig()Optional. Configuration for how sensitive data should be redacted.
.google.cloud.ces.v1beta.RedactionConfig redaction_config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the redactionConfig field is set. |
hasUnredactedAudioRecordingConfig()
public boolean hasUnredactedAudioRecordingConfig()Optional. Configures an additional recording of unredacted audio. This can be used to maintain a raw audio copy when audio redaction is enabled, typically for auditing or monitoring purposes.
.google.cloud.ces.v1beta.AudioRecordingConfig unredacted_audio_recording_config = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the unredactedAudioRecordingConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAudioRecordingConfig(AudioRecordingConfig value)
public LoggingSettings.Builder mergeAudioRecordingConfig(AudioRecordingConfig value)Optional. Configuration for how audio interactions should be recorded. The audio is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.AudioRecordingConfig audio_recording_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
AudioRecordingConfig |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
mergeBigqueryExportSettings(BigQueryExportSettings value)
public LoggingSettings.Builder mergeBigqueryExportSettings(BigQueryExportSettings value)Optional. Configures the BigQuery export behaviors for the app. The conversation data is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.BigQueryExportSettings bigquery_export_settings = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryExportSettings |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
mergeCloudLoggingSettings(CloudLoggingSettings value)
public LoggingSettings.Builder mergeCloudLoggingSettings(CloudLoggingSettings value)Optional. Settings to describe the Cloud Logging behaviors for the app.
.google.cloud.ces.v1beta.CloudLoggingSettings cloud_logging_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
CloudLoggingSettings |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
mergeConversationLoggingSettings(ConversationLoggingSettings value)
public LoggingSettings.Builder mergeConversationLoggingSettings(ConversationLoggingSettings value)Optional. Settings to describe the conversation logging behaviors for the app.
.google.cloud.ces.v1beta.ConversationLoggingSettings conversation_logging_settings = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ConversationLoggingSettings |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
mergeEvaluationAudioRecordingConfig(AudioRecordingConfig value)
public LoggingSettings.Builder mergeEvaluationAudioRecordingConfig(AudioRecordingConfig value)Optional. Configuration for how audio interactions should be recorded for the evaluation. By default, audio recording is not enabled for evaluation sessions.
.google.cloud.ces.v1beta.AudioRecordingConfig evaluation_audio_recording_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
AudioRecordingConfig |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
mergeFrom(LoggingSettings other)
public LoggingSettings.Builder mergeFrom(LoggingSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
LoggingSettings |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LoggingSettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public LoggingSettings.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
mergeMetricAnalysisSettings(MetricAnalysisSettings value)
public LoggingSettings.Builder mergeMetricAnalysisSettings(MetricAnalysisSettings value)Optional. Settings to describe the conversation data collection behaviors for the LLM analysis pipeline for the app.
.google.cloud.ces.v1beta.MetricAnalysisSettings metric_analysis_settings = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
MetricAnalysisSettings |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
mergeRedactionConfig(RedactionConfig value)
public LoggingSettings.Builder mergeRedactionConfig(RedactionConfig value)Optional. Configuration for how sensitive data should be redacted.
.google.cloud.ces.v1beta.RedactionConfig redaction_config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
RedactionConfig |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
mergeUnredactedAudioRecordingConfig(AudioRecordingConfig value)
public LoggingSettings.Builder mergeUnredactedAudioRecordingConfig(AudioRecordingConfig value)Optional. Configures an additional recording of unredacted audio. This can be used to maintain a raw audio copy when audio redaction is enabled, typically for auditing or monitoring purposes.
.google.cloud.ces.v1beta.AudioRecordingConfig unredacted_audio_recording_config = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
AudioRecordingConfig |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setAudioRecordingConfig(AudioRecordingConfig value)
public LoggingSettings.Builder setAudioRecordingConfig(AudioRecordingConfig value)Optional. Configuration for how audio interactions should be recorded. The audio is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.AudioRecordingConfig audio_recording_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
AudioRecordingConfig |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setAudioRecordingConfig(AudioRecordingConfig.Builder builderForValue)
public LoggingSettings.Builder setAudioRecordingConfig(AudioRecordingConfig.Builder builderForValue)Optional. Configuration for how audio interactions should be recorded. The audio is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.AudioRecordingConfig audio_recording_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AudioRecordingConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setBigqueryExportSettings(BigQueryExportSettings value)
public LoggingSettings.Builder setBigqueryExportSettings(BigQueryExportSettings value)Optional. Configures the BigQuery export behaviors for the app. The conversation data is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.BigQueryExportSettings bigquery_export_settings = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryExportSettings |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setBigqueryExportSettings(BigQueryExportSettings.Builder builderForValue)
public LoggingSettings.Builder setBigqueryExportSettings(BigQueryExportSettings.Builder builderForValue)Optional. Configures the BigQuery export behaviors for the app. The conversation data is subject to redaction as configured in RedactionConfig.
.google.cloud.ces.v1beta.BigQueryExportSettings bigquery_export_settings = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BigQueryExportSettings.Builder |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setCloudLoggingSettings(CloudLoggingSettings value)
public LoggingSettings.Builder setCloudLoggingSettings(CloudLoggingSettings value)Optional. Settings to describe the Cloud Logging behaviors for the app.
.google.cloud.ces.v1beta.CloudLoggingSettings cloud_logging_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
CloudLoggingSettings |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setCloudLoggingSettings(CloudLoggingSettings.Builder builderForValue)
public LoggingSettings.Builder setCloudLoggingSettings(CloudLoggingSettings.Builder builderForValue)Optional. Settings to describe the Cloud Logging behaviors for the app.
.google.cloud.ces.v1beta.CloudLoggingSettings cloud_logging_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CloudLoggingSettings.Builder |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setConversationLoggingSettings(ConversationLoggingSettings value)
public LoggingSettings.Builder setConversationLoggingSettings(ConversationLoggingSettings value)Optional. Settings to describe the conversation logging behaviors for the app.
.google.cloud.ces.v1beta.ConversationLoggingSettings conversation_logging_settings = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ConversationLoggingSettings |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setConversationLoggingSettings(ConversationLoggingSettings.Builder builderForValue)
public LoggingSettings.Builder setConversationLoggingSettings(ConversationLoggingSettings.Builder builderForValue)Optional. Settings to describe the conversation logging behaviors for the app.
.google.cloud.ces.v1beta.ConversationLoggingSettings conversation_logging_settings = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ConversationLoggingSettings.Builder |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setEvaluationAudioRecordingConfig(AudioRecordingConfig value)
public LoggingSettings.Builder setEvaluationAudioRecordingConfig(AudioRecordingConfig value)Optional. Configuration for how audio interactions should be recorded for the evaluation. By default, audio recording is not enabled for evaluation sessions.
.google.cloud.ces.v1beta.AudioRecordingConfig evaluation_audio_recording_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
AudioRecordingConfig |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setEvaluationAudioRecordingConfig(AudioRecordingConfig.Builder builderForValue)
public LoggingSettings.Builder setEvaluationAudioRecordingConfig(AudioRecordingConfig.Builder builderForValue)Optional. Configuration for how audio interactions should be recorded for the evaluation. By default, audio recording is not enabled for evaluation sessions.
.google.cloud.ces.v1beta.AudioRecordingConfig evaluation_audio_recording_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AudioRecordingConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setMetricAnalysisSettings(MetricAnalysisSettings value)
public LoggingSettings.Builder setMetricAnalysisSettings(MetricAnalysisSettings value)Optional. Settings to describe the conversation data collection behaviors for the LLM analysis pipeline for the app.
.google.cloud.ces.v1beta.MetricAnalysisSettings metric_analysis_settings = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
MetricAnalysisSettings |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setMetricAnalysisSettings(MetricAnalysisSettings.Builder builderForValue)
public LoggingSettings.Builder setMetricAnalysisSettings(MetricAnalysisSettings.Builder builderForValue)Optional. Settings to describe the conversation data collection behaviors for the LLM analysis pipeline for the app.
.google.cloud.ces.v1beta.MetricAnalysisSettings metric_analysis_settings = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
MetricAnalysisSettings.Builder |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setRedactionConfig(RedactionConfig value)
public LoggingSettings.Builder setRedactionConfig(RedactionConfig value)Optional. Configuration for how sensitive data should be redacted.
.google.cloud.ces.v1beta.RedactionConfig redaction_config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
RedactionConfig |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setRedactionConfig(RedactionConfig.Builder builderForValue)
public LoggingSettings.Builder setRedactionConfig(RedactionConfig.Builder builderForValue)Optional. Configuration for how sensitive data should be redacted.
.google.cloud.ces.v1beta.RedactionConfig redaction_config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RedactionConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setUnredactedAudioRecordingConfig(AudioRecordingConfig value)
public LoggingSettings.Builder setUnredactedAudioRecordingConfig(AudioRecordingConfig value)Optional. Configures an additional recording of unredacted audio. This can be used to maintain a raw audio copy when audio redaction is enabled, typically for auditing or monitoring purposes.
.google.cloud.ces.v1beta.AudioRecordingConfig unredacted_audio_recording_config = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
AudioRecordingConfig |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|
setUnredactedAudioRecordingConfig(AudioRecordingConfig.Builder builderForValue)
public LoggingSettings.Builder setUnredactedAudioRecordingConfig(AudioRecordingConfig.Builder builderForValue)Optional. Configures an additional recording of unredacted audio. This can be used to maintain a raw audio copy when audio redaction is enabled, typically for auditing or monitoring purposes.
.google.cloud.ces.v1beta.AudioRecordingConfig unredacted_audio_recording_config = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AudioRecordingConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
LoggingSettings.Builder |
|