All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.taskqueue.v1.CompatibleVersionSetOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
// 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 - 2024 Weber Informatics LLC | Privacy Policy