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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaximumPageSize()How many to return at once.java.lang.StringgetNamespace()The namespace to list schedules in.com.google.protobuf.ByteStringgetNamespaceBytes()The namespace to list schedules in.com.google.protobuf.ByteStringgetNextPageToken()Token to get the next page of results.-
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()
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.
-
-