Reference documentation and code samples for the Service Control API V1 API class Google::Cloud::ServiceControl::V1::CheckResponse::CheckInfo.
Contains additional information about the check operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#api_key_uid
def api_key_uid() -> ::String
Returns
- (::String) — The unique id of the api key in the format of "apikey:
#api_key_uid=
def api_key_uid=(value) -> ::String
Parameter
- value (::String) — The unique id of the api key in the format of "apikey:
Returns
- (::String) — The unique id of the api key in the format of "apikey:
#consumer_info
def consumer_info() -> ::Google::Cloud::ServiceControl::V1::CheckResponse::ConsumerInfo
Returns
- (::Google::Cloud::ServiceControl::V1::CheckResponse::ConsumerInfo) — Consumer info of this check.
#consumer_info=
def consumer_info=(value) -> ::Google::Cloud::ServiceControl::V1::CheckResponse::ConsumerInfo
Parameter
- value (::Google::Cloud::ServiceControl::V1::CheckResponse::ConsumerInfo) — Consumer info of this check.
Returns
- (::Google::Cloud::ServiceControl::V1::CheckResponse::ConsumerInfo) — Consumer info of this check.
#unused_arguments
def unused_arguments() -> ::Array<::String>
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.
#unused_arguments=
def unused_arguments=(value) -> ::Array<::String>
Parameter
- value (::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.
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.