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 TypeMethodDescriptiongetId()The unique identifier (UUID) of the instance.com.google.protobuf.ByteStringThe unique identifier (UUID) of the instance.getProfileIds(int index) List of profile_ids (UUIDs) of accounts to remove.com.google.protobuf.ByteStringgetProfileIdsBytes(int index) List of profile_ids (UUIDs) of accounts to remove.intList 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
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()The unique identifier (UUID) of the instance.
string id = 1;- Returns:
- The bytes for id.
-
getProfileIdsList
-
getProfileIdsCount
int getProfileIdsCount()List of profile_ids (UUIDs) of accounts to remove.
repeated string profile_ids = 2;- Returns:
- The count of profileIds.
-
getProfileIds
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.
-