Package io.temporal.api.nexus.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkgetLinks(int index)repeated .temporal.api.nexus.v1.Link links = 2;intgetLinksCount()repeated .temporal.api.nexus.v1.Link links = 2;java.util.List<Link>getLinksList()repeated .temporal.api.nexus.v1.Link links = 2;LinkOrBuildergetLinksOrBuilder(int index)repeated .temporal.api.nexus.v1.Link links = 2;java.util.List<? extends LinkOrBuilder>getLinksOrBuilderList()repeated .temporal.api.nexus.v1.Link links = 2;java.lang.StringgetOperationId()string operation_id = 1;com.google.protobuf.ByteStringgetOperationIdBytes()string operation_id = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperationId
java.lang.String getOperationId()
string operation_id = 1;- Returns:
- The operationId.
-
getOperationIdBytes
com.google.protobuf.ByteString getOperationIdBytes()
string operation_id = 1;- Returns:
- The bytes for operationId.
-
getLinksList
java.util.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
java.util.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;
-
-