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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()optional string description = 2;com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 2;StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;ServiceAccountInfogetServiceAccounts(int index)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;intgetServiceAccountsCount()repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;List<ServiceAccountInfo>getServiceAccountsList()repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;ServiceAccountInfoOrBuildergetServiceAccountsOrBuilder(int index)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;List<? extends ServiceAccountInfoOrBuilder>getServiceAccountsOrBuilderList()repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;UserInfogetUsers(int index)repeated .yamcs.protobuf.iam.UserInfo users = 3;intgetUsersCount()repeated .yamcs.protobuf.iam.UserInfo users = 3;List<UserInfo>getUsersList()repeated .yamcs.protobuf.iam.UserInfo users = 3;UserInfoOrBuildergetUsersOrBuilder(int index)repeated .yamcs.protobuf.iam.UserInfo users = 3;List<? extends UserInfoOrBuilder>getUsersOrBuilderList()repeated .yamcs.protobuf.iam.UserInfo users = 3;booleanhasDescription()optional string description = 2;booleanhasName()optional string name = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
optional string name = 1;
-
getName
String getName()
optional string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
-
hasDescription
boolean hasDescription()
optional string description = 2;
-
getDescription
String getDescription()
optional string description = 2;
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 2;
-
getUsers
UserInfo getUsers(int index)
repeated .yamcs.protobuf.iam.UserInfo users = 3;
-
getUsersCount
int getUsersCount()
repeated .yamcs.protobuf.iam.UserInfo users = 3;
-
getUsersOrBuilderList
List<? extends UserInfoOrBuilder> getUsersOrBuilderList()
repeated .yamcs.protobuf.iam.UserInfo users = 3;
-
getUsersOrBuilder
UserInfoOrBuilder getUsersOrBuilder(int index)
repeated .yamcs.protobuf.iam.UserInfo users = 3;
-
getServiceAccountsList
List<ServiceAccountInfo> getServiceAccountsList()
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;
-
getServiceAccounts
ServiceAccountInfo getServiceAccounts(int index)
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;
-
getServiceAccountsCount
int getServiceAccountsCount()
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;
-
getServiceAccountsOrBuilderList
List<? extends ServiceAccountInfoOrBuilder> getServiceAccountsOrBuilderList()
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;
-
getServiceAccountsOrBuilder
ServiceAccountInfoOrBuilder getServiceAccountsOrBuilder(int index)
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;
-
-