Class v1beta1.BinauthzManagementServiceV1Beta1Client

Google Cloud Management Service for Binary Authorization admission policies and attestation authorities.

This API implements a REST model with the following objects:

* * v1beta1

Package

@google-cloud/binary-authorization!

Constructors

(constructor)(opts)

constructor(opts?: ClientOptions);

Construct an instance of BinauthzManagementServiceV1Beta1Client.

Parameter
TypeNameDescription
ClientOptionsopts

Properties

apiEndpoint

static get apiEndpoint(): string;

The DNS address for this API service - same as servicePath(), exists for compatibility reasons.

Property Value
TypeDescription
string

auth

auth: gax.GoogleAuth;
Property Value
TypeDescription
gax.GoogleAuth

binauthzManagementServiceV1Beta1Stub

binauthzManagementServiceV1Beta1Stub?: Promise<{
        [name: string]: Function;
    }>;
Property Value
TypeDescription
Promise<{ [name: string]: Function; }>

descriptors

descriptors: Descriptors;
Property Value
TypeDescription
Descriptors

innerApiCalls

innerApiCalls: {
        [name: string]: Function;
    };
Property Value
TypeDescription
{ [name: string]: Function; }

pathTemplates

pathTemplates: {
        [name: string]: gax.PathTemplate;
    };
Property Value
TypeDescription
{ [name: string]: gax.PathTemplate; }

port

static get port(): number;

The port for this API service.

Property Value
TypeDescription
number

scopes

static get scopes(): string[];

The scopes needed to make gRPC calls for every method defined in this service.

Property Value
TypeDescription
string[]

servicePath

static get servicePath(): string;

The DNS address for this API service.

Property Value
TypeDescription
string

warn

warn: (code: string, message: string, warnType?: string) => void;
Property Value
TypeDescription
(code: string, message: string, warnType?: string) => void

Methods

attestorPath(project, attestor)

attestorPath(project: string, attestor: string): string;

Return a fully-qualified attestor resource name string.

Parameters
TypeNameDescription
stringproject
stringattestor
Returns
TypeDescription
string

{string} Resource name string.

close()

close(): Promise<void>;

Terminate the gRPC channel and close the client.

The client will no longer be usable and all future behavior is undefined.

Returns
TypeDescription
Promise<void>

{Promise} A promise that resolves when the client is closed.

createAttestor(request, options)

createAttestor(request?: protos.google.cloud.binaryauthorization.v1beta1.ICreateAttestorRequest, options?: CallOptions): Promise<[
        protos.google.cloud.binaryauthorization.v1beta1.IAttestor,
        (protos.google.cloud.binaryauthorization.v1beta1.ICreateAttestorRequest | undefined),
        {} | undefined
    ]>;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.ICreateAttestorRequestrequest
CallOptionsoptions
Returns
TypeDescription
Promise<[ protos.google.cloud.binaryauthorization.v1beta1.IAttestor, (protos.google.cloud.binaryauthorization.v1beta1.ICreateAttestorRequest | undefined), {} | undefined ]>

createAttestor(request, options, callback)

createAttestor(request: protos.google.cloud.binaryauthorization.v1beta1.ICreateAttestorRequest, options: CallOptions, callback: Callback<protos.google.cloud.binaryauthorization.v1beta1.IAttestor, protos.google.cloud.binaryauthorization.v1beta1.ICreateAttestorRequest | null | undefined, {} | null | undefined>): void;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.ICreateAttestorRequestrequest
CallOptionsoptions
Callback<protos.google.cloud.binaryauthorization.v1beta1.IAttestor, protos.google.cloud.binaryauthorization.v1beta1.ICreateAttestorRequest | null | undefined, {} | null | undefined>callback
Returns
TypeDescription
void

createAttestor(request, callback)

createAttestor(request: protos.google.cloud.binaryauthorization.v1beta1.ICreateAttestorRequest, callback: Callback<protos.google.cloud.binaryauthorization.v1beta1.IAttestor, protos.google.cloud.binaryauthorization.v1beta1.ICreateAttestorRequest | null | undefined, {} | null | undefined>): void;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.ICreateAttestorRequestrequest
Callback<protos.google.cloud.binaryauthorization.v1beta1.IAttestor, protos.google.cloud.binaryauthorization.v1beta1.ICreateAttestorRequest | null | undefined, {} | null | undefined>callback
Returns
TypeDescription
void

deleteAttestor(request, options)

deleteAttestor(request?: protos.google.cloud.binaryauthorization.v1beta1.IDeleteAttestorRequest, options?: CallOptions): Promise<[
        protos.google.protobuf.IEmpty,
        (protos.google.cloud.binaryauthorization.v1beta1.IDeleteAttestorRequest | undefined),
        {} | undefined
    ]>;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IDeleteAttestorRequestrequest
