ProjectsLocationsAuthorizedViewSetsAuthorizedViewsResource class

Properties

conversations ProjectsLocationsAuthorizedViewSetsAuthorizedViewsConversationsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsAuthorizedViewSetsAuthorizedViewsOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
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

Operators

operator ==(Object other) bool
The equality operator.
inherited