public interface EntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BigQueryTableSpec |
getBigqueryTableSpec()
Specification that applies to a BigQuery table.
|
BigQueryTableSpecOrBuilder |
getBigqueryTableSpecOrBuilder()
Specification that applies to a BigQuery table.
|
String |
getDescription()
Entry description, which can consist of several sentences or paragraphs
that describe entry contents.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Entry description, which can consist of several sentences or paragraphs
that describe entry contents.
|
String |
getDisplayName()
Display information such as title and description.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Display information such as title and description.
|
String |
getLinkedResource()
The full name of the cloud resource the entry belongs to.
|
com.google.protobuf.ByteString |
getLinkedResourceBytes()
The full name of the cloud resource the entry belongs to.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
Schema |
getSchema()
Schema of the entry.
|
SchemaOrBuilder |
getSchemaOrBuilder()
Schema of the entry.
|
SystemTimestamps |
getSourceSystemTimestamps()
Timestamps about the underlying Google Cloud Platform resource -- not about
this Data Catalog Entry.
|
SystemTimestampsOrBuilder |
getSourceSystemTimestampsOrBuilder()
Timestamps about the underlying Google Cloud Platform resource -- not about
this Data Catalog Entry.
|
EntryType |
getType()
Type of entry.
|
Entry.TypeSpecCase |
getTypeSpecCase() |
int |
getTypeValue()
Type of entry.
|
boolean |
hasBigqueryTableSpec()
Specification that applies to a BigQuery table.
|
boolean |
hasSchema()
Schema of the entry.
|
boolean |
hasSourceSystemTimestamps()
Timestamps about the underlying Google Cloud Platform resource -- not about
this Data Catalog Entry.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The Data Catalog resource name of the entry in URL format. For
example,
"projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}".
string name = 1;com.google.protobuf.ByteString getNameBytes()
Output only. The Data Catalog resource name of the entry in URL format. For
example,
"projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}".
string name = 1;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 Data Catalog supports resources from select Google Cloud Platform systems. `linked_resource` is the full name of the Google Cloud Platform resource. For example, the `linked_resource` for a table resource from BigQuery is: "//bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId".
string linked_resource = 9;com.google.protobuf.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 Data Catalog supports resources from select Google Cloud Platform systems. `linked_resource` is the full name of the Google Cloud Platform resource. For example, the `linked_resource` for a table resource from BigQuery is: "//bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId".
string linked_resource = 9;int getTypeValue()
Type of entry.
.google.cloud.datacatalog.v1beta1.EntryType type = 2;EntryType getType()
Type of entry.
.google.cloud.datacatalog.v1beta1.EntryType type = 2;boolean hasBigqueryTableSpec()
Specification that applies to a BigQuery table. This is only valid on entries of type TABLE.
.google.cloud.datacatalog.v1beta1.BigQueryTableSpec bigquery_table_spec = 12;BigQueryTableSpec getBigqueryTableSpec()
Specification that applies to a BigQuery table. This is only valid on entries of type TABLE.
.google.cloud.datacatalog.v1beta1.BigQueryTableSpec bigquery_table_spec = 12;BigQueryTableSpecOrBuilder getBigqueryTableSpecOrBuilder()
Specification that applies to a BigQuery table. This is only valid on entries of type TABLE.
.google.cloud.datacatalog.v1beta1.BigQueryTableSpec bigquery_table_spec = 12;String getDisplayName()
Display information such as title and description. A short name to identify the entry, for example, "Analytics Data - Jan 2011".
string display_name = 3;com.google.protobuf.ByteString getDisplayNameBytes()
Display information such as title and description. A short name to identify the entry, for example, "Analytics Data - Jan 2011".
string display_name = 3;String getDescription()
Entry description, which can consist of several sentences or paragraphs that describe entry contents.
string description = 4;com.google.protobuf.ByteString getDescriptionBytes()
Entry description, which can consist of several sentences or paragraphs that describe entry contents.
string description = 4;boolean hasSchema()
Schema of the entry.
.google.cloud.datacatalog.v1beta1.Schema schema = 5;Schema getSchema()
Schema of the entry.
.google.cloud.datacatalog.v1beta1.Schema schema = 5;SchemaOrBuilder getSchemaOrBuilder()
Schema of the entry.
.google.cloud.datacatalog.v1beta1.Schema schema = 5;boolean hasSourceSystemTimestamps()
Timestamps about the underlying Google Cloud Platform resource -- not about this Data Catalog Entry.
.google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7;SystemTimestamps getSourceSystemTimestamps()
Timestamps about the underlying Google Cloud Platform resource -- not about this Data Catalog Entry.
.google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7;SystemTimestampsOrBuilder getSourceSystemTimestampsOrBuilder()
Timestamps about the underlying Google Cloud Platform resource -- not about this Data Catalog Entry.
.google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7;Entry.TypeSpecCase getTypeSpecCase()
Copyright © 2019 Google LLC. All rights reserved.