Interface GetNamespacesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetNamespacesRequest,GetNamespacesRequest.Builder
@Generated(value="protoc",
comments="annotations:GetNamespacesRequestOrBuilder.java.pb.meta")
public interface GetNamespacesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Filter namespaces by their name.com.google.protobuf.ByteStringFilter namespaces by their name.intThe requested size of the page to retrieve.The page token if this is continuing from another response.com.google.protobuf.ByteStringThe page token if this is continuing from another response.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
-
getPageSize
int getPageSize()The requested size of the page to retrieve. Cannot exceed 1000. Optional, defaults to 100.
int32 page_size = 1;- Returns:
- The pageSize.
-
getPageToken
String getPageToken()The page token if this is continuing from another response. Optional, defaults to empty.
string page_token = 2;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()The page token if this is continuing from another response. Optional, defaults to empty.
string page_token = 2;- Returns:
- The bytes for pageToken.
-
getName
String getName()Filter namespaces by their name. Optional, defaults to empty.
string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Filter namespaces by their name. Optional, defaults to empty.
string name = 3;- Returns:
- The bytes for name.
-