public interface RelatedUrlOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLabel()
public abstract String getLabel()
Label to describe usage of the URL.
string label = 2;
Returns | |
---|---|
Type | Description |
String |
The label. |
getLabelBytes()
public abstract ByteString getLabelBytes()
Label to describe usage of the URL.
string label = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for label. |
getUrl()
public abstract String getUrl()
Specific URL associated with the resource.
string url = 1;
Returns | |
---|---|
Type | Description |
String |
The url. |
getUrlBytes()
public abstract ByteString getUrlBytes()
Specific URL associated with the resource.
string url = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for url. |