Class: Google::Cloud::Build::V1::Secrets

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

Secrets and secret environment variables.

Instance Attribute Summary collapse

Instance Attribute Details

#inline::Array<::Google::Cloud::Build::V1::InlineSecret>

Returns Secrets encrypted with KMS key and the associated secret environment variable.

Returns:



1012
1013
1014
1015
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1012

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

#secret_manager::Array<::Google::Cloud::Build::V1::SecretManagerSecret>

Returns Secrets in Secret Manager and associated secret environment variable.

Returns:



1012
1013
1014
1015
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1012

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