Interface UserOrGroupListOrBuilder

All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder, io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserOrGroupList, UserOrGroupList.Builder

public interface UserOrGroupListOrBuilder extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    bytes cookie = 1;
    getUsersOrGroups(int index)
    repeated string usersOrGroups = 2;
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    repeated string usersOrGroups = 2;
    int
    repeated string usersOrGroups = 2;
    repeated string usersOrGroups = 2;

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCookie

      io.deephaven.shadow.core.com.google.protobuf.ByteString getCookie()
      bytes cookie = 1;
      Returns:
      The cookie.
    • getUsersOrGroupsList

      List<String> getUsersOrGroupsList()
      repeated string usersOrGroups = 2;
      Returns:
      A list containing the usersOrGroups.
    • getUsersOrGroupsCount

      int getUsersOrGroupsCount()
      repeated string usersOrGroups = 2;
      Returns:
      The count of usersOrGroups.
    • getUsersOrGroups

      String getUsersOrGroups(int index)
      repeated string usersOrGroups = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The usersOrGroups at the given index.
    • getUsersOrGroupsBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getUsersOrGroupsBytes(int index)
      repeated string usersOrGroups = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the usersOrGroups at the given index.