Uses of Class
com.google.api.servicecontrol.v1.ReportResponse.ReportError
-
Packages that use ReportResponse.ReportError Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of ReportResponse.ReportError in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return ReportResponse.ReportError Modifier and Type Method Description ReportResponse.ReportErrorReportResponse.ReportError.Builder. build()ReportResponse.ReportErrorReportResponse.ReportError.Builder. buildPartial()static ReportResponse.ReportErrorReportResponse.ReportError. getDefaultInstance()ReportResponse.ReportErrorReportResponse.ReportError.Builder. getDefaultInstanceForType()ReportResponse.ReportErrorReportResponse.ReportError. getDefaultInstanceForType()ReportResponse.ReportErrorReportResponse.Builder. getReportErrors(int index)Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.ReportErrorReportResponse. getReportErrors(int index)Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.ReportErrorReportResponseOrBuilder. getReportErrors(int index)Partial failures, one for each `Operation` in the request that failed processing.static ReportResponse.ReportErrorReportResponse.ReportError. parseDelimitedFrom(InputStream input)static ReportResponse.ReportErrorReportResponse.ReportError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportResponse.ReportErrorReportResponse.ReportError. parseFrom(byte[] data)static ReportResponse.ReportErrorReportResponse.ReportError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportResponse.ReportErrorReportResponse.ReportError. parseFrom(com.google.protobuf.ByteString data)static ReportResponse.ReportErrorReportResponse.ReportError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportResponse.ReportErrorReportResponse.ReportError. parseFrom(com.google.protobuf.CodedInputStream input)static ReportResponse.ReportErrorReportResponse.ReportError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportResponse.ReportErrorReportResponse.ReportError. parseFrom(InputStream input)static ReportResponse.ReportErrorReportResponse.ReportError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportResponse.ReportErrorReportResponse.ReportError. parseFrom(ByteBuffer data)static ReportResponse.ReportErrorReportResponse.ReportError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.servicecontrol.v1 that return types with arguments of type ReportResponse.ReportError Modifier and Type Method Description com.google.protobuf.Parser<ReportResponse.ReportError>ReportResponse.ReportError. getParserForType()List<ReportResponse.ReportError>ReportResponse.Builder. getReportErrorsList()Partial failures, one for each `Operation` in the request that failed processing.List<ReportResponse.ReportError>ReportResponse. getReportErrorsList()Partial failures, one for each `Operation` in the request that failed processing.List<ReportResponse.ReportError>ReportResponseOrBuilder. getReportErrorsList()Partial failures, one for each `Operation` in the request that failed processing.static com.google.protobuf.Parser<ReportResponse.ReportError>ReportResponse.ReportError. parser()Methods in com.google.api.servicecontrol.v1 with parameters of type ReportResponse.ReportError Modifier and Type Method Description ReportResponse.BuilderReportResponse.Builder. addReportErrors(int index, ReportResponse.ReportError value)Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.BuilderReportResponse.Builder. addReportErrors(ReportResponse.ReportError value)Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.ReportError.BuilderReportResponse.ReportError.Builder. mergeFrom(ReportResponse.ReportError other)static ReportResponse.ReportError.BuilderReportResponse.ReportError. newBuilder(ReportResponse.ReportError prototype)ReportResponse.BuilderReportResponse.Builder. setReportErrors(int index, ReportResponse.ReportError value)Partial failures, one for each `Operation` in the request that failed processing.Method parameters in com.google.api.servicecontrol.v1 with type arguments of type ReportResponse.ReportError Modifier and Type Method Description ReportResponse.BuilderReportResponse.Builder. addAllReportErrors(Iterable<? extends ReportResponse.ReportError> values)Partial failures, one for each `Operation` in the request that failed processing.
-