Package com.google.dataflow.v1beta3
Interface LaunchFlexTemplateResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LaunchFlexTemplateResponse
,LaunchFlexTemplateResponse.Builder
public interface LaunchFlexTemplateResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Job
getJob()
The job that was launched, if the request was not a dry run and the job was successfully launched.JobOrBuilder
getJobOrBuilder()
The job that was launched, if the request was not a dry run and the job was successfully launched.boolean
hasJob()
The job that was launched, if the request was not a dry run and the job was successfully launched.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasJob
boolean hasJob()
The job that was launched, if the request was not a dry run and the job was successfully launched.
.google.dataflow.v1beta3.Job job = 1;
- Returns:
- Whether the job field is set.
-
getJob
Job getJob()
The job that was launched, if the request was not a dry run and the job was successfully launched.
.google.dataflow.v1beta3.Job job = 1;
- Returns:
- The job.
-
getJobOrBuilder
JobOrBuilder getJobOrBuilder()
The job that was launched, if the request was not a dry run and the job was successfully launched.
.google.dataflow.v1beta3.Job job = 1;
-
-