LicenseCodes

google.cloud.compute.v1. LicenseCodes

Represents a LicenseCodes

Constructor

new LicenseCodes(rpcImpl, requestDelimitedopt, responseDelimitedopt)

Constructs a new LicenseCodes 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

get(request, callback) → {undefined}

Calls Get.

Parameters:
Name Type Description
request google.cloud.compute.v1.IGetLicenseCodeRequest

GetLicenseCodeRequest message or plain object

callback google.cloud.compute.v1.LicenseCodes.GetCallback

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

Returns:
Type Description
undefined

get(request) → {Promise.<google.cloud.compute.v1.LicenseCode>}

Calls Get.

Parameters:
Name Type Description
request google.cloud.compute.v1.IGetLicenseCodeRequest

GetLicenseCodeRequest message or plain object

Returns:
Type Description
Promise.<google.cloud.compute.v1.LicenseCode>

Promise

testIamPermissions(request, callback) → {undefined}

Calls TestIamPermissions.

Parameters:
Name Type Description
request google.cloud.compute.v1.ITestIamPermissionsLicenseCodeRequest

TestIamPermissionsLicenseCodeRequest message or plain object

callback google.cloud.compute.v1.LicenseCodes.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.ITestIamPermissionsLicenseCodeRequest

TestIamPermissionsLicenseCodeRequest message or plain object

Returns:
Type Description
Promise.<google.cloud.compute.v1.TestPermissionsResponse>

Promise

(static) create(rpcImpl, requestDelimitedopt, responseDelimitedopt) → {LicenseCodes}

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

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

Type Definitions

GetCallback(error, responseopt)

Callback as used by get.

Parameters:
Name Type Attributes Description
error Error | null

Error, if any

response google.cloud.compute.v1.LicenseCode <optional>

LicenseCode

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