Constructor
new NodeTypes(rpcImpl, requestDelimitedopt, responseDelimitedopt)
Constructs a new NodeTypes 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.IAggregatedListNodeTypesRequest |
AggregatedListNodeTypesRequest message or plain object |
callback |
google.cloud.compute.v1.NodeTypes.AggregatedListCallback |
Node-style callback called with the error, if any, and NodeTypeAggregatedList |
Returns:
Type | Description |
---|---|
undefined |
aggregatedList(request) → {Promise.<google.cloud.compute.v1.NodeTypeAggregatedList>}
Calls AggregatedList.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IAggregatedListNodeTypesRequest |
AggregatedListNodeTypesRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.NodeTypeAggregatedList> |
Promise |
get(request, callback) → {undefined}
Calls Get.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IGetNodeTypeRequest |
GetNodeTypeRequest message or plain object |
callback |
google.cloud.compute.v1.NodeTypes.GetCallback |
Node-style callback called with the error, if any, and NodeType |
Returns:
Type | Description |
---|---|
undefined |
get(request) → {Promise.<google.cloud.compute.v1.NodeType>}
Calls Get.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IGetNodeTypeRequest |
GetNodeTypeRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.NodeType> |
Promise |
list(request, callback) → {undefined}
Calls List.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IListNodeTypesRequest |
ListNodeTypesRequest message or plain object |
callback |
google.cloud.compute.v1.NodeTypes.ListCallback |
Node-style callback called with the error, if any, and NodeTypeList |
Returns:
Type | Description |
---|---|
undefined |
list(request) → {Promise.<google.cloud.compute.v1.NodeTypeList>}
Calls List.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.compute.v1.IListNodeTypesRequest |
ListNodeTypesRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.compute.v1.NodeTypeList> |
Promise |
(static) create(rpcImpl, requestDelimitedopt, responseDelimitedopt) → {NodeTypes}
Creates new NodeTypes 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 |
---|---|
NodeTypes |
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.NodeTypeAggregatedList |
<optional> |
NodeTypeAggregatedList |
GetCallback(error, responseopt)
Callback as used by get.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.NodeType |
<optional> |
NodeType |
ListCallback(error, responseopt)
Callback as used by list.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.compute.v1.NodeTypeList |
<optional> |
NodeTypeList |