Interface GetWorkerBuildIdCompatabilityRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetWorkerBuildIdCompatabilityRequest,GetWorkerBuildIdCompatabilityRequest.Builder
@Generated(value="protoc", comments="annotations:GetWorkerBuildIdCompatabilityRequestOrBuilder.java.pb.meta") public interface GetWorkerBuildIdCompatabilityRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetIncludePollerCompatability()If set, the response will include information about which versions have open workflows, and whether or not there are currently polling workers who are compatible with those versions.booleangetIncludeRetirementCandidates()If set, the response will include information about worker versions which are ready to be retired.intgetMaxSets()Limits how many compatible sets will be returned.java.lang.StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;java.lang.StringgetTaskQueue()Must be set, the task queue to interrogate about worker id orderingcom.google.protobuf.ByteStringgetTaskQueueBytes()Must be set, the task queue to interrogate about worker id ordering-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespace
java.lang.String getNamespace()
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1;- Returns:
- The bytes for namespace.
-
getTaskQueue
java.lang.String getTaskQueue()
Must be set, the task queue to interrogate about worker id ordering
string task_queue = 2;- Returns:
- The taskQueue.
-
getTaskQueueBytes
com.google.protobuf.ByteString getTaskQueueBytes()
Must be set, the task queue to interrogate about worker id ordering
string task_queue = 2;- Returns:
- The bytes for taskQueue.
-
getMaxSets
int getMaxSets()
Limits how many compatible sets will be returned. Specify 1 to only return the current default major version set. 0 returns all sets.
int32 max_sets = 3;- Returns:
- The maxSets.
-
getIncludeRetirementCandidates
boolean getIncludeRetirementCandidates()
If set, the response will include information about worker versions which are ready to be retired.
bool include_retirement_candidates = 4;- Returns:
- The includeRetirementCandidates.
-
getIncludePollerCompatability
boolean getIncludePollerCompatability()
If set, the response will include information about which versions have open workflows, and whether or not there are currently polling workers who are compatible with those versions.
bool include_poller_compatability = 5;- Returns:
- The includePollerCompatability.
-
-