Class Resources.UserOwnedGrafeasNote.Builder (1.51.0)

publicstaticfinalclass Resources.UserOwnedGrafeasNote.BuilderextendsGeneratedMessageV3.Builder<Resources.UserOwnedGrafeasNote.Builder>implementsResources.UserOwnedGrafeasNoteOrBuilder

An user owned Grafeas note references a Grafeas Attestation.Authority Note created by the user.

Protobuf type google.cloud.binaryauthorization.v1.UserOwnedGrafeasNote

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addAllPublicKeys(Iterable<? extends Resources.AttestorPublicKey> values)

publicResources.UserOwnedGrafeasNote.BuilderaddAllPublicKeys(Iterable<?extendsResources.AttestorPublicKey>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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Iterable<? extends com.google.protos.google.cloud.binaryauthorization.v1.Resources.AttestorPublicKey>
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder

addPublicKeys(Resources.AttestorPublicKey value)

publicResources.UserOwnedGrafeasNote.BuilderaddPublicKeys(Resources.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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Resources.AttestorPublicKey
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder

addPublicKeys(Resources.AttestorPublicKey.Builder builderForValue)

publicResources.UserOwnedGrafeasNote.BuilderaddPublicKeys(Resources.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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Resources.AttestorPublicKey.Builder
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder

addPublicKeys(int index, Resources.AttestorPublicKey value)

publicResources.UserOwnedGrafeasNote.BuilderaddPublicKeys(intindex,Resources.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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
value Resources.AttestorPublicKey
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder

addPublicKeys(int index, Resources.AttestorPublicKey.Builder builderForValue)

publicResources.UserOwnedGrafeasNote.BuilderaddPublicKeys(intindex,Resources.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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
builderForValue Resources.AttestorPublicKey.Builder
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder

addPublicKeysBuilder()

publicResources.AttestorPublicKey.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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Resources.AttestorPublicKey.Builder

addPublicKeysBuilder(int index)

publicResources.AttestorPublicKey.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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Resources.AttestorPublicKey.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicResources.UserOwnedGrafeasNote.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder
Overrides

build()

publicResources.UserOwnedGrafeasNotebuild()
Returns
Type Description
Resources.UserOwnedGrafeasNote

buildPartial()

publicResources.UserOwnedGrafeasNotebuildPartial()
Returns
Type Description
Resources.UserOwnedGrafeasNote

clear()

publicResources.UserOwnedGrafeasNote.Builderclear()
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder
Overrides

clearDelegationServiceAccountEmail()

publicResources.UserOwnedGrafeasNote.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
Resources.UserOwnedGrafeasNote.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

publicResources.UserOwnedGrafeasNote.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder
Overrides

clearNoteReference()

publicResources.UserOwnedGrafeasNote.BuilderclearNoteReference()

Required. The Grafeas resource name of a Attestation.Authority Note, created by the user, in the format: projects/*/notes/*. This field may not be updated.

An attestation by this attestor is stored as a Grafeas Attestation.Authority Occurrence that names a container image and that links to this Note. Grafeas is an external dependency.

string note_reference = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

publicResources.UserOwnedGrafeasNote.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder
Overrides

clearPublicKeys()

publicResources.UserOwnedGrafeasNote.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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder

clone()

publicResources.UserOwnedGrafeasNote.Builderclone()
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder
Overrides

getDefaultInstanceForType()

publicResources.UserOwnedGrafeasNotegetDefaultInstanceForType()
Returns
Type Description
Resources.UserOwnedGrafeasNote

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
Overrides

getNoteReference()

publicStringgetNoteReference()

Required. The Grafeas resource name of a Attestation.Authority Note, created by the user, in the format: projects/*/notes/*. This field may not be updated.

An attestation by this attestor is stored as a Grafeas Attestation.Authority Occurrence that names a container image and that links to this Note. Grafeas is an external dependency.

string note_reference = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The noteReference.

getNoteReferenceBytes()

publicByteStringgetNoteReferenceBytes()

Required. The Grafeas resource name of a Attestation.Authority Note, created by the user, in the format: projects/*/notes/*. This field may not be updated.

An attestation by this attestor is stored as a Grafeas Attestation.Authority Occurrence that names a container image and that links to this Note. Grafeas is an external dependency.

string note_reference = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for noteReference.

getPublicKeys(int index)

publicResources.AttestorPublicKeygetPublicKeys(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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Resources.AttestorPublicKey

getPublicKeysBuilder(int index)

publicResources.AttestorPublicKey.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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Resources.AttestorPublicKey.Builder

getPublicKeysBuilderList()

publicList<Resources.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.v1.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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getPublicKeysList()

publicList<Resources.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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<AttestorPublicKey>

getPublicKeysOrBuilder(int index)

publicResources.AttestorPublicKeyOrBuildergetPublicKeysOrBuilder(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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Resources.AttestorPublicKeyOrBuilder

getPublicKeysOrBuilderList()

publicList<?extendsResources.AttestorPublicKeyOrBuilder>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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.protos.google.cloud.binaryauthorization.v1.Resources.AttestorPublicKeyOrBuilder>

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicResources.UserOwnedGrafeasNote.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicResources.UserOwnedGrafeasNote.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder
Overrides

mergeFrom(Resources.UserOwnedGrafeasNote other)

publicResources.UserOwnedGrafeasNote.BuildermergeFrom(Resources.UserOwnedGrafeasNoteother)
Parameter
Name Description
other Resources.UserOwnedGrafeasNote
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalResources.UserOwnedGrafeasNote.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder
Overrides

removePublicKeys(int index)

publicResources.UserOwnedGrafeasNote.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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder

setDelegationServiceAccountEmail(String value)

publicResources.UserOwnedGrafeasNote.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
Resources.UserOwnedGrafeasNote.Builder

This builder for chaining.

setDelegationServiceAccountEmailBytes(ByteString value)

publicResources.UserOwnedGrafeasNote.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
Resources.UserOwnedGrafeasNote.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

publicResources.UserOwnedGrafeasNote.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder
Overrides

setNoteReference(String value)

publicResources.UserOwnedGrafeasNote.BuildersetNoteReference(Stringvalue)

Required. The Grafeas resource name of a Attestation.Authority Note, created by the user, in the format: projects/*/notes/*. This field may not be updated.

An attestation by this attestor is stored as a Grafeas Attestation.Authority Occurrence that names a container image and that links to this Note. Grafeas 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
Resources.UserOwnedGrafeasNote.Builder

This builder for chaining.

setNoteReferenceBytes(ByteString value)

publicResources.UserOwnedGrafeasNote.BuildersetNoteReferenceBytes(ByteStringvalue)

Required. The Grafeas resource name of a Attestation.Authority Note, created by the user, in the format: projects/*/notes/*. This field may not be updated.

An attestation by this attestor is stored as a Grafeas Attestation.Authority Occurrence that names a container image and that links to this Note. Grafeas 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
Resources.UserOwnedGrafeasNote.Builder

This builder for chaining.

setPublicKeys(int index, Resources.AttestorPublicKey value)

publicResources.UserOwnedGrafeasNote.BuildersetPublicKeys(intindex,Resources.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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
value Resources.AttestorPublicKey
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder

setPublicKeys(int index, Resources.AttestorPublicKey.Builder builderForValue)

publicResources.UserOwnedGrafeasNote.BuildersetPublicKeys(intindex,Resources.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.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
builderForValue Resources.AttestorPublicKey.Builder
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicResources.UserOwnedGrafeasNote.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalResources.UserOwnedGrafeasNote.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Resources.UserOwnedGrafeasNote.Builder
Overrides

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年11月19日 UTC.