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

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

There is a newer version: 1.27.0
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:OutcomeOrBuilder.java.pb.meta")
public interface OutcomeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.update.v1.Outcome)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .temporal.api.common.v1.Payloads success = 1;
   * @return Whether the success field is set.
   */
  boolean hasSuccess();
  /**
   * .temporal.api.common.v1.Payloads success = 1;
   * @return The success.
   */
  io.temporal.api.common.v1.Payloads getSuccess();
  /**
   * .temporal.api.common.v1.Payloads success = 1;
   */
  io.temporal.api.common.v1.PayloadsOrBuilder getSuccessOrBuilder();

  /**
   * .temporal.api.failure.v1.Failure failure = 2;
   * @return Whether the failure field is set.
   */
  boolean hasFailure();
  /**
   * .temporal.api.failure.v1.Failure failure = 2;
   * @return The failure.
   */
  io.temporal.api.failure.v1.Failure getFailure();
  /**
   * .temporal.api.failure.v1.Failure failure = 2;
   */
  io.temporal.api.failure.v1.FailureOrBuilder getFailureOrBuilder();

  public io.temporal.api.update.v1.Outcome.ValueCase getValueCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy