Class SearchCatalogResult (1.49.0)

public final class SearchCatalogResult extends GeneratedMessageV3 implements SearchCatalogResultOrBuilder

A result that appears in the response of a search request. Each result captures details of one entry that matches the search.

Protobuf type google.cloud.datacatalog.v1beta1.SearchCatalogResult

Static Fields

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_NAME_FIELD_NUMBER

public static final int RELATIVE_RESOURCE_NAME_FIELD_NUMBER
Field Value
Type Description
int

SEARCH_RESULT_SUBTYPE_FIELD_NUMBER

public static final int SEARCH_RESULT_SUBTYPE_FIELD_NUMBER
Field Value
Type Description
int

SEARCH_RESULT_TYPE_FIELD_NUMBER

public static final int SEARCH_RESULT_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SearchCatalogResult getDefaultInstance()
Returns
Type Description
SearchCatalogResult

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SearchCatalogResult.Builder newBuilder()
Returns
Type Description
SearchCatalogResult.Builder

newBuilder(SearchCatalogResult prototype)

public static SearchCatalogResult.Builder newBuilder(SearchCatalogResult prototype)
Parameter
Name Description
prototype SearchCatalogResult
Returns
Type Description
SearchCatalogResult.Builder

parseDelimitedFrom(InputStream input)

public static SearchCatalogResult parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SearchCatalogResult
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchCatalogResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchCatalogResult
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SearchCatalogResult parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SearchCatalogResult
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SearchCatalogResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchCatalogResult
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SearchCatalogResult parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SearchCatalogResult
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SearchCatalogResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchCatalogResult
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SearchCatalogResult parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SearchCatalogResult
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchCatalogResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchCatalogResult
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SearchCatalogResult parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SearchCatalogResult
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchCatalogResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchCatalogResult
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SearchCatalogResult parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SearchCatalogResult
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SearchCatalogResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchCatalogResult
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SearchCatalogResult> parser()
Returns
Type Description
Parser<SearchCatalogResult>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public SearchCatalogResult getDefaultInstanceForType()
Returns
Type Description
SearchCatalogResult

getLinkedResource()

public String getLinkedResource()

The full name of the cloud resource the entry belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name. Example:

  • //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId

string linked_resource = 4;

Returns
Type Description
String

The linkedResource.

getLinkedResourceBytes()

public ByteString getLinkedResourceBytes()

The full name of the cloud resource the entry belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name. Example:

  • //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId

string linked_resource = 4;

Returns
Type Description
ByteString

The bytes for linkedResource.

getModifyTime()

public Timestamp getModifyTime()

Last-modified timestamp of the entry from the managing system.

.google.protobuf.Timestamp modify_time = 7;

Returns
Type Description
Timestamp

The modifyTime.

getModifyTimeOrBuilder()

public TimestampOrBuilder getModifyTimeOrBuilder()

Last-modified timestamp of the entry from the managing system.

.google.protobuf.Timestamp modify_time = 7;

Returns
Type Description
TimestampOrBuilder

getParserForType()

public Parser<SearchCatalogResult> getParserForType()
Returns
Type Description
Parser<SearchCatalogResult>
Overrides

getRelativeResourceName()

public String getRelativeResourceName()

The relative resource name of the resource in URL format. Examples:

  • projects/{project_id}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
  • projects/{project_id}/tagTemplates/{tag_template_id}

string relative_resource_name = 3;

Returns
Type Description
String

The relativeResourceName.

getRelativeResourceNameBytes()

public ByteString getRelativeResourceNameBytes()

The relative resource name of the resource in URL format. Examples:

  • projects/{project_id}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
  • projects/{project_id}/tagTemplates/{tag_template_id}

string relative_resource_name = 3;

Returns
Type Description
ByteString

The bytes for relativeResourceName.

getSearchResultSubtype()

public String getSearchResultSubtype()

Sub-type of the search result. This is a dot-delimited description of the resource's full type, and is the same as the value callers would provide in the "type" search facet. Examples: entry.table, entry.dataStream, tagTemplate.

string search_result_subtype = 2;

Returns
Type Description
String

The searchResultSubtype.

getSearchResultSubtypeBytes()

public ByteString getSearchResultSubtypeBytes()

Sub-type of the search result. This is a dot-delimited description of the resource's full type, and is the same as the value callers would provide in the "type" search facet. Examples: entry.table, entry.dataStream, tagTemplate.

string search_result_subtype = 2;

Returns
Type Description
ByteString

The bytes for searchResultSubtype.

getSearchResultType()

public SearchResultType getSearchResultType()

Type of the search result. This field can be used to determine which Get method to call to fetch the full resource.

.google.cloud.datacatalog.v1beta1.SearchResultType search_result_type = 1;

Returns
Type Description
SearchResultType

The searchResultType.

getSearchResultTypeValue()

public int getSearchResultTypeValue()

Type of the search result. This field can be used to determine which Get method to call to fetch the full resource.

.google.cloud.datacatalog.v1beta1.SearchResultType search_result_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for searchResultType.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasModifyTime()

public boolean hasModifyTime()

Last-modified timestamp of the entry from the managing system.

.google.protobuf.Timestamp modify_time = 7;

Returns
Type Description
boolean

Whether the modifyTime field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SearchCatalogResult.Builder newBuilderForType()
Returns
Type Description
SearchCatalogResult.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SearchCatalogResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SearchCatalogResult.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SearchCatalogResult.Builder toBuilder()
Returns
Type Description
SearchCatalogResult.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException