ProjectsLocationsOauthClientsResource class

Constructors

ProjectsLocationsOauthClientsResource(ApiRequester client)

Properties

credentials ProjectsLocationsOauthClientsCredentialsResource
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(OauthClient request, String parent, {String? oauthClientId, String? $fields}) Future<OauthClient>
Creates a new OauthClient.
delete(String name, {String? $fields}) Future<OauthClient>
Deletes an OauthClient.
get(String name, {String? $fields}) Future<OauthClient>
Gets an individual OauthClient.
list(String parent, {int? pageSize, String? pageToken, bool? showDeleted, String? $fields}) Future<ListOauthClientsResponse>
Lists all non-deleted OauthClients in a project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(OauthClient request, String name, {String? updateMask, String? $fields}) Future<OauthClient>
Updates an existing OauthClient.
toString() String
A string representation of this object.
inherited
undelete(UndeleteOauthClientRequest request, String name, {String? $fields}) Future<OauthClient>
Undeletes an OauthClient, as long as it was deleted fewer than 30 days ago.

Operators

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