Interface GetConnectivityRulesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetConnectivityRulesRequest,GetConnectivityRulesRequest.Builder
@Generated(value="protoc", comments="annotations:GetConnectivityRulesRequestOrBuilder.java.pb.meta") public interface GetConnectivityRulesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNamespace()Filter connectivity rule by the namespace id.com.google.protobuf.ByteStringgetNamespaceBytes()Filter connectivity rule by the namespace id.intgetPageSize()The requested size of the page to retrieve.java.lang.StringgetPageToken()The page token if this is continuing from another response.com.google.protobuf.ByteStringgetPageTokenBytes()The page token if this is continuing from another response.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPageSize
int getPageSize()
The requested size of the page to retrieve. Optional, defaults to 100.
int32 page_size = 1;- Returns:
- The pageSize.
-
getPageToken
java.lang.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.
-
getNamespace
java.lang.String getNamespace()
Filter connectivity rule by the namespace id.
string namespace = 3;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
Filter connectivity rule by the namespace id.
string namespace = 3;- Returns:
- The bytes for namespace.
-
-