Uses of Interface
com.google.api.servicecontrol.v1.CheckErrorOrBuilder
-
Packages that use CheckErrorOrBuilder Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of CheckErrorOrBuilder in com.google.api.servicecontrol.v1
Classes in com.google.api.servicecontrol.v1 that implement CheckErrorOrBuilder Modifier and Type Class Description classCheckErrorDefines the errors to be returned in [google.api.servicecontrol.v1.CheckResponse.check_errors][google.api.servicecontrol.v1.CheckResponse.check_errors].static classCheckError.BuilderDefines the errors to be returned in [google.api.servicecontrol.v1.CheckResponse.check_errors][google.api.servicecontrol.v1.CheckResponse.check_errors].Methods in com.google.api.servicecontrol.v1 that return CheckErrorOrBuilder Modifier and Type Method Description CheckErrorOrBuilderCheckResponse.Builder. getCheckErrorsOrBuilder(int index)Indicate the decision of the check.CheckErrorOrBuilderCheckResponse. getCheckErrorsOrBuilder(int index)Indicate the decision of the check.CheckErrorOrBuilderCheckResponseOrBuilder. getCheckErrorsOrBuilder(int index)Indicate the decision of the check.Methods in com.google.api.servicecontrol.v1 that return types with arguments of type CheckErrorOrBuilder Modifier and Type Method Description List<? extends CheckErrorOrBuilder>CheckResponse.Builder. getCheckErrorsOrBuilderList()Indicate the decision of the check.List<? extends CheckErrorOrBuilder>CheckResponse. getCheckErrorsOrBuilderList()Indicate the decision of the check.List<? extends CheckErrorOrBuilder>CheckResponseOrBuilder. getCheckErrorsOrBuilderList()Indicate the decision of the check.
-