public static final class JobApi.RunJobRequest extends com.google.protobuf.GeneratedMessageV3 implements JobApi.RunJobRequestOrBuilder
Run is a synchronous request that returns a jobId back. Throws error GRPC_STATUS_UNAVAILABLE if server is down Throws error NOT_FOUND if the preparation ID does not exist Throws error UNKNOWN for all other issuesProtobuf type
org.apache.beam.runner_api.v1.RunJobRequest| Modifier and Type | Class and Description |
|---|---|
static class |
JobApi.RunJobRequest.Builder
Run is a synchronous request that returns a jobId back.
|
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 |
PREPARATION_ID_FIELD_NUMBER |
static int |
STAGING_TOKEN_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static JobApi.RunJobRequest |
getDefaultInstance() |
JobApi.RunJobRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<JobApi.RunJobRequest> |
getParserForType() |
String |
getPreparationId()
(required) The ID provided by an earlier call to prepare.
|
com.google.protobuf.ByteString |
getPreparationIdBytes()
(required) The ID provided by an earlier call to prepare.
|
int |
getSerializedSize() |
String |
getStagingToken()
(optional) If any artifacts have been staged for this job, contains the staging_token returned
from the CommitManifestResponse.
|
com.google.protobuf.ByteString |
getStagingTokenBytes()
(optional) If any artifacts have been staged for this job, contains the staging_token returned
from the CommitManifestResponse.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static JobApi.RunJobRequest.Builder |
newBuilder() |
static JobApi.RunJobRequest.Builder |
newBuilder(JobApi.RunJobRequest prototype) |
JobApi.RunJobRequest.Builder |
newBuilderForType() |
protected JobApi.RunJobRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static JobApi.RunJobRequest |
parseDelimitedFrom(InputStream input) |
static JobApi.RunJobRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobApi.RunJobRequest |
parseFrom(byte[] data) |
static JobApi.RunJobRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobApi.RunJobRequest |
parseFrom(com.google.protobuf.ByteString data) |
static JobApi.RunJobRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobApi.RunJobRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static JobApi.RunJobRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobApi.RunJobRequest |
parseFrom(InputStream input) |
static JobApi.RunJobRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<JobApi.RunJobRequest> |
parser() |
JobApi.RunJobRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, 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 PREPARATION_ID_FIELD_NUMBER
public static final int STAGING_TOKEN_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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getPreparationId()
(required) The ID provided by an earlier call to prepare. Runs the job. All prerequisite tasks must have been completed.
string preparation_id = 1;getPreparationId in interface JobApi.RunJobRequestOrBuilderpublic com.google.protobuf.ByteString getPreparationIdBytes()
(required) The ID provided by an earlier call to prepare. Runs the job. All prerequisite tasks must have been completed.
string preparation_id = 1;getPreparationIdBytes in interface JobApi.RunJobRequestOrBuilderpublic String getStagingToken()
(optional) If any artifacts have been staged for this job, contains the staging_token returned from the CommitManifestResponse.
string staging_token = 2;getStagingToken in interface JobApi.RunJobRequestOrBuilderpublic com.google.protobuf.ByteString getStagingTokenBytes()
(optional) If any artifacts have been staged for this job, contains the staging_token returned from the CommitManifestResponse.
string staging_token = 2;getStagingTokenBytes in interface JobApi.RunJobRequestOrBuilderpublic 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 JobApi.RunJobRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JobApi.RunJobRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JobApi.RunJobRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JobApi.RunJobRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JobApi.RunJobRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static JobApi.RunJobRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JobApi.RunJobRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static JobApi.RunJobRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JobApi.RunJobRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static JobApi.RunJobRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic JobApi.RunJobRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static JobApi.RunJobRequest.Builder newBuilder()
public static JobApi.RunJobRequest.Builder newBuilder(JobApi.RunJobRequest prototype)
public JobApi.RunJobRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected JobApi.RunJobRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static JobApi.RunJobRequest getDefaultInstance()
public static com.google.protobuf.Parser<JobApi.RunJobRequest> parser()
public com.google.protobuf.Parser<JobApi.RunJobRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public JobApi.RunJobRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.