Interface ListNexusOperationExecutionsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListNexusOperationExecutionsRequest,ListNexusOperationExecutionsRequest.Builder
@Generated(value="protoc",
comments="annotations:ListNexusOperationExecutionsRequestOrBuilder.java.pb.meta")
public interface ListNexusOperationExecutionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring namespace = 1;com.google.protobuf.ByteStringstring namespace = 1;com.google.protobuf.ByteStringToken returned in ListNexusOperationExecutionsResponse.intMax number of operations to return per page.getQuery()Visibility query, see https://docs.temporal.io/list-filter for the syntax.com.google.protobuf.ByteStringVisibility query, see https://docs.temporal.io/list-filter for the syntax.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
-
getNamespace
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 1;- Returns:
- The bytes for namespace.
-
getPageSize
int getPageSize()Max number of operations to return per page.
int32 page_size = 2;- Returns:
- The pageSize.
-
getNextPageToken
com.google.protobuf.ByteString getNextPageToken()Token returned in ListNexusOperationExecutionsResponse.
bytes next_page_token = 3;- Returns:
- The nextPageToken.
-
getQuery
String getQuery()Visibility query, see https://docs.temporal.io/list-filter for the syntax. Search attributes that are avaialble for Nexus operations include: - OperationId - RunId - Endpoint - Service - Operation - RequestId - StartTime - ExecutionTime - CloseTime - ExecutionStatus - ExecutionDuration - StateTransitionCount
string query = 4;- Returns:
- The query.
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes()Visibility query, see https://docs.temporal.io/list-filter for the syntax. Search attributes that are avaialble for Nexus operations include: - OperationId - RunId - Endpoint - Service - Operation - RequestId - StartTime - ExecutionTime - CloseTime - ExecutionStatus - ExecutionDuration - StateTransitionCount
string query = 4;- Returns:
- The bytes for query.
-