CallOptionsoptions
Returns
TypeDescription
Promise<[ protos.google.protobuf.IEmpty, (protos.google.cloud.binaryauthorization.v1beta1.IDeleteAttestorRequest | undefined), {} | undefined ]>

deleteAttestor(request, options, callback)

deleteAttestor(request: protos.google.cloud.binaryauthorization.v1beta1.IDeleteAttestorRequest, options: CallOptions, callback: Callback<protos.google.protobuf.IEmpty, protos.google.cloud.binaryauthorization.v1beta1.IDeleteAttestorRequest | null | undefined, {} | null | undefined>): void;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IDeleteAttestorRequestrequest
CallOptionsoptions
Callback<protos.google.protobuf.IEmpty, protos.google.cloud.binaryauthorization.v1beta1.IDeleteAttestorRequest | null | undefined, {} | null | undefined>callback
Returns
TypeDescription
void

deleteAttestor(request, callback)

deleteAttestor(request: protos.google.cloud.binaryauthorization.v1beta1.IDeleteAttestorRequest, callback: Callback<protos.google.protobuf.IEmpty, protos.google.cloud.binaryauthorization.v1beta1.IDeleteAttestorRequest | null | undefined, {} | null | undefined>): void;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IDeleteAttestorRequestrequest
Callback<protos.google.protobuf.IEmpty, protos.google.cloud.binaryauthorization.v1beta1.IDeleteAttestorRequest | null | undefined, {} | null | undefined>callback
Returns
TypeDescription
void

getAttestor(request, options)

getAttestor(request?: protos.google.cloud.binaryauthorization.v1beta1.IGetAttestorRequest, options?: CallOptions): Promise<[
        protos.google.cloud.binaryauthorization.v1beta1.IAttestor,
        (protos.google.cloud.binaryauthorization.v1beta1.IGetAttestorRequest | undefined),
        {} | undefined
    ]>;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IGetAttestorRequestrequest
CallOptionsoptions
Returns
TypeDescription
Promise<[ protos.google.cloud.binaryauthorization.v1beta1.IAttestor, (protos.google.cloud.binaryauthorization.v1beta1.IGetAttestorRequest | undefined), {} | undefined ]>

getAttestor(request, options, callback)

getAttestor(request: protos.google.cloud.binaryauthorization.v1beta1.IGetAttestorRequest, options: CallOptions, callback: Callback<protos.google.cloud.binaryauthorization.v1beta1.IAttestor, protos.google.cloud.binaryauthorization.v1beta1.IGetAttestorRequest | null | undefined, {} | null | undefined>): void;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IGetAttestorRequestrequest
CallOptionsoptions
Callback<protos.google.cloud.binaryauthorization.v1beta1.IAttestor, protos.google.cloud.binaryauthorization.v1beta1.IGetAttestorRequest | null | undefined, {} | null | undefined>callback
Returns
TypeDescription
void

getAttestor(request, callback)

getAttestor(request: protos.google.cloud.binaryauthorization.v1beta1.IGetAttestorRequest, callback: Callback<protos.google.cloud.binaryauthorization.v1beta1.IAttestor, protos.google.cloud.binaryauthorization.v1beta1.IGetAttestorRequest | null | undefined, {} | null | undefined>): void;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IGetAttestorRequestrequest
Callback<protos.google.cloud.binaryauthorization.v1beta1.IAttestor, protos.google.cloud.binaryauthorization.v1beta1.IGetAttestorRequest | null | undefined, {} | null | undefined>callback
Returns
TypeDescription
void

getPolicy(request, options)

getPolicy(request?: protos.google.cloud.binaryauthorization.v1beta1.IGetPolicyRequest, options?: CallOptions): Promise<[
        protos.google.cloud.binaryauthorization.v1beta1.IPolicy,
        (protos.google.cloud.binaryauthorization.v1beta1.IGetPolicyRequest | undefined),
        {} | undefined
    ]>;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IGetPolicyRequestrequest
CallOptionsoptions
Returns
TypeDescription
Promise<[ protos.google.cloud.binaryauthorization.v1beta1.IPolicy, (protos.google.cloud.binaryauthorization.v1beta1.IGetPolicyRequest | undefined), {} | undefined ]>

getPolicy(request, options, callback)

getPolicy(request: protos.google.cloud.binaryauthorization.v1beta1.IGetPolicyRequest, options: CallOptions, callback: Callback<protos.google.cloud.binaryauthorization.v1beta1.IPolicy, protos.google.cloud.binaryauthorization.v1beta1.IGetPolicyRequest | null | undefined, {} | null | undefined>): void;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IGetPolicyRequestrequest
CallOptionsoptions
Callback<protos.google.cloud.binaryauthorization.v1beta1.IPolicy, protos.google.cloud.binaryauthorization.v1beta1.IGetPolicyRequest | null | undefined, {} | null | undefined>callback
Returns
TypeDescription
void

