public
static
final
class
RelatedUrl
.
Builder
extends
GeneratedMessage
.
Builder<RelatedUrl
.
Builder
>
implements
RelatedUrlOrBuilder
Metadata for any related URL information.
Protobuf type grafeas.v1.RelatedUrl
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RelatedUrl.BuilderImplements
RelatedUrlOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
build()
public
RelatedUrl
build
()
buildPartial()
public
RelatedUrl
buildPartial
()
clear()
public
RelatedUrl
.
Builder
clear
()
clearLabel()
public
RelatedUrl
.
Builder
clearLabel
()
Label to describe usage of the URL.
string label = 2;
clearUrl()
public
RelatedUrl
.
Builder
clearUrl
()
Specific URL associated with the resource.
string url = 1;
getDefaultInstanceForType()
public
RelatedUrl
getDefaultInstanceForType
()
getDescriptorForType()
public
Descriptors
.
Descriptor
getDescriptorForType
()
getLabel()
public
String
getLabel
()
Label to describe usage of the URL.
string label = 2;
getLabelBytes()
public
ByteString
getLabelBytes
()
Label to describe usage of the URL.
string label = 2;
getUrl()
public
String
getUrl
()
Specific URL associated with the resource.
string url = 1;
getUrlBytes()
public
ByteString
getUrlBytes
()
Specific URL associated with the resource.
string url = 1;
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
RelatedUrl
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
RelatedUrl
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(RelatedUrl other)
public
RelatedUrl
.
Builder
mergeFrom
(
RelatedUrl
other
)
setLabel(String value)
public
RelatedUrl
.
Builder
setLabel
(
String
value
)
Label to describe usage of the URL.
string label = 2;
setLabelBytes(ByteString value)
public
RelatedUrl
.
Builder
setLabelBytes
(
ByteString
value
)
Label to describe usage of the URL.
string label = 2;
setUrl(String value)
public
RelatedUrl
.
Builder
setUrl
(
String
value
)
Specific URL associated with the resource.
string url = 1;
setUrlBytes(ByteString value)
public
RelatedUrl
.
Builder
setUrlBytes
(
ByteString
value
)
Specific URL associated with the resource.
string url = 1;

