Package org.yamcs.protobuf
Interface CreateGroupRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateGroupRequest
,CreateGroupRequest.Builder
public interface CreateGroupRequestOrBuilder
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) Names of service accounts that should be added as membercom.google.protobuf.ByteString
getServiceAccountsBytes
(int index) Names of service accounts that should be added as memberint
Names of service accounts that should be added as memberNames of service accounts that should be added as membergetUsers
(int index) Usernames of users that should be added as membercom.google.protobuf.ByteString
getUsersBytes
(int index) Usernames of users that should be added as memberint
Usernames of users that should be added as memberUsernames of users that should be added as memberboolean
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
Usernames of users that should be added as member
repeated string users = 3;
- Returns:
- A list containing the users.
-
getUsersCount
int getUsersCount()Usernames of users that should be added as member
repeated string users = 3;
- Returns:
- The count of users.
-
getUsers
Usernames of users that should be added as member
repeated string users = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The users at the given index.
-
getUsersBytes
com.google.protobuf.ByteString getUsersBytes(int index) Usernames of users that should be added as member
repeated string users = 3;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the users at the given index.
-
getServiceAccountsList
Names of service accounts that should be added as member
repeated string serviceAccounts = 4;
- Returns:
- A list containing the serviceAccounts.
-
getServiceAccountsCount
int getServiceAccountsCount()Names of service accounts that should be added as member
repeated string serviceAccounts = 4;
- Returns:
- The count of serviceAccounts.
-
getServiceAccounts
Names of service accounts that should be added as member
repeated string serviceAccounts = 4;
- Parameters:
index
- The index of the element to return.- Returns:
- The serviceAccounts at the given index.
-
getServiceAccountsBytes
com.google.protobuf.ByteString getServiceAccountsBytes(int index) Names of service accounts that should be added as member
repeated string serviceAccounts = 4;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the serviceAccounts at the given index.
-