Class RelatedUrl (2.14.0)

Stay organized with collections Save and categorize content based on your preferences.
public final class RelatedUrl extends GeneratedMessageV3 implements RelatedUrlOrBuilder

Metadata for any related URL information.

Protobuf type grafeas.v1.RelatedUrl

Implements

RelatedUrlOrBuilder

Static Fields

LABEL_FIELD_NUMBER

public static final int LABEL_FIELD_NUMBER
Field Value
TypeDescription
int

URL_FIELD_NUMBER

public static final int URL_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static RelatedUrl getDefaultInstance()
Returns
TypeDescription
RelatedUrl

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static RelatedUrl.Builder newBuilder()
Returns
TypeDescription
RelatedUrl.Builder

newBuilder(RelatedUrl prototype)

public static RelatedUrl.Builder newBuilder(RelatedUrl prototype)
Parameter
NameDescription
prototypeRelatedUrl
Returns
TypeDescription
RelatedUrl.Builder

parseDelimitedFrom(InputStream input)

public static RelatedUrl parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RelatedUrl
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RelatedUrl parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RelatedUrl
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static RelatedUrl parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
RelatedUrl
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RelatedUrl parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters