2022-01-06
▼ ▲ contactcenterinsights.projects.locations.views.get
HTTP Method : GET
Description : Gets a view.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/views/{viewsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Location : path
Description : Required. The name of the view to get.
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/views/[^/]+$
Type : string
Path : v1/{+name}
Parameter Order : name
▼ ▲ contactcenterinsights.projects.locations.views.patch
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/views/{viewsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : PATCH
Parameter Order : name
Description : Updates a view.
Parameters :
updateMask
Location : query
Type : string
Format : google-fieldmask
Description : The list of fields to be updated.
name
Pattern : ^projects/[^/]+/locations/[^/]+/views/[^/]+$
Description : Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
Required : Yes
Type : string
Location : path
Path : v1/{+name}
▼ ▲ contactcenterinsights.projects.locations.views.list
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/views
Description : Lists views.
Path : v1/{+parent}/views
Parameters :
pageToken
Location : query
Description : The value returned by the last `ListViewsResponse`; indicates that this is a continuation of a prior `ListViews` call and the system should return the next page of data.
Type : string
pageSize
Description : The maximum number of views to return in the response. If this value is zero, the service will select a default size. A call may return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.
Location : query
Type : integer
Format : int32
parent
Pattern : ^projects/[^/]+/locations/[^/]+$
Required : Yes
Description : Required. The parent resource of the views.
Type : string
Location : path
Parameter Order : parent
HTTP Method : GET
▼ ▲ contactcenterinsights.projects.locations.views.delete
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/views/[^/]+$
Description : Required. The name of the view to delete.
Location : path
Required : Yes
HTTP Method : DELETE
Path : v1/{+name}
Description : Deletes a view.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/views/{viewsId}
Parameter Order : name
▼ ▲ contactcenterinsights.projects.locations.views.create
Parameters :
parent
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. The parent resource of the view. Required. The location to create a view for. Format: `projects//locations/` or `projects//locations/`
Required : Yes
Location : path
Description : Creates a view.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/views
Path : v1/{+parent}/views
Parameter Order : parent
HTTP Method : POST