Class: Google::Cloud::DataCatalog::V1::Entry
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::Entry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
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.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#bigquery_date_sharded_spec ⇒ ::Google::Cloud::DataCatalog::V1::BigQueryDateShardedSpec
readonly
Output only.
-
#bigquery_table_spec ⇒ ::Google::Cloud::DataCatalog::V1::BigQueryTableSpec
readonly
Output only.
-
#business_context ⇒ ::Google::Cloud::DataCatalog::V1::BusinessContext
Business Context of the entry.
-
#cloud_bigtable_system_spec ⇒ ::Google::Cloud::DataCatalog::V1::CloudBigtableSystemSpec
Specification that applies to Cloud Bigtable system.
-
#data_source ⇒ ::Google::Cloud::DataCatalog::V1::DataSource
readonly
Output only.
-
#data_source_connection_spec ⇒ ::Google::Cloud::DataCatalog::V1::DataSourceConnectionSpec
Specification that applies to a data source connection.
-
#database_table_spec ⇒ ::Google::Cloud::DataCatalog::V1::DatabaseTableSpec
Specification that applies to a table resource.
-
#dataset_spec ⇒ ::Google::Cloud::DataCatalog::V1::DatasetSpec
Specification that applies to a dataset.
-
#description ⇒ ::String
Entry description that can consist of several sentences or paragraphs that describe entry contents.
-
#display_name ⇒ ::String
Display name of an entry.
-
#feature_online_store_spec ⇒ ::Google::Cloud::DataCatalog::V1::FeatureOnlineStoreSpec
FeatureonlineStore spec for Vertex AI Feature Store.
-
#fileset_spec ⇒ ::Google::Cloud::DataCatalog::V1::FilesetSpec
Specification that applies to a fileset resource.
-
#fully_qualified_name ⇒ ::String
Fully Qualified Name (FQN) of the resource.
-
#gcs_fileset_spec ⇒ ::Google::Cloud::DataCatalog::V1::GcsFilesetSpec
Specification that applies to a Cloud Storage fileset.
-
#integrated_system ⇒ ::Google::Cloud::DataCatalog::V1::IntegratedSystem
readonly
Output only.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Cloud labels attached to the entry.
-
#linked_resource ⇒ ::String
The resource this metadata entry refers to.
-
#looker_system_spec ⇒ ::Google::Cloud::DataCatalog::V1::LookerSystemSpec
Specification that applies to Looker sysstem.
-
#model_spec ⇒ ::Google::Cloud::DataCatalog::V1::ModelSpec
Model specification.
-
#name ⇒ ::String
readonly
Output only.
-
#personal_details ⇒ ::Google::Cloud::DataCatalog::V1::PersonalDetails
readonly
Output only.
-
#routine_spec ⇒ ::Google::Cloud::DataCatalog::V1::RoutineSpec
Specification that applies to a user-defined function or procedure.
-
#schema ⇒ ::Google::Cloud::DataCatalog::V1::Schema
Schema of the entry.
-
#service_spec ⇒ ::Google::Cloud::DataCatalog::V1::ServiceSpec
Specification that applies to a Service resource.
-
#source_system_timestamps ⇒ ::Google::Cloud::DataCatalog::V1::SystemTimestamps
Timestamps from the underlying resource, not from the Data Catalog entry.
-
#sql_database_system_spec ⇒ ::Google::Cloud::DataCatalog::V1::SqlDatabaseSystemSpec
Specification that applies to a relational database system.
-
#type ⇒ ::Google::Cloud::DataCatalog::V1::EntryType
The type of the entry.
-
#usage_signal ⇒ ::Google::Cloud::DataCatalog::V1::UsageSignal
Resource usage statistics.
-
#user_specified_system ⇒ ::String
Indicates the entry's source system that Data Catalog doesn't automatically integrate with.
-
#user_specified_type ⇒ ::String
Custom entry type that doesn't match any of the values allowed for input and listed in the
EntryType
enum.
Instance Attribute Details
#bigquery_date_sharded_spec ⇒ ::Google::Cloud::DataCatalog::V1::BigQueryDateShardedSpec (readonly)
Returns Output only. Specification for a group of BigQuery tables with
the [prefix]YYYYMMDD
name pattern.
For more information, see Introduction to partitioned tables.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#bigquery_table_spec ⇒ ::Google::Cloud::DataCatalog::V1::BigQueryTableSpec (readonly)
Returns Output only. Specification that applies to a BigQuery table. Valid only
for entries with the TABLE
type.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#business_context ⇒ ::Google::Cloud::DataCatalog::V1::BusinessContext
Returns Business Context of the entry. Not supported for BigQuery datasets.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#cloud_bigtable_system_spec ⇒ ::Google::Cloud::DataCatalog::V1::CloudBigtableSystemSpec
Returns Specification that applies to Cloud Bigtable system. Only settable when
integrated_system
is equal to CLOUD_BIGTABLE
.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#data_source ⇒ ::Google::Cloud::DataCatalog::V1::DataSource (readonly)
Returns Output only. Physical location of the entry.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#data_source_connection_spec ⇒ ::Google::Cloud::DataCatalog::V1::DataSourceConnectionSpec
Returns Specification that applies to a data source connection. Valid only
for entries with the DATA_SOURCE_CONNECTION
type.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#database_table_spec ⇒ ::Google::Cloud::DataCatalog::V1::DatabaseTableSpec
Returns Specification that applies to a table resource. Valid only
for entries with the TABLE
or EXPLORE
type.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#dataset_spec ⇒ ::Google::Cloud::DataCatalog::V1::DatasetSpec
Returns Specification that applies to a dataset.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#description ⇒ ::String
Returns 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.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#display_name ⇒ ::String
Returns Display name of an entry.
The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#feature_online_store_spec ⇒ ::Google::Cloud::DataCatalog::V1::FeatureOnlineStoreSpec
Returns FeatureonlineStore spec for Vertex AI Feature Store.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#fileset_spec ⇒ ::Google::Cloud::DataCatalog::V1::FilesetSpec
Returns Specification that applies to a fileset resource. Valid only
for entries with the FILESET
type.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#fully_qualified_name ⇒ ::String
Returns Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#gcs_fileset_spec ⇒ ::Google::Cloud::DataCatalog::V1::GcsFilesetSpec
Returns Specification that applies to a Cloud Storage fileset. Valid only
for entries with the FILESET
type.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#integrated_system ⇒ ::Google::Cloud::DataCatalog::V1::IntegratedSystem (readonly)
Returns Output only. Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns 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.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#linked_resource ⇒ ::String
Returns 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.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#looker_system_spec ⇒ ::Google::Cloud::DataCatalog::V1::LookerSystemSpec
Returns Specification that applies to Looker sysstem. Only settable when
user_specified_system
is equal to LOOKER
.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#model_spec ⇒ ::Google::Cloud::DataCatalog::V1::ModelSpec
Returns Model specification.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String (readonly)
Returns Output only. Identifier. 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.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#personal_details ⇒ ::Google::Cloud::DataCatalog::V1::PersonalDetails (readonly)
Returns Output only. Additional information related to the entry. Private to the current user.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#routine_spec ⇒ ::Google::Cloud::DataCatalog::V1::RoutineSpec
Returns Specification that applies to a user-defined function or procedure. Valid
only for entries with the ROUTINE
type.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#schema ⇒ ::Google::Cloud::DataCatalog::V1::Schema
Returns Schema of the entry. An entry might not have any schema attached to it.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#service_spec ⇒ ::Google::Cloud::DataCatalog::V1::ServiceSpec
Returns Specification that applies to a Service resource.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#source_system_timestamps ⇒ ::Google::Cloud::DataCatalog::V1::SystemTimestamps
Returns 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.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#sql_database_system_spec ⇒ ::Google::Cloud::DataCatalog::V1::SqlDatabaseSystemSpec
Returns Specification that applies to a relational database system. Only settable
when user_specified_system
is equal to SQL_DATABASE
.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#type ⇒ ::Google::Cloud::DataCatalog::V1::EntryType
Returns The type of the entry.
For details, see EntryType
.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#usage_signal ⇒ ::Google::Cloud::DataCatalog::V1::UsageSignal
Returns Resource usage statistics.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#user_specified_system ⇒ ::String
Returns 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.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#user_specified_type ⇒ ::String
Returns 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.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 595 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |