- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.5
- 2.3.1
- 2.2.3
- 2.1.3
public static final class DSSEAttestationNote.Builder extends GeneratedMessageV3.Builder<DSSEAttestationNote.Builder> implements DSSEAttestationNoteOrBuilder
Protobuf type grafeas.v1.DSSEAttestationNote
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DSSEAttestationNote.BuilderImplements
DSSEAttestationNoteOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DSSEAttestationNote.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DSSEAttestationNote.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public DSSEAttestationNote.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
DSSEAttestationNote.Builder |
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 |
clearOneof(Descriptors.OneofDescriptor oneof)
public DSSEAttestationNote.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
DSSEAttestationNote.Builder |
clone()
public DSSEAttestationNote.Builder clone()
Returns | |
---|---|
Type | Description |
DSSEAttestationNote.Builder |
getDefaultInstanceForType()
public DSSEAttestationNote getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DSSEAttestationNote |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DSSEAttestationNote.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
DSSEAttestationNote.Builder |
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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DSSEAttestationNote.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DSSEAttestationNote.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DSSEAttestationNote.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
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 |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DSSEAttestationNote.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
DSSEAttestationNote.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DSSEAttestationNote.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DSSEAttestationNote.Builder |