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

org.yamcs.protobuf.CreateGroupRequestOrBuilder 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 CreateGroupRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.iam.CreateGroupRequest)
    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(); /** *
   * Usernames of users that should be added as member
   * 
* * repeated string users = 3; * @return A list containing the users. */ java.util.List getUsersList(); /** *
   * Usernames of users that should be added as member
   * 
* * repeated string users = 3; * @return The count of users. */ int getUsersCount(); /** *
   * Usernames of users that should be added as member
   * 
* * repeated string users = 3; * @param index The index of the element to return. * @return The users at the given index. */ java.lang.String getUsers(int index); /** *
   * Usernames of users that should be added as member
   * 
* * repeated string users = 3; * @param index The index of the value to return. * @return The bytes of the users at the given index. */ com.google.protobuf.ByteString getUsersBytes(int index); /** *
   * Names of service accounts that should be added as member
   * 
* * repeated string serviceAccounts = 4; * @return A list containing the serviceAccounts. */ java.util.List getServiceAccountsList(); /** *
   * Names of service accounts that should be added as member
   * 
* * repeated string serviceAccounts = 4; * @return The count of serviceAccounts. */ int getServiceAccountsCount(); /** *
   * Names of service accounts that should be added as member
   * 
* * repeated string serviceAccounts = 4; * @param index The index of the element to return. * @return The serviceAccounts at the given index. */ java.lang.String getServiceAccounts(int index); /** *
   * Names of service accounts that should be added as member
   * 
* * repeated string serviceAccounts = 4; * @param index The index of the value to return. * @return The bytes of the serviceAccounts at the given index. */ com.google.protobuf.ByteString getServiceAccountsBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy