Package api
Interface Job.JobStatusResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Job.JobStatusResponse,Job.JobStatusResponse.Builder
- Enclosing class:
- Job
public static interface Job.JobStatusResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsJobStates(String key)map<string, .api.JobState> job_states = 1;Map<String,SubmitOuterClass.JobState>getJobStates()Deprecated.intgetJobStatesCount()map<string, .api.JobState> job_states = 1;Map<String,SubmitOuterClass.JobState>getJobStatesMap()map<string, .api.JobState> job_states = 1;SubmitOuterClass.JobStategetJobStatesOrDefault(String key, SubmitOuterClass.JobState defaultValue)map<string, .api.JobState> job_states = 1;SubmitOuterClass.JobStategetJobStatesOrThrow(String key)map<string, .api.JobState> job_states = 1;Map<String,Integer>getJobStatesValue()Deprecated.Map<String,Integer>getJobStatesValueMap()map<string, .api.JobState> job_states = 1;intgetJobStatesValueOrDefault(String key, int defaultValue)map<string, .api.JobState> job_states = 1;intgetJobStatesValueOrThrow(String key)map<string, .api.JobState> job_states = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJobStatesCount
int getJobStatesCount()
map<string, .api.JobState> job_states = 1;
-
containsJobStates
boolean containsJobStates(String key)
map<string, .api.JobState> job_states = 1;
-
getJobStates
@Deprecated Map<String,SubmitOuterClass.JobState> getJobStates()
Deprecated.UsegetJobStatesMap()instead.
-
getJobStatesMap
Map<String,SubmitOuterClass.JobState> getJobStatesMap()
map<string, .api.JobState> job_states = 1;
-
getJobStatesOrDefault
SubmitOuterClass.JobState getJobStatesOrDefault(String key, SubmitOuterClass.JobState defaultValue)
map<string, .api.JobState> job_states = 1;
-
getJobStatesOrThrow
SubmitOuterClass.JobState getJobStatesOrThrow(String key)
map<string, .api.JobState> job_states = 1;
-
getJobStatesValue
@Deprecated Map<String,Integer> getJobStatesValue()
Deprecated.UsegetJobStatesValueMap()instead.
-
getJobStatesValueMap
Map<String,Integer> getJobStatesValueMap()
map<string, .api.JobState> job_states = 1;
-
getJobStatesValueOrDefault
int getJobStatesValueOrDefault(String key, int defaultValue)
map<string, .api.JobState> job_states = 1;
-
getJobStatesValueOrThrow
int getJobStatesValueOrThrow(String key)
map<string, .api.JobState> job_states = 1;
-
-