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 class
CheckError
Defines the errors to be returned in [google.api.servicecontrol.v1.CheckResponse.check_errors][google.api.servicecontrol.v1.CheckResponse.check_errors].static class
CheckError.Builder
Defines 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 CheckErrorOrBuilder
CheckResponse.Builder. getCheckErrorsOrBuilder(int index)
Indicate the decision of the check.CheckErrorOrBuilder
CheckResponse. getCheckErrorsOrBuilder(int index)
Indicate the decision of the check.CheckErrorOrBuilder
CheckResponseOrBuilder. 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.
-