Interface ListSchedulesRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    int
    How many to return at once.
    The namespace to list schedules in.
    com.google.protobuf.ByteString
    The namespace to list schedules in.
    com.google.protobuf.ByteString
    Token to get the next page of results.
    Query to filter schedules.
    com.google.protobuf.ByteString
    Query to filter schedules.

    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

    • getNamespace

      String getNamespace()
       The namespace to list schedules in.
       
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
       The namespace to list schedules in.
       
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • getMaximumPageSize

      int getMaximumPageSize()
       How many to return at once.
       
      int32 maximum_page_size = 2;
      Returns:
      The maximumPageSize.
    • getNextPageToken

      com.google.protobuf.ByteString getNextPageToken()
       Token to get the next page of results.
       
      bytes next_page_token = 3;
      Returns:
      The nextPageToken.
    • getQuery

      String getQuery()
       Query to filter schedules.
       
      string query = 4;
      Returns:
      The query.
    • getQueryBytes

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