Interface UpdateGroupRequest.MemberInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateGroupRequest.MemberInfo, UpdateGroupRequest.MemberInfo.Builder
Enclosing class:
UpdateGroupRequest

public static interface UpdateGroupRequest.MemberInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getServiceAccounts(int index)
    repeated string serviceAccounts = 2;
    com.google.protobuf.ByteString
    repeated string serviceAccounts = 2;
    int
    repeated string serviceAccounts = 2;
    repeated string serviceAccounts = 2;
    getUsers(int index)
    repeated string users = 1;
    com.google.protobuf.ByteString
    getUsersBytes(int index)
    repeated string users = 1;
    int
    repeated string users = 1;
    repeated string users = 1;

    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

    • getUsersList

      List<String> getUsersList()
      repeated string users = 1;
      Returns:
      A list containing the users.
    • getUsersCount

      int getUsersCount()
      repeated string users = 1;
      Returns:
      The count of users.
    • getUsers

      String getUsers(int index)
      repeated string users = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The users at the given index.
    • getUsersBytes

      com.google.protobuf.ByteString getUsersBytes(int index)
      repeated string users = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the users at the given index.
    • getServiceAccountsList

      List<String> getServiceAccountsList()
      repeated string serviceAccounts = 2;
      Returns:
      A list containing the serviceAccounts.
    • getServiceAccountsCount

      int getServiceAccountsCount()
      repeated string serviceAccounts = 2;
      Returns:
      The count of serviceAccounts.
    • getServiceAccounts

      String getServiceAccounts(int index)
      repeated string serviceAccounts = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The serviceAccounts at the given index.
    • getServiceAccountsBytes

      com.google.protobuf.ByteString getServiceAccountsBytes(int index)
      repeated string serviceAccounts = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the serviceAccounts at the given index.