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

io.temporal.api.errordetails.v1.NewerBuildExistsFailureOrBuilder 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/errordetails/v1/message.proto

package io.temporal.api.errordetails.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:NewerBuildExistsFailureOrBuilder.java.pb.meta")
public interface NewerBuildExistsFailureOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.errordetails.v1.NewerBuildExistsFailure)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The current default compatible build ID which will receive tasks
   * 
* * string default_build_id = 1; * @return The defaultBuildId. */ java.lang.String getDefaultBuildId(); /** *
   * The current default compatible build ID which will receive tasks
   * 
* * string default_build_id = 1; * @return The bytes for defaultBuildId. */ com.google.protobuf.ByteString getDefaultBuildIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy