Package io.deephaven.proto.controller
Interface UserOrGroupListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserOrGroupList,UserOrGroupList.Builder
@Generated
public interface UserOrGroupListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes cookie = 1;getUsersOrGroups(int index) repeated string usersOrGroups = 2;com.google.protobuf.ByteStringgetUsersOrGroupsBytes(int index) repeated string usersOrGroups = 2;intrepeated string usersOrGroups = 2;repeated string usersOrGroups = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCookie
com.google.protobuf.ByteString getCookie()bytes cookie = 1;- Returns:
- The cookie.
-
getUsersOrGroupsList
repeated string usersOrGroups = 2;- Returns:
- A list containing the usersOrGroups.
-
getUsersOrGroupsCount
int getUsersOrGroupsCount()repeated string usersOrGroups = 2;- Returns:
- The count of usersOrGroups.
-
getUsersOrGroups
repeated string usersOrGroups = 2;- Parameters:
index- The index of the element to return.- Returns:
- The usersOrGroups at the given index.
-
getUsersOrGroupsBytes
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.
-