public static enum GapicBatchingSettings.FlowControlLimitExceededBehavior extends Enum<GapicBatchingSettings.FlowControlLimitExceededBehavior>
| Enum Constant and Description |
|---|
BLOCK |
IGNORE |
THROW_EXCEPTION |
| Modifier and Type | Method and Description |
|---|---|
static GapicBatchingSettings.FlowControlLimitExceededBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GapicBatchingSettings.FlowControlLimitExceededBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GapicBatchingSettings.FlowControlLimitExceededBehavior THROW_EXCEPTION
public static final GapicBatchingSettings.FlowControlLimitExceededBehavior BLOCK
public static final GapicBatchingSettings.FlowControlLimitExceededBehavior IGNORE
public static GapicBatchingSettings.FlowControlLimitExceededBehavior[] values()
for (GapicBatchingSettings.FlowControlLimitExceededBehavior c : GapicBatchingSettings.FlowControlLimitExceededBehavior.values()) System.out.println(c);
public static GapicBatchingSettings.FlowControlLimitExceededBehavior valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022 Google LLC. All rights reserved.