Class: Google::Apis::AppengineV1beta::BuildInfo
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AppengineV1beta::BuildInfo
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/appengine_v1beta/classes.rb,
 generated/google/apis/appengine_v1beta/representations.rb,
 generated/google/apis/appengine_v1beta/representations.rb
Overview
Google Cloud Container Builder build information.
Instance Attribute Summary collapse
- 
  
    
      #cloud_build_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Google Cloud Container Builder build id. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ BuildInfo 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of BuildInfo. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BuildInfo
Returns a new instance of BuildInfo
| 493 494 495 | # File 'generated/google/apis/appengine_v1beta/classes.rb', line 493 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#cloud_build_id ⇒ String
The Google Cloud Container Builder build id. Example: "f966068f-08b2-42c8-bdfe-
74137dff2bf9"
Corresponds to the JSON property cloudBuildId
| 491 492 493 | # File 'generated/google/apis/appengine_v1beta/classes.rb', line 491 def cloud_build_id @cloud_build_id end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 498 499 500 | # File 'generated/google/apis/appengine_v1beta/classes.rb', line 498 def update!(**args) @cloud_build_id = args[:cloud_build_id] if args.key?(:cloud_build_id) end |