Package org.yamcs.protobuf
Interface GroupInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroupInfo
,GroupInfo.Builder
public interface GroupInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionGroup descriptioncom.google.protobuf.ByteString
Group descriptiongetName()
Group namecom.google.protobuf.ByteString
Group namegetServiceAccounts
(int index) Service accounts that are member of this groupint
Service accounts that are member of this groupService accounts that are member of this groupgetServiceAccountsOrBuilder
(int index) Service accounts that are member of this groupList<? extends ServiceAccountInfoOrBuilder>
Service accounts that are member of this groupgetUsers
(int index) Users that are member of this groupint
Users that are member of this groupUsers that are member of this groupgetUsersOrBuilder
(int index) Users that are member of this groupList<? extends UserInfoOrBuilder>
Users that are member of this groupboolean
Group descriptionboolean
hasName()
Group nameMethods 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
-
hasName
boolean hasName()Group name
optional string name = 1;
- Returns:
- Whether the name field is set.
-
getName
String getName()Group name
optional string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Group name
optional string name = 1;
- Returns:
- The bytes for name.
-
hasDescription
boolean hasDescription()Group description
optional string description = 2;
- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()Group description
optional string description = 2;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Group description
optional string description = 2;
- Returns:
- The bytes for description.
-
getUsersList
Users that are member of this group
repeated .yamcs.protobuf.iam.UserInfo users = 3;
-
getUsers
Users that are member of this group
repeated .yamcs.protobuf.iam.UserInfo users = 3;
-
getUsersCount
int getUsersCount()Users that are member of this group
repeated .yamcs.protobuf.iam.UserInfo users = 3;
-
getUsersOrBuilderList
List<? extends UserInfoOrBuilder> getUsersOrBuilderList()Users that are member of this group
repeated .yamcs.protobuf.iam.UserInfo users = 3;
-
getUsersOrBuilder
Users that are member of this group
repeated .yamcs.protobuf.iam.UserInfo users = 3;
-
getServiceAccountsList
List<ServiceAccountInfo> getServiceAccountsList()Service accounts that are member of this group
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;
-
getServiceAccounts
Service accounts that are member of this group
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;
-
getServiceAccountsCount
int getServiceAccountsCount()Service accounts that are member of this group
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;
-
getServiceAccountsOrBuilderList
List<? extends ServiceAccountInfoOrBuilder> getServiceAccountsOrBuilderList()Service accounts that are member of this group
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;
-
getServiceAccountsOrBuilder
Service accounts that are member of this group
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;
-