public class UncheckedApiPreconditions extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
checkArgument(boolean test) |
static void |
checkArgument(boolean test,
String description) |
static void |
checkState(boolean test) |
static void |
checkState(boolean test,
String description) |
public static void checkArgument(boolean test)
throws com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.ApiExceptionpublic static void checkArgument(boolean test,
String description)
throws com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.ApiExceptionpublic static void checkState(boolean test)
throws com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.ApiExceptionpublic static void checkState(boolean test,
String description)
throws com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.ApiExceptionCopyright © 2023 Google LLC. All rights reserved.