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