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

io.temporal.api.update.v1.RequestOrBuilder 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:RequestOrBuilder.java.pb.meta")
public interface RequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.update.v1.Request)
    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.Input input = 2;
   * @return Whether the input field is set.
   */
  boolean hasInput();
  /**
   * .temporal.api.update.v1.Input input = 2;
   * @return The input.
   */
  io.temporal.api.update.v1.Input getInput();
  /**
   * .temporal.api.update.v1.Input input = 2;
   */
  io.temporal.api.update.v1.InputOrBuilder getInputOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy