|
66 | 66 | "endpointUrl": "https://dataplex.asia-southeast2.rep.googleapis.com/", |
67 | 67 | "location": "asia-southeast2" |
68 | 68 | }, |
| 69 | + { |
| 70 | + "description": "Regional Endpoint", |
| 71 | + "endpointUrl": "https://dataplex.asia-southeast3.rep.googleapis.com/", |
| 72 | + "location": "asia-southeast3" |
| 73 | + }, |
69 | 74 | { |
70 | 75 | "description": "Regional Endpoint", |
71 | 76 | "endpointUrl": "https://dataplex.australia-southeast1.rep.googleapis.com/", |
|
111 | 116 | "endpointUrl": "https://dataplex.europe-west12.rep.googleapis.com/", |
112 | 117 | "location": "europe-west12" |
113 | 118 | }, |
| 119 | + { |
| 120 | + "description": "Regional Endpoint", |
| 121 | + "endpointUrl": "https://dataplex.europe-west15.rep.googleapis.com/", |
| 122 | + "location": "europe-west15" |
| 123 | + }, |
114 | 124 | { |
115 | 125 | "description": "Regional Endpoint", |
116 | 126 | "endpointUrl": "https://dataplex.europe-west2.rep.googleapis.com/", |
|
860 | 870 | "Returns entry only, without aspects.", |
861 | 871 | "Returns all required aspects as well as the keys of all non-required aspects.", |
862 | 872 | "Returns aspects matching custom fields in GetEntryRequest. If the number of aspects exceeds 100, the first 100 will be returned.", |
863 | | - "Returns all aspects. If the number of aspects exceeds 100, the first 100 will be returned." |
| 873 | + "" |
864 | 874 | ], |
865 | 875 | "location": "query", |
866 | 876 | "type": "string" |
|
3062 | 3072 | "Returns entry only, without aspects.", |
3063 | 3073 | "Returns all required aspects as well as the keys of all non-required aspects.", |
3064 | 3074 | "Returns aspects matching custom fields in GetEntryRequest. If the number of aspects exceeds 100, the first 100 will be returned.", |
3065 | | - "Returns all aspects. If the number of aspects exceeds 100, the first 100 will be returned." |
| 3075 | + "" |
3066 | 3076 | ], |
3067 | 3077 | "location": "query", |
3068 | 3078 | "type": "string" |
|
7250 | 7260 | } |
7251 | 7261 | } |
7252 | 7262 | }, |
7253 | | - "revision": "20250924", |
| 7263 | + "revision": "20251012", |
7254 | 7264 | "rootUrl": "https://dataplex.googleapis.com/", |
7255 | 7265 | "schemas": { |
7256 | 7266 | "Empty": { |
|
7544 | 7554 | "readOnly": true, |
7545 | 7555 | "type": "string" |
7546 | 7556 | }, |
| 7557 | + "dataClassification": { |
| 7558 | + "description": "Optional. Immutable. Stores data classification of the aspect.", |
| 7559 | + "enum": [ |
| 7560 | + "DATA_CLASSIFICATION_UNSPECIFIED", |
| 7561 | + "METADATA_AND_DATA" |
| 7562 | + ], |
| 7563 | + "enumDescriptions": [ |
| 7564 | + "Denotes that the aspect contains only metadata.", |
| 7565 | + "Metadata and data classification." |
| 7566 | + ], |
| 7567 | + "type": "string" |
| 7568 | + }, |
7547 | 7569 | "description": { |
7548 | 7570 | "description": "Optional. Description of the AspectType.", |
7549 | 7571 | "type": "string" |
|
0 commit comments