public static final class RunnerApi.WriteFilesPayload extends com.google.protobuf.GeneratedMessageV3 implements RunnerApi.WriteFilesPayloadOrBuilder
The payload for the special-but-not-primitive WriteFiles transform.Protobuf type
org.apache.beam.runner_api.v1.WriteFilesPayload| Modifier and Type | Class and Description |
|---|---|
static class |
RunnerApi.WriteFilesPayload.Builder
The payload for the special-but-not-primitive WriteFiles transform.
|
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 |
FORMAT_FUNCTION_FIELD_NUMBER |
static int |
RUNNER_DETERMINED_SHARDING_FIELD_NUMBER |
static int |
SIDE_INPUTS_FIELD_NUMBER |
static int |
SINK_FIELD_NUMBER |
static int |
WINDOWED_WRITES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSideInputs(String key)
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5; |
boolean |
equals(Object obj) |
static RunnerApi.WriteFilesPayload |
getDefaultInstance() |
RunnerApi.WriteFilesPayload |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
RunnerApi.SdkFunctionSpec |
getFormatFunction()
(Required) The format function.
|
RunnerApi.SdkFunctionSpecOrBuilder |
getFormatFunctionOrBuilder()
(Required) The format function.
|
com.google.protobuf.Parser<RunnerApi.WriteFilesPayload> |
getParserForType() |
boolean |
getRunnerDeterminedSharding()
bool runner_determined_sharding = 4; |
int |
getSerializedSize() |
Map<String,RunnerApi.SideInput> |
getSideInputs()
Deprecated.
|
int |
getSideInputsCount()
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5; |
Map<String,RunnerApi.SideInput> |
getSideInputsMap()
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5; |
RunnerApi.SideInput |
getSideInputsOrDefault(String key,
RunnerApi.SideInput defaultValue)
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5; |
RunnerApi.SideInput |
getSideInputsOrThrow(String key)
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5; |
RunnerApi.SdkFunctionSpec |
getSink()
(Required) The SdkFunctionSpec of the FileBasedSink.
|
RunnerApi.SdkFunctionSpecOrBuilder |
getSinkOrBuilder()
(Required) The SdkFunctionSpec of the FileBasedSink.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
getWindowedWrites()
bool windowed_writes = 3; |
boolean |
hasFormatFunction()
(Required) The format function.
|
int |
hashCode() |
boolean |
hasSink()
(Required) The SdkFunctionSpec of the FileBasedSink.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static RunnerApi.WriteFilesPayload.Builder |
newBuilder() |
static RunnerApi.WriteFilesPayload.Builder |
newBuilder(RunnerApi.WriteFilesPayload prototype) |
RunnerApi.WriteFilesPayload.Builder |
newBuilderForType() |
protected RunnerApi.WriteFilesPayload.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static RunnerApi.WriteFilesPayload |
parseDelimitedFrom(InputStream input) |
static RunnerApi.WriteFilesPayload |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.WriteFilesPayload |
parseFrom(byte[] data) |
static RunnerApi.WriteFilesPayload |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.WriteFilesPayload |
parseFrom(com.google.protobuf.ByteString data) |
static RunnerApi.WriteFilesPayload |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.WriteFilesPayload |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RunnerApi.WriteFilesPayload |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.WriteFilesPayload |
parseFrom(InputStream input) |
static RunnerApi.WriteFilesPayload |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RunnerApi.WriteFilesPayload> |
parser() |
RunnerApi.WriteFilesPayload.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 SINK_FIELD_NUMBER
public static final int FORMAT_FUNCTION_FIELD_NUMBER
public static final int WINDOWED_WRITES_FIELD_NUMBER
public static final int RUNNER_DETERMINED_SHARDING_FIELD_NUMBER
public static final int SIDE_INPUTS_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 boolean hasSink()
(Required) The SdkFunctionSpec of the FileBasedSink.
.org.apache.beam.runner_api.v1.SdkFunctionSpec sink = 1;hasSink in interface RunnerApi.WriteFilesPayloadOrBuilderpublic RunnerApi.SdkFunctionSpec getSink()
(Required) The SdkFunctionSpec of the FileBasedSink.
.org.apache.beam.runner_api.v1.SdkFunctionSpec sink = 1;getSink in interface RunnerApi.WriteFilesPayloadOrBuilderpublic RunnerApi.SdkFunctionSpecOrBuilder getSinkOrBuilder()
(Required) The SdkFunctionSpec of the FileBasedSink.
.org.apache.beam.runner_api.v1.SdkFunctionSpec sink = 1;getSinkOrBuilder in interface RunnerApi.WriteFilesPayloadOrBuilderpublic boolean hasFormatFunction()
(Required) The format function.
.org.apache.beam.runner_api.v1.SdkFunctionSpec format_function = 2;hasFormatFunction in interface RunnerApi.WriteFilesPayloadOrBuilderpublic RunnerApi.SdkFunctionSpec getFormatFunction()
(Required) The format function.
.org.apache.beam.runner_api.v1.SdkFunctionSpec format_function = 2;getFormatFunction in interface RunnerApi.WriteFilesPayloadOrBuilderpublic RunnerApi.SdkFunctionSpecOrBuilder getFormatFunctionOrBuilder()
(Required) The format function.
.org.apache.beam.runner_api.v1.SdkFunctionSpec format_function = 2;getFormatFunctionOrBuilder in interface RunnerApi.WriteFilesPayloadOrBuilderpublic boolean getWindowedWrites()
bool windowed_writes = 3;getWindowedWrites in interface RunnerApi.WriteFilesPayloadOrBuilderpublic boolean getRunnerDeterminedSharding()
bool runner_determined_sharding = 4;getRunnerDeterminedSharding in interface RunnerApi.WriteFilesPayloadOrBuilderpublic int getSideInputsCount()
RunnerApi.WriteFilesPayloadOrBuildermap<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5;getSideInputsCount in interface RunnerApi.WriteFilesPayloadOrBuilderpublic boolean containsSideInputs(String key)
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5;containsSideInputs in interface RunnerApi.WriteFilesPayloadOrBuilder@Deprecated public Map<String,RunnerApi.SideInput> getSideInputs()
getSideInputsMap() instead.getSideInputs in interface RunnerApi.WriteFilesPayloadOrBuilderpublic Map<String,RunnerApi.SideInput> getSideInputsMap()
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5;getSideInputsMap in interface RunnerApi.WriteFilesPayloadOrBuilderpublic RunnerApi.SideInput getSideInputsOrDefault(String key, RunnerApi.SideInput defaultValue)
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5;getSideInputsOrDefault in interface RunnerApi.WriteFilesPayloadOrBuilderpublic RunnerApi.SideInput getSideInputsOrThrow(String key)
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5;getSideInputsOrThrow in interface RunnerApi.WriteFilesPayloadOrBuilderpublic 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.WriteFilesPayload parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.WriteFilesPayload parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.WriteFilesPayload parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.WriteFilesPayload parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.WriteFilesPayload parseFrom(InputStream input) throws IOException
IOExceptionpublic static RunnerApi.WriteFilesPayload parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunnerApi.WriteFilesPayload parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RunnerApi.WriteFilesPayload parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunnerApi.WriteFilesPayload parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RunnerApi.WriteFilesPayload parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RunnerApi.WriteFilesPayload.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RunnerApi.WriteFilesPayload.Builder newBuilder()
public static RunnerApi.WriteFilesPayload.Builder newBuilder(RunnerApi.WriteFilesPayload prototype)
public RunnerApi.WriteFilesPayload.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RunnerApi.WriteFilesPayload.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RunnerApi.WriteFilesPayload getDefaultInstance()
public static com.google.protobuf.Parser<RunnerApi.WriteFilesPayload> parser()
public com.google.protobuf.Parser<RunnerApi.WriteFilesPayload> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RunnerApi.WriteFilesPayload getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.