Uses of Class
com.google.cloud.contactcenterinsights.v1.ViewName
-
Packages that use ViewName Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of ViewName in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ViewName Modifier and Type Method Description ViewName
ViewName.Builder. build()
static ViewName
ViewName. of(String project, String location, String view)
static ViewName
ViewName. parse(String formattedString)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ViewName Modifier and Type Method Description static List<ViewName>
ViewName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type ViewName Modifier and Type Method Description void
ContactCenterInsightsClient. deleteView(ViewName name)
Deletes a view.View
ContactCenterInsightsClient. getView(ViewName name)
Gets a view.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type ViewName Modifier and Type Method Description static List<String>
ViewName. toStringList(List<ViewName> values)
-