public interface EntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BigQueryDateShardedSpec |
getBigqueryDateShardedSpec()
Specification for a group of BigQuery tables with name pattern
[prefix]YYYYMMDD.
|
BigQueryDateShardedSpecOrBuilder |
getBigqueryDateShardedSpecOrBuilder()
Specification for a group of BigQuery tables with name pattern
[prefix]YYYYMMDD.
|
BigQueryTableSpec |
getBigqueryTableSpec()
Specification that applies to a BigQuery table.
|
BigQueryTableSpecOrBuilder |
getBigqueryTableSpecOrBuilder()
Specification that applies to a BigQuery table.
|
String |
getDescription()
Optional.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional.
|
String |
getDisplayName()
Optional.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Optional.
|
String |
getLinkedResource()
Output only.
|
com.google.protobuf.ByteString |
getLinkedResourceBytes()
Output only.
|
String |
getName()
Required when used in
[UpdateEntryRequest][google.cloud.datacatalog.v1beta1.UpdateEntryRequest].
|
com.google.protobuf.ByteString |
getNameBytes()
Required when used in
[UpdateEntryRequest][google.cloud.datacatalog.v1beta1.UpdateEntryRequest].
|
Schema |
getSchema()
Optional.
|
SchemaOrBuilder |
getSchemaOrBuilder()
Optional.
|
SystemTimestamps |
getSourceSystemTimestamps()
Output only.
|
SystemTimestampsOrBuilder |
getSourceSystemTimestampsOrBuilder()
Output only.
|
EntryType |
getType()
Required.
|
Entry.TypeSpecCase |
getTypeSpecCase() |
int |
getTypeValue()
Required.
|
boolean |
hasBigqueryDateShardedSpec()
Specification for a group of BigQuery tables with name pattern
[prefix]YYYYMMDD.
|
boolean |
hasBigqueryTableSpec()
Specification that applies to a BigQuery table.
|
boolean |
hasSchema()
Optional.
|
boolean |
hasSourceSystemTimestamps()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
Required when used in [UpdateEntryRequest][google.cloud.datacatalog.v1beta1.UpdateEntryRequest]. 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}". Note that this Entry and its child resources may not actually be stored in the location in this name.
string name = 1;
com.google.protobuf.ByteString getNameBytes()
Required when used in [UpdateEntryRequest][google.cloud.datacatalog.v1beta1.UpdateEntryRequest]. 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}". Note that this Entry and its child resources may not actually be stored in the location in this name.
string name = 1;
String getLinkedResource()
Output only. 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()
Output only. 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()
Required. Type of entry.
.google.cloud.datacatalog.v1beta1.EntryType type = 2;
EntryType getType()
Required. 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;
boolean hasBigqueryDateShardedSpec()
Specification for a group of BigQuery tables with name pattern [prefix]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding
.google.cloud.datacatalog.v1beta1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15;
BigQueryDateShardedSpec getBigqueryDateShardedSpec()
Specification for a group of BigQuery tables with name pattern [prefix]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding
.google.cloud.datacatalog.v1beta1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15;
BigQueryDateShardedSpecOrBuilder getBigqueryDateShardedSpecOrBuilder()
Specification for a group of BigQuery tables with name pattern [prefix]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding
.google.cloud.datacatalog.v1beta1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15;
String getDisplayName()
Optional. Display information such as title and description. A short name to identify the entry, for example, "Analytics Data - Jan 2011". Default value is an empty string.
string display_name = 3;
com.google.protobuf.ByteString getDisplayNameBytes()
Optional. Display information such as title and description. A short name to identify the entry, for example, "Analytics Data - Jan 2011". Default value is an empty string.
string display_name = 3;
String getDescription()
Optional. Entry description, which can consist of several sentences or paragraphs that describe entry contents. Default value is an empty string.
string description = 4;
com.google.protobuf.ByteString getDescriptionBytes()
Optional. Entry description, which can consist of several sentences or paragraphs that describe entry contents. Default value is an empty string.
string description = 4;
boolean hasSchema()
Optional. Schema of the entry. An entry might not have any schema attached to it.
.google.cloud.datacatalog.v1beta1.Schema schema = 5;
Schema getSchema()
Optional. Schema of the entry. An entry might not have any schema attached to it.
.google.cloud.datacatalog.v1beta1.Schema schema = 5;
SchemaOrBuilder getSchemaOrBuilder()
Optional. Schema of the entry. An entry might not have any schema attached to it.
.google.cloud.datacatalog.v1beta1.Schema schema = 5;
boolean hasSourceSystemTimestamps()
Output only. 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()
Output only. 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()
Output only. 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.