Interface NexusOperationFailureInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
NexusOperationFailureInfo, NexusOperationFailureInfo.Builder

@Generated(value="protoc", comments="annotations:NexusOperationFailureInfoOrBuilder.java.pb.meta") public interface NexusOperationFailureInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Endpoint name.
    com.google.protobuf.ByteString
    Endpoint name.
    Operation name.
    com.google.protobuf.ByteString
    Operation name.
    Deprecated.
    temporal.api.failure.v1.NexusOperationFailureInfo.operation_id is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    temporal.api.failure.v1.NexusOperationFailureInfo.operation_id is deprecated.
    Operation token - may be empty if the operation completed synchronously.
    com.google.protobuf.ByteString
    Operation token - may be empty if the operation completed synchronously.
    long
    The NexusOperationScheduled event ID.
    Service name.
    com.google.protobuf.ByteString
    Service name.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getScheduledEventId

      long getScheduledEventId()
       The NexusOperationScheduled event ID.
       
      int64 scheduled_event_id = 1;
      Returns:
      The scheduledEventId.
    • getEndpoint

      String getEndpoint()
       Endpoint name.
       
      string endpoint = 2;
      Returns:
      The endpoint.
    • getEndpointBytes

      com.google.protobuf.ByteString getEndpointBytes()
       Endpoint name.
       
      string endpoint = 2;
      Returns:
      The bytes for endpoint.
    • getService

      String getService()
       Service name.
       
      string service = 3;
      Returns:
      The service.
    • getServiceBytes

      com.google.protobuf.ByteString getServiceBytes()
       Service name.
       
      string service = 3;
      Returns:
      The bytes for service.
    • getOperation

      String getOperation()
       Operation name.
       
      string operation = 4;
      Returns:
      The operation.
    • getOperationBytes

      com.google.protobuf.ByteString getOperationBytes()
       Operation name.
       
      string operation = 4;
      Returns:
      The bytes for operation.
    • getOperationId

      @Deprecated String getOperationId()
      Deprecated.
      temporal.api.failure.v1.NexusOperationFailureInfo.operation_id is deprecated. See temporal/api/failure/v1/message.proto;l=85
       Operation ID - may be empty if the operation completed synchronously.
      
       Deprecated. Renamed to operation_token.
       
      string operation_id = 5 [deprecated = true];
      Returns:
      The operationId.
    • getOperationIdBytes

      @Deprecated com.google.protobuf.ByteString getOperationIdBytes()
      Deprecated.
      temporal.api.failure.v1.NexusOperationFailureInfo.operation_id is deprecated. See temporal/api/failure/v1/message.proto;l=85
       Operation ID - may be empty if the operation completed synchronously.
      
       Deprecated. Renamed to operation_token.
       
      string operation_id = 5 [deprecated = true];
      Returns:
      The bytes for operationId.
    • getOperationToken

      String getOperationToken()
       Operation token - may be empty if the operation completed synchronously.
       
      string operation_token = 6;
      Returns:
      The operationToken.
    • getOperationTokenBytes

      com.google.protobuf.ByteString getOperationTokenBytes()
       Operation token - may be empty if the operation completed synchronously.
       
      string operation_token = 6;
      Returns:
      The bytes for operationToken.