public static interface ProtosFactory.LogFileEncryptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCipherProvider()
required string cipherProvider = 1; |
com.google.protobuf.ByteString |
getCipherProviderBytes()
required string cipherProvider = 1; |
String |
getKeyAlias()
required string keyAlias = 2; |
com.google.protobuf.ByteString |
getKeyAliasBytes()
required string keyAlias = 2; |
com.google.protobuf.ByteString |
getParameters()
optional bytes parameters = 3; |
boolean |
hasCipherProvider()
required string cipherProvider = 1; |
boolean |
hasKeyAlias()
required string keyAlias = 2; |
boolean |
hasParameters()
optional bytes parameters = 3; |
boolean hasCipherProvider()
required string cipherProvider = 1;
String getCipherProvider()
required string cipherProvider = 1;
com.google.protobuf.ByteString getCipherProviderBytes()
required string cipherProvider = 1;
boolean hasKeyAlias()
required string keyAlias = 2;
String getKeyAlias()
required string keyAlias = 2;
com.google.protobuf.ByteString getKeyAliasBytes()
required string keyAlias = 2;
boolean hasParameters()
optional bytes parameters = 3;
com.google.protobuf.ByteString getParameters()
optional bytes parameters = 3;
Copyright © 2009-2022 Apache Software Foundation. All Rights Reserved.