Interface WorkstationConfig.PortRangeOrBuilder (0.81.0)

public static interface WorkstationConfig.PortRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFirst()

public abstract int getFirst()

Required. Starting port number for the current range of ports. Valid ports are 22, 80, and ports within the range 1024-65535.

int32 first = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The first.

getLast()

public abstract int getLast()

Required. Ending port number for the current range of ports. Valid ports are 22, 80, and ports within the range 1024-65535.

int32 last = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The last.