Constructor
new NetworkAttachments(rpcImpl, requestDelimitedopt, responseDelimitedopt)
Constructs a new NetworkAttachments service.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
rpcImpl |
$protobuf.RPCImpl |
RPC implementation |
||
requestDelimited |
boolean |
<optional> |
false |
Whether requests are length-delimited |
responseDelimited |
boolean |
<optional> |
false |
Whether responses are length-delimited |
Extends
- $protobuf.rpc.Service
Methods
aggregatedList(request, callback) → {undefined}
Calls AggregatedList.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IAggregatedListNetworkAttachmentsRequest |
AggregatedListNetworkAttachmentsRequest message or plain object |
callback |
google.cloud.compute.v1.NetworkAttachments.AggregatedListCallback |
Node-style callback called with the error, if any, and NetworkAttachmentAggregatedList |
Returns:
Type | Description |
---|---|
undefined |
aggregatedList(request) → {Promise.<google.cloud.compute.v1.NetworkAttachmentAggregatedList>}
Calls AggregatedList.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IAggregatedListNetworkAttachmentsRequest |
AggregatedListNetworkAttachmentsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.NetworkAttachmentAggregatedList> |
Promise |
delete(request, callback) → {undefined}
Calls Delete.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IDeleteNetworkAttachmentRequest |
DeleteNetworkAttachmentRequest message or plain object |
callback |
google.cloud.compute.v1.NetworkAttachments.DeleteCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
delete(request) → {Promise.<google.cloud.compute.v1.Operation>}
Calls Delete.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IDeleteNetworkAttachmentRequest |
DeleteNetworkAttachmentRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Operation> |
Promise |
get(request, callback) → {undefined}
Calls Get.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IGetNetworkAttachmentRequest |
GetNetworkAttachmentRequest message or plain object |
callback |
google.cloud.compute.v1.NetworkAttachments.GetCallback |
Node-style callback called with the error, if any, and NetworkAttachment |
Returns:
Type | Description |
---|---|
undefined |
get(request) → {Promise.<google.cloud.compute.v1.NetworkAttachment>}
Calls Get.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IGetNetworkAttachmentRequest |
GetNetworkAttachmentRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.NetworkAttachment> |
Promise |
getIamPolicy(request, callback) → {undefined}
Calls GetIamPolicy.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IGetIamPolicyNetworkAttachmentRequest |
GetIamPolicyNetworkAttachmentRequest message or plain object |
callback |
google.cloud.compute.v1.NetworkAttachments.GetIamPolicyCallback |
Node-style callback called with the error, if any, and Policy |
Returns:
Type | Description |
---|---|
undefined |
getIamPolicy(request) → {Promise.<google.cloud.compute.v1.Policy>}
Calls GetIamPolicy.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IGetIamPolicyNetworkAttachmentRequest |
GetIamPolicyNetworkAttachmentRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Policy> |
Promise |
insert(request, callback) → {undefined}
Calls Insert.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IInsertNetworkAttachmentRequest |
InsertNetworkAttachmentRequest message or plain object |
callback |
google.cloud.compute.v1.NetworkAttachments.InsertCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
insert(request) → {Promise.<google.cloud.compute.v1.Operation>}
Calls Insert.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IInsertNetworkAttachmentRequest |
InsertNetworkAttachmentRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Operation> |
Promise |
list(request, callback) → {undefined}
Calls List.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IListNetworkAttachmentsRequest |
ListNetworkAttachmentsRequest message or plain object |
callback |
google.cloud.compute.v1.NetworkAttachments.ListCallback |
Node-style callback called with the error, if any, and NetworkAttachmentList |
Returns:
Type | Description |
---|---|
undefined |
list(request) → {Promise.<google.cloud.compute.v1.NetworkAttachmentList>}
Calls List.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IListNetworkAttachmentsRequest |
ListNetworkAttachmentsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.NetworkAttachmentList> |
Promise |
setIamPolicy(request, callback) → {undefined}
Calls SetIamPolicy.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetIamPolicyNetworkAttachmentRequest |
SetIamPolicyNetworkAttachmentRequest message or plain object |
callback |
google.cloud.compute.v1.NetworkAttachments.SetIamPolicyCallback |
Node-style callback called with the error, if any, and Policy |
Returns:
Type | Description |
---|---|
undefined |
setIamPolicy(request) → {Promise.<google.cloud.compute.v1.Policy>}
Calls SetIamPolicy.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ISetIamPolicyNetworkAttachmentRequest |
SetIamPolicyNetworkAttachmentRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.Policy> |
Promise |
testIamPermissions(request, callback) → {undefined}
Calls TestIamPermissions.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ITestIamPermissionsNetworkAttachmentRequest |
TestIamPermissionsNetworkAttachmentRequest message or plain object |
callback |
google.cloud.compute.v1.NetworkAttachments.TestIamPermissionsCallback |
Node-style callback called with the error, if any, and TestPermissionsResponse |
Returns:
Type | Description |
---|---|
undefined |
testIamPermissions(request) → {Promise.<google.cloud.compute.v1.TestPermissionsResponse>}
Calls TestIamPermissions.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.ITestIamPermissionsNetworkAttachmentRequest |
TestIamPermissionsNetworkAttachmentRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.TestPermissionsResponse> |
Promise |
(static) create(rpcImpl, requestDelimitedopt, responseDelimitedopt) → {NetworkAttachments}
Creates new NetworkAttachments service using the specified rpc implementation.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
rpcImpl |
$protobuf.RPCImpl |
RPC implementation |
||
requestDelimited |
boolean |
<optional> |
false |
Whether requests are length-delimited |
responseDelimited |
boolean |
<optional> |
false |
Whether responses are length-delimited |
Returns:
Type | Description |
---|---|
NetworkAttachments |
RPC service. Useful where requests and/or responses are streamed. |
Type Definitions
AggregatedListCallback(error, responseopt)
Callback as used by aggregatedList.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.NetworkAttachmentAggregatedList |
<optional> |
NetworkAttachmentAggregatedList |
DeleteCallback(error, responseopt)
Callback as used by delete_.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.Operation |
<optional> |
Operation |
GetCallback(error, responseopt)
Callback as used by get.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.NetworkAttachment |
<optional> |
NetworkAttachment |
GetIamPolicyCallback(error, responseopt)
Callback as used by getIamPolicy.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.Policy |
<optional> |
Policy |
InsertCallback(error, responseopt)
Callback as used by insert.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.Operation |
<optional> |
Operation |
ListCallback(error, responseopt)
Callback as used by list.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.NetworkAttachmentList |
<optional> |
NetworkAttachmentList |
SetIamPolicyCallback(error, responseopt)
Callback as used by setIamPolicy.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.Policy |
<optional> |
Policy |
TestIamPermissionsCallback(error, responseopt)
Callback as used by testIamPermissions.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.TestPermissionsResponse |
<optional> |
TestPermissionsResponse |