Class: Google::Apis::AppengineV1::CreateVersionMetadataV1Alpha
- Inherits:
-
Object
- Object
- Google::Apis::AppengineV1::CreateVersionMetadataV1Alpha
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/appengine_v1/classes.rb,
lib/google/apis/appengine_v1/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ CreateVersionMetadataV1Alpha
Returns a new instance of CreateVersionMetadataV1Alpha.
686 687 688 |
# File 'lib/google/apis/appengine_v1/classes.rb', line 686 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
684 685 686 |
# File 'lib/google/apis/appengine_v1/classes.rb', line 684 def cloud_build_id @cloud_build_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
691 692 693 |
# File 'lib/google/apis/appengine_v1/classes.rb', line 691 def update!(**args) @cloud_build_id = args[:cloud_build_id] if args.key?(:cloud_build_id) end |