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 classReportResponse.ReportErrorRepresents the processing error of one [Operation][google.api.servicecontrol.v1.Operation] in the request.static classReportResponse.ReportError.BuilderRepresents 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.ReportErrorOrBuilderReportResponse.Builder. getReportErrorsOrBuilder(int index)Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.ReportErrorOrBuilderReportResponse. getReportErrorsOrBuilder(int index)Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.ReportErrorOrBuilderReportResponseOrBuilder. 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.
-