Interface ScanWorkflowExecutionsRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getNamespace()
      string namespace = 1;
      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      com.google.protobuf.ByteString getNextPageToken()
      bytes next_page_token = 3;
      int getPageSize()
      int32 page_size = 2;
      java.lang.String getQuery()
      string query = 4;
      com.google.protobuf.ByteString getQueryBytes()
      string query = 4;
      • 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 Detail

      • getNamespace

        java.lang.String getNamespace()
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • getPageSize

        int getPageSize()
        int32 page_size = 2;
        Returns:
        The pageSize.
      • getNextPageToken

        com.google.protobuf.ByteString getNextPageToken()
        bytes next_page_token = 3;
        Returns:
        The nextPageToken.
      • getQuery

        java.lang.String getQuery()
        string query = 4;
        Returns:
        The query.
      • getQueryBytes

        com.google.protobuf.ByteString getQueryBytes()
        string query = 4;
        Returns:
        The bytes for query.