Interface ListBatchOperationsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Namespace that contains the batch operation
    com.google.protobuf.ByteString
    Namespace that contains the batch operation
    com.google.protobuf.ByteString
    Next page token
    int
    List page size

    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()
       Namespace that contains the batch operation
       
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
       Namespace that contains the batch operation
       
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • getPageSize

      int getPageSize()
       List page size
       
      int32 page_size = 2;
      Returns:
      The pageSize.
    • getNextPageToken

      com.google.protobuf.ByteString getNextPageToken()
       Next page token
       
      bytes next_page_token = 3;
      Returns:
      The nextPageToken.