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 TypeMethodDescriptiongetAddresses(int index) List of proxy addresses to remove (in serialized format, e.g., "host:port").com.google.protobuf.ByteStringgetAddressesBytes(int index) List of proxy addresses to remove (in serialized format, e.g., "host:port").intList 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").getId()The unique identifier (UUID) of the instance.com.google.protobuf.ByteStringThe unique identifier (UUID) of the instance.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.
-
getAddressesList
-
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
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.
-