Class AttestationNote.Hint (2.14.0)

Stay organized with collections Save and categorize content based on your preferences.
public static final class AttestationNote.Hint extends GeneratedMessageV3 implements AttestationNote.HintOrBuilder

This submessage provides human-readable hints about the purpose of the authority. Because the name of a note acts as its resource reference, it is important to disambiguate the canonical name of the Note (which might be a UUID for security purposes) from "readable" names more suitable for debug output. Note that these hints should not be used to look up authorities in security sensitive contexts, such as when looking up attestations to verify.

Protobuf type grafeas.v1.AttestationNote.Hint

Static Fields

HUMAN_READABLE_NAME_FIELD_NUMBER

public static final int HUMAN_READABLE_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AttestationNote.Hint getDefaultInstance()
Returns
TypeDescription
AttestationNote.Hint

getDescriptor()

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

newBuilder()

public static AttestationNote.Hint.Builder newBuilder()
Returns
TypeDescription
AttestationNote.Hint.Builder

newBuilder(AttestationNote.Hint prototype)

public static AttestationNote.Hint.Builder newBuilder(AttestationNote.Hint prototype)
Parameter
NameDescription
prototypeAttestationNote.Hint
Returns
TypeDescription
AttestationNote.Hint.Builder

parseDelimitedFrom(InputStream input)

public static AttestationNote.Hint parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AttestationNote.Hint
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

public static AttestationNote.Hint parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AttestationNote.Hi