Class: Google::Apis::AppengineV1beta::BuildInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/appengine_v1beta/classes.rb,
lib/google/apis/appengine_v1beta/representations.rb,
lib/google/apis/appengine_v1beta/representations.rb

Overview

Google Cloud Build information.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BuildInfo

Returns a new instance of BuildInfo.



519
520
521
# File 'lib/google/apis/appengine_v1beta/classes.rb', line 519

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cloud_build_idString

The Google Cloud Build id. Example: "f966068f-08b2-42c8-bdfe-74137dff2bf9" Corresponds to the JSON property cloudBuildId

Returns:

  • (String)


517
518
519
# File 'lib/google/apis/appengine_v1beta/classes.rb', line 517

def cloud_build_id
  @cloud_build_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



524
525
526
# File 'lib/google/apis/appengine_v1beta/classes.rb', line 524

def update!(**args)
  @cloud_build_id = args[:cloud_build_id] if args.key?(:cloud_build_id)
end