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 Type
    Method
    Description
    Group description
    com.google.protobuf.ByteString
    Group description
    Group name
    com.google.protobuf.ByteString
    Group name
    getServiceAccounts(int index)
    Names of service accounts that should be added as member
    com.google.protobuf.ByteString
    Names of service accounts that should be added as member
    int
    Names of service accounts that should be added as member
    Names of service accounts that should be added as member
    getUsers(int index)
    Usernames of users that should be added as member
    com.google.protobuf.ByteString
    getUsersBytes(int index)
    Usernames of users that should be added as member
    int
    Usernames of users that should be added as member
    Usernames of users that should be added as member
    boolean
    Group description
    boolean
    Group name

    Methods 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

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

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

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

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