@@ -31,15 +31,21 @@ public final class GoogleCloudApihubV1Api extends com.google.api.client.json.Gen
31
31
32
32
/**
33
33
* 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.
35
38
* The value may be {@code null}.
36
39
*/
37
40
@ com .google .api .client .util .Key
38
41
private GoogleCloudApihubV1AttributeValues apiFunctionalRequirements ;
39
42
40
43
/**
41
44
* 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.
43
49
* The value may be {@code null}.
44
50
*/
45
51
@ com .google .api .client .util .Key
@@ -58,7 +64,10 @@ public final class GoogleCloudApihubV1Api extends com.google.api.client.json.Gen
58
64
59
65
/**
60
66
* 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.
62
71
* The value may be {@code null}.
63
72
*/
64
73
@ com .google .api .client .util .Key
@@ -202,7 +211,10 @@ public final class GoogleCloudApihubV1Api extends com.google.api.client.json.Gen
202
211
203
212
/**
204
213
* 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.
206
218
* @return value or {@code null} for none
207
219
*/
208
220
public GoogleCloudApihubV1AttributeValues getApiFunctionalRequirements () {
@@ -211,7 +223,10 @@ public GoogleCloudApihubV1AttributeValues getApiFunctionalRequirements() {
211
223
212
224
/**
213
225
* 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.
215
230
* @param apiFunctionalRequirements apiFunctionalRequirements or {@code null} for none
216
231
*/
217
232
public GoogleCloudApihubV1Api setApiFunctionalRequirements (GoogleCloudApihubV1AttributeValues apiFunctionalRequirements ) {
@@ -221,7 +236,10 @@ public GoogleCloudApihubV1Api setApiFunctionalRequirements(GoogleCloudApihubV1At
221
236
222
237
/**
223
238
* 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.
225
243
* @return value or {@code null} for none
226
244
*/
227
245
public GoogleCloudApihubV1AttributeValues getApiRequirements () {
@@ -230,7 +248,10 @@ public GoogleCloudApihubV1AttributeValues getApiRequirements() {
230
248
231
249
/**
232
250
* 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.
234
255
* @param apiRequirements apiRequirements or {@code null} for none
235
256
*/
236
257
public GoogleCloudApihubV1Api setApiRequirements (GoogleCloudApihubV1AttributeValues apiRequirements ) {
@@ -265,7 +286,10 @@ public GoogleCloudApihubV1Api setApiStyle(GoogleCloudApihubV1AttributeValues api
265
286
266
287
/**
267
288
* 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.
269
293
* @return value or {@code null} for none
270
294
*/
271
295
public GoogleCloudApihubV1AttributeValues getApiTechnicalRequirements () {
@@ -274,7 +298,10 @@ public GoogleCloudApihubV1AttributeValues getApiTechnicalRequirements() {
274
298
275
299
/**
276
300
* 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.
278
305
* @param apiTechnicalRequirements apiTechnicalRequirements or {@code null} for none
279
306
*/
280
307
public GoogleCloudApihubV1Api setApiTechnicalRequirements (GoogleCloudApihubV1AttributeValues apiTechnicalRequirements ) {
0 commit comments