public interface RelatedUrlOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Label to describe usage of the URL.
|
ByteString |
getLabelBytes()
Label to describe usage of the URL.
|
String |
getUrl()
Specific URL associated with the resource.
|
ByteString |
getUrlBytes()
Specific URL associated with the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getUrl()
Specific URL associated with the resource.
string url = 1;
ByteString getUrlBytes()
Specific URL associated with the resource.
string url = 1;
String getLabel()
Label to describe usage of the URL.
string label = 2;
ByteString getLabelBytes()
Label to describe usage of the URL.
string label = 2;
Copyright © 2019 Google LLC. All rights reserved.