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

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

package io.temporal.api.failure.v1;

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

  /**
   * 
   * The NexusOperationScheduled event ID.
   * 
* * int64 scheduled_event_id = 1; * @return The scheduledEventId. */ long getScheduledEventId(); /** *
   * Endpoint name.
   * 
* * string endpoint = 2; * @return The endpoint. */ java.lang.String getEndpoint(); /** *
   * Endpoint name.
   * 
* * string endpoint = 2; * @return The bytes for endpoint. */ com.google.protobuf.ByteString getEndpointBytes(); /** *
   * Service name.
   * 
* * string service = 3; * @return The service. */ java.lang.String getService(); /** *
   * Service name.
   * 
* * string service = 3; * @return The bytes for service. */ com.google.protobuf.ByteString getServiceBytes(); /** *
   * Operation name.
   * 
* * string operation = 4; * @return The operation. */ java.lang.String getOperation(); /** *
   * Operation name.
   * 
* * string operation = 4; * @return The bytes for operation. */ com.google.protobuf.ByteString getOperationBytes(); /** *
   * Operation ID - may be empty if the operation completed synchronously.
   * 
* * string operation_id = 5; * @return The operationId. */ java.lang.String getOperationId(); /** *
   * Operation ID - may be empty if the operation completed synchronously.
   * 
* * string operation_id = 5; * @return The bytes for operationId. */ com.google.protobuf.ByteString getOperationIdBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy