Interface GetNamespaceExportSinksRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The namespace to which the sinks belong.
    com.google.protobuf.ByteString
    The namespace to which the sinks belong.
    int
    The requested size of the page to retrieve.
    The page token if this is continuing from another response - optional.
    com.google.protobuf.ByteString
    The page token if this is continuing from another response - optional.

    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 which the sinks belong.
       
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
       The namespace to which the sinks belong.
       
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • getPageSize

      int getPageSize()
       The requested size of the page to retrieve. Cannot exceed 1000.
       Defaults to 100 if not specified.
       
      int32 page_size = 2;
      Returns:
      The pageSize.
    • getPageToken

      String getPageToken()
       The page token if this is continuing from another response - optional.
       
      string page_token = 3;
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
       The page token if this is continuing from another response - optional.
       
      string page_token = 3;
      Returns:
      The bytes for pageToken.