Interface TrafficPortSelectorOrBuilder (0.1.0)

public interface TrafficPortSelectorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPorts(int index)

public abstract String getPorts(int index)

Optional. A list of ports. Can be port numbers or port range (example, [80-90] specifies all ports from 80 to 90, including 80 and 90) or named ports or * to specify all ports. If the list is empty, all ports are selected.

repeated string ports = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The ports at the given index.

getPortsBytes(int index)

public abstract ByteString getPortsBytes(int index)

Optional. A list of ports. Can be port numbers or port range (example, [80-90] specifies all ports from 80 to 90, including 80 and 90) or named ports or * to specify all ports. If the list is empty, all ports are selected.

repeated string ports = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the ports at the given index.

getPortsCount()

public abstract int getPortsCount()

Optional. A list of ports. Can be port numbers or port range (example, [80-90] specifies all ports from 80 to 90, including 80 and 90) or named ports or * to specify all ports. If the list is empty, all ports are selected.

repeated string ports = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of ports.

getPortsList()

public abstract List<String> getPortsList()

Optional. A list of ports. Can be port numbers or port range (example, [80-90] specifies all ports from 80 to 90, including 80 and 90) or named ports or * to specify all ports. If the list is empty, all ports are selected.

repeated string ports = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the ports.