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

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

package io.temporal.api.batch.v1;

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

  /**
   * 
   * Serialized value(s) to provide to the termination event
   * 
* * .temporal.api.common.v1.Payloads details = 1; * @return Whether the details field is set. */ boolean hasDetails(); /** *
   * Serialized value(s) to provide to the termination event
   * 
* * .temporal.api.common.v1.Payloads details = 1; * @return The details. */ io.temporal.api.common.v1.Payloads getDetails(); /** *
   * Serialized value(s) to provide to the termination event
   * 
* * .temporal.api.common.v1.Payloads details = 1; */ io.temporal.api.common.v1.PayloadsOrBuilder getDetailsOrBuilder(); /** *
   * The identity of the worker/client
   * 
* * string identity = 2; * @return The identity. */ java.lang.String getIdentity(); /** *
   * The identity of the worker/client
   * 
* * string identity = 2; * @return The bytes for identity. */ com.google.protobuf.ByteString getIdentityBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy