Package org.openziti.edge.proto
Interface EdgeClient.PostureResponse.MacsOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface EdgeClient.PostureResponse.MacsOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<String>getAddressesList()repeated string addresses = 1;abstract intgetAddressesCount()repeated string addresses = 1;abstract StringgetAddresses(int index)repeated string addresses = 1;abstract ByteStringgetAddressesBytes(int index)repeated string addresses = 1;-
-
Method Detail
-
getAddressesList
abstract List<String> getAddressesList()
repeated string addresses = 1;- Returns:
A list containing the addresses.
-
getAddressesCount
abstract int getAddressesCount()
repeated string addresses = 1;- Returns:
The count of addresses.
-
getAddresses
abstract String getAddresses(int index)
repeated string addresses = 1;- Parameters:
index- The index of the element to return.- Returns:
The addresses at the given index.
-
getAddressesBytes
abstract ByteString getAddressesBytes(int index)
repeated string addresses = 1;- Parameters:
index- The index of the element to return.- Returns:
The addresses at the given index.
-
-
-
-