Interface ReportRequestOrBuilder (1.17.0)

public interface ReportRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOperations(int index)

public abstract 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. 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.

repeated .google.api.servicecontrol.v1.Operation operations = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
Operation

getOperationsCount()

public abstract 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. 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.

repeated .google.api.servicecontrol.v1.Operation operations = 2;

Returns
TypeDescription
int

getOperationsList()

public abstract 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. 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.

repeated .google.api.servicecontrol.v1.Operation operations = 2;

Returns
TypeDescription
List<Operation>

getOperationsOrBuilder(int index)

public abstract 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. 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.

repeated .google.api.servicecontrol.v1.Operation operations = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
OperationOrBuilder

getOperationsOrBuilderList()

public abstract 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. 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.

repeated .google.api.servicecontrol.v1.Operation operations = 2;

Returns
TypeDescription
List<? extends com.google.api.servicecontrol.v1.OperationOrBuilder>

getServiceConfigId()

public abstract 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;

Returns
TypeDescription
String

The serviceConfigId.

getServiceConfigIdBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for serviceConfigId.

getServiceName()

public abstract String getServiceName()

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.

string service_name = 1;

Returns
TypeDescription
String

The serviceName.

getServiceNameBytes()

public abstract ByteString getServiceNameBytes()

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.

string service_name = 1;

Returns
TypeDescription
ByteString

The bytes for serviceName.