class Google::Apis::AppengineV1beta4::CreateVersionMetadataV1Beta
Metadata for the given google.longrunning.Operation during a google.appengine. v1beta.CreateVersionRequest.
Attributes
cloud_build_id[RW]
The Cloud Build ID if one was created as part of the version create. @ OutputOnly Corresponds to the JSON property `cloudBuildId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/appengine_v1beta4/classes.rb, line 398 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/appengine_v1beta4/classes.rb, line 403 def update!(**args) @cloud_build_id = args[:cloud_build_id] if args.key?(:cloud_build_id) end