Class: Google::Cloud::AppEngine::V1::AuditData

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_version::Google::Cloud::AppEngine::V1::CreateVersionMethod

Returns Detailed information about CreateVersion call.

Note: The following fields are mutually exclusive: create_version, update_service. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::AppEngine::V1::CreateVersionMethod)

    Detailed information about CreateVersion call.

    Note: The following fields are mutually exclusive: create_version, update_service. If a field in that set is populated, all other fields in the set will automatically be cleared.



35
36
37
38
# File 'proto_docs/google/appengine/v1/audit_data.rb', line 35

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.

Note: The following fields are mutually exclusive: update_service, create_version. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::AppEngine::V1::UpdateServiceMethod)

    Detailed information about UpdateService call.

    Note: The following fields are mutually exclusive: update_service, create_version. If a field in that set is populated, all other fields in the set will automatically be cleared.



35
36
37
38
# File 'proto_docs/google/appengine/v1/audit_data.rb', line 35

class AuditData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end