Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
feat: Add methods and messages related to starring feature (#297)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 427140868

Source-Link: googleapis/googleapis@0f56b69

Source-Link: googleapis/googleapis-gen@5239850
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTIzOTg1MGVkOWFiMzYxMjViY2U5MmIzODE1YWVmYjZmZWRlODk2YiJ9

feat: Add methods and messages related to business context feature 
docs: add autogenerated code snippets
  • Loading branch information
gcf-owl-bot[bot] committed Feb 8, 2022
1 parent 4dc0dcb commit 650ad39
Show file tree
Hide file tree
Showing 206 changed files with 21,568 additions and 55 deletions.
20 changes: 20 additions & 0 deletions google/cloud/datacatalog/__init__.py
Expand Up @@ -34,8 +34,11 @@
from google.cloud.datacatalog_v1.types.bigquery import BigQueryConnectionSpec
from google.cloud.datacatalog_v1.types.bigquery import BigQueryRoutineSpec
from google.cloud.datacatalog_v1.types.bigquery import CloudSqlBigQueryConnectionSpec
from google.cloud.datacatalog_v1.types.common import PersonalDetails
from google.cloud.datacatalog_v1.types.common import IntegratedSystem
from google.cloud.datacatalog_v1.types.data_source import DataSource
from google.cloud.datacatalog_v1.types.datacatalog import BusinessContext
from google.cloud.datacatalog_v1.types.datacatalog import Contacts
from google.cloud.datacatalog_v1.types.datacatalog import CreateEntryGroupRequest
from google.cloud.datacatalog_v1.types.datacatalog import CreateEntryRequest
from google.cloud.datacatalog_v1.types.datacatalog import CreateTagRequest
Expand All @@ -50,6 +53,7 @@
from google.cloud.datacatalog_v1.types.datacatalog import DeleteTagTemplateRequest
from google.cloud.datacatalog_v1.types.datacatalog import Entry
from google.cloud.datacatalog_v1.types.datacatalog import EntryGroup
from google.cloud.datacatalog_v1.types.datacatalog import EntryOverview
from google.cloud.datacatalog_v1.types.datacatalog import GetEntryGroupRequest
from google.cloud.datacatalog_v1.types.datacatalog import GetEntryRequest
from google.cloud.datacatalog_v1.types.datacatalog import GetTagTemplateRequest
Expand All @@ -60,13 +64,19 @@
from google.cloud.datacatalog_v1.types.datacatalog import ListTagsRequest
from google.cloud.datacatalog_v1.types.datacatalog import ListTagsResponse
from google.cloud.datacatalog_v1.types.datacatalog import LookupEntryRequest
from google.cloud.datacatalog_v1.types.datacatalog import ModifyEntryContactsRequest
from google.cloud.datacatalog_v1.types.datacatalog import ModifyEntryOverviewRequest
from google.cloud.datacatalog_v1.types.datacatalog import (
RenameTagTemplateFieldEnumValueRequest,
)
from google.cloud.datacatalog_v1.types.datacatalog import RenameTagTemplateFieldRequest
from google.cloud.datacatalog_v1.types.datacatalog import RoutineSpec
from google.cloud.datacatalog_v1.types.datacatalog import SearchCatalogRequest
from google.cloud.datacatalog_v1.types.datacatalog import SearchCatalogResponse
from google.cloud.datacatalog_v1.types.datacatalog import StarEntryRequest
from google.cloud.datacatalog_v1.types.datacatalog import StarEntryResponse
from google.cloud.datacatalog_v1.types.datacatalog import UnstarEntryRequest
from google.cloud.datacatalog_v1.types.datacatalog import UnstarEntryResponse
from google.cloud.datacatalog_v1.types.datacatalog import UpdateEntryGroupRequest
from google.cloud.datacatalog_v1.types.datacatalog import UpdateEntryRequest
from google.cloud.datacatalog_v1.types.datacatalog import UpdateTagRequest
Expand Down Expand Up @@ -142,8 +152,11 @@
"BigQueryConnectionSpec",
"BigQueryRoutineSpec",
"CloudSqlBigQueryConnectionSpec",
"PersonalDetails",
"IntegratedSystem",
"DataSource",
"BusinessContext",
"Contacts",
"CreateEntryGroupRequest",
"CreateEntryRequest",
"CreateTagRequest",
Expand All @@ -158,6 +171,7 @@
"DeleteTagTemplateRequest",
"Entry",
"EntryGroup",
"EntryOverview",
"GetEntryGroupRequest",
"GetEntryRequest",
"GetTagTemplateRequest",
Expand All @@ -168,11 +182,17 @@
"ListTagsRequest",
"ListTagsResponse",
"LookupEntryRequest",
"ModifyEntryContactsRequest",
"ModifyEntryOverviewRequest",
"RenameTagTemplateFieldEnumValueRequest",
"RenameTagTemplateFieldRequest",
"RoutineSpec",
"SearchCatalogRequest",
"SearchCatalogResponse",
"StarEntryRequest",
"StarEntryResponse",
"UnstarEntryRequest",
"UnstarEntryResponse",
"UpdateEntryGroupRequest",
"UpdateEntryRequest",
"UpdateTagRequest",
Expand Down
20 changes: 20 additions & 0 deletions google/cloud/datacatalog_v1/__init__.py
Expand Up @@ -28,8 +28,11 @@
from .types.bigquery import BigQueryConnectionSpec
from .types.bigquery import BigQueryRoutineSpec
from .types.bigquery import CloudSqlBigQueryConnectionSpec
from .types.common import PersonalDetails
from .types.common import IntegratedSystem
from .types.data_source import DataSource
from .types.datacatalog import BusinessContext
from .types.datacatalog import Contacts
from .types.datacatalog import CreateEntryGroupRequest
from .types.datacatalog import CreateEntryRequest
from .types.datacatalog import CreateTagRequest
Expand All @@ -44,6 +47,7 @@
from .types.datacatalog import DeleteTagTemplateRequest
from .types.datacatalog import Entry
from .types.datacatalog import EntryGroup
from .types.datacatalog import EntryOverview
from .types.datacatalog import GetEntryGroupRequest
from .types.datacatalog import GetEntryRequest
from .types.datacatalog import GetTagTemplateRequest
Expand All @@ -54,11 +58,17 @@
from .types.datacatalog import ListTagsRequest
from .types.datacatalog import ListTagsResponse
from .types.datacatalog import LookupEntryRequest
from .types.datacatalog import ModifyEntryContactsRequest
from .types.datacatalog import ModifyEntryOverviewRequest
from .types.datacatalog import RenameTagTemplateFieldEnumValueRequest
from .types.datacatalog import RenameTagTemplateFieldRequest
from .types.datacatalog import RoutineSpec
from .types.datacatalog import SearchCatalogRequest
from .types.datacatalog import SearchCatalogResponse
from .types.datacatalog import StarEntryRequest
from .types.datacatalog import StarEntryResponse
from .types.datacatalog import UnstarEntryRequest
from .types.datacatalog import UnstarEntryResponse
from .types.datacatalog import UpdateEntryGroupRequest
from .types.datacatalog import UpdateEntryRequest
from .types.datacatalog import UpdateTagRequest
Expand Down Expand Up @@ -116,8 +126,10 @@
"BigQueryDateShardedSpec",
"BigQueryRoutineSpec",
"BigQueryTableSpec",
"BusinessContext",
"CloudSqlBigQueryConnectionSpec",
"ColumnSchema",
"Contacts",
"CreateEntryGroupRequest",
"CreateEntryRequest",
"CreatePolicyTagRequest",
Expand All @@ -139,6 +151,7 @@
"DeleteTaxonomyRequest",
"Entry",
"EntryGroup",
"EntryOverview",
"EntryType",
"ExportTaxonomiesRequest",
"ExportTaxonomiesResponse",
Expand All @@ -165,6 +178,9 @@
"ListTaxonomiesRequest",
"ListTaxonomiesResponse",
"LookupEntryRequest",
"ModifyEntryContactsRequest",
"ModifyEntryOverviewRequest",
"PersonalDetails",
"PolicyTag",
"PolicyTagManagerClient",
"PolicyTagManagerSerializationClient",
Expand All @@ -179,6 +195,8 @@
"SearchResultType",
"SerializedPolicyTag",
"SerializedTaxonomy",
"StarEntryRequest",
"StarEntryResponse",
"SystemTimestamps",
"TableSourceType",
"TableSpec",
Expand All @@ -187,6 +205,8 @@
"TagTemplate",
"TagTemplateField",
"Taxonomy",
"UnstarEntryRequest",
"UnstarEntryResponse",
"UpdateEntryGroupRequest",
"UpdateEntryRequest",
"UpdatePolicyTagRequest",
Expand Down
40 changes: 40 additions & 0 deletions google/cloud/datacatalog_v1/gapic_metadata.json
Expand Up @@ -100,6 +100,16 @@
"lookup_entry"
]
},
"ModifyEntryContacts": {
"methods": [
"modify_entry_contacts"
]
},
"ModifyEntryOverview": {
"methods": [
"modify_entry_overview"
]
},
"RenameTagTemplateField": {
"methods": [
"rename_tag_template_field"
Expand All @@ -120,11 +130,21 @@
"set_iam_policy"
]
},
"StarEntry": {
"methods": [
"star_entry"
]
},
"TestIamPermissions": {
"methods": [
"test_iam_permissions"
]
},
"UnstarEntry": {
"methods": [
"unstar_entry"
]
},
"UpdateEntry": {
"methods": [
"update_entry"
Expand Down Expand Up @@ -245,6 +265,16 @@
"lookup_entry"
]
},
"ModifyEntryContacts": {
"methods": [
"modify_entry_contacts"
]
},
"ModifyEntryOverview": {
"methods": [
"modify_entry_overview"
]
},
"RenameTagTemplateField": {
"methods": [
"rename_tag_template_field"
Expand All @@ -265,11 +295,21 @@
"set_iam_policy"
]
},
"StarEntry": {
"methods": [
"star_entry"
]
},
"TestIamPermissions": {
"methods": [
"test_iam_permissions"
]
},
"UnstarEntry": {
"methods": [
"unstar_entry"
]
},
"UpdateEntry": {
"methods": [
"update_entry"
Expand Down

0 comments on commit 650ad39

Please sign in to comment.