public static final class DaisyDiffCaches.DaisyDiffCacheData.Builder extends com.google.protobuf.GeneratedMessage.Builder<DaisyDiffCaches.DaisyDiffCacheData.Builder> implements DaisyDiffCaches.DaisyDiffCacheDataOrBuilder
com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData| Modifier and Type | Method and Description |
|---|---|
DaisyDiffCaches.DaisyDiffCacheData |
build() |
DaisyDiffCaches.DaisyDiffCacheData |
buildPartial() |
DaisyDiffCaches.DaisyDiffCacheData.Builder |
clear() |
DaisyDiffCaches.DaisyDiffCacheData.Builder |
clearDiff()
optional string diff = 1; |
DaisyDiffCaches.DaisyDiffCacheData.Builder |
clearException()
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2; |
DaisyDiffCaches.DaisyDiffCacheData.Builder |
clone() |
DaisyDiffCaches.DaisyDiffCacheData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDiff()
optional string diff = 1; |
com.google.protobuf.ByteString |
getDiffBytes()
optional string diff = 1; |
DaisyDiffCaches.DaisyDiffCacheData.DiffException |
getException()
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2; |
DaisyDiffCaches.DaisyDiffCacheData.DiffException.Builder |
getExceptionBuilder()
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2; |
DaisyDiffCaches.DaisyDiffCacheData.DiffExceptionOrBuilder |
getExceptionOrBuilder()
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2; |
boolean |
hasDiff()
optional string diff = 1; |
boolean |
hasException()
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DaisyDiffCaches.DaisyDiffCacheData.Builder |
mergeException(DaisyDiffCaches.DaisyDiffCacheData.DiffException value)
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2; |
DaisyDiffCaches.DaisyDiffCacheData.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DaisyDiffCaches.DaisyDiffCacheData.Builder |
mergeFrom(DaisyDiffCaches.DaisyDiffCacheData other) |
DaisyDiffCaches.DaisyDiffCacheData.Builder |
mergeFrom(com.google.protobuf.Message other) |
DaisyDiffCaches.DaisyDiffCacheData.Builder |
setDiff(String value)
optional string diff = 1; |
DaisyDiffCaches.DaisyDiffCacheData.Builder |
setDiffBytes(com.google.protobuf.ByteString value)
optional string diff = 1; |
DaisyDiffCaches.DaisyDiffCacheData.Builder |
setException(DaisyDiffCaches.DaisyDiffCacheData.DiffException.Builder builderForValue)
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2; |
DaisyDiffCaches.DaisyDiffCacheData.Builder |
setException(DaisyDiffCaches.DaisyDiffCacheData.DiffException value)
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<DaisyDiffCaches.DaisyDiffCacheData.Builder>public DaisyDiffCaches.DaisyDiffCacheData.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<DaisyDiffCaches.DaisyDiffCacheData.Builder>public DaisyDiffCaches.DaisyDiffCacheData.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<DaisyDiffCaches.DaisyDiffCacheData.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<DaisyDiffCaches.DaisyDiffCacheData.Builder>public DaisyDiffCaches.DaisyDiffCacheData getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DaisyDiffCaches.DaisyDiffCacheData build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DaisyDiffCaches.DaisyDiffCacheData buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DaisyDiffCaches.DaisyDiffCacheData.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DaisyDiffCaches.DaisyDiffCacheData.Builder>public DaisyDiffCaches.DaisyDiffCacheData.Builder mergeFrom(DaisyDiffCaches.DaisyDiffCacheData other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<DaisyDiffCaches.DaisyDiffCacheData.Builder>public DaisyDiffCaches.DaisyDiffCacheData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DaisyDiffCaches.DaisyDiffCacheData.Builder>IOExceptionpublic boolean hasDiff()
optional string diff = 1;hasDiff in interface DaisyDiffCaches.DaisyDiffCacheDataOrBuilderpublic String getDiff()
optional string diff = 1;getDiff in interface DaisyDiffCaches.DaisyDiffCacheDataOrBuilderpublic com.google.protobuf.ByteString getDiffBytes()
optional string diff = 1;getDiffBytes in interface DaisyDiffCaches.DaisyDiffCacheDataOrBuilderpublic DaisyDiffCaches.DaisyDiffCacheData.Builder setDiff(String value)
optional string diff = 1;public DaisyDiffCaches.DaisyDiffCacheData.Builder clearDiff()
optional string diff = 1;public DaisyDiffCaches.DaisyDiffCacheData.Builder setDiffBytes(com.google.protobuf.ByteString value)
optional string diff = 1;public boolean hasException()
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2;hasException in interface DaisyDiffCaches.DaisyDiffCacheDataOrBuilderpublic DaisyDiffCaches.DaisyDiffCacheData.DiffException getException()
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2;getException in interface DaisyDiffCaches.DaisyDiffCacheDataOrBuilderpublic DaisyDiffCaches.DaisyDiffCacheData.Builder setException(DaisyDiffCaches.DaisyDiffCacheData.DiffException value)
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2;public DaisyDiffCaches.DaisyDiffCacheData.Builder setException(DaisyDiffCaches.DaisyDiffCacheData.DiffException.Builder builderForValue)
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2;public DaisyDiffCaches.DaisyDiffCacheData.Builder mergeException(DaisyDiffCaches.DaisyDiffCacheData.DiffException value)
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2;public DaisyDiffCaches.DaisyDiffCacheData.Builder clearException()
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2;public DaisyDiffCaches.DaisyDiffCacheData.DiffException.Builder getExceptionBuilder()
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2;public DaisyDiffCaches.DaisyDiffCacheData.DiffExceptionOrBuilder getExceptionOrBuilder()
optional .com.atlassian.confluence.impl.protobuf.diff.DaisyDiffCacheData.DiffException exception = 2;getExceptionOrBuilder in interface DaisyDiffCaches.DaisyDiffCacheDataOrBuilderCopyright © 2003–2016 Atlassian. All rights reserved.