Class UserOwnedDrydockNote.Builder (1.44.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 1.79.0 (latest)
- 1.77.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.69.0
- 1.67.0
- 1.66.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.0.6
publicstaticfinalclass UserOwnedDrydockNote.BuilderextendsGeneratedMessageV3.Builder<UserOwnedDrydockNote.Builder>implementsUserOwnedDrydockNoteOrBuilderAn user owned drydock note references a Drydock ATTESTATION_AUTHORITY Note created by the user.
Protobuf type google.cloud.binaryauthorization.v1beta1.UserOwnedDrydockNote
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UserOwnedDrydockNote.BuilderImplements
UserOwnedDrydockNoteOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllPublicKeys(Iterable<? extends AttestorPublicKey> values)
publicUserOwnedDrydockNote.BuilderaddAllPublicKeys(Iterable<?extendsAttestorPublicKey>values)Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.binaryauthorization.v1beta1.AttestorPublicKey> |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
addPublicKeys(AttestorPublicKey value)
publicUserOwnedDrydockNote.BuilderaddPublicKeys(AttestorPublicKeyvalue)Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
AttestorPublicKey |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
addPublicKeys(AttestorPublicKey.Builder builderForValue)
publicUserOwnedDrydockNote.BuilderaddPublicKeys(AttestorPublicKey.BuilderbuilderForValue)Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AttestorPublicKey.Builder |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
addPublicKeys(int index, AttestorPublicKey value)
publicUserOwnedDrydockNote.BuilderaddPublicKeys(intindex,AttestorPublicKeyvalue)Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
AttestorPublicKey |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
addPublicKeys(int index, AttestorPublicKey.Builder builderForValue)
publicUserOwnedDrydockNote.BuilderaddPublicKeys(intindex,AttestorPublicKey.BuilderbuilderForValue)Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
AttestorPublicKey.Builder |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
addPublicKeysBuilder()
publicAttestorPublicKey.BuilderaddPublicKeysBuilder()Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AttestorPublicKey.Builder |
|
addPublicKeysBuilder(int index)
publicAttestorPublicKey.BuilderaddPublicKeysBuilder(intindex)Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AttestorPublicKey.Builder |
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicUserOwnedDrydockNote.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
build()
publicUserOwnedDrydockNotebuild()| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote |
|
buildPartial()
publicUserOwnedDrydockNotebuildPartial()| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote |
|
clear()
publicUserOwnedDrydockNote.Builderclear()| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
clearDelegationServiceAccountEmail()
publicUserOwnedDrydockNote.BuilderclearDelegationServiceAccountEmail() Output only. This field will contain the service account email address
that this Attestor will use as the principal when querying Container
Analysis. Attestor administrators must grant this service account the
IAM role needed to read attestations from the note_reference in
Container Analysis (containeranalysis.notes.occurrences.viewer).
This email address is fixed for the lifetime of the Attestor, but callers should not make any other assumptions about the service account email; future versions may use an email based on a different naming pattern.
string delegation_service_account_email = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
publicUserOwnedDrydockNote.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
clearNoteReference()
publicUserOwnedDrydockNote.BuilderclearNoteReference() Required. The Drydock resource name of a ATTESTATION_AUTHORITY Note,
created by the user, in the format: projects/*/notes/* (or the legacy
providers/*/notes/*). This field may not be updated.
An attestation by this attestor is stored as a Drydock ATTESTATION_AUTHORITY Occurrence that names a container image and that links to this Note. Drydock is an external dependency.
string note_reference = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
publicUserOwnedDrydockNote.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
clearPublicKeys()
publicUserOwnedDrydockNote.BuilderclearPublicKeys()Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
clone()
publicUserOwnedDrydockNote.Builderclone()| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
getDefaultInstanceForType()
publicUserOwnedDrydockNotegetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote |
|
getDelegationServiceAccountEmail()
publicStringgetDelegationServiceAccountEmail() Output only. This field will contain the service account email address
that this Attestor will use as the principal when querying Container
Analysis. Attestor administrators must grant this service account the
IAM role needed to read attestations from the note_reference in
Container Analysis (containeranalysis.notes.occurrences.viewer).
This email address is fixed for the lifetime of the Attestor, but callers should not make any other assumptions about the service account email; future versions may use an email based on a different naming pattern.
string delegation_service_account_email = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The delegationServiceAccountEmail. |
getDelegationServiceAccountEmailBytes()
publicByteStringgetDelegationServiceAccountEmailBytes() Output only. This field will contain the service account email address
that this Attestor will use as the principal when querying Container
Analysis. Attestor administrators must grant this service account the
IAM role needed to read attestations from the note_reference in
Container Analysis (containeranalysis.notes.occurrences.viewer).
This email address is fixed for the lifetime of the Attestor, but callers should not make any other assumptions about the service account email; future versions may use an email based on a different naming pattern.
string delegation_service_account_email = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for delegationServiceAccountEmail. |
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNoteReference()
publicStringgetNoteReference() Required. The Drydock resource name of a ATTESTATION_AUTHORITY Note,
created by the user, in the format: projects/*/notes/* (or the legacy
providers/*/notes/*). This field may not be updated.
An attestation by this attestor is stored as a Drydock ATTESTATION_AUTHORITY Occurrence that names a container image and that links to this Note. Drydock is an external dependency.
string note_reference = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The noteReference. |
getNoteReferenceBytes()
publicByteStringgetNoteReferenceBytes() Required. The Drydock resource name of a ATTESTATION_AUTHORITY Note,
created by the user, in the format: projects/*/notes/* (or the legacy
providers/*/notes/*). This field may not be updated.
An attestation by this attestor is stored as a Drydock ATTESTATION_AUTHORITY Occurrence that names a container image and that links to this Note. Drydock is an external dependency.
string note_reference = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for noteReference. |
getPublicKeys(int index)
publicAttestorPublicKeygetPublicKeys(intindex)Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AttestorPublicKey |
|
getPublicKeysBuilder(int index)
publicAttestorPublicKey.BuildergetPublicKeysBuilder(intindex)Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AttestorPublicKey.Builder |
|
getPublicKeysBuilderList()
publicList<AttestorPublicKey.Builder>getPublicKeysBuilderList()Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getPublicKeysCount()
publicintgetPublicKeysCount()Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getPublicKeysList()
publicList<AttestorPublicKey>getPublicKeysList()Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<AttestorPublicKey> |
|
getPublicKeysOrBuilder(int index)
publicAttestorPublicKeyOrBuildergetPublicKeysOrBuilder(intindex)Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AttestorPublicKeyOrBuilder |
|
getPublicKeysOrBuilderList()
publicList<?extendsAttestorPublicKeyOrBuilder>getPublicKeysOrBuilderList()Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.binaryauthorization.v1beta1.AttestorPublicKeyOrBuilder> |
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UserOwnedDrydockNote other)
publicUserOwnedDrydockNote.BuildermergeFrom(UserOwnedDrydockNoteother)| Parameter | |
|---|---|
| Name | Description |
other |
UserOwnedDrydockNote |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicUserOwnedDrydockNote.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicUserOwnedDrydockNote.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalUserOwnedDrydockNote.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
removePublicKeys(int index)
publicUserOwnedDrydockNote.BuilderremovePublicKeys(intindex)Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
setDelegationServiceAccountEmail(String value)
publicUserOwnedDrydockNote.BuildersetDelegationServiceAccountEmail(Stringvalue) Output only. This field will contain the service account email address
that this Attestor will use as the principal when querying Container
Analysis. Attestor administrators must grant this service account the
IAM role needed to read attestations from the note_reference in
Container Analysis (containeranalysis.notes.occurrences.viewer).
This email address is fixed for the lifetime of the Attestor, but callers should not make any other assumptions about the service account email; future versions may use an email based on a different naming pattern.
string delegation_service_account_email = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
String The delegationServiceAccountEmail to set. |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
This builder for chaining. |
setDelegationServiceAccountEmailBytes(ByteString value)
publicUserOwnedDrydockNote.BuildersetDelegationServiceAccountEmailBytes(ByteStringvalue) Output only. This field will contain the service account email address
that this Attestor will use as the principal when querying Container
Analysis. Attestor administrators must grant this service account the
IAM role needed to read attestations from the note_reference in
Container Analysis (containeranalysis.notes.occurrences.viewer).
This email address is fixed for the lifetime of the Attestor, but callers should not make any other assumptions about the service account email; future versions may use an email based on a different naming pattern.
string delegation_service_account_email = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for delegationServiceAccountEmail to set. |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
publicUserOwnedDrydockNote.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
setNoteReference(String value)
publicUserOwnedDrydockNote.BuildersetNoteReference(Stringvalue) Required. The Drydock resource name of a ATTESTATION_AUTHORITY Note,
created by the user, in the format: projects/*/notes/* (or the legacy
providers/*/notes/*). This field may not be updated.
An attestation by this attestor is stored as a Drydock ATTESTATION_AUTHORITY Occurrence that names a container image and that links to this Note. Drydock is an external dependency.
string note_reference = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
String The noteReference to set. |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
This builder for chaining. |
setNoteReferenceBytes(ByteString value)
publicUserOwnedDrydockNote.BuildersetNoteReferenceBytes(ByteStringvalue) Required. The Drydock resource name of a ATTESTATION_AUTHORITY Note,
created by the user, in the format: projects/*/notes/* (or the legacy
providers/*/notes/*). This field may not be updated.
An attestation by this attestor is stored as a Drydock ATTESTATION_AUTHORITY Occurrence that names a container image and that links to this Note. Drydock is an external dependency.
string note_reference = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for noteReference to set. |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
This builder for chaining. |
setPublicKeys(int index, AttestorPublicKey value)
publicUserOwnedDrydockNote.BuildersetPublicKeys(intindex,AttestorPublicKeyvalue)Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
AttestorPublicKey |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
setPublicKeys(int index, AttestorPublicKey.Builder builderForValue)
publicUserOwnedDrydockNote.BuildersetPublicKeys(intindex,AttestorPublicKey.BuilderbuilderForValue)Optional. Public keys that verify attestations signed by this attestor. This field may be updated.
If this field is non-empty, one of the specified public keys must verify that an attestation was signed by this attestor for the image specified in the admission request.
If this field is empty, this attestor always returns that no valid attestations exist.
repeated .google.cloud.binaryauthorization.v1beta1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
AttestorPublicKey.Builder |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicUserOwnedDrydockNote.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalUserOwnedDrydockNote.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
UserOwnedDrydockNote.Builder |
|