Class CertificateAuthority.KeyVersionSpec

  • All Implemented Interfaces:
    CertificateAuthority.KeyVersionSpecOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
    Enclosing class:
    CertificateAuthority

    public static final class CertificateAuthority.KeyVersionSpec
    extends com.google.protobuf.GeneratedMessageV3
    implements CertificateAuthority.KeyVersionSpecOrBuilder
     A Cloud KMS key configuration that a [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority] will use.
     
    Protobuf type google.cloud.security.privateca.v1beta1.CertificateAuthority.KeyVersionSpec
    See Also:
    Serialized Form
    • Field Detail

      • CLOUD_KMS_KEY_VERSION_FIELD_NUMBER

        public static final int CLOUD_KMS_KEY_VERSION_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasCloudKmsKeyVersion

        public boolean hasCloudKmsKeyVersion()
         Required. The resource name for an existing Cloud KMS CryptoKeyVersion in the
         format
         `projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*`.
         This option enables full flexibility in the key's capabilities and
         properties.
         
        string cloud_kms_key_version = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasCloudKmsKeyVersion in interface CertificateAuthority.KeyVersionSpecOrBuilder
        Returns:
        Whether the cloudKmsKeyVersion field is set.
      • getCloudKmsKeyVersion

        public String getCloudKmsKeyVersion()
         Required. The resource name for an existing Cloud KMS CryptoKeyVersion in the
         format
         `projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*`.
         This option enables full flexibility in the key's capabilities and
         properties.
         
        string cloud_kms_key_version = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getCloudKmsKeyVersion in interface CertificateAuthority.KeyVersionSpecOrBuilder
        Returns:
        The cloudKmsKeyVersion.
      • getCloudKmsKeyVersionBytes

        public com.google.protobuf.ByteString getCloudKmsKeyVersionBytes()
         Required. The resource name for an existing Cloud KMS CryptoKeyVersion in the
         format
         `projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*`.
         This option enables full flexibility in the key's capabilities and
         properties.
         
        string cloud_kms_key_version = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getCloudKmsKeyVersionBytes in interface CertificateAuthority.KeyVersionSpecOrBuilder
        Returns:
        The bytes for cloudKmsKeyVersion.
      • hasAlgorithm

        public boolean hasAlgorithm()
         Required. The algorithm to use for creating a managed Cloud KMS key for a for a
         simplified experience. All managed keys will be have their
         [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] as `HSM`.
         
        .google.cloud.security.privateca.v1beta1.CertificateAuthority.SignHashAlgorithm algorithm = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasAlgorithm in interface CertificateAuthority.KeyVersionSpecOrBuilder
        Returns:
        Whether the algorithm field is set.
      • getAlgorithmValue

        public int getAlgorithmValue()
         Required. The algorithm to use for creating a managed Cloud KMS key for a for a
         simplified experience. All managed keys will be have their
         [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] as `HSM`.
         
        .google.cloud.security.privateca.v1beta1.CertificateAuthority.SignHashAlgorithm algorithm = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getAlgorithmValue in interface CertificateAuthority.KeyVersionSpecOrBuilder
        Returns:
        The enum numeric value on the wire for algorithm.
      • getAlgorithm

        public CertificateAuthority.SignHashAlgorithm getAlgorithm()
         Required. The algorithm to use for creating a managed Cloud KMS key for a for a
         simplified experience. All managed keys will be have their
         [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] as `HSM`.
         
        .google.cloud.security.privateca.v1beta1.CertificateAuthority.SignHashAlgorithm algorithm = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getAlgorithm in interface CertificateAuthority.KeyVersionSpecOrBuilder
        Returns:
        The algorithm.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static CertificateAuthority.KeyVersionSpec parseFrom​(ByteBuffer data,
                                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static CertificateAuthority.KeyVersionSpec parseFrom​(com.google.protobuf.ByteString data)
                                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static CertificateAuthority.KeyVersionSpec parseFrom​(com.google.protobuf.ByteString data,
                                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static CertificateAuthority.KeyVersionSpec parseFrom​(byte[] data)
                                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static CertificateAuthority.KeyVersionSpec parseFrom​(byte[] data,
                                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public CertificateAuthority.KeyVersionSpec.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected CertificateAuthority.KeyVersionSpec.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<CertificateAuthority.KeyVersionSpec> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public CertificateAuthority.KeyVersionSpec getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder