Interface WorkstationConfig.ReadinessCheckOrBuilder (0.10.0)

public static interface WorkstationConfig.ReadinessCheckOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPath()

public abstract String getPath()

Path to which the request should be sent.

string path = 1;

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

Path to which the request should be sent.

string path = 1;

Returns
TypeDescription
ByteString

The bytes for path.

getPort()

public abstract int getPort()

Port to which the request should be sent.

int32 port = 2;

Returns
TypeDescription
int

The port.