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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasId()
optional .exec.shared.QueryId id = 1;hasId in interface UserBitShared.QueryProfileOrBuilderpublic UserBitShared.QueryId getId()
optional .exec.shared.QueryId id = 1;getId in interface UserBitShared.QueryProfileOrBuilderpublic UserBitShared.QueryIdOrBuilder getIdOrBuilder()
optional .exec.shared.QueryId id = 1;getIdOrBuilder in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasType()
optional .exec.shared.QueryType type = 2;hasType in interface UserBitShared.QueryProfileOrBuilderpublic UserBitShared.QueryType getType()
optional .exec.shared.QueryType type = 2;getType in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasStart()
optional int64 start = 3;hasStart in interface UserBitShared.QueryProfileOrBuilderpublic long getStart()
optional int64 start = 3;getStart in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasEnd()
optional int64 end = 4;hasEnd in interface UserBitShared.QueryProfileOrBuilderpublic long getEnd()
optional int64 end = 4;getEnd in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasQuery()
optional string query = 5;hasQuery in interface UserBitShared.QueryProfileOrBuilderpublic String getQuery()
optional string query = 5;getQuery in interface UserBitShared.QueryProfileOrBuilderpublic com.google.protobuf.ByteString getQueryBytes()
optional string query = 5;getQueryBytes in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasPlan()
optional string plan = 6;hasPlan in interface UserBitShared.QueryProfileOrBuilderpublic String getPlan()
optional string plan = 6;getPlan in interface UserBitShared.QueryProfileOrBuilderpublic com.google.protobuf.ByteString getPlanBytes()
optional string plan = 6;getPlanBytes in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasForeman()
optional .exec.DrillbitEndpoint foreman = 7;hasForeman in interface UserBitShared.QueryProfileOrBuilderpublic CoordinationProtos.DrillbitEndpoint getForeman()
optional .exec.DrillbitEndpoint foreman = 7;getForeman in interface UserBitShared.QueryProfileOrBuilderpublic CoordinationProtos.DrillbitEndpointOrBuilder getForemanOrBuilder()
optional .exec.DrillbitEndpoint foreman = 7;getForemanOrBuilder in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasState()
optional .exec.shared.QueryResult.QueryState state = 8;hasState in interface UserBitShared.QueryProfileOrBuilderpublic UserBitShared.QueryResult.QueryState getState()
optional .exec.shared.QueryResult.QueryState state = 8;getState in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasTotalFragments()
optional int32 total_fragments = 9;hasTotalFragments in interface UserBitShared.QueryProfileOrBuilderpublic int getTotalFragments()
optional int32 total_fragments = 9;getTotalFragments in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasFinishedFragments()
optional int32 finished_fragments = 10;hasFinishedFragments in interface UserBitShared.QueryProfileOrBuilderpublic int getFinishedFragments()
optional int32 finished_fragments = 10;getFinishedFragments in interface UserBitShared.QueryProfileOrBuilderpublic List<UserBitShared.MajorFragmentProfile> getFragmentProfileList()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;getFragmentProfileList in interface UserBitShared.QueryProfileOrBuilderpublic List<? extends UserBitShared.MajorFragmentProfileOrBuilder> getFragmentProfileOrBuilderList()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;getFragmentProfileOrBuilderList in interface UserBitShared.QueryProfileOrBuilderpublic int getFragmentProfileCount()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;getFragmentProfileCount in interface UserBitShared.QueryProfileOrBuilderpublic UserBitShared.MajorFragmentProfile getFragmentProfile(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;getFragmentProfile in interface UserBitShared.QueryProfileOrBuilderpublic UserBitShared.MajorFragmentProfileOrBuilder getFragmentProfileOrBuilder(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;getFragmentProfileOrBuilder in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasUser()
optional string user = 12 [default = "-"];hasUser in interface UserBitShared.QueryProfileOrBuilderpublic String getUser()
optional string user = 12 [default = "-"];getUser in interface UserBitShared.QueryProfileOrBuilderpublic com.google.protobuf.ByteString getUserBytes()
optional string user = 12 [default = "-"];getUserBytes in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasError()
optional string error = 13;hasError in interface UserBitShared.QueryProfileOrBuilderpublic String getError()
optional string error = 13;getError in interface UserBitShared.QueryProfileOrBuilderpublic com.google.protobuf.ByteString getErrorBytes()
optional string error = 13;getErrorBytes in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasVerboseError()
optional string verboseError = 14;hasVerboseError in interface UserBitShared.QueryProfileOrBuilderpublic String getVerboseError()
optional string verboseError = 14;getVerboseError in interface UserBitShared.QueryProfileOrBuilderpublic com.google.protobuf.ByteString getVerboseErrorBytes()
optional string verboseError = 14;getVerboseErrorBytes in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasErrorId()
optional string error_id = 15;hasErrorId in interface UserBitShared.QueryProfileOrBuilderpublic String getErrorId()
optional string error_id = 15;getErrorId in interface UserBitShared.QueryProfileOrBuilderpublic com.google.protobuf.ByteString getErrorIdBytes()
optional string error_id = 15;getErrorIdBytes in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasErrorNode()
optional string error_node = 16;hasErrorNode in interface UserBitShared.QueryProfileOrBuilderpublic String getErrorNode()
optional string error_node = 16;getErrorNode in interface UserBitShared.QueryProfileOrBuilderpublic com.google.protobuf.ByteString getErrorNodeBytes()
optional string error_node = 16;getErrorNodeBytes in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasOptionsJson()
optional string options_json = 17;hasOptionsJson in interface UserBitShared.QueryProfileOrBuilderpublic String getOptionsJson()
optional string options_json = 17;getOptionsJson in interface UserBitShared.QueryProfileOrBuilderpublic com.google.protobuf.ByteString getOptionsJsonBytes()
optional string options_json = 17;getOptionsJsonBytes in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasPlanEnd()
optional int64 planEnd = 18;hasPlanEnd in interface UserBitShared.QueryProfileOrBuilderpublic long getPlanEnd()
optional int64 planEnd = 18;getPlanEnd in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasQueueWaitEnd()
optional int64 queueWaitEnd = 19;hasQueueWaitEnd in interface UserBitShared.QueryProfileOrBuilderpublic long getQueueWaitEnd()
optional int64 queueWaitEnd = 19;getQueueWaitEnd in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasTotalCost()
optional double total_cost = 20;hasTotalCost in interface UserBitShared.QueryProfileOrBuilderpublic double getTotalCost()
optional double total_cost = 20;getTotalCost in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasQueueName()
optional string queue_name = 21 [default = "-"];hasQueueName in interface UserBitShared.QueryProfileOrBuilderpublic String getQueueName()
optional string queue_name = 21 [default = "-"];getQueueName in interface UserBitShared.QueryProfileOrBuilderpublic com.google.protobuf.ByteString getQueueNameBytes()
optional string queue_name = 21 [default = "-"];getQueueNameBytes in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasQueryId()
optional string queryId = 22;hasQueryId in interface UserBitShared.QueryProfileOrBuilderpublic String getQueryId()
optional string queryId = 22;getQueryId in interface UserBitShared.QueryProfileOrBuilderpublic com.google.protobuf.ByteString getQueryIdBytes()
optional string queryId = 22;getQueryIdBytes in interface UserBitShared.QueryProfileOrBuilderpublic boolean hasAutoLimit()
optional int32 autoLimit = 23;hasAutoLimit in interface UserBitShared.QueryProfileOrBuilderpublic int getAutoLimit()
optional int32 autoLimit = 23;getAutoLimit in interface UserBitShared.QueryProfileOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static UserBitShared.QueryProfile parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserBitShared.QueryProfile parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserBitShared.QueryProfile parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserBitShared.QueryProfile parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserBitShared.QueryProfile parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserBitShared.QueryProfile parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserBitShared.QueryProfile parseFrom(InputStream input) throws IOException
IOExceptionpublic static UserBitShared.QueryProfile parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UserBitShared.QueryProfile parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static UserBitShared.QueryProfile parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UserBitShared.QueryProfile parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static UserBitShared.QueryProfile parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic UserBitShared.QueryProfile.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic 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.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected UserBitShared.QueryProfile.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public 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.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public UserBitShared.QueryProfile getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2021 The Apache Software Foundation. All rights reserved.