Class: Google::Apis::AppengineV1::CreateVersionMetadataV1Alpha
- Inherits:
-
Object
- Object
- Google::Apis::AppengineV1::CreateVersionMetadataV1Alpha
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/appengine_v1/classes.rb,
generated/google/apis/appengine_v1/representations.rb,
generated/google/apis/appengine_v1/representations.rb
Overview
Metadata for the given google.longrunning.Operation during a google.appengine. v1alpha.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) ⇒ CreateVersionMetadataV1Alpha
constructor
A new instance of CreateVersionMetadataV1Alpha.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CreateVersionMetadataV1Alpha
Returns a new instance of CreateVersionMetadataV1Alpha
619 620 621 |
# File 'generated/google/apis/appengine_v1/classes.rb', line 619 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
617 618 619 |
# File 'generated/google/apis/appengine_v1/classes.rb', line 617 def cloud_build_id @cloud_build_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
624 625 626 |
# File 'generated/google/apis/appengine_v1/classes.rb', line 624 def update!(**args) @cloud_build_id = args[:cloud_build_id] if args.key?(:cloud_build_id) end |