Interface InstanceRemoveProxiesBatchRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getAddresses(int index)
    List of proxy addresses to remove (in serialized format, e.g., "host:port").
    com.google.protobuf.ByteString
    getAddressesBytes(int index)
    List of proxy addresses to remove (in serialized format, e.g., "host:port").
    int
    List of proxy addresses to remove (in serialized format, e.g., "host:port").
    List of proxy addresses to remove (in serialized format, e.g., "host:port").
    The unique identifier (UUID) of the instance.
    com.google.protobuf.ByteString
    The unique identifier (UUID) of the instance.

    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.
    • getAddressesList

      List<String> getAddressesList()
      List of proxy addresses to remove (in serialized format, e.g., "host:port").
      Proxies matching these addresses will be removed.
      
      repeated string addresses = 2;
      Returns:
      A list containing the addresses.
    • getAddressesCount

      int getAddressesCount()
      List of proxy addresses to remove (in serialized format, e.g., "host:port").
      Proxies matching these addresses will be removed.
      
      repeated string addresses = 2;
      Returns:
      The count of addresses.
    • getAddresses

      String getAddresses(int index)
      List of proxy addresses to remove (in serialized format, e.g., "host:port").
      Proxies matching these addresses will be removed.
      
      repeated string addresses = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The addresses at the given index.
    • getAddressesBytes

      com.google.protobuf.ByteString getAddressesBytes(int index)
      List of proxy addresses to remove (in serialized format, e.g., "host:port").
      Proxies matching these addresses will be removed.
      
      repeated string addresses = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the addresses at the given index.