public interface TrackingIssueOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUrl()
A URL pointing to a related entry in an issue tracking system.
|
ByteString |
getUrlBytes()
A URL pointing to a related entry in an issue tracking system.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getUrl()
A URL pointing to a related entry in an issue tracking system. Example: https://github.com/user/project/issues/4
string url = 1;
ByteString getUrlBytes()
A URL pointing to a related entry in an issue tracking system. Example: https://github.com/user/project/issues/4
string url = 1;