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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AttestationNote.HintImplements
AttestationNote.HintOrBuilderStatic Fields
HUMAN_READABLE_NAME_FIELD_NUMBER
public static final int HUMAN_READABLE_NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static AttestationNote.Hint getDefaultInstance()
Returns | |
---|---|
Type | Description |
AttestationNote.Hint |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static AttestationNote.Hint.Builder newBuilder()
Returns | |
---|---|
Type | Description |
AttestationNote.Hint.Builder |
newBuilder(AttestationNote.Hint prototype)
public static AttestationNote.Hint.Builder newBuilder(AttestationNote.Hint prototype)
Parameter | |
---|---|
Name | Description |
prototype | AttestationNote.Hint |
Returns | |
---|---|
Type | Description |
AttestationNote.Hint.Builder |
parseDelimitedFrom(InputStream input)
public static AttestationNote.Hint parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
AttestationNote.Hint |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AttestationNote.Hint parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AttestationNote.Hint |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static AttestationNote.Hint parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
AttestationNote.Hi |