Uses of Class
com.google.api.servicecontrol.v1.CheckError
-
Packages that use CheckError Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of CheckError in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return CheckError Modifier and Type Method Description CheckError
CheckError.Builder. build()
CheckError
CheckError.Builder. buildPartial()
CheckError
CheckResponse.Builder. getCheckErrors(int index)
Indicate the decision of the check.CheckError
CheckResponse. getCheckErrors(int index)
Indicate the decision of the check.CheckError
CheckResponseOrBuilder. getCheckErrors(int index)
Indicate the decision of the check.static CheckError
CheckError. getDefaultInstance()
CheckError
CheckError.Builder. getDefaultInstanceForType()
CheckError
CheckError. getDefaultInstanceForType()
static CheckError
CheckError. parseDelimitedFrom(InputStream input)
static CheckError
CheckError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckError
CheckError. parseFrom(byte[] data)
static CheckError
CheckError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckError
CheckError. parseFrom(com.google.protobuf.ByteString data)
static CheckError
CheckError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckError
CheckError. parseFrom(com.google.protobuf.CodedInputStream input)
static CheckError
CheckError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckError
CheckError. parseFrom(InputStream input)
static CheckError
CheckError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckError
CheckError. parseFrom(ByteBuffer data)
static CheckError
CheckError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.servicecontrol.v1 that return types with arguments of type CheckError Modifier and Type Method Description List<CheckError>
CheckResponse.Builder. getCheckErrorsList()
Indicate the decision of the check.List<CheckError>
CheckResponse. getCheckErrorsList()
Indicate the decision of the check.List<CheckError>
CheckResponseOrBuilder. getCheckErrorsList()
Indicate the decision of the check.com.google.protobuf.Parser<CheckError>
CheckError. getParserForType()
static com.google.protobuf.Parser<CheckError>
CheckError. parser()
Methods in com.google.api.servicecontrol.v1 with parameters of type CheckError Modifier and Type Method Description CheckResponse.Builder
CheckResponse.Builder. addCheckErrors(int index, CheckError value)
Indicate the decision of the check.CheckResponse.Builder
CheckResponse.Builder. addCheckErrors(CheckError value)
Indicate the decision of the check.CheckError.Builder
CheckError.Builder. mergeFrom(CheckError other)
static CheckError.Builder
CheckError. newBuilder(CheckError prototype)
CheckResponse.Builder
CheckResponse.Builder. setCheckErrors(int index, CheckError value)
Indicate the decision of the check.Method parameters in com.google.api.servicecontrol.v1 with type arguments of type CheckError Modifier and Type Method Description CheckResponse.Builder
CheckResponse.Builder. addAllCheckErrors(Iterable<? extends CheckError> values)
Indicate the decision of the check.
-