Cloud Key Management Service (KMS) V1 API - Class Google::Cloud::Kms::V1::Autokey::Rest::ServiceStub (v0.27.0)

Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::Autokey::Rest::ServiceStub.

REST service stub for the Autokey service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.

Inherits

  • Object

Methods

#create_key_handle

def create_key_handle(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation

Baseline implementation for the create_key_handle REST call

Parameters
  • request_pb (::Google::Cloud::Kms::V1::CreateKeyHandleRequest) — 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, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#get_key_handle

def get_key_handle(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Kms::V1::KeyHandle

Baseline implementation for the get_key_handle REST call

Parameters
  • request_pb (::Google::Cloud::Kms::V1::GetKeyHandleRequest) — 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, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#initialize

def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
Returns

#list_key_handles

def list_key_handles(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Kms::V1::ListKeyHandlesResponse

Baseline implementation for the list_key_handles REST call

Parameters
  • request_pb (::Google::Cloud::Kms::V1::ListKeyHandlesRequest) — 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, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)