Interface ListGroupsRequestOrBuilder

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

public interface ListGroupsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional pagination cursor.
    com.google.protobuf.ByteString
    Optional pagination cursor.
    Max number of groups to return.
    Max number of groups to return.
    List groups that contain this value in their names.
    com.google.protobuf.ByteString
    List groups that contain this value in their names.
    boolean
    Max number of groups to return.

    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

    • getName

      String getName()
       List groups that contain this value in their names.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       List groups that contain this value in their names.
       
      string name = 1;
      Returns:
      The bytes for name.
    • getCursor

      String getCursor()
       Optional pagination cursor.
       
      string cursor = 2;
      Returns:
      The cursor.
    • getCursorBytes

      com.google.protobuf.ByteString getCursorBytes()
       Optional pagination cursor.
       
      string cursor = 2;
      Returns:
      The bytes for cursor.
    • hasLimit

      boolean hasLimit()
       Max number of groups to return. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 3;
      Returns:
      Whether the limit field is set.
    • getLimit

      Int32Value getLimit()
       Max number of groups to return. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 3;
      Returns:
      The limit.
    • getLimitOrBuilder

      Int32ValueOrBuilder getLimitOrBuilder()
       Max number of groups to return. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 3;