Interface GetWorkerBuildIdCompatibilityRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetWorkerBuildIdCompatibilityRequest,GetWorkerBuildIdCompatibilityRequest.Builder
@Generated(value="protoc",
comments="annotations:GetWorkerBuildIdCompatibilityRequestOrBuilder.java.pb.meta")
public interface GetWorkerBuildIdCompatibilityRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintLimits how many compatible sets will be returned.string namespace = 1;com.google.protobuf.ByteStringstring namespace = 1;Must be set, the task queue to interrogate about worker id compatibility.com.google.protobuf.ByteStringMust be set, the task queue to interrogate about worker id compatibility.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamespace
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 1;- Returns:
- The bytes for namespace.
-
getTaskQueue
String getTaskQueue()Must be set, the task queue to interrogate about worker id compatibility.
string task_queue = 2;- Returns:
- The taskQueue.
-
getTaskQueueBytes
com.google.protobuf.ByteString getTaskQueueBytes()Must be set, the task queue to interrogate about worker id compatibility.
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.
-