Class AssetSearchRequest
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
houston.grpc.service.AssetSearchRequest
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,AssetSearchRequestOrBuilder,Serializable
public final class AssetSearchRequest
extends com.google.protobuf.GeneratedMessageV3
implements AssetSearchRequestOrBuilder
구조화된 검색 요청Protobuf type
houston.service.AssetSearchRequest- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class구조화된 검색 요청static final class정렬 조건static interfacestatic enum정렬 순서Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>, BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleangetColumn(int index) 반환할 컬럼 (비어있으면 전체)com.google.protobuf.ByteStringgetColumnBytes(int index) 반환할 컬럼 (비어있으면 전체)int반환할 컬럼 (비어있으면 전체)com.google.protobuf.ProtocolStringList반환할 컬럼 (비어있으면 전체)static AssetSearchRequeststatic final com.google.protobuf.Descriptors.Descriptor필터 조건식 (예: "code >= 100 AND name = 'test'")com.google.protobuf.ByteString필터 조건식 (예: "code >= 100 AND name = 'test'")booleantrue면 메타데이터만 반환, 데이터 없음longgetLimit()최대 반환 행 수 (0 = 제한 없음)long건너뛸 행 수 (기본값 0)com.google.protobuf.Parser<AssetSearchRequest> intgetSort(int index) 정렬 조건 (복수 컬럼 지원)int정렬 조건 (복수 컬럼 지원)정렬 조건 (복수 컬럼 지원)getSortOrBuilder(int index) 정렬 조건 (복수 컬럼 지원)List<? extends AssetSearchRequest.SortCriteriaOrBuilder> 정렬 조건 (복수 컬럼 지원)getTable()테이블(시트) 이름 (필수)com.google.protobuf.ByteString테이블(시트) 이름 (필수)inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanstatic AssetSearchRequest.Builderstatic AssetSearchRequest.BuildernewBuilder(AssetSearchRequest prototype) protected AssetSearchRequest.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) static AssetSearchRequestparseDelimitedFrom(InputStream input) static AssetSearchRequestparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AssetSearchRequestparseFrom(byte[] data) static AssetSearchRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AssetSearchRequestparseFrom(com.google.protobuf.ByteString data) static AssetSearchRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AssetSearchRequestparseFrom(com.google.protobuf.CodedInputStream input) static AssetSearchRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AssetSearchRequestparseFrom(InputStream input) static AssetSearchRequestparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AssetSearchRequestparseFrom(ByteBuffer data) static AssetSearchRequestparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<AssetSearchRequest> parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, 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, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
TABLE_FIELD_NUMBER
public static final int TABLE_FIELD_NUMBER- See Also:
-
COLUMN_FIELD_NUMBER
public static final int COLUMN_FIELD_NUMBER- See Also:
-
FILTER_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER- See Also:
-
SORT_FIELD_NUMBER
public static final int SORT_FIELD_NUMBER- See Also:
-
OFFSET_FIELD_NUMBER
public static final int OFFSET_FIELD_NUMBER- See Also:
-
LIMIT_FIELD_NUMBER
public static final int LIMIT_FIELD_NUMBER- See Also:
-
HEADERSONLY_FIELD_NUMBER
public static final int HEADERSONLY_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getTable
테이블(시트) 이름 (필수)
string table = 1;- Specified by:
getTablein interfaceAssetSearchRequestOrBuilder- Returns:
- The table.
-
getTableBytes
public com.google.protobuf.ByteString getTableBytes()테이블(시트) 이름 (필수)
string table = 1;- Specified by:
getTableBytesin interfaceAssetSearchRequestOrBuilder- Returns:
- The bytes for table.
-
getColumnList
public com.google.protobuf.ProtocolStringList getColumnList()반환할 컬럼 (비어있으면 전체)
repeated string column = 2;- Specified by:
getColumnListin interfaceAssetSearchRequestOrBuilder- Returns:
- A list containing the column.
-
getColumnCount
public int getColumnCount()반환할 컬럼 (비어있으면 전체)
repeated string column = 2;- Specified by:
getColumnCountin interfaceAssetSearchRequestOrBuilder- Returns:
- The count of column.
-
getColumn
반환할 컬럼 (비어있으면 전체)
repeated string column = 2;- Specified by:
getColumnin interfaceAssetSearchRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The column at the given index.
-
getColumnBytes
public com.google.protobuf.ByteString getColumnBytes(int index) 반환할 컬럼 (비어있으면 전체)
repeated string column = 2;- Specified by:
getColumnBytesin interfaceAssetSearchRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the column at the given index.
-
getFilter
필터 조건식 (예: "code >= 100 AND name = 'test'")
string filter = 3;- Specified by:
getFilterin interfaceAssetSearchRequestOrBuilder- Returns:
- The filter.
-
getFilterBytes
public com.google.protobuf.ByteString getFilterBytes()필터 조건식 (예: "code >= 100 AND name = 'test'")
string filter = 3;- Specified by:
getFilterBytesin interfaceAssetSearchRequestOrBuilder- Returns:
- The bytes for filter.
-
getSortList
정렬 조건 (복수 컬럼 지원)
repeated .houston.service.AssetSearchRequest.SortCriteria sort = 4;- Specified by:
getSortListin interfaceAssetSearchRequestOrBuilder
-
getSortOrBuilderList
정렬 조건 (복수 컬럼 지원)
repeated .houston.service.AssetSearchRequest.SortCriteria sort = 4;- Specified by:
getSortOrBuilderListin interfaceAssetSearchRequestOrBuilder
-
getSortCount
public int getSortCount()정렬 조건 (복수 컬럼 지원)
repeated .houston.service.AssetSearchRequest.SortCriteria sort = 4;- Specified by:
getSortCountin interfaceAssetSearchRequestOrBuilder
-
getSort
정렬 조건 (복수 컬럼 지원)
repeated .houston.service.AssetSearchRequest.SortCriteria sort = 4;- Specified by:
getSortin interfaceAssetSearchRequestOrBuilder
-
getSortOrBuilder
정렬 조건 (복수 컬럼 지원)
repeated .houston.service.AssetSearchRequest.SortCriteria sort = 4;- Specified by:
getSortOrBuilderin interfaceAssetSearchRequestOrBuilder
-
getOffset
public long getOffset()건너뛸 행 수 (기본값 0)
int64 offset = 5;- Specified by:
getOffsetin interfaceAssetSearchRequestOrBuilder- Returns:
- The offset.
-
getLimit
public long getLimit()최대 반환 행 수 (0 = 제한 없음)
int64 limit = 6;- Specified by:
getLimitin interfaceAssetSearchRequestOrBuilder- Returns:
- The limit.
-
getHeadersOnly
public boolean getHeadersOnly()true면 메타데이터만 반환, 데이터 없음
bool headersOnly = 7;- Specified by:
getHeadersOnlyin interfaceAssetSearchRequestOrBuilder- Returns:
- The headersOnly.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static AssetSearchRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AssetSearchRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AssetSearchRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AssetSearchRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AssetSearchRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AssetSearchRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static AssetSearchRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static AssetSearchRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static AssetSearchRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static AssetSearchRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected AssetSearchRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-