Class: Google::Cloud::ServiceControl::V1::CheckResponse::CheckInfo
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceControl::V1::CheckResponse::CheckInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicecontrol/v1/service_controller.rb
Overview
Contains additional information about the check operation.
Instance Attribute Summary collapse
-
#api_key_uid ⇒ ::String
The unique id of the api key in the format of "apikey:
". -
#consumer_info ⇒ ::Google::Cloud::ServiceControl::V1::CheckResponse::ConsumerInfo
Consumer info of this check.
-
#unused_arguments ⇒ ::Array<::String>
A list of fields and label keys that are ignored by the server.
Instance Attribute Details
#api_key_uid ⇒ ::String
Returns The unique id of the api key in the format of "apikey:
88 89 90 91 |
# File 'proto_docs/google/api/servicecontrol/v1/service_controller.rb', line 88 class CheckInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#consumer_info ⇒ ::Google::Cloud::ServiceControl::V1::CheckResponse::ConsumerInfo
Returns Consumer info of this check.
88 89 90 91 |
# File 'proto_docs/google/api/servicecontrol/v1/service_controller.rb', line 88 class CheckInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unused_arguments ⇒ ::Array<::String>
Returns A list of fields and label keys that are ignored by the server. The client doesn't need to send them for following requests to improve performance and allow better aggregation.
88 89 90 91 |
# File 'proto_docs/google/api/servicecontrol/v1/service_controller.rb', line 88 class CheckInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |