Skip to content

Commit

Permalink
docs: [google-cloud-datacatalog] mark DataplexTransferStatus.MIGRATED…
Browse files Browse the repository at this point in the history
… as deprecated (#12968)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 658048901

Source-Link:
googleapis/googleapis@7b2b605

Source-Link:
googleapis/googleapis-gen@e0d1ee7
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFjYXRhbG9nLy5Pd2xCb3QueWFtbCIsImgiOiJlMGQxZWU3MmE1ZGFlYWViMTRhYTJhYWIxMWFhOTljYzczMjg0MmRmIn0=

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people authored Jul 31, 2024
1 parent aee9f0e commit 6cebf3e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.20.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.20.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.20.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ class DataplexTransferStatus(proto.Enum):
TagTemplate and its tags are auto-copied to
Dataplex service. Visible in both services.
Editable in DataCatalog, read-only in Dataplex.
Deprecated: Individual TagTemplate migration is
deprecated in favor of organization or project
wide TagTemplate migration opt-in.
"""
DATAPLEX_TRANSFER_STATUS_UNSPECIFIED = 0
MIGRATED = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-datacatalog",
"version": "3.20.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-datacatalog",
"version": "3.20.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 6cebf3e

Please sign in to comment.