Package | Description |
---|---|
com.google.cloud.kms.v1 |
A client to Cloud Key Management Service (KMS) API
|
Modifier and Type | Method and Description |
---|---|
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.clear() |
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.clearEkmConnectionKeyPath()
The path to the external key material on the EKM when using
[EkmConnection][google.cloud.kms.v1.EkmConnection] e.g., "v0/my/key".
|
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.clearExternalKeyUri()
The URI for an external resource that this
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] represents.
|
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.clearField(Descriptors.FieldDescriptor field) |
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.clone() |
ExternalProtectionLevelOptions.Builder |
CryptoKeyVersion.Builder.getExternalProtectionLevelOptionsBuilder()
ExternalProtectionLevelOptions stores a group of additional fields for
configuring a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] that
are specific to the
[EXTERNAL][google.cloud.kms.v1.ProtectionLevel.EXTERNAL] protection level
and [EXTERNAL_VPC][google.cloud.kms.v1.ProtectionLevel.EXTERNAL_VPC]
protection levels.
|
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.mergeFrom(ExternalProtectionLevelOptions other) |
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.mergeFrom(Message other) |
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.newBuilder() |
static ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.newBuilder(ExternalProtectionLevelOptions prototype) |
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.newBuilderForType() |
protected ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.setEkmConnectionKeyPath(String value)
The path to the external key material on the EKM when using
[EkmConnection][google.cloud.kms.v1.EkmConnection] e.g., "v0/my/key".
|
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.setEkmConnectionKeyPathBytes(ByteString value)
The path to the external key material on the EKM when using
[EkmConnection][google.cloud.kms.v1.EkmConnection] e.g., "v0/my/key".
|
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.setExternalKeyUri(String value)
The URI for an external resource that this
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] represents.
|
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.setExternalKeyUriBytes(ByteString value)
The URI for an external resource that this
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] represents.
|
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
ExternalProtectionLevelOptions.Builder |
ExternalProtectionLevelOptions.toBuilder() |
Modifier and Type | Method and Description |
---|---|
CryptoKeyVersion.Builder |
CryptoKeyVersion.Builder.setExternalProtectionLevelOptions(ExternalProtectionLevelOptions.Builder builderForValue)
ExternalProtectionLevelOptions stores a group of additional fields for
configuring a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] that
are specific to the
[EXTERNAL][google.cloud.kms.v1.ProtectionLevel.EXTERNAL] protection level
and [EXTERNAL_VPC][google.cloud.kms.v1.ProtectionLevel.EXTERNAL_VPC]
protection levels.
|
Copyright © 2022 Google LLC. All rights reserved.