Represents an IdentityAwareProxyAdminService
Inheritance
$protobuf.rpc.Service > protos.google.cloud.iap.v1.IdentityAwareProxyAdminServicePackage
@google-cloud/iap!Constructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new IdentityAwareProxyAdminService service.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): IdentityAwareProxyAdminService;
Creates new IdentityAwareProxyAdminService service using the specified rpc implementation.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Type | Description |
IdentityAwareProxyAdminService | RPC service. Useful where requests and/or responses are streamed. |
getIamPolicy(request, callback)
public getIamPolicy(request: google.iam.v1.IGetIamPolicyRequest, callback: google.cloud.iap.v1.IdentityAwareProxyAdminService.GetIamPolicyCallback): void;
Calls GetIamPolicy.
Name | Description |
request |
google.iam.v1.IGetIamPolicyRequest
GetIamPolicyRequest message or plain object |
callback |
google.cloud.iap.v1.IdentityAwareProxyAdminService.GetIamPolicyCallback
Node-style callback called with the error, if any, and Policy |
Type | Description |
void |
getIamPolicy(request)
public getIamPolicy(request: google.iam.v1.IGetIamPolicyRequest): Promise<google.iam.v1.Policy>;
Calls GetIamPolicy.
Name | Description |
request |
google.iam.v1.IGetIamPolicyRequest
GetIamPolicyRequest message or plain object |
Type | Description |
Promise<google.iam.v1.Policy> | Promise |
getIapSettings(request, callback)
public getIapSettings(request: google.cloud.iap.v1.IGetIapSettingsRequest, callback: google.cloud.iap.v1.IdentityAwareProxyAdminService.GetIapSettingsCallback): void;
Calls GetIapSettings.
Name | Description |
request |
google.cloud.iap.v1.IGetIapSettingsRequest
GetIapSettingsRequest message or plain object |
callback |
google.cloud.iap.v1.IdentityAwareProxyAdminService.GetIapSettingsCallback
Node-style callback called with the error, if any, and IapSettings |
Type | Description |
void |
getIapSettings(request)
public getIapSettings(request: google.cloud.iap.v1.IGetIapSettingsRequest): Promise<google.cloud.iap.v1.IapSettings>;
Calls GetIapSettings.
Name | Description |
request |
google.cloud.iap.v1.IGetIapSettingsRequest
GetIapSettingsRequest message or plain object |
Type | Description |
Promise<google.cloud.iap.v1.IapSettings> | Promise |
setIamPolicy(request, callback)
public setIamPolicy(request: google.iam.v1.ISetIamPolicyRequest, callback: google.cloud.iap.v1.IdentityAwareProxyAdminService.SetIamPolicyCallback): void;
Calls SetIamPolicy.
Name | Description |
request |
google.iam.v1.ISetIamPolicyRequest
SetIamPolicyRequest message or plain object |
callback |
google.cloud.iap.v1.IdentityAwareProxyAdminService.SetIamPolicyCallback
Node-style callback called with the error, if any, and Policy |
Type | Description |
void |
setIamPolicy(request)
public setIamPolicy(request: google.iam.v1.ISetIamPolicyRequest): Promise<google.iam.v1.Policy>;
Calls SetIamPolicy.
Name | Description |
request |
google.iam.v1.ISetIamPolicyRequest
SetIamPolicyRequest message or plain object |
Type | Description |
Promise<google.iam.v1.Policy> | Promise |
testIamPermissions(request, callback)
public testIamPermissions(request: google.iam.v1.ITestIamPermissionsRequest, callback: google.cloud.iap.v1.IdentityAwareProxyAdminService.TestIamPermissionsCallback): void;
Calls TestIamPermissions.
Name | Description |
request |
google.iam.v1.ITestIamPermissionsRequest
TestIamPermissionsRequest message or plain object |
callback |
google.cloud.iap.v1.IdentityAwareProxyAdminService.TestIamPermissionsCallback
Node-style callback called with the error, if any, and TestIamPermissionsResponse |
Type | Description |
void |
testIamPermissions(request)
public testIamPermissions(request: google.iam.v1.ITestIamPermissionsRequest): Promise<google.iam.v1.TestIamPermissionsResponse>;
Calls TestIamPermissions.
Name | Description |
request |
google.iam.v1.ITestIamPermissionsRequest
TestIamPermissionsRequest message or plain object |
Type | Description |
Promise<google.iam.v1.TestIamPermissionsResponse> | Promise |
updateIapSettings(request, callback)
public updateIapSettings(request: google.cloud.iap.v1.IUpdateIapSettingsRequest, callback: google.cloud.iap.v1.IdentityAwareProxyAdminService.UpdateIapSettingsCallback): void;
Calls UpdateIapSettings.
Name | Description |
request |
google.cloud.iap.v1.IUpdateIapSettingsRequest
UpdateIapSettingsRequest message or plain object |
callback |
google.cloud.iap.v1.IdentityAwareProxyAdminService.UpdateIapSettingsCallback
Node-style callback called with the error, if any, and IapSettings |
Type | Description |
void |
updateIapSettings(request)
public updateIapSettings(request: google.cloud.iap.v1.IUpdateIapSettingsRequest): Promise<google.cloud.iap.v1.IapSettings>;
Calls UpdateIapSettings.
Name | Description |
request |
google.cloud.iap.v1.IUpdateIapSettingsRequest
UpdateIapSettingsRequest message or plain object |
Type | Description |
Promise<google.cloud.iap.v1.IapSettings> | Promise |