ProjectsBrandsResource class
Constructors
- ProjectsBrandsResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- identityAwareProxyClients → ProjectsBrandsIdentityAwareProxyClientsResource
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
Brand request, String parent, {String? $fields}) → Future< Brand> - Constructs a new OAuth brand for the project if one does not exist.
-
get(
String name, {String? $fields}) → Future< Brand> - Retrieves the OAuth brand of the project.
-
list(
String parent, {String? $fields}) → Future< ListBrandsResponse> - Lists the existing brands for the project.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited