public static interface Function.CryptoSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Function.CryptoSpec.FailureAction |
getConsumerCryptoFailureAction()
define the action if consumer fail to decrypt data
one of FAIL, DISCARD, CONSUME
|
int |
getConsumerCryptoFailureActionValue()
define the action if consumer fail to decrypt data
one of FAIL, DISCARD, CONSUME
|
String |
getCryptoKeyReaderClassName()
string cryptoKeyReaderClassName = 1; |
com.google.protobuf.ByteString |
getCryptoKeyReaderClassNameBytes()
string cryptoKeyReaderClassName = 1; |
String |
getCryptoKeyReaderConfig()
string cryptoKeyReaderConfig = 2; |
com.google.protobuf.ByteString |
getCryptoKeyReaderConfigBytes()
string cryptoKeyReaderConfig = 2; |
Function.CryptoSpec.FailureAction |
getProducerCryptoFailureAction()
define the action if producer fail to encrypt data
one of FAIL, SEND
|
int |
getProducerCryptoFailureActionValue()
define the action if producer fail to encrypt data
one of FAIL, SEND
|
String |
getProducerEncryptionKeyName(int index)
key names used by producer to encrypt data
|
com.google.protobuf.ByteString |
getProducerEncryptionKeyNameBytes(int index)
key names used by producer to encrypt data
|
int |
getProducerEncryptionKeyNameCount()
key names used by producer to encrypt data
|
List<String> |
getProducerEncryptionKeyNameList()
key names used by producer to encrypt data
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCryptoKeyReaderClassName()
string cryptoKeyReaderClassName = 1;com.google.protobuf.ByteString getCryptoKeyReaderClassNameBytes()
string cryptoKeyReaderClassName = 1;String getCryptoKeyReaderConfig()
string cryptoKeyReaderConfig = 2;com.google.protobuf.ByteString getCryptoKeyReaderConfigBytes()
string cryptoKeyReaderConfig = 2;List<String> getProducerEncryptionKeyNameList()
key names used by producer to encrypt data
repeated string producerEncryptionKeyName = 3;int getProducerEncryptionKeyNameCount()
key names used by producer to encrypt data
repeated string producerEncryptionKeyName = 3;String getProducerEncryptionKeyName(int index)
key names used by producer to encrypt data
repeated string producerEncryptionKeyName = 3;index - The index of the element to return.com.google.protobuf.ByteString getProducerEncryptionKeyNameBytes(int index)
key names used by producer to encrypt data
repeated string producerEncryptionKeyName = 3;index - The index of the value to return.int getProducerCryptoFailureActionValue()
define the action if producer fail to encrypt data one of FAIL, SEND
.proto.CryptoSpec.FailureAction producerCryptoFailureAction = 4;Function.CryptoSpec.FailureAction getProducerCryptoFailureAction()
define the action if producer fail to encrypt data one of FAIL, SEND
.proto.CryptoSpec.FailureAction producerCryptoFailureAction = 4;int getConsumerCryptoFailureActionValue()
define the action if consumer fail to decrypt data one of FAIL, DISCARD, CONSUME
.proto.CryptoSpec.FailureAction consumerCryptoFailureAction = 5;Function.CryptoSpec.FailureAction getConsumerCryptoFailureAction()
define the action if consumer fail to decrypt data one of FAIL, DISCARD, CONSUME
.proto.CryptoSpec.FailureAction consumerCryptoFailureAction = 5;Copyright © 2017–2022 Apache Software Foundation. All rights reserved.