Package api
Interface Job.JobStatusUsingExternalJobUriRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Job.JobStatusUsingExternalJobUriRequest,Job.JobStatusUsingExternalJobUriRequest.Builder
- Enclosing class:
- Job
public static interface Job.JobStatusUsingExternalJobUriRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExternalJobUri()string external_job_uri = 3;com.google.protobuf.ByteStringgetExternalJobUriBytes()string external_job_uri = 3;StringgetJobset()string jobset = 2;com.google.protobuf.ByteStringgetJobsetBytes()string jobset = 2;StringgetQueue()string queue = 1;com.google.protobuf.ByteStringgetQueueBytes()string queue = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getQueue
String getQueue()
string queue = 1;- Returns:
- The queue.
-
getQueueBytes
com.google.protobuf.ByteString getQueueBytes()
string queue = 1;- Returns:
- The bytes for queue.
-
getJobset
String getJobset()
string jobset = 2;- Returns:
- The jobset.
-
getJobsetBytes
com.google.protobuf.ByteString getJobsetBytes()
string jobset = 2;- Returns:
- The bytes for jobset.
-
getExternalJobUri
String getExternalJobUri()
string external_job_uri = 3;- Returns:
- The externalJobUri.
-
getExternalJobUriBytes
com.google.protobuf.ByteString getExternalJobUriBytes()
string external_job_uri = 3;- Returns:
- The bytes for externalJobUri.
-
-