Class protos.google.iam.v1.IAMPolicy

Represents a IAMPolicy

Inheritance

$protobuf.rpc.Service > protos.google.iam.v1.IAMPolicy

Package

@google-cloud/spanner!

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);

Constructs a new IAMPolicy service.

Parameters
Type Name Description
$protobuf.RPCImpl rpcImpl

RPC implementation

boolean requestDelimited

Whether requests are length-delimited

boolean responseDelimited

Whether responses are length-delimited

Methods

create(rpcImpl, requestDelimited, responseDelimited)

public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): IAMPolicy;

Creates new IAMPolicy service using the specified rpc implementation.

Parameters
Type Name Description
$protobuf.RPCImpl rpcImpl

RPC implementation

boolean requestDelimited

Whether requests are length-delimited

boolean responseDelimited

Whether responses are length-delimited

Returns
Type Description
IAMPolicy

RPC service. Useful where requests and/or responses are streamed.

getIamPolicy(request, callback)

public getIamPolicy(request: google.iam.v1.IGetIamPolicyRequest, callback: google.iam.v1.IAMPolicy.GetIamPolicyCallback): void;

Calls GetIamPolicy.

Parameters
Type Name Description
google.iam.v1.IGetIamPolicyRequest request

GetIamPolicyRequest message or plain object

google.iam.v1.IAMPolicy.GetIamPolicyCallback callback

Node-style callback called with the error, if any, and Policy

Returns
Type Description
void

getIamPolicy(request)

public getIamPolicy(request: google.iam.v1.IGetIamPolicyRequest): Promise<google.iam.v1.Policy>;

Calls GetIamPolicy.

Parameter
Type Name Description
google.iam.v1.IGetIamPolicyRequest request

GetIamPolicyRequest message or plain object

Returns
Type Description
Promise<google.iam.v1.Policy>

Promise

setIamPolicy(request, callback)

public setIamPolicy(request: google.iam.v1.ISetIamPolicyRequest, callback: google.iam.v1.IAMPolicy.SetIamPolicyCallback): void;

Calls SetIamPolicy.

Parameters
Type Name Description
google.iam.v1.ISetIamPolicyRequest request

SetIamPolicyRequest message or plain object

google.iam.v1.IAMPolicy.SetIamPolicyCallback callback

Node-style callback called with the error, if any, and Policy

Returns
Type Description
void

setIamPolicy(request)

public setIamPolicy(request: google.iam.v1.ISetIamPolicyRequest): Promise<google.iam.v1.Policy>;

Calls SetIamPolicy.

Parameter
Type Name Description
google.iam.v1.ISetIamPolicyRequest request

SetIamPolicyRequest message or plain object

Returns
Type Description
Promise<google.iam.v1.Policy>

Promise

testIamPermissions(request, callback)

public testIamPermissions(request: google.iam.v1.ITestIamPermissionsRequest, callback: google.iam.v1.IAMPolicy.TestIamPermissionsCallback): void;

Calls TestIamPermissions.

Parameters
Type Name Description
google.iam.v1.ITestIamPermissionsRequest request

TestIamPermissionsRequest message or plain object

google.iam.v1.IAMPolicy.TestIamPermissionsCallback callback

Node-style callback called with the error, if any, and TestIamPermissionsResponse

Returns
Type Description
void

testIamPermissions(request)

public testIamPermissions(request: google.iam.v1.ITestIamPermissionsRequest): Promise<google.iam.v1.TestIamPermissionsResponse>;

Calls TestIamPermissions.

Parameter
Type Name Description
google.iam.v1.ITestIamPermissionsRequest request

TestIamPermissionsRequest message or plain object

Returns
Type Description
Promise<google.iam.v1.TestIamPermissionsResponse>

Promise