public static final class KeepKeyType.IdentityType.Builder extends com.google.protobuf.GeneratedMessage.Builder<KeepKeyType.IdentityType.Builder> implements KeepKeyType.IdentityTypeOrBuilder
IdentityType
Structure representing identity data @used_in IdentityType
Modifier and Type | Method and Description |
---|---|
KeepKeyType.IdentityType |
build() |
KeepKeyType.IdentityType |
buildPartial() |
KeepKeyType.IdentityType.Builder |
clear() |
KeepKeyType.IdentityType.Builder |
clearHost()
optional string host = 3; |
KeepKeyType.IdentityType.Builder |
clearIndex()
optional uint32 index = 6 [default = 0]; |
KeepKeyType.IdentityType.Builder |
clearPath()
optional string path = 5; |
KeepKeyType.IdentityType.Builder |
clearPort()
optional string port = 4; |
KeepKeyType.IdentityType.Builder |
clearProto()
optional string proto = 1; |
KeepKeyType.IdentityType.Builder |
clearUser()
optional string user = 2; |
KeepKeyType.IdentityType.Builder |
clone() |
KeepKeyType.IdentityType |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getHost()
optional string host = 3; |
com.google.protobuf.ByteString |
getHostBytes()
optional string host = 3; |
int |
getIndex()
optional uint32 index = 6 [default = 0]; |
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; |
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() |
KeepKeyType.IdentityType.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
KeepKeyType.IdentityType.Builder |
mergeFrom(KeepKeyType.IdentityType other) |
KeepKeyType.IdentityType.Builder |
mergeFrom(com.google.protobuf.Message other) |
KeepKeyType.IdentityType.Builder |
setHost(String value)
optional string host = 3; |
KeepKeyType.IdentityType.Builder |
setHostBytes(com.google.protobuf.ByteString value)
optional string host = 3; |
KeepKeyType.IdentityType.Builder |
setIndex(int value)
optional uint32 index = 6 [default = 0]; |
KeepKeyType.IdentityType.Builder |
setPath(String value)
optional string path = 5; |
KeepKeyType.IdentityType.Builder |
setPathBytes(com.google.protobuf.ByteString value)
optional string path = 5; |
KeepKeyType.IdentityType.Builder |
setPort(String value)
optional string port = 4; |
KeepKeyType.IdentityType.Builder |
setPortBytes(com.google.protobuf.ByteString value)
optional string port = 4; |
KeepKeyType.IdentityType.Builder |
setProto(String value)
optional string proto = 1; |
KeepKeyType.IdentityType.Builder |
setProtoBytes(com.google.protobuf.ByteString value)
optional string proto = 1; |
KeepKeyType.IdentityType.Builder |
setUser(String value)
optional string user = 2; |
KeepKeyType.IdentityType.Builder |
setUserBytes(com.google.protobuf.ByteString value)
optional string user = 2; |
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<KeepKeyType.IdentityType.Builder>
public KeepKeyType.IdentityType.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<KeepKeyType.IdentityType.Builder>
public KeepKeyType.IdentityType.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<KeepKeyType.IdentityType.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<KeepKeyType.IdentityType.Builder>
public KeepKeyType.IdentityType getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public KeepKeyType.IdentityType build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public KeepKeyType.IdentityType buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public KeepKeyType.IdentityType.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<KeepKeyType.IdentityType.Builder>
public KeepKeyType.IdentityType.Builder mergeFrom(KeepKeyType.IdentityType other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<KeepKeyType.IdentityType.Builder>
public KeepKeyType.IdentityType.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<KeepKeyType.IdentityType.Builder>
IOException
public boolean hasProto()
optional string proto = 1;
proto part of URI
hasProto
in interface KeepKeyType.IdentityTypeOrBuilder
public String getProto()
optional string proto = 1;
proto part of URI
getProto
in interface KeepKeyType.IdentityTypeOrBuilder
public com.google.protobuf.ByteString getProtoBytes()
optional string proto = 1;
proto part of URI
getProtoBytes
in interface KeepKeyType.IdentityTypeOrBuilder
public KeepKeyType.IdentityType.Builder setProto(String value)
optional string proto = 1;
proto part of URI
public KeepKeyType.IdentityType.Builder clearProto()
optional string proto = 1;
proto part of URI
public KeepKeyType.IdentityType.Builder setProtoBytes(com.google.protobuf.ByteString value)
optional string proto = 1;
proto part of URI
public boolean hasUser()
optional string user = 2;
user part of URI
hasUser
in interface KeepKeyType.IdentityTypeOrBuilder
public String getUser()
optional string user = 2;
user part of URI
getUser
in interface KeepKeyType.IdentityTypeOrBuilder
public com.google.protobuf.ByteString getUserBytes()
optional string user = 2;
user part of URI
getUserBytes
in interface KeepKeyType.IdentityTypeOrBuilder
public KeepKeyType.IdentityType.Builder setUser(String value)
optional string user = 2;
user part of URI
public KeepKeyType.IdentityType.Builder clearUser()
optional string user = 2;
user part of URI
public KeepKeyType.IdentityType.Builder setUserBytes(com.google.protobuf.ByteString value)
optional string user = 2;
user part of URI
public boolean hasHost()
optional string host = 3;
host part of URI
hasHost
in interface KeepKeyType.IdentityTypeOrBuilder
public String getHost()
optional string host = 3;
host part of URI
getHost
in interface KeepKeyType.IdentityTypeOrBuilder
public com.google.protobuf.ByteString getHostBytes()
optional string host = 3;
host part of URI
getHostBytes
in interface KeepKeyType.IdentityTypeOrBuilder
public KeepKeyType.IdentityType.Builder setHost(String value)
optional string host = 3;
host part of URI
public KeepKeyType.IdentityType.Builder clearHost()
optional string host = 3;
host part of URI
public KeepKeyType.IdentityType.Builder setHostBytes(com.google.protobuf.ByteString value)
optional string host = 3;
host part of URI
public boolean hasPort()
optional string port = 4;
port part of URI
hasPort
in interface KeepKeyType.IdentityTypeOrBuilder
public String getPort()
optional string port = 4;
port part of URI
getPort
in interface KeepKeyType.IdentityTypeOrBuilder
public com.google.protobuf.ByteString getPortBytes()
optional string port = 4;
port part of URI
getPortBytes
in interface KeepKeyType.IdentityTypeOrBuilder
public KeepKeyType.IdentityType.Builder setPort(String value)
optional string port = 4;
port part of URI
public KeepKeyType.IdentityType.Builder clearPort()
optional string port = 4;
port part of URI
public KeepKeyType.IdentityType.Builder setPortBytes(com.google.protobuf.ByteString value)
optional string port = 4;
port part of URI
public boolean hasPath()
optional string path = 5;
path part of URI
hasPath
in interface KeepKeyType.IdentityTypeOrBuilder
public String getPath()
optional string path = 5;
path part of URI
getPath
in interface KeepKeyType.IdentityTypeOrBuilder
public com.google.protobuf.ByteString getPathBytes()
optional string path = 5;
path part of URI
getPathBytes
in interface KeepKeyType.IdentityTypeOrBuilder
public KeepKeyType.IdentityType.Builder setPath(String value)
optional string path = 5;
path part of URI
public KeepKeyType.IdentityType.Builder clearPath()
optional string path = 5;
path part of URI
public KeepKeyType.IdentityType.Builder setPathBytes(com.google.protobuf.ByteString value)
optional string path = 5;
path part of URI
public boolean hasIndex()
optional uint32 index = 6 [default = 0];
identity index
hasIndex
in interface KeepKeyType.IdentityTypeOrBuilder
public int getIndex()
optional uint32 index = 6 [default = 0];
identity index
getIndex
in interface KeepKeyType.IdentityTypeOrBuilder
public KeepKeyType.IdentityType.Builder setIndex(int value)
optional uint32 index = 6 [default = 0];
identity index
public KeepKeyType.IdentityType.Builder clearIndex()
optional uint32 index = 6 [default = 0];
identity index
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.