REST service stub for the LicenseCodes service. service stub contains baseline method implementations including transcoding, making the REST call and deserialing the response
Inherits
- Object
Methods
#get
def get(request_pb, options = nil) { |result, response| ... } -> ::Google::Cloud::Compute::V1::LicenseCode
Baseline implementation for the get REST call
Parameters
- request_pb (::Google::Cloud::Compute::V1::GetLicenseCodeRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
- (result, response) — Access the result along with the Faraday response object
Yield Parameters
- result (::Google::Cloud::Compute::V1::LicenseCode)
- response (::Faraday::Response)
Returns
- (::Google::Cloud::Compute::V1::LicenseCode) — A result object deserialized from the server's reply
Raises
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
Returns
- (ServiceStub) — a new instance of ServiceStub
#test_iam_permissions
def test_iam_permissions(request_pb, options = nil) { |result, response| ... } -> ::Google::Cloud::Compute::V1::TestPermissionsResponse
Baseline implementation for the test_iam_permissions REST call
Parameters
- request_pb (::Google::Cloud::Compute::V1::TestIamPermissionsLicenseCodeRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
- (result, response) — Access the result along with the Faraday response object
Yield Parameters
- result (::Google::Cloud::Compute::V1::TestPermissionsResponse)
- response (::Faraday::Response)
Returns
- (::Google::Cloud::Compute::V1::TestPermissionsResponse) — A result object deserialized from the server's reply
Raises
- (::ArgumentError)
#transcode_get_request
def transcode_get_request(request_pb) -> Array(String, [String, nil], Hash{String => String})
GRPC transcoding helper method for the get REST call
Parameter
- request_pb (::Google::Cloud::Compute::V1::GetLicenseCodeRequest) — A request object representing the call parameters. Required.
Returns
- (Array(String, [String, nil], Hash{String => String})) — Uri, Body, Query string parameters
#transcode_test_iam_permissions_request
def transcode_test_iam_permissions_request(request_pb) -> Array(String, [String, nil], Hash{String => String})
GRPC transcoding helper method for the test_iam_permissions REST call
Parameter
- request_pb (::Google::Cloud::Compute::V1::TestIamPermissionsLicenseCodeRequest) — A request object representing the call parameters. Required.
Returns
- (Array(String, [String, nil], Hash{String => String})) — Uri, Body, Query string parameters