- 2.53.0 (latest)
- 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.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.10
- 2.3.1
- 2.2.16
public static final class Authority.Builder extends GeneratedMessageV3.Builder<Authority.Builder> implements AuthorityOrBuilder
Note kind that represents a logical attestation "role" or "authority". For
example, an organization might have one Authority
for "QA" and one for
"build". This note is intended to act strictly as a grouping mechanism for
the attached occurrences (Attestations). This grouping mechanism also
provides a security boundary, since IAM ACLs gate the ability for a principle
to attach an occurrence to a given note. It also provides a single point of
lookup to find all attached attestation occurrences, even if they don't all
live in the same project.
Protobuf type grafeas.v1beta1.attestation.Authority
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Authority.BuilderImplements
AuthorityOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Authority.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Authority.Builder |
build()
public Authority build()
Returns | |
---|---|
Type | Description |
Authority |
buildPartial()
public Authority buildPartial()
Returns | |
---|---|
Type | Description |
Authority |
clear()
public Authority.Builder clear()
Returns | |
---|---|
Type | Description |
Authority.Builder |
clearField(Descriptors.FieldDescriptor field)
public Authority.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
Authority.Builder |
clearHint()
public Authority.Builder clearHint()
Hint hints at the purpose of the attestation authority.
.grafeas.v1beta1.attestation.Authority.Hint hint = 1;
Returns | |
---|---|
Type | Description |
Authority.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Authority.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
Authority.Builder |
clone()
public Authority.Builder clone()
Returns | |
---|---|
Type | Description |
Authority.Builder |
getDefaultInstanceForType()
public Authority getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Authority |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getHint()
public Authority.Hint getHint()
Hint hints at the purpose of the attestation authority.
.grafeas.v1beta1.attestation.Authority.Hint hint = 1;
Returns | |
---|---|
Type | Description |
Authority.Hint | The hint. |
getHintBuilder()
public Authority.Hint.Builder getHintBuilder()
Hint hints at the purpose of the attestation authority.
.grafeas.v1beta1.attestation.Authority.Hint hint = 1;
Returns | |
---|---|
Type | Description |
Authority.Hint.Builder |
getHintOrBuilder()
public Authority.HintOrBuilder getHintOrBuilder()
Hint hints at the purpose of the attestation authority.
.grafeas.v1beta1.attestation.Authority.Hint hint = 1;
Returns | |
---|---|
Type | Description |
Authority.HintOrBuilder |
hasHint()
public boolean hasHint()
Hint hints at the purpose of the attestation authority.
.grafeas.v1beta1.attestation.Authority.Hint 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 Authority.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Authority.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Authority.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
Authority.Builder |
mergeFrom(Authority other)
public Authority.Builder mergeFrom(Authority other)
Parameter | |
---|---|
Name | Description |
other | Authority |
Returns | |
---|---|
Type | Description |
Authority.Builder |
mergeHint(Authority.Hint value)
public Authority.Builder mergeHint(Authority.Hint value)
Hint hints at the purpose of the attestation authority.
.grafeas.v1beta1.attestation.Authority.Hint hint = 1;
Parameter | |
---|---|
Name | Description |
value | Authority.Hint |
Returns | |
---|---|
Type | Description |
Authority.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Authority.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Authority.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Authority.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Authority.Builder |
setHint(Authority.Hint value)
public Authority.Builder setHint(Authority.Hint value)
Hint hints at the purpose of the attestation authority.
.grafeas.v1beta1.attestation.Authority.Hint hint = 1;
Parameter | |
---|---|
Name | Description |
value | Authority.Hint |
Returns | |
---|---|
Type | Description |
Authority.Builder |
setHint(Authority.Hint.Builder builderForValue)
public Authority.Builder setHint(Authority.Hint.Builder builderForValue)
Hint hints at the purpose of the attestation authority.
.grafeas.v1beta1.attestation.Authority.Hint hint = 1;
Parameter | |
---|---|
Name | Description |
builderForValue | Authority.Hint.Builder |
Returns | |
---|---|
Type | Description |
Authority.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Authority.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
Authority.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Authority.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Authority.Builder |