Uses of Interface
com.google.api.servicecontrol.v1.ReportResponse.ReportErrorOrBuilder
-
Packages that use ReportResponse.ReportErrorOrBuilder Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of ReportResponse.ReportErrorOrBuilder in com.google.api.servicecontrol.v1
Classes in com.google.api.servicecontrol.v1 that implement ReportResponse.ReportErrorOrBuilder Modifier and Type Class Description static class
ReportResponse.ReportError
Represents the processing error of one [Operation][google.api.servicecontrol.v1.Operation] in the request.static class
ReportResponse.ReportError.Builder
Represents the processing error of one [Operation][google.api.servicecontrol.v1.Operation] in the request.Methods in com.google.api.servicecontrol.v1 that return ReportResponse.ReportErrorOrBuilder Modifier and Type Method Description ReportResponse.ReportErrorOrBuilder
ReportResponse.Builder. getReportErrorsOrBuilder(int index)
Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.ReportErrorOrBuilder
ReportResponse. getReportErrorsOrBuilder(int index)
Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.ReportErrorOrBuilder
ReportResponseOrBuilder. getReportErrorsOrBuilder(int index)
Partial failures, one for each `Operation` in the request that failed processing.Methods in com.google.api.servicecontrol.v1 that return types with arguments of type ReportResponse.ReportErrorOrBuilder Modifier and Type Method Description List<? extends ReportResponse.ReportErrorOrBuilder>
ReportResponse.Builder. getReportErrorsOrBuilderList()
Partial failures, one for each `Operation` in the request that failed processing.List<? extends ReportResponse.ReportErrorOrBuilder>
ReportResponse. getReportErrorsOrBuilderList()
Partial failures, one for each `Operation` in the request that failed processing.List<? extends ReportResponse.ReportErrorOrBuilder>
ReportResponseOrBuilder. getReportErrorsOrBuilderList()
Partial failures, one for each `Operation` in the request that failed processing.
-