io.temporal.api.update.v1.MetaOrBuilder 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:MetaOrBuilder.java.pb.meta")
public interface MetaOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.update.v1.Meta)
com.google.protobuf.MessageOrBuilder {
/**
*
* An ID with workflow-scoped uniqueness for this update
*
*
* string update_id = 1;
* @return The updateId.
*/
java.lang.String getUpdateId();
/**
*
* An ID with workflow-scoped uniqueness for this update
*
*
* string update_id = 1;
* @return The bytes for updateId.
*/
com.google.protobuf.ByteString
getUpdateIdBytes();
/**
*
* A string identifying the agent that requested this update.
*
*
* string identity = 2;
* @return The identity.
*/
java.lang.String getIdentity();
/**
*
* A string identifying the agent that requested this update.
*
*
* string identity = 2;
* @return The bytes for identity.
*/
com.google.protobuf.ByteString
getIdentityBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy