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 TypeMethodDescriptionintHow many to return at once.The namespace to list schedules in.com.google.protobuf.ByteStringThe namespace to list schedules in.com.google.protobuf.ByteStringToken to get the next page of results.getQuery()Query to filter schedules.com.google.protobuf.ByteStringQuery to filter schedules.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
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
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes()Query to filter schedules.
string query = 4;- Returns:
- The bytes for query.
-