Class: Google::Apis::AppengineV1::CreateVersionMetadataV1Beta
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AppengineV1::CreateVersionMetadataV1Beta
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/appengine_v1/classes.rb,
lib/google/apis/appengine_v1/representations.rb,
lib/google/apis/appengine_v1/representations.rb 
Overview
Metadata for the given google.longrunning.Operation during a google.appengine. v1beta.CreateVersionRequest.
Instance Attribute Summary collapse
- 
  
    
      #cloud_build_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Cloud Build ID if one was created as part of the version create.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ CreateVersionMetadataV1Beta 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of CreateVersionMetadataV1Beta.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ CreateVersionMetadataV1Beta
Returns a new instance of CreateVersionMetadataV1Beta.
      707 708 709  | 
    
      # File 'lib/google/apis/appengine_v1/classes.rb', line 707 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#cloud_build_id ⇒ String
The Cloud Build ID if one was created as part of the version create. @
OutputOnly
Corresponds to the JSON property cloudBuildId
      705 706 707  | 
    
      # File 'lib/google/apis/appengine_v1/classes.rb', line 705 def cloud_build_id @cloud_build_id end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      712 713 714  | 
    
      # File 'lib/google/apis/appengine_v1/classes.rb', line 712 def update!(**args) @cloud_build_id = args[:cloud_build_id] if args.key?(:cloud_build_id) end  |