Send feedback
Class AttestationNote.Hint.Builder (2.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.6.0 keyboard_arrow_down
public static final class AttestationNote . Hint . Builder extends GeneratedMessageV3 . Builder<AttestationNote . Hint . Builder > 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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AttestationNote . Hint . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public AttestationNote . Hint build ()
Returns
buildPartial()
public AttestationNote . Hint buildPartial ()
Returns
clear()
public AttestationNote . Hint . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public AttestationNote . Hint . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearHumanReadableName()
public AttestationNote . Hint . Builder clearHumanReadableName ()
Required. The human readable name of this attestation authority, for
example "qa".
string human_readable_name = 1;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public AttestationNote . Hint . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public AttestationNote . Hint . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public AttestationNote . Hint getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getHumanReadableName()
public String getHumanReadableName ()
Required. The human readable name of this attestation authority, for
example "qa".
string human_readable_name = 1;
Returns
Type Description String The humanReadableName.
getHumanReadableNameBytes()
public ByteString getHumanReadableNameBytes ()
Required. The human readable name of this attestation authority, for
example "qa".
string human_readable_name = 1;
Returns
Type Description ByteString The bytes for humanReadableName.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
public AttestationNote . Hint . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public AttestationNote . Hint . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeFrom(AttestationNote.Hint other)
public AttestationNote . Hint . Builder mergeFrom ( AttestationNote . Hint other )
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AttestationNote . Hint . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public AttestationNote . Hint . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setHumanReadableName(String value)
public AttestationNote . Hint . Builder setHumanReadableName ( String value )
Required. The human readable name of this attestation authority, for
example "qa".
string human_readable_name = 1;
Parameter
Name Description value String
The humanReadableName to set.
Returns
setHumanReadableNameBytes(ByteString value)
public AttestationNote . Hint . Builder setHumanReadableNameBytes ( ByteString value )
Required. The human readable name of this attestation authority, for
example "qa".
string human_readable_name = 1;
Parameter
Name Description value ByteString
The bytes for humanReadableName to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AttestationNote . Hint . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AttestationNote . Hint . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]