class Google::Apis::AppengineV1::CreateVersionMetadataV1Alpha

Metadata for the given google.longrunning.Operation during a google.appengine. v1alpha.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_v1/classes.rb, line 634
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_v1/classes.rb, line 639
def update!(**args)
  @cloud_build_id = args[:cloud_build_id] if args.key?(:cloud_build_id)
end