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/GoogleCloudDataplexV1Aspect.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,8 @@ public final class GoogleCloudDataplexV1Aspect extends com.google.api.client.jso
50
50
privateStringcreateTime;
51
51
52
52
/**
53
-
* Required. The content of the aspect, according to its aspect type schema. This will replace
54
-
* content. The maximum size of the field is 120KB (encoded as UTF-8).
53
+
* Required. The content of the aspect, according to its aspect type schema. The maximum size of
54
+
* the field is 120KB (encoded as UTF-8).
55
55
* The value may be {@code null}.
56
56
*/
57
57
@com.google.api.client.util.Key
@@ -121,17 +121,17 @@ public GoogleCloudDataplexV1Aspect setCreateTime(String createTime) {
121
121
}
122
122
123
123
/**
124
-
* Required. The content of the aspect, according to its aspect type schema. This will replace
125
-
* content. The maximum size of the field is 120KB (encoded as UTF-8).
124
+
* Required. The content of the aspect, according to its aspect type schema. The maximum size of
Copy file name to clipboardExpand all lines: clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1AspectSource.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
packagecom.google.api.services.dataplex.v1.model;
18
18
19
19
/**
20
-
* AspectSource contains source system related information for the aspect.
20
+
* AspectSource contains information related to the source system of the Aspect.
21
21
*
22
22
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23
23
* transmitted over HTTP when working with the Cloud Dataplex API. For a detailed explanation see:
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
+17-44Lines changed: 17 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@
17
17
packagecom.google.api.services.dataplex.v1.model;
18
18
19
19
/**
20
-
* Aspect Type is a template for creating Aspects, and represents the JSON-schema for a given Entry,
21
-
* e.g., BigQuery Table Schema.
20
+
* AspectType is a template for creating Aspects, and represents the JSON-schema for a given Entry,
21
+
* for example, BigQuery Table Schema.
22
22
*
23
23
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24
24
* transmitted over HTTP when working with the Cloud Dataplex API. For a detailed explanation see:
Copy file name to clipboardExpand all lines: clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1AspectTypeAuthorization.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
packagecom.google.api.services.dataplex.v1.model;
18
18
19
19
/**
20
-
* Autorization for an Aspect Type.
20
+
* Autorization for an AspectType.
21
21
*
22
22
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23
23
* transmitted over HTTP when working with the Cloud Dataplex API. For a detailed explanation see:
0 commit comments