OrganizationsDevelopersResource class
Methods
-
attributes(GoogleCloudApigeeV1Attributes request, String parent, {String? $fields})
→ Future<GoogleCloudApigeeV1Attributes>
-
Updates developer attributes.
-
create(GoogleCloudApigeeV1Developer request, String parent, {String? $fields})
→ Future<GoogleCloudApigeeV1Developer>
-
Creates a developer.
-
delete(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1Developer>
-
Deletes a developer.
-
get(String name, {String? action, String? $fields})
→ Future<GoogleCloudApigeeV1Developer>
-
Returns the developer details, including the developer's name, email
address, apps, and other information.
-
getBalance(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1DeveloperBalance>
-
Gets the account balance for the developer.
-
getMonetizationConfig(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1DeveloperMonetizationConfig>
-
Gets the monetization configuration for the developer.
-
list(String parent, {String? app, String? count, bool? expand, String? ids, bool? includeCompany, String? startKey, String? $fields})
→ Future<GoogleCloudApigeeV1ListOfDevelopersResponse>
-
Lists all developers in an organization by email address.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setDeveloperStatus(String name, {String? action, String? $fields})
→ Future<GoogleProtobufEmpty>
-
Sets the status of a developer.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(GoogleCloudApigeeV1Developer request, String name, {String? $fields})
→ Future<GoogleCloudApigeeV1Developer>
-
Updates a developer.
-
updateMonetizationConfig(GoogleCloudApigeeV1DeveloperMonetizationConfig request, String name, {String? $fields})
→ Future<GoogleCloudApigeeV1DeveloperMonetizationConfig>
-
Updates the monetization configuration for the developer.