PoliciesServiceBase class abstract

Annotations
  • @GrpcServiceName.new('google.iam.v2beta.Policies')

Constructors

PoliciesServiceBase()

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
createPolicy(ServiceCall call, CreatePolicyRequest request) Future<Operation>
createPolicy_Pre(ServiceCall $call, Future<CreatePolicyRequest> $request) Future<Operation>
deletePolicy(ServiceCall call, DeletePolicyRequest request) Future<Operation>
deletePolicy_Pre(ServiceCall $call, Future<DeletePolicyRequest> $request) Future<Operation>
getPolicy(ServiceCall call, GetPolicyRequest request) Future<Policy>
getPolicy_Pre(ServiceCall $call, Future<GetPolicyRequest> $request) Future<Policy>
listPolicies(ServiceCall call, ListPoliciesRequest request) Future<ListPoliciesResponse>
listPolicies_Pre(ServiceCall $call, Future<ListPoliciesRequest> $request) Future<ListPoliciesResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updatePolicy(ServiceCall call, UpdatePolicyRequest request) Future<Operation>
updatePolicy_Pre(ServiceCall $call, Future<UpdatePolicyRequest> $request) Future<Operation>

Operators

operator ==(Object other) bool
The equality operator.
inherited