Class protos.google.cloud.compute.v1.GlobalPublicDelegatedPrefixes (4.5.0)

Represents a GlobalPublicDelegatedPrefixes

Inheritance

$protobuf.rpc.Service > protos.google.cloud.compute.v1.GlobalPublicDelegatedPrefixes

Package

@google-cloud/compute

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

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

Constructs a new GlobalPublicDelegatedPrefixes service.

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

Creates new GlobalPublicDelegatedPrefixes service using the specified rpc implementation.

Parameters
Name Description
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
Type Description
GlobalPublicDelegatedPrefixes

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

delete(request, callback)

public delete(request: google.cloud.compute.v1.IDeleteGlobalPublicDelegatedPrefixeRequest, callback: google.cloud.compute.v1.GlobalPublicDelegatedPrefixes.DeleteCallback): void;

Calls Delete.

Parameters
Name Description
request IDeleteGlobalPublicDelegatedPrefixeRequest

DeleteGlobalPublicDelegatedPrefixeRequest message or plain object

callback DeleteCallback

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

Returns
Type Description
void

delete(request)

public delete(request: google.cloud.compute.v1.IDeleteGlobalPublicDelegatedPrefixeRequest): Promise<google.cloud.compute.v1.Operation>;

Calls Delete.

Parameter
Name Description
request IDeleteGlobalPublicDelegatedPrefixeRequest

DeleteGlobalPublicDelegatedPrefixeRequest message or plain object

Returns
Type Description
Promise<google.cloud.compute.v1.Operation>

Promise

get(request, callback)

public get(request: google.cloud.compute.v1.IGetGlobalPublicDelegatedPrefixeRequest, callback: google.cloud.compute.v1.GlobalPublicDelegatedPrefixes.GetCallback): void;

Calls Get.

Parameters
Name Description
request IGetGlobalPublicDelegatedPrefixeRequest

GetGlobalPublicDelegatedPrefixeRequest message or plain object

callback GetCallback

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

Returns
Type Description
void

get(request)

public get(request: google.cloud.compute.v1.IGetGlobalPublicDelegatedPrefixeRequest): Promise<google.cloud.compute.v1.PublicDelegatedPrefix>;

Calls Get.

Parameter
Name Description
request IGetGlobalPublicDelegatedPrefixeRequest

GetGlobalPublicDelegatedPrefixeRequest message or plain object

Returns
Type Description
Promise<google.cloud.compute.v1.PublicDelegatedPrefix>

Promise

insert(request, callback)

public insert(request: google.cloud.compute.v1.IInsertGlobalPublicDelegatedPrefixeRequest, callback: google.cloud.compute.v1.GlobalPublicDelegatedPrefixes.InsertCallback): void;

Calls Insert.

Parameters
Name Description
request IInsertGlobalPublicDelegatedPrefixeRequest

InsertGlobalPublicDelegatedPrefixeRequest message or plain object

callback InsertCallback

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

Returns
Type Description
void

insert(request)

public insert(request: google.cloud.compute.v1.IInsertGlobalPublicDelegatedPrefixeRequest): Promise<google.cloud.compute.v1.Operation>;

Calls Insert.

Parameter
Name Description
request IInsertGlobalPublicDelegatedPrefixeRequest

InsertGlobalPublicDelegatedPrefixeRequest message or plain object

Returns
Type Description
Promise<google.cloud.compute.v1.Operation>

Promise

list(request, callback)

public list(request: google.cloud.compute.v1.IListGlobalPublicDelegatedPrefixesRequest, callback: google.cloud.compute.v1.GlobalPublicDelegatedPrefixes.ListCallback): void;

Calls List.

Parameters
Name Description
request IListGlobalPublicDelegatedPrefixesRequest

ListGlobalPublicDelegatedPrefixesRequest message or plain object

callback ListCallback

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

Returns
Type Description
void

list(request)

public list(request: google.cloud.compute.v1.IListGlobalPublicDelegatedPrefixesRequest): Promise<google.cloud.compute.v1.PublicDelegatedPrefixList>;

Calls List.

Parameter
Name Description
request IListGlobalPublicDelegatedPrefixesRequest

ListGlobalPublicDelegatedPrefixesRequest message or plain object

Returns
Type Description
Promise<google.cloud.compute.v1.PublicDelegatedPrefixList>

Promise

patch(request, callback)

public patch(request: google.cloud.compute.v1.IPatchGlobalPublicDelegatedPrefixeRequest, callback: google.cloud.compute.v1.GlobalPublicDelegatedPrefixes.PatchCallback): void;

Calls Patch.

Parameters
Name Description
request IPatchGlobalPublicDelegatedPrefixeRequest

PatchGlobalPublicDelegatedPrefixeRequest message or plain object

callback PatchCallback

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

Returns
Type Description
void

patch(request)

public patch(request: google.cloud.compute.v1.IPatchGlobalPublicDelegatedPrefixeRequest): Promise<google.cloud.compute.v1.Operation>;

Calls Patch.

Parameter
Name Description
request IPatchGlobalPublicDelegatedPrefixeRequest

PatchGlobalPublicDelegatedPrefixeRequest message or plain object

Returns
Type Description
Promise<google.cloud.compute.v1.Operation>

Promise