Interface SecuritySettings.AudioExportSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecuritySettings.AudioExportSettings
,SecuritySettings.AudioExportSettings.Builder
- Enclosing class:
- SecuritySettings
public static interface SecuritySettings.AudioExportSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAudioExportPattern()
Filename pattern for exported audio.com.google.protobuf.ByteString
getAudioExportPatternBytes()
Filename pattern for exported audio.SecuritySettings.AudioExportSettings.AudioFormat
getAudioFormat()
File format for exported audio file.int
getAudioFormatValue()
File format for exported audio file.boolean
getEnableAudioRedaction()
Enable audio redaction if it is true.String
getGcsBucket()
Cloud Storage bucket to export audio record to.com.google.protobuf.ByteString
getGcsBucketBytes()
Cloud Storage bucket to export audio record to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGcsBucket
String getGcsBucket()
Cloud Storage bucket to export audio record to. Setting this field would grant the Storage Object Creator role to the Dialogflow Service Agent. API caller that tries to modify this field should have the permission of storage.buckets.setIamPolicy.
string gcs_bucket = 1;
- Returns:
- The gcsBucket.
-
getGcsBucketBytes
com.google.protobuf.ByteString getGcsBucketBytes()
Cloud Storage bucket to export audio record to. Setting this field would grant the Storage Object Creator role to the Dialogflow Service Agent. API caller that tries to modify this field should have the permission of storage.buckets.setIamPolicy.
string gcs_bucket = 1;
- Returns:
- The bytes for gcsBucket.
-
getAudioExportPattern
String getAudioExportPattern()
Filename pattern for exported audio.
string audio_export_pattern = 2;
- Returns:
- The audioExportPattern.
-
getAudioExportPatternBytes
com.google.protobuf.ByteString getAudioExportPatternBytes()
Filename pattern for exported audio.
string audio_export_pattern = 2;
- Returns:
- The bytes for audioExportPattern.
-
getEnableAudioRedaction
boolean getEnableAudioRedaction()
Enable audio redaction if it is true.
bool enable_audio_redaction = 3;
- Returns:
- The enableAudioRedaction.
-
getAudioFormatValue
int getAudioFormatValue()
File format for exported audio file. Currently only in telephony recordings.
.google.cloud.dialogflow.cx.v3beta1.SecuritySettings.AudioExportSettings.AudioFormat audio_format = 4;
- Returns:
- The enum numeric value on the wire for audioFormat.
-
getAudioFormat
SecuritySettings.AudioExportSettings.AudioFormat getAudioFormat()
File format for exported audio file. Currently only in telephony recordings.
.google.cloud.dialogflow.cx.v3beta1.SecuritySettings.AudioExportSettings.AudioFormat audio_format = 4;
- Returns:
- The audioFormat.
-
-