Reference documentation and code samples for the Secret Manager V1 API class Google::Cloud::SecretManager::V1::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::V1::AccessSecretVersionResponse
Baseline implementation for the access_secret_version REST call
- request_pb (::Google::Cloud::SecretManager::V1::AccessSecretVersionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::SecretManager::V1::AccessSecretVersionResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SecretManager::V1::AccessSecretVersionResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#add_secret_version
def add_secret_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1::SecretVersion
Baseline implementation for the add_secret_version REST call
- request_pb (::Google::Cloud::SecretManager::V1::AddSecretVersionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::SecretManager::V1::SecretVersion)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SecretManager::V1::SecretVersion) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_secret
def create_secret(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1::Secret
Baseline implementation for the create_secret REST call
- request_pb (::Google::Cloud::SecretManager::V1::CreateSecretRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::SecretManager::V1::Secret)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SecretManager::V1::Secret) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_secret
def delete_secret(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_secret REST call
- request_pb (::Google::Cloud::SecretManager::V1::DeleteSecretRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#destroy_secret_version
def destroy_secret_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1::SecretVersion
Baseline implementation for the destroy_secret_version REST call
- request_pb (::Google::Cloud::SecretManager::V1::DestroySecretVersionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::SecretManager::V1::SecretVersion)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SecretManager::V1::SecretVersion) — A result object deserialized from the server's reply
- (::ArgumentError)
#disable_secret_version
def disable_secret_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1::SecretVersion
Baseline implementation for the disable_secret_version REST call
- request_pb (::Google::Cloud::SecretManager::V1::DisableSecretVersionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::SecretManager::V1::SecretVersion)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SecretManager::V1::SecretVersion) — A result object deserialized from the server's reply
- (::ArgumentError)
#enable_secret_version
def enable_secret_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1::SecretVersion
Baseline implementation for the enable_secret_version REST call
- request_pb (::Google::Cloud::SecretManager::V1::EnableSecretVersionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::SecretManager::V1::SecretVersion)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SecretManager::V1::SecretVersion) — A result object deserialized from the server's reply
- (::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
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Iam::V1::Policy)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Iam::V1::Policy) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_secret
def get_secret(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1::Secret
Baseline implementation for the get_secret REST call
- request_pb (::Google::Cloud::SecretManager::V1::GetSecretRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::SecretManager::V1::Secret)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SecretManager::V1::Secret) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_secret_version
def get_secret_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1::SecretVersion
Baseline implementation for the get_secret_version REST call
- request_pb (::Google::Cloud::SecretManager::V1::GetSecretVersionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::SecretManager::V1::SecretVersion)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SecretManager::V1::SecretVersion) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_secret_versions
def list_secret_versions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1::ListSecretVersionsResponse
Baseline implementation for the list_secret_versions REST call
- request_pb (::Google::Cloud::SecretManager::V1::ListSecretVersionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::SecretManager::V1::ListSecretVersionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SecretManager::V1::ListSecretVersionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_secrets
def list_secrets(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1::ListSecretsResponse
Baseline implementation for the list_secrets REST call
- request_pb (::Google::Cloud::SecretManager::V1::ListSecretsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::SecretManager::V1::ListSecretsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SecretManager::V1::ListSecretsResponse) — A result object deserialized from the server's reply
- (::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
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Iam::V1::Policy)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Iam::V1::Policy) — A result object deserialized from the server's reply
- (::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
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Iam::V1::TestIamPermissionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Iam::V1::TestIamPermissionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_secret
def update_secret(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SecretManager::V1::Secret
Baseline implementation for the update_secret REST call
- request_pb (::Google::Cloud::SecretManager::V1::UpdateSecretRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::SecretManager::V1::Secret)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SecretManager::V1::Secret) — A result object deserialized from the server's reply
- (::ArgumentError)