Class: Google::Cloud::LifeSciences::V2beta::Secret

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/lifesciences/v2beta/workflows.rb

Overview

Holds encrypted information that is only decrypted and stored in RAM by the worker VM when running the pipeline.

Instance Attribute Summary collapse

Instance Attribute Details

#cipher_text::String



314
315
316
317
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 314

class Secret
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#key_name::String



314
315
316
317
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 314

class Secret
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end