oci-datacatalog 2.76.1 → 2.77.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (233) hide show
  1. package/lib/client.d.ts +154 -148
  2. package/lib/client.js +156 -147
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/attribute-summary.d.ts +2 -2
  5. package/lib/model/attribute-tag-summary.d.ts +1 -1
  6. package/lib/model/attribute-tag.d.ts +1 -1
  7. package/lib/model/attribute.d.ts +2 -2
  8. package/lib/model/base-tag-summary.d.ts +1 -1
  9. package/lib/model/base-tag.d.ts +1 -1
  10. package/lib/model/catalog-private-endpoint-summary.d.ts +3 -3
  11. package/lib/model/catalog-private-endpoint.d.ts +3 -3
  12. package/lib/model/catalog-summary.d.ts +3 -3
  13. package/lib/model/catalog.d.ts +3 -3
  14. package/lib/model/connection-summary.d.ts +1 -1
  15. package/lib/model/connection.d.ts +2 -2
  16. package/lib/model/create-attribute-details.d.ts +1 -1
  17. package/lib/model/create-catalog-details.d.ts +2 -2
  18. package/lib/model/create-catalog-private-endpoint-details.d.ts +2 -2
  19. package/lib/model/create-connection-details.d.ts +2 -2
  20. package/lib/model/create-custom-property-details.d.ts +1 -1
  21. package/lib/model/create-data-asset-details.d.ts +1 -1
  22. package/lib/model/create-entity-details.d.ts +1 -1
  23. package/lib/model/create-folder-details.d.ts +1 -1
  24. package/lib/model/create-job-definition-details.d.ts +1 -1
  25. package/lib/model/create-job-execution-details.d.ts +1 -1
  26. package/lib/model/create-metastore-details.d.ts +2 -2
  27. package/lib/model/create-pattern-details.d.ts +1 -1
  28. package/lib/model/custom-property-summary.d.ts +1 -1
  29. package/lib/model/custom-property.d.ts +2 -2
  30. package/lib/model/data-asset-summary.d.ts +1 -1
  31. package/lib/model/data-asset-tag-summary.d.ts +1 -1
  32. package/lib/model/data-asset-tag.d.ts +1 -1
  33. package/lib/model/data-asset.d.ts +2 -2
  34. package/lib/model/entity-lineage.d.ts +1 -1
  35. package/lib/model/entity-summary.d.ts +2 -2
  36. package/lib/model/entity-tag-summary.d.ts +1 -1
  37. package/lib/model/entity-tag.d.ts +1 -1
  38. package/lib/model/entity.d.ts +2 -2
  39. package/lib/model/event-config.d.ts +1 -1
  40. package/lib/model/folder-summary.d.ts +1 -1
  41. package/lib/model/folder-tag-summary.d.ts +1 -1
  42. package/lib/model/folder-tag.d.ts +1 -1
  43. package/lib/model/folder.d.ts +2 -2
  44. package/lib/model/glossary-summary.d.ts +1 -1
  45. package/lib/model/glossary-tree-element.d.ts +1 -1
  46. package/lib/model/glossary.d.ts +1 -1
  47. package/lib/model/job-definition-summary.d.ts +1 -1
  48. package/lib/model/job-definition.d.ts +2 -2
  49. package/lib/model/job-execution-summary.d.ts +1 -1
  50. package/lib/model/job-execution.d.ts +2 -2
  51. package/lib/model/job-log-summary.d.ts +1 -1
  52. package/lib/model/job-log.d.ts +1 -1
  53. package/lib/model/job-metric-summary.d.ts +1 -1
  54. package/lib/model/job-metric.d.ts +1 -1
  55. package/lib/model/job-summary.d.ts +2 -2
  56. package/lib/model/job.d.ts +2 -2
  57. package/lib/model/lineage-object.d.ts +1 -1
  58. package/lib/model/metastore-summary.d.ts +3 -3
  59. package/lib/model/metastore.d.ts +3 -3
  60. package/lib/model/namespace-summary.d.ts +1 -1
  61. package/lib/model/namespace.d.ts +1 -1
  62. package/lib/model/object-lineage.d.ts +1 -1
  63. package/lib/model/object-relationship.d.ts +1 -1
  64. package/lib/model/pattern-summary.d.ts +1 -1
  65. package/lib/model/pattern.d.ts +2 -2
  66. package/lib/model/process-recommendation-details.d.ts +2 -2
  67. package/lib/model/recommendation-details.d.ts +2 -2
  68. package/lib/model/rule-summary.d.ts +1 -1
  69. package/lib/model/search-result.d.ts +3 -3
  70. package/lib/model/term-relationship-summary.d.ts +1 -1
  71. package/lib/model/term-relationship.d.ts +1 -1
  72. package/lib/model/term-summary.d.ts +1 -1
  73. package/lib/model/term.d.ts +1 -1
  74. package/lib/model/type.d.ts +2 -2
  75. package/lib/model/update-attribute-details.d.ts +1 -1
  76. package/lib/model/update-catalog-details.d.ts +2 -2
  77. package/lib/model/update-catalog-private-endpoint-details.d.ts +2 -2
  78. package/lib/model/update-connection-details.d.ts +2 -2
  79. package/lib/model/update-custom-property-details.d.ts +1 -1
  80. package/lib/model/update-data-asset-details.d.ts +1 -1
  81. package/lib/model/update-entity-details.d.ts +1 -1
  82. package/lib/model/update-folder-details.d.ts +1 -1
  83. package/lib/model/update-job-definition-details.d.ts +1 -1
  84. package/lib/model/update-metastore-details.d.ts +2 -2
  85. package/lib/model/update-pattern-details.d.ts +1 -1
  86. package/lib/request/add-catalog-lock-request.d.ts +2 -2
  87. package/lib/request/add-catalog-private-endpoint-lock-request.d.ts +2 -2
  88. package/lib/request/add-data-selector-patterns-request.d.ts +2 -2
  89. package/lib/request/add-metastore-lock-request.d.ts +2 -2
  90. package/lib/request/associate-custom-property-request.d.ts +2 -2
  91. package/lib/request/asynchronous-export-glossary-request.d.ts +1 -1
  92. package/lib/request/attach-catalog-private-endpoint-request.d.ts +2 -2
  93. package/lib/request/change-catalog-compartment-request.d.ts +2 -2
  94. package/lib/request/change-catalog-private-endpoint-compartment-request.d.ts +2 -2
  95. package/lib/request/change-metastore-compartment-request.d.ts +2 -2
  96. package/lib/request/create-attribute-request.d.ts +1 -1
  97. package/lib/request/create-attribute-tag-request.d.ts +1 -1
  98. package/lib/request/create-catalog-private-endpoint-request.d.ts +1 -1
  99. package/lib/request/create-catalog-request.d.ts +1 -1
  100. package/lib/request/create-connection-request.d.ts +1 -1
  101. package/lib/request/create-custom-property-request.d.ts +1 -1
  102. package/lib/request/create-data-asset-request.d.ts +1 -1
  103. package/lib/request/create-data-asset-tag-request.d.ts +1 -1
  104. package/lib/request/create-entity-request.d.ts +1 -1
  105. package/lib/request/create-entity-tag-request.d.ts +1 -1
  106. package/lib/request/create-folder-request.d.ts +1 -1
  107. package/lib/request/create-folder-tag-request.d.ts +1 -1
  108. package/lib/request/create-glossary-request.d.ts +1 -1
  109. package/lib/request/create-job-definition-request.d.ts +1 -1
  110. package/lib/request/create-job-execution-request.d.ts +1 -1
  111. package/lib/request/create-job-request.d.ts +1 -1
  112. package/lib/request/create-metastore-request.d.ts +1 -1
  113. package/lib/request/create-namespace-request.d.ts +1 -1
  114. package/lib/request/create-pattern-request.d.ts +1 -1
  115. package/lib/request/create-term-relationship-request.d.ts +1 -1
  116. package/lib/request/create-term-request.d.ts +1 -1
  117. package/lib/request/delete-attribute-request.d.ts +2 -2
  118. package/lib/request/delete-attribute-tag-request.d.ts +2 -2
  119. package/lib/request/delete-catalog-private-endpoint-request.d.ts +2 -2
  120. package/lib/request/delete-catalog-request.d.ts +2 -2
  121. package/lib/request/delete-connection-request.d.ts +2 -2
  122. package/lib/request/delete-custom-property-request.d.ts +2 -2
  123. package/lib/request/delete-data-asset-request.d.ts +2 -2
  124. package/lib/request/delete-data-asset-tag-request.d.ts +2 -2
  125. package/lib/request/delete-entity-request.d.ts +2 -2
  126. package/lib/request/delete-entity-tag-request.d.ts +2 -2
  127. package/lib/request/delete-folder-request.d.ts +2 -2
  128. package/lib/request/delete-folder-tag-request.d.ts +2 -2
  129. package/lib/request/delete-glossary-request.d.ts +2 -2
  130. package/lib/request/delete-job-definition-request.d.ts +2 -2
  131. package/lib/request/delete-job-request.d.ts +2 -2
  132. package/lib/request/delete-metastore-request.d.ts +2 -2
  133. package/lib/request/delete-namespace-request.d.ts +2 -2
  134. package/lib/request/delete-pattern-request.d.ts +2 -2
  135. package/lib/request/delete-term-relationship-request.d.ts +2 -2
  136. package/lib/request/delete-term-request.d.ts +2 -2
  137. package/lib/request/detach-catalog-private-endpoint-request.d.ts +2 -2
  138. package/lib/request/disassociate-custom-property-request.d.ts +2 -2
  139. package/lib/request/expand-tree-for-glossary-request.d.ts +1 -1
  140. package/lib/request/export-glossary-request.d.ts +1 -1
  141. package/lib/request/fetch-entity-lineage-request.d.ts +2 -2
  142. package/lib/request/get-attribute-request.d.ts +1 -1
  143. package/lib/request/get-attribute-tag-request.d.ts +1 -1
  144. package/lib/request/get-catalog-private-endpoint-request.d.ts +1 -1
  145. package/lib/request/get-catalog-request.d.ts +1 -1
  146. package/lib/request/get-connection-request.d.ts +1 -1
  147. package/lib/request/get-custom-property-request.d.ts +1 -1
  148. package/lib/request/get-data-asset-request.d.ts +1 -1
  149. package/lib/request/get-data-asset-tag-request.d.ts +1 -1
  150. package/lib/request/get-entity-request.d.ts +1 -1
  151. package/lib/request/get-entity-tag-request.d.ts +1 -1
  152. package/lib/request/get-folder-request.d.ts +1 -1
  153. package/lib/request/get-folder-tag-request.d.ts +1 -1
  154. package/lib/request/get-glossary-request.d.ts +1 -1
  155. package/lib/request/get-job-definition-request.d.ts +1 -1
  156. package/lib/request/get-job-execution-request.d.ts +1 -1
  157. package/lib/request/get-job-log-request.d.ts +1 -1
  158. package/lib/request/get-job-metrics-request.d.ts +1 -1
  159. package/lib/request/get-job-request.d.ts +1 -1
  160. package/lib/request/get-metastore-request.d.ts +1 -1
  161. package/lib/request/get-namespace-request.d.ts +1 -1
  162. package/lib/request/get-pattern-request.d.ts +1 -1
  163. package/lib/request/get-term-relationship-request.d.ts +1 -1
  164. package/lib/request/get-term-request.d.ts +1 -1
  165. package/lib/request/get-type-request.d.ts +1 -1
  166. package/lib/request/get-work-request-request.d.ts +1 -1
  167. package/lib/request/import-connection-request.d.ts +2 -2
  168. package/lib/request/import-data-asset-request.d.ts +1 -1
  169. package/lib/request/import-glossary-request.d.ts +1 -1
  170. package/lib/request/list-aggregated-physical-entities-request.d.ts +1 -1
  171. package/lib/request/list-attribute-tags-request.d.ts +1 -1
  172. package/lib/request/list-attributes-request.d.ts +1 -1
  173. package/lib/request/list-catalog-private-endpoints-request.d.ts +1 -1
  174. package/lib/request/list-catalogs-request.d.ts +1 -1
  175. package/lib/request/list-connections-request.d.ts +1 -1
  176. package/lib/request/list-custom-properties-request.d.ts +1 -1
  177. package/lib/request/list-data-asset-tags-request.d.ts +1 -1
  178. package/lib/request/list-data-assets-request.d.ts +1 -1
  179. package/lib/request/list-derived-logical-entities-request.d.ts +2 -2
  180. package/lib/request/list-entities-request.d.ts +1 -1
  181. package/lib/request/list-entity-tags-request.d.ts +1 -1
  182. package/lib/request/list-folder-tags-request.d.ts +1 -1
  183. package/lib/request/list-folders-request.d.ts +1 -1
  184. package/lib/request/list-glossaries-request.d.ts +1 -1
  185. package/lib/request/list-job-definitions-request.d.ts +1 -1
  186. package/lib/request/list-job-executions-request.d.ts +1 -1
  187. package/lib/request/list-job-logs-request.d.ts +1 -1
  188. package/lib/request/list-job-metrics-request.d.ts +1 -1
  189. package/lib/request/list-jobs-request.d.ts +2 -2
  190. package/lib/request/list-metastores-request.d.ts +1 -1
  191. package/lib/request/list-namespaces-request.d.ts +1 -1
  192. package/lib/request/list-patterns-request.d.ts +1 -1
  193. package/lib/request/list-rules-request.d.ts +1 -1
  194. package/lib/request/list-tags-request.d.ts +1 -1
  195. package/lib/request/list-term-relationships-request.d.ts +1 -1
  196. package/lib/request/list-terms-request.d.ts +1 -1
  197. package/lib/request/list-types-request.d.ts +1 -1
  198. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  199. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  200. package/lib/request/list-work-requests-request.d.ts +1 -1
  201. package/lib/request/object-stats-request.d.ts +1 -1
  202. package/lib/request/parse-connection-request.d.ts +1 -1
  203. package/lib/request/process-recommendation-request.d.ts +2 -2
  204. package/lib/request/recommendations-request.d.ts +1 -1
  205. package/lib/request/remove-catalog-lock-request.d.ts +2 -2
  206. package/lib/request/remove-catalog-private-endpoint-lock-request.d.ts +2 -2
  207. package/lib/request/remove-data-selector-patterns-request.d.ts +2 -2
  208. package/lib/request/remove-metastore-lock-request.d.ts +2 -2
  209. package/lib/request/search-criteria-request.d.ts +1 -1
  210. package/lib/request/suggest-matches-request.d.ts +1 -1
  211. package/lib/request/synchronous-export-data-asset-request.d.ts +1 -1
  212. package/lib/request/test-connection-request.d.ts +1 -1
  213. package/lib/request/update-attribute-request.d.ts +2 -2
  214. package/lib/request/update-catalog-private-endpoint-request.d.ts +2 -2
  215. package/lib/request/update-catalog-request.d.ts +2 -2
  216. package/lib/request/update-connection-request.d.ts +2 -2
  217. package/lib/request/update-custom-property-request.d.ts +2 -2
  218. package/lib/request/update-data-asset-request.d.ts +2 -2
  219. package/lib/request/update-entity-request.d.ts +2 -2
  220. package/lib/request/update-folder-request.d.ts +2 -2
  221. package/lib/request/update-glossary-request.d.ts +2 -2
  222. package/lib/request/update-job-definition-request.d.ts +2 -2
  223. package/lib/request/update-job-request.d.ts +2 -2
  224. package/lib/request/update-metastore-request.d.ts +2 -2
  225. package/lib/request/update-namespace-request.d.ts +2 -2
  226. package/lib/request/update-pattern-request.d.ts +2 -2
  227. package/lib/request/update-term-relationship-request.d.ts +2 -2
  228. package/lib/request/update-term-request.d.ts +2 -2
  229. package/lib/request/upload-credentials-request.d.ts +2 -2
  230. package/lib/request/users-request.d.ts +1 -1
  231. package/lib/request/validate-connection-request.d.ts +1 -1
  232. package/lib/request/validate-pattern-request.d.ts +1 -1
  233. package/package.json +3 -3
