Class: Google::Cloud::ServiceControl::V1::CheckRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceControl::V1::CheckRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicecontrol/v1/service_controller.rb
Overview
Request message for the Check method.
Instance Attribute Summary collapse
-
#operation ⇒ ::Google::Cloud::ServiceControl::V1::Operation
The operation to be checked.
-
#service_config_id ⇒ ::String
Specifies which version of service configuration should be used to process the request.
-
#service_name ⇒ ::String
The service name as specified in its service configuration.
Instance Attribute Details
#operation ⇒ ::Google::Cloud::ServiceControl::V1::Operation
Returns The operation to be checked.
43 44 45 46 |
# File 'proto_docs/google/api/servicecontrol/v1/service_controller.rb', line 43 class CheckRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_config_id ⇒ ::String
Returns Specifies which version of service configuration should be used to process the request.
If unspecified or no matching version can be found, the latest one will be used.
43 44 45 46 |
# File 'proto_docs/google/api/servicecontrol/v1/service_controller.rb', line 43 class CheckRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_name ⇒ ::String
Returns The service name as specified in its service configuration. For example,
"pubsub.googleapis.com"
.
See google.api.Service for the definition of a service name.
43 44 45 46 |
# File 'proto_docs/google/api/servicecontrol/v1/service_controller.rb', line 43 class CheckRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |