ServicesResource class

Constructors

ServicesResource(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

batchEnable(BatchEnableServicesRequest request, String parent, {String? $fields}) Future<Operation>
Enable multiple services on a project.
batchGet(String parent, {List<String>? names, String? $fields}) Future<BatchGetServicesResponse>
Returns the service configurations and enabled states for a given list of services.
disable(DisableServiceRequest request, String name, {String? $fields}) Future<Operation>
Disable a service so that it can no longer be used with a project.
enable(EnableServiceRequest request, String name, {String? $fields}) Future<Operation>
Enable a service so that it can be used with a project.
get(String name, {String? $fields}) Future<GoogleApiServiceusageV1Service>
Returns the service configuration and enabled state for a given service.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListServicesResponse>
List all services available to the specified project, and the current state of those services with respect to 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