public interface LoggingSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAudioRecordingConfig()
public abstract 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. |
getAudioRecordingConfigOrBuilder()
public abstract 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 abstract 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. |
getBigqueryExportSettingsOrBuilder()
public abstract 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 abstract 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. |
getCloudLoggingSettingsOrBuilder()
public abstract 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 abstract 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. |
getConversationLoggingSettingsOrBuilder()
public abstract 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 |
|
getEvaluationAudioRecordingConfig()
public abstract 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. |
getEvaluationAudioRecordingConfigOrBuilder()
public abstract 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 abstract 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. |
getMetricAnalysisSettingsOrBuilder()
public abstract 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 abstract 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. |
getRedactionConfigOrBuilder()
public abstract 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 abstract 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. |
getUnredactedAudioRecordingConfigOrBuilder()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |