Class: Google::Cloud::ServiceControl::V1::CheckResponse::CheckInfo

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

Instance Attribute Details

#api_key_uid::String

Returns The unique id of the api key in the format of "apikey:". This field will be populated when the consumer passed to Service Control is an API key and all the API key related validations are successful.

Returns:

  • (::String)

    The unique id of the api key in the format of "apikey:". This field will be populated when the consumer passed to Service Control is an API key and all the API key related validations are successful.



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.

Returns:



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.

Returns:

  • (::Array<::String>)

    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