ProjectsLocationsSessionsResource class
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