public static interface JobApi.RunJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;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;String getStagingToken()
(optional) If any artifacts have been staged for this job, contains the staging_token returned from the CommitManifestResponse.
string staging_token = 2;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;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.