io.temporal.api.update.v1.ResponseOrBuilder 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:ResponseOrBuilder.java.pb.meta")
public interface ResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.update.v1.Response)
com.google.protobuf.MessageOrBuilder {
/**
* .temporal.api.update.v1.Meta meta = 1;
* @return Whether the meta field is set.
*/
boolean hasMeta();
/**
* .temporal.api.update.v1.Meta meta = 1;
* @return The meta.
*/
io.temporal.api.update.v1.Meta getMeta();
/**
* .temporal.api.update.v1.Meta meta = 1;
*/
io.temporal.api.update.v1.MetaOrBuilder getMetaOrBuilder();
/**
* .temporal.api.update.v1.Outcome outcome = 2;
* @return Whether the outcome field is set.
*/
boolean hasOutcome();
/**
* .temporal.api.update.v1.Outcome outcome = 2;
* @return The outcome.
*/
io.temporal.api.update.v1.Outcome getOutcome();
/**
* .temporal.api.update.v1.Outcome outcome = 2;
*/
io.temporal.api.update.v1.OutcomeOrBuilder getOutcomeOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy