public static interface Encryptionpb.MasterKeyKmsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEndpoint()
KMS endpoint.
|
com.google.protobuf.ByteString |
getEndpointBytes()
KMS endpoint.
|
String |
getKeyId()
KMS key id.
|
com.google.protobuf.ByteString |
getKeyIdBytes()
KMS key id.
|
String |
getRegion()
KMS region.
|
com.google.protobuf.ByteString |
getRegionBytes()
KMS region.
|
String |
getVendor()
KMS vendor.
|
com.google.protobuf.ByteString |
getVendorBytes()
KMS vendor.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getVendor()
KMS vendor.
string vendor = 1;
com.google.protobuf.ByteString getVendorBytes()
KMS vendor.
string vendor = 1;
String getKeyId()
KMS key id.
string key_id = 2;
com.google.protobuf.ByteString getKeyIdBytes()
KMS key id.
string key_id = 2;
String getRegion()
KMS region.
string region = 3;
com.google.protobuf.ByteString getRegionBytes()
KMS region.
string region = 3;
String getEndpoint()
KMS endpoint. Normally not needed.
string endpoint = 4;
com.google.protobuf.ByteString getEndpointBytes()
KMS endpoint. Normally not needed.
string endpoint = 4;
Copyright © 2024 PingCAP. All rights reserved.