Class LicenseCodesClient (2.22.0)

Service for the licenseCodes resource.

https://cloud.google.com/compute/docs/reference/rest/v1/licenseCodes

Equality

Instances of this class created via copy-construction or copy-assignment always compare equal. Instances created with equal std::shared_ptr<*Connection> objects compare equal. Objects that compare equal share the same underlying resources.

Performance

Creating a new instance of this class is a relatively expensive operation, new objects establish new connections to the service. In contrast, copy-construction, move-construction, and the corresponding assignment operations are relatively efficient as the copies share all underlying resources.

Thread Safety

Concurrent access to different instances of this class, even if they compare equal, is guaranteed to work. Two or more threads operating on the same instance of this class is not guaranteed to work. Since copy-construction and move-construction is a relatively efficient operation, consider using such a copy when using this class from multiple threads.

Constructors

LicenseCodesClient(LicenseCodesClient const &)

Copy and move support

Parameter
NameDescription
LicenseCodesClient const &

LicenseCodesClient(LicenseCodesClient &&)

Copy and move support

Parameter
NameDescription
LicenseCodesClient &&

LicenseCodesClient(std::shared_ptr< LicenseCodesConnection >, Options)

Parameters
NameDescription
connection std::shared_ptr< LicenseCodesConnection >
opts Options

Operators

operator=(LicenseCodesClient const &)

Copy and move support

Parameter
NameDescription
LicenseCodesClient const &
Returns
TypeDescription
LicenseCodesClient &

operator=(LicenseCodesClient &&)

Copy and move support

Parameter
NameDescription
LicenseCodesClient &&
Returns
TypeDescription
LicenseCodesClient &

Functions

GetLicenseCode(std::string const &, std::string const &, Options)

Return a specified license code.

License codes are mirrored across all projects that have permissions to read the License Code. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. https://cloud.google.com/compute/docs/reference/rest/v1/licenseCodes/get

Parameters
NameDescription
project std::string const &

Project ID for this request.

license_code std::string const &

Number corresponding to the License code resource to return.

opts Options

Optional. Override the class-level options, such as retry and backoff policies.

Returns
TypeDescription
StatusOr< google::cloud::cpp::compute::v1::LicenseCode >

the result of the RPC. The response message type (google.cloud.cpp.compute.v1.LicenseCode) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the StatusOr contains the error details.

GetLicenseCode(google::cloud::cpp::compute::license_codes::v1::GetLicenseCodeRequest const &, Options)

Return a specified license code.

License codes are mirrored across all projects that have permissions to read the License Code. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. https://cloud.google.com/compute/docs/reference/rest/v1/licenseCodes/get

Parameters
NameDescription
request google::cloud::cpp::compute::license_codes::v1::GetLicenseCodeRequest const &

Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.cpp.compute.license_codes.v1.GetLicenseCodeRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules.

opts Options

Optional. Override the class-level options, such as retry and backoff policies.

Returns
TypeDescription
StatusOr< google::cloud::cpp::compute::v1::LicenseCode >

the result of the RPC. The response message type (google.cloud.cpp.compute.v1.LicenseCode) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the StatusOr contains the error details.

TestIamPermissions(std::string const &, std::string const &, google::cloud::cpp::compute::v1::TestPermissionsRequest const &, Options)

Returns permissions that a caller has on the specified resource.

Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. https://cloud.google.com/compute/docs/reference/rest/v1/licenseCodes/testIamPermissions

Parameters
NameDescription
project std::string const &

Project ID for this request.

resource std::string const &

Name or id of the resource for this request.

test_permissions_request_resource google::cloud::cpp::compute::v1::TestPermissionsRequest const &

The TestPermissionsRequest for this request.

opts Options

Optional. Override the class-level options, such as retry and backoff policies.

Returns
TypeDescription
StatusOr< google::cloud::cpp::compute::v1::TestPermissionsResponse >

the result of the RPC. The response message type (google.cloud.cpp.compute.v1.TestPermissionsResponse) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the StatusOr contains the error details.

TestIamPermissions(google::cloud::cpp::compute::license_codes::v1::TestIamPermissionsRequest const &, Options)

Returns permissions that a caller has on the specified resource.

Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. https://cloud.google.com/compute/docs/reference/rest/v1/licenseCodes/testIamPermissions

Parameters
NameDescription
request google::cloud::cpp::compute::license_codes::v1::TestIamPermissionsRequest const &

Unary RPCs, such as the one wrapped by this function, receive a single request proto message which includes all the inputs for the RPC. In this case, the proto message is a google.cloud.cpp.compute.license_codes.v1.TestIamPermissionsRequest. Proto messages are converted to C++ classes by Protobuf, using the Protobuf mapping rules.

opts Options

Optional. Override the class-level options, such as retry and backoff policies.

Returns
TypeDescription
StatusOr< google::cloud::cpp::compute::v1::TestPermissionsResponse >

the result of the RPC. The response message type (google.cloud.cpp.compute.v1.TestPermissionsResponse) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the StatusOr contains the error details.