- 1.76.0 (latest)
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.70.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public interface SearchEntriesResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataplexEntry()
public abstract Entry getDataplexEntry()Entry format of the result.
.google.cloud.dataplex.v1.Entry dataplex_entry = 9;
| Returns | |
|---|---|
| Type | Description |
Entry |
The dataplexEntry. |
getDataplexEntryOrBuilder()
public abstract EntryOrBuilder getDataplexEntryOrBuilder()Entry format of the result.
.google.cloud.dataplex.v1.Entry dataplex_entry = 9;
| Returns | |
|---|---|
| Type | Description |
EntryOrBuilder |
|
getDescription() (deprecated)
public abstract 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 abstract 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 abstract 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 abstract 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)
public abstract String getEntry()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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract String getLinkedResource()Linked resource name.
string linked_resource = 8;
| Returns | |
|---|---|
| Type | Description |
String |
The linkedResource. |
getLinkedResourceBytes()
public abstract ByteString getLinkedResourceBytes()Linked resource name.
string linked_resource = 8;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for linkedResource. |
getModifyTime() (deprecated)
public abstract 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 abstract TimestampOrBuilder getModifyTimeOrBuilder()The last modification timestamp.
.google.protobuf.Timestamp modify_time = 4 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getRelativeResource() (deprecated)
public abstract 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 abstract 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. |
getSnippets()
public abstract SearchEntriesResult.Snippets getSnippets()Snippets.
.google.cloud.dataplex.v1.SearchEntriesResult.Snippets snippets = 12;
| Returns | |
|---|---|
| Type | Description |
SearchEntriesResult.Snippets |
The snippets. |
getSnippetsOrBuilder()
public abstract SearchEntriesResult.SnippetsOrBuilder getSnippetsOrBuilder()Snippets.
.google.cloud.dataplex.v1.SearchEntriesResult.Snippets snippets = 12;
| Returns | |
|---|---|
| Type | Description |
SearchEntriesResult.SnippetsOrBuilder |
|
hasDataplexEntry()
public abstract 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 abstract 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 abstract boolean hasSnippets()Snippets.
.google.cloud.dataplex.v1.SearchEntriesResult.Snippets snippets = 12;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the snippets field is set. |