public static final class UserBitShared.QueryProfile extends com.google.protobuf.GeneratedMessageV3 implements UserBitShared.QueryProfileOrBuilder
exec.shared.QueryProfile
Modifier and Type | Class and Description |
---|---|
static class |
UserBitShared.QueryProfile.Builder
Protobuf type
exec.shared.QueryProfile |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
AUTOLIMIT_FIELD_NUMBER |
static int |
END_FIELD_NUMBER |
static int |
ERROR_FIELD_NUMBER |
static int |
ERROR_ID_FIELD_NUMBER |
static int |
ERROR_NODE_FIELD_NUMBER |
static int |
FINISHED_FRAGMENTS_FIELD_NUMBER |
static int |
FOREMAN_FIELD_NUMBER |
static int |
FRAGMENT_PROFILE_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
OPTIONS_JSON_FIELD_NUMBER |
static com.google.protobuf.Parser<UserBitShared.QueryProfile> |
PARSER
Deprecated.
|
static int |
PLAN_FIELD_NUMBER |
static int |
PLANEND_FIELD_NUMBER |
static int |
QUERY_FIELD_NUMBER |
static int |
QUERYID_FIELD_NUMBER |
static int |
QUEUE_NAME_FIELD_NUMBER |
static int |
QUEUEWAITEND_FIELD_NUMBER |
static int |
START_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
TOTAL_COST_FIELD_NUMBER |
static int |
TOTAL_FRAGMENTS_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
USER_FIELD_NUMBER |
static int |
VERBOSEERROR_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getAutoLimit()
optional int32 autoLimit = 23; |
static UserBitShared.QueryProfile |
getDefaultInstance() |
UserBitShared.QueryProfile |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getEnd()
optional int64 end = 4; |
String |
getError()
optional string error = 13; |
com.google.protobuf.ByteString |
getErrorBytes()
optional string error = 13; |
String |
getErrorId()
optional string error_id = 15; |
com.google.protobuf.ByteString |
getErrorIdBytes()
optional string error_id = 15; |
String |
getErrorNode()
optional string error_node = 16; |
com.google.protobuf.ByteString |
getErrorNodeBytes()
optional string error_node = 16; |
int |
getFinishedFragments()
optional int32 finished_fragments = 10; |
CoordinationProtos.DrillbitEndpoint |
getForeman()
optional .exec.DrillbitEndpoint foreman = 7; |
CoordinationProtos.DrillbitEndpointOrBuilder |
getForemanOrBuilder()
optional .exec.DrillbitEndpoint foreman = 7; |
UserBitShared.MajorFragmentProfile |
getFragmentProfile(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
int |
getFragmentProfileCount()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
List<UserBitShared.MajorFragmentProfile> |
getFragmentProfileList()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
UserBitShared.MajorFragmentProfileOrBuilder |
getFragmentProfileOrBuilder(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
List<? extends UserBitShared.MajorFragmentProfileOrBuilder> |
getFragmentProfileOrBuilderList()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
UserBitShared.QueryId |
getId()
optional .exec.shared.QueryId id = 1; |
UserBitShared.QueryIdOrBuilder |
getIdOrBuilder()
optional .exec.shared.QueryId id = 1; |
String |
getOptionsJson()
optional string options_json = 17; |
com.google.protobuf.ByteString |
getOptionsJsonBytes()
optional string options_json = 17; |
com.google.protobuf.Parser<UserBitShared.QueryProfile> |
getParserForType() |
String |
getPlan()
optional string plan = 6; |
com.google.protobuf.ByteString |
getPlanBytes()
optional string plan = 6; |
long |
getPlanEnd()
optional int64 planEnd = 18; |
String |
getQuery()
optional string query = 5; |
com.google.protobuf.ByteString |
getQueryBytes()
optional string query = 5; |
String |
getQueryId()
optional string queryId = 22; |
com.google.protobuf.ByteString |
getQueryIdBytes()
optional string queryId = 22; |
String |
getQueueName()
optional string queue_name = 21 [default = "-"]; |
com.google.protobuf.ByteString |
getQueueNameBytes()
optional string queue_name = 21 [default = "-"]; |
long |
getQueueWaitEnd()
optional int64 queueWaitEnd = 19; |
int |
getSerializedSize() |
long |
getStart()
optional int64 start = 3; |
UserBitShared.QueryResult.QueryState |
getState()
optional .exec.shared.QueryResult.QueryState state = 8; |
double |
getTotalCost()
optional double total_cost = 20; |
int |
getTotalFragments()
optional int32 total_fragments = 9; |
UserBitShared.QueryType |
getType()
optional .exec.shared.QueryType type = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUser()
optional string user = 12 [default = "-"]; |
com.google.protobuf.ByteString |
getUserBytes()
optional string user = 12 [default = "-"]; |
String |
getVerboseError()
optional string verboseError = 14; |
com.google.protobuf.ByteString |
getVerboseErrorBytes()
optional string verboseError = 14; |
boolean |
hasAutoLimit()
optional int32 autoLimit = 23; |
boolean |
hasEnd()
optional int64 end = 4; |
boolean |
hasError()
optional string error = 13; |
boolean |
hasErrorId()
optional string error_id = 15; |
boolean |
hasErrorNode()
optional string error_node = 16; |
boolean |
hasFinishedFragments()
optional int32 finished_fragments = 10; |
boolean |
hasForeman()
optional .exec.DrillbitEndpoint foreman = 7; |
int |
hashCode() |
boolean |
hasId()
optional .exec.shared.QueryId id = 1; |
boolean |
hasOptionsJson()
optional string options_json = 17; |
boolean |
hasPlan()
optional string plan = 6; |
boolean |
hasPlanEnd()
optional int64 planEnd = 18; |
boolean |
hasQuery()
optional string query = 5; |
boolean |
hasQueryId()
optional string queryId = 22; |
boolean |
hasQueueName()
optional string queue_name = 21 [default = "-"]; |
boolean |
hasQueueWaitEnd()
optional int64 queueWaitEnd = 19; |
boolean |
hasStart()
optional int64 start = 3; |
boolean |
hasState()
optional .exec.shared.QueryResult.QueryState state = 8; |
boolean |
hasTotalCost()
optional double total_cost = 20; |
boolean |
hasTotalFragments()
optional int32 total_fragments = 9; |
boolean |
hasType()
optional .exec.shared.QueryType type = 2; |
boolean |
hasUser()
optional string user = 12 [default = "-"]; |
boolean |
hasVerboseError()
optional string verboseError = 14; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UserBitShared.QueryProfile.Builder |
newBuilder() |
static UserBitShared.QueryProfile.Builder |
newBuilder(UserBitShared.QueryProfile prototype) |
UserBitShared.QueryProfile.Builder |
newBuilderForType() |
protected UserBitShared.QueryProfile.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static UserBitShared.QueryProfile |
parseDelimitedFrom(InputStream input) |
static UserBitShared.QueryProfile |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserBitShared.QueryProfile |
parseFrom(byte[] data) |
static UserBitShared.QueryProfile |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserBitShared.QueryProfile |
parseFrom(ByteBuffer data) |
static UserBitShared.QueryProfile |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserBitShared.QueryProfile |
parseFrom(com.google.protobuf.ByteString data) |
static UserBitShared.QueryProfile |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserBitShared.QueryProfile |
parseFrom(com.google.protobuf.CodedInputStream input) |
static UserBitShared.QueryProfile |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserBitShared.QueryProfile |
parseFrom(InputStream input) |
static UserBitShared.QueryProfile |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<UserBitShared.QueryProfile> |
parser() |
UserBitShared.QueryProfile.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int ID_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int START_FIELD_NUMBER
public static final int END_FIELD_NUMBER
public static final int QUERY_FIELD_NUMBER
public static final int PLAN_FIELD_NUMBER
public static final int FOREMAN_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int TOTAL_FRAGMENTS_FIELD_NUMBER
public static final int FINISHED_FRAGMENTS_FIELD_NUMBER
public static final int FRAGMENT_PROFILE_FIELD_NUMBER
public static final int USER_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
public static final int VERBOSEERROR_FIELD_NUMBER
public static final int ERROR_ID_FIELD_NUMBER
public static final int ERROR_NODE_FIELD_NUMBER
public static final int OPTIONS_JSON_FIELD_NUMBER
public static final int PLANEND_FIELD_NUMBER
public static final int QUEUEWAITEND_FIELD_NUMBER
public static final int TOTAL_COST_FIELD_NUMBER
public static final int QUEUE_NAME_FIELD_NUMBER
public static final int QUERYID_FIELD_NUMBER
public static final int AUTOLIMIT_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<UserBitShared.QueryProfile> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasId()
optional .exec.shared.QueryId id = 1;
hasId
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryId getId()
optional .exec.shared.QueryId id = 1;
getId
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryIdOrBuilder getIdOrBuilder()
optional .exec.shared.QueryId id = 1;
getIdOrBuilder
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasType()
optional .exec.shared.QueryType type = 2;
hasType
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryType getType()
optional .exec.shared.QueryType type = 2;
getType
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasStart()
optional int64 start = 3;
hasStart
in interface UserBitShared.QueryProfileOrBuilder
public long getStart()
optional int64 start = 3;
getStart
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasEnd()
optional int64 end = 4;
hasEnd
in interface UserBitShared.QueryProfileOrBuilder
public long getEnd()
optional int64 end = 4;
getEnd
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasQuery()
optional string query = 5;
hasQuery
in interface UserBitShared.QueryProfileOrBuilder
public String getQuery()
optional string query = 5;
getQuery
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getQueryBytes()
optional string query = 5;
getQueryBytes
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasPlan()
optional string plan = 6;
hasPlan
in interface UserBitShared.QueryProfileOrBuilder
public String getPlan()
optional string plan = 6;
getPlan
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getPlanBytes()
optional string plan = 6;
getPlanBytes
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasForeman()
optional .exec.DrillbitEndpoint foreman = 7;
hasForeman
in interface UserBitShared.QueryProfileOrBuilder
public CoordinationProtos.DrillbitEndpoint getForeman()
optional .exec.DrillbitEndpoint foreman = 7;
getForeman
in interface UserBitShared.QueryProfileOrBuilder
public CoordinationProtos.DrillbitEndpointOrBuilder getForemanOrBuilder()
optional .exec.DrillbitEndpoint foreman = 7;
getForemanOrBuilder
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasState()
optional .exec.shared.QueryResult.QueryState state = 8;
hasState
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryResult.QueryState getState()
optional .exec.shared.QueryResult.QueryState state = 8;
getState
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasTotalFragments()
optional int32 total_fragments = 9;
hasTotalFragments
in interface UserBitShared.QueryProfileOrBuilder
public int getTotalFragments()
optional int32 total_fragments = 9;
getTotalFragments
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasFinishedFragments()
optional int32 finished_fragments = 10;
hasFinishedFragments
in interface UserBitShared.QueryProfileOrBuilder
public int getFinishedFragments()
optional int32 finished_fragments = 10;
getFinishedFragments
in interface UserBitShared.QueryProfileOrBuilder
public List<UserBitShared.MajorFragmentProfile> getFragmentProfileList()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
getFragmentProfileList
in interface UserBitShared.QueryProfileOrBuilder
public List<? extends UserBitShared.MajorFragmentProfileOrBuilder> getFragmentProfileOrBuilderList()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
getFragmentProfileOrBuilderList
in interface UserBitShared.QueryProfileOrBuilder
public int getFragmentProfileCount()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
getFragmentProfileCount
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.MajorFragmentProfile getFragmentProfile(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
getFragmentProfile
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.MajorFragmentProfileOrBuilder getFragmentProfileOrBuilder(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
getFragmentProfileOrBuilder
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasUser()
optional string user = 12 [default = "-"];
hasUser
in interface UserBitShared.QueryProfileOrBuilder
public String getUser()
optional string user = 12 [default = "-"];
getUser
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getUserBytes()
optional string user = 12 [default = "-"];
getUserBytes
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasError()
optional string error = 13;
hasError
in interface UserBitShared.QueryProfileOrBuilder
public String getError()
optional string error = 13;
getError
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getErrorBytes()
optional string error = 13;
getErrorBytes
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasVerboseError()
optional string verboseError = 14;
hasVerboseError
in interface UserBitShared.QueryProfileOrBuilder
public String getVerboseError()
optional string verboseError = 14;
getVerboseError
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getVerboseErrorBytes()
optional string verboseError = 14;
getVerboseErrorBytes
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasErrorId()
optional string error_id = 15;
hasErrorId
in interface UserBitShared.QueryProfileOrBuilder
public String getErrorId()
optional string error_id = 15;
getErrorId
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getErrorIdBytes()
optional string error_id = 15;
getErrorIdBytes
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasErrorNode()
optional string error_node = 16;
hasErrorNode
in interface UserBitShared.QueryProfileOrBuilder
public String getErrorNode()
optional string error_node = 16;
getErrorNode
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getErrorNodeBytes()
optional string error_node = 16;
getErrorNodeBytes
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasOptionsJson()
optional string options_json = 17;
hasOptionsJson
in interface UserBitShared.QueryProfileOrBuilder
public String getOptionsJson()
optional string options_json = 17;
getOptionsJson
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getOptionsJsonBytes()
optional string options_json = 17;
getOptionsJsonBytes
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasPlanEnd()
optional int64 planEnd = 18;
hasPlanEnd
in interface UserBitShared.QueryProfileOrBuilder
public long getPlanEnd()
optional int64 planEnd = 18;
getPlanEnd
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasQueueWaitEnd()
optional int64 queueWaitEnd = 19;
hasQueueWaitEnd
in interface UserBitShared.QueryProfileOrBuilder
public long getQueueWaitEnd()
optional int64 queueWaitEnd = 19;
getQueueWaitEnd
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasTotalCost()
optional double total_cost = 20;
hasTotalCost
in interface UserBitShared.QueryProfileOrBuilder
public double getTotalCost()
optional double total_cost = 20;
getTotalCost
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasQueueName()
optional string queue_name = 21 [default = "-"];
hasQueueName
in interface UserBitShared.QueryProfileOrBuilder
public String getQueueName()
optional string queue_name = 21 [default = "-"];
getQueueName
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getQueueNameBytes()
optional string queue_name = 21 [default = "-"];
getQueueNameBytes
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasQueryId()
optional string queryId = 22;
hasQueryId
in interface UserBitShared.QueryProfileOrBuilder
public String getQueryId()
optional string queryId = 22;
getQueryId
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getQueryIdBytes()
optional string queryId = 22;
getQueryIdBytes
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasAutoLimit()
optional int32 autoLimit = 23;
hasAutoLimit
in interface UserBitShared.QueryProfileOrBuilder
public int getAutoLimit()
optional int32 autoLimit = 23;
getAutoLimit
in interface UserBitShared.QueryProfileOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static UserBitShared.QueryProfile parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.QueryProfile parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.QueryProfile parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.QueryProfile parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.QueryProfile parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.QueryProfile parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.QueryProfile parseFrom(InputStream input) throws IOException
IOException
public static UserBitShared.QueryProfile parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static UserBitShared.QueryProfile parseDelimitedFrom(InputStream input) throws IOException
IOException
public static UserBitShared.QueryProfile parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static UserBitShared.QueryProfile parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static UserBitShared.QueryProfile parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public UserBitShared.QueryProfile.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static UserBitShared.QueryProfile.Builder newBuilder()
public static UserBitShared.QueryProfile.Builder newBuilder(UserBitShared.QueryProfile prototype)
public UserBitShared.QueryProfile.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected UserBitShared.QueryProfile.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static UserBitShared.QueryProfile getDefaultInstance()
public static com.google.protobuf.Parser<UserBitShared.QueryProfile> parser()
public com.google.protobuf.Parser<UserBitShared.QueryProfile> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public UserBitShared.QueryProfile getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2021 The Apache Software Foundation. All rights reserved.