getPolicy(request, callback)

getPolicy(request: protos.google.cloud.binaryauthorization.v1beta1.IGetPolicyRequest, callback: Callback<protos.google.cloud.binaryauthorization.v1beta1.IPolicy, protos.google.cloud.binaryauthorization.v1beta1.IGetPolicyRequest | null | undefined, {} | null | undefined>): void;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IGetPolicyRequestrequest
Callback<protos.google.cloud.binaryauthorization.v1beta1.IPolicy, protos.google.cloud.binaryauthorization.v1beta1.IGetPolicyRequest | null | undefined, {} | null | undefined>callback
Returns
TypeDescription
void

getProjectId()

getProjectId(): Promise<string>;
Returns
TypeDescription
Promise<string>

getProjectId(callback)

getProjectId(callback: Callback<string, undefined, undefined>): void;
Parameter
TypeNameDescription
Callback<string, undefined, undefined>callback
Returns
TypeDescription
void

initialize()

initialize(): Promise<{
        [name: string]: Function;
    }>;

Initialize the client. Performs asynchronous operations (such as authentication) and prepares the client. This function will be called automatically when any class method is called for the first time, but if you need to initialize it before calling an actual method, feel free to call initialize() directly.

You can await on this method if you want to make sure the client is initialized.

Returns
TypeDescription
Promise<{ [name: string]: Function; }>

{Promise} A promise that resolves to an authenticated service stub.

listAttestors(request, options)

listAttestors(request?: protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequest, options?: CallOptions): Promise<[
        protos.google.cloud.binaryauthorization.v1beta1.IAttestor[],
        protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequest | null,
        protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsResponse
    ]>;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequestrequest
CallOptionsoptions
Returns
TypeDescription
Promise<[ protos.google.cloud.binaryauthorization.v1beta1.IAttestor[], protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequest | null, protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsResponse ]>

listAttestors(request, options, callback)

listAttestors(request: protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequest, protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsResponse | null | undefined, protos.google.cloud.binaryauthorization.v1beta1.IAttestor>): void;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequestrequest
CallOptionsoptions
PaginationCallback<protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequest, protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsResponse | null | undefined, protos.google.cloud.binaryauthorization.v1beta1.IAttestor>callback
Returns
TypeDescription
void

listAttestors(request, callback)

listAttestors(request: protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequest, callback: PaginationCallback<protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequest, protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsResponse | null | undefined, protos.google.cloud.binaryauthorization.v1beta1.IAttestor>): void;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequestrequest
PaginationCallback<protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequest, protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsResponse | null | undefined, protos.google.cloud.binaryauthorization.v1beta1.IAttestor>callback
Returns
TypeDescription
void

listAttestorsAsync(request, options)

listAttestorsAsync(request?: protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.binaryauthorization.v1beta1.IAttestor>;

Equivalent to listAttestors, but returns an iterable object.

for-await-of syntax is used with the iterable to get response elements on-demand.

Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequestrequest

The request object that will be sent.

CallOptionsoptions

Call options. See CallOptions for more details.

Returns
TypeDescription
AsyncIterable<protos.google.cloud.binaryauthorization.v1beta1.IAttestor>

{Object} An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). When you iterate the returned iterable, each element will be an object representing [Attestor]. The API will be called under the hood as needed, once per the page, so you can stop the iteration when you don't need more results. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.

listAttestorsStream(request, options)

listAttestorsStream(request?: protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequest, options?: CallOptions): Transform;

Equivalent to method.name.toCamelCase(), but returns a NodeJS Stream object.

Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IListAttestorsRequestrequest

The request object that will be sent.

CallOptionsoptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Transform

{Stream} An object stream which emits an object representing [Attestor] on 'data' event. The client library will perform auto-pagination by default: it will call the API as many times as needed. Note that it can affect your quota. We recommend using listAttestorsAsync() method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.

matchAttestorFromAttestorName(attestorName)

matchAttestorFromAttestorName(attestorName: string): string | number;

Parse the attestor from Attestor resource.

Parameter
TypeNameDescription
stringattestorName

A fully-qualified path representing Attestor resource.

Returns
TypeDescription
string | number

{string} A string representing the attestor.

matchProjectFromAttestorName(attestorName)

matchProjectFromAttestorName(attestorName: string): string | number;

Parse the project from Attestor resource.

Parameter
TypeNameDescription
stringattestorName

A fully-qualified path representing Attestor resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromPolicyName(policyName)

matchProjectFromPolicyName(policyName: string): string | number;

Parse the project from Policy resource.

Parameter
TypeNameDescription
stringpolicyName

A fully-qualified path representing Policy resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromProjectName(projectName)

matchProjectFromProjectName(projectName: string): string | number;

