public final class SearchEntriesResult extends GeneratedMessageV3 implements SearchEntriesResultOrBuilder
   
   A single result of a SearchEntries request.
 Protobuf type google.cloud.dataplex.v1.SearchEntriesResult
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
  
  DATAPLEX_ENTRY_FIELD_NUMBER
  
    public static final int DATAPLEX_ENTRY_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  DESCRIPTION_FIELD_NUMBER
  
    public static final int DESCRIPTION_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  DISPLAY_NAME_FIELD_NUMBER
  
    public static final int DISPLAY_NAME_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  ENTRY_FIELD_NUMBER
  
    public static final int ENTRY_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  ENTRY_TYPE_FIELD_NUMBER
  
    public static final int ENTRY_TYPE_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  FULLY_QUALIFIED_NAME_FIELD_NUMBER
  
    public static final int FULLY_QUALIFIED_NAME_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  LINKED_RESOURCE_FIELD_NUMBER
  
    public static final int LINKED_RESOURCE_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  MODIFY_TIME_FIELD_NUMBER
  
    public static final int MODIFY_TIME_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  RELATIVE_RESOURCE_FIELD_NUMBER
  
    public static final int RELATIVE_RESOURCE_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  SNIPPETS_FIELD_NUMBER
  
    public static final int SNIPPETS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static SearchEntriesResult getDefaultInstance()
   
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  
  newBuilder()
  
    public static SearchEntriesResult.Builder newBuilder()
   
  
  
  newBuilder(SearchEntriesResult prototype)
  
    public static SearchEntriesResult.Builder newBuilder(SearchEntriesResult prototype)
   
  
  
  
  
  
    public static SearchEntriesResult parseDelimitedFrom(InputStream input)
   
  
  
  
  
  
  
    public static SearchEntriesResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(byte[] data)
  
    public static SearchEntriesResult parseFrom(byte[] data)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | data | byte[]
 | 
    
  
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static SearchEntriesResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteString data)
  
    public static SearchEntriesResult parseFrom(ByteString data)
   
  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static SearchEntriesResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static SearchEntriesResult parseFrom(CodedInputStream input)
   
  
  
  
  
  
  
    public static SearchEntriesResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static SearchEntriesResult parseFrom(InputStream input)
   
  
  
  
  
  
  
    public static SearchEntriesResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteBuffer data)
  
    public static SearchEntriesResult parseFrom(ByteBuffer data)
   
  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static SearchEntriesResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parser()
  
    public static Parser<SearchEntriesResult> parser()
   
  
  Methods
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | obj | Object
 | 
    
  
  
  Overrides
  
  
  getDataplexEntry()
  
    public Entry getDataplexEntry()
   
   Entry format of the result.
 .google.cloud.dataplex.v1.Entry dataplex_entry = 9;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Entry | The dataplexEntry. | 
    
  
  
  getDataplexEntryOrBuilder()
  
    public EntryOrBuilder getDataplexEntryOrBuilder()
   
   Entry format of the result.
 .google.cloud.dataplex.v1.Entry dataplex_entry = 9;
