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 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

      List<UserInfo> getUsersList()
       Users that are member of this group
       
      repeated .yamcs.protobuf.iam.UserInfo users = 3;
    • getUsers

      UserInfo getUsers(int index)
       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

      UserInfoOrBuilder getUsersOrBuilder(int index)
       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

      ServiceAccountInfo getServiceAccounts(int index)
       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

      ServiceAccountInfoOrBuilder getServiceAccountsOrBuilder(int index)
       Service accounts that are member of this group
       
      repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;