public static final class Personhood.Credential.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Credential.Builder> implements Personhood.CredentialOrBuilder
Credential represents one identity of the user.Protobuf type
personhood.Credential| Modifier and Type | Method and Description |
|---|---|
Personhood.Credential.Builder |
addAllAttributes(Iterable<? extends Personhood.Attribute> values)
repeated .personhood.Attribute attributes = 2; |
Personhood.Credential.Builder |
addAttributes(int index,
Personhood.Attribute.Builder builderForValue)
repeated .personhood.Attribute attributes = 2; |
Personhood.Credential.Builder |
addAttributes(int index,
Personhood.Attribute value)
repeated .personhood.Attribute attributes = 2; |
Personhood.Credential.Builder |
addAttributes(Personhood.Attribute.Builder builderForValue)
repeated .personhood.Attribute attributes = 2; |
Personhood.Credential.Builder |
addAttributes(Personhood.Attribute value)
repeated .personhood.Attribute attributes = 2; |
Personhood.Attribute.Builder |
addAttributesBuilder()
repeated .personhood.Attribute attributes = 2; |
Personhood.Attribute.Builder |
addAttributesBuilder(int index)
repeated .personhood.Attribute attributes = 2; |
Personhood.Credential.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Personhood.Credential |
build() |
Personhood.Credential |
buildPartial() |
Personhood.Credential.Builder |
clear() |
Personhood.Credential.Builder |
clearAttributes()
repeated .personhood.Attribute attributes = 2; |
Personhood.Credential.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Personhood.Credential.Builder |
clearName()
required string name = 1; |
Personhood.Credential.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Personhood.Credential.Builder |
clone() |
Personhood.Attribute |
getAttributes(int index)
repeated .personhood.Attribute attributes = 2; |
Personhood.Attribute.Builder |
getAttributesBuilder(int index)
repeated .personhood.Attribute attributes = 2; |
List<Personhood.Attribute.Builder> |
getAttributesBuilderList()
repeated .personhood.Attribute attributes = 2; |
int |
getAttributesCount()
repeated .personhood.Attribute attributes = 2; |
List<Personhood.Attribute> |
getAttributesList()
repeated .personhood.Attribute attributes = 2; |
Personhood.AttributeOrBuilder |
getAttributesOrBuilder(int index)
repeated .personhood.Attribute attributes = 2; |
List<? extends Personhood.AttributeOrBuilder> |
getAttributesOrBuilderList()
repeated .personhood.Attribute attributes = 2; |
Personhood.Credential |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
boolean |
hasName()
required string name = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Personhood.Credential.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Personhood.Credential.Builder |
mergeFrom(com.google.protobuf.Message other) |
Personhood.Credential.Builder |
mergeFrom(Personhood.Credential other) |
Personhood.Credential.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Personhood.Credential.Builder |
removeAttributes(int index)
repeated .personhood.Attribute attributes = 2; |
Personhood.Credential.Builder |
setAttributes(int index,
Personhood.Attribute.Builder builderForValue)
repeated .personhood.Attribute attributes = 2; |
Personhood.Credential.Builder |
setAttributes(int index,
Personhood.Attribute value)
repeated .personhood.Attribute attributes = 2; |
Personhood.Credential.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Personhood.Credential.Builder |
setName(String value)
required string name = 1; |
Personhood.Credential.Builder |
setNameBytes(com.google.protobuf.ByteString value)
required string name = 1; |
Personhood.Credential.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Personhood.Credential.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Credential.Builder>public Personhood.Credential.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Credential.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.GeneratedMessageV3.Builder<Personhood.Credential.Builder>public Personhood.Credential getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Personhood.Credential build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Personhood.Credential buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Personhood.Credential.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Credential.Builder>public Personhood.Credential.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Credential.Builder>public Personhood.Credential.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Credential.Builder>public Personhood.Credential.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Credential.Builder>public Personhood.Credential.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Credential.Builder>public Personhood.Credential.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Credential.Builder>public Personhood.Credential.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Personhood.Credential.Builder>public Personhood.Credential.Builder mergeFrom(Personhood.Credential other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Credential.Builder>public Personhood.Credential.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<Personhood.Credential.Builder>IOExceptionpublic boolean hasName()
required string name = 1;hasName in interface Personhood.CredentialOrBuilderpublic String getName()
required string name = 1;getName in interface Personhood.CredentialOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface Personhood.CredentialOrBuilderpublic Personhood.Credential.Builder setName(String value)
required string name = 1;public Personhood.Credential.Builder clearName()
required string name = 1;public Personhood.Credential.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;public List<Personhood.Attribute> getAttributesList()
repeated .personhood.Attribute attributes = 2;getAttributesList in interface Personhood.CredentialOrBuilderpublic int getAttributesCount()
repeated .personhood.Attribute attributes = 2;getAttributesCount in interface Personhood.CredentialOrBuilderpublic Personhood.Attribute getAttributes(int index)
repeated .personhood.Attribute attributes = 2;getAttributes in interface Personhood.CredentialOrBuilderpublic Personhood.Credential.Builder setAttributes(int index, Personhood.Attribute value)
repeated .personhood.Attribute attributes = 2;public Personhood.Credential.Builder setAttributes(int index, Personhood.Attribute.Builder builderForValue)
repeated .personhood.Attribute attributes = 2;public Personhood.Credential.Builder addAttributes(Personhood.Attribute value)
repeated .personhood.Attribute attributes = 2;public Personhood.Credential.Builder addAttributes(int index, Personhood.Attribute value)
repeated .personhood.Attribute attributes = 2;public Personhood.Credential.Builder addAttributes(Personhood.Attribute.Builder builderForValue)
repeated .personhood.Attribute attributes = 2;public Personhood.Credential.Builder addAttributes(int index, Personhood.Attribute.Builder builderForValue)
repeated .personhood.Attribute attributes = 2;public Personhood.Credential.Builder addAllAttributes(Iterable<? extends Personhood.Attribute> values)
repeated .personhood.Attribute attributes = 2;public Personhood.Credential.Builder clearAttributes()
repeated .personhood.Attribute attributes = 2;public Personhood.Credential.Builder removeAttributes(int index)
repeated .personhood.Attribute attributes = 2;public Personhood.Attribute.Builder getAttributesBuilder(int index)
repeated .personhood.Attribute attributes = 2;public Personhood.AttributeOrBuilder getAttributesOrBuilder(int index)
repeated .personhood.Attribute attributes = 2;getAttributesOrBuilder in interface Personhood.CredentialOrBuilderpublic List<? extends Personhood.AttributeOrBuilder> getAttributesOrBuilderList()
repeated .personhood.Attribute attributes = 2;getAttributesOrBuilderList in interface Personhood.CredentialOrBuilderpublic Personhood.Attribute.Builder addAttributesBuilder()
repeated .personhood.Attribute attributes = 2;public Personhood.Attribute.Builder addAttributesBuilder(int index)
repeated .personhood.Attribute attributes = 2;public List<Personhood.Attribute.Builder> getAttributesBuilderList()
repeated .personhood.Attribute attributes = 2;public final Personhood.Credential.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Credential.Builder>public final Personhood.Credential.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Credential.Builder>Copyright © 2019. All rights reserved.