Interface PathOverrideOrBuilder (2.41.0)

public interface PathOverrideOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPath()

public abstract String getPath()

The URI path (e.g., /users/1234). Default is an empty string.

string path = 1;

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

The URI path (e.g., /users/1234). Default is an empty string.

string path = 1;

Returns
TypeDescription
ByteString

The bytes for path.