Package io.grafeas.v1beta1.common
Interface RelatedUrlOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RelatedUrl,RelatedUrl.Builder
public interface RelatedUrlOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLabel()Label to describe usage of the URL.com.google.protobuf.ByteStringgetLabelBytes()Label to describe usage of the URL.StringgetUrl()Specific URL associated with the resource.com.google.protobuf.ByteStringgetUrlBytes()Specific URL associated with the resource.-
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()
Specific URL associated with the resource.
string url = 1;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
Specific URL associated with the resource.
string url = 1;- Returns:
- The bytes for url.
-
getLabel
String getLabel()
Label to describe usage of the URL.
string label = 2;- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()
Label to describe usage of the URL.
string label = 2;- Returns:
- The bytes for label.
-
-