public static enum RunnerApi.AccumulationMode.Enum extends Enum<RunnerApi.AccumulationMode.Enum> implements com.google.protobuf.ProtocolMessageEnum
org.apache.beam.runner_api.v1.AccumulationMode.Enum| Enum Constant and Description |
|---|
ACCUMULATING
The aggregation is accumulated across outputs
|
DISCARDING
The aggregation is discarded when it is output
|
UNRECOGNIZED |
UNSPECIFIED
UNSPECIFIED = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCUMULATING_VALUE
The aggregation is accumulated across outputs
|
static int |
DISCARDING_VALUE
The aggregation is discarded when it is output
|
static int |
UNSPECIFIED_VALUE
UNSPECIFIED = 0; |
| Modifier and Type | Method and Description |
|---|---|
static RunnerApi.AccumulationMode.Enum |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<RunnerApi.AccumulationMode.Enum> |
internalGetValueMap() |
static RunnerApi.AccumulationMode.Enum |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RunnerApi.AccumulationMode.Enum |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RunnerApi.AccumulationMode.Enum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunnerApi.AccumulationMode.Enum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunnerApi.AccumulationMode.Enum UNSPECIFIED
UNSPECIFIED = 0;public static final RunnerApi.AccumulationMode.Enum DISCARDING
The aggregation is discarded when it is output
DISCARDING = 1;public static final RunnerApi.AccumulationMode.Enum ACCUMULATING
The aggregation is accumulated across outputs
ACCUMULATING = 2;public static final RunnerApi.AccumulationMode.Enum UNRECOGNIZED
public static final int UNSPECIFIED_VALUE
UNSPECIFIED = 0;public static final int DISCARDING_VALUE
The aggregation is discarded when it is output
DISCARDING = 1;public static final int ACCUMULATING_VALUE
The aggregation is accumulated across outputs
ACCUMULATING = 2;public static RunnerApi.AccumulationMode.Enum[] values()
for (RunnerApi.AccumulationMode.Enum c : RunnerApi.AccumulationMode.Enum.values()) System.out.println(c);
public static RunnerApi.AccumulationMode.Enum 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static RunnerApi.AccumulationMode.Enum valueOf(int value)
forNumber(int) instead.public static RunnerApi.AccumulationMode.Enum forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<RunnerApi.AccumulationMode.Enum> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static RunnerApi.AccumulationMode.Enum valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.