org.apache.flume.channel.file.proto
Class ProtosFactory.LogFileEncryption.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<ProtosFactory.LogFileEncryption.Builder>
              extended by org.apache.flume.channel.file.proto.ProtosFactory.LogFileEncryption.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ProtosFactory.LogFileEncryptionOrBuilder
Enclosing class:
ProtosFactory.LogFileEncryption

public static final class ProtosFactory.LogFileEncryption.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ProtosFactory.LogFileEncryption.Builder>
implements ProtosFactory.LogFileEncryptionOrBuilder

Protobuf type LogFileEncryption


Method Summary
 ProtosFactory.LogFileEncryption build()
           
 ProtosFactory.LogFileEncryption buildPartial()
           
 ProtosFactory.LogFileEncryption.Builder clear()
           
 ProtosFactory.LogFileEncryption.Builder clearCipherProvider()
          required string cipherProvider = 1;
 ProtosFactory.LogFileEncryption.Builder clearKeyAlias()
          required string keyAlias = 2;
 ProtosFactory.LogFileEncryption.Builder clearParameters()
          optional bytes parameters = 3;
 ProtosFactory.LogFileEncryption.Builder clone()
           
 String getCipherProvider()
          required string cipherProvider = 1;
 com.google.protobuf.ByteString getCipherProviderBytes()
          required string cipherProvider = 1;
 ProtosFactory.LogFileEncryption getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 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;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ProtosFactory.LogFileEncryption.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ProtosFactory.LogFileEncryption.Builder mergeFrom(com.google.protobuf.Message other)
           
 ProtosFactory.LogFileEncryption.Builder mergeFrom(ProtosFactory.LogFileEncryption other)
           
 ProtosFactory.LogFileEncryption.Builder setCipherProvider(String value)
          required string cipherProvider = 1;
 ProtosFactory.LogFileEncryption.Builder setCipherProviderBytes(com.google.protobuf.ByteString value)
          required string cipherProvider = 1;
 ProtosFactory.LogFileEncryption.Builder setKeyAlias(String value)
          required string keyAlias = 2;
 ProtosFactory.LogFileEncryption.Builder setKeyAliasBytes(com.google.protobuf.ByteString value)
          required string keyAlias = 2;
 ProtosFactory.LogFileEncryption.Builder setParameters(com.google.protobuf.ByteString value)
          optional bytes parameters = 3;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ProtosFactory.LogFileEncryption.Builder>

clear

public ProtosFactory.LogFileEncryption.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<ProtosFactory.LogFileEncryption.Builder>

clone

public ProtosFactory.LogFileEncryption.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<ProtosFactory.LogFileEncryption.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ProtosFactory.LogFileEncryption.Builder>

getDefaultInstanceForType

public ProtosFactory.LogFileEncryption getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public ProtosFactory.LogFileEncryption build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public ProtosFactory.LogFileEncryption buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public ProtosFactory.LogFileEncryption.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProtosFactory.LogFileEncryption.Builder>

mergeFrom

public ProtosFactory.LogFileEncryption.Builder mergeFrom(ProtosFactory.LogFileEncryption other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ProtosFactory.LogFileEncryption.Builder>

mergeFrom

public ProtosFactory.LogFileEncryption.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProtosFactory.LogFileEncryption.Builder>
Throws:
IOException

hasCipherProvider

public boolean hasCipherProvider()
required string cipherProvider = 1;

Specified by:
hasCipherProvider in interface ProtosFactory.LogFileEncryptionOrBuilder

getCipherProvider

public String getCipherProvider()
required string cipherProvider = 1;

Specified by:
getCipherProvider in interface ProtosFactory.LogFileEncryptionOrBuilder

getCipherProviderBytes

public com.google.protobuf.ByteString getCipherProviderBytes()
required string cipherProvider = 1;

Specified by:
getCipherProviderBytes in interface ProtosFactory.LogFileEncryptionOrBuilder

setCipherProvider

public ProtosFactory.LogFileEncryption.Builder setCipherProvider(String value)
required string cipherProvider = 1;


clearCipherProvider

public ProtosFactory.LogFileEncryption.Builder clearCipherProvider()
required string cipherProvider = 1;


setCipherProviderBytes

public ProtosFactory.LogFileEncryption.Builder setCipherProviderBytes(com.google.protobuf.ByteString value)
required string cipherProvider = 1;


hasKeyAlias

public boolean hasKeyAlias()
required string keyAlias = 2;

Specified by:
hasKeyAlias in interface ProtosFactory.LogFileEncryptionOrBuilder

getKeyAlias

public String getKeyAlias()
required string keyAlias = 2;

Specified by:
getKeyAlias in interface ProtosFactory.LogFileEncryptionOrBuilder

getKeyAliasBytes

public com.google.protobuf.ByteString getKeyAliasBytes()
required string keyAlias = 2;

Specified by:
getKeyAliasBytes in interface ProtosFactory.LogFileEncryptionOrBuilder

setKeyAlias

public ProtosFactory.LogFileEncryption.Builder setKeyAlias(String value)
required string keyAlias = 2;


clearKeyAlias

public ProtosFactory.LogFileEncryption.Builder clearKeyAlias()
required string keyAlias = 2;


setKeyAliasBytes

public ProtosFactory.LogFileEncryption.Builder setKeyAliasBytes(com.google.protobuf.ByteString value)
required string keyAlias = 2;


hasParameters

public boolean hasParameters()
optional bytes parameters = 3;

Specified by:
hasParameters in interface ProtosFactory.LogFileEncryptionOrBuilder

getParameters

public com.google.protobuf.ByteString getParameters()
optional bytes parameters = 3;

Specified by:
getParameters in interface ProtosFactory.LogFileEncryptionOrBuilder

setParameters

public ProtosFactory.LogFileEncryption.Builder setParameters(com.google.protobuf.ByteString value)
optional bytes parameters = 3;


clearParameters

public ProtosFactory.LogFileEncryption.Builder clearParameters()
optional bytes parameters = 3;



Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.