- 1.52.0 (latest)
- 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
public static final class AttestorPublicKey.Builder extends GeneratedMessageV3.Builder<AttestorPublicKey.Builder> implements AttestorPublicKeyOrBuilder
An attestor public key that will be used to verify attestations signed by this attestor.
Protobuf type google.cloud.binaryauthorization.v1beta1.AttestorPublicKey
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AttestorPublicKey.BuilderImplements
AttestorPublicKeyOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AttestorPublicKey.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
build()
public AttestorPublicKey build()
Returns | |
---|---|
Type | Description |
AttestorPublicKey |
buildPartial()
public AttestorPublicKey buildPartial()
Returns | |
---|---|
Type | Description |
AttestorPublicKey |
clear()
public AttestorPublicKey.Builder clear()
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
clearAsciiArmoredPgpPublicKey()
public AttestorPublicKey.Builder clearAsciiArmoredPgpPublicKey()
ASCII-armored representation of a PGP public key, as the entire output by
the command gpg --export --armor foo@example.com
(either LF or CRLF
line endings).
When using this field, id
should be left blank. The BinAuthz API
handlers will calculate the ID and fill it in automatically. BinAuthz
computes this ID as the OpenPGP RFC4880 V4 fingerprint, represented as
upper-case hex. If id
is provided by the caller, it will be
overwritten by the API-calculated ID.
string ascii_armored_pgp_public_key = 3;
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder | This builder for chaining. |
clearComment()
public AttestorPublicKey.Builder clearComment()
Optional. A descriptive comment. This field may be updated.
string comment = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public AttestorPublicKey.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
clearId()
public AttestorPublicKey.Builder clearId()
The ID of this public key.
Signatures verified by BinAuthz must include the ID of the public key that
can be used to verify them, and that ID must match the contents of this
field exactly.
Additional restrictions on this field can be imposed based on which public
key type is encapsulated. See the documentation on public_key
cases below
for details.
string id = 2;
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AttestorPublicKey.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
clearPkixPublicKey()
public AttestorPublicKey.Builder clearPkixPublicKey()
A raw PKIX SubjectPublicKeyInfo format public key.
NOTE: id
may be explicitly provided by the caller when using this
type of public key, but it MUST be a valid RFC3986 URI. If id
is left
blank, a default one will be computed based on the digest of the DER
encoding of the public key.
.google.cloud.binaryauthorization.v1beta1.PkixPublicKey pkix_public_key = 5;
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
clearPublicKey()
public AttestorPublicKey.Builder clearPublicKey()
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
clone()
public AttestorPublicKey.Builder clone()
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
getAsciiArmoredPgpPublicKey()
public String getAsciiArmoredPgpPublicKey()
ASCII-armored representation of a PGP public key, as the entire output by
the command gpg --export --armor foo@example.com
(either LF or CRLF
line endings).
When using this field, id
should be left blank. The BinAuthz API
handlers will calculate the ID and fill it in automatically. BinAuthz
computes this ID as the OpenPGP RFC4880 V4 fingerprint, represented as
upper-case hex. If id
is provided by the caller, it will be
overwritten by the API-calculated ID.
string ascii_armored_pgp_public_key = 3;
Returns | |
---|---|
Type | Description |
String | The asciiArmoredPgpPublicKey. |
getAsciiArmoredPgpPublicKeyBytes()
public ByteString getAsciiArmoredPgpPublicKeyBytes()
ASCII-armored representation of a PGP public key, as the entire output by
the command gpg --export --armor foo@example.com
(either LF or CRLF
line endings).
When using this field, id
should be left blank. The BinAuthz API
handlers will calculate the ID and fill it in automatically. BinAuthz
computes this ID as the OpenPGP RFC4880 V4 fingerprint, represented as
upper-case hex. If id
is provided by the caller, it will be
overwritten by the API-calculated ID.
string ascii_armored_pgp_public_key = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for asciiArmoredPgpPublicKey. |
getComment()
public String getComment()
Optional. A descriptive comment. This field may be updated.
string comment = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String | The comment. |
getCommentBytes()
public ByteString getCommentBytes()
Optional. A descriptive comment. This field may be updated.
string comment = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for comment. |
getDefaultInstanceForType()
public AttestorPublicKey getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AttestorPublicKey |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getId()
public String getId()
The ID of this public key.
Signatures verified by BinAuthz must include the ID of the public key that
can be used to verify them, and that ID must match the contents of this
field exactly.
Additional restrictions on this field can be imposed based on which public
key type is encapsulated. See the documentation on public_key
cases below
for details.
string id = 2;
Returns | |
---|---|
Type | Description |
String | The id. |
getIdBytes()
public ByteString getIdBytes()
The ID of this public key.
Signatures verified by BinAuthz must include the ID of the public key that
can be used to verify them, and that ID must match the contents of this
field exactly.
Additional restrictions on this field can be imposed based on which public
key type is encapsulated. See the documentation on public_key
cases below
for details.
string id = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for id. |
getPkixPublicKey()
public PkixPublicKey getPkixPublicKey()
A raw PKIX SubjectPublicKeyInfo format public key.
NOTE: id
may be explicitly provided by the caller when using this
type of public key, but it MUST be a valid RFC3986 URI. If id
is left
blank, a default one will be computed based on the digest of the DER
encoding of the public key.
.google.cloud.binaryauthorization.v1beta1.PkixPublicKey pkix_public_key = 5;
Returns | |
---|---|
Type | Description |
PkixPublicKey | The pkixPublicKey. |
getPkixPublicKeyBuilder()
public PkixPublicKey.Builder getPkixPublicKeyBuilder()
A raw PKIX SubjectPublicKeyInfo format public key.
NOTE: id
may be explicitly provided by the caller when using this
type of public key, but it MUST be a valid RFC3986 URI. If id
is left
blank, a default one will be computed based on the digest of the DER
encoding of the public key.
.google.cloud.binaryauthorization.v1beta1.PkixPublicKey pkix_public_key = 5;
Returns | |
---|---|
Type | Description |
PkixPublicKey.Builder |
getPkixPublicKeyOrBuilder()
public PkixPublicKeyOrBuilder getPkixPublicKeyOrBuilder()
A raw PKIX SubjectPublicKeyInfo format public key.
NOTE: id
may be explicitly provided by the caller when using this
type of public key, but it MUST be a valid RFC3986 URI. If id
is left
blank, a default one will be computed based on the digest of the DER
encoding of the public key.
.google.cloud.binaryauthorization.v1beta1.PkixPublicKey pkix_public_key = 5;
Returns | |
---|---|
Type | Description |
PkixPublicKeyOrBuilder |
getPublicKeyCase()
public AttestorPublicKey.PublicKeyCase getPublicKeyCase()
Returns | |
---|---|
Type | Description |
AttestorPublicKey.PublicKeyCase |
hasAsciiArmoredPgpPublicKey()
public boolean hasAsciiArmoredPgpPublicKey()
ASCII-armored representation of a PGP public key, as the entire output by
the command gpg --export --armor foo@example.com
(either LF or CRLF
line endings).
When using this field, id
should be left blank. The BinAuthz API
handlers will calculate the ID and fill it in automatically. BinAuthz
computes this ID as the OpenPGP RFC4880 V4 fingerprint, represented as
upper-case hex. If id
is provided by the caller, it will be
overwritten by the API-calculated ID.
string ascii_armored_pgp_public_key = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the asciiArmoredPgpPublicKey field is set. |
hasPkixPublicKey()
public boolean hasPkixPublicKey()
A raw PKIX SubjectPublicKeyInfo format public key.
NOTE: id
may be explicitly provided by the caller when using this
type of public key, but it MUST be a valid RFC3986 URI. If id
is left
blank, a default one will be computed based on the digest of the DER
encoding of the public key.
.google.cloud.binaryauthorization.v1beta1.PkixPublicKey pkix_public_key = 5;
Returns | |
---|---|
Type | Description |
boolean | Whether the pkixPublicKey field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(AttestorPublicKey other)
public AttestorPublicKey.Builder mergeFrom(AttestorPublicKey other)
Parameter | |
---|---|
Name | Description |
other | AttestorPublicKey |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AttestorPublicKey.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AttestorPublicKey.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
mergePkixPublicKey(PkixPublicKey value)
public AttestorPublicKey.Builder mergePkixPublicKey(PkixPublicKey value)
A raw PKIX SubjectPublicKeyInfo format public key.
NOTE: id
may be explicitly provided by the caller when using this
type of public key, but it MUST be a valid RFC3986 URI. If id
is left
blank, a default one will be computed based on the digest of the DER
encoding of the public key.
.google.cloud.binaryauthorization.v1beta1.PkixPublicKey pkix_public_key = 5;
Parameter | |
---|---|
Name | Description |
value | PkixPublicKey |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AttestorPublicKey.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
setAsciiArmoredPgpPublicKey(String value)
public AttestorPublicKey.Builder setAsciiArmoredPgpPublicKey(String value)
ASCII-armored representation of a PGP public key, as the entire output by
the command gpg --export --armor foo@example.com
(either LF or CRLF
line endings).
When using this field, id
should be left blank. The BinAuthz API
handlers will calculate the ID and fill it in automatically. BinAuthz
computes this ID as the OpenPGP RFC4880 V4 fingerprint, represented as
upper-case hex. If id
is provided by the caller, it will be
overwritten by the API-calculated ID.
string ascii_armored_pgp_public_key = 3;
Parameter | |
---|---|
Name | Description |
value | String The asciiArmoredPgpPublicKey to set. |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder | This builder for chaining. |
setAsciiArmoredPgpPublicKeyBytes(ByteString value)
public AttestorPublicKey.Builder setAsciiArmoredPgpPublicKeyBytes(ByteString value)
ASCII-armored representation of a PGP public key, as the entire output by
the command gpg --export --armor foo@example.com
(either LF or CRLF
line endings).
When using this field, id
should be left blank. The BinAuthz API
handlers will calculate the ID and fill it in automatically. BinAuthz
computes this ID as the OpenPGP RFC4880 V4 fingerprint, represented as
upper-case hex. If id
is provided by the caller, it will be
overwritten by the API-calculated ID.
string ascii_armored_pgp_public_key = 3;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for asciiArmoredPgpPublicKey to set. |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder | This builder for chaining. |
setComment(String value)
public AttestorPublicKey.Builder setComment(String value)
Optional. A descriptive comment. This field may be updated.
string comment = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value | String The comment to set. |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder | This builder for chaining. |
setCommentBytes(ByteString value)
public AttestorPublicKey.Builder setCommentBytes(ByteString value)
Optional. A descriptive comment. This field may be updated.
string comment = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for comment to set. |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public AttestorPublicKey.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
setId(String value)
public AttestorPublicKey.Builder setId(String value)
The ID of this public key.
Signatures verified by BinAuthz must include the ID of the public key that
can be used to verify them, and that ID must match the contents of this
field exactly.
Additional restrictions on this field can be imposed based on which public
key type is encapsulated. See the documentation on public_key
cases below
for details.
string id = 2;
Parameter | |
---|---|
Name | Description |
value | String The id to set. |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder | This builder for chaining. |
setIdBytes(ByteString value)
public AttestorPublicKey.Builder setIdBytes(ByteString value)
The ID of this public key.
Signatures verified by BinAuthz must include the ID of the public key that
can be used to verify them, and that ID must match the contents of this
field exactly.
Additional restrictions on this field can be imposed based on which public
key type is encapsulated. See the documentation on public_key
cases below
for details.
string id = 2;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for id to set. |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder | This builder for chaining. |
setPkixPublicKey(PkixPublicKey value)
public AttestorPublicKey.Builder setPkixPublicKey(PkixPublicKey value)
A raw PKIX SubjectPublicKeyInfo format public key.
NOTE: id
may be explicitly provided by the caller when using this
type of public key, but it MUST be a valid RFC3986 URI. If id
is left
blank, a default one will be computed based on the digest of the DER
encoding of the public key.
.google.cloud.binaryauthorization.v1beta1.PkixPublicKey pkix_public_key = 5;
Parameter | |
---|---|
Name | Description |
value | PkixPublicKey |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
setPkixPublicKey(PkixPublicKey.Builder builderForValue)
public AttestorPublicKey.Builder setPkixPublicKey(PkixPublicKey.Builder builderForValue)
A raw PKIX SubjectPublicKeyInfo format public key.
NOTE: id
may be explicitly provided by the caller when using this
type of public key, but it MUST be a valid RFC3986 URI. If id
is left
blank, a default one will be computed based on the digest of the DER
encoding of the public key.
.google.cloud.binaryauthorization.v1beta1.PkixPublicKey pkix_public_key = 5;
Parameter | |
---|---|
Name | Description |
builderForValue | PkixPublicKey.Builder |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AttestorPublicKey.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AttestorPublicKey.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |