Class: Google::Cloud::AppEngine::V1::CreateVersionMetadataV1
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::CreateVersionMetadataV1
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/operation.rb
Overview
Metadata for the given google.longrunning.Operation during a google.appengine.v1.CreateVersionRequest.
Instance Attribute Summary collapse
-
#cloud_build_id ⇒ ::String
The Cloud Build ID if one was created as part of the version create.
Instance Attribute Details
#cloud_build_id ⇒ ::String
Returns The Cloud Build ID if one was created as part of the version create.
60 61 62 63 |
# File 'proto_docs/google/appengine/v1/operation.rb', line 60 class CreateVersionMetadataV1 include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |