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 TypeMethodDescriptiongetLinks(int index) repeated .temporal.api.nexus.v1.Link links = 2;intrepeated .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.ByteStringDeprecated.temporal.api.nexus.v1.StartOperationResponse.Async.operation_id is deprecated.string operation_token = 3;com.google.protobuf.ByteStringstring operation_token = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOperationId
Deprecated.temporal.api.nexus.v1.StartOperationResponse.Async.operation_id is deprecated. See temporal/api/nexus/v1/message.proto;l=124Deprecated. Renamed to operation_token.
string operation_id = 1 [deprecated = true];- Returns:
- The operationId.
-
getOperationIdBytes
Deprecated.temporal.api.nexus.v1.StartOperationResponse.Async.operation_id is deprecated. See temporal/api/nexus/v1/message.proto;l=124Deprecated. Renamed to operation_token.
string operation_id = 1 [deprecated = true];- Returns:
- The bytes for operationId.
-
getLinksList
-
getLinks
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
repeated .temporal.api.nexus.v1.Link links = 2; -
getOperationToken
-
getOperationTokenBytes
com.google.protobuf.ByteString getOperationTokenBytes()string operation_token = 3;- Returns:
- The bytes for operationToken.
-