Class DSSEAttestationNote.Builder (2.84.0)

public static final class DSSEAttestationNote.Builder extends GeneratedMessage.Builder<DSSEAttestationNote.Builder> implements DSSEAttestationNoteOrBuilder

Protobuf type grafeas.v1.DSSEAttestationNote

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public DSSEAttestationNote build()
Returns
Type Description
DSSEAttestationNote

buildPartial()

public DSSEAttestationNote buildPartial()
Returns
Type Description
DSSEAttestationNote

clear()

public DSSEAttestationNote.Builder clear()
Returns
Type Description
DSSEAttestationNote.Builder
Overrides

clearHint()

public DSSEAttestationNote.Builder clearHint()

DSSEHint hints at the purpose of the attestation authority.

.grafeas.v1.DSSEAttestationNote.DSSEHint hint = 1;

Returns
Type Description
DSSEAttestationNote.Builder

getDefaultInstanceForType()

public DSSEAttestationNote getDefaultInstanceForType()
Returns
Type Description
DSSEAttestationNote

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getHint()

public DSSEAttestationNote.DSSEHint getHint()

DSSEHint hints at the purpose of the attestation authority.

.grafeas.v1.DSSEAttestationNote.DSSEHint hint = 1;

Returns
Type Description
DSSEAttestationNote.DSSEHint

The hint.

getHintBuilder()

public DSSEAttestationNote.DSSEHint.Builder getHintBuilder()

DSSEHint hints at the purpose of the attestation authority.

.grafeas.v1.DSSEAttestationNote.DSSEHint hint = 1;

Returns
Type Description
DSSEAttestationNote.DSSEHint.Builder

getHintOrBuilder()

public DSSEAttestationNote.DSSEHintOrBuilder getHintOrBuilder()

DSSEHint hints at the purpose of the attestation authority.

.grafeas.v1.DSSEAttestationNote.DSSEHint hint = 1;

Returns
Type Description
DSSEAttestationNote.DSSEHintOrBuilder

hasHint()

public boolean hasHint()

DSSEHint hints at the purpose of the attestation authority.

.grafeas.v1.DSSEAttestationNote.DSSEHint hint = 1;

Returns
Type Description
boolean

Whether the hint field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DSSEAttestationNote.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DSSEAttestationNote.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DSSEAttestationNote.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DSSEAttestationNote.Builder
Overrides

mergeFrom(DSSEAttestationNote other)

public DSSEAttestationNote.Builder mergeFrom(DSSEAttestationNote other)
Parameter
Name Description
other DSSEAttestationNote
Returns
Type Description
DSSEAttestationNote.Builder

mergeHint(DSSEAttestationNote.DSSEHint value)

public DSSEAttestationNote.Builder mergeHint(DSSEAttestationNote.DSSEHint value)

DSSEHint hints at the purpose of the attestation authority.

.grafeas.v1.DSSEAttestationNote.DSSEHint hint = 1;

Parameter
Name Description
value DSSEAttestationNote.DSSEHint
Returns
Type Description
DSSEAttestationNote.Builder

setHint(DSSEAttestationNote.DSSEHint value)

public DSSEAttestationNote.Builder setHint(DSSEAttestationNote.DSSEHint value)

DSSEHint hints at the purpose of the attestation authority.

.grafeas.v1.DSSEAttestationNote.DSSEHint hint = 1;

Parameter
Name Description
value DSSEAttestationNote.DSSEHint
Returns
Type Description
DSSEAttestationNote.Builder

setHint(DSSEAttestationNote.DSSEHint.Builder builderForValue)

public DSSEAttestationNote.Builder setHint(DSSEAttestationNote.DSSEHint.Builder builderForValue)

DSSEHint hints at the purpose of the attestation authority.

.grafeas.v1.DSSEAttestationNote.DSSEHint hint = 1;

Parameter
Name Description
builderForValue DSSEAttestationNote.DSSEHint.Builder
Returns
Type Description
DSSEAttestationNote.Builder