io.temporal.api.taskqueue.v1.CompatibleVersionSetOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/taskqueue/v1/message.proto
package io.temporal.api.taskqueue.v1;
@javax.annotation.Generated(value="protoc", comments="annotations:CompatibleVersionSetOrBuilder.java.pb.meta")
public interface CompatibleVersionSetOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.taskqueue.v1.CompatibleVersionSet)
com.google.protobuf.MessageOrBuilder {
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @return A list containing the buildIds.
*/
java.util.List
getBuildIdsList();
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @return The count of buildIds.
*/
int getBuildIdsCount();
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @param index The index of the element to return.
* @return The buildIds at the given index.
*/
java.lang.String getBuildIds(int index);
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @param index The index of the value to return.
* @return The bytes of the buildIds at the given index.
*/
com.google.protobuf.ByteString
getBuildIdsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy