public static final class BeamFnApi.ProcessBundleDescriptor extends com.google.protobuf.GeneratedMessageV3 implements BeamFnApi.ProcessBundleDescriptorOrBuilder
Definitions that should be used to construct the bundle processing graph.Protobuf type
org.apache.beam.fn.v1.ProcessBundleDescriptor| Modifier and Type | Class and Description |
|---|---|
static class |
BeamFnApi.ProcessBundleDescriptor.Builder
Definitions that should be used to construct the bundle processing graph.
|
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 |
ID_FIELD_NUMBER |
static int |
PCOLLECTIONS_FIELD_NUMBER |
static int |
STATE_API_SERVICE_DESCRIPTOR_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 BeamFnApi.ProcessBundleDescriptor |
getDefaultInstance() |
BeamFnApi.ProcessBundleDescriptor |
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.
|
String |
getId()
(Required) A pipeline level unique id which can be used as a reference to
refer to this.
|
com.google.protobuf.ByteString |
getIdBytes()
(Required) A pipeline level unique id which can be used as a reference to
refer to this.
|
com.google.protobuf.Parser<BeamFnApi.ProcessBundleDescriptor> |
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() |
Endpoints.ApiServiceDescriptor |
getStateApiServiceDescriptor()
A descriptor describing the end point to use for State API
calls.
|
Endpoints.ApiServiceDescriptorOrBuilder |
getStateApiServiceDescriptorOrBuilder()
A descriptor describing the end point to use for State API
calls.
|
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() |
boolean |
hasStateApiServiceDescriptor()
A descriptor describing the end point to use for State API
calls.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static BeamFnApi.ProcessBundleDescriptor.Builder |
newBuilder() |
static BeamFnApi.ProcessBundleDescriptor.Builder |
newBuilder(BeamFnApi.ProcessBundleDescriptor prototype) |
BeamFnApi.ProcessBundleDescriptor.Builder |
newBuilderForType() |
protected BeamFnApi.ProcessBundleDescriptor.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static BeamFnApi.ProcessBundleDescriptor |
parseDelimitedFrom(InputStream input) |
static BeamFnApi.ProcessBundleDescriptor |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BeamFnApi.ProcessBundleDescriptor |
parseFrom(byte[] data) |
static BeamFnApi.ProcessBundleDescriptor |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BeamFnApi.ProcessBundleDescriptor |
parseFrom(com.google.protobuf.ByteString data) |
static BeamFnApi.ProcessBundleDescriptor |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BeamFnApi.ProcessBundleDescriptor |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BeamFnApi.ProcessBundleDescriptor |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BeamFnApi.ProcessBundleDescriptor |
parseFrom(InputStream input) |
static BeamFnApi.ProcessBundleDescriptor |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<BeamFnApi.ProcessBundleDescriptor> |
parser() |
BeamFnApi.ProcessBundleDescriptor.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 ID_FIELD_NUMBER
public 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 static final int STATE_API_SERVICE_DESCRIPTOR_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 String getId()
(Required) A pipeline level unique id which can be used as a reference to refer to this.
string id = 1;getId in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
(Required) A pipeline level unique id which can be used as a reference to refer to this.
string id = 1;getIdBytes in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic int getTransformsCount()
BeamFnApi.ProcessBundleDescriptorOrBuilder(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 2;getTransformsCount in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic boolean containsTransforms(String key)
(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 2;containsTransforms in interface BeamFnApi.ProcessBundleDescriptorOrBuilder@Deprecated public Map<String,RunnerApi.PTransform> getTransforms()
getTransformsMap() instead.getTransforms in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic Map<String,RunnerApi.PTransform> getTransformsMap()
(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 2;getTransformsMap in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic 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 = 2;getTransformsOrDefault in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic RunnerApi.PTransform getTransformsOrThrow(String key)
(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 2;getTransformsOrThrow in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic int getPcollectionsCount()
BeamFnApi.ProcessBundleDescriptorOrBuilder(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 3;getPcollectionsCount in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic boolean containsPcollections(String key)
(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 3;containsPcollections in interface BeamFnApi.ProcessBundleDescriptorOrBuilder@Deprecated public Map<String,RunnerApi.PCollection> getPcollections()
getPcollectionsMap() instead.getPcollections in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic Map<String,RunnerApi.PCollection> getPcollectionsMap()
(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 3;getPcollectionsMap in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic 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 = 3;getPcollectionsOrDefault in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic RunnerApi.PCollection getPcollectionsOrThrow(String key)
(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 3;getPcollectionsOrThrow in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic int getWindowingStrategiesCount()
BeamFnApi.ProcessBundleDescriptorOrBuilder(Required) A map from pipeline-scoped id to WindowingStrategy.
map<string, .org.apache.beam.runner_api.v1.WindowingStrategy> windowing_strategies = 4;getWindowingStrategiesCount in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic boolean containsWindowingStrategies(String key)
(Required) A map from pipeline-scoped id to WindowingStrategy.
map<string, .org.apache.beam.runner_api.v1.WindowingStrategy> windowing_strategies = 4;containsWindowingStrategies in interface BeamFnApi.ProcessBundleDescriptorOrBuilder@Deprecated public Map<String,RunnerApi.WindowingStrategy> getWindowingStrategies()
getWindowingStrategiesMap() instead.getWindowingStrategies in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic 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 = 4;getWindowingStrategiesMap in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic 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 = 4;getWindowingStrategiesOrDefault in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic 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 = 4;getWindowingStrategiesOrThrow in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic int getCodersCount()
BeamFnApi.ProcessBundleDescriptorOrBuilder(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 5;getCodersCount in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic boolean containsCoders(String key)
(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 5;containsCoders in interface BeamFnApi.ProcessBundleDescriptorOrBuilder@Deprecated public Map<String,RunnerApi.Coder> getCoders()
getCodersMap() instead.getCoders in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic Map<String,RunnerApi.Coder> getCodersMap()
(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 5;getCodersMap in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic 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 = 5;getCodersOrDefault in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic RunnerApi.Coder getCodersOrThrow(String key)
(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 5;getCodersOrThrow in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic int getEnvironmentsCount()
BeamFnApi.ProcessBundleDescriptorOrBuilder(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 6;getEnvironmentsCount in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic boolean containsEnvironments(String key)
(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 6;containsEnvironments in interface BeamFnApi.ProcessBundleDescriptorOrBuilder@Deprecated public Map<String,RunnerApi.Environment> getEnvironments()
getEnvironmentsMap() instead.getEnvironments in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic Map<String,RunnerApi.Environment> getEnvironmentsMap()
(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 6;getEnvironmentsMap in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic 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 = 6;getEnvironmentsOrDefault in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic RunnerApi.Environment getEnvironmentsOrThrow(String key)
(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 6;getEnvironmentsOrThrow in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic boolean hasStateApiServiceDescriptor()
A descriptor describing the end point to use for State API calls. Required if the Runner intends to send remote references over the data plane or if any of the transforms rely on user state or side inputs.
.org.apache.beam.portability.v1.ApiServiceDescriptor state_api_service_descriptor = 7;hasStateApiServiceDescriptor in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic Endpoints.ApiServiceDescriptor getStateApiServiceDescriptor()
A descriptor describing the end point to use for State API calls. Required if the Runner intends to send remote references over the data plane or if any of the transforms rely on user state or side inputs.
.org.apache.beam.portability.v1.ApiServiceDescriptor state_api_service_descriptor = 7;getStateApiServiceDescriptor in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic Endpoints.ApiServiceDescriptorOrBuilder getStateApiServiceDescriptorOrBuilder()
A descriptor describing the end point to use for State API calls. Required if the Runner intends to send remote references over the data plane or if any of the transforms rely on user state or side inputs.
.org.apache.beam.portability.v1.ApiServiceDescriptor state_api_service_descriptor = 7;getStateApiServiceDescriptorOrBuilder in interface BeamFnApi.ProcessBundleDescriptorOrBuilderpublic 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 BeamFnApi.ProcessBundleDescriptor parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BeamFnApi.ProcessBundleDescriptor parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BeamFnApi.ProcessBundleDescriptor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BeamFnApi.ProcessBundleDescriptor parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BeamFnApi.ProcessBundleDescriptor parseFrom(InputStream input) throws IOException
IOExceptionpublic static BeamFnApi.ProcessBundleDescriptor parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BeamFnApi.ProcessBundleDescriptor parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BeamFnApi.ProcessBundleDescriptor parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BeamFnApi.ProcessBundleDescriptor parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BeamFnApi.ProcessBundleDescriptor parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BeamFnApi.ProcessBundleDescriptor.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BeamFnApi.ProcessBundleDescriptor.Builder newBuilder()
public static BeamFnApi.ProcessBundleDescriptor.Builder newBuilder(BeamFnApi.ProcessBundleDescriptor prototype)
public BeamFnApi.ProcessBundleDescriptor.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BeamFnApi.ProcessBundleDescriptor.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static BeamFnApi.ProcessBundleDescriptor getDefaultInstance()
public static com.google.protobuf.Parser<BeamFnApi.ProcessBundleDescriptor> parser()
public com.google.protobuf.Parser<BeamFnApi.ProcessBundleDescriptor> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public BeamFnApi.ProcessBundleDescriptor getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.