public final class LoggingSettings extends GeneratedMessage implements LoggingSettingsOrBuilder
Settings to describe the logging behaviors for the app.
Protobuf type google.cloud.ces.v1.LoggingSettings
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
AUDIO_RECORDING_CONFIG_FIELD_NUMBER
public static final int AUDIO_RECORDING_CONFIG_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
BIGQUERY_EXPORT_SETTINGS_FIELD_NUMBER
public static final int BIGQUERY_EXPORT_SETTINGS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
CLOUD_LOGGING_SETTINGS_FIELD_NUMBER
public static final int CLOUD_LOGGING_SETTINGS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
CONVERSATION_LOGGING_SETTINGS_FIELD_NUMBER
public static final int CONVERSATION_LOGGING_SETTINGS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
EVALUATION_AUDIO_RECORDING_CONFIG_FIELD_NUMBER
public static final int EVALUATION_AUDIO_RECORDING_CONFIG_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
METRIC_ANALYSIS_SETTINGS_FIELD_NUMBER
public static final int METRIC_ANALYSIS_SETTINGS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
REDACTION_CONFIG_FIELD_NUMBER
public static final int REDACTION_CONFIG_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static LoggingSettings getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static LoggingSettings.Builder newBuilder()
newBuilder(LoggingSettings prototype)
public static LoggingSettings.Builder newBuilder(LoggingSettings prototype)
public static LoggingSettings parseDelimitedFrom(InputStream input)
public static LoggingSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static LoggingSettings parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LoggingSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static LoggingSettings parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LoggingSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LoggingSettings parseFrom(CodedInputStream input)
public static LoggingSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LoggingSettings parseFrom(InputStream input)
public static LoggingSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static LoggingSettings parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LoggingSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<LoggingSettings> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAudioRecordingConfig()
public AudioRecordingConfig getAudioRecordingConfig()
Optional. Configuration for how audio interactions should be recorded.
.google.cloud.ces.v1.AudioRecordingConfig audio_recording_config = 2 [(.google.api.field_behavior) = OPTIONAL];
getAudioRecordingConfigOrBuilder()
public AudioRecordingConfigOrBuilder getAudioRecordingConfigOrBuilder()
Optional. Configuration for how audio interactions should be recorded.
.google.cloud.ces.v1.AudioRecordingConfig audio_recording_config = 2 [(.google.api.field_behavior) = OPTIONAL];
getBigqueryExportSettings()
public BigQueryExportSettings getBigqueryExportSettings()
Optional. Settings to describe the BigQuery export behaviors for the app.
The conversation data will be exported to BigQuery tables if it is enabled.
.google.cloud.ces.v1.BigQueryExportSettings bigquery_export_settings = 3 [(.google.api.field_behavior) = OPTIONAL];
getBigqueryExportSettingsOrBuilder()
public BigQueryExportSettingsOrBuilder getBigqueryExportSettingsOrBuilder()
Optional. Settings to describe the BigQuery export behaviors for the app.
The conversation data will be exported to BigQuery tables if it is enabled.
.google.cloud.ces.v1.BigQueryExportSettings bigquery_export_settings = 3 [(.google.api.field_behavior) = OPTIONAL];
getCloudLoggingSettings()
public CloudLoggingSettings getCloudLoggingSettings()
Optional. Settings to describe the Cloud Logging behaviors for the app.
.google.cloud.ces.v1.CloudLoggingSettings cloud_logging_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
getCloudLoggingSettingsOrBuilder()
public CloudLoggingSettingsOrBuilder getCloudLoggingSettingsOrBuilder()
Optional. Settings to describe the Cloud Logging behaviors for the app.
.google.cloud.ces.v1.CloudLoggingSettings cloud_logging_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
getConversationLoggingSettings()
public ConversationLoggingSettings getConversationLoggingSettings()
Optional. Settings to describe the conversation logging behaviors for the
app.
.google.cloud.ces.v1.ConversationLoggingSettings conversation_logging_settings = 5 [(.google.api.field_behavior) = OPTIONAL];
getConversationLoggingSettingsOrBuilder()
public ConversationLoggingSettingsOrBuilder getConversationLoggingSettingsOrBuilder()
Optional. Settings to describe the conversation logging behaviors for the
app.
.google.cloud.ces.v1.ConversationLoggingSettings conversation_logging_settings = 5 [(.google.api.field_behavior) = OPTIONAL];
getDefaultInstanceForType()
public LoggingSettings getDefaultInstanceForType()
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.v1.AudioRecordingConfig evaluation_audio_recording_config = 6 [(.google.api.field_behavior) = OPTIONAL];
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.v1.AudioRecordingConfig evaluation_audio_recording_config = 6 [(.google.api.field_behavior) = OPTIONAL];
getMetricAnalysisSettings()
public MetricAnalysisSettings getMetricAnalysisSettings()
Optional. Settings to describe the conversation data collection behaviors
for the LLM analysis pipeline for the app.
.google.cloud.ces.v1.MetricAnalysisSettings metric_analysis_settings = 7 [(.google.api.field_behavior) = OPTIONAL];
getMetricAnalysisSettingsOrBuilder()
public MetricAnalysisSettingsOrBuilder getMetricAnalysisSettingsOrBuilder()
Optional. Settings to describe the conversation data collection behaviors
for the LLM analysis pipeline for the app.
.google.cloud.ces.v1.MetricAnalysisSettings metric_analysis_settings = 7 [(.google.api.field_behavior) = OPTIONAL];
getParserForType()
public Parser<LoggingSettings> getParserForType()
Overrides
getRedactionConfig()
public RedactionConfig getRedactionConfig()
Optional. Configuration for how sensitive data should be redacted.
.google.cloud.ces.v1.RedactionConfig redaction_config = 1 [(.google.api.field_behavior) = OPTIONAL];
getRedactionConfigOrBuilder()
public RedactionConfigOrBuilder getRedactionConfigOrBuilder()
Optional. Configuration for how sensitive data should be redacted.
.google.cloud.ces.v1.RedactionConfig redaction_config = 1 [(.google.api.field_behavior) = OPTIONAL];
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hasAudioRecordingConfig()
public boolean hasAudioRecordingConfig()
Optional. Configuration for how audio interactions should be recorded.
.google.cloud.ces.v1.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. Settings to describe the BigQuery export behaviors for the app.
The conversation data will be exported to BigQuery tables if it is enabled.
.google.cloud.ces.v1.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.v1.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.v1.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.v1.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.v1.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.v1.RedactionConfig redaction_config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the redactionConfig field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public LoggingSettings.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected LoggingSettings.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public LoggingSettings.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides