Skip to content

Commit b49c116

Browse files
1 parent f11090f commit b49c116

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/APIhub/GoogleCloudApihubV1AdditionalSpecContent.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ class GoogleCloudApihubV1AdditionalSpecContent extends \Google\Model
2828
* The spec content type for boosted spec.
2929
*/
3030
public const SPEC_CONTENT_TYPE_BOOSTED_SPEC_CONTENT = 'BOOSTED_SPEC_CONTENT';
31+
/**
32+
* The spec content type for OpenAPI spec. This enum is used for OpenAPI specs
33+
* ingested via APIGEE X Gateway.
34+
*/
35+
public const SPEC_CONTENT_TYPE_GATEWAY_OPEN_API_SPEC = 'GATEWAY_OPEN_API_SPEC';
3136
/**
3237
* Output only. The time at which the spec content was created.
3338
*
@@ -90,7 +95,8 @@ public function getLabels()
9095
/**
9196
* Required. The type of the spec content.
9297
*
93-
* Accepted values: SPEC_CONTENT_TYPE_UNSPECIFIED, BOOSTED_SPEC_CONTENT
98+
* Accepted values: SPEC_CONTENT_TYPE_UNSPECIFIED, BOOSTED_SPEC_CONTENT,
99+
* GATEWAY_OPEN_API_SPEC
94100
*
95101
* @param self::SPEC_CONTENT_TYPE_* $specContentType
96102
*/

0 commit comments

Comments
 (0)