- 1.58.0 (latest)
- 1.57.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.5
- 1.8.4
- 1.7.2
- 1.6.2
- 1.5.4
public static final class Entry.Builder extends GeneratedMessageV3.Builder<Entry.Builder> implements EntryOrBuilder
Entry metadata.
A Data Catalog entry represents another resource in Google
Cloud Platform (such as a BigQuery dataset or a Pub/Sub topic) or
outside of it. You can use the linked_resource
field
in the entry resource to refer to the original resource ID of the source
system.
An entry resource contains resource details, for example, its schema.
Additionally, you can attach flexible metadata to an entry in the form of a
Tag.
Protobuf type google.cloud.datacatalog.v1.Entry
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Entry.BuilderImplements
EntryOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Entry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Entry.Builder |
build()
public Entry build()
Type | Description |
Entry |
buildPartial()
public Entry buildPartial()
Type | Description |
Entry |
clear()
public Entry.Builder clear()
Type | Description |
Entry.Builder |
clearBigqueryDateShardedSpec()
public Entry.Builder clearBigqueryDateShardedSpec()
Output only. Specification for a group of BigQuery tables with
the [prefix]YYYYMMDD
name pattern.
For more information, see Introduction to partitioned tables.
.google.cloud.datacatalog.v1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Entry.Builder |
clearBigqueryTableSpec()
public Entry.Builder clearBigqueryTableSpec()
Output only. Specification that applies to a BigQuery table. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.BigQueryTableSpec bigquery_table_spec = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Entry.Builder |
clearBusinessContext()
public Entry.Builder clearBusinessContext()
Business Context of the entry. Not supported for BigQuery datasets
.google.cloud.datacatalog.v1.BusinessContext business_context = 37;
Type | Description |
Entry.Builder |
clearDataSource()
public Entry.Builder clearDataSource()
Output only. Physical location of the entry.
.google.cloud.datacatalog.v1.DataSource data_source = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Entry.Builder |
clearDataSourceConnectionSpec()
public Entry.Builder clearDataSourceConnectionSpec()
Specification that applies to a data source connection. Valid only
for entries with the DATA_SOURCE_CONNECTION
type.
.google.cloud.datacatalog.v1.DataSourceConnectionSpec data_source_connection_spec = 27;
Type | Description |
Entry.Builder |
clearDatabaseTableSpec()
public Entry.Builder clearDatabaseTableSpec()
Specification that applies to a table resource. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.DatabaseTableSpec database_table_spec = 24;
Type | Description |
Entry.Builder |
clearDescription()
public Entry.Builder clearDescription()
Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
string description = 4;
Type | Description |
Entry.Builder | This builder for chaining. |
clearDisplayName()
public Entry.Builder clearDisplayName()
Display name of an entry. The name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and can't start or end with spaces. The maximum size is 200 bytes when encoded in UTF-8. Default value is an empty string.
string display_name = 3;
Type | Description |
Entry.Builder | This builder for chaining. |
clearEntryType()
public Entry.Builder clearEntryType()
Type | Description |
Entry.Builder |
clearField(Descriptors.FieldDescriptor field)
public Entry.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Entry.Builder |
clearFilesetSpec()
public Entry.Builder clearFilesetSpec()
Specification that applies to a fileset resource. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.FilesetSpec fileset_spec = 33;
Type | Description |
Entry.Builder |
clearFullyQualifiedName()
public Entry.Builder clearFullyQualifiedName()
Fully qualified name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation and read-only afterwards. Can be used for search and lookup of the entries. FQNs take two forms:
- For non-regionalized resources:
{SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
- For regionalized resources:
{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
Example for a DPMS table:dataproc_metastore:{PROJECT_ID}.{LOCATION_ID}.{INSTANCE_ID}.{DATABASE_ID}.{TABLE_ID}
string fully_qualified_name = 29;
Type | Description |
Entry.Builder | This builder for chaining. |
clearGcsFilesetSpec()
public Entry.Builder clearGcsFilesetSpec()
Specification that applies to a Cloud Storage fileset. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.GcsFilesetSpec gcs_fileset_spec = 6;
Type | Description |
Entry.Builder |
clearIntegratedSystem()
public Entry.Builder clearIntegratedSystem()
Output only. Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
.google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Entry.Builder | This builder for chaining. |
clearLabels()
public Entry.Builder clearLabels()
Type | Description |
Entry.Builder |
clearLinkedResource()
public Entry.Builder clearLinkedResource()
The resource this metadata entry refers to.
For Google Cloud Platform resources, linked_resource
is the
Full Resource Name.
For example, the linked_resource
for a table resource from BigQuery is:
//bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}
Output only when the entry is one of the types in the EntryType
enum.
For entries with a user_specified_type
, this field is optional and
defaults to an empty string.
The resource string must contain only letters (a-z, A-Z), numbers (0-9),
underscores (_), periods (.), colons (:), slashes (/), dashes (-),
and hashes (#).
The maximum size is 200 bytes when encoded in UTF-8.
string linked_resource = 9;
Type | Description |
Entry.Builder | This builder for chaining. |
clearName()
public Entry.Builder clearName()
Output only. The resource name of an entry in URL format. Note: The entry itself and its child resources might not be stored in the location specified in its name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
Entry.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Entry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Entry.Builder |
clearPersonalDetails()
public Entry.Builder clearPersonalDetails()
Output only. Additional information related to the entry. Private to the current user.
.google.cloud.datacatalog.v1.PersonalDetails personal_details = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Entry.Builder |
clearRoutineSpec()
public Entry.Builder clearRoutineSpec()
Specification that applies to a user-defined function or procedure. Valid
only for entries with the ROUTINE
type.
.google.cloud.datacatalog.v1.RoutineSpec routine_spec = 28;
Type | Description |
Entry.Builder |
clearSchema()
public Entry.Builder clearSchema()
Schema of the entry. An entry might not have any schema attached to it.
.google.cloud.datacatalog.v1.Schema schema = 5;
Type | Description |
Entry.Builder |
clearSourceSystemTimestamps()
public Entry.Builder clearSourceSystemTimestamps()
Timestamps from the underlying resource, not from the Data Catalog
entry.
Output only when the entry has a system listed in the IntegratedSystem
enum. For entries with user_specified_system
, this field is optional
and defaults to an empty timestamp.
.google.cloud.datacatalog.v1.SystemTimestamps source_system_timestamps = 7;
Type | Description |
Entry.Builder |
clearSpec()
public Entry.Builder clearSpec()
Type | Description |
Entry.Builder |
clearSystem()
public Entry.Builder clearSystem()
Type | Description |
Entry.Builder |
clearType()
public Entry.Builder clearType()
The type of the entry.
Only used for entries with types listed in the EntryType
enum.
Currently, only FILESET
enum value is allowed. All other entries
created in Data Catalog must use the user_specified_type
.
.google.cloud.datacatalog.v1.EntryType type = 2;
Type | Description |
Entry.Builder | This builder for chaining. |
clearTypeSpec()
public Entry.Builder clearTypeSpec()
Type | Description |
Entry.Builder |
clearUsageSignal()
public Entry.Builder clearUsageSignal()
Resource usage statistics.
.google.cloud.datacatalog.v1.UsageSignal usage_signal = 13;
Type | Description |
Entry.Builder |
clearUserSpecifiedSystem()
public Entry.Builder clearUserSpecifiedSystem()
Indicates the entry's source system that Data Catalog doesn't
automatically integrate with.
The user_specified_system
string has the following limitations:
- Is case insensitive.
- Must begin with a letter or underscore.
- Can only contain letters, numbers, and underscores.
- Must be at least 1 character and at most 64 characters long.
string user_specified_system = 18;
Type | Description |
Entry.Builder | This builder for chaining. |
clearUserSpecifiedType()
public Entry.Builder clearUserSpecifiedType()
Custom entry type that doesn't match any of the values allowed for input
and listed in the EntryType
enum.
When creating an entry, first check the type values in the enum.
If there are no appropriate types for the new entry,
provide a custom value, for example, my_special_type
.
The user_specified_type
string has the following limitations:
- Is case insensitive.
- Must begin with a letter or underscore.
- Can only contain letters, numbers, and underscores.
- Must be at least 1 character and at most 64 characters long.
string user_specified_type = 16;
Type | Description |
Entry.Builder | This builder for chaining. |
clone()
public Entry.Builder clone()
Type | Description |
Entry.Builder |
containsLabels(String key)
public boolean containsLabels(String key)
Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
map<string, string> labels = 14;
Name | Description |
key | String |
Type | Description |
boolean |
getBigqueryDateShardedSpec()
public BigQueryDateShardedSpec getBigqueryDateShardedSpec()
Output only. Specification for a group of BigQuery tables with
the [prefix]YYYYMMDD
name pattern.
For more information, see Introduction to partitioned tables.
.google.cloud.datacatalog.v1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
BigQueryDateShardedSpec | The bigqueryDateShardedSpec. |
getBigqueryDateShardedSpecBuilder()
public BigQueryDateShardedSpec.Builder getBigqueryDateShardedSpecBuilder()
Output only. Specification for a group of BigQuery tables with
the [prefix]YYYYMMDD
name pattern.
For more information, see Introduction to partitioned tables.
.google.cloud.datacatalog.v1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
BigQueryDateShardedSpec.Builder |
getBigqueryDateShardedSpecOrBuilder()
public BigQueryDateShardedSpecOrBuilder getBigqueryDateShardedSpecOrBuilder()
Output only. Specification for a group of BigQuery tables with
the [prefix]YYYYMMDD
name pattern.
For more information, see Introduction to partitioned tables.
.google.cloud.datacatalog.v1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
BigQueryDateShardedSpecOrBuilder |
getBigqueryTableSpec()
public BigQueryTableSpec getBigqueryTableSpec()
Output only. Specification that applies to a BigQuery table. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.BigQueryTableSpec bigquery_table_spec = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
BigQueryTableSpec | The bigqueryTableSpec. |
getBigqueryTableSpecBuilder()
public BigQueryTableSpec.Builder getBigqueryTableSpecBuilder()
Output only. Specification that applies to a BigQuery table. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.BigQueryTableSpec bigquery_table_spec = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
BigQueryTableSpec.Builder |
getBigqueryTableSpecOrBuilder()
public BigQueryTableSpecOrBuilder getBigqueryTableSpecOrBuilder()
Output only. Specification that applies to a BigQuery table. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.BigQueryTableSpec bigquery_table_spec = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
BigQueryTableSpecOrBuilder |
getBusinessContext()
public BusinessContext getBusinessContext()
Business Context of the entry. Not supported for BigQuery datasets
.google.cloud.datacatalog.v1.BusinessContext business_context = 37;
Type | Description |
BusinessContext | The businessContext. |
getBusinessContextBuilder()
public BusinessContext.Builder getBusinessContextBuilder()
Business Context of the entry. Not supported for BigQuery datasets
.google.cloud.datacatalog.v1.BusinessContext business_context = 37;
Type | Description |
BusinessContext.Builder |
getBusinessContextOrBuilder()
public BusinessContextOrBuilder getBusinessContextOrBuilder()
Business Context of the entry. Not supported for BigQuery datasets
.google.cloud.datacatalog.v1.BusinessContext business_context = 37;
Type | Description |
BusinessContextOrBuilder |
getDataSource()
public DataSource getDataSource()
Output only. Physical location of the entry.
.google.cloud.datacatalog.v1.DataSource data_source = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
DataSource | The dataSource. |
getDataSourceBuilder()
public DataSource.Builder getDataSourceBuilder()
Output only. Physical location of the entry.
.google.cloud.datacatalog.v1.DataSource data_source = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
DataSource.Builder |
getDataSourceConnectionSpec()
public DataSourceConnectionSpec getDataSourceConnectionSpec()
Specification that applies to a data source connection. Valid only
for entries with the DATA_SOURCE_CONNECTION
type.
.google.cloud.datacatalog.v1.DataSourceConnectionSpec data_source_connection_spec = 27;
Type | Description |
DataSourceConnectionSpec | The dataSourceConnectionSpec. |
getDataSourceConnectionSpecBuilder()
public DataSourceConnectionSpec.Builder getDataSourceConnectionSpecBuilder()
Specification that applies to a data source connection. Valid only
for entries with the DATA_SOURCE_CONNECTION
type.
.google.cloud.datacatalog.v1.DataSourceConnectionSpec data_source_connection_spec = 27;
Type | Description |
DataSourceConnectionSpec.Builder |
getDataSourceConnectionSpecOrBuilder()
public DataSourceConnectionSpecOrBuilder getDataSourceConnectionSpecOrBuilder()
Specification that applies to a data source connection. Valid only
for entries with the DATA_SOURCE_CONNECTION
type.
.google.cloud.datacatalog.v1.DataSourceConnectionSpec data_source_connection_spec = 27;
Type | Description |
DataSourceConnectionSpecOrBuilder |
getDataSourceOrBuilder()
public DataSourceOrBuilder getDataSourceOrBuilder()
Output only. Physical location of the entry.
.google.cloud.datacatalog.v1.DataSource data_source = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
DataSourceOrBuilder |
getDatabaseTableSpec()
public DatabaseTableSpec getDatabaseTableSpec()
Specification that applies to a table resource. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.DatabaseTableSpec database_table_spec = 24;
Type | Description |
DatabaseTableSpec | The databaseTableSpec. |
getDatabaseTableSpecBuilder()
public DatabaseTableSpec.Builder getDatabaseTableSpecBuilder()
Specification that applies to a table resource. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.DatabaseTableSpec database_table_spec = 24;
Type | Description |
DatabaseTableSpec.Builder |
getDatabaseTableSpecOrBuilder()
public DatabaseTableSpecOrBuilder getDatabaseTableSpecOrBuilder()
Specification that applies to a table resource. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.DatabaseTableSpec database_table_spec = 24;
Type | Description |
DatabaseTableSpecOrBuilder |
getDefaultInstanceForType()
public Entry getDefaultInstanceForType()
Type | Description |
Entry |
getDescription()
public String getDescription()
Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
string description = 4;
Type | Description |
String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
string description = 4;
Type | Description |
ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDisplayName()
public String getDisplayName()
Display name of an entry. The name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and can't start or end with spaces. The maximum size is 200 bytes when encoded in UTF-8. Default value is an empty string.
string display_name = 3;
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
Display name of an entry. The name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and can't start or end with spaces. The maximum size is 200 bytes when encoded in UTF-8. Default value is an empty string.
string display_name = 3;
Type | Description |
ByteString | The bytes for displayName. |
getEntryTypeCase()
public Entry.EntryTypeCase getEntryTypeCase()
Type | Description |
Entry.EntryTypeCase |
getFilesetSpec()
public FilesetSpec getFilesetSpec()
Specification that applies to a fileset resource. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.FilesetSpec fileset_spec = 33;
Type | Description |
FilesetSpec | The filesetSpec. |
getFilesetSpecBuilder()
public FilesetSpec.Builder getFilesetSpecBuilder()
Specification that applies to a fileset resource. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.FilesetSpec fileset_spec = 33;
Type | Description |
FilesetSpec.Builder |
getFilesetSpecOrBuilder()
public FilesetSpecOrBuilder getFilesetSpecOrBuilder()
Specification that applies to a fileset resource. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.FilesetSpec fileset_spec = 33;
Type | Description |
FilesetSpecOrBuilder |
getFullyQualifiedName()
public String getFullyQualifiedName()
Fully qualified name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation and read-only afterwards. Can be used for search and lookup of the entries. FQNs take two forms:
- For non-regionalized resources:
{SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
- For regionalized resources:
{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
Example for a DPMS table:dataproc_metastore:{PROJECT_ID}.{LOCATION_ID}.{INSTANCE_ID}.{DATABASE_ID}.{TABLE_ID}
string fully_qualified_name = 29;
Type | Description |
String | The fullyQualifiedName. |
getFullyQualifiedNameBytes()
public ByteString getFullyQualifiedNameBytes()
Fully qualified name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation and read-only afterwards. Can be used for search and lookup of the entries. FQNs take two forms:
- For non-regionalized resources:
{SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
- For regionalized resources:
{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
Example for a DPMS table:dataproc_metastore:{PROJECT_ID}.{LOCATION_ID}.{INSTANCE_ID}.{DATABASE_ID}.{TABLE_ID}
string fully_qualified_name = 29;
Type | Description |
ByteString | The bytes for fullyQualifiedName. |
getGcsFilesetSpec()
public GcsFilesetSpec getGcsFilesetSpec()
Specification that applies to a Cloud Storage fileset. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.GcsFilesetSpec gcs_fileset_spec = 6;
Type | Description |
GcsFilesetSpec | The gcsFilesetSpec. |
getGcsFilesetSpecBuilder()
public GcsFilesetSpec.Builder getGcsFilesetSpecBuilder()
Specification that applies to a Cloud Storage fileset. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.GcsFilesetSpec gcs_fileset_spec = 6;
Type | Description |
GcsFilesetSpec.Builder |
getGcsFilesetSpecOrBuilder()
public GcsFilesetSpecOrBuilder getGcsFilesetSpecOrBuilder()
Specification that applies to a Cloud Storage fileset. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.GcsFilesetSpec gcs_fileset_spec = 6;
Type | Description |
GcsFilesetSpecOrBuilder |
getIntegratedSystem()
public IntegratedSystem getIntegratedSystem()
Output only. Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
.google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
IntegratedSystem | The integratedSystem. |
getIntegratedSystemValue()
public int getIntegratedSystemValue()
Output only. Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
.google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int | The enum numeric value on the wire for integratedSystem. |
getLabels()
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
map<string, string> labels = 14;
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
map<string, string> labels = 14;
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
map<string, string> labels = 14;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
map<string, string> labels = 14;
Name | Description |
key | String |
Type | Description |
String |
getLinkedResource()
public String getLinkedResource()
The resource this metadata entry refers to.
For Google Cloud Platform resources, linked_resource
is the
Full Resource Name.
For example, the linked_resource
for a table resource from BigQuery is:
//bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}
Output only when the entry is one of the types in the EntryType
enum.
For entries with a user_specified_type
, this field is optional and
defaults to an empty string.
The resource string must contain only letters (a-z, A-Z), numbers (0-9),
underscores (_), periods (.), colons (:), slashes (/), dashes (-),
and hashes (#).
The maximum size is 200 bytes when encoded in UTF-8.
string linked_resource = 9;
Type | Description |
String | The linkedResource. |
getLinkedResourceBytes()
public ByteString getLinkedResourceBytes()
The resource this metadata entry refers to.
For Google Cloud Platform resources, linked_resource
is the
Full Resource Name.
For example, the linked_resource
for a table resource from BigQuery is:
//bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}
Output only when the entry is one of the types in the EntryType
enum.
For entries with a user_specified_type
, this field is optional and
defaults to an empty string.
The resource string must contain only letters (a-z, A-Z), numbers (0-9),
underscores (_), periods (.), colons (:), slashes (/), dashes (-),
and hashes (#).
The maximum size is 200 bytes when encoded in UTF-8.
string linked_resource = 9;
Type | Description |
ByteString | The bytes for linkedResource. |
getMutableLabels()
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getName()
public String getName()
Output only. The resource name of an entry in URL format. Note: The entry itself and its child resources might not be stored in the location specified in its name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Output only. The resource name of an entry in URL format. Note: The entry itself and its child resources might not be stored in the location specified in its name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for name. |
getPersonalDetails()
public PersonalDetails getPersonalDetails()
Output only. Additional information related to the entry. Private to the current user.
.google.cloud.datacatalog.v1.PersonalDetails personal_details = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
PersonalDetails | The personalDetails. |
getPersonalDetailsBuilder()
public PersonalDetails.Builder getPersonalDetailsBuilder()
Output only. Additional information related to the entry. Private to the current user.
.google.cloud.datacatalog.v1.PersonalDetails personal_details = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
PersonalDetails.Builder |
getPersonalDetailsOrBuilder()
public PersonalDetailsOrBuilder getPersonalDetailsOrBuilder()
Output only. Additional information related to the entry. Private to the current user.
.google.cloud.datacatalog.v1.PersonalDetails personal_details = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
PersonalDetailsOrBuilder |
getRoutineSpec()
public RoutineSpec getRoutineSpec()
Specification that applies to a user-defined function or procedure. Valid
only for entries with the ROUTINE
type.
.google.cloud.datacatalog.v1.RoutineSpec routine_spec = 28;
Type | Description |
RoutineSpec | The routineSpec. |
getRoutineSpecBuilder()
public RoutineSpec.Builder getRoutineSpecBuilder()
Specification that applies to a user-defined function or procedure. Valid
only for entries with the ROUTINE
type.
.google.cloud.datacatalog.v1.RoutineSpec routine_spec = 28;
Type | Description |
RoutineSpec.Builder |
getRoutineSpecOrBuilder()
public RoutineSpecOrBuilder getRoutineSpecOrBuilder()
Specification that applies to a user-defined function or procedure. Valid
only for entries with the ROUTINE
type.
.google.cloud.datacatalog.v1.RoutineSpec routine_spec = 28;
Type | Description |
RoutineSpecOrBuilder |
getSchema()
public Schema getSchema()
Schema of the entry. An entry might not have any schema attached to it.
.google.cloud.datacatalog.v1.Schema schema = 5;
Type | Description |
Schema | The schema. |
getSchemaBuilder()
public Schema.Builder getSchemaBuilder()
Schema of the entry. An entry might not have any schema attached to it.
.google.cloud.datacatalog.v1.Schema schema = 5;
Type | Description |
Schema.Builder |
getSchemaOrBuilder()
public SchemaOrBuilder getSchemaOrBuilder()
Schema of the entry. An entry might not have any schema attached to it.
.google.cloud.datacatalog.v1.Schema schema = 5;
Type | Description |
SchemaOrBuilder |
getSourceSystemTimestamps()
public SystemTimestamps getSourceSystemTimestamps()
Timestamps from the underlying resource, not from the Data Catalog
entry.
Output only when the entry has a system listed in the IntegratedSystem
enum. For entries with user_specified_system
, this field is optional
and defaults to an empty timestamp.
.google.cloud.datacatalog.v1.SystemTimestamps source_system_timestamps = 7;
Type | Description |
SystemTimestamps | The sourceSystemTimestamps. |
getSourceSystemTimestampsBuilder()
public SystemTimestamps.Builder getSourceSystemTimestampsBuilder()
Timestamps from the underlying resource, not from the Data Catalog
entry.
Output only when the entry has a system listed in the IntegratedSystem
enum. For entries with user_specified_system
, this field is optional
and defaults to an empty timestamp.
.google.cloud.datacatalog.v1.SystemTimestamps source_system_timestamps = 7;
Type | Description |
SystemTimestamps.Builder |
getSourceSystemTimestampsOrBuilder()
public SystemTimestampsOrBuilder getSourceSystemTimestampsOrBuilder()
Timestamps from the underlying resource, not from the Data Catalog
entry.
Output only when the entry has a system listed in the IntegratedSystem
enum. For entries with user_specified_system
, this field is optional
and defaults to an empty timestamp.
.google.cloud.datacatalog.v1.SystemTimestamps source_system_timestamps = 7;
Type | Description |
SystemTimestampsOrBuilder |
getSpecCase()
public Entry.SpecCase getSpecCase()
Type | Description |
Entry.SpecCase |
getSystemCase()
public Entry.SystemCase getSystemCase()
Type | Description |
Entry.SystemCase |
getType()
public EntryType getType()
The type of the entry.
Only used for entries with types listed in the EntryType
enum.
Currently, only FILESET
enum value is allowed. All other entries
created in Data Catalog must use the user_specified_type
.
.google.cloud.datacatalog.v1.EntryType type = 2;
Type | Description |
EntryType | The type. |
getTypeSpecCase()
public Entry.TypeSpecCase getTypeSpecCase()
Type | Description |
Entry.TypeSpecCase |
getTypeValue()
public int getTypeValue()
The type of the entry.
Only used for entries with types listed in the EntryType
enum.
Currently, only FILESET
enum value is allowed. All other entries
created in Data Catalog must use the user_specified_type
.
.google.cloud.datacatalog.v1.EntryType type = 2;
Type | Description |
int | The enum numeric value on the wire for type. |
getUsageSignal()
public UsageSignal getUsageSignal()
Resource usage statistics.
.google.cloud.datacatalog.v1.UsageSignal usage_signal = 13;
Type | Description |
UsageSignal | The usageSignal. |
getUsageSignalBuilder()
public UsageSignal.Builder getUsageSignalBuilder()
Resource usage statistics.
.google.cloud.datacatalog.v1.UsageSignal usage_signal = 13;
Type | Description |
UsageSignal.Builder |
getUsageSignalOrBuilder()
public UsageSignalOrBuilder getUsageSignalOrBuilder()
Resource usage statistics.
.google.cloud.datacatalog.v1.UsageSignal usage_signal = 13;
Type | Description |
UsageSignalOrBuilder |
getUserSpecifiedSystem()
public String getUserSpecifiedSystem()
Indicates the entry's source system that Data Catalog doesn't
automatically integrate with.
The user_specified_system
string has the following limitations:
- Is case insensitive.
- Must begin with a letter or underscore.
- Can only contain letters, numbers, and underscores.
- Must be at least 1 character and at most 64 characters long.
string user_specified_system = 18;
Type | Description |
String | The userSpecifiedSystem. |
getUserSpecifiedSystemBytes()
public ByteString getUserSpecifiedSystemBytes()
Indicates the entry's source system that Data Catalog doesn't
automatically integrate with.
The user_specified_system
string has the following limitations:
- Is case insensitive.
- Must begin with a letter or underscore.
- Can only contain letters, numbers, and underscores.
- Must be at least 1 character and at most 64 characters long.
string user_specified_system = 18;
Type | Description |
ByteString | The bytes for userSpecifiedSystem. |
getUserSpecifiedType()
public String getUserSpecifiedType()
Custom entry type that doesn't match any of the values allowed for input
and listed in the EntryType
enum.
When creating an entry, first check the type values in the enum.
If there are no appropriate types for the new entry,
provide a custom value, for example, my_special_type
.
The user_specified_type
string has the following limitations:
- Is case insensitive.
- Must begin with a letter or underscore.
- Can only contain letters, numbers, and underscores.
- Must be at least 1 character and at most 64 characters long.
string user_specified_type = 16;
Type | Description |
String | The userSpecifiedType. |
getUserSpecifiedTypeBytes()
public ByteString getUserSpecifiedTypeBytes()
Custom entry type that doesn't match any of the values allowed for input
and listed in the EntryType
enum.
When creating an entry, first check the type values in the enum.
If there are no appropriate types for the new entry,
provide a custom value, for example, my_special_type
.
The user_specified_type
string has the following limitations:
- Is case insensitive.
- Must begin with a letter or underscore.
- Can only contain letters, numbers, and underscores.
- Must be at least 1 character and at most 64 characters long.
string user_specified_type = 16;
Type | Description |
ByteString | The bytes for userSpecifiedType. |
hasBigqueryDateShardedSpec()
public boolean hasBigqueryDateShardedSpec()
Output only. Specification for a group of BigQuery tables with
the [prefix]YYYYMMDD
name pattern.
For more information, see Introduction to partitioned tables.
.google.cloud.datacatalog.v1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the bigqueryDateShardedSpec field is set. |
hasBigqueryTableSpec()
public boolean hasBigqueryTableSpec()
Output only. Specification that applies to a BigQuery table. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.BigQueryTableSpec bigquery_table_spec = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the bigqueryTableSpec field is set. |
hasBusinessContext()
public boolean hasBusinessContext()
Business Context of the entry. Not supported for BigQuery datasets
.google.cloud.datacatalog.v1.BusinessContext business_context = 37;
Type | Description |
boolean | Whether the businessContext field is set. |
hasDataSource()
public boolean hasDataSource()
Output only. Physical location of the entry.
.google.cloud.datacatalog.v1.DataSource data_source = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the dataSource field is set. |
hasDataSourceConnectionSpec()
public boolean hasDataSourceConnectionSpec()
Specification that applies to a data source connection. Valid only
for entries with the DATA_SOURCE_CONNECTION
type.
.google.cloud.datacatalog.v1.DataSourceConnectionSpec data_source_connection_spec = 27;
Type | Description |
boolean | Whether the dataSourceConnectionSpec field is set. |
hasDatabaseTableSpec()
public boolean hasDatabaseTableSpec()
Specification that applies to a table resource. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.DatabaseTableSpec database_table_spec = 24;
Type | Description |
boolean | Whether the databaseTableSpec field is set. |
hasFilesetSpec()
public boolean hasFilesetSpec()
Specification that applies to a fileset resource. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.FilesetSpec fileset_spec = 33;
Type | Description |
boolean | Whether the filesetSpec field is set. |
hasGcsFilesetSpec()
public boolean hasGcsFilesetSpec()
Specification that applies to a Cloud Storage fileset. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.GcsFilesetSpec gcs_fileset_spec = 6;
Type | Description |
boolean | Whether the gcsFilesetSpec field is set. |
hasIntegratedSystem()
public boolean hasIntegratedSystem()
Output only. Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
.google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the integratedSystem field is set. |
hasPersonalDetails()
public boolean hasPersonalDetails()
Output only. Additional information related to the entry. Private to the current user.
.google.cloud.datacatalog.v1.PersonalDetails personal_details = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the personalDetails field is set. |
hasRoutineSpec()
public boolean hasRoutineSpec()
Specification that applies to a user-defined function or procedure. Valid
only for entries with the ROUTINE
type.
.google.cloud.datacatalog.v1.RoutineSpec routine_spec = 28;
Type | Description |
boolean | Whether the routineSpec field is set. |
hasSchema()
public boolean hasSchema()
Schema of the entry. An entry might not have any schema attached to it.
.google.cloud.datacatalog.v1.Schema schema = 5;
Type | Description |
boolean | Whether the schema field is set. |
hasSourceSystemTimestamps()
public boolean hasSourceSystemTimestamps()
Timestamps from the underlying resource, not from the Data Catalog
entry.
Output only when the entry has a system listed in the IntegratedSystem
enum. For entries with user_specified_system
, this field is optional
and defaults to an empty timestamp.
.google.cloud.datacatalog.v1.SystemTimestamps source_system_timestamps = 7;
Type | Description |
boolean | Whether the sourceSystemTimestamps field is set. |
hasType()
public boolean hasType()
The type of the entry.
Only used for entries with types listed in the EntryType
enum.
Currently, only FILESET
enum value is allowed. All other entries
created in Data Catalog must use the user_specified_type
.
.google.cloud.datacatalog.v1.EntryType type = 2;
Type | Description |
boolean | Whether the type field is set. |
hasUsageSignal()
public boolean hasUsageSignal()
Resource usage statistics.
.google.cloud.datacatalog.v1.UsageSignal usage_signal = 13;
Type | Description |
boolean | Whether the usageSignal field is set. |
hasUserSpecifiedSystem()
public boolean hasUserSpecifiedSystem()
Indicates the entry's source system that Data Catalog doesn't
automatically integrate with.
The user_specified_system
string has the following limitations:
- Is case insensitive.
- Must begin with a letter or underscore.
- Can only contain letters, numbers, and underscores.
- Must be at least 1 character and at most 64 characters long.
string user_specified_system = 18;
Type | Description |
boolean | Whether the userSpecifiedSystem field is set. |
hasUserSpecifiedType()
public boolean hasUserSpecifiedType()
Custom entry type that doesn't match any of the values allowed for input
and listed in the EntryType
enum.
When creating an entry, first check the type values in the enum.
If there are no appropriate types for the new entry,
provide a custom value, for example, my_special_type
.
The user_specified_type
string has the following limitations:
- Is case insensitive.
- Must begin with a letter or underscore.
- Can only contain letters, numbers, and underscores.
- Must be at least 1 character and at most 64 characters long.
string user_specified_type = 16;
Type | Description |
boolean | Whether the userSpecifiedType field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeBigqueryDateShardedSpec(BigQueryDateShardedSpec value)
public Entry.Builder mergeBigqueryDateShardedSpec(BigQueryDateShardedSpec value)
Output only. Specification for a group of BigQuery tables with
the [prefix]YYYYMMDD
name pattern.
For more information, see Introduction to partitioned tables.
.google.cloud.datacatalog.v1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | BigQueryDateShardedSpec |
Type | Description |
Entry.Builder |
mergeBigqueryTableSpec(BigQueryTableSpec value)
public Entry.Builder mergeBigqueryTableSpec(BigQueryTableSpec value)
Output only. Specification that applies to a BigQuery table. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.BigQueryTableSpec bigquery_table_spec = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | BigQueryTableSpec |
Type | Description |
Entry.Builder |
mergeBusinessContext(BusinessContext value)
public Entry.Builder mergeBusinessContext(BusinessContext value)
Business Context of the entry. Not supported for BigQuery datasets
.google.cloud.datacatalog.v1.BusinessContext business_context = 37;
Name | Description |
value | BusinessContext |
Type | Description |
Entry.Builder |
mergeDataSource(DataSource value)
public Entry.Builder mergeDataSource(DataSource value)
Output only. Physical location of the entry.
.google.cloud.datacatalog.v1.DataSource data_source = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | DataSource |
Type | Description |
Entry.Builder |
mergeDataSourceConnectionSpec(DataSourceConnectionSpec value)
public Entry.Builder mergeDataSourceConnectionSpec(DataSourceConnectionSpec value)
Specification that applies to a data source connection. Valid only
for entries with the DATA_SOURCE_CONNECTION
type.
.google.cloud.datacatalog.v1.DataSourceConnectionSpec data_source_connection_spec = 27;
Name | Description |
value | DataSourceConnectionSpec |
Type | Description |
Entry.Builder |
mergeDatabaseTableSpec(DatabaseTableSpec value)
public Entry.Builder mergeDatabaseTableSpec(DatabaseTableSpec value)
Specification that applies to a table resource. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.DatabaseTableSpec database_table_spec = 24;
Name | Description |
value | DatabaseTableSpec |
Type | Description |
Entry.Builder |
mergeFilesetSpec(FilesetSpec value)
public Entry.Builder mergeFilesetSpec(FilesetSpec value)
Specification that applies to a fileset resource. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.FilesetSpec fileset_spec = 33;
Name | Description |
value | FilesetSpec |
Type | Description |
Entry.Builder |
mergeFrom(Entry other)
public Entry.Builder mergeFrom(Entry other)
Name | Description |
other | Entry |
Type | Description |
Entry.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Entry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Entry.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Entry.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Entry.Builder |
mergeGcsFilesetSpec(GcsFilesetSpec value)
public Entry.Builder mergeGcsFilesetSpec(GcsFilesetSpec value)
Specification that applies to a Cloud Storage fileset. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.GcsFilesetSpec gcs_fileset_spec = 6;
Name | Description |
value | GcsFilesetSpec |
Type | Description |
Entry.Builder |
mergePersonalDetails(PersonalDetails value)
public Entry.Builder mergePersonalDetails(PersonalDetails value)
Output only. Additional information related to the entry. Private to the current user.
.google.cloud.datacatalog.v1.PersonalDetails personal_details = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | PersonalDetails |
Type | Description |
Entry.Builder |
mergeRoutineSpec(RoutineSpec value)
public Entry.Builder mergeRoutineSpec(RoutineSpec value)
Specification that applies to a user-defined function or procedure. Valid
only for entries with the ROUTINE
type.
.google.cloud.datacatalog.v1.RoutineSpec routine_spec = 28;
Name | Description |
value | RoutineSpec |
Type | Description |
Entry.Builder |
mergeSchema(Schema value)
public Entry.Builder mergeSchema(Schema value)
Schema of the entry. An entry might not have any schema attached to it.
.google.cloud.datacatalog.v1.Schema schema = 5;
Name | Description |
value | Schema |
Type | Description |
Entry.Builder |
mergeSourceSystemTimestamps(SystemTimestamps value)
public Entry.Builder mergeSourceSystemTimestamps(SystemTimestamps value)
Timestamps from the underlying resource, not from the Data Catalog
entry.
Output only when the entry has a system listed in the IntegratedSystem
enum. For entries with user_specified_system
, this field is optional
and defaults to an empty timestamp.
.google.cloud.datacatalog.v1.SystemTimestamps source_system_timestamps = 7;
Name | Description |
value | SystemTimestamps |
Type | Description |
Entry.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Entry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Entry.Builder |
mergeUsageSignal(UsageSignal value)
public Entry.Builder mergeUsageSignal(UsageSignal value)
Resource usage statistics.
.google.cloud.datacatalog.v1.UsageSignal usage_signal = 13;
Name | Description |
value | UsageSignal |
Type | Description |
Entry.Builder |
putAllLabels(Map<String,String> values)
public Entry.Builder putAllLabels(Map<String,String> values)
Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
map<string, string> labels = 14;
Name | Description |
values | Map<String,String> |
Type | Description |
Entry.Builder |
putLabels(String key, String value)
public Entry.Builder putLabels(String key, String value)
Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
map<string, string> labels = 14;
Name | Description |
key | String |
value | String |
Type | Description |
Entry.Builder |
removeLabels(String key)
public Entry.Builder removeLabels(String key)
Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.
map<string, string> labels = 14;
Name | Description |
key | String |
Type | Description |
Entry.Builder |
setBigqueryDateShardedSpec(BigQueryDateShardedSpec value)
public Entry.Builder setBigqueryDateShardedSpec(BigQueryDateShardedSpec value)
Output only. Specification for a group of BigQuery tables with
the [prefix]YYYYMMDD
name pattern.
For more information, see Introduction to partitioned tables.
.google.cloud.datacatalog.v1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | BigQueryDateShardedSpec |
Type | Description |
Entry.Builder |
setBigqueryDateShardedSpec(BigQueryDateShardedSpec.Builder builderForValue)
public Entry.Builder setBigqueryDateShardedSpec(BigQueryDateShardedSpec.Builder builderForValue)
Output only. Specification for a group of BigQuery tables with
the [prefix]YYYYMMDD
name pattern.
For more information, see Introduction to partitioned tables.
.google.cloud.datacatalog.v1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | BigQueryDateShardedSpec.Builder |
Type | Description |
Entry.Builder |
setBigqueryTableSpec(BigQueryTableSpec value)
public Entry.Builder setBigqueryTableSpec(BigQueryTableSpec value)
Output only. Specification that applies to a BigQuery table. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.BigQueryTableSpec bigquery_table_spec = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | BigQueryTableSpec |
Type | Description |
Entry.Builder |
setBigqueryTableSpec(BigQueryTableSpec.Builder builderForValue)
public Entry.Builder setBigqueryTableSpec(BigQueryTableSpec.Builder builderForValue)
Output only. Specification that applies to a BigQuery table. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.BigQueryTableSpec bigquery_table_spec = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | BigQueryTableSpec.Builder |
Type | Description |
Entry.Builder |
setBusinessContext(BusinessContext value)
public Entry.Builder setBusinessContext(BusinessContext value)
Business Context of the entry. Not supported for BigQuery datasets
.google.cloud.datacatalog.v1.BusinessContext business_context = 37;
Name | Description |
value | BusinessContext |
Type | Description |
Entry.Builder |
setBusinessContext(BusinessContext.Builder builderForValue)
public Entry.Builder setBusinessContext(BusinessContext.Builder builderForValue)
Business Context of the entry. Not supported for BigQuery datasets
.google.cloud.datacatalog.v1.BusinessContext business_context = 37;
Name | Description |
builderForValue | BusinessContext.Builder |
Type | Description |
Entry.Builder |
setDataSource(DataSource value)
public Entry.Builder setDataSource(DataSource value)
Output only. Physical location of the entry.
.google.cloud.datacatalog.v1.DataSource data_source = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | DataSource |
Type | Description |
Entry.Builder |
setDataSource(DataSource.Builder builderForValue)
public Entry.Builder setDataSource(DataSource.Builder builderForValue)
Output only. Physical location of the entry.
.google.cloud.datacatalog.v1.DataSource data_source = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | DataSource.Builder |
Type | Description |
Entry.Builder |
setDataSourceConnectionSpec(DataSourceConnectionSpec value)
public Entry.Builder setDataSourceConnectionSpec(DataSourceConnectionSpec value)
Specification that applies to a data source connection. Valid only
for entries with the DATA_SOURCE_CONNECTION
type.
.google.cloud.datacatalog.v1.DataSourceConnectionSpec data_source_connection_spec = 27;
Name | Description |
value | DataSourceConnectionSpec |
Type | Description |
Entry.Builder |
setDataSourceConnectionSpec(DataSourceConnectionSpec.Builder builderForValue)
public Entry.Builder setDataSourceConnectionSpec(DataSourceConnectionSpec.Builder builderForValue)
Specification that applies to a data source connection. Valid only
for entries with the DATA_SOURCE_CONNECTION
type.
.google.cloud.datacatalog.v1.DataSourceConnectionSpec data_source_connection_spec = 27;
Name | Description |
builderForValue | DataSourceConnectionSpec.Builder |
Type | Description |
Entry.Builder |
setDatabaseTableSpec(DatabaseTableSpec value)
public Entry.Builder setDatabaseTableSpec(DatabaseTableSpec value)
Specification that applies to a table resource. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.DatabaseTableSpec database_table_spec = 24;
Name | Description |
value | DatabaseTableSpec |
Type | Description |
Entry.Builder |
setDatabaseTableSpec(DatabaseTableSpec.Builder builderForValue)
public Entry.Builder setDatabaseTableSpec(DatabaseTableSpec.Builder builderForValue)
Specification that applies to a table resource. Valid only
for entries with the TABLE
type.
.google.cloud.datacatalog.v1.DatabaseTableSpec database_table_spec = 24;
Name | Description |
builderForValue | DatabaseTableSpec.Builder |
Type | Description |
Entry.Builder |
setDescription(String value)
public Entry.Builder setDescription(String value)
Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
string description = 4;
Name | Description |
value | String The description to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public Entry.Builder setDescriptionBytes(ByteString value)
Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string.
string description = 4;
Name | Description |
value | ByteString The bytes for description to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setDisplayName(String value)
public Entry.Builder setDisplayName(String value)
Display name of an entry. The name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and can't start or end with spaces. The maximum size is 200 bytes when encoded in UTF-8. Default value is an empty string.
string display_name = 3;
Name | Description |
value | String The displayName to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public Entry.Builder setDisplayNameBytes(ByteString value)
Display name of an entry. The name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and can't start or end with spaces. The maximum size is 200 bytes when encoded in UTF-8. Default value is an empty string.
string display_name = 3;
Name | Description |
value | ByteString The bytes for displayName to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Entry.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Entry.Builder |
setFilesetSpec(FilesetSpec value)
public Entry.Builder setFilesetSpec(FilesetSpec value)
Specification that applies to a fileset resource. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.FilesetSpec fileset_spec = 33;
Name | Description |
value | FilesetSpec |
Type | Description |
Entry.Builder |
setFilesetSpec(FilesetSpec.Builder builderForValue)
public Entry.Builder setFilesetSpec(FilesetSpec.Builder builderForValue)
Specification that applies to a fileset resource. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.FilesetSpec fileset_spec = 33;
Name | Description |
builderForValue | FilesetSpec.Builder |
Type | Description |
Entry.Builder |
setFullyQualifiedName(String value)
public Entry.Builder setFullyQualifiedName(String value)
Fully qualified name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation and read-only afterwards. Can be used for search and lookup of the entries. FQNs take two forms:
- For non-regionalized resources:
{SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
- For regionalized resources:
{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
Example for a DPMS table:dataproc_metastore:{PROJECT_ID}.{LOCATION_ID}.{INSTANCE_ID}.{DATABASE_ID}.{TABLE_ID}
string fully_qualified_name = 29;
Name | Description |
value | String The fullyQualifiedName to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setFullyQualifiedNameBytes(ByteString value)
public Entry.Builder setFullyQualifiedNameBytes(ByteString value)
Fully qualified name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation and read-only afterwards. Can be used for search and lookup of the entries. FQNs take two forms:
- For non-regionalized resources:
{SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
- For regionalized resources:
{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}
Example for a DPMS table:dataproc_metastore:{PROJECT_ID}.{LOCATION_ID}.{INSTANCE_ID}.{DATABASE_ID}.{TABLE_ID}
string fully_qualified_name = 29;
Name | Description |
value | ByteString The bytes for fullyQualifiedName to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setGcsFilesetSpec(GcsFilesetSpec value)
public Entry.Builder setGcsFilesetSpec(GcsFilesetSpec value)
Specification that applies to a Cloud Storage fileset. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.GcsFilesetSpec gcs_fileset_spec = 6;
Name | Description |
value | GcsFilesetSpec |
Type | Description |
Entry.Builder |
setGcsFilesetSpec(GcsFilesetSpec.Builder builderForValue)
public Entry.Builder setGcsFilesetSpec(GcsFilesetSpec.Builder builderForValue)
Specification that applies to a Cloud Storage fileset. Valid only
for entries with the FILESET
type.
.google.cloud.datacatalog.v1.GcsFilesetSpec gcs_fileset_spec = 6;
Name | Description |
builderForValue | GcsFilesetSpec.Builder |
Type | Description |
Entry.Builder |
setIntegratedSystem(IntegratedSystem value)
public Entry.Builder setIntegratedSystem(IntegratedSystem value)
Output only. Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
.google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | IntegratedSystem The integratedSystem to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setIntegratedSystemValue(int value)
public Entry.Builder setIntegratedSystemValue(int value)
Output only. Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
.google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | int The enum numeric value on the wire for integratedSystem to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setLinkedResource(String value)
public Entry.Builder setLinkedResource(String value)
The resource this metadata entry refers to.
For Google Cloud Platform resources, linked_resource
is the
Full Resource Name.
For example, the linked_resource
for a table resource from BigQuery is:
//bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}
Output only when the entry is one of the types in the EntryType
enum.
For entries with a user_specified_type
, this field is optional and
defaults to an empty string.
The resource string must contain only letters (a-z, A-Z), numbers (0-9),
underscores (_), periods (.), colons (:), slashes (/), dashes (-),
and hashes (#).
The maximum size is 200 bytes when encoded in UTF-8.
string linked_resource = 9;
Name | Description |
value | String The linkedResource to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setLinkedResourceBytes(ByteString value)
public Entry.Builder setLinkedResourceBytes(ByteString value)
The resource this metadata entry refers to.
For Google Cloud Platform resources, linked_resource
is the
Full Resource Name.
For example, the linked_resource
for a table resource from BigQuery is:
//bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}
Output only when the entry is one of the types in the EntryType
enum.
For entries with a user_specified_type
, this field is optional and
defaults to an empty string.
The resource string must contain only letters (a-z, A-Z), numbers (0-9),
underscores (_), periods (.), colons (:), slashes (/), dashes (-),
and hashes (#).
The maximum size is 200 bytes when encoded in UTF-8.
string linked_resource = 9;
Name | Description |
value | ByteString The bytes for linkedResource to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setName(String value)
public Entry.Builder setName(String value)
Output only. The resource name of an entry in URL format. Note: The entry itself and its child resources might not be stored in the location specified in its name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The name to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public Entry.Builder setNameBytes(ByteString value)
Output only. The resource name of an entry in URL format. Note: The entry itself and its child resources might not be stored in the location specified in its name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setPersonalDetails(PersonalDetails value)
public Entry.Builder setPersonalDetails(PersonalDetails value)
Output only. Additional information related to the entry. Private to the current user.
.google.cloud.datacatalog.v1.PersonalDetails personal_details = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | PersonalDetails |
Type | Description |
Entry.Builder |
setPersonalDetails(PersonalDetails.Builder builderForValue)
public Entry.Builder setPersonalDetails(PersonalDetails.Builder builderForValue)
Output only. Additional information related to the entry. Private to the current user.
.google.cloud.datacatalog.v1.PersonalDetails personal_details = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | PersonalDetails.Builder |
Type | Description |
Entry.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Entry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Entry.Builder |
setRoutineSpec(RoutineSpec value)
public Entry.Builder setRoutineSpec(RoutineSpec value)
Specification that applies to a user-defined function or procedure. Valid
only for entries with the ROUTINE
type.
.google.cloud.datacatalog.v1.RoutineSpec routine_spec = 28;
Name | Description |
value | RoutineSpec |
Type | Description |
Entry.Builder |
setRoutineSpec(RoutineSpec.Builder builderForValue)
public Entry.Builder setRoutineSpec(RoutineSpec.Builder builderForValue)
Specification that applies to a user-defined function or procedure. Valid
only for entries with the ROUTINE
type.
.google.cloud.datacatalog.v1.RoutineSpec routine_spec = 28;
Name | Description |
builderForValue | RoutineSpec.Builder |
Type | Description |
Entry.Builder |
setSchema(Schema value)
public Entry.Builder setSchema(Schema value)
Schema of the entry. An entry might not have any schema attached to it.
.google.cloud.datacatalog.v1.Schema schema = 5;
Name | Description |
value | Schema |
Type | Description |
Entry.Builder |
setSchema(Schema.Builder builderForValue)
public Entry.Builder setSchema(Schema.Builder builderForValue)
Schema of the entry. An entry might not have any schema attached to it.
.google.cloud.datacatalog.v1.Schema schema = 5;
Name | Description |
builderForValue | Schema.Builder |
Type | Description |
Entry.Builder |
setSourceSystemTimestamps(SystemTimestamps value)
public Entry.Builder setSourceSystemTimestamps(SystemTimestamps value)
Timestamps from the underlying resource, not from the Data Catalog
entry.
Output only when the entry has a system listed in the IntegratedSystem
enum. For entries with user_specified_system
, this field is optional
and defaults to an empty timestamp.
.google.cloud.datacatalog.v1.SystemTimestamps source_system_timestamps = 7;
Name | Description |
value | SystemTimestamps |
Type | Description |
Entry.Builder |
setSourceSystemTimestamps(SystemTimestamps.Builder builderForValue)
public Entry.Builder setSourceSystemTimestamps(SystemTimestamps.Builder builderForValue)
Timestamps from the underlying resource, not from the Data Catalog
entry.
Output only when the entry has a system listed in the IntegratedSystem
enum. For entries with user_specified_system
, this field is optional
and defaults to an empty timestamp.
.google.cloud.datacatalog.v1.SystemTimestamps source_system_timestamps = 7;
Name | Description |
builderForValue | SystemTimestamps.Builder |
Type | Description |
Entry.Builder |
setType(EntryType value)
public Entry.Builder setType(EntryType value)
The type of the entry.
Only used for entries with types listed in the EntryType
enum.
Currently, only FILESET
enum value is allowed. All other entries
created in Data Catalog must use the user_specified_type
.
.google.cloud.datacatalog.v1.EntryType type = 2;
Name | Description |
value | EntryType The type to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setTypeValue(int value)
public Entry.Builder setTypeValue(int value)
The type of the entry.
Only used for entries with types listed in the EntryType
enum.
Currently, only FILESET
enum value is allowed. All other entries
created in Data Catalog must use the user_specified_type
.
.google.cloud.datacatalog.v1.EntryType type = 2;
Name | Description |
value | int The enum numeric value on the wire for type to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Entry.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Entry.Builder |
setUsageSignal(UsageSignal value)
public Entry.Builder setUsageSignal(UsageSignal value)
Resource usage statistics.
.google.cloud.datacatalog.v1.UsageSignal usage_signal = 13;
Name | Description |
value | UsageSignal |
Type | Description |
Entry.Builder |
setUsageSignal(UsageSignal.Builder builderForValue)
public Entry.Builder setUsageSignal(UsageSignal.Builder builderForValue)
Resource usage statistics.
.google.cloud.datacatalog.v1.UsageSignal usage_signal = 13;
Name | Description |
builderForValue | UsageSignal.Builder |
Type | Description |
Entry.Builder |
setUserSpecifiedSystem(String value)
public Entry.Builder setUserSpecifiedSystem(String value)
Indicates the entry's source system that Data Catalog doesn't
automatically integrate with.
The user_specified_system
string has the following limitations:
- Is case insensitive.
- Must begin with a letter or underscore.
- Can only contain letters, numbers, and underscores.
- Must be at least 1 character and at most 64 characters long.
string user_specified_system = 18;
Name | Description |
value | String The userSpecifiedSystem to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setUserSpecifiedSystemBytes(ByteString value)
public Entry.Builder setUserSpecifiedSystemBytes(ByteString value)
Indicates the entry's source system that Data Catalog doesn't
automatically integrate with.
The user_specified_system
string has the following limitations:
- Is case insensitive.
- Must begin with a letter or underscore.
- Can only contain letters, numbers, and underscores.
- Must be at least 1 character and at most 64 characters long.
string user_specified_system = 18;
Name | Description |
value | ByteString The bytes for userSpecifiedSystem to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setUserSpecifiedType(String value)
public Entry.Builder setUserSpecifiedType(String value)
Custom entry type that doesn't match any of the values allowed for input
and listed in the EntryType
enum.
When creating an entry, first check the type values in the enum.
If there are no appropriate types for the new entry,
provide a custom value, for example, my_special_type
.
The user_specified_type
string has the following limitations:
- Is case insensitive.
- Must begin with a letter or underscore.
- Can only contain letters, numbers, and underscores.
- Must be at least 1 character and at most 64 characters long.
string user_specified_type = 16;
Name | Description |
value | String The userSpecifiedType to set. |
Type | Description |
Entry.Builder | This builder for chaining. |
setUserSpecifiedTypeBytes(ByteString value)
public Entry.Builder setUserSpecifiedTypeBytes(ByteString value)
Custom entry type that doesn't match any of the values allowed for input
and listed in the EntryType
enum.
When creating an entry, first check the type values in the enum.
If there are no appropriate types for the new entry,
provide a custom value, for example, my_special_type
.
The user_specified_type
string has the following limitations:
- Is case insensitive.
- Must begin with a letter or underscore.
- Can only contain letters, numbers, and underscores.
- Must be at least 1 character and at most 64 characters long.
string user_specified_type = 16;
Name | Description |
value | ByteString The bytes for userSpecifiedType to set. |
Type | Description |
Entry.Builder | This builder for chaining. |