ProjectsLocationsAuthorizedViewSetsAuthorizedViewsResource class
Methods
-
create(GoogleCloudContactcenterinsightsV1AuthorizedView request, String parent, {String? authorizedViewId, String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1AuthorizedView>
-
Create AuthorizedView
-
delete(String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes an AuthorizedView.
-
get(String name, {String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1AuthorizedView>
-
Get AuthorizedView
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<GoogleIamV1Policy>
-
Gets the access control policy for a resource.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1ListAuthorizedViewsResponse>
-
List AuthorizedViewSets
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudContactcenterinsightsV1AuthorizedView request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1AuthorizedView>
-
Updates an AuthorizedView.
-
queryMetrics(GoogleCloudContactcenterinsightsV1QueryMetricsRequest request, String location, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Query metrics.
-
queryPerformanceOverview(GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Generates a summary of predefined performance metrics for a set of
conversations.
-
search(String parent, {String? orderBy, int? pageSize, String? pageToken, String? query, String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1SearchAuthorizedViewsResponse>
-
SearchAuthorizedViewSets
-
setIamPolicy(GoogleIamV1SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<GoogleIamV1Policy>
-
Sets the access control policy on the specified resource.
-
testIamPermissions(GoogleIamV1TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<GoogleIamV1TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited