Class: Google::Cloud::AppEngine::V1::UpdateServiceMethod
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::UpdateServiceMethod
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/audit_data.rb
Overview
Detailed information about UpdateService call.
Instance Attribute Summary collapse
-
#request ⇒ ::Google::Cloud::AppEngine::V1::UpdateServiceRequest
Update service request.
Instance Attribute Details
#request ⇒ ::Google::Cloud::AppEngine::V1::UpdateServiceRequest
Returns Update service request.
40 41 42 43 |
# File 'proto_docs/google/appengine/v1/audit_data.rb', line 40 class UpdateServiceMethod include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |