public static final class KeepKeyType.IdentityType extends com.google.protobuf.GeneratedMessage implements KeepKeyType.IdentityTypeOrBuilder
IdentityType
Structure representing identity data @used_in IdentityType
| Modifier and Type | Class and Description |
|---|---|
static class |
KeepKeyType.IdentityType.Builder
Protobuf type
IdentityType |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
HOST_FIELD_NUMBER |
static int |
INDEX_FIELD_NUMBER |
static com.google.protobuf.Parser<KeepKeyType.IdentityType> |
PARSER |
static int |
PATH_FIELD_NUMBER |
static int |
PORT_FIELD_NUMBER |
static int |
PROTO_FIELD_NUMBER |
static int |
USER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static KeepKeyType.IdentityType |
getDefaultInstance() |
KeepKeyType.IdentityType |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getHost()
optional string host = 3; |
com.google.protobuf.ByteString |
getHostBytes()
optional string host = 3; |
int |
getIndex()
optional uint32 index = 6 [default = 0]; |
com.google.protobuf.Parser<KeepKeyType.IdentityType> |
getParserForType() |
String |
getPath()
optional string path = 5; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 5; |
String |
getPort()
optional string port = 4; |
com.google.protobuf.ByteString |
getPortBytes()
optional string port = 4; |
String |
getProto()
optional string proto = 1; |
com.google.protobuf.ByteString |
getProtoBytes()
optional string proto = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUser()
optional string user = 2; |
com.google.protobuf.ByteString |
getUserBytes()
optional string user = 2; |
boolean |
hasHost()
optional string host = 3; |
boolean |
hasIndex()
optional uint32 index = 6 [default = 0]; |
boolean |
hasPath()
optional string path = 5; |
boolean |
hasPort()
optional string port = 4; |
boolean |
hasProto()
optional string proto = 1; |
boolean |
hasUser()
optional string user = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static KeepKeyType.IdentityType.Builder |
newBuilder() |
static KeepKeyType.IdentityType.Builder |
newBuilder(KeepKeyType.IdentityType prototype) |
KeepKeyType.IdentityType.Builder |
newBuilderForType() |
protected KeepKeyType.IdentityType.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static KeepKeyType.IdentityType |
parseDelimitedFrom(InputStream input) |
static KeepKeyType.IdentityType |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeepKeyType.IdentityType |
parseFrom(byte[] data) |
static KeepKeyType.IdentityType |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeepKeyType.IdentityType |
parseFrom(com.google.protobuf.ByteString data) |
static KeepKeyType.IdentityType |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeepKeyType.IdentityType |
parseFrom(com.google.protobuf.CodedInputStream input) |
static KeepKeyType.IdentityType |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeepKeyType.IdentityType |
parseFrom(InputStream input) |
static KeepKeyType.IdentityType |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
KeepKeyType.IdentityType.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<KeepKeyType.IdentityType> PARSER
public static final int PROTO_FIELD_NUMBER
public static final int USER_FIELD_NUMBER
public static final int HOST_FIELD_NUMBER
public static final int PORT_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
public static final int INDEX_FIELD_NUMBER
public static KeepKeyType.IdentityType getDefaultInstance()
public KeepKeyType.IdentityType getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<KeepKeyType.IdentityType> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasProto()
optional string proto = 1;
proto part of URI
hasProto in interface KeepKeyType.IdentityTypeOrBuilderpublic String getProto()
optional string proto = 1;
proto part of URI
getProto in interface KeepKeyType.IdentityTypeOrBuilderpublic com.google.protobuf.ByteString getProtoBytes()
optional string proto = 1;
proto part of URI
getProtoBytes in interface KeepKeyType.IdentityTypeOrBuilderpublic boolean hasUser()
optional string user = 2;
user part of URI
hasUser in interface KeepKeyType.IdentityTypeOrBuilderpublic String getUser()
optional string user = 2;
user part of URI
getUser in interface KeepKeyType.IdentityTypeOrBuilderpublic com.google.protobuf.ByteString getUserBytes()
optional string user = 2;
user part of URI
getUserBytes in interface KeepKeyType.IdentityTypeOrBuilderpublic boolean hasHost()
optional string host = 3;
host part of URI
hasHost in interface KeepKeyType.IdentityTypeOrBuilderpublic String getHost()
optional string host = 3;
host part of URI
getHost in interface KeepKeyType.IdentityTypeOrBuilderpublic com.google.protobuf.ByteString getHostBytes()
optional string host = 3;
host part of URI
getHostBytes in interface KeepKeyType.IdentityTypeOrBuilderpublic boolean hasPort()
optional string port = 4;
port part of URI
hasPort in interface KeepKeyType.IdentityTypeOrBuilderpublic String getPort()
optional string port = 4;
port part of URI
getPort in interface KeepKeyType.IdentityTypeOrBuilderpublic com.google.protobuf.ByteString getPortBytes()
optional string port = 4;
port part of URI
getPortBytes in interface KeepKeyType.IdentityTypeOrBuilderpublic boolean hasPath()
optional string path = 5;
path part of URI
hasPath in interface KeepKeyType.IdentityTypeOrBuilderpublic String getPath()
optional string path = 5;
path part of URI
getPath in interface KeepKeyType.IdentityTypeOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
optional string path = 5;
path part of URI
getPathBytes in interface KeepKeyType.IdentityTypeOrBuilderpublic boolean hasIndex()
optional uint32 index = 6 [default = 0];
identity index
hasIndex in interface KeepKeyType.IdentityTypeOrBuilderpublic int getIndex()
optional uint32 index = 6 [default = 0];
identity index
getIndex in interface KeepKeyType.IdentityTypeOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static KeepKeyType.IdentityType parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeepKeyType.IdentityType parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeepKeyType.IdentityType parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeepKeyType.IdentityType parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeepKeyType.IdentityType parseFrom(InputStream input) throws IOException
IOExceptionpublic static KeepKeyType.IdentityType parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static KeepKeyType.IdentityType parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static KeepKeyType.IdentityType parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static KeepKeyType.IdentityType parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static KeepKeyType.IdentityType parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static KeepKeyType.IdentityType.Builder newBuilder()
public KeepKeyType.IdentityType.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static KeepKeyType.IdentityType.Builder newBuilder(KeepKeyType.IdentityType prototype)
public KeepKeyType.IdentityType.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected KeepKeyType.IdentityType.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.