All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.GroupInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/iam/iam.proto

package org.yamcs.protobuf;

public interface GroupInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.iam.GroupInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Group name
   * 
* * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Group name
   * 
* * optional string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Group name
   * 
* * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Group description
   * 
* * optional string description = 2; * @return Whether the description field is set. */ boolean hasDescription(); /** *
   * Group description
   * 
* * optional string description = 2; * @return The description. */ java.lang.String getDescription(); /** *
   * Group description
   * 
* * optional string description = 2; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * Users that are member of this group
   * 
* * repeated .yamcs.protobuf.iam.UserInfo users = 3; */ java.util.List getUsersList(); /** *
   * Users that are member of this group
   * 
* * repeated .yamcs.protobuf.iam.UserInfo users = 3; */ org.yamcs.protobuf.UserInfo getUsers(int index); /** *
   * Users that are member of this group
   * 
* * repeated .yamcs.protobuf.iam.UserInfo users = 3; */ int getUsersCount(); /** *
   * Users that are member of this group
   * 
* * repeated .yamcs.protobuf.iam.UserInfo users = 3; */ java.util.List getUsersOrBuilderList(); /** *
   * Users that are member of this group
   * 
* * repeated .yamcs.protobuf.iam.UserInfo users = 3; */ org.yamcs.protobuf.UserInfoOrBuilder getUsersOrBuilder( int index); /** *
   * Service accounts that are member of this group
   * 
* * repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4; */ java.util.List getServiceAccountsList(); /** *
   * Service accounts that are member of this group
   * 
* * repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4; */ org.yamcs.protobuf.ServiceAccountInfo getServiceAccounts(int index); /** *
   * Service accounts that are member of this group
   * 
* * repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4; */ int getServiceAccountsCount(); /** *
   * Service accounts that are member of this group
   * 
* * repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4; */ java.util.List getServiceAccountsOrBuilderList(); /** *
   * Service accounts that are member of this group
   * 
* * repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4; */ org.yamcs.protobuf.ServiceAccountInfoOrBuilder getServiceAccountsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy