Class: Google::Cloud::Build::V1::StorageSourceManifest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Build::V1::StorageSourceManifest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
 
Overview
Location of the source manifest in Cloud Storage. This feature is in Preview; see description here.
Instance Attribute Summary collapse
- 
  
    
      #bucket  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).
 - 
  
    
      #generation  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Cloud Storage generation for the object.
 - 
  
    
      #object  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Cloud Storage object containing the source manifest.
 
Instance Attribute Details
#bucket ⇒ ::String
Returns Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).
      193 194 195 196  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 193 class StorageSourceManifest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#generation ⇒ ::Integer
Returns Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
      193 194 195 196  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 193 class StorageSourceManifest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#object ⇒ ::String
Returns Cloud Storage object containing the source manifest.
This object must be a JSON file.
      193 194 195 196  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 193 class StorageSourceManifest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |