public static interface Encryptionpb.MasterKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Encryptionpb.MasterKey.BackendCase |
getBackendCase() |
Encryptionpb.MasterKeyFile |
getFile()
.encryptionpb.MasterKeyFile file = 2; |
Encryptionpb.MasterKeyFileOrBuilder |
getFileOrBuilder()
.encryptionpb.MasterKeyFile file = 2; |
Encryptionpb.MasterKeyKms |
getKms()
.encryptionpb.MasterKeyKms kms = 3; |
Encryptionpb.MasterKeyKmsOrBuilder |
getKmsOrBuilder()
.encryptionpb.MasterKeyKms kms = 3; |
Encryptionpb.MasterKeyPlaintext |
getPlaintext()
.encryptionpb.MasterKeyPlaintext plaintext = 1; |
Encryptionpb.MasterKeyPlaintextOrBuilder |
getPlaintextOrBuilder()
.encryptionpb.MasterKeyPlaintext plaintext = 1; |
boolean |
hasFile()
.encryptionpb.MasterKeyFile file = 2; |
boolean |
hasKms()
.encryptionpb.MasterKeyKms kms = 3; |
boolean |
hasPlaintext()
.encryptionpb.MasterKeyPlaintext plaintext = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPlaintext()
.encryptionpb.MasterKeyPlaintext plaintext = 1;
Encryptionpb.MasterKeyPlaintext getPlaintext()
.encryptionpb.MasterKeyPlaintext plaintext = 1;
Encryptionpb.MasterKeyPlaintextOrBuilder getPlaintextOrBuilder()
.encryptionpb.MasterKeyPlaintext plaintext = 1;
boolean hasFile()
.encryptionpb.MasterKeyFile file = 2;
Encryptionpb.MasterKeyFile getFile()
.encryptionpb.MasterKeyFile file = 2;
Encryptionpb.MasterKeyFileOrBuilder getFileOrBuilder()
.encryptionpb.MasterKeyFile file = 2;
boolean hasKms()
.encryptionpb.MasterKeyKms kms = 3;
Encryptionpb.MasterKeyKms getKms()
.encryptionpb.MasterKeyKms kms = 3;
Encryptionpb.MasterKeyKmsOrBuilder getKmsOrBuilder()
.encryptionpb.MasterKeyKms kms = 3;
Encryptionpb.MasterKey.BackendCase getBackendCase()
Copyright © 2024 PingCAP. All rights reserved.