public final class RelatedUrl extends GeneratedMessageV3 implements RelatedUrlOrBuilder
Metadata for any related URL information.
Protobuf type grafeas.v1.RelatedUrl
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RelatedUrlImplements
RelatedUrlOrBuilderStatic Fields
LABEL_FIELD_NUMBER
public static final int LABEL_FIELD_NUMBER
Type | Description |
int |
URL_FIELD_NUMBER
public static final int URL_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static RelatedUrl getDefaultInstance()
Type | Description |
RelatedUrl |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static RelatedUrl.Builder newBuilder()
Type | Description |
RelatedUrl.Builder |
newBuilder(RelatedUrl prototype)
public static RelatedUrl.Builder newBuilder(RelatedUrl prototype)
Name | Description |
prototype | RelatedUrl |
Type | Description |
RelatedUrl.Builder |
parseDelimitedFrom(InputStream input)
public static RelatedUrl parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
RelatedUrl |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RelatedUrl parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RelatedUrl |
Type | Description |
IOException |
parseFrom(byte[] data)
public static RelatedUrl parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
RelatedUrl |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RelatedUrl parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)