target.apidocs.com.google.api.services.contactcenterinsights.v1.Contactcenterinsights.Projects.Locations.Views.html Maven / Gradle / Ivy
Contactcenterinsights.Projects.Locations.Views (Contact Center AI Insights API v1-rev20240420-2.0.0)
com.google.api.services.contactcenterinsights.v1
Class Contactcenterinsights.Projects.Locations.Views
- java.lang.Object
-
- com.google.api.services.contactcenterinsights.v1.Contactcenterinsights.Projects.Locations.Views
-
- Enclosing class:
- Contactcenterinsights.Projects.Locations
public class Contactcenterinsights.Projects.Locations.Views
extends Object
The "views" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Contactcenterinsights.Projects.Locations.Views.Create
class
Contactcenterinsights.Projects.Locations.Views.Delete
class
Contactcenterinsights.Projects.Locations.Views.Get
class
Contactcenterinsights.Projects.Locations.Views.List
class
Contactcenterinsights.Projects.Locations.Views.Patch
-
Constructor Summary
Constructors
Constructor and Description
Views()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Contactcenterinsights.Projects.Locations.Views.Create
create(String parent,
GoogleCloudContactcenterinsightsV1View content)
Creates a view.
Contactcenterinsights.Projects.Locations.Views.Delete
delete(String name)
Deletes a view.
Contactcenterinsights.Projects.Locations.Views.Get
get(String name)
Gets a view.
Contactcenterinsights.Projects.Locations.Views.List
list(String parent)
Lists views.
Contactcenterinsights.Projects.Locations.Views.Patch
patch(String name,
GoogleCloudContactcenterinsightsV1View content)
Updates a view.
-
-
Method Detail
-
create
public Contactcenterinsights.Projects.Locations.Views.Create create(String parent,
GoogleCloudContactcenterinsightsV1View content)
throws IOException
Creates a view.
Create a request for the method "views.create".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The parent resource of the view. Required. The location to create a view for. Format:
`projects//locations/` or `projects//locations/`
content
- the GoogleCloudContactcenterinsightsV1View
- Returns:
- the request
- Throws:
IOException
-
delete
public Contactcenterinsights.Projects.Locations.Views.Delete delete(String name)
throws IOException
Deletes a view.
Create a request for the method "views.delete".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The name of the view to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Contactcenterinsights.Projects.Locations.Views.Get get(String name)
throws IOException
Gets a view.
Create a request for the method "views.get".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The name of the view to get.
- Returns:
- the request
- Throws:
IOException
-
list
public Contactcenterinsights.Projects.Locations.Views.List list(String parent)
throws IOException
Lists views.
Create a request for the method "views.list".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The parent resource of the views.
- Returns:
- the request
- Throws:
IOException
-
patch
public Contactcenterinsights.Projects.Locations.Views.Patch patch(String name,
GoogleCloudContactcenterinsightsV1View content)
throws IOException
Updates a view.
Create a request for the method "views.patch".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Immutable. The resource name of the view. Format:
projects/{project}/locations/{location}/views/{view}
content
- the GoogleCloudContactcenterinsightsV1View
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy