io.temporal.api.update.v1.InputOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/update/v1/message.proto
package io.temporal.api.update.v1;
@javax.annotation.Generated(value="protoc", comments="annotations:InputOrBuilder.java.pb.meta")
public interface InputOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.update.v1.Input)
com.google.protobuf.MessageOrBuilder {
/**
*
* Headers that are passed with the update from the requesting entity.
* These can include things like auth or tracing tokens.
*
*
* .temporal.api.common.v1.Header header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
* Headers that are passed with the update from the requesting entity.
* These can include things like auth or tracing tokens.
*
*
* .temporal.api.common.v1.Header header = 1;
* @return The header.
*/
io.temporal.api.common.v1.Header getHeader();
/**
*
* Headers that are passed with the update from the requesting entity.
* These can include things like auth or tracing tokens.
*
*
* .temporal.api.common.v1.Header header = 1;
*/
io.temporal.api.common.v1.HeaderOrBuilder getHeaderOrBuilder();
/**
*
* The name of the input handler to invoke on the target workflow
*
*
* string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
*
* The name of the input handler to invoke on the target workflow
*
*
* string name = 2;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* The arguments to pass to the named handler.
*
*
* .temporal.api.common.v1.Payloads args = 3;
* @return Whether the args field is set.
*/
boolean hasArgs();
/**
*
* The arguments to pass to the named handler.
*
*
* .temporal.api.common.v1.Payloads args = 3;
* @return The args.
*/
io.temporal.api.common.v1.Payloads getArgs();
/**
*
* The arguments to pass to the named handler.
*
*
* .temporal.api.common.v1.Payloads args = 3;
*/
io.temporal.api.common.v1.PayloadsOrBuilder getArgsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy