ProjectsLocationsAuthorizedViewSetsResource class

Constructors

ProjectsLocationsAuthorizedViewSetsResource.new(ApiRequester client)

Properties

authorizedViews ProjectsLocationsAuthorizedViewSetsAuthorizedViewsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

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