public enum PubSubDataSetKind extends Enum<PubSubDataSetKind>
PubSubDataSetConf.| Modifier and Type | Method and Description |
|---|---|
PubSubDataSetConf.Builder<?> |
createDataSetConfBuilder()
Creates a new
PubSubDataSetConf.Builder, whose
PubSubConf.Builder.build() will create instances of based on this enum's value. |
static PubSubDataSetKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PubSubDataSetKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PubSubDataSetKind VARIABLE
public static final PubSubDataSetKind EVENT
public static PubSubDataSetKind[] values()
for (PubSubDataSetKind c : PubSubDataSetKind.values()) System.out.println(c);
public static PubSubDataSetKind 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 nullpublic PubSubDataSetConf.Builder<?> createDataSetConfBuilder()
PubSubDataSetConf.Builder, whose
PubSubConf.Builder.build() will create instances of based on this enum's value.Copyright © 2026. All rights reserved.