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
Copy file name to clipboardExpand all lines: clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1AspectType.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,13 @@ public final class GoogleCloudDataplexV1AspectType extends com.google.api.client
44
44
@com.google.api.client.util.Key
45
45
privateStringcreateTime;
46
46
47
+
/**
48
+
* Optional. Immutable. Stores data classification of the aspect.
49
+
* The value may be {@code null}.
50
+
*/
51
+
@com.google.api.client.util.Key
52
+
privatejava.lang.StringdataClassification;
53
+
47
54
/**
48
55
* Optional. Description of the AspectType.
49
56
* The value may be {@code null}.
@@ -145,6 +152,23 @@ public GoogleCloudDataplexV1AspectType setCreateTime(String createTime) {
145
152
returnthis;
146
153
}
147
154
155
+
/**
156
+
* Optional. Immutable. Stores data classification of the aspect.
157
+
* @return value or {@code null} for none
158
+
*/
159
+
publicjava.lang.StringgetDataClassification() {
160
+
returndataClassification;
161
+
}
162
+
163
+
/**
164
+
* Optional. Immutable. Stores data classification of the aspect.
165
+
* @param dataClassification dataClassification or {@code null} for none
0 commit comments