Class: Google::Cloud::AppEngine::V1::AuditData
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::AuditData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/audit_data.rb
Overview
App Engine admin service audit log.
Instance Attribute Summary collapse
-
#create_version ⇒ ::Google::Cloud::AppEngine::V1::CreateVersionMethod
Detailed information about CreateVersion call.
-
#update_service ⇒ ::Google::Cloud::AppEngine::V1::UpdateServiceMethod
Detailed information about UpdateService call.
Instance Attribute Details
#create_version ⇒ ::Google::Cloud::AppEngine::V1::CreateVersionMethod
Returns Detailed information about CreateVersion call.
31 32 33 34 |
# File 'proto_docs/google/appengine/v1/audit_data.rb', line 31 class AuditData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_service ⇒ ::Google::Cloud::AppEngine::V1::UpdateServiceMethod
Returns Detailed information about UpdateService call.
31 32 33 34 |
# File 'proto_docs/google/appengine/v1/audit_data.rb', line 31 class AuditData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |