Interface StartOperationResponse.AsyncOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StartOperationResponse.Async, StartOperationResponse.Async.Builder
Enclosing class:
StartOperationResponse

public static interface StartOperationResponse.AsyncOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getLinks(int index)
    repeated .temporal.api.nexus.v1.Link links = 2;
    int
    repeated .temporal.api.nexus.v1.Link links = 2;
    repeated .temporal.api.nexus.v1.Link links = 2;
    getLinksOrBuilder(int index)
    repeated .temporal.api.nexus.v1.Link links = 2;
    List<? extends LinkOrBuilder>
    repeated .temporal.api.nexus.v1.Link links = 2;
    Deprecated.
    temporal.api.nexus.v1.StartOperationResponse.Async.operation_id is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    temporal.api.nexus.v1.StartOperationResponse.Async.operation_id is deprecated.
    string operation_token = 3;
    com.google.protobuf.ByteString
    string operation_token = 3;

    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

    • getOperationId

      @Deprecated String getOperationId()
      Deprecated.
      temporal.api.nexus.v1.StartOperationResponse.Async.operation_id is deprecated. See temporal/api/nexus/v1/message.proto;l=124
       Deprecated. Renamed to operation_token.
       
      string operation_id = 1 [deprecated = true];
      Returns:
      The operationId.
    • getOperationIdBytes

      @Deprecated com.google.protobuf.ByteString getOperationIdBytes()
      Deprecated.
      temporal.api.nexus.v1.StartOperationResponse.Async.operation_id is deprecated. See temporal/api/nexus/v1/message.proto;l=124
       Deprecated. Renamed to operation_token.
       
      string operation_id = 1 [deprecated = true];
      Returns:
      The bytes for operationId.
    • getLinksList

      List<Link> getLinksList()
      repeated .temporal.api.nexus.v1.Link links = 2;
    • getLinks

      Link getLinks(int index)
      repeated .temporal.api.nexus.v1.Link links = 2;
    • getLinksCount

      int getLinksCount()
      repeated .temporal.api.nexus.v1.Link links = 2;
    • getLinksOrBuilderList

      List<? extends LinkOrBuilder> getLinksOrBuilderList()
      repeated .temporal.api.nexus.v1.Link links = 2;
    • getLinksOrBuilder

      LinkOrBuilder getLinksOrBuilder(int index)
      repeated .temporal.api.nexus.v1.Link links = 2;
    • getOperationToken

      String getOperationToken()
      string operation_token = 3;
      Returns:
      The operationToken.
    • getOperationTokenBytes

      com.google.protobuf.ByteString getOperationTokenBytes()
      string operation_token = 3;
      Returns:
      The bytes for operationToken.