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.ReportError
ReportResponse.ReportError.Builder. build()
ReportResponse.ReportError
ReportResponse.ReportError.Builder. buildPartial()
static ReportResponse.ReportError
ReportResponse.ReportError. getDefaultInstance()
ReportResponse.ReportError
ReportResponse.ReportError.Builder. getDefaultInstanceForType()
ReportResponse.ReportError
ReportResponse.ReportError. getDefaultInstanceForType()
ReportResponse.ReportError
ReportResponse.Builder. getReportErrors(int index)
Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.ReportError
ReportResponse. getReportErrors(int index)
Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.ReportError
ReportResponseOrBuilder. getReportErrors(int index)
Partial failures, one for each `Operation` in the request that failed processing.static ReportResponse.ReportError
ReportResponse.ReportError. parseDelimitedFrom(InputStream input)
static ReportResponse.ReportError
ReportResponse.ReportError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportResponse.ReportError
ReportResponse.ReportError. parseFrom(byte[] data)
static ReportResponse.ReportError
ReportResponse.ReportError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportResponse.ReportError
ReportResponse.ReportError. parseFrom(com.google.protobuf.ByteString data)
static ReportResponse.ReportError
ReportResponse.ReportError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportResponse.ReportError
ReportResponse.ReportError. parseFrom(com.google.protobuf.CodedInputStream input)
static ReportResponse.ReportError
ReportResponse.ReportError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportResponse.ReportError
ReportResponse.ReportError. parseFrom(InputStream input)
static ReportResponse.ReportError
ReportResponse.ReportError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportResponse.ReportError
ReportResponse.ReportError. parseFrom(ByteBuffer data)
static ReportResponse.ReportError
ReportResponse.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.Builder
ReportResponse.Builder. addReportErrors(int index, ReportResponse.ReportError value)
Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.Builder
ReportResponse.Builder. addReportErrors(ReportResponse.ReportError value)
Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.ReportError.Builder
ReportResponse.ReportError.Builder. mergeFrom(ReportResponse.ReportError other)
static ReportResponse.ReportError.Builder
ReportResponse.ReportError. newBuilder(ReportResponse.ReportError prototype)
ReportResponse.Builder
ReportResponse.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.Builder
ReportResponse.Builder. addAllReportErrors(Iterable<? extends ReportResponse.ReportError> values)
Partial failures, one for each `Operation` in the request that failed processing.
-