io.temporal.api.batch.v1.BatchOperationSignalOrBuilder 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:BatchOperationSignalOrBuilder.java.pb.meta")
public interface BatchOperationSignalOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.batch.v1.BatchOperationSignal)
com.google.protobuf.MessageOrBuilder {
/**
*
* The workflow author-defined name of the signal to send to the workflow
*
*
* string signal = 1;
* @return The signal.
*/
java.lang.String getSignal();
/**
*
* The workflow author-defined name of the signal to send to the workflow
*
*
* string signal = 1;
* @return The bytes for signal.
*/
com.google.protobuf.ByteString
getSignalBytes();
/**
*
* Serialized value(s) to provide with the signal
*
*
* .temporal.api.common.v1.Payloads input = 2;
* @return Whether the input field is set.
*/
boolean hasInput();
/**
*
* Serialized value(s) to provide with the signal
*
*
* .temporal.api.common.v1.Payloads input = 2;
* @return The input.
*/
io.temporal.api.common.v1.Payloads getInput();
/**
*
* Serialized value(s) to provide with the signal
*
*
* .temporal.api.common.v1.Payloads input = 2;
*/
io.temporal.api.common.v1.PayloadsOrBuilder getInputOrBuilder();
/**
*
* Headers that are passed with the signal to the processing workflow.
* These can include things like auth or tracing tokens.
*
*
* .temporal.api.common.v1.Header header = 3;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
* Headers that are passed with the signal to the processing workflow.
* These can include things like auth or tracing tokens.
*
*
* .temporal.api.common.v1.Header header = 3;
* @return The header.
*/
io.temporal.api.common.v1.Header getHeader();
/**
*
* Headers that are passed with the signal to the processing workflow.
* These can include things like auth or tracing tokens.
*
*
* .temporal.api.common.v1.Header header = 3;
*/
io.temporal.api.common.v1.HeaderOrBuilder getHeaderOrBuilder();
/**
*
* The identity of the worker/client
*
*
* string identity = 4;
* @return The identity.
*/
java.lang.String getIdentity();
/**
*
* The identity of the worker/client
*
*
* string identity = 4;
* @return The bytes for identity.
*/
com.google.protobuf.ByteString
getIdentityBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy