Class protos.google.cloud.compute.v1.ServiceAttachments (4.3.0)

Represents a ServiceAttachments

Inheritance

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

Package

@google-cloud/compute

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

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

Constructs a new ServiceAttachments service.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Methods

aggregatedList(request, callback)

public aggregatedList(request: google.cloud.compute.v1.IAggregatedListServiceAttachmentsRequest, callback: google.cloud.compute.v1.ServiceAttachments.AggregatedListCallback): void;

Calls AggregatedList.

Parameters
NameDescription
request IAggregatedListServiceAttachmentsRequest

AggregatedListServiceAttachmentsRequest message or plain object

callback AggregatedListCallback

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

Returns
TypeDescription
void

aggregatedList(request)

public aggregatedList(request: google.cloud.compute.v1.IAggregatedListServiceAttachmentsRequest): Promise<google.cloud.compute.v1.ServiceAttachmentAggregatedList>;

Calls AggregatedList.

Parameter
NameDescription
request IAggregatedListServiceAttachmentsRequest

AggregatedListServiceAttachmentsRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.ServiceAttachmentAggregatedList>

Promise

create(rpcImpl, requestDelimited, responseDelimited)

public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): ServiceAttachments;

Creates new ServiceAttachments 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
ServiceAttachments

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

delete(request, callback)

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

Calls Delete.

Parameters
NameDescription
request IDeleteServiceAttachmentRequest

DeleteServiceAttachmentRequest message or plain object

callback DeleteCallback

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

Returns
TypeDescription
void

delete(request)

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

Calls Delete.

Parameter
NameDescription
request IDeleteServiceAttachmentRequest

DeleteServiceAttachmentRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.Operation>

Promise

get(request, callback)

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

Calls Get.

Parameters
NameDescription
request IGetServiceAttachmentRequest

GetServiceAttachmentRequest message or plain object

callback GetCallback

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

Returns
TypeDescription
void

get(request)

public get(request: google.cloud.compute.v1.IGetServiceAttachmentRequest): Promise<google.cloud.compute.v1.ServiceAttachment>;

Calls Get.

Parameter
NameDescription
request IGetServiceAttachmentRequest

GetServiceAttachmentRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.ServiceAttachment>

Promise

getIamPolicy(request, callback)

public getIamPolicy(request: google.cloud.compute.v1.IGetIamPolicyServiceAttachmentRequest, callback: google.cloud.compute.v1.ServiceAttachments.GetIamPolicyCallback): void;

Calls GetIamPolicy.

Parameters
NameDescription
request IGetIamPolicyServiceAttachmentRequest

GetIamPolicyServiceAttachmentRequest message or plain object

callback GetIamPolicyCallback

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

Returns
TypeDescription
void

getIamPolicy(request)

public getIamPolicy(request: google.cloud.compute.v1.IGetIamPolicyServiceAttachmentRequest): Promise<google.cloud.compute.v1.Policy>;

Calls GetIamPolicy.

Parameter
NameDescription
request IGetIamPolicyServiceAttachmentRequest

GetIamPolicyServiceAttachmentRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.Policy>

Promise

insert(request, callback)

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

Calls Insert.

Parameters
NameDescription
request IInsertServiceAttachmentRequest

InsertServiceAttachmentRequest message or plain object

callback InsertCallback

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

Returns
TypeDescription
void

insert(request)

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

Calls Insert.

Parameter
NameDescription
request IInsertServiceAttachmentRequest

InsertServiceAttachmentRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.Operation>

Promise

list(request, callback)

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

Calls List.

Parameters
NameDescription
request IListServiceAttachmentsRequest

ListServiceAttachmentsRequest message or plain object

callback ListCallback

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

Returns
TypeDescription
void

list(request)

public list(request: google.cloud.compute.v1.IListServiceAttachmentsRequest): Promise<google.cloud.compute.v1.ServiceAttachmentList>;

Calls List.

Parameter
NameDescription
request IListServiceAttachmentsRequest

ListServiceAttachmentsRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.ServiceAttachmentList>

Promise

patch(request, callback)

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

Calls Patch.

Parameters
NameDescription
request IPatchServiceAttachmentRequest

PatchServiceAttachmentRequest message or plain object

callback PatchCallback

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

Returns
TypeDescription
void

patch(request)

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

Calls Patch.

Parameter
NameDescription
request IPatchServiceAttachmentRequest

PatchServiceAttachmentRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.Operation>

Promise

setIamPolicy(request, callback)

public setIamPolicy(request: google.cloud.compute.v1.ISetIamPolicyServiceAttachmentRequest, callback: google.cloud.compute.v1.ServiceAttachments.SetIamPolicyCallback): void;

Calls SetIamPolicy.

Parameters
NameDescription
request ISetIamPolicyServiceAttachmentRequest

SetIamPolicyServiceAttachmentRequest message or plain object

callback SetIamPolicyCallback

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

Returns
TypeDescription
void

setIamPolicy(request)

public setIamPolicy(request: google.cloud.compute.v1.ISetIamPolicyServiceAttachmentRequest): Promise<google.cloud.compute.v1.Policy>;

Calls SetIamPolicy.

Parameter
NameDescription
request ISetIamPolicyServiceAttachmentRequest

SetIamPolicyServiceAttachmentRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.Policy>

Promise

testIamPermissions(request, callback)

public testIamPermissions(request: google.cloud.compute.v1.ITestIamPermissionsServiceAttachmentRequest, callback: google.cloud.compute.v1.ServiceAttachments.TestIamPermissionsCallback): void;

Calls TestIamPermissions.

Parameters
NameDescription
request ITestIamPermissionsServiceAttachmentRequest

TestIamPermissionsServiceAttachmentRequest message or plain object

callback TestIamPermissionsCallback

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

Returns
TypeDescription
void

testIamPermissions(request)

public testIamPermissions(request: google.cloud.compute.v1.ITestIamPermissionsServiceAttachmentRequest): Promise<google.cloud.compute.v1.TestPermissionsResponse>;

Calls TestIamPermissions.

Parameter
NameDescription
request ITestIamPermissionsServiceAttachmentRequest

TestIamPermissionsServiceAttachmentRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.compute.v1.TestPermissionsResponse>

Promise