Interface RelatedUrlOrBuilder (2.3.1)

public interface RelatedUrlOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLabel()

public abstract String getLabel()

Label to describe usage of the URL.

string label = 2;

Returns
TypeDescription
String

The label.

getLabelBytes()

public abstract ByteString getLabelBytes()

Label to describe usage of the URL.

string label = 2;

Returns
TypeDescription
ByteString

The bytes for label.

getUrl()

public abstract String getUrl()

Specific URL associated with the resource.

string url = 1;

Returns
TypeDescription
String

The url.

getUrlBytes()

public abstract ByteString getUrlBytes()

Specific URL associated with the resource.

string url = 1;

Returns
TypeDescription
ByteString

The bytes for url.