Class: Google::Cloud::ServiceControl::V1::ReportRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceControl::V1::ReportRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicecontrol/v1/service_controller.rb
Overview
Request message for the Report method.
Instance Attribute Summary collapse
-
#operations ⇒ ::Array<::Google::Cloud::ServiceControl::V1::Operation>
Operations to be reported.
-
#service_config_id ⇒ ::String
Specifies which version of service config should be used to process the request.
-
#service_name ⇒ ::String
The service name as specified in its service configuration.
Instance Attribute Details
#operations ⇒ ::Array<::Google::Cloud::ServiceControl::V1::Operation>
Returns Operations to be reported.
Typically the service should report one operation per request. Putting multiple operations into a single request is allowed, but should be used only when multiple operations are natually available at the time of the report.
There is no limit on the number of operations in the same ReportRequest, however the ReportRequest size should be no larger than 1MB. See ReportResponse.report_errors for partial failure behavior.
166 167 168 169 |
# File 'proto_docs/google/api/servicecontrol/v1/service_controller.rb', line 166 class ReportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_config_id ⇒ ::String
Returns Specifies which version of service config should be used to process the request.
If unspecified or no matching version can be found, the latest one will be used.
166 167 168 169 |
# File 'proto_docs/google/api/servicecontrol/v1/service_controller.rb', line 166 class ReportRequest 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.
166 167 168 169 |
# File 'proto_docs/google/api/servicecontrol/v1/service_controller.rb', line 166 class ReportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |