public final class Entry extends GeneratedMessageV3 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][google.cloud.datacatalog.v1.Tag].
Protobuf type google.cloud.datacatalog.v1.Entry
Fields
BIGQUERY_DATE_SHARDED_SPEC_FIELD_NUMBER
public static final int BIGQUERY_DATE_SHARDED_SPEC_FIELD_NUMBER
Field Value
BIGQUERY_TABLE_SPEC_FIELD_NUMBER
public static final int BIGQUERY_TABLE_SPEC_FIELD_NUMBER
Field Value
DATABASE_TABLE_SPEC_FIELD_NUMBER
public static final int DATABASE_TABLE_SPEC_FIELD_NUMBER
Field Value
DATA_SOURCE_CONNECTION_SPEC_FIELD_NUMBER
public static final int DATA_SOURCE_CONNECTION_SPEC_FIELD_NUMBER
Field Value
DATA_SOURCE_FIELD_NUMBER
public static final int DATA_SOURCE_FIELD_NUMBER
Field Value
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
FULLY_QUALIFIED_NAME_FIELD_NUMBER
public static final int FULLY_QUALIFIED_NAME_FIELD_NUMBER
Field Value
GCS_FILESET_SPEC_FIELD_NUMBER
public static final int GCS_FILESET_SPEC_FIELD_NUMBER
Field Value
INTEGRATED_SYSTEM_FIELD_NUMBER
public static final int INTEGRATED_SYSTEM_FIELD_NUMBER
Field Value
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value
LINKED_RESOURCE_FIELD_NUMBER
public static final int LINKED_RESOURCE_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
ROUTINE_SPEC_FIELD_NUMBER
public static final int ROUTINE_SPEC_FIELD_NUMBER
Field Value
SCHEMA_FIELD_NUMBER
public static final int SCHEMA_FIELD_NUMBER
Field Value
SOURCE_SYSTEM_TIMESTAMPS_FIELD_NUMBER
public static final int SOURCE_SYSTEM_TIMESTAMPS_FIELD_NUMBER
Field Value
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
USAGE_SIGNAL_FIELD_NUMBER
public static final int USAGE_SIGNAL_FIELD_NUMBER
Field Value
USER_SPECIFIED_SYSTEM_FIELD_NUMBER
public static final int USER_SPECIFIED_SYSTEM_FIELD_NUMBER
Field Value
USER_SPECIFIED_TYPE_FIELD_NUMBER
public static final int USER_SPECIFIED_TYPE_FIELD_NUMBER
Field Value
Methods
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;
Parameter
Returns
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getBigqueryDateShardedSpec()
public BigQueryDateShardedSpec getBigqueryDateShardedSpec()
Specification for a group of BigQuery tables with the `[prefix]YYYYMMDD`
name pattern.
For more information, see [Introduction to partitioned tables]
(https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
.google.cloud.datacatalog.v1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15;
Returns
getBigqueryDateShardedSpecOrBuilder()
public BigQueryDateShardedSpecOrBuilder getBigqueryDateShardedSpecOrBuilder()
Specification for a group of BigQuery tables with the `[prefix]YYYYMMDD`
name pattern.
For more information, see [Introduction to partitioned tables]
(https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
.google.cloud.datacatalog.v1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15;
Returns
getBigqueryTableSpec()
public BigQueryTableSpec getBigqueryTableSpec()
Specification that applies to a BigQuery table. Valid only for
entries with the `TABLE` type.
.google.cloud.datacatalog.v1.BigQueryTableSpec bigquery_table_spec = 12;
Returns
getBigqueryTableSpecOrBuilder()
public BigQueryTableSpecOrBuilder getBigqueryTableSpecOrBuilder()
Specification that applies to a BigQuery table. Valid only for
entries with the `TABLE` type.
.google.cloud.datacatalog.v1.BigQueryTableSpec bigquery_table_spec = 12;
Returns
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];
Returns
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;
Returns
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;
Returns
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];
Returns
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;
Returns
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;
Returns
getDefaultInstance()
public static Entry getDefaultInstance()
Returns
getDefaultInstanceForType()
public Entry getDefaultInstanceForType()
Returns
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;
Returns
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;
Returns
Type | Description |
ByteString | The bytes for description.
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
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;
Returns
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;
Returns
Type | Description |
ByteString | The bytes for displayName.
|
getEntryTypeCase()
public Entry.EntryTypeCase getEntryTypeCase()
Returns
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;
Returns
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;
Returns
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;
Returns
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;
Returns
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];
Returns
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];
Returns
Type | Description |
int | The enum numeric value on the wire for integratedSystem.
|
getLabels()
public Map<String,String> getLabels()
Returns
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;
Returns
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;
Returns
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;
Parameters
Returns
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;
Parameter
Returns
getLinkedResource()
public String getLinkedResource()
The resource this metadata entry refers to.
For Google Cloud Platform resources, `linked_resource` is the
[Full Resource Name]
(https://cloud.google.com/apis/design/resource_names#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;
Returns
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]
(https://cloud.google.com/apis/design/resource_names#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;
Returns
Type | Description |
ByteString | The bytes for linkedResource.
|
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) = { ... }
Returns
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) = { ... }
Returns
getParserForType()
public Parser<Entry> getParserForType()
Returns
Overrides
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;
Returns
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;
Returns
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;
Returns
Type | Description |
Schema | The schema.
|
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;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSourceSystemTimestamps()
public SystemTimestamps getSourceSystemTimestamps()
Timestamps from the underlying resource, not from the Data Catalog
entry.
Output only when the entry has a type listed in the `EntryType` enum.
For entries with `user_specified_type`, this field is optional and defaults
to an empty timestamp.
.google.cloud.datacatalog.v1.SystemTimestamps source_system_timestamps = 7;
Returns
getSourceSystemTimestampsOrBuilder()
public SystemTimestampsOrBuilder getSourceSystemTimestampsOrBuilder()
Timestamps from the underlying resource, not from the Data Catalog
entry.
Output only when the entry has a type listed in the `EntryType` enum.
For entries with `user_specified_type`, this field is optional and defaults
to an empty timestamp.
.google.cloud.datacatalog.v1.SystemTimestamps source_system_timestamps = 7;
Returns
getSpecCase()
public Entry.SpecCase getSpecCase()
Returns
getSystemCase()
public Entry.SystemCase getSystemCase()
Returns
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;
Returns
getTypeSpecCase()
public Entry.TypeSpecCase getTypeSpecCase()
Returns
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;
Returns
Type | Description |
int | The enum numeric value on the wire for type.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUsageSignal()
public UsageSignal getUsageSignal()
Output only. Resource usage statistics.
.google.cloud.datacatalog.v1.UsageSignal usage_signal = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getUsageSignalOrBuilder()
public UsageSignalOrBuilder getUsageSignalOrBuilder()
Output only. Resource usage statistics.
.google.cloud.datacatalog.v1.UsageSignal usage_signal = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
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;
Returns
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;
Returns
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;
Returns
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;
Returns
Type | Description |
ByteString | The bytes for userSpecifiedType.
|
hasBigqueryDateShardedSpec()
public boolean hasBigqueryDateShardedSpec()
Specification for a group of BigQuery tables with the `[prefix]YYYYMMDD`
name pattern.
For more information, see [Introduction to partitioned tables]
(https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
.google.cloud.datacatalog.v1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15;
Returns
Type | Description |
boolean | Whether the bigqueryDateShardedSpec field is set.
|
hasBigqueryTableSpec()
public boolean hasBigqueryTableSpec()
Specification that applies to a BigQuery table. Valid only for
entries with the `TABLE` type.
.google.cloud.datacatalog.v1.BigQueryTableSpec bigquery_table_spec = 12;
Returns
Type | Description |
boolean | Whether the bigqueryTableSpec 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];
Returns
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;
Returns
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;
Returns
Type | Description |
boolean | Whether the databaseTableSpec 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;
Returns
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];
Returns
Type | Description |
boolean | Whether the integratedSystem 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;
Returns
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;
Returns
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 type listed in the `EntryType` enum.
For entries with `user_specified_type`, this field is optional and defaults
to an empty timestamp.
.google.cloud.datacatalog.v1.SystemTimestamps source_system_timestamps = 7;
Returns
Type | Description |
boolean | Whether the sourceSystemTimestamps field is set.
|
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;
Returns
Type | Description |
boolean | Whether the type field is set.
|
hasUsageSignal()
public boolean hasUsageSignal()
Output only. Resource usage statistics.
.google.cloud.datacatalog.v1.UsageSignal usage_signal = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
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;
Returns
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;
Returns
Type | Description |
boolean | Whether the userSpecifiedType field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilder()
public static Entry.Builder newBuilder()
Returns
newBuilder(Entry prototype)
public static Entry.Builder newBuilder(Entry prototype)
Parameter
Name | Description |
prototype | Entry
|
Returns
newBuilderForType()
public Entry.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Entry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
parseDelimitedFrom(InputStream input)
public static Entry parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Entry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Entry parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Entry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Entry parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Entry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static Entry parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Entry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static Entry parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Entry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Entry parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Entry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Entry> parser()
Returns
toBuilder()
public Entry.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions