All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.update.v1.ResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.3
Show newest version
// 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 - 2024 Weber Informatics LLC | Privacy Policy