You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
feat: Added support for BigQuery connections entries feat: Added support for BigQuery routines entries feat: Added usage_signal field feat: Added labels field feat: Added ReplaceTaxonomy in Policy Tag Manager Serialization API feat: Added support for public tag templates feat: Added support for rich text tags docs: Documentation improvements (#587)
Copy file name to clipboardExpand all lines: google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/PolicyTagManagerSerializationClient.java
+97-28Lines changed: 97 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -27,22 +27,23 @@
27
27
28
28
// AUTO-GENERATED DOCUMENTATION AND CLASS.
29
29
/**
30
-
* Service Description: Policy Tag Manager serialization API service allows clients to manipulate
31
-
* their policy tags and taxonomies in serialized format, where taxonomy is a hierarchical group of
32
-
* policy tags.
30
+
* Service Description: Policy Tag Manager Serialization API service allows you to manipulate your
31
+
* policy tags and taxonomies in a serialized format.
32
+
*
33
+
* <p>Taxonomy is a hierarchical group of policy tags.
33
34
*
34
35
* <p>This class provides the ability to make remote calls to the backing service through method
35
36
* calls that map to API methods. Sample code to get started:
Copy file name to clipboardExpand all lines: google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/PolicyTagManagerSerializationSettings.java
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,16 +46,16 @@
46
46
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
47
47
* build() is called, the tree of builders is called to create the complete settings object.
48
48
*
49
-
* <p>For example, to set the total timeout of importTaxonomies to 30 seconds:
49
+
* <p>For example, to set the total timeout of replaceTaxonomy to 30 seconds:
Copy file name to clipboardExpand all lines: google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/stub/GrpcPolicyTagManagerSerializationStub.java
Copy file name to clipboardExpand all lines: google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/stub/PolicyTagManagerSerializationStub.java
0 commit comments