org.eclipse.jgit.generated.storage.dht.proto
Class GitStore.ChunkInfo.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<GitStore.ChunkInfo.Builder>
              extended by org.eclipse.jgit.generated.storage.dht.proto.GitStore.ChunkInfo.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable, GitStore.ChunkInfoOrBuilder
Enclosing class:
GitStore.ChunkInfo

public static final class GitStore.ChunkInfo.Builder
extends com.google.protobuf.GeneratedMessage.Builder<GitStore.ChunkInfo.Builder>
implements GitStore.ChunkInfoOrBuilder


Method Summary
 GitStore.ChunkInfo build()
           
 GitStore.ChunkInfo buildPartial()
           
 GitStore.ChunkInfo.Builder clear()
           
 GitStore.ChunkInfo.Builder clearCachedPackKey()
           
 GitStore.ChunkInfo.Builder clearChunkSize()
           
 GitStore.ChunkInfo.Builder clearIndexSize()
           
 GitStore.ChunkInfo.Builder clearIsFragment()
           
 GitStore.ChunkInfo.Builder clearMetaSize()
           
 GitStore.ChunkInfo.Builder clearObjectCounts()
           
 GitStore.ChunkInfo.Builder clearObjectType()
           
 GitStore.ChunkInfo.Builder clearSource()
           
 GitStore.ChunkInfo.Builder clone()
           
 java.lang.String getCachedPackKey()
           
 int getChunkSize()
           
 GitStore.ChunkInfo getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 int getIndexSize()
           
 boolean getIsFragment()
           
 int getMetaSize()
           
 GitStore.ChunkInfo.ObjectCounts getObjectCounts()
           
 GitStore.ChunkInfo.ObjectCounts.Builder getObjectCountsBuilder()
           
 GitStore.ChunkInfo.ObjectCountsOrBuilder getObjectCountsOrBuilder()
           
 GitStore.ChunkInfo.ObjectType getObjectType()
           
 GitStore.ChunkInfo.Source getSource()
           
 boolean hasCachedPackKey()
           
 boolean hasChunkSize()
           
 boolean hasIndexSize()
           
 boolean hasIsFragment()
           
 boolean hasMetaSize()
           
 boolean hasObjectCounts()
           
 boolean hasObjectType()
           
 boolean hasSource()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 GitStore.ChunkInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 GitStore.ChunkInfo.Builder mergeFrom(GitStore.ChunkInfo other)
           
 GitStore.ChunkInfo.Builder mergeFrom(com.google.protobuf.Message other)
           
 GitStore.ChunkInfo.Builder mergeObjectCounts(GitStore.ChunkInfo.ObjectCounts value)
           
 GitStore.ChunkInfo.Builder setCachedPackKey(java.lang.String value)
           
 GitStore.ChunkInfo.Builder setChunkSize(int value)
           
 GitStore.ChunkInfo.Builder setIndexSize(int value)
           
 GitStore.ChunkInfo.Builder setIsFragment(boolean value)
           
 GitStore.ChunkInfo.Builder setMetaSize(int value)
           
 GitStore.ChunkInfo.Builder setObjectCounts(GitStore.ChunkInfo.ObjectCounts.Builder builderForValue)
           
 GitStore.ChunkInfo.Builder setObjectCounts(GitStore.ChunkInfo.ObjectCounts value)
           
 GitStore.ChunkInfo.Builder setObjectType(GitStore.ChunkInfo.ObjectType value)
           
 GitStore.ChunkInfo.Builder setSource(GitStore.ChunkInfo.Source value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
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
getAllFields, getField, 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<GitStore.ChunkInfo.Builder>

clear

public GitStore.ChunkInfo.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<GitStore.ChunkInfo.Builder>

clone

public GitStore.ChunkInfo.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<GitStore.ChunkInfo.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<GitStore.ChunkInfo.Builder>

getDefaultInstanceForType

public GitStore.ChunkInfo getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public GitStore.ChunkInfo.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<GitStore.ChunkInfo.Builder>

mergeFrom

public GitStore.ChunkInfo.Builder mergeFrom(GitStore.ChunkInfo other)

isInitialized

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

mergeFrom

public GitStore.ChunkInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws java.io.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<GitStore.ChunkInfo.Builder>
Throws:
java.io.IOException

hasSource

public boolean hasSource()
Specified by:
hasSource in interface GitStore.ChunkInfoOrBuilder

getSource

public GitStore.ChunkInfo.Source getSource()
Specified by:
getSource in interface GitStore.ChunkInfoOrBuilder

setSource

public GitStore.ChunkInfo.Builder setSource(GitStore.ChunkInfo.Source value)

clearSource

public GitStore.ChunkInfo.Builder clearSource()

hasObjectType

public boolean hasObjectType()
Specified by:
hasObjectType in interface GitStore.ChunkInfoOrBuilder

getObjectType

public GitStore.ChunkInfo.ObjectType getObjectType()
Specified by:
getObjectType in interface GitStore.ChunkInfoOrBuilder

setObjectType

public GitStore.ChunkInfo.Builder setObjectType(GitStore.ChunkInfo.ObjectType value)

clearObjectType

public GitStore.ChunkInfo.Builder clearObjectType()

hasIsFragment

public boolean hasIsFragment()
Specified by:
hasIsFragment in interface GitStore.ChunkInfoOrBuilder

getIsFragment

public boolean getIsFragment()
Specified by:
getIsFragment in interface GitStore.ChunkInfoOrBuilder

setIsFragment

public GitStore.ChunkInfo.Builder setIsFragment(boolean value)

clearIsFragment

public GitStore.ChunkInfo.Builder clearIsFragment()

hasCachedPackKey

public boolean hasCachedPackKey()
Specified by:
hasCachedPackKey in interface GitStore.ChunkInfoOrBuilder

getCachedPackKey

public java.lang.String getCachedPackKey()
Specified by:
getCachedPackKey in interface GitStore.ChunkInfoOrBuilder

setCachedPackKey

public GitStore.ChunkInfo.Builder setCachedPackKey(java.lang.String value)

clearCachedPackKey

public GitStore.ChunkInfo.Builder clearCachedPackKey()

hasObjectCounts

public boolean hasObjectCounts()
Specified by:
hasObjectCounts in interface GitStore.ChunkInfoOrBuilder

getObjectCounts

public GitStore.ChunkInfo.ObjectCounts getObjectCounts()
Specified by:
getObjectCounts in interface GitStore.ChunkInfoOrBuilder

setObjectCounts

public GitStore.ChunkInfo.Builder setObjectCounts(GitStore.ChunkInfo.ObjectCounts value)

setObjectCounts

public GitStore.ChunkInfo.Builder setObjectCounts(GitStore.ChunkInfo.ObjectCounts.Builder builderForValue)

mergeObjectCounts

public GitStore.ChunkInfo.Builder mergeObjectCounts(GitStore.ChunkInfo.ObjectCounts value)

clearObjectCounts

public GitStore.ChunkInfo.Builder clearObjectCounts()

getObjectCountsBuilder

public GitStore.ChunkInfo.ObjectCounts.Builder getObjectCountsBuilder()

getObjectCountsOrBuilder

public GitStore.ChunkInfo.ObjectCountsOrBuilder getObjectCountsOrBuilder()
Specified by:
getObjectCountsOrBuilder in interface GitStore.ChunkInfoOrBuilder

hasChunkSize

public boolean hasChunkSize()
Specified by:
hasChunkSize in interface GitStore.ChunkInfoOrBuilder

getChunkSize

public int getChunkSize()
Specified by:
getChunkSize in interface GitStore.ChunkInfoOrBuilder

setChunkSize

public GitStore.ChunkInfo.Builder setChunkSize(int value)

clearChunkSize

public GitStore.ChunkInfo.Builder clearChunkSize()

hasIndexSize

public boolean hasIndexSize()
Specified by:
hasIndexSize in interface GitStore.ChunkInfoOrBuilder

getIndexSize

public int getIndexSize()
Specified by:
getIndexSize in interface GitStore.ChunkInfoOrBuilder

setIndexSize

public GitStore.ChunkInfo.Builder setIndexSize(int value)

clearIndexSize

public GitStore.ChunkInfo.Builder clearIndexSize()

hasMetaSize

public boolean hasMetaSize()
Specified by:
hasMetaSize in interface GitStore.ChunkInfoOrBuilder

getMetaSize

public int getMetaSize()
Specified by:
getMetaSize in interface GitStore.ChunkInfoOrBuilder

setMetaSize

public GitStore.ChunkInfo.Builder setMetaSize(int value)

clearMetaSize

public GitStore.ChunkInfo.Builder clearMetaSize()


Copyright © 2011. All Rights Reserved.