class Google::Apis::AppengineV1beta::BuildInfo

Google Cloud Build information.

Attributes

cloud_build_id[RW]

The Google Cloud Build id. Example: “f966068f-08b2-42c8-bdfe-74137dff2bf9” Corresponds to the JSON property `cloudBuildId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/appengine_v1beta/classes.rb, line 510
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_v1beta/classes.rb, line 515
def update!(**args)
  @cloud_build_id = args[:cloud_build_id] if args.key?(:cloud_build_id)
end