Parse the project from Project resource.

Parameter
TypeNameDescription
stringprojectName

A fully-qualified path representing Project resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

policyPath(project)

policyPath(project: string): string;

Return a fully-qualified policy resource name string.

Parameter
TypeNameDescription
stringproject
Returns
TypeDescription
string

{string} Resource name string.

projectPath(project)

projectPath(project: string): string;

Return a fully-qualified project resource name string.

Parameter
TypeNameDescription
stringproject
Returns
TypeDescription
string

{string} Resource name string.

updateAttestor(request, options)

updateAttestor(request?: protos.google.cloud.binaryauthorization.v1beta1.IUpdateAttestorRequest, options?: CallOptions): Promise<[
        protos.google.cloud.binaryauthorization.v1beta1.IAttestor,
        (protos.google.cloud.binaryauthorization.v1beta1.IUpdateAttestorRequest | undefined),
        {} | undefined
    ]>;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IUpdateAttestorRequestrequest
CallOptionsoptions
Returns
TypeDescription
Promise<[ protos.google.cloud.binaryauthorization.v1beta1.IAttestor, (protos.google.cloud.binaryauthorization.v1beta1.IUpdateAttestorRequest | undefined), {} | undefined ]>

updateAttestor(request, options, callback)

updateAttestor(request: protos.google.cloud.binaryauthorization.v1beta1.IUpdateAttestorRequest, options: CallOptions, callback: Callback<protos.google.cloud.binaryauthorization.v1beta1.IAttestor, protos.google.cloud.binaryauthorization.v1beta1.IUpdateAttestorRequest | null | undefined, {} | null | undefined>): void;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IUpdateAttestorRequestrequest
CallOptionsoptions
Callback<protos.google.cloud.binaryauthorization.v1beta1.IAttestor, protos.google.cloud.binaryauthorization.v1beta1.IUpdateAttestorRequest | null | undefined, {} | null | undefined>callback
Returns
TypeDescription
void

updateAttestor(request, callback)

updateAttestor(request: protos.google.cloud.binaryauthorization.v1beta1.IUpdateAttestorRequest, callback: Callback<protos.google.cloud.binaryauthorization.v1beta1.IAttestor, protos.google.cloud.binaryauthorization.v1beta1.IUpdateAttestorRequest | null | undefined, {} | null | undefined>): void;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IUpdateAttestorRequestrequest
Callback<protos.google.cloud.binaryauthorization.v1beta1.IAttestor, protos.google.cloud.binaryauthorization.v1beta1.IUpdateAttestorRequest | null | undefined, {} | null | undefined>callback
Returns
TypeDescription
void

updatePolicy(request, options)

updatePolicy(request?: protos.google.cloud.binaryauthorization.v1beta1.IUpdatePolicyRequest, options?: CallOptions): Promise<[
        protos.google.cloud.binaryauthorization.v1beta1.IPolicy,
        (protos.google.cloud.binaryauthorization.v1beta1.IUpdatePolicyRequest | undefined),
        {} | undefined
    ]>;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IUpdatePolicyRequestrequest
CallOptionsoptions
Returns
TypeDescription
Promise<[ protos.google.cloud.binaryauthorization.v1beta1.IPolicy, (protos.google.cloud.binaryauthorization.v1beta1.IUpdatePolicyRequest | undefined), {} | undefined ]>

updatePolicy(request, options, callback)

updatePolicy(request: protos.google.cloud.binaryauthorization.v1beta1.IUpdatePolicyRequest, options: CallOptions, callback: Callback<protos.google.cloud.binaryauthorization.v1beta1.IPolicy, protos.google.cloud.binaryauthorization.v1beta1.IUpdatePolicyRequest | null | undefined, {} | null | undefined>): void;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IUpdatePolicyRequestrequest
CallOptionsoptions
Callback<protos.google.cloud.binaryauthorization.v1beta1.IPolicy, protos.google.cloud.binaryauthorization.v1beta1.IUpdatePolicyRequest | null | undefined, {} | null | undefined>callback
Returns
TypeDescription
void

updatePolicy(request, callback)

updatePolicy(request: protos.google.cloud.binaryauthorization.v1beta1.IUpdatePolicyRequest, callback: Callback<protos.google.cloud.binaryauthorization.v1beta1.IPolicy, protos.google.cloud.binaryauthorization.v1beta1.IUpdatePolicyRequest | null | undefined, {} | null | undefined>): void;
Parameters
TypeNameDescription
protos.google.cloud.binaryauthorization.v1beta1.IUpdatePolicyRequestrequest
Callback<protos.google.cloud.binaryauthorization.v1beta1.IPolicy, protos.google.cloud.binaryauthorization.v1beta1.IUpdatePolicyRequest | null | undefined, {} | null | undefined>callback
Returns
TypeDescription
void