@@ -23,39 +23,39 @@ class GoogleCloudDataplexV1DataProduct extends \Google\Collection
2323 protected $ accessGroupsType = GoogleCloudDataplexV1DataProductAccessGroup::class;
2424 protected $ accessGroupsDataType = 'map ' ;
2525 /**
26- * Output only. Number of Data Assets associated with this Data Product .
26+ * Output only. Number of data assets associated with this data product .
2727 *
2828 * @var int
2929 */
3030 public $ assetCount ;
3131 /**
32- * Output only. The time at which the Data Product was created.
32+ * Output only. The time at which the data product was created.
3333 *
3434 * @var string
3535 */
3636 public $ createTime ;
3737 /**
38- * Optional. Description of the Data Product .
38+ * Optional. Description of the data product .
3939 *
4040 * @var string
4141 */
4242 public $ description ;
4343 /**
44- * Required. User-friendly display name of the Data Product .
44+ * Required. User-friendly display name of the data product .
4545 *
4646 * @var string
4747 */
4848 public $ displayName ;
4949 /**
50- * This checksum is computed by the server based on the value of other fields,
51- * and may be sent on update and delete requests to ensure the client has an
52- * up-to-date value before proceeding.
50+ * Optional. This checksum is computed by the server based on the value of
51+ * other fields, and may be sent on update and delete requests to ensure the
52+ * client has an up-to-date value before proceeding.
5353 *
5454 * @var string
5555 */
5656 public $ etag ;
5757 /**
58- * Optional. Base64 encoded image representing the Data Product . Max Size:
58+ * Optional. Base64 encoded image representing the data product . Max Size:
5959 * 3.0MiB Expected image dimensions are 512x512 pixels, however the API only
6060 * performs validation on size of the encoded data. Note: For byte fields, the
6161 * content of the fields are base64-encoded (which increases the size of the
@@ -65,44 +65,47 @@ class GoogleCloudDataplexV1DataProduct extends \Google\Collection
6565 */
6666 public $ icon ;
6767 /**
68- * Optional. User-defined labels for the Data Product.
68+ * Optional. User-defined labels for the data product.Example: {
69+ * "environment": "production", "billing": "marketing-department" }
6970 *
7071 * @var string[]
7172 */
7273 public $ labels ;
7374 /**
74- * Identifier. Resource name of the Data Product . Format: projects/{project_id
75+ * Identifier. Resource name of the data product . Format: projects/{project_id
7576 * _or_number}/locations/{location_id}/dataProducts/{data_product_id}.
7677 *
7778 * @var string
7879 */
7980 public $ name ;
8081 /**
81- * Required. Emails of the Data Product owners.
82+ * Required. Emails of the data product owners.
8283 *
8384 * @var string[]
8485 */
8586 public $ ownerEmails ;
8687 /**
87- * Output only. System generated unique ID for the Data Product . This ID will
88- * be different if the Data Product is deleted and re-created with the same
88+ * Output only. System generated unique ID for the data product . This ID will
89+ * be different if the data product is deleted and re-created with the same
8990 * name.
9091 *
9192 * @var string
9293 */
9394 public $ uid ;
9495 /**
95- * Output only. The time at which the Data Product was last updated.
96+ * Output only. The time at which the data product was last updated.
9697 *
9798 * @var string
9899 */
99100 public $ updateTime ;
100101
101102 /**
102- * Optional. Data Product access groups by access group id as key. If Data
103- * Product is used only for packaging Data Assets, then access groups may be
104- * empty. However, if a Data Product is used for sharing Data Assets, then at
105- * least one access group must be specified.
103+ * Optional. Data product access groups by access group id as key. If data
104+ * product is used only for packaging data assets, then access groups may be
105+ * empty. However, if a data product is used for sharing data assets, then at
106+ * least one access group must be specified.Example: { "analyst": { "id":
107+ * "analyst", "displayName": "Analyst", "description": "Access group for
108+ * analysts", "principal": { "googleGroup": "analysts@example.com" } } }
106109 *
107110 * @param GoogleCloudDataplexV1DataProductAccessGroup[] $accessGroups
108111 */
@@ -118,7 +121,7 @@ public function getAccessGroups()
118121 return $ this ->accessGroups ;
119122 }
120123 /**
121- * Output only. Number of Data Assets associated with this Data Product .
124+ * Output only. Number of data assets associated with this data product .
122125 *
123126 * @param int $assetCount
124127 */
@@ -134,7 +137,7 @@ public function getAssetCount()
134137 return $ this ->assetCount ;
135138 }
136139 /**
137- * Output only. The time at which the Data Product was created.
140+ * Output only. The time at which the data product was created.
138141 *
139142 * @param string $createTime
140143 */
@@ -150,7 +153,7 @@ public function getCreateTime()
150153 return $ this ->createTime ;
151154 }
152155 /**
153- * Optional. Description of the Data Product .
156+ * Optional. Description of the data product .
154157 *
155158 * @param string $description
156159 */
@@ -166,7 +169,7 @@ public function getDescription()
166169 return $ this ->description ;
167170 }
168171 /**
169- * Required. User-friendly display name of the Data Product .
172+ * Required. User-friendly display name of the data product .
170173 *
171174 * @param string $displayName
172175 */
@@ -182,9 +185,9 @@ public function getDisplayName()
182185 return $ this ->displayName ;
183186 }
184187 /**
185- * This checksum is computed by the server based on the value of other fields,
186- * and may be sent on update and delete requests to ensure the client has an
187- * up-to-date value before proceeding.
188+ * Optional. This checksum is computed by the server based on the value of
189+ * other fields, and may be sent on update and delete requests to ensure the
190+ * client has an up-to-date value before proceeding.
188191 *
189192 * @param string $etag
190193 */
@@ -200,7 +203,7 @@ public function getEtag()
200203 return $ this ->etag ;
201204 }
202205 /**
203- * Optional. Base64 encoded image representing the Data Product . Max Size:
206+ * Optional. Base64 encoded image representing the data product . Max Size:
204207 * 3.0MiB Expected image dimensions are 512x512 pixels, however the API only
205208 * performs validation on size of the encoded data. Note: For byte fields, the
206209 * content of the fields are base64-encoded (which increases the size of the
@@ -220,7 +223,8 @@ public function getIcon()
220223 return $ this ->icon ;
221224 }
222225 /**
223- * Optional. User-defined labels for the Data Product.
226+ * Optional. User-defined labels for the data product.Example: {
227+ * "environment": "production", "billing": "marketing-department" }
224228 *
225229 * @param string[] $labels
226230 */
@@ -236,7 +240,7 @@ public function getLabels()
236240 return $ this ->labels ;
237241 }
238242 /**
239- * Identifier. Resource name of the Data Product . Format: projects/{project_id
243+ * Identifier. Resource name of the data product . Format: projects/{project_id
240244 * _or_number}/locations/{location_id}/dataProducts/{data_product_id}.
241245 *
242246 * @param string $name
@@ -253,7 +257,7 @@ public function getName()
253257 return $ this ->name ;
254258 }
255259 /**
256- * Required. Emails of the Data Product owners.
260+ * Required. Emails of the data product owners.
257261 *
258262 * @param string[] $ownerEmails
259263 */
@@ -269,8 +273,8 @@ public function getOwnerEmails()
269273 return $ this ->ownerEmails ;
270274 }
271275 /**
272- * Output only. System generated unique ID for the Data Product . This ID will
273- * be different if the Data Product is deleted and re-created with the same
276+ * Output only. System generated unique ID for the data product . This ID will
277+ * be different if the data product is deleted and re-created with the same
274278 * name.
275279 *
276280 * @param string $uid
@@ -287,7 +291,7 @@ public function getUid()
287291 return $ this ->uid ;
288292 }
289293 /**
290- * Output only. The time at which the Data Product was last updated.
294+ * Output only. The time at which the data product was last updated.
291295 *
292296 * @param string $updateTime
293297 */
0 commit comments