@@ -79,7 +79,7 @@ export interface AttributeSummary {
79
79
  "lifecycleDetails"?: string;
80
80
  /**
81
81
  * The date and time the attribute was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
82
- * Example: `2019-03-25T21:10:29.600Z`
82
+ * Example: {@code 2019-03-25T21:10:29.600Z}
83
83
  *
84
84
  */
85
85
  "timeCreated"?: Date;
@@ -144,7 +144,7 @@ export interface AttributeSummary {
144
144
  * definition defines it's set of required and optional properties. The map keys are category names and the
145
145
  * values are maps of property name to property value. Every property is contained inside of a category. Most
146
146
  * attributes have required properties within the \"default\" category.
147
- * Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
147
+ * Example: {@code {\"properties\": { \"default\": { \"key1\": \"value1\"}}}}
148
148
  *
149
149
  */
150
150
  "properties"?: {
@@ -27,7 +27,7 @@ export interface AttributeTagSummary {
27
27
  "key": string;
28
28
  /**
29
29
  * The date and time the tag was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
30
- * Example: `2019-03-25T21:10:29.600Z`
30
+ * Example: {@code 2019-03-25T21:10:29.600Z}
31
31
  *
32
32
  */
33
33
  "timeCreated"?: Date;
@@ -47,7 +47,7 @@ export interface AttributeTag {
47
47
  "lifecycleState"?: model.LifecycleState;
48
48
  /**
49
49
  * The date and time the tag was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
50
- * Example: `2019-03-25T21:10:29.600Z`
50
+ * Example: {@code 2019-03-25T21:10:29.600Z}
51
51
  *
52
52
  */
53
53
  "timeCreated"?: Date;
@@ -53,7 +53,7 @@ export interface Attribute {
53
53
  "lifecycleDetails"?: string;
54
54
  /**
55
55
  * The date and time the attribute was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
56
- * Example: `2019-03-25T21:10:29.600Z`
56
+ * Example: {@code 2019-03-25T21:10:29.600Z}
57
57
  *
58
58
  */
59
59
  "timeCreated"?: Date;
@@ -170,7 +170,7 @@ export interface Attribute {
170
170
  * definition defines it's set of required and optional properties. The map keys are category names and the
171
171
  * values are maps of property name to property value. Every property is contained inside of a category. Most
172
172
  * attributes have required properties within the \"default\" category.
173
- * Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
173
+ * Example: {@code {\"properties\": { \"default\": { \"key1\": \"value1\"}}}}
174
174
  *
175
175
  */
176
176
  "properties"?: {
@@ -23,7 +23,7 @@ export interface BaseTagSummary {
23
23
  "key": string;
24
24
  /**
25
25
  * The date and time the tag was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
26
- * Example: `2019-03-25T21:10:29.600Z`
26
+ * Example: {@code 2019-03-25T21:10:29.600Z}
27
27
  *
28
28
  */
29
29
  "timeCreated"?: Date;
@@ -43,7 +43,7 @@ export interface BaseTag {
43
43
  "lifecycleState"?: model.LifecycleState;
44
44
  /**
45
45
  * The date and time the tag was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
46
- * Example: `2019-03-25T21:10:29.600Z`
46
+ * Example: {@code 2019-03-25T21:10:29.600Z}
47
47
  *
48
48
  */
49
49
  "timeCreated"?: Date;
@@ -53,7 +53,7 @@ export interface CatalogPrivateEndpointSummary {
53
53
  "lifecycleDetails"?: string;
54
54
  /**
55
55
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
56
- * Example: `{\"bar-key\": \"value\"}`
56
+ * Example: {@code {\"bar-key\": \"value\"}}
57
57
  *
58
58
  */
59
59
  "freeformTags"?: {
@@ -64,7 +64,7 @@ export interface CatalogPrivateEndpointSummary {
64
64
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
65
65
  * System tags can be viewed by users, but can only be created by the system.
66
66
  * <p>
67
- Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
67
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
68
68
  *
69
69
  */
70
70
  "systemTags"?: {
@@ -74,7 +74,7 @@ export interface CatalogPrivateEndpointSummary {
74
74
  };
75
75
  /**
76
76
  * Usage of predefined tag keys. These predefined keys are scoped to namespaces.
77
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
77
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
78
78
  *
79
79
  */
80
80
  "definedTags"?: {
@@ -49,7 +49,7 @@ export interface CatalogPrivateEndpoint {
49
49
  "timeUpdated"?: Date;
50
50
  /**
51
51
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
52
- * Example: `{\"bar-key\": \"value\"}`
52
+ * Example: {@code {\"bar-key\": \"value\"}}
53
53
  *
54
54
  */
55
55
  "freeformTags"?: {
@@ -60,7 +60,7 @@ export interface CatalogPrivateEndpoint {
60
60
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
61
61
  * System tags can be viewed by users, but can only be created by the system.
62
62
  * <p>
63
- Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
63
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
64
64
  *
65
65
  */
66
66
  "systemTags"?: {
@@ -70,7 +70,7 @@ export interface CatalogPrivateEndpoint {
70
70
  };
71
71
  /**
72
72
  * Usage of predefined tag keys. These predefined keys are scoped to namespaces.
73
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
73
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
74
74
  *
75
75
  */
76
76
  "definedTags"?: {
@@ -51,7 +51,7 @@ export interface CatalogSummary {
51
51
  "lifecycleDetails"?: string;
52
52
  /**
53
53
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
54
- * Example: `{\"bar-key\": \"value\"}`
54
+ * Example: {@code {\"bar-key\": \"value\"}}
55
55
  *
56
56
  */
57
57
  "freeformTags"?: {
@@ -62,7 +62,7 @@ export interface CatalogSummary {
62
62
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
63
63
  * System tags can be viewed by users, but can only be created by the system.
64
64
  * <p>
65
- Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
65
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
66
66
  *
67
67
  */
68
68
  "systemTags"?: {
@@ -72,7 +72,7 @@ export interface CatalogSummary {
72
72
  };
73
73
  /**
74
74
  * Usage of predefined tag keys. These predefined keys are scoped to namespaces.
75
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
75
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
76
76
  *
77
77
  */
78
78
  "definedTags"?: {
@@ -63,7 +63,7 @@ export interface Catalog {
63
63
  "lifecycleDetails"?: string;
64
64
  /**
65
65
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
66
- * Example: `{\"bar-key\": \"value\"}`
66
+ * Example: {@code {\"bar-key\": \"value\"}}
67
67
  *
68
68
  */
69
69
  "freeformTags"?: {
@@ -74,7 +74,7 @@ export interface Catalog {
74
74
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
75
75
  * System tags can be viewed by users, but can only be created by the system.
76
76
  * <p>
77
- Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
77
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
78
78
  *
79
79
  */
80
80
  "systemTags"?: {
@@ -84,7 +84,7 @@ export interface Catalog {
84
84
  };
85
85
  /**
86
86
  * Usage of predefined tag keys. These predefined keys are scoped to namespaces.
87
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
87
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
88
88
  *
89
89
  */
90
90
  "definedTags"?: {
@@ -57,7 +57,7 @@ export interface ConnectionSummary {
57
57
  "isDefault"?: boolean;
58
58
  /**
59
59
  * The date and time the connection was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
60
- * Example: `2019-03-25T21:10:29.600Z`
60
+ * Example: {@code 2019-03-25T21:10:29.600Z}
61
61
  *
62
62
  */
63
63
  "timeCreated"?: Date;
@@ -33,7 +33,7 @@ export interface Connection {
33
33
  "displayName"?: string;
34
34
  /**
35
35
  * The date and time the connection was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
36
- * Example: `2019-03-25T21:10:29.600Z`
36
+ * Example: {@code 2019-03-25T21:10:29.600Z}
37
37
  *
38
38
  */
39
39
  "timeCreated"?: Date;
@@ -59,7 +59,7 @@ export interface Connection {
59
59
  * definition defines it's set of required and optional properties. The map keys are category names and the
60
60
  * values are maps of property name to property value. Every property is contained inside of a category. Most
61
61
  * connections have required properties within the \"default\" category.
62
- * Example: `{\"properties\": { \"default\": { \"username\": \"user1\"}}}`
62
+ * Example: {@code {\"properties\": { \"default\": { \"username\": \"user1\"}}}}
63
63
  *
64
64
  */
65
65
  "properties"?: {
@@ -98,7 +98,7 @@ export interface CreateAttributeDetails {
98
98
  * optional properties for an attribute type, a query can be done on '/types?type=attribute' that returns a
99
99
  * collection of all attribute types. The appropriate attribute type, which will include definitions of all
100
100
  * of it's properties, can be identified from this collection.
101
- * Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
101
+ * Example: {@code {\"properties\": { \"default\": { \"key1\": \"value1\"}}}}
102
102
  *
103
103
  */
104
104
  "properties"?: {
@@ -26,7 +26,7 @@ export interface CreateCatalogDetails {
26
26
  "compartmentId": string;
27
27
  /**
28
28
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
29
- * Example: `{\"bar-key\": \"value\"}`
29
+ * Example: {@code {\"bar-key\": \"value\"}}
30
30
  *
31
31
  */
32
32
  "freeformTags"?: {
@@ -34,7 +34,7 @@ export interface CreateCatalogDetails {
34
34
  };
35
35
  /**
36
36
  * Usage of predefined tag keys. These predefined keys are scoped to namespaces.
37
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
37
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
38
38
  *
39
39
  */
40
40
  "definedTags"?: {
@@ -33,7 +33,7 @@ export interface CreateCatalogPrivateEndpointDetails {
33
33
  "compartmentId": string;
34
34
  /**
35
35
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
36
- * Example: `{\"bar-key\": \"value\"}`
36
+ * Example: {@code {\"bar-key\": \"value\"}}
37
37
  *
38
38
  */
39
39
  "freeformTags"?: {
@@ -41,7 +41,7 @@ export interface CreateCatalogPrivateEndpointDetails {
41
41
  };
42
42
  /**
43
43
  * Usage of predefined tag keys. These predefined keys are scoped to namespaces.
44
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
44
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
45
45
  *
46
46
  */
47
47
  "definedTags"?: {
@@ -43,7 +43,7 @@ export interface CreateConnectionDetails {
43
43
  * required properties for a connection type, a query can be done on '/types?type=connection' that returns a
44
44
  * collection of all connection types. The appropriate connection type, which will include definitions of all
45
45
  * of it's properties, can be identified from this collection.
46
- * Example: `{\"properties\": { \"default\": { \"username\": \"user1\"}}}`
46
+ * Example: {@code {\"properties\": { \"default\": { \"username\": \"user1\"}}}}
47
47
  *
48
48
  */
49
49
  "properties": {
@@ -59,7 +59,7 @@ export interface CreateConnectionDetails {
59
59
  * To determine the set of optional and required properties for a connection type, a query can be done
60
60
  * on '/types?type=connection' that returns a collection of all connection types. The appropriate connection
61
61
  * type, which will include definitions of all of it's properties, can be identified from this collection.
62
- * Example: `{\"encProperties\": { \"default\": { \"password\": \"example-password\"}}}`
62
+ * Example: {@code {\"encProperties\": { \"default\": { \"password\": \"example-password\"}}}}
63
63
  *
64
64
  */
65
65
  "encProperties"?: {
@@ -75,7 +75,7 @@ export interface CreateCustomPropertyDetails {
75
75
  * required properties for a data asset type, a query can be done on '/types?type=dataAsset' that returns a
76
76
  * collection of all data asset types. The appropriate data asset type, which includes definitions of all of
77
77
  * it's properties, can be identified from this collection.
78
- * Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
78
+ * Example: {@code {\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}}
79
79
  *
80
80
  */
81
81
  "properties"?: {
@@ -43,7 +43,7 @@ export interface CreateDataAssetDetails {
43
43
  * required properties for a data asset type, a query can be done on '/types?type=dataAsset' that returns a
44
44
  * collection of all data asset types. The appropriate data asset type, which includes definitions of all of
45
45
  * it's properties, can be identified from this collection.
46
- * Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
46
+ * Example: {@code {\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}}
47
47
  *
48
48
  */
49
49
  "properties"?: {
@@ -83,7 +83,7 @@ export interface CreateEntityDetails {
83
83
  * optional properties for an entity type, a query can be done on '/types?type=dataEntity' that returns a
84
84
  * collection of all entity types. The appropriate entity type, which includes definitions of all of
85
85
  * it's properties, can be identified from this collection.
86
- * Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
86
+ * Example: {@code {\"properties\": { \"default\": { \"key1\": \"value1\"}}}}
87
87
  *
88
88
  */
89
89
  "properties"?: {
@@ -43,7 +43,7 @@ export interface CreateFolderDetails {
43
43
  * required properties for a folder type, a query can be done on '/types?type=folder' that returns a
44
44
  * collection of all folder types. The appropriate folder type, which includes definitions of all of
45
45
  * it's properties, can be identified from this collection.
46
- * Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
46
+ * Example: {@code {\"properties\": { \"default\": { \"key1\": \"value1\"}}}}
47
47
  *
48
48
  */
49
49
  "properties"?: {
@@ -63,7 +63,7 @@ export interface CreateJobDefinitionDetails {
63
63
  * definition may define it's set of required and optional properties. The map keys are category names and the
64
64
  * values are maps of property name to property value. Every property is contained inside of a category. Most
65
65
  * job definitions have required properties within the \"default\" category.
66
- * Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
66
+ * Example: {@code {\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}}
67
67
  *
68
68
  */
69
69
  "properties"?: {
@@ -80,7 +80,7 @@ export interface CreateJobExecutionDetails {
80
80
  * execution may define it's set of required and optional properties. The map keys are category names and the
81
81
  * values are maps of property name to property value. Every property is contained inside of a category. Most
82
82
  * job executions have required properties within the \"default\" category.
83
- * Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
83
+ * Example: {@code {\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}}
84
84
  *
85
85
  */
86
86
  "properties"?: {
@@ -38,7 +38,7 @@ export interface CreateMetastoreDetails {
38
38
  "defaultExternalTableLocation": string;
39
39
  /**
40
40
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
41
- * Example: `{\"bar-key\": \"value\"}`
41
+ * Example: {@code {\"bar-key\": \"value\"}}
42
42
  *
43
43
  */
44
44
  "freeformTags"?: {
@@ -46,7 +46,7 @@ export interface CreateMetastoreDetails {
46
46
  };
47
47
  /**
48
48
  * Usage of predefined tag keys. These predefined keys are scoped to namespaces.
49
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
49
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
50
50
  *
51
51
  */
52
52
  "definedTags"?: {
@@ -64,7 +64,7 @@ export interface CreatePatternDetails {
64
64
  /**
65
65
  * A map of maps that contains the properties which are specific to the pattern type. Each pattern type
66
66
  * definition defines it's set of required and optional properties.
67
- * Example: `{\"properties\": { \"default\": { \"tbd\"}}}`
67
+ * Example: {@code {\"properties\": { \"default\": { \"tbd\"}}}}
68
68
  *
69
69
  */
70
70
  "properties"?: {
@@ -72,7 +72,7 @@ export interface CustomPropertySummary {
72
72
  "isHiddenInSearch"?: boolean;
73
73
  /**
74
74
  * The date and time the custom property was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
75
- * Example: `2019-03-25T21:10:29.600Z`
75
+ * Example: {@code 2019-03-25T21:10:29.600Z}
76
76
  *
77
77
  */
78
78
  "timeCreated"?: Date;
@@ -80,7 +80,7 @@ export interface CustomProperty {
80
80
  "lifecycleState"?: model.LifecycleState;
81
81
  /**
82
82
  * The date and time the custom property was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
83
- * Example: `2019-03-25T21:10:29.600Z`
83
+ * Example: {@code 2019-03-25T21:10:29.600Z}
84
84
  *
85
85
  */
86
86
  "timeCreated"?: Date;
@@ -122,7 +122,7 @@ export interface CustomProperty {
122
122
  * definition defines it's set of required and optional properties. The map keys are category names and the
123
123
  * values are maps of property name to property value. Every property is contained inside of a category. Most
124
124
  * data assets have required properties within the \"default\" category.
125
- * Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
125
+ * Example: {@code {\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}}
126
126
  *
127
127
  */
128
128
  "properties"?: {
@@ -49,7 +49,7 @@ export interface DataAssetSummary {
49
49
  "uri"?: string;
50
50
  /**
51
51
  * The date and time the data asset was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
52
- * Example: `2019-03-25T21:10:29.600Z`
52
+ * Example: {@code 2019-03-25T21:10:29.600Z}
53
53
  *
54
54
  */
55
55
  "timeCreated"?: Date;
@@ -27,7 +27,7 @@ export interface DataAssetTagSummary {
27
27
  "key": string;
28
28
  /**
29
29
  * The date and time the tag was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
30
- * Example: `2019-03-25T21:10:29.600Z`
30
+ * Example: {@code 2019-03-25T21:10:29.600Z}
31
31
  *
32
32
  */
33
33
  "timeCreated"?: Date;
@@ -47,7 +47,7 @@ export interface DataAssetTag {
47
47
  "lifecycleState"?: model.LifecycleState;
48
48
  /**
49
49
  * The date and time the tag was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
50
- * Example: `2019-03-25T21:10:29.600Z`
50
+ * Example: {@code 2019-03-25T21:10:29.600Z}
51
51
  *
52
52
  */
53
53
  "timeCreated"?: Date;
@@ -59,7 +59,7 @@ export interface DataAsset {
59
59
  "lifecycleDetails"?: string;
60
60
  /**
61
61
  * The date and time the data asset was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
62
- * Example: `2019-03-25T21:10:29.600Z`
62
+ * Example: {@code 2019-03-25T21:10:29.600Z}
63
63
  *
64
64
  */
65
65
  "timeCreated"?: Date;
@@ -98,7 +98,7 @@ export interface DataAsset {
98
98
  * definition defines it's set of required and optional properties. The map keys are category names and the
99
99
  * values are maps of property name to property value. Every property is contained inside of a category. Most
100
100
  * data assets have required properties within the \"default\" category.
101
- * Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
101
+ * Example: {@code {\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}}
102
102
  *
103
103
  */
104
104
  "properties"?: {
@@ -38,7 +38,7 @@ export interface EntityLineage {
38
38
  * A map of maps that contains additional information in explanation of the lineage returned. The map keys are
39
39
  * categories of information and the values are maps of annotation names to their corresponding values.
40
40
  * Every annotation is contained inside a category.
41
- * Example: `{\"annotations\": { \"category\": { \"key\": \"value\"}}}`
41
+ * Example: {@code {\"annotations\": { \"category\": { \"key\": \"value\"}}}}
42
42
  *
43
43
  */
44
44
  "annotations"?: {
@@ -82,7 +82,7 @@ export interface EntitySummary {
82
82
  "path"?: string;
83
83
  /**
84
84
  * The date and time the data entity was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
85
- * Example: `2019-03-25T21:10:29.600Z`
85
+ * Example: {@code 2019-03-25T21:10:29.600Z}
86
86
  *
87
87
  */
88
88
  "timeCreated"?: Date;
@@ -118,7 +118,7 @@ export interface EntitySummary {
118
118
  * definition defines it's set of required and optional properties. The map keys are category names and the
119
119
  * values are maps of property name to property value. Every property is contained inside of a category. Most
120
120
  * data entities have required properties within the \"default\" category.
121
- * Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
121
+ * Example: {@code {\"properties\": { \"default\": { \"key1\": \"value1\"}}}}
122
122
  *
123
123
  */
124
124
  "properties"?: {
@@ -27,7 +27,7 @@ export interface EntityTagSummary {
27
27
  "key": string;
28
28
  /**
29
29
  * The date and time the tag was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
30
- * Example: `2019-03-25T21:10:29.600Z`
30
+ * Example: {@code 2019-03-25T21:10:29.600Z}
31
31
  *
32
32
  */
33
33
  "timeCreated"?: Date;
@@ -47,7 +47,7 @@ export interface EntityTag {
47
47
  "lifecycleState"?: model.LifecycleState;
48
48
  /**
49
49
  * The date and time the tag was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
50
- * Example: `2019-03-25T21:10:29.600Z`
50
+ * Example: {@code 2019-03-25T21:10:29.600Z}
51
51
  *
52
52
  */
53
53
  "timeCreated"?: Date;
@@ -40,7 +40,7 @@ export interface Entity {
40
40
  "description"?: string;
41
41
  /**
42
42
  * The date and time the data entity was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
43
- * Example: `2019-03-25T21:10:29.600Z`
43
+ * Example: {@code 2019-03-25T21:10:29.600Z}
44
44
  *
45
45
  */
46
46
  "timeCreated"?: Date;
@@ -151,7 +151,7 @@ export interface Entity {
151
151
  * definition defines it's set of required and optional properties. The map keys are category names and the
152
152
  * values are maps of property name to property value. Every property is contained inside of a category. Most
153
153
  * data entities have required properties within the \"default\" category.
154
- * Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
154
+ * Example: {@code {\"properties\": { \"default\": { \"key1\": \"value1\"}}}}
155
155
  *
156
156
  */
157
157
  "properties"?: {
@@ -39,7 +39,7 @@ export interface EventConfig {
39
39
  "eventConfigStatus"?: model.EventConfigStatus;
40
40
  /**
41
41
  * The date and time the event was configured, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
42
- * Example: `2019-03-25T21:10:29.600Z`
42
+ * Example: {@code 2019-03-25T21:10:29.600Z}
43
43
  *
44
44
  */
45
45
  "timeCreated"?: Date;
@@ -66,7 +66,7 @@ export interface FolderSummary {
66
66
  "timeExternal"?: Date;
67
67
  /**
68
68
  * The date and time the folder was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
69
- * Example: `2019-03-25T21:10:29.600Z`
69
+ * Example: {@code 2019-03-25T21:10:29.600Z}
70
70
  *
71
71
  */
72
72
  "timeCreated"?: Date;
@@ -27,7 +27,7 @@ export interface FolderTagSummary {
27
27
  "key": string;
28
28
  /**
29
29
  * The date and time the tag was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
30
- * Example: `2019-03-25T21:10:29.600Z`
30
+ * Example: {@code 2019-03-25T21:10:29.600Z}
31
31
  *
32
32
  */
33
33
  "timeCreated"?: Date;
@@ -47,7 +47,7 @@ export interface FolderTag {
47
47
  "lifecycleState"?: model.LifecycleState;
48
48
  /**
49
49
  * The date and time the tag was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
50
- * Example: `2019-03-25T21:10:29.600Z`
50
+ * Example: {@code 2019-03-25T21:10:29.600Z}
51
51
  *
52
52
  */
53
53
  "timeCreated"?: Date;
@@ -73,7 +73,7 @@ export interface Folder {
73
73
  * definition defines it's set of required and optional properties. The map keys are category names and the
74
74
  * values are maps of property name to property value. Every property is contained inside of a category. Most
75
75
  * folders have required properties within the \"default\" category.
76
- * Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
76
+ * Example: {@code {\"properties\": { \"default\": { \"key1\": \"value1\"}}}}
77
77
  *
78
78
  */
79
79
  "properties"?: {
@@ -87,7 +87,7 @@ export interface Folder {
87
87
  "externalKey"?: string;
88
88
  /**
89
89
  * The date and time the folder was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
90
- * Example: `2019-03-25T21:10:29.600Z`
90
+ * Example: {@code 2019-03-25T21:10:29.600Z}
91
91
  *
92
92
  */
93
93
  "timeCreated"?: Date;
@@ -41,7 +41,7 @@ export interface GlossarySummary {
41
41
  "catalogId"?: string;
42
42
  /**
43
43
  * The date and time the glossary was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
44
- * Example: `2019-03-25T21:10:29.600Z`
44
+ * Example: {@code 2019-03-25T21:10:29.600Z}
45
45
  *
46
46
  */
47
47
  "timeCreated"?: Date;
@@ -57,7 +57,7 @@ export interface GlossaryTreeElement {
57
57
  "path"?: string;
58
58
  /**
59
59
  * The date and time the term was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
60
- * Example: `2019-03-25T21:10:29.600Z`
60
+ * Example: {@code 2019-03-25T21:10:29.600Z}
61
61
  *
62
62
  */
63
63
  "timeCreated"?: Date;
@@ -49,7 +49,7 @@ export interface Glossary {
49
49
  "lifecycleState"?: model.LifecycleState;
50
50
  /**
51
51
  * The date and time the glossary was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
52
- * Example: `2019-03-25T21:10:29.600Z`
52
+ * Example: {@code 2019-03-25T21:10:29.600Z}
53
53
  *
54
54
  */
55
55
  "timeCreated"?: Date;
@@ -56,7 +56,7 @@ export interface JobDefinitionSummary {
56
56
  "isSampleDataExtracted"?: boolean;
57
57
  /**
58
58
  * The date and time the job definition was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
59
- * Example: `2019-03-25T21:10:29.600Z`
59
+ * Example: {@code 2019-03-25T21:10:29.600Z}
60
60
  *
61
61
  */
62
62
  "timeCreated"?: Date;