接口 Function.CryptoSpecOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Function
public static interface Function.CryptoSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Function.CryptoSpec.FailureActiongetConsumerCryptoFailureAction()define the action if consumer fail to decrypt data one of FAIL, DISCARD, CONSUMEintgetConsumerCryptoFailureActionValue()define the action if consumer fail to decrypt data one of FAIL, DISCARD, CONSUMEjava.lang.StringgetCryptoKeyReaderClassName()string cryptoKeyReaderClassName = 1;com.google.protobuf.ByteStringgetCryptoKeyReaderClassNameBytes()string cryptoKeyReaderClassName = 1;java.lang.StringgetCryptoKeyReaderConfig()string cryptoKeyReaderConfig = 2;com.google.protobuf.ByteStringgetCryptoKeyReaderConfigBytes()string cryptoKeyReaderConfig = 2;Function.CryptoSpec.FailureActiongetProducerCryptoFailureAction()define the action if producer fail to encrypt data one of FAIL, SENDintgetProducerCryptoFailureActionValue()define the action if producer fail to encrypt data one of FAIL, SENDjava.lang.StringgetProducerEncryptionKeyName(int index)key names used by producer to encrypt datacom.google.protobuf.ByteStringgetProducerEncryptionKeyNameBytes(int index)key names used by producer to encrypt dataintgetProducerEncryptionKeyNameCount()key names used by producer to encrypt datajava.util.List<java.lang.String>getProducerEncryptionKeyNameList()key names used by producer to encrypt data
-
-
-
方法详细资料
-
getCryptoKeyReaderClassName
java.lang.String getCryptoKeyReaderClassName()
string cryptoKeyReaderClassName = 1;- 返回:
- The cryptoKeyReaderClassName.
-
getCryptoKeyReaderClassNameBytes
com.google.protobuf.ByteString getCryptoKeyReaderClassNameBytes()
string cryptoKeyReaderClassName = 1;- 返回:
- The bytes for cryptoKeyReaderClassName.
-
getCryptoKeyReaderConfig
java.lang.String getCryptoKeyReaderConfig()
string cryptoKeyReaderConfig = 2;- 返回:
- The cryptoKeyReaderConfig.
-
getCryptoKeyReaderConfigBytes
com.google.protobuf.ByteString getCryptoKeyReaderConfigBytes()
string cryptoKeyReaderConfig = 2;- 返回:
- The bytes for cryptoKeyReaderConfig.
-
getProducerEncryptionKeyNameList
java.util.List<java.lang.String> getProducerEncryptionKeyNameList()
key names used by producer to encrypt data
repeated string producerEncryptionKeyName = 3;- 返回:
- A list containing the producerEncryptionKeyName.
-
getProducerEncryptionKeyNameCount
int getProducerEncryptionKeyNameCount()
key names used by producer to encrypt data
repeated string producerEncryptionKeyName = 3;- 返回:
- The count of producerEncryptionKeyName.
-
getProducerEncryptionKeyName
java.lang.String getProducerEncryptionKeyName(int index)
key names used by producer to encrypt data
repeated string producerEncryptionKeyName = 3;- 参数:
index- The index of the element to return.- 返回:
- The producerEncryptionKeyName at the given index.
-
getProducerEncryptionKeyNameBytes
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.- 返回:
- The bytes of the producerEncryptionKeyName at the given index.
-
getProducerCryptoFailureActionValue
int getProducerCryptoFailureActionValue()
define the action if producer fail to encrypt data one of FAIL, SEND
.proto.CryptoSpec.FailureAction producerCryptoFailureAction = 4;- 返回:
- The enum numeric value on the wire for producerCryptoFailureAction.
-
getProducerCryptoFailureAction
Function.CryptoSpec.FailureAction getProducerCryptoFailureAction()
define the action if producer fail to encrypt data one of FAIL, SEND
.proto.CryptoSpec.FailureAction producerCryptoFailureAction = 4;- 返回:
- The producerCryptoFailureAction.
-
getConsumerCryptoFailureActionValue
int getConsumerCryptoFailureActionValue()
define the action if consumer fail to decrypt data one of FAIL, DISCARD, CONSUME
.proto.CryptoSpec.FailureAction consumerCryptoFailureAction = 5;- 返回:
- The enum numeric value on the wire for consumerCryptoFailureAction.
-
getConsumerCryptoFailureAction
Function.CryptoSpec.FailureAction getConsumerCryptoFailureAction()
define the action if consumer fail to decrypt data one of FAIL, DISCARD, CONSUME
.proto.CryptoSpec.FailureAction consumerCryptoFailureAction = 5;- 返回:
- The consumerCryptoFailureAction.
-
-