public static final class CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder extends com.google.protobuf.GeneratedMessage.Builder<CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder> implements CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdApplication
Modifier and Type | Method and Description |
---|---|
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
addAllDirectories(Iterable<? extends CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory> values)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
addDirectories(CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory.Builder builderForValue)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
addDirectories(CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory value)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
addDirectories(int index,
CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory.Builder builderForValue)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
addDirectories(int index,
CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory value)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory.Builder |
addDirectoriesBuilder()
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory.Builder |
addDirectoriesBuilder(int index)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication |
build() |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication |
buildPartial() |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
clear() |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
clearCreatedDate()
optional int64 createdDate = 4; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
clearCredential()
optional string credential = 6; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
clearDirectories()
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
clearId()
optional int64 id = 1; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
clearName()
optional string name = 3; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
clearType()
optional string type = 2; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
clearUpdatedDate()
optional int64 updatedDate = 5; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
clone() |
long |
getCreatedDate()
optional int64 createdDate = 4; |
String |
getCredential()
optional string credential = 6; |
com.google.protobuf.ByteString |
getCredentialBytes()
optional string credential = 6; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory |
getDirectories(int index)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory.Builder |
getDirectoriesBuilder(int index)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
List<CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory.Builder> |
getDirectoriesBuilderList()
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
int |
getDirectoriesCount()
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
List<CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory> |
getDirectoriesList()
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectoryOrBuilder |
getDirectoriesOrBuilder(int index)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
List<? extends CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectoryOrBuilder> |
getDirectoriesOrBuilderList()
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
long |
getId()
optional int64 id = 1; |
String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
String |
getType()
optional string type = 2; |
com.google.protobuf.ByteString |
getTypeBytes()
optional string type = 2; |
long |
getUpdatedDate()
optional int64 updatedDate = 5; |
boolean |
hasCreatedDate()
optional int64 createdDate = 4; |
boolean |
hasCredential()
optional string credential = 6; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasType()
optional string type = 2; |
boolean |
hasUpdatedDate()
optional int64 updatedDate = 5; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
mergeFrom(CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication other) |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
mergeFrom(com.google.protobuf.Message other) |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
removeDirectories(int index)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
setCreatedDate(long value)
optional int64 createdDate = 4; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
setCredential(String value)
optional string credential = 6; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
setCredentialBytes(com.google.protobuf.ByteString value)
optional string credential = 6; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
setDirectories(int index,
CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory.Builder builderForValue)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
setDirectories(int index,
CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory value)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
setId(long value)
optional int64 id = 1; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
setName(String value)
optional string name = 3; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 3; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
setType(String value)
optional string type = 2; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
setTypeBytes(com.google.protobuf.ByteString value)
optional string type = 2; |
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder |
setUpdatedDate(long value)
optional int64 updatedDate = 5; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder>
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder>
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder>
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder>
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder mergeFrom(CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder>
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder>
IOException
public boolean hasId()
optional int64 id = 1;
hasId
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public long getId()
optional int64 id = 1;
getId
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder setId(long value)
optional int64 id = 1;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder clearId()
optional int64 id = 1;
public boolean hasType()
optional string type = 2;
hasType
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public String getType()
optional string type = 2;
getType
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public com.google.protobuf.ByteString getTypeBytes()
optional string type = 2;
getTypeBytes
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder setType(String value)
optional string type = 2;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder clearType()
optional string type = 2;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder setTypeBytes(com.google.protobuf.ByteString value)
optional string type = 2;
public boolean hasName()
optional string name = 3;
hasName
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public String getName()
optional string name = 3;
getName
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 3;
getNameBytes
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder setName(String value)
optional string name = 3;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder clearName()
optional string name = 3;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 3;
public boolean hasCreatedDate()
optional int64 createdDate = 4;
hasCreatedDate
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public long getCreatedDate()
optional int64 createdDate = 4;
getCreatedDate
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder setCreatedDate(long value)
optional int64 createdDate = 4;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder clearCreatedDate()
optional int64 createdDate = 4;
public boolean hasUpdatedDate()
optional int64 updatedDate = 5;
hasUpdatedDate
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public long getUpdatedDate()
optional int64 updatedDate = 5;
getUpdatedDate
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder setUpdatedDate(long value)
optional int64 updatedDate = 5;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder clearUpdatedDate()
optional int64 updatedDate = 5;
public boolean hasCredential()
optional string credential = 6;
hasCredential
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public String getCredential()
optional string credential = 6;
getCredential
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public com.google.protobuf.ByteString getCredentialBytes()
optional string credential = 6;
getCredentialBytes
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder setCredential(String value)
optional string credential = 6;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder clearCredential()
optional string credential = 6;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder setCredentialBytes(com.google.protobuf.ByteString value)
optional string credential = 6;
public List<CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory> getDirectoriesList()
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
getDirectoriesList
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public int getDirectoriesCount()
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
getDirectoriesCount
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory getDirectories(int index)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
getDirectories
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder setDirectories(int index, CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory value)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder setDirectories(int index, CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory.Builder builderForValue)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder addDirectories(CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory value)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder addDirectories(int index, CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory value)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder addDirectories(CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory.Builder builderForValue)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder addDirectories(int index, CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory.Builder builderForValue)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder addAllDirectories(Iterable<? extends CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory> values)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder clearDirectories()
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder removeDirectories(int index)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory.Builder getDirectoriesBuilder(int index)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectoryOrBuilder getDirectoriesOrBuilder(int index)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
getDirectoriesOrBuilder
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public List<? extends CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectoryOrBuilder> getDirectoriesOrBuilderList()
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
getDirectoriesOrBuilderList
in interface CrowdCaches.ApplicationCacheData.ProtobufCrowdApplicationOrBuilder
public CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory.Builder addDirectoriesBuilder()
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
public CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory.Builder addDirectoriesBuilder(int index)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
public List<CrowdCaches.ApplicationCacheData.ProtobufCrowdDirectory.Builder> getDirectoriesBuilderList()
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdDirectory directories = 7;
Copyright © 2003–2017 Atlassian. All rights reserved.