diff --git a/google/cloud/datacatalog_v1/__init__.py b/google/cloud/datacatalog_v1/__init__.py index c30e64d2..c4476222 100644 --- a/google/cloud/datacatalog_v1/__init__.py +++ b/google/cloud/datacatalog_v1/__init__.py @@ -26,8 +26,8 @@ if sys.version_info[:2] == (2, 7): message = ( - "A future version of this library will drop support for Python 2.7." - "More details about Python 2 support for Google Cloud Client Libraries" + "A future version of this library will drop support for Python 2.7. " + "More details about Python 2 support for Google Cloud Client Libraries " "can be found at https://cloud.google.com/python/docs/python2-sunset/" ) warnings.warn(message, DeprecationWarning) diff --git a/google/cloud/datacatalog_v1/proto/datacatalog_pb2.py b/google/cloud/datacatalog_v1/proto/datacatalog_pb2.py index 0ca389fb..ef10d680 100644 --- a/google/cloud/datacatalog_v1/proto/datacatalog_pb2.py +++ b/google/cloud/datacatalog_v1/proto/datacatalog_pb2.py @@ -2680,6 +2680,7 @@ "DESCRIPTOR": _SEARCHCATALOGREQUEST_SCOPE, "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """The criteria that select the subspace used for query matching. + Attributes: include_org_ids: The list of organization IDs to search within. To find your @@ -2719,6 +2720,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [SearchCatalog][google.cloud.datacatalog.v1.DataCa talog.SearchCatalog]. + Attributes: scope: Required. The scope of this search request. A ``scope`` that @@ -2766,6 +2768,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Response message for [SearchCatalog][google.cloud.datacatalog.v1.DataC atalog.SearchCatalog]. + Attributes: results: Search results. @@ -2792,6 +2795,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [CreateEntryGroup][google.cloud.datacatalog.v1.Dat aCatalog.CreateEntryGroup]. + Attributes: parent: Required. The name of the project this entry group is in. @@ -2819,6 +2823,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [UpdateEntryGroup][google.cloud.datacatalog.v1.Dat aCatalog.UpdateEntryGroup]. + Attributes: entry_group: Required. The updated entry group. “name” field must be set. @@ -2839,6 +2844,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [GetEntryGroup][google.cloud.datacatalog.v1.DataCa talog.GetEntryGroup]. + Attributes: name: Required. The name of the entry group. For example, ``projects @@ -2861,6 +2867,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [DeleteEntryGroup][google.cloud.datacatalog.v1.Dat aCatalog.DeleteEntryGroup]. + Attributes: name: Required. The name of the entry group. For example, ``projects @@ -2882,6 +2889,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [ListEntryGroups][google.cloud.datacatalog.v1.Data Catalog.ListEntryGroups]. + Attributes: parent: Required. The name of the location that contains the entry @@ -2908,6 +2916,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Response message for [ListEntryGroups][google.cloud.datacatalog.v1.Dat aCatalog.ListEntryGroups]. + Attributes: entry_groups: EntryGroup details. @@ -2928,6 +2937,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [CreateEntry][google.cloud.datacatalog.v1.DataCatalog.CreateEntry]. + Attributes: parent: Required. The name of the entry group this entry is in. @@ -2953,6 +2963,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [UpdateEntry][google.cloud.datacatalog.v1.DataCatalog.UpdateEntry]. + Attributes: entry: Required. The updated entry. The “name” field must be set. @@ -2981,6 +2992,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [DeleteEntry][google.cloud.datacatalog.v1.DataCatalog.DeleteEntry]. + Attributes: name: Required. The name of the entry. Example: - projects/{projec @@ -3000,6 +3012,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [GetEntry][google.cloud.datacatalog.v1.DataCatalog.GetEntry]. + Attributes: name: Required. The name of the entry. Example: - projects/{projec @@ -3019,6 +3032,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [LookupEntry][google.cloud.datacatalog.v1.DataCatalog.LookupEntry]. + Attributes: target_name: Required. Represents either the Google Cloud Platform resource @@ -3061,6 +3075,7 @@ resource details, such as its schema. An Entry can also be used to attach flexible metadata, such as a [Tag][google.cloud.datacatalog.v1.Tag]. + Attributes: name: The Data Catalog resource name of the entry in URL format. @@ -3152,6 +3167,7 @@ "__doc__": """EntryGroup Metadata. An EntryGroup resource represents a logical grouping of zero or more Data Catalog [Entry][google.cloud.datacatalog.v1.Entry] resources. + Attributes: name: The resource name of the entry group in URL format. Example: @@ -3183,6 +3199,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [CreateTagTemplate][google.cloud.datacatalog.v1.Da taCatalog.CreateTagTemplate]. + Attributes: parent: Required. The name of the project and the template location @@ -3207,6 +3224,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [GetTagTemplate][google.cloud.datacatalog.v1.DataC atalog.GetTagTemplate]. + Attributes: name: Required. The name of the tag template. Example: - projects/ @@ -3226,6 +3244,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [UpdateTagTemplate][google.cloud.datacatalog.v1.Da taCatalog.UpdateTagTemplate]. + Attributes: tag_template: Required. The template to update. The “name” field must be @@ -3248,6 +3267,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [DeleteTagTemplate][google.cloud.datacatalog.v1.Da taCatalog.DeleteTagTemplate]. + Attributes: name: Required. The name of the tag template to delete. Example: - @@ -3272,6 +3292,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [CreateTag][google.cloud.datacatalog.v1.DataCatalog.CreateTag]. + Attributes: parent: Required. The name of the resource to attach this tag to. Tags @@ -3295,6 +3316,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [UpdateTag][google.cloud.datacatalog.v1.DataCatalog.UpdateTag]. + Attributes: tag: Required. The updated tag. The “name” field must be set. @@ -3316,6 +3338,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [DeleteTag][google.cloud.datacatalog.v1.DataCatalog.DeleteTag]. + Attributes: name: Required. The name of the tag to delete. Example: - projects @@ -3335,6 +3358,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [CreateTagTemplateField][google.cloud.datacatalog. v1.DataCatalog.CreateTagTemplateField]. + Attributes: parent: Required. The name of the project and the template location @@ -3364,6 +3388,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [UpdateTagTemplateField][google.cloud.datacatalog. v1.DataCatalog.UpdateTagTemplateField]. + Attributes: name: Required. The name of the tag template field. Example: - pro @@ -3395,6 +3420,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [RenameTagTemplateField][google.cloud.datacatalog. v1.DataCatalog.RenameTagTemplateField]. + Attributes: name: Required. The name of the tag template. Example: - projects/ @@ -3417,6 +3443,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [DeleteTagTemplateField][google.cloud.datacatalog. v1.DataCatalog.DeleteTagTemplateField]. + Attributes: name: Required. The name of the tag template field to delete. @@ -3441,6 +3468,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [ListTags][google.cloud.datacatalog.v1.DataCatalog.ListTags]. + Attributes: parent: Required. The name of the Data Catalog resource to list the @@ -3470,6 +3498,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Response message for [ListTags][google.cloud.datacatalog.v1.DataCatalog.ListTags]. + Attributes: tags: [Tag][google.cloud.datacatalog.v1.Tag] details. @@ -3490,6 +3519,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Request message for [ListEntries][google.cloud.datacatalog.v1.DataCatalog.ListEntries]. + Attributes: parent: Required. The name of the entry group that contains the @@ -3522,6 +3552,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.datacatalog_pb2", "__doc__": """Response message for [ListEntries][google.cloud.datacatalog.v1.DataCatalog.ListEntries]. + Attributes: entries: Entry details. diff --git a/google/cloud/datacatalog_v1/proto/gcs_fileset_spec_pb2.py b/google/cloud/datacatalog_v1/proto/gcs_fileset_spec_pb2.py index aaae9a8a..27828664 100644 --- a/google/cloud/datacatalog_v1/proto/gcs_fileset_spec_pb2.py +++ b/google/cloud/datacatalog_v1/proto/gcs_fileset_spec_pb2.py @@ -187,11 +187,12 @@ "DESCRIPTOR": _GCSFILESETSPEC, "__module__": "google.cloud.datacatalog_v1.proto.gcs_fileset_spec_pb2", "__doc__": """Describes a Cloud Storage fileset entry. + Attributes: file_patterns: Required. Patterns to identify a set of files in Google Cloud - Storage. See `Cloud Storage documentation - `__ for more + Storage. See `Cloud Storage documentation `__ for more information. Note that bucket wildcards are currently not supported. Examples of valid file_patterns: - ``gs://bucket_name/dir/*``: matches all files within @@ -228,6 +229,7 @@ "DESCRIPTOR": _GCSFILESPEC, "__module__": "google.cloud.datacatalog_v1.proto.gcs_fileset_spec_pb2", "__doc__": """Specifications of a single file in Cloud Storage. + Attributes: file_path: Required. The full file path. Example: diff --git a/google/cloud/datacatalog_v1/proto/schema_pb2.py b/google/cloud/datacatalog_v1/proto/schema_pb2.py index 3f4bc69a..5f32f487 100644 --- a/google/cloud/datacatalog_v1/proto/schema_pb2.py +++ b/google/cloud/datacatalog_v1/proto/schema_pb2.py @@ -196,6 +196,7 @@ "DESCRIPTOR": _SCHEMA, "__module__": "google.cloud.datacatalog_v1.proto.schema_pb2", "__doc__": """Represents a schema (e.g. BigQuery, GoogleSQL, Avro schema). + Attributes: columns: Required. Schema of columns. A maximum of 10,000 columns and @@ -214,6 +215,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.schema_pb2", "__doc__": """Representation of a column within a schema. Columns could be nested inside other columns. + Attributes: column: Required. Name of the column. diff --git a/google/cloud/datacatalog_v1/proto/search_pb2.py b/google/cloud/datacatalog_v1/proto/search_pb2.py index 45ec16f6..0fa3ff18 100644 --- a/google/cloud/datacatalog_v1/proto/search_pb2.py +++ b/google/cloud/datacatalog_v1/proto/search_pb2.py @@ -262,6 +262,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.search_pb2", "__doc__": """A result that appears in the response of a search request. Each result captures details of one entry that matches the search. + Attributes: search_result_type: Type of the search result. This field can be used to determine diff --git a/google/cloud/datacatalog_v1/proto/table_spec_pb2.py b/google/cloud/datacatalog_v1/proto/table_spec_pb2.py index 1ee55cf0..d0d4f4e9 100644 --- a/google/cloud/datacatalog_v1/proto/table_spec_pb2.py +++ b/google/cloud/datacatalog_v1/proto/table_spec_pb2.py @@ -352,6 +352,7 @@ "DESCRIPTOR": _BIGQUERYTABLESPEC, "__module__": "google.cloud.datacatalog_v1.proto.table_spec_pb2", "__doc__": """Describes a BigQuery table. + Attributes: table_source_type: Output only. The table source type. @@ -376,6 +377,7 @@ "DESCRIPTOR": _VIEWSPEC, "__module__": "google.cloud.datacatalog_v1.proto.table_spec_pb2", "__doc__": """Table view specification. + Attributes: view_query: Output only. The query that defines the table view. @@ -392,6 +394,7 @@ "DESCRIPTOR": _TABLESPEC, "__module__": "google.cloud.datacatalog_v1.proto.table_spec_pb2", "__doc__": """Normal BigQuery table spec. + Attributes: grouped_entry: Output only. If the table is a dated shard, i.e., with name @@ -416,6 +419,7 @@ ``[prefix]YYYYMMDD``. Context: https://cloud.google.com/bigquery/docs/partitioned- tables#partitioning_versus_sharding + Attributes: dataset: Output only. The Data Catalog resource name of the dataset diff --git a/google/cloud/datacatalog_v1/proto/tags_pb2.py b/google/cloud/datacatalog_v1/proto/tags_pb2.py index ef38d620..da6eb3d1 100644 --- a/google/cloud/datacatalog_v1/proto/tags_pb2.py +++ b/google/cloud/datacatalog_v1/proto/tags_pb2.py @@ -963,6 +963,7 @@ `Data Catalog IAM `__ for information on the permissions needed to create or view tags. + Attributes: name: The resource name of the tag in URL format. Example: - proje @@ -1012,6 +1013,7 @@ "DESCRIPTOR": _TAGFIELD_ENUMVALUE, "__module__": "google.cloud.datacatalog_v1.proto.tags_pb2", "__doc__": """Holds an enum value. + Attributes: display_name: The display name of the enum value. @@ -1023,6 +1025,7 @@ "__module__": "google.cloud.datacatalog_v1.proto.tags_pb2", "__doc__": """Contains the value and supporting information for a field within a [Tag][google.cloud.datacatalog.v1.Tag]. + Attributes: display_name: Output only. The display name of this field. @@ -1078,6 +1081,7 @@ `__ role, which includes permission to use the tag template to tag resources. + Attributes: name: The resource name of the tag template in URL format. Example: @@ -1111,6 +1115,7 @@ "DESCRIPTOR": _TAGTEMPLATEFIELD, "__module__": "google.cloud.datacatalog_v1.proto.tags_pb2", "__doc__": """The template for an individual field within a tag template. + Attributes: name: Output only. The resource name of the tag template field in diff --git a/google/cloud/datacatalog_v1/proto/timestamps_pb2.py b/google/cloud/datacatalog_v1/proto/timestamps_pb2.py index d656830c..10cdf2cf 100644 --- a/google/cloud/datacatalog_v1/proto/timestamps_pb2.py +++ b/google/cloud/datacatalog_v1/proto/timestamps_pb2.py @@ -127,6 +127,7 @@ "DESCRIPTOR": _SYSTEMTIMESTAMPS, "__module__": "google.cloud.datacatalog_v1.proto.timestamps_pb2", "__doc__": """Timestamps about this resource according to a particular system. + Attributes: create_time: The creation time of the resource within the given system. diff --git a/google/cloud/datacatalog_v1beta1/__init__.py b/google/cloud/datacatalog_v1beta1/__init__.py index cf1b86f9..9610cbbd 100644 --- a/google/cloud/datacatalog_v1beta1/__init__.py +++ b/google/cloud/datacatalog_v1beta1/__init__.py @@ -30,8 +30,8 @@ if sys.version_info[:2] == (2, 7): message = ( - "A future version of this library will drop support for Python 2.7." - "More details about Python 2 support for Google Cloud Client Libraries" + "A future version of this library will drop support for Python 2.7. " + "More details about Python 2 support for Google Cloud Client Libraries " "can be found at https://cloud.google.com/python/docs/python2-sunset/" ) warnings.warn(message, DeprecationWarning) diff --git a/google/cloud/datacatalog_v1beta1/proto/datacatalog_pb2.py b/google/cloud/datacatalog_v1beta1/proto/datacatalog_pb2.py index d898f4f9..dd85fbce 100644 --- a/google/cloud/datacatalog_v1beta1/proto/datacatalog_pb2.py +++ b/google/cloud/datacatalog_v1beta1/proto/datacatalog_pb2.py @@ -2644,6 +2644,7 @@ "DESCRIPTOR": _SEARCHCATALOGREQUEST_SCOPE, "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """The criteria that select the subspace used for query matching. + Attributes: include_org_ids: The list of organization IDs to search within. To find your @@ -2667,6 +2668,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [SearchCatalog][google.cloud.datacatalog.v1beta1.D ataCatalog.SearchCatalog]. + Attributes: scope: Required. The scope of this search request. A ``scope`` that @@ -2714,6 +2716,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Response message for [SearchCatalog][google.cloud.datacatalog.v1beta1. DataCatalog.SearchCatalog]. + Attributes: results: Search results. @@ -2734,6 +2737,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [CreateEntryGroup][google.cloud.datacatalog.v1beta 1.DataCatalog.CreateEntryGroup]. + Attributes: parent: Required. The name of the project this entry group is in. @@ -2761,6 +2765,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [UpdateEntryGroup][google.cloud.datacatalog.v1beta 1.DataCatalog.UpdateEntryGroup]. + Attributes: entry_group: Required. The updated entry group. “name” field must be set. @@ -2781,6 +2786,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [GetEntryGroup][google.cloud.datacatalog.v1beta1.D ataCatalog.GetEntryGroup]. + Attributes: name: Required. The name of the entry group. For example, ``projects @@ -2803,6 +2809,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [DeleteEntryGroup][google.cloud.datacatalog.v1beta 1.DataCatalog.DeleteEntryGroup]. + Attributes: name: Required. The name of the entry group. For example, ``projects @@ -2824,6 +2831,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [ListEntryGroups][google.cloud.datacatalog.v1beta1 .DataCatalog.ListEntryGroups]. + Attributes: parent: Required. The name of the location that contains the entry @@ -2850,6 +2858,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Response message for [ListEntryGroups][google.cloud.datacatalog.v1beta 1.DataCatalog.ListEntryGroups]. + Attributes: entry_groups: EntryGroup details. @@ -2870,6 +2879,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [CreateEntry][google.cloud.datacatalog.v1beta1.Dat aCatalog.CreateEntry]. + Attributes: parent: Required. The name of the entry group this entry is in. @@ -2895,6 +2905,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [UpdateEntry][google.cloud.datacatalog.v1beta1.Dat aCatalog.UpdateEntry]. + Attributes: entry: Required. The updated entry. The “name” field must be set. @@ -2923,6 +2934,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [DeleteEntry][google.cloud.datacatalog.v1beta1.Dat aCatalog.DeleteEntry]. + Attributes: name: Required. The name of the entry. Example: - projects/{projec @@ -2942,6 +2954,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [GetEntry][google.cloud.datacatalog.v1beta1.DataCatalog.GetEntry]. + Attributes: name: Required. The name of the entry. Example: - projects/{projec @@ -2961,6 +2974,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [LookupEntry][google.cloud.datacatalog.v1beta1.Dat aCatalog.LookupEntry]. + Attributes: target_name: Required. Represents either the Google Cloud Platform resource @@ -3003,6 +3017,7 @@ resource details, such as its schema. An Entry can also be used to attach flexible metadata, such as a [Tag][google.cloud.datacatalog.v1beta1.Tag]. + Attributes: name: The Data Catalog resource name of the entry in URL format. @@ -3095,6 +3110,7 @@ "__doc__": """EntryGroup Metadata. An EntryGroup resource represents a logical grouping of zero or more Data Catalog [Entry][google.cloud.datacatalog.v1beta1.Entry] resources. + Attributes: name: The resource name of the entry group in URL format. Example: @@ -3126,6 +3142,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [CreateTagTemplate][google.cloud.datacatalog.v1bet a1.DataCatalog.CreateTagTemplate]. + Attributes: parent: Required. The name of the project and the template location @@ -3150,6 +3167,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [GetTagTemplate][google.cloud.datacatalog.v1beta1. DataCatalog.GetTagTemplate]. + Attributes: name: Required. The name of the tag template. Example: - projects/ @@ -3169,6 +3187,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [UpdateTagTemplate][google.cloud.datacatalog.v1bet a1.DataCatalog.UpdateTagTemplate]. + Attributes: tag_template: Required. The template to update. The “name” field must be @@ -3191,6 +3210,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [DeleteTagTemplate][google.cloud.datacatalog.v1bet a1.DataCatalog.DeleteTagTemplate]. + Attributes: name: Required. The name of the tag template to delete. Example: - @@ -3215,6 +3235,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [CreateTag][google.cloud.datacatalog.v1beta1.DataCatalog.CreateTag]. + Attributes: parent: Required. The name of the resource to attach this tag to. Tags @@ -3238,6 +3259,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [UpdateTag][google.cloud.datacatalog.v1beta1.DataCatalog.UpdateTag]. + Attributes: tag: Required. The updated tag. The “name” field must be set. @@ -3259,6 +3281,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [DeleteTag][google.cloud.datacatalog.v1beta1.DataCatalog.DeleteTag]. + Attributes: name: Required. The name of the tag to delete. Example: - projects @@ -3278,6 +3301,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [CreateTagTemplateField][google.cloud.datacatalog. v1beta1.DataCatalog.CreateTagTemplateField]. + Attributes: parent: Required. The name of the project and the template location @@ -3307,6 +3331,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [UpdateTagTemplateField][google.cloud.datacatalog. v1beta1.DataCatalog.UpdateTagTemplateField]. + Attributes: name: Required. The name of the tag template field. Example: - pro @@ -3338,6 +3363,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [RenameTagTemplateField][google.cloud.datacatalog. v1beta1.DataCatalog.RenameTagTemplateField]. + Attributes: name: Required. The name of the tag template. Example: - projects/ @@ -3360,6 +3386,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [DeleteTagTemplateField][google.cloud.datacatalog. v1beta1.DataCatalog.DeleteTagTemplateField]. + Attributes: name: Required. The name of the tag template field to delete. @@ -3384,6 +3411,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [ListTags][google.cloud.datacatalog.v1beta1.DataCatalog.ListTags]. + Attributes: parent: Required. The name of the Data Catalog resource to list the @@ -3413,6 +3441,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Response message for [ListTags][google.cloud.datacatalog.v1beta1.DataCatalog.ListTags]. + Attributes: tags: [Tag][google.cloud.datacatalog.v1beta1.Tag] details. @@ -3433,6 +3462,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Request message for [ListEntries][google.cloud.datacatalog.v1beta1.Dat aCatalog.ListEntries]. + Attributes: parent: Required. The name of the entry group that contains the @@ -3465,6 +3495,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.datacatalog_pb2", "__doc__": """Response message for [ListEntries][google.cloud.datacatalog.v1beta1.Da taCatalog.ListEntries]. + Attributes: entries: Entry details. diff --git a/google/cloud/datacatalog_v1beta1/proto/gcs_fileset_spec_pb2.py b/google/cloud/datacatalog_v1beta1/proto/gcs_fileset_spec_pb2.py index bb76f118..12387dfc 100644 --- a/google/cloud/datacatalog_v1beta1/proto/gcs_fileset_spec_pb2.py +++ b/google/cloud/datacatalog_v1beta1/proto/gcs_fileset_spec_pb2.py @@ -187,11 +187,12 @@ "DESCRIPTOR": _GCSFILESETSPEC, "__module__": "google.cloud.datacatalog_v1beta1.proto.gcs_fileset_spec_pb2", "__doc__": """Describes a Cloud Storage fileset entry. + Attributes: file_patterns: Required. Patterns to identify a set of files in Google Cloud - Storage. See `Cloud Storage documentation - `__ for more + Storage. See `Cloud Storage documentation `__ for more information. Note that bucket wildcards are currently not supported. Examples of valid file_patterns: - ``gs://bucket_name/dir/*``: matches all files within @@ -228,6 +229,7 @@ "DESCRIPTOR": _GCSFILESPEC, "__module__": "google.cloud.datacatalog_v1beta1.proto.gcs_fileset_spec_pb2", "__doc__": """Specifications of a single file in Cloud Storage. + Attributes: file_path: Required. The full file path. Example: diff --git a/google/cloud/datacatalog_v1beta1/proto/policytagmanager_pb2.py b/google/cloud/datacatalog_v1beta1/proto/policytagmanager_pb2.py index c436ae21..3866a3bc 100644 --- a/google/cloud/datacatalog_v1beta1/proto/policytagmanager_pb2.py +++ b/google/cloud/datacatalog_v1beta1/proto/policytagmanager_pb2.py @@ -1015,6 +1015,7 @@ policy tags denoting PII such as age, zipcode, and SSN. A data *origin* taxonomy could contain policy tags to distinguish user data, employee data, partner data, public data. + Attributes: name: Output only. Resource name of this taxonomy, whose format is: @@ -1049,6 +1050,7 @@ defined in a hierarchy. For example, consider the following hierarchy: Geolocation -> (LatLong, City, ZipCode). PolicyTag “Geolocation” contains three child policy tags: “LatLong”, “City”, and “ZipCode”. + Attributes: name: Output only. Resource name of this policy tag, whose format @@ -1090,6 +1092,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanager_pb2", "__doc__": """Request message for [CreateTaxonomy][google.cloud.datacatalog.v1beta1. PolicyTagManager.CreateTaxonomy]. + Attributes: parent: Required. Resource name of the project that the taxonomy will @@ -1110,6 +1113,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanager_pb2", "__doc__": """Request message for [DeleteTaxonomy][google.cloud.datacatalog.v1beta1. PolicyTagManager.DeleteTaxonomy]. + Attributes: name: Required. Resource name of the taxonomy to be deleted. All @@ -1128,6 +1132,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanager_pb2", "__doc__": """Request message for [UpdateTaxonomy][google.cloud.datacatalog.v1beta1. PolicyTagManager.UpdateTaxonomy]. + Attributes: taxonomy: The taxonomy to update. Only description, display_name, and @@ -1151,6 +1156,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanager_pb2", "__doc__": """Request message for [ListTaxonomies][google.cloud.datacatalog.v1beta1. PolicyTagManager.ListTaxonomies]. + Attributes: parent: Required. Resource name of the project to list the taxonomies @@ -1175,6 +1181,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanager_pb2", "__doc__": """Response message for [ListTaxonomies][google.cloud.datacatalog.v1beta1 .PolicyTagManager.ListTaxonomies]. + Attributes: taxonomies: Taxonomies that the project contains. @@ -1195,6 +1202,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanager_pb2", "__doc__": """Request message for [GetTaxonomy][google.cloud.datacatalog.v1beta1.Pol icyTagManager.GetTaxonomy]. + Attributes: name: Required. Resource name of the requested taxonomy. @@ -1212,6 +1220,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanager_pb2", "__doc__": """Request message for [CreatePolicyTag][google.cloud.datacatalog.v1beta1 .PolicyTagManager.CreatePolicyTag]. + Attributes: parent: Required. Resource name of the taxonomy that the policy tag @@ -1232,6 +1241,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanager_pb2", "__doc__": """Request message for [DeletePolicyTag][google.cloud.datacatalog.v1beta1 .PolicyTagManager.DeletePolicyTag]. + Attributes: name: Required. Resource name of the policy tag to be deleted. All @@ -1250,6 +1260,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanager_pb2", "__doc__": """Request message for [UpdatePolicyTag][google.cloud.datacatalog.v1beta1 .PolicyTagManager.UpdatePolicyTag]. + Attributes: policy_tag: The policy tag to update. Only the description, display_name, @@ -1278,6 +1289,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanager_pb2", "__doc__": """Request message for [ListPolicyTags][google.cloud.datacatalog.v1beta1. PolicyTagManager.ListPolicyTags]. + Attributes: parent: Required. Resource name of the taxonomy to list the policy @@ -1302,6 +1314,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanager_pb2", "__doc__": """Response message for [ListPolicyTags][google.cloud.datacatalog.v1beta1 .PolicyTagManager.ListPolicyTags]. + Attributes: policy_tags: The policy tags that are in the requested taxonomy. @@ -1322,6 +1335,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanager_pb2", "__doc__": """Request message for [GetPolicyTag][google.cloud.datacatalog.v1beta1.Po licyTagManager.GetPolicyTag]. + Attributes: name: Required. Resource name of the requested policy tag. diff --git a/google/cloud/datacatalog_v1beta1/proto/policytagmanagerserialization_pb2.py b/google/cloud/datacatalog_v1beta1/proto/policytagmanagerserialization_pb2.py index 6d613948..55fbe6ad 100644 --- a/google/cloud/datacatalog_v1beta1/proto/policytagmanagerserialization_pb2.py +++ b/google/cloud/datacatalog_v1beta1/proto/policytagmanagerserialization_pb2.py @@ -520,6 +520,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanagerserialization_pb2", "__doc__": """Message capturing a taxonomy and its policy tag hierarchy as a nested proto. Used for taxonomy import/export and mutation. + Attributes: display_name: Required. Display name of the taxonomy. Max 200 bytes when @@ -543,6 +544,7 @@ "DESCRIPTOR": _SERIALIZEDPOLICYTAG, "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanagerserialization_pb2", "__doc__": """Message representing one policy tag when exported as a nested proto. + Attributes: display_name: Required. Display name of the policy tag. Max 200 bytes when @@ -567,6 +569,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanagerserialization_pb2", "__doc__": """Request message for [ImportTaxonomies][google.cloud.datacatalog.v1beta 1.PolicyTagManagerSerialization.ImportTaxonomies]. + Attributes: parent: Required. Resource name of project that the newly created @@ -589,6 +592,7 @@ "DESCRIPTOR": _INLINESOURCE, "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanagerserialization_pb2", "__doc__": """Inline source used for taxonomies import. + Attributes: taxonomies: Required. Taxonomies to be imported. @@ -606,6 +610,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanagerserialization_pb2", "__doc__": """Response message for [ImportTaxonomies][google.cloud.datacatalog.v1bet a1.PolicyTagManagerSerialization.ImportTaxonomies]. + Attributes: taxonomies: Taxonomies that were imported. @@ -623,6 +628,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanagerserialization_pb2", "__doc__": """Request message for [ExportTaxonomies][google.cloud.datacatalog.v1beta 1.PolicyTagManagerSerialization.ExportTaxonomies]. + Attributes: parent: Required. Resource name of the project that taxonomies to be @@ -647,6 +653,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.policytagmanagerserialization_pb2", "__doc__": """Response message for [ExportTaxonomies][google.cloud.datacatalog.v1bet a1.PolicyTagManagerSerialization.ExportTaxonomies]. + Attributes: taxonomies: List of taxonomies and policy tags in a tree structure. diff --git a/google/cloud/datacatalog_v1beta1/proto/schema_pb2.py b/google/cloud/datacatalog_v1beta1/proto/schema_pb2.py index 68dbe7e8..9485c7f8 100644 --- a/google/cloud/datacatalog_v1beta1/proto/schema_pb2.py +++ b/google/cloud/datacatalog_v1beta1/proto/schema_pb2.py @@ -196,6 +196,7 @@ "DESCRIPTOR": _SCHEMA, "__module__": "google.cloud.datacatalog_v1beta1.proto.schema_pb2", "__doc__": """Represents a schema (e.g. BigQuery, GoogleSQL, Avro schema). + Attributes: columns: Required. Schema of columns. A maximum of 10,000 columns and @@ -214,6 +215,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.schema_pb2", "__doc__": """Representation of a column within a schema. Columns could be nested inside other columns. + Attributes: column: Required. Name of the column. diff --git a/google/cloud/datacatalog_v1beta1/proto/search_pb2.py b/google/cloud/datacatalog_v1beta1/proto/search_pb2.py index 0d38cb9d..ce38e790 100644 --- a/google/cloud/datacatalog_v1beta1/proto/search_pb2.py +++ b/google/cloud/datacatalog_v1beta1/proto/search_pb2.py @@ -198,6 +198,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.search_pb2", "__doc__": """A result that appears in the response of a search request. Each result captures details of one entry that matches the search. + Attributes: search_result_type: Type of the search result. This field can be used to determine diff --git a/google/cloud/datacatalog_v1beta1/proto/table_spec_pb2.py b/google/cloud/datacatalog_v1beta1/proto/table_spec_pb2.py index 40650407..875da600 100644 --- a/google/cloud/datacatalog_v1beta1/proto/table_spec_pb2.py +++ b/google/cloud/datacatalog_v1beta1/proto/table_spec_pb2.py @@ -352,6 +352,7 @@ "DESCRIPTOR": _BIGQUERYTABLESPEC, "__module__": "google.cloud.datacatalog_v1beta1.proto.table_spec_pb2", "__doc__": """Describes a BigQuery table. + Attributes: table_source_type: Output only. The table source type. @@ -376,6 +377,7 @@ "DESCRIPTOR": _VIEWSPEC, "__module__": "google.cloud.datacatalog_v1beta1.proto.table_spec_pb2", "__doc__": """Table view specification. + Attributes: view_query: Output only. The query that defines the table view. @@ -392,6 +394,7 @@ "DESCRIPTOR": _TABLESPEC, "__module__": "google.cloud.datacatalog_v1beta1.proto.table_spec_pb2", "__doc__": """Normal BigQuery table spec. + Attributes: grouped_entry: Output only. If the table is a dated shard, i.e., with name @@ -416,6 +419,7 @@ ``[prefix]YYYYMMDD``. Context: https://cloud.google.com/bigquery/docs/partitioned- tables#partitioning_versus_sharding + Attributes: dataset: Output only. The Data Catalog resource name of the dataset diff --git a/google/cloud/datacatalog_v1beta1/proto/tags_pb2.py b/google/cloud/datacatalog_v1beta1/proto/tags_pb2.py index 3591b00c..2d6c783e 100644 --- a/google/cloud/datacatalog_v1beta1/proto/tags_pb2.py +++ b/google/cloud/datacatalog_v1beta1/proto/tags_pb2.py @@ -963,6 +963,7 @@ `Data Catalog IAM `__ for information on the permissions needed to create or view tags. + Attributes: name: The resource name of the tag in URL format. Example: - proje @@ -1012,6 +1013,7 @@ "DESCRIPTOR": _TAGFIELD_ENUMVALUE, "__module__": "google.cloud.datacatalog_v1beta1.proto.tags_pb2", "__doc__": """Holds an enum value. + Attributes: display_name: The display name of the enum value. @@ -1023,6 +1025,7 @@ "__module__": "google.cloud.datacatalog_v1beta1.proto.tags_pb2", "__doc__": """Contains the value and supporting information for a field within a [Tag][google.cloud.datacatalog.v1beta1.Tag]. + Attributes: display_name: Output only. The display name of this field. @@ -1077,6 +1080,7 @@ `__ role, which includes permission to use the tag template to tag resources. + Attributes: name: The resource name of the tag template in URL format. Example: @@ -1110,6 +1114,7 @@ "DESCRIPTOR": _TAGTEMPLATEFIELD, "__module__": "google.cloud.datacatalog_v1beta1.proto.tags_pb2", "__doc__": """The template for an individual field within a tag template. + Attributes: name: Output only. The resource name of the tag template field in diff --git a/google/cloud/datacatalog_v1beta1/proto/timestamps_pb2.py b/google/cloud/datacatalog_v1beta1/proto/timestamps_pb2.py index cf73cd2e..c8cea0a4 100644 --- a/google/cloud/datacatalog_v1beta1/proto/timestamps_pb2.py +++ b/google/cloud/datacatalog_v1beta1/proto/timestamps_pb2.py @@ -127,6 +127,7 @@ "DESCRIPTOR": _SYSTEMTIMESTAMPS, "__module__": "google.cloud.datacatalog_v1beta1.proto.timestamps_pb2", "__doc__": """Timestamps about this resource according to a particular system. + Attributes: create_time: The creation time of the resource within the given system. diff --git a/synth.metadata b/synth.metadata index 0eb3503a..22af2a36 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,15 +4,15 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/python-datacatalog.git", - "sha": "9fcf86f026e29db264fee9a1b63701976ed5ade7" + "sha": "0b9167c0533fefd800021987aabdc42acd8d5293" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "c4e37010d74071851ff24121f522e802231ac86e", - "internalRef": "313460921" + "sha": "184661793fbe3b89f2b485c303e7466cef9d21a1", + "internalRef": "316182409" } }, {