ProjectsLocationsAuthorizedViewSetsResource class
Methods
-
create(GoogleCloudContactcenterinsightsV1AuthorizedViewSet request, String parent, {String? authorizedViewSetId, String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1AuthorizedViewSet>
-
Create AuthorizedViewSet
-
delete(String name, {bool? force, String? $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes an AuthorizedViewSet.
-
get(String name, {String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1AuthorizedViewSet>
-
Get AuthorizedViewSet
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1ListAuthorizedViewSetsResponse>
-
List AuthorizedViewSets
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudContactcenterinsightsV1AuthorizedViewSet request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1AuthorizedViewSet>
-
Updates an AuthorizedViewSet.
-
toString()
→ String
-
A string representation of this object.
inherited