public static interface JobApi.PrepareJobResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPreparationId()
(required) The ID used to associate calls made while preparing the job.
|
com.google.protobuf.ByteString |
getPreparationIdBytes()
(required) The ID used to associate calls made while preparing the job.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPreparationId()
(required) The ID used to associate calls made while preparing the job. preparationId is used to run the job, as well as in other pre-execution APIs such as Artifact staging.
string preparation_id = 1;com.google.protobuf.ByteString getPreparationIdBytes()
(required) The ID used to associate calls made while preparing the job. preparationId is used to run the job, as well as in other pre-execution APIs such as Artifact staging.
string preparation_id = 1;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.