Interface CustomHttpPatternOrBuilder (2.7.4)

public interface CustomHttpPatternOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKind()

public abstract String getKind()

The name of this custom HTTP verb.

string kind = 1;

Returns
TypeDescription
String

The kind.

getKindBytes()

public abstract ByteString getKindBytes()

The name of this custom HTTP verb.

string kind = 1;

Returns
TypeDescription
ByteString

The bytes for kind.

getPath()

public abstract String getPath()

The path matched by this custom verb.

string path = 2;

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

The path matched by this custom verb.

string path = 2;

Returns
TypeDescription
ByteString

The bytes for path.