getDefaultInstanceForType()
  
    public SearchEntriesResult getDefaultInstanceForType()
   
  
  
  getDescription() (deprecated)
  
    public String getDescription()
   
  Deprecated. google.cloud.dataplex.v1.SearchEntriesResult.description is deprecated. See
     google/cloud/dataplex/v1/catalog.proto;l=1265
 Entry description.
 string description = 6 [deprecated = true];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The description. | 
    
  
  
  getDescriptionBytes() (deprecated)
  
    public ByteString getDescriptionBytes()
   
  Deprecated. google.cloud.dataplex.v1.SearchEntriesResult.description is deprecated. See
     google/cloud/dataplex/v1/catalog.proto;l=1265
 Entry description.
 string description = 6 [deprecated = true];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for description. | 
    
  
  
  getDisplayName() (deprecated)
  
    public String getDisplayName()
   
  Deprecated. google.cloud.dataplex.v1.SearchEntriesResult.display_name is deprecated. See
     google/cloud/dataplex/v1/catalog.proto;l=1253
 Display name.
 string display_name = 2 [deprecated = true];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The displayName. | 
    
  
  
  getDisplayNameBytes() (deprecated)
  
    public ByteString getDisplayNameBytes()
   
  Deprecated. google.cloud.dataplex.v1.SearchEntriesResult.display_name is deprecated. See
     google/cloud/dataplex/v1/catalog.proto;l=1253
 Display name.
 string display_name = 2 [deprecated = true];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for displayName. | 
    
  
  
  getEntry() (deprecated)
  
  Deprecated. google.cloud.dataplex.v1.SearchEntriesResult.entry is deprecated. See
     google/cloud/dataplex/v1/catalog.proto;l=1250
 Resource name of the entry.
 string entry = 1 [deprecated = true];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The entry. | 
    
  
  
  getEntryBytes() (deprecated)
  
    public ByteString getEntryBytes()
   
  Deprecated. google.cloud.dataplex.v1.SearchEntriesResult.entry is deprecated. See
     google/cloud/dataplex/v1/catalog.proto;l=1250
 Resource name of the entry.
 string entry = 1 [deprecated = true];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for entry. | 
    
  
  
  getEntryType() (deprecated)
  
    public String getEntryType()
   
  Deprecated. google.cloud.dataplex.v1.SearchEntriesResult.entry_type is deprecated. See
     google/cloud/dataplex/v1/catalog.proto;l=1256
 The entry type.
 string entry_type = 3 [deprecated = true];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The entryType. | 
    
  
  
  getEntryTypeBytes() (deprecated)
  
    public ByteString getEntryTypeBytes()
   
  Deprecated. google.cloud.dataplex.v1.SearchEntriesResult.entry_type is deprecated. See
     google/cloud/dataplex/v1/catalog.proto;l=1256
 The entry type.
 string entry_type = 3 [deprecated = true];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for entryType. | 
    
  
  
  getFullyQualifiedName() (deprecated)
  
    public String getFullyQualifiedName()
   
  Deprecated. google.cloud.dataplex.v1.SearchEntriesResult.fully_qualified_name is deprecated.
     See google/cloud/dataplex/v1/catalog.proto;l=1262
 Fully qualified name.
 string fully_qualified_name = 5 [deprecated = true];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The fullyQualifiedName. | 
    
  
  
  getFullyQualifiedNameBytes() (deprecated)
  
    public ByteString getFullyQualifiedNameBytes()
   
  Deprecated. google.cloud.dataplex.v1.SearchEntriesResult.fully_qualified_name is deprecated.
     See google/cloud/dataplex/v1/catalog.proto;l=1262
 Fully qualified name.
 string fully_qualified_name = 5 [deprecated = true];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for fullyQualifiedName. | 
    
  
  
  getLinkedResource()
  
    public String getLinkedResource()
   
   Linked resource name.
 string linked_resource = 8;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The linkedResource. | 
    
  
  
  getLinkedResourceBytes()
  
    public ByteString getLinkedResourceBytes()
   
   Linked resource name.
 string linked_resource = 8;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for linkedResource. | 
    
  
  
  getModifyTime() (deprecated)
  
    public Timestamp getModifyTime()
   
  Deprecated. google.cloud.dataplex.v1.SearchEntriesResult.modify_time is deprecated. See
     google/cloud/dataplex/v1/catalog.proto;l=1259
 The last modification timestamp.
 .google.protobuf.Timestamp modify_time = 4 [deprecated = true];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The modifyTime. | 
    
  
  
  getModifyTimeOrBuilder() (deprecated)
  
    public TimestampOrBuilder getModifyTimeOrBuilder()
   
   The last modification timestamp.
 .google.protobuf.Timestamp modify_time = 4 [deprecated = true];
getParserForType()
  
    public Parser<SearchEntriesResult> getParserForType()
   
  
  Overrides
  
  
  getRelativeResource() (deprecated)
  
    public String getRelativeResource()
   
  Deprecated. google.cloud.dataplex.v1.SearchEntriesResult.relative_resource is deprecated. See
     google/cloud/dataplex/v1/catalog.proto;l=1268
 Relative resource name.
 string relative_resource = 7 [deprecated = true];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The relativeResource. | 
    
  
  
  getRelativeResourceBytes() (deprecated)
  
    public ByteString getRelativeResourceBytes()
   
  Deprecated. google.cloud.dataplex.v1.SearchEntriesResult.relative_resource is deprecated. See
     google/cloud/dataplex/v1/catalog.proto;l=1268
 Relative resource name.
 string relative_resource = 7 [deprecated = true];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for relativeResource. | 
    
  
  
  getSerializedSize()
  
    public int getSerializedSize()
   
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  getSnippets()
  
    public SearchEntriesResult.Snippets getSnippets()
   
   Snippets.
 .google.cloud.dataplex.v1.SearchEntriesResult.Snippets snippets = 12;
getSnippetsOrBuilder()
  
    public SearchEntriesResult.SnippetsOrBuilder getSnippetsOrBuilder()
   
   Snippets.
 .google.cloud.dataplex.v1.SearchEntriesResult.Snippets snippets = 12;
hasDataplexEntry()
  
    public boolean hasDataplexEntry()
   
   Entry format of the result.
 .google.cloud.dataplex.v1.Entry dataplex_entry = 9;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the dataplexEntry field is set. | 
    
  
  
  hasModifyTime() (deprecated)
  
    public boolean hasModifyTime()
   
  Deprecated. google.cloud.dataplex.v1.SearchEntriesResult.modify_time is deprecated. See
     google/cloud/dataplex/v1/catalog.proto;l=1259
 The last modification timestamp.
 .google.protobuf.Timestamp modify_time = 4 [deprecated = true];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the modifyTime field is set. | 
    
  
  
  hasSnippets()
  
    public boolean hasSnippets()
   
   Snippets.
 .google.cloud.dataplex.v1.SearchEntriesResult.Snippets snippets = 12;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the snippets field is set. | 
    
  
  
  hashCode()
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  newBuilderForType()
  
    public SearchEntriesResult.Builder newBuilderForType()
   
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected SearchEntriesResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Object |  | 
    
  
  Overrides
  
  
  toBuilder()
  
    public SearchEntriesResult.Builder toBuilder()
   
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  
  Overrides