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:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getTable

      public String getTable()
       테이블(시트) 이름 (필수)
       
      string table = 1;
      Specified by:
      getTable in interface AssetSearchRequestOrBuilder
      Returns:
      The table.
    • getTableBytes

      public com.google.protobuf.ByteString getTableBytes()
       테이블(시트) 이름 (필수)
       
      string table = 1;
      Specified by:
      getTableBytes in interface AssetSearchRequestOrBuilder
      Returns:
      The bytes for table.
    • getColumnList

      public com.google.protobuf.ProtocolStringList getColumnList()
       반환할 컬럼 (비어있으면 전체)
       
      repeated string column = 2;
      Specified by:
      getColumnList in interface AssetSearchRequestOrBuilder
      Returns:
      A list containing the column.
    • getColumnCount

      public int getColumnCount()
       반환할 컬럼 (비어있으면 전체)
       
      repeated string column = 2;
      Specified by:
      getColumnCount in interface AssetSearchRequestOrBuilder
      Returns:
      The count of column.
    • getColumn

      public String getColumn(int index)
       반환할 컬럼 (비어있으면 전체)
       
      repeated string column = 2;
      Specified by:
      getColumn in interface AssetSearchRequestOrBuilder
      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:
      getColumnBytes in interface AssetSearchRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the column at the given index.
    • getFilter

      public String getFilter()
       필터 조건식 (예: "code >= 100 AND name = 'test'")
       
      string filter = 3;
      Specified by:
      getFilter in interface AssetSearchRequestOrBuilder
      Returns:
      The filter.
    • getFilterBytes

      public com.google.protobuf.ByteString getFilterBytes()
       필터 조건식 (예: "code >= 100 AND name = 'test'")
       
      string filter = 3;
      Specified by:
      getFilterBytes in interface AssetSearchRequestOrBuilder
      Returns:
      The bytes for filter.
    • getSortList

      public List<AssetSearchRequest.SortCriteria> getSortList()
       정렬 조건 (복수 컬럼 지원)
       
      repeated .houston.service.AssetSearchRequest.SortCriteria sort = 4;
      Specified by:
      getSortList in interface AssetSearchRequestOrBuilder
    • getSortOrBuilderList

      public List<? extends AssetSearchRequest.SortCriteriaOrBuilder> getSortOrBuilderList()
       정렬 조건 (복수 컬럼 지원)
       
      repeated .houston.service.AssetSearchRequest.SortCriteria sort = 4;
      Specified by:
      getSortOrBuilderList in interface AssetSearchRequestOrBuilder
    • getSortCount

      public int getSortCount()
       정렬 조건 (복수 컬럼 지원)
       
      repeated .houston.service.AssetSearchRequest.SortCriteria sort = 4;
      Specified by:
      getSortCount in interface AssetSearchRequestOrBuilder
    • getSort

      public AssetSearchRequest.SortCriteria getSort(int index)
       정렬 조건 (복수 컬럼 지원)
       
      repeated .houston.service.AssetSearchRequest.SortCriteria sort = 4;
      Specified by:
      getSort in interface AssetSearchRequestOrBuilder
    • getSortOrBuilder

      public AssetSearchRequest.SortCriteriaOrBuilder getSortOrBuilder(int index)
       정렬 조건 (복수 컬럼 지원)
       
      repeated .houston.service.AssetSearchRequest.SortCriteria sort = 4;
      Specified by:
      getSortOrBuilder in interface AssetSearchRequestOrBuilder
    • getOffset

      public long getOffset()
       건너뛸 행 수 (기본값 0)
       
      int64 offset = 5;
      Specified by:
      getOffset in interface AssetSearchRequestOrBuilder
      Returns:
      The offset.
    • getLimit

      public long getLimit()
       최대 반환 행 수 (0 = 제한 없음)
       
      int64 limit = 6;
      Specified by:
      getLimit in interface AssetSearchRequestOrBuilder
      Returns:
      The limit.
    • getHeadersOnly

      public boolean getHeadersOnly()
       true면 메타데이터만 반환, 데이터 없음
       
      bool headersOnly = 7;
      Specified by:
      getHeadersOnly in interface AssetSearchRequestOrBuilder
      Returns:
      The headersOnly.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.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

      public static AssetSearchRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AssetSearchRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AssetSearchRequest parseDelimitedFrom(InputStream input) throws IOException
      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

      public AssetSearchRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static AssetSearchRequest.Builder newBuilder()
    • newBuilder

      public static AssetSearchRequest.Builder newBuilder(AssetSearchRequest prototype)
    • toBuilder

      public AssetSearchRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected AssetSearchRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static AssetSearchRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<AssetSearchRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<AssetSearchRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public AssetSearchRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder