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

io.temporal.api.workflowservice.v1.SignalWithStartWorkflowExecutionResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/workflowservice/v1/request_response.proto

package io.temporal.api.workflowservice.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:SignalWithStartWorkflowExecutionResponseOrBuilder.java.pb.meta")
public interface SignalWithStartWorkflowExecutionResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.workflowservice.v1.SignalWithStartWorkflowExecutionResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string run_id = 1;
   * @return The runId.
   */
  java.lang.String getRunId();
  /**
   * string run_id = 1;
   * @return The bytes for runId.
   */
  com.google.protobuf.ByteString
      getRunIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy