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/GoogleCloudDataplexV1AspectTypeMetadataTemplate.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ public final class GoogleCloudDataplexV1AspectTypeMetadataTemplate extends com.g
98
98
99
99
/**
100
100
* Required. The datatype of this field. The following values are supported:Primitive types:
101
-
* string integer boolean double datetime. Must be of the format RFC3339 UTC "Zulu" (Examples:
101
+
* string int bool double datetime. Must be of the format RFC3339 UTC "Zulu" (Examples:
102
102
* "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z").Complex types: enum array map
103
103
* record
104
104
* The value may be {@code null}.
@@ -284,7 +284,7 @@ public GoogleCloudDataplexV1AspectTypeMetadataTemplate setRecordFields(java.util
284
284
285
285
/**
286
286
* Required. The datatype of this field. The following values are supported:Primitive types:
287
-
* string integer boolean double datetime. Must be of the format RFC3339 UTC "Zulu" (Examples:
287
+
* string int bool double datetime. Must be of the format RFC3339 UTC "Zulu" (Examples:
288
288
* "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z").Complex types: enum array map
289
289
* record
290
290
* @return value or {@code null} for none
@@ -295,7 +295,7 @@ public java.lang.String getType() {
295
295
296
296
/**
297
297
* Required. The datatype of this field. The following values are supported:Primitive types:
298
-
* string integer boolean double datetime. Must be of the format RFC3339 UTC "Zulu" (Examples:
298
+
* string int bool double datetime. Must be of the format RFC3339 UTC "Zulu" (Examples:
299
299
* "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z").Complex types: enum array map
0 commit comments