Package org.yamcs.protobuf
Interface UpdateGroupRequest.MemberInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateGroupRequest.MemberInfo,UpdateGroupRequest.MemberInfo.Builder
- Enclosing class:
- UpdateGroupRequest
public static interface UpdateGroupRequest.MemberInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetServiceAccounts(int index)repeated string serviceAccounts = 2;com.google.protobuf.ByteStringgetServiceAccountsBytes(int index)repeated string serviceAccounts = 2;intgetServiceAccountsCount()repeated string serviceAccounts = 2;List<String>getServiceAccountsList()repeated string serviceAccounts = 2;StringgetUsers(int index)repeated string users = 1;com.google.protobuf.ByteStringgetUsersBytes(int index)repeated string users = 1;intgetUsersCount()repeated string users = 1;List<String>getUsersList()repeated string users = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUsersCount
int getUsersCount()
repeated string users = 1;
-
getUsers
String getUsers(int index)
repeated string users = 1;
-
getUsersBytes
com.google.protobuf.ByteString getUsersBytes(int index)
repeated string users = 1;
-
getServiceAccountsCount
int getServiceAccountsCount()
repeated string serviceAccounts = 2;
-
getServiceAccounts
String getServiceAccounts(int index)
repeated string serviceAccounts = 2;
-
getServiceAccountsBytes
com.google.protobuf.ByteString getServiceAccountsBytes(int index)
repeated string serviceAccounts = 2;
-
-