public static final class RunnerApi.Components extends com.google.protobuf.GeneratedMessageV3 implements RunnerApi.ComponentsOrBuilder
A set of mappings from id to message. This is included as an optional field on any proto message that may contain references needing resolution.Protobuf type
org.apache.beam.runner_api.v1.Components| Modifier and Type | Class and Description |
|---|---|
static class |
RunnerApi.Components.Builder
A set of mappings from id to message.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CODERS_FIELD_NUMBER |
static int |
ENVIRONMENTS_FIELD_NUMBER |
static int |
PCOLLECTIONS_FIELD_NUMBER |
static int |
TRANSFORMS_FIELD_NUMBER |
static int |
WINDOWING_STRATEGIES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCoders(String key)
(Required) A map from pipeline-scoped id to Coder.
|
boolean |
containsEnvironments(String key)
(Required) A map from pipeline-scoped id to Environment.
|
boolean |
containsPcollections(String key)
(Required) A map from pipeline-scoped id to PCollection.
|
boolean |
containsTransforms(String key)
(Required) A map from pipeline-scoped id to PTransform.
|
boolean |
containsWindowingStrategies(String key)
(Required) A map from pipeline-scoped id to WindowingStrategy.
|
boolean |
equals(Object obj) |
Map<String,RunnerApi.Coder> |
getCoders()
Deprecated.
|
int |
getCodersCount()
(Required) A map from pipeline-scoped id to Coder.
|
Map<String,RunnerApi.Coder> |
getCodersMap()
(Required) A map from pipeline-scoped id to Coder.
|
RunnerApi.Coder |
getCodersOrDefault(String key,
RunnerApi.Coder defaultValue)
(Required) A map from pipeline-scoped id to Coder.
|
RunnerApi.Coder |
getCodersOrThrow(String key)
(Required) A map from pipeline-scoped id to Coder.
|
static RunnerApi.Components |
getDefaultInstance() |
RunnerApi.Components |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Map<String,RunnerApi.Environment> |
getEnvironments()
Deprecated.
|
int |
getEnvironmentsCount()
(Required) A map from pipeline-scoped id to Environment.
|
Map<String,RunnerApi.Environment> |
getEnvironmentsMap()
(Required) A map from pipeline-scoped id to Environment.
|
RunnerApi.Environment |
getEnvironmentsOrDefault(String key,
RunnerApi.Environment defaultValue)
(Required) A map from pipeline-scoped id to Environment.
|
RunnerApi.Environment |
getEnvironmentsOrThrow(String key)
(Required) A map from pipeline-scoped id to Environment.
|
com.google.protobuf.Parser<RunnerApi.Components> |
getParserForType() |
Map<String,RunnerApi.PCollection> |
getPcollections()
Deprecated.
|
int |
getPcollectionsCount()
(Required) A map from pipeline-scoped id to PCollection.
|
Map<String,RunnerApi.PCollection> |
getPcollectionsMap()
(Required) A map from pipeline-scoped id to PCollection.
|
RunnerApi.PCollection |
getPcollectionsOrDefault(String key,
RunnerApi.PCollection defaultValue)
(Required) A map from pipeline-scoped id to PCollection.
|
RunnerApi.PCollection |
getPcollectionsOrThrow(String key)
(Required) A map from pipeline-scoped id to PCollection.
|
int |
getSerializedSize() |
Map<String,RunnerApi.PTransform> |
getTransforms()
Deprecated.
|
int |
getTransformsCount()
(Required) A map from pipeline-scoped id to PTransform.
|
Map<String,RunnerApi.PTransform> |
getTransformsMap()
(Required) A map from pipeline-scoped id to PTransform.
|
RunnerApi.PTransform |
getTransformsOrDefault(String key,
RunnerApi.PTransform defaultValue)
(Required) A map from pipeline-scoped id to PTransform.
|
RunnerApi.PTransform |
getTransformsOrThrow(String key)
(Required) A map from pipeline-scoped id to PTransform.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Map<String,RunnerApi.WindowingStrategy> |
getWindowingStrategies()
Deprecated.
|
int |
getWindowingStrategiesCount()
(Required) A map from pipeline-scoped id to WindowingStrategy.
|
Map<String,RunnerApi.WindowingStrategy> |
getWindowingStrategiesMap()
(Required) A map from pipeline-scoped id to WindowingStrategy.
|
RunnerApi.WindowingStrategy |
getWindowingStrategiesOrDefault(String key,
RunnerApi.WindowingStrategy defaultValue)
(Required) A map from pipeline-scoped id to WindowingStrategy.
|
RunnerApi.WindowingStrategy |
getWindowingStrategiesOrThrow(String key)
(Required) A map from pipeline-scoped id to WindowingStrategy.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static RunnerApi.Components.Builder |
newBuilder() |
static RunnerApi.Components.Builder |
newBuilder(RunnerApi.Components prototype) |
RunnerApi.Components.Builder |
newBuilderForType() |
protected RunnerApi.Components.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static RunnerApi.Components |
parseDelimitedFrom(InputStream input) |
static RunnerApi.Components |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.Components |
parseFrom(byte[] data) |
static RunnerApi.Components |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.Components |
parseFrom(com.google.protobuf.ByteString data) |
static RunnerApi.Components |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.Components |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RunnerApi.Components |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.Components |
parseFrom(InputStream input) |
static RunnerApi.Components |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RunnerApi.Components> |
parser() |
RunnerApi.Components.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TRANSFORMS_FIELD_NUMBER
public static final int PCOLLECTIONS_FIELD_NUMBER
public static final int WINDOWING_STRATEGIES_FIELD_NUMBER
public static final int CODERS_FIELD_NUMBER
public static final int ENVIRONMENTS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getTransformsCount()
RunnerApi.ComponentsOrBuilder(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 1;getTransformsCount in interface RunnerApi.ComponentsOrBuilderpublic boolean containsTransforms(String key)
(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 1;containsTransforms in interface RunnerApi.ComponentsOrBuilder@Deprecated public Map<String,RunnerApi.PTransform> getTransforms()
getTransformsMap() instead.getTransforms in interface RunnerApi.ComponentsOrBuilderpublic Map<String,RunnerApi.PTransform> getTransformsMap()
(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 1;getTransformsMap in interface RunnerApi.ComponentsOrBuilderpublic RunnerApi.PTransform getTransformsOrDefault(String key, RunnerApi.PTransform defaultValue)
(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 1;getTransformsOrDefault in interface RunnerApi.ComponentsOrBuilderpublic RunnerApi.PTransform getTransformsOrThrow(String key)
(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 1;getTransformsOrThrow in interface RunnerApi.ComponentsOrBuilderpublic int getPcollectionsCount()
RunnerApi.ComponentsOrBuilder(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 2;getPcollectionsCount in interface RunnerApi.ComponentsOrBuilderpublic boolean containsPcollections(String key)
(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 2;containsPcollections in interface RunnerApi.ComponentsOrBuilder@Deprecated public Map<String,RunnerApi.PCollection> getPcollections()
getPcollectionsMap() instead.getPcollections in interface RunnerApi.ComponentsOrBuilderpublic Map<String,RunnerApi.PCollection> getPcollectionsMap()
(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 2;getPcollectionsMap in interface RunnerApi.ComponentsOrBuilderpublic RunnerApi.PCollection getPcollectionsOrDefault(String key, RunnerApi.PCollection defaultValue)
(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 2;getPcollectionsOrDefault in interface RunnerApi.ComponentsOrBuilderpublic RunnerApi.PCollection getPcollectionsOrThrow(String key)
(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 2;getPcollectionsOrThrow in interface RunnerApi.ComponentsOrBuilderpublic int getWindowingStrategiesCount()
RunnerApi.ComponentsOrBuilder(Required) A map from pipeline-scoped id to WindowingStrategy.
map<string, .org.apache.beam.runner_api.v1.WindowingStrategy> windowing_strategies = 3;getWindowingStrategiesCount in interface RunnerApi.ComponentsOrBuilderpublic boolean containsWindowingStrategies(String key)
(Required) A map from pipeline-scoped id to WindowingStrategy.
map<string, .org.apache.beam.runner_api.v1.WindowingStrategy> windowing_strategies = 3;containsWindowingStrategies in interface RunnerApi.ComponentsOrBuilder@Deprecated public Map<String,RunnerApi.WindowingStrategy> getWindowingStrategies()
getWindowingStrategiesMap() instead.getWindowingStrategies in interface RunnerApi.ComponentsOrBuilderpublic Map<String,RunnerApi.WindowingStrategy> getWindowingStrategiesMap()
(Required) A map from pipeline-scoped id to WindowingStrategy.
map<string, .org.apache.beam.runner_api.v1.WindowingStrategy> windowing_strategies = 3;getWindowingStrategiesMap in interface RunnerApi.ComponentsOrBuilderpublic RunnerApi.WindowingStrategy getWindowingStrategiesOrDefault(String key, RunnerApi.WindowingStrategy defaultValue)
(Required) A map from pipeline-scoped id to WindowingStrategy.
map<string, .org.apache.beam.runner_api.v1.WindowingStrategy> windowing_strategies = 3;getWindowingStrategiesOrDefault in interface RunnerApi.ComponentsOrBuilderpublic RunnerApi.WindowingStrategy getWindowingStrategiesOrThrow(String key)
(Required) A map from pipeline-scoped id to WindowingStrategy.
map<string, .org.apache.beam.runner_api.v1.WindowingStrategy> windowing_strategies = 3;getWindowingStrategiesOrThrow in interface RunnerApi.ComponentsOrBuilderpublic int getCodersCount()
RunnerApi.ComponentsOrBuilder(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 4;getCodersCount in interface RunnerApi.ComponentsOrBuilderpublic boolean containsCoders(String key)
(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 4;containsCoders in interface RunnerApi.ComponentsOrBuilder@Deprecated public Map<String,RunnerApi.Coder> getCoders()
getCodersMap() instead.getCoders in interface RunnerApi.ComponentsOrBuilderpublic Map<String,RunnerApi.Coder> getCodersMap()
(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 4;getCodersMap in interface RunnerApi.ComponentsOrBuilderpublic RunnerApi.Coder getCodersOrDefault(String key, RunnerApi.Coder defaultValue)
(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 4;getCodersOrDefault in interface RunnerApi.ComponentsOrBuilderpublic RunnerApi.Coder getCodersOrThrow(String key)
(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 4;getCodersOrThrow in interface RunnerApi.ComponentsOrBuilderpublic int getEnvironmentsCount()
RunnerApi.ComponentsOrBuilder(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 5;getEnvironmentsCount in interface RunnerApi.ComponentsOrBuilderpublic boolean containsEnvironments(String key)
(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 5;containsEnvironments in interface RunnerApi.ComponentsOrBuilder@Deprecated public Map<String,RunnerApi.Environment> getEnvironments()
getEnvironmentsMap() instead.getEnvironments in interface RunnerApi.ComponentsOrBuilderpublic Map<String,RunnerApi.Environment> getEnvironmentsMap()
(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 5;getEnvironmentsMap in interface RunnerApi.ComponentsOrBuilderpublic RunnerApi.Environment getEnvironmentsOrDefault(String key, RunnerApi.Environment defaultValue)
(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 5;getEnvironmentsOrDefault in interface RunnerApi.ComponentsOrBuilderpublic RunnerApi.Environment getEnvironmentsOrThrow(String key)
(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 5;getEnvironmentsOrThrow in interface RunnerApi.ComponentsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RunnerApi.Components parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.Components parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.Components parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.Components parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.Components parseFrom(InputStream input) throws IOException
IOExceptionpublic static RunnerApi.Components parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunnerApi.Components parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RunnerApi.Components parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunnerApi.Components parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RunnerApi.Components parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RunnerApi.Components.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RunnerApi.Components.Builder newBuilder()
public static RunnerApi.Components.Builder newBuilder(RunnerApi.Components prototype)
public RunnerApi.Components.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RunnerApi.Components.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RunnerApi.Components getDefaultInstance()
public static com.google.protobuf.Parser<RunnerApi.Components> parser()
public com.google.protobuf.Parser<RunnerApi.Components> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RunnerApi.Components getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.