public interface ReportRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Operation |
getOperations(int index)
Operations to be reported.
|
int |
getOperationsCount()
Operations to be reported.
|
java.util.List<Operation> |
getOperationsList()
Operations to be reported.
|
OperationOrBuilder |
getOperationsOrBuilder(int index)
Operations to be reported.
|
java.util.List<? extends OperationOrBuilder> |
getOperationsOrBuilderList()
Operations to be reported.
|
java.lang.String |
getServiceConfigId()
Specifies which version of service config should be used to process the
request.
|
com.google.protobuf.ByteString |
getServiceConfigIdBytes()
Specifies which version of service config should be used to process the
request.
|
java.lang.String |
getServiceName()
The service name as specified in its service configuration.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
The service name as specified in its service configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getServiceName()
The service name as specified in its service configuration. For example, `"pubsub.googleapis.com"`. See [google.api.Service][google.api.Service] for the definition of a service name.
string service_name = 1;com.google.protobuf.ByteString getServiceNameBytes()
The service name as specified in its service configuration. For example, `"pubsub.googleapis.com"`. See [google.api.Service][google.api.Service] for the definition of a service name.
string service_name = 1;java.util.List<Operation> getOperationsList()
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. If multiple operations are in a single request, the total request size should be no larger than 1MB. See [ReportResponse.report_errors][google.api.servicecontrol.v1.ReportResponse.report_errors] for partial failure behavior.
repeated .google.api.servicecontrol.v1.Operation operations = 2;Operation getOperations(int index)
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. If multiple operations are in a single request, the total request size should be no larger than 1MB. See [ReportResponse.report_errors][google.api.servicecontrol.v1.ReportResponse.report_errors] for partial failure behavior.
repeated .google.api.servicecontrol.v1.Operation operations = 2;int getOperationsCount()
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. If multiple operations are in a single request, the total request size should be no larger than 1MB. See [ReportResponse.report_errors][google.api.servicecontrol.v1.ReportResponse.report_errors] for partial failure behavior.
repeated .google.api.servicecontrol.v1.Operation operations = 2;java.util.List<? extends OperationOrBuilder> getOperationsOrBuilderList()
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. If multiple operations are in a single request, the total request size should be no larger than 1MB. See [ReportResponse.report_errors][google.api.servicecontrol.v1.ReportResponse.report_errors] for partial failure behavior.
repeated .google.api.servicecontrol.v1.Operation operations = 2;OperationOrBuilder getOperationsOrBuilder(int index)
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. If multiple operations are in a single request, the total request size should be no larger than 1MB. See [ReportResponse.report_errors][google.api.servicecontrol.v1.ReportResponse.report_errors] for partial failure behavior.
repeated .google.api.servicecontrol.v1.Operation operations = 2;java.lang.String getServiceConfigId()
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.
string service_config_id = 3;com.google.protobuf.ByteString getServiceConfigIdBytes()
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.
string service_config_id = 3;