Interface GetWorkerBuildIdCompatibilityResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetWorkerBuildIdCompatibilityResponse,GetWorkerBuildIdCompatibilityResponse.Builder
@Generated(value="protoc",
comments="annotations:GetWorkerBuildIdCompatibilityResponseOrBuilder.java.pb.meta")
public interface GetWorkerBuildIdCompatibilityResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMajorVersionSets(int index) Major version sets, in order from oldest to newest.intMajor version sets, in order from oldest to newest.Major version sets, in order from oldest to newest.getMajorVersionSetsOrBuilder(int index) Major version sets, in order from oldest to newest.List<? extends CompatibleVersionSetOrBuilder> Major version sets, in order from oldest to newest.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
-
getMajorVersionSetsList
List<CompatibleVersionSet> getMajorVersionSetsList()Major version sets, in order from oldest to newest. The last element of the list will always be the current default major version. IE: New workflows will target the most recent version in that version set. There may be fewer sets returned than exist, if the request chose to limit this response.
repeated .temporal.api.taskqueue.v1.CompatibleVersionSet major_version_sets = 1; -
getMajorVersionSets
Major version sets, in order from oldest to newest. The last element of the list will always be the current default major version. IE: New workflows will target the most recent version in that version set. There may be fewer sets returned than exist, if the request chose to limit this response.
repeated .temporal.api.taskqueue.v1.CompatibleVersionSet major_version_sets = 1; -
getMajorVersionSetsCount
int getMajorVersionSetsCount()Major version sets, in order from oldest to newest. The last element of the list will always be the current default major version. IE: New workflows will target the most recent version in that version set. There may be fewer sets returned than exist, if the request chose to limit this response.
repeated .temporal.api.taskqueue.v1.CompatibleVersionSet major_version_sets = 1; -
getMajorVersionSetsOrBuilderList
List<? extends CompatibleVersionSetOrBuilder> getMajorVersionSetsOrBuilderList()Major version sets, in order from oldest to newest. The last element of the list will always be the current default major version. IE: New workflows will target the most recent version in that version set. There may be fewer sets returned than exist, if the request chose to limit this response.
repeated .temporal.api.taskqueue.v1.CompatibleVersionSet major_version_sets = 1; -
getMajorVersionSetsOrBuilder
Major version sets, in order from oldest to newest. The last element of the list will always be the current default major version. IE: New workflows will target the most recent version in that version set. There may be fewer sets returned than exist, if the request chose to limit this response.
repeated .temporal.api.taskqueue.v1.CompatibleVersionSet major_version_sets = 1;
-