Interface InstanceRemoveAccountsBatchRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InstanceRemoveAccountsBatchRequest, InstanceRemoveAccountsBatchRequest.Builder

@Generated public interface InstanceRemoveAccountsBatchRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The unique identifier (UUID) of the instance.
    com.google.protobuf.ByteString
    The unique identifier (UUID) of the instance.
    getProfileIds(int index)
    List of profile_ids (UUIDs) of accounts to remove.
    com.google.protobuf.ByteString
    getProfileIdsBytes(int index)
    List of profile_ids (UUIDs) of accounts to remove.
    int
    List of profile_ids (UUIDs) of accounts to remove.
    List of profile_ids (UUIDs) of accounts to remove.

    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

    • getId

      String getId()
      The unique identifier (UUID) of the instance.
      
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      The unique identifier (UUID) of the instance.
      
      string id = 1;
      Returns:
      The bytes for id.
    • getProfileIdsList

      List<String> getProfileIdsList()
      List of profile_ids (UUIDs) of accounts to remove.
      
      repeated string profile_ids = 2;
      Returns:
      A list containing the profileIds.
    • getProfileIdsCount

      int getProfileIdsCount()
      List of profile_ids (UUIDs) of accounts to remove.
      
      repeated string profile_ids = 2;
      Returns:
      The count of profileIds.
    • getProfileIds

      String getProfileIds(int index)
      List of profile_ids (UUIDs) of accounts to remove.
      
      repeated string profile_ids = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The profileIds at the given index.
    • getProfileIdsBytes

      com.google.protobuf.ByteString getProfileIdsBytes(int index)
      List of profile_ids (UUIDs) of accounts to remove.
      
      repeated string profile_ids = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the profileIds at the given index.