Interface TrackingIssueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TrackingIssue
,TrackingIssue.Builder
public interface TrackingIssueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUrl()
A URL pointing to a related entry in an issue tracking system.com.google.protobuf.ByteString
getUrlBytes()
A URL pointing to a related entry in an issue tracking system.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUrl
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;
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.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;
- Returns:
- The bytes for url.
-
-