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 String
getLabel()
Label to describe usage of the URL.com.google.protobuf.ByteString
getLabelBytes()
Label to describe usage of the URL.String
getUrl()
Specific URL associated with the resource.com.google.protobuf.ByteString
getUrlBytes()
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.
-
-