ProjectsLocationsViewsResource class

Constructors

ProjectsLocationsViewsResource(ApiRequester client)

Properties

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(GoogleCloudContactcenterinsightsV1View request, String parent, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1View>
Creates a view.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a view.
get(String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1View>
Gets a view.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudContactcenterinsightsV1ListViewsResponse>
Lists views.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudContactcenterinsightsV1View request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudContactcenterinsightsV1View>
Updates a view.
toString() String
A string representation of this object.
inherited

Operators

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