public static interface ProvisionApi.ProvisionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getJobId()
(required) The job ID.
|
com.google.protobuf.ByteString |
getJobIdBytes()
(required) The job ID.
|
String |
getJobName()
(required) The job name.
|
com.google.protobuf.ByteString |
getJobNameBytes()
(required) The job name.
|
com.google.protobuf.Struct |
getPipelineOptions()
(required) Pipeline options.
|
com.google.protobuf.StructOrBuilder |
getPipelineOptionsOrBuilder()
(required) Pipeline options.
|
boolean |
hasPipelineOptions()
(required) Pipeline options.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getJobId()
(required) The job ID.
string job_id = 1;com.google.protobuf.ByteString getJobIdBytes()
(required) The job ID.
string job_id = 1;String getJobName()
(required) The job name.
string job_name = 2;com.google.protobuf.ByteString getJobNameBytes()
(required) The job name.
string job_name = 2;boolean hasPipelineOptions()
(required) Pipeline options. For non-template jobs, the options are identical to what is passed to job submission.
.google.protobuf.Struct pipeline_options = 3;com.google.protobuf.Struct getPipelineOptions()
(required) Pipeline options. For non-template jobs, the options are identical to what is passed to job submission.
.google.protobuf.Struct pipeline_options = 3;com.google.protobuf.StructOrBuilder getPipelineOptionsOrBuilder()
(required) Pipeline options. For non-template jobs, the options are identical to what is passed to job submission.
.google.protobuf.Struct pipeline_options = 3;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.