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 CheckErrorCheckError.Builder. build()CheckErrorCheckError.Builder. buildPartial()CheckErrorCheckResponse.Builder. getCheckErrors(int index)Indicate the decision of the check.CheckErrorCheckResponse. getCheckErrors(int index)Indicate the decision of the check.CheckErrorCheckResponseOrBuilder. getCheckErrors(int index)Indicate the decision of the check.static CheckErrorCheckError. getDefaultInstance()CheckErrorCheckError.Builder. getDefaultInstanceForType()CheckErrorCheckError. getDefaultInstanceForType()static CheckErrorCheckError. parseDelimitedFrom(InputStream input)static CheckErrorCheckError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckErrorCheckError. parseFrom(byte[] data)static CheckErrorCheckError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckErrorCheckError. parseFrom(com.google.protobuf.ByteString data)static CheckErrorCheckError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckErrorCheckError. parseFrom(com.google.protobuf.CodedInputStream input)static CheckErrorCheckError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckErrorCheckError. parseFrom(InputStream input)static CheckErrorCheckError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckErrorCheckError. parseFrom(ByteBuffer data)static CheckErrorCheckError. 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.BuilderCheckResponse.Builder. addCheckErrors(int index, CheckError value)Indicate the decision of the check.CheckResponse.BuilderCheckResponse.Builder. addCheckErrors(CheckError value)Indicate the decision of the check.CheckError.BuilderCheckError.Builder. mergeFrom(CheckError other)static CheckError.BuilderCheckError. newBuilder(CheckError prototype)CheckResponse.BuilderCheckResponse.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.BuilderCheckResponse.Builder. addAllCheckErrors(Iterable<? extends CheckError> values)Indicate the decision of the check.
-