Class protos.google.cloud.binaryauthorization.v1.ValidationHelperV1 (2.5.0)

Represents a ValidationHelperV1

Inheritance

$protobuf.rpc.Service > protos.google.cloud.binaryauthorization.v1.ValidationHelperV1

Package

@google-cloud/binary-authorization

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

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

Constructs a new ValidationHelperV1 service.

Parameters
NameDescription
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): ValidationHelperV1;

Creates new ValidationHelperV1 service using the specified rpc implementation.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
TypeDescription
ValidationHelperV1

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

validateAttestationOccurrence(request, callback)

public validateAttestationOccurrence(request: google.cloud.binaryauthorization.v1.IValidateAttestationOccurrenceRequest, callback: google.cloud.binaryauthorization.v1.ValidationHelperV1.ValidateAttestationOccurrenceCallback): void;

Calls ValidateAttestationOccurrence.

Parameters
NameDescription
request IValidateAttestationOccurrenceRequest

ValidateAttestationOccurrenceRequest message or plain object

callback google.cloud.binaryauthorization.v1.ValidationHelperV1.ValidateAttestationOccurrenceCallback

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

Returns
TypeDescription
void

validateAttestationOccurrence(request)

public validateAttestationOccurrence(request: google.cloud.binaryauthorization.v1.IValidateAttestationOccurrenceRequest): Promise<google.cloud.binaryauthorization.v1.ValidateAttestationOccurrenceResponse>;

Calls ValidateAttestationOccurrence.

Parameter
NameDescription
request IValidateAttestationOccurrenceRequest

ValidateAttestationOccurrenceRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.binaryauthorization.v1.ValidateAttestationOccurrenceResponse>

Promise