ProjectsLocationsOauthClientsCredentialsResource class
Constructors
- ProjectsLocationsOauthClientsCredentialsResource(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(
OauthClientCredential request, String parent, {String? oauthClientCredentialId, String? $fields}) → Future< OauthClientCredential> - Creates a new OauthClientCredential.
-
delete(
String name, {String? $fields}) → Future< Empty> - Deletes an OauthClientCredential.
-
get(
String name, {String? $fields}) → Future< OauthClientCredential> - Gets an individual OauthClientCredential.
-
list(
String parent, {String? $fields}) → Future< ListOauthClientCredentialsResponse> - Lists all OauthClientCredentials in an OauthClient.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(
OauthClientCredential request, String name, {String? updateMask, String? $fields}) → Future< OauthClientCredential> - Updates an existing OauthClientCredential.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited