@@ -31,15 +31,21 @@ public final class GoogleCloudApihubV1Api extends com.google.api.client.json.Gen
3131
3232 /**
3333 * Optional. The api functional requirements associated with the API resource. Carinality is 1 for
34- * this attribute.
34+ * this attribute. This maps to the following system defined attribute:
35+ * `projects/{project}/locations/{location}/attributes/system-api-functional-requirements`
36+ * attribute. The value of the attribute should be a proper URI, and in case of Cloud Storage URI,
37+ * it should point to a Cloud Storage object, not a directory.
3538 * The value may be {@code null}.
3639 */
3740 @ com .google .api .client .util .Key
3841 private GoogleCloudApihubV1AttributeValues apiFunctionalRequirements ;
3942
4043 /**
4144 * Optional. The api requirement doc associated with the API resource. Carinality is 1 for this
42- * attribute.
45+ * attribute. This maps to the following system defined attribute:
46+ * `projects/{project}/locations/{location}/attributes/system-api-requirements` attribute. The
47+ * value of the attribute should be a proper URI, and in case of Cloud Storage URI, it should
48+ * point to a Cloud Storage object, not a directory.
4349 * The value may be {@code null}.
4450 */
4551 @ com .google .api .client .util .Key
@@ -58,7 +64,10 @@ public final class GoogleCloudApihubV1Api extends com.google.api.client.json.Gen
5864
5965 /**
6066 * Optional. The api technical requirements associated with the API resource. Carinality is 1 for
61- * this attribute.
67+ * this attribute. This maps to the following system defined attribute:
68+ * `projects/{project}/locations/{location}/attributes/system-api-technical-requirements`
69+ * attribute. The value of the attribute should be a proper URI, and in case of Cloud Storage URI,
70+ * it should point to a Cloud Storage object, not a directory.
6271 * The value may be {@code null}.
6372 */
6473 @ com .google .api .client .util .Key
@@ -202,7 +211,10 @@ public final class GoogleCloudApihubV1Api extends com.google.api.client.json.Gen
202211
203212 /**
204213 * Optional. The api functional requirements associated with the API resource. Carinality is 1 for
205- * this attribute.
214+ * this attribute. This maps to the following system defined attribute:
215+ * `projects/{project}/locations/{location}/attributes/system-api-functional-requirements`
216+ * attribute. The value of the attribute should be a proper URI, and in case of Cloud Storage URI,
217+ * it should point to a Cloud Storage object, not a directory.
206218 * @return value or {@code null} for none
207219 */
208220 public GoogleCloudApihubV1AttributeValues getApiFunctionalRequirements () {
@@ -211,7 +223,10 @@ public GoogleCloudApihubV1AttributeValues getApiFunctionalRequirements() {
211223
212224 /**
213225 * Optional. The api functional requirements associated with the API resource. Carinality is 1 for
214- * this attribute.
226+ * this attribute. This maps to the following system defined attribute:
227+ * `projects/{project}/locations/{location}/attributes/system-api-functional-requirements`
228+ * attribute. The value of the attribute should be a proper URI, and in case of Cloud Storage URI,
229+ * it should point to a Cloud Storage object, not a directory.
215230 * @param apiFunctionalRequirements apiFunctionalRequirements or {@code null} for none
216231 */
217232 public GoogleCloudApihubV1Api setApiFunctionalRequirements (GoogleCloudApihubV1AttributeValues apiFunctionalRequirements ) {
@@ -221,7 +236,10 @@ public GoogleCloudApihubV1Api setApiFunctionalRequirements(GoogleCloudApihubV1At
221236
222237 /**
223238 * Optional. The api requirement doc associated with the API resource. Carinality is 1 for this
224- * attribute.
239+ * attribute. This maps to the following system defined attribute:
240+ * `projects/{project}/locations/{location}/attributes/system-api-requirements` attribute. The
241+ * value of the attribute should be a proper URI, and in case of Cloud Storage URI, it should
242+ * point to a Cloud Storage object, not a directory.
225243 * @return value or {@code null} for none
226244 */
227245 public GoogleCloudApihubV1AttributeValues getApiRequirements () {
@@ -230,7 +248,10 @@ public GoogleCloudApihubV1AttributeValues getApiRequirements() {
230248
231249 /**
232250 * Optional. The api requirement doc associated with the API resource. Carinality is 1 for this
233- * attribute.
251+ * attribute. This maps to the following system defined attribute:
252+ * `projects/{project}/locations/{location}/attributes/system-api-requirements` attribute. The
253+ * value of the attribute should be a proper URI, and in case of Cloud Storage URI, it should
254+ * point to a Cloud Storage object, not a directory.
234255 * @param apiRequirements apiRequirements or {@code null} for none
235256 */
236257 public GoogleCloudApihubV1Api setApiRequirements (GoogleCloudApihubV1AttributeValues apiRequirements ) {
@@ -265,7 +286,10 @@ public GoogleCloudApihubV1Api setApiStyle(GoogleCloudApihubV1AttributeValues api
265286
266287 /**
267288 * Optional. The api technical requirements associated with the API resource. Carinality is 1 for
268- * this attribute.
289+ * this attribute. This maps to the following system defined attribute:
290+ * `projects/{project}/locations/{location}/attributes/system-api-technical-requirements`
291+ * attribute. The value of the attribute should be a proper URI, and in case of Cloud Storage URI,
292+ * it should point to a Cloud Storage object, not a directory.
269293 * @return value or {@code null} for none
270294 */
271295 public GoogleCloudApihubV1AttributeValues getApiTechnicalRequirements () {
@@ -274,7 +298,10 @@ public GoogleCloudApihubV1AttributeValues getApiTechnicalRequirements() {
274298
275299 /**
276300 * Optional. The api technical requirements associated with the API resource. Carinality is 1 for
277- * this attribute.
301+ * this attribute. This maps to the following system defined attribute:
302+ * `projects/{project}/locations/{location}/attributes/system-api-technical-requirements`
303+ * attribute. The value of the attribute should be a proper URI, and in case of Cloud Storage URI,
304+ * it should point to a Cloud Storage object, not a directory.
278305 * @param apiTechnicalRequirements apiTechnicalRequirements or {@code null} for none
279306 */
280307 public GoogleCloudApihubV1Api setApiTechnicalRequirements (GoogleCloudApihubV1AttributeValues apiTechnicalRequirements ) {
0 commit comments