Interface WorkstationConfig.ReadinessCheckOrBuilder (0.29.0)

public static interface WorkstationConfig.ReadinessCheckOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPath()

public abstract String getPath()

Optional. Path to which the request should be sent.

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

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

Optional. Path to which the request should be sent.

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

Returns
TypeDescription
ByteString

The bytes for path.

getPort()

public abstract int getPort()

Optional. Port to which the request should be sent.

int32 port = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The port.