Represents a SystemPolicyV1
Inheritance
$protobuf.rpc.Service > protos.google.cloud.binaryauthorization.v1.SystemPolicyV1Package
@google-cloud/binary-authorizationConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new SystemPolicyV1 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): SystemPolicyV1;Creates new SystemPolicyV1 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 |
| SystemPolicyV1 | RPC service. Useful where requests and/or responses are streamed. |
getSystemPolicy(request, callback)
public getSystemPolicy(request: google.cloud.binaryauthorization.v1.IGetSystemPolicyRequest, callback: google.cloud.binaryauthorization.v1.SystemPolicyV1.GetSystemPolicyCallback): void;Calls GetSystemPolicy.
| Name | Description |
| request |
google.cloud.binaryauthorization.v1.IGetSystemPolicyRequest
GetSystemPolicyRequest message or plain object |
| callback |
google.cloud.binaryauthorization.v1.SystemPolicyV1.GetSystemPolicyCallback
Node-style callback called with the error, if any, and Policy |
| Type | Description |
| void |
getSystemPolicy(request)
public getSystemPolicy(request: google.cloud.binaryauthorization.v1.IGetSystemPolicyRequest): Promise<google.cloud.binaryauthorization.v1.Policy>;Calls GetSystemPolicy.
| Name | Description |
| request |
google.cloud.binaryauthorization.v1.IGetSystemPolicyRequest
GetSystemPolicyRequest message or plain object |
| Type | Description |
| Promise<google.cloud.binaryauthorization.v1.Policy> | Promise |