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

io.temporal.api.common.v1.WorkflowTypeOrBuilder 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/common/v1/message.proto

package io.temporal.api.common.v1;

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

  /**
   * string name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy