Class: Google::Apis::ServicecontrolV1::AuditLog
- Inherits:
-
Object
- Object
- Google::Apis::ServicecontrolV1::AuditLog
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/servicecontrol_v1/classes.rb,
generated/google/apis/servicecontrol_v1/representations.rb,
generated/google/apis/servicecontrol_v1/representations.rb
Overview
Common audit log format for Google Cloud Platform API operations.
Instance Attribute Summary collapse
-
#authentication_info ⇒ Google::Apis::ServicecontrolV1::AuthenticationInfo
Authentication information for the operation.
-
#authorization_info ⇒ Array<Google::Apis::ServicecontrolV1::AuthorizationInfo>
Authorization information.
-
#method_name ⇒ String
The name of the service method or operation.
-
#num_response_items ⇒ Fixnum
The number of items returned from a List or Query API method, if applicable.
-
#request ⇒ Hash<String,Object>
The operation request.
-
#request_metadata ⇒ Google::Apis::ServicecontrolV1::RequestMetadata
Metadata about the request.
-
#resource_name ⇒ String
The resource or collection that is the target of the operation.
-
#response ⇒ Hash<String,Object>
The operation response.
-
#service_data ⇒ Hash<String,Object>
Other service-specific data about the request, response, and other activities.
-
#service_name ⇒ String
The name of the API service performing the operation.
-
#status ⇒ Google::Apis::ServicecontrolV1::Status
The
Status
type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AuditLog
constructor
A new instance of AuditLog.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AuditLog
Returns a new instance of AuditLog
1082 1083 1084 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1082 def initialize(**args) update!(**args) end |
Instance Attribute Details
#authentication_info ⇒ Google::Apis::ServicecontrolV1::AuthenticationInfo
Authentication information for the operation.
Corresponds to the JSON property authenticationInfo
1018 1019 1020 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1018 def authentication_info @authentication_info end |
#authorization_info ⇒ Array<Google::Apis::ServicecontrolV1::AuthorizationInfo>
Authorization information. If there are multiple
resources or permissions involved, then there is
one AuthorizationInfo element for each resource, permission
tuple.
Corresponds to the JSON property authorizationInfo
1050 1051 1052 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1050 def @authorization_info end |
#method_name ⇒ String
The name of the service method or operation.
For API calls, this should be the name of the API method.
For example,
"google.datastore.v1.Datastore.RunQuery"
"google.logging.v1.LoggingService.DeleteLog"
Corresponds to the JSON property methodName
1043 1044 1045 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1043 def method_name @method_name end |
#num_response_items ⇒ Fixnum
The number of items returned from a List or Query API method,
if applicable.
Corresponds to the JSON property numResponseItems
970 971 972 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 970 def num_response_items @num_response_items end |
#request ⇒ Hash<String,Object>
The operation request. This may not include all request parameters,
such as those that are too large, privacy-sensitive, or duplicated
elsewhere in the log record.
It should never include user-generated data, such as file contents.
When the JSON object represented here has a proto equivalent, the proto
name will be indicated in the @type
property.
Corresponds to the JSON property request
1069 1070 1071 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1069 def request @request end |
#request_metadata ⇒ Google::Apis::ServicecontrolV1::RequestMetadata
Metadata about the request.
Corresponds to the JSON property requestMetadata
1074 1075 1076 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1074 def @request_metadata end |
#resource_name ⇒ String
The resource or collection that is the target of the operation.
The name is a scheme-less URI, not including the API service name.
For example:
"shelves/SHELF_ID/books"
"shelves/SHELF_ID/books/BOOK_ID"
Corresponds to the JSON property resourceName
1059 1060 1061 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1059 def resource_name @resource_name end |
#response ⇒ Hash<String,Object>
The operation response. This may not include all response elements,
such as those that are too large, privacy-sensitive, or duplicated
elsewhere in the log record.
It should never include user-generated data, such as file contents.
When the JSON object represented here has a proto equivalent, the proto
name will be indicated in the @type
property.
Corresponds to the JSON property response
1028 1029 1030 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1028 def response @response end |
#service_data ⇒ Hash<String,Object>
Other service-specific data about the request, response, and other
activities.
Corresponds to the JSON property serviceData
1080 1081 1082 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1080 def service_data @service_data end |
#service_name ⇒ String
The name of the API service performing the operation. For example,
"datastore.googleapis.com"
.
Corresponds to the JSON property serviceName
1034 1035 1036 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1034 def service_name @service_name end |
#status ⇒ Google::Apis::ServicecontrolV1::Status
The Status
type defines a logical error model that is suitable for different
programming environments, including REST APIs and RPC APIs. It is used by
gRPC. The error model is designed to be:
- Simple to use and understand for most users
- Flexible enough to meet unexpected needs
# Overview
The
Status
message contains three pieces of data: error code, error message, and error details. The error code should be an enum value of google.rpc.Code, but it may accept additional error codes if needed. The error message should be a developer-facing English message that helps developers understand and resolve the error. If a localized user-facing error message is needed, put the localized message in the error details or localize it in the client. The optional error details may contain arbitrary information about the error. There is a predefined set of error detail types in the packagegoogle.rpc
that can be used for common error conditions. # Language mapping TheStatus
message is the logical representation of the error model, but it is not necessarily the actual wire format. When theStatus
message is exposed in different client libraries and different wire protocols, it can be mapped differently. For example, it will likely be mapped to some exceptions in Java, but more likely mapped to some error codes in C. # Other uses The error model and theStatus
message can be used in a variety of environments, either with or without APIs, to provide a consistent developer experience across different environments. Example uses of this error model include: - Partial errors. If a service needs to return partial errors to the client,
it may embed the
Status
in the normal response to indicate the partial errors. - Workflow errors. A typical workflow has multiple steps. Each step may
have a
Status
message for error reporting. - Batch operations. If a client uses batch request and batch response, the
Status
message should be used directly inside batch response, one for each error sub-response. - Asynchronous operations. If an API call embeds asynchronous operation
results in its response, the status of those operations should be
represented directly using the
Status
message. - Logging. If some API errors are stored in logs, the message
Status
could be used directly after any stripping needed for security/privacy reasons. Corresponds to the JSON propertystatus
1013 1014 1015 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1013 def status @status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1087 def update!(**args) @num_response_items = args[:num_response_items] if args.key?(:num_response_items) @status = args[:status] if args.key?(:status) @authentication_info = args[:authentication_info] if args.key?(:authentication_info) @response = args[:response] if args.key?(:response) @service_name = args[:service_name] if args.key?(:service_name) @method_name = args[:method_name] if args.key?(:method_name) @authorization_info = args[:authorization_info] if args.key?(:authorization_info) @resource_name = args[:resource_name] if args.key?(:resource_name) @request = args[:request] if args.key?(:request) @request_metadata = args[:request_metadata] if args.key?(:request_metadata) @service_data = args[:service_data] if args.key?(:service_data) end |