Uses of Class
com.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.WriteDisposition
-
Packages that use ExportInsightsDataRequest.WriteDisposition Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of ExportInsightsDataRequest.WriteDisposition in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ExportInsightsDataRequest.WriteDisposition Modifier and Type Method Description static ExportInsightsDataRequest.WriteDisposition
ExportInsightsDataRequest.WriteDisposition. forNumber(int value)
ExportInsightsDataRequest.WriteDisposition
ExportInsightsDataRequest.Builder. getWriteDisposition()
Options for what to do if the destination table already exists.ExportInsightsDataRequest.WriteDisposition
ExportInsightsDataRequest. getWriteDisposition()
Options for what to do if the destination table already exists.ExportInsightsDataRequest.WriteDisposition
ExportInsightsDataRequestOrBuilder. getWriteDisposition()
Options for what to do if the destination table already exists.static ExportInsightsDataRequest.WriteDisposition
ExportInsightsDataRequest.WriteDisposition. valueOf(int value)
Deprecated.static ExportInsightsDataRequest.WriteDisposition
ExportInsightsDataRequest.WriteDisposition. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ExportInsightsDataRequest.WriteDisposition
ExportInsightsDataRequest.WriteDisposition. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportInsightsDataRequest.WriteDisposition[]
ExportInsightsDataRequest.WriteDisposition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ExportInsightsDataRequest.WriteDisposition Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ExportInsightsDataRequest.WriteDisposition>
ExportInsightsDataRequest.WriteDisposition. internalGetValueMap()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type ExportInsightsDataRequest.WriteDisposition Modifier and Type Method Description ExportInsightsDataRequest.Builder
ExportInsightsDataRequest.Builder. setWriteDisposition(ExportInsightsDataRequest.WriteDisposition value)
Options for what to do if the destination table already exists.
-