ServiceUsageServiceBase class abstract

Annotations
  • @GrpcServiceName.new('google.api.serviceusage.v1.ServiceUsage')

Constructors

ServiceUsageServiceBase()

Properties

$name String
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

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
batchEnableServices(ServiceCall call, BatchEnableServicesRequest request) Future<Operation>
batchEnableServices_Pre(ServiceCall $call, Future<BatchEnableServicesRequest> $request) Future<Operation>
batchGetServices(ServiceCall call, BatchGetServicesRequest request) Future<BatchGetServicesResponse>
batchGetServices_Pre(ServiceCall $call, Future<BatchGetServicesRequest> $request) Future<BatchGetServicesResponse>
disableService(ServiceCall call, DisableServiceRequest request) Future<Operation>
disableService_Pre(ServiceCall $call, Future<DisableServiceRequest> $request) Future<Operation>
enableService(ServiceCall call, EnableServiceRequest request) Future<Operation>
enableService_Pre(ServiceCall $call, Future<EnableServiceRequest> $request) Future<Operation>
getService(ServiceCall call, GetServiceRequest request) Future<Service>
getService_Pre(ServiceCall $call, Future<GetServiceRequest> $request) Future<Service>
listServices(ServiceCall call, ListServicesRequest request) Future<ListServicesResponse>
listServices_Pre(ServiceCall $call, Future<ListServicesRequest> $request) Future<ListServicesResponse>
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