Class AttestorPublicKey.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AttestorPublicKey.Builder>
-
- com.google.cloud.binaryauthorization.v1beta1.AttestorPublicKey.Builder
-
- All Implemented Interfaces:
AttestorPublicKeyOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- AttestorPublicKey
public static final class AttestorPublicKey.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AttestorPublicKey.Builder> implements AttestorPublicKeyOrBuilder
An [attestor public key][google.cloud.binaryauthorization.v1beta1.AttestorPublicKey] that will be used to verify attestations signed by this attestor.
Protobuf typegoogle.cloud.binaryauthorization.v1beta1.AttestorPublicKey
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AttestorPublicKey.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AttestorPublicKeybuild()AttestorPublicKeybuildPartial()AttestorPublicKey.Builderclear()AttestorPublicKey.BuilderclearAsciiArmoredPgpPublicKey()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).AttestorPublicKey.BuilderclearComment()Optional.AttestorPublicKey.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)AttestorPublicKey.BuilderclearId()The ID of this public key.AttestorPublicKey.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AttestorPublicKey.BuilderclearPkixPublicKey()A raw PKIX SubjectPublicKeyInfo format public key.AttestorPublicKey.BuilderclearPublicKey()AttestorPublicKey.Builderclone()StringgetAsciiArmoredPgpPublicKey()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).com.google.protobuf.ByteStringgetAsciiArmoredPgpPublicKeyBytes()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).StringgetComment()Optional.com.google.protobuf.ByteStringgetCommentBytes()Optional.AttestorPublicKeygetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetId()The ID of this public key.com.google.protobuf.ByteStringgetIdBytes()The ID of this public key.PkixPublicKeygetPkixPublicKey()A raw PKIX SubjectPublicKeyInfo format public key.PkixPublicKey.BuildergetPkixPublicKeyBuilder()A raw PKIX SubjectPublicKeyInfo format public key.PkixPublicKeyOrBuildergetPkixPublicKeyOrBuilder()A raw PKIX SubjectPublicKeyInfo format public key.AttestorPublicKey.PublicKeyCasegetPublicKeyCase()booleanhasAsciiArmoredPgpPublicKey()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).booleanhasPkixPublicKey()A raw PKIX SubjectPublicKeyInfo format public key.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()AttestorPublicKey.BuildermergeFrom(AttestorPublicKey other)AttestorPublicKey.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AttestorPublicKey.BuildermergeFrom(com.google.protobuf.Message other)AttestorPublicKey.BuildermergePkixPublicKey(PkixPublicKey value)A raw PKIX SubjectPublicKeyInfo format public key.AttestorPublicKey.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AttestorPublicKey.BuildersetAsciiArmoredPgpPublicKey(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).AttestorPublicKey.BuildersetAsciiArmoredPgpPublicKeyBytes(com.google.protobuf.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).AttestorPublicKey.BuildersetComment(String value)Optional.AttestorPublicKey.BuildersetCommentBytes(com.google.protobuf.ByteString value)Optional.AttestorPublicKey.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AttestorPublicKey.BuildersetId(String value)The ID of this public key.AttestorPublicKey.BuildersetIdBytes(com.google.protobuf.ByteString value)The ID of this public key.AttestorPublicKey.BuildersetPkixPublicKey(PkixPublicKey value)A raw PKIX SubjectPublicKeyInfo format public key.AttestorPublicKey.BuildersetPkixPublicKey(PkixPublicKey.Builder builderForValue)A raw PKIX SubjectPublicKeyInfo format public key.AttestorPublicKey.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)AttestorPublicKey.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<AttestorPublicKey.Builder>
-
clear
public AttestorPublicKey.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<AttestorPublicKey.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<AttestorPublicKey.Builder>
-
getDefaultInstanceForType
public AttestorPublicKey getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public AttestorPublicKey build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AttestorPublicKey buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AttestorPublicKey.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<AttestorPublicKey.Builder>
-
setField
public AttestorPublicKey.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AttestorPublicKey.Builder>
-
clearField
public AttestorPublicKey.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AttestorPublicKey.Builder>
-
clearOneof
public AttestorPublicKey.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<AttestorPublicKey.Builder>
-
setRepeatedField
public AttestorPublicKey.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AttestorPublicKey.Builder>
-
addRepeatedField
public AttestorPublicKey.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AttestorPublicKey.Builder>
-
mergeFrom
public AttestorPublicKey.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AttestorPublicKey.Builder>
-
mergeFrom
public AttestorPublicKey.Builder mergeFrom(AttestorPublicKey other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<AttestorPublicKey.Builder>
-
mergeFrom
public AttestorPublicKey.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AttestorPublicKey.Builder>- Throws:
IOException
-
getPublicKeyCase
public AttestorPublicKey.PublicKeyCase getPublicKeyCase()
- Specified by:
getPublicKeyCasein interfaceAttestorPublicKeyOrBuilder
-
clearPublicKey
public AttestorPublicKey.Builder clearPublicKey()
-
getComment
public String getComment()
Optional. A descriptive comment. This field may be updated.
string comment = 1 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getCommentin interfaceAttestorPublicKeyOrBuilder- Returns:
- The comment.
-
getCommentBytes
public com.google.protobuf.ByteString getCommentBytes()
Optional. A descriptive comment. This field may be updated.
string comment = 1 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getCommentBytesin interfaceAttestorPublicKeyOrBuilder- Returns:
- The bytes for comment.
-
setComment
public AttestorPublicKey.Builder setComment(String value)
Optional. A descriptive comment. This field may be updated.
string comment = 1 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The comment to set.- Returns:
- 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:
- This builder for chaining.
-
setCommentBytes
public AttestorPublicKey.Builder setCommentBytes(com.google.protobuf.ByteString value)
Optional. A descriptive comment. This field may be updated.
string comment = 1 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The bytes for comment to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
getIdin interfaceAttestorPublicKeyOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.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;- Specified by:
getIdBytesin interfaceAttestorPublicKeyOrBuilder- Returns:
- The bytes for id.
-
setId
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;- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setIdBytes
public AttestorPublicKey.Builder setIdBytes(com.google.protobuf.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;- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
hasAsciiArmoredPgpPublicKeyin interfaceAttestorPublicKeyOrBuilder- Returns:
- Whether the asciiArmoredPgpPublicKey field is set.
-
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;- Specified by:
getAsciiArmoredPgpPublicKeyin interfaceAttestorPublicKeyOrBuilder- Returns:
- The asciiArmoredPgpPublicKey.
-
getAsciiArmoredPgpPublicKeyBytes
public com.google.protobuf.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;- Specified by:
getAsciiArmoredPgpPublicKeyBytesin interfaceAttestorPublicKeyOrBuilder- Returns:
- The bytes for asciiArmoredPgpPublicKey.
-
setAsciiArmoredPgpPublicKey
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;- Parameters:
value- The asciiArmoredPgpPublicKey to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setAsciiArmoredPgpPublicKeyBytes
public AttestorPublicKey.Builder setAsciiArmoredPgpPublicKeyBytes(com.google.protobuf.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;- Parameters:
value- The bytes for asciiArmoredPgpPublicKey to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
hasPkixPublicKeyin interfaceAttestorPublicKeyOrBuilder- Returns:
- Whether the pkixPublicKey field is set.
-
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;- Specified by:
getPkixPublicKeyin interfaceAttestorPublicKeyOrBuilder- Returns:
- The pkixPublicKey.
-
setPkixPublicKey
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;
-
setPkixPublicKey
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;
-
mergePkixPublicKey
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;
-
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;
-
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;
-
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;- Specified by:
getPkixPublicKeyOrBuilderin interfaceAttestorPublicKeyOrBuilder
-
setUnknownFields
public final AttestorPublicKey.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AttestorPublicKey.Builder>
-
mergeUnknownFields
public final AttestorPublicKey.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AttestorPublicKey.Builder>
-
-