Secret Manager V1beta1 API - Class Google::Cloud::SecretManager::V1beta1::SecretManagerService::Rest::ServiceStub (v0.12.2)

Reference documentation and code samples for the Secret Manager V1beta1 API class Google::Cloud::SecretManager::V1beta1::SecretManagerService::Rest::ServiceStub.

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

Inherits

  • Object

Methods

#access_secret_version

def access_secret_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1beta1::AccessSecretVersionResponse

Baseline implementation for the access_secret_version REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#add_secret_version

def add_secret_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1beta1::SecretVersion

Baseline implementation for the add_secret_version REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#create_secret

def create_secret(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1beta1::Secret

Baseline implementation for the create_secret REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#delete_secret

def delete_secret(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty

Baseline implementation for the delete_secret REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#destroy_secret_version

def destroy_secret_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1beta1::SecretVersion

Baseline implementation for the destroy_secret_version REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#disable_secret_version

def disable_secret_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1beta1::SecretVersion

Baseline implementation for the disable_secret_version REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#enable_secret_version

def enable_secret_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1beta1::SecretVersion

Baseline implementation for the enable_secret_version REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#get_iam_policy

def get_iam_policy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Iam::V1::Policy

Baseline implementation for the get_iam_policy REST call

Parameters
  • request_pb (::Google::Iam::V1::GetIamPolicyRequest) — 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)

#get_secret

def get_secret(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1beta1::Secret

Baseline implementation for the get_secret REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#get_secret_version

def get_secret_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1beta1::SecretVersion

Baseline implementation for the get_secret_version REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#initialize

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

#list_secret_versions

def list_secret_versions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1beta1::ListSecretVersionsResponse

Baseline implementation for the list_secret_versions REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#list_secrets

def list_secrets(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1beta1::ListSecretsResponse

Baseline implementation for the list_secrets REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#set_iam_policy

def set_iam_policy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Iam::V1::Policy

Baseline implementation for the set_iam_policy REST call

Parameters
  • request_pb (::Google::Iam::V1::SetIamPolicyRequest) — 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)

#test_iam_permissions

def test_iam_permissions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Iam::V1::TestIamPermissionsResponse

Baseline implementation for the test_iam_permissions REST call

Parameters
  • request_pb (::Google::Iam::V1::TestIamPermissionsRequest) — 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)

#update_secret

def update_secret(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1beta1::Secret

Baseline implementation for the update_secret REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)