Interface Requests.AddMembersRequestOrBuilder

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

public static interface Requests.AddMembersRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool dryRun = 2;
    getMemberIds(int index)
    repeated string memberIds = 1;
    com.google.protobuf.ByteString
    getMemberIdsBytes(int index)
    repeated string memberIds = 1;
    int
    repeated string memberIds = 1;
    repeated string memberIds = 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

    • getMemberIdsList

      List<String> getMemberIdsList()
      repeated string memberIds = 1;
      Returns:
      A list containing the memberIds.
    • getMemberIdsCount

      int getMemberIdsCount()
      repeated string memberIds = 1;
      Returns:
      The count of memberIds.
    • getMemberIds

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

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

      boolean getDryRun()
      bool dryRun = 2;
      Returns:
      The dryRun.