Class: Google::Cloud::Build::V1::Secrets
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Build::V1::Secrets
 
 
- 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
- 
  
    
      #inline  ⇒ ::Array<::Google::Cloud::Build::V1::InlineSecret> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Secrets encrypted with KMS key and the associated secret environment variable.
 - 
  
    
      #secret_manager  ⇒ ::Array<::Google::Cloud::Build::V1::SecretManagerSecret> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Secrets in Secret Manager and associated secret environment variable.
 
Instance Attribute Details
#inline ⇒ ::Array<::Google::Cloud::Build::V1::InlineSecret>
Returns Secrets encrypted with KMS key and the associated secret environment variable.
      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.
      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  |