ProjectsLocationsSessionsResource class

Constructors

ProjectsLocationsSessionsResource(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(Session request, String parent, {String? requestId, String? sessionId, String? $fields}) Future<Operation>
Create an interactive session asynchronously.
delete(String name, {String? requestId, String? $fields}) Future<Operation>
Deletes the interactive session resource.
get(String name, {String? $fields}) Future<Session>
Gets the resource representation for an interactive session.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListSessionsResponse>
Lists interactive sessions.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
terminate(TerminateSessionRequest request, String name, {String? $fields}) Future<Operation>
Terminates the interactive session.
toString() String
A string representation of this object.
inherited

Operators

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