Uses of Class
com.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.DestinationCase
-
Packages that use ExportInsightsDataRequest.DestinationCase Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of ExportInsightsDataRequest.DestinationCase in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ExportInsightsDataRequest.DestinationCase Modifier and Type Method Description static ExportInsightsDataRequest.DestinationCase
ExportInsightsDataRequest.DestinationCase. forNumber(int value)
ExportInsightsDataRequest.DestinationCase
ExportInsightsDataRequest.Builder. getDestinationCase()
ExportInsightsDataRequest.DestinationCase
ExportInsightsDataRequest. getDestinationCase()
ExportInsightsDataRequest.DestinationCase
ExportInsightsDataRequestOrBuilder. getDestinationCase()
static ExportInsightsDataRequest.DestinationCase
ExportInsightsDataRequest.DestinationCase. valueOf(int value)
Deprecated.static ExportInsightsDataRequest.DestinationCase
ExportInsightsDataRequest.DestinationCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportInsightsDataRequest.DestinationCase[]
ExportInsightsDataRequest.DestinationCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-