Class: Google::Cloud::AppEngine::V1::UpdateVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::UpdateVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for Versions.UpdateVersion
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the resource to update.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Standard field mask for the set of fields to be updated.
-
#version ⇒ ::Google::Cloud::AppEngine::V1::Version
A Version containing the updated resource.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the resource to update. Example:
apps/myapp/services/default/versions/1
.
210 211 212 213 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 210 class UpdateVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Standard field mask for the set of fields to be updated.
210 211 212 213 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 210 class UpdateVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::Google::Cloud::AppEngine::V1::Version
Returns A Version containing the updated resource. Only fields set in the field mask will be updated.
210 211 212 213 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 210 class UpdateVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |