io.temporal.api.batch.v1.BatchOperationTerminationOrBuilder Maven / Gradle / Ivy
// 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 - 2025 Weber Informatics LLC | Privacy Policy