Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2438)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 27, 2024
1 parent 4dc71d4 commit d290e18
Show file tree
Hide file tree
Showing 18 changed files with 263 additions and 45 deletions.
9 changes: 7 additions & 2 deletions compute/v0.alpha/compute-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -43897,7 +43897,7 @@
}
}
},
"revision": "20240218",
"revision": "20240220",
"rootUrl": "https://compute.googleapis.com/",
"schemas": {
"AWSV4Signature": {
Expand Down Expand Up @@ -85315,7 +85315,7 @@
"type": "string"
},
"propagatedConnectionLimit": {
"description": "The number of VPCs to which this endpoint is allowed to be propagated per accept list resource (project or network). For ACCEPT_AUTOMATIC service attachment, this limit is default to per project.",
"description": "The number of consumer Network Connectivity Center spokes that connected Private Service Connect endpoints can be propagated to. This limit lets a service producer indirectly limit how many propagated Private Service Connect connections can be established to the producer's service attachment. If the connection preference of the service attachment is ACCEPT_MANUAL, the limit applies to each project or network that is listed in the consumer accept list. If the connection preference of the service attachment is ACCEPT_AUTOMATIC, the limit applies to each project that contains a connected endpoint. If unspecified, the default propagated connection limit is 250.",
"format": "uint32",
"type": "integer"
},
Expand Down Expand Up @@ -85518,6 +85518,11 @@
"description": "The url of a connected endpoint.",
"type": "string"
},
"propagatedConnectionCount": {
"description": "The number of consumer Network Connectivity Center spokes that the connected Private Service Connect endpoint has propagated to.",
"format": "uint32",
"type": "integer"
},
"pscConnectionId": {
"description": "The PSC connection id of the connected endpoint.",
"format": "uint64",
Expand Down
20 changes: 16 additions & 4 deletions compute/v0.alpha/compute-gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -59942,10 +59942,17 @@ type ServiceAttachment struct {
// by this service attachment.
ProducerForwardingRule string `json:"producerForwardingRule,omitempty"`

// PropagatedConnectionLimit: The number of VPCs to which this endpoint
// is allowed to be propagated per accept list resource (project or
// network). For ACCEPT_AUTOMATIC service attachment, this limit is
// default to per project.
// PropagatedConnectionLimit: The number of consumer Network
// Connectivity Center spokes that connected Private Service Connect
// endpoints can be propagated to. This limit lets a service producer
// indirectly limit how many propagated Private Service Connect
// connections can be established to the producer's service attachment.
// If the connection preference of the service attachment is
// ACCEPT_MANUAL, the limit applies to each project or network that is
// listed in the consumer accept list. If the connection preference of
// the service attachment is ACCEPT_AUTOMATIC, the limit applies to each
// project that contains a connected endpoint. If unspecified, the
// default propagated connection limit is 250.
PropagatedConnectionLimit int64 `json:"propagatedConnectionLimit,omitempty"`

// PscServiceAttachmentId: [Output Only] An 128-bit global unique ID of
Expand Down Expand Up @@ -60217,6 +60224,11 @@ type ServiceAttachmentConnectedEndpoint struct {
// Endpoint: The url of a connected endpoint.
Endpoint string `json:"endpoint,omitempty"`

// PropagatedConnectionCount: The number of consumer Network
// Connectivity Center spokes that the connected Private Service Connect
// endpoint has propagated to.
PropagatedConnectionCount int64 `json:"propagatedConnectionCount,omitempty"`

// PscConnectionId: The PSC connection id of the connected endpoint.
PscConnectionId uint64 `json:"pscConnectionId,omitempty,string"`

Expand Down
4 changes: 2 additions & 2 deletions content/v2.1/content-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -6186,7 +6186,7 @@
}
}
},
"revision": "20240218",
"revision": "20240225",
"rootUrl": "https://shoppingcontent.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -16879,7 +16879,7 @@
"id": "SearchRequest",
"properties": {
"pageSize": {
"description": "Number of ReportRows to retrieve in a single page. Defaults to the maximum of 1000. Values above 1000 are coerced to 1000.",
"description": "Number of ReportRows to retrieve in a single page. Defaults to 1000. Values above 5000 are coerced to 5000.",
"format": "int32",
"type": "integer"
},
Expand Down
2 changes: 1 addition & 1 deletion content/v2.1/content-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion networkconnectivity/v1/networkconnectivity-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2630,7 +2630,7 @@
}
}
},
"revision": "20240131",
"revision": "20240221",
"rootUrl": "https://networkconnectivity.googleapis.com/",
"schemas": {
"AcceptHubSpokeRequest": {
Expand Down Expand Up @@ -2819,6 +2819,11 @@
"description": "The PSC connection id of the PSC forwarding rule connected to the service attachments in this service connection map.",
"type": "string"
},
"selectedSubnetwork": {
"description": "Output only. The URI of the selected subnetwork selected to allocate IP address for this connection.",
"readOnly": true,
"type": "string"
},
"serviceAttachmentUri": {
"description": "The URI of a service attachment which is the target of the PSC connection.",
"type": "string"
Expand Down Expand Up @@ -3999,6 +4004,11 @@
"description": "The PSC connection id of the PSC forwarding rule.",
"type": "string"
},
"selectedSubnetwork": {
"description": "Output only. The URI of the subnetwork selected to allocate IP address for this connection.",
"readOnly": true,
"type": "string"
},
"state": {
"description": "State of the PSC Connection",
"enum": [
Expand Down
8 changes: 8 additions & 0 deletions networkconnectivity/v1/networkconnectivity-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
],
"parameters": {
"filter": {
"description": "Optional. Specifies the filters for the product results. The syntax is defined in https://google.aip.dev/160 with the following caveats: - Only the following features are supported: - Logical operator `AND` - Comparison operator `=` (no wildcards `*`) - Traversal operator `.` - Has operator `:` (no wildcards `*`) - Only the following fields are supported: - `regionCodes` - `youtubePayload.partnerEligibilityId` - `youtubePayload.postalCode` - Unless explicitly mentioned above, other features are not supported. Example: `regionCodes:US AND youtubePayload.postalCode=94043 AND youtubePayload.partnerEligibilityId=eligibility-id`",
"description": "Optional. Specifies the filters for the product results. The syntax is defined in https://google.aip.dev/160 with the following caveats: 1. Only the following features are supported: - Logical operator `AND` - Comparison operator `=` (no wildcards `*`) - Traversal operator `.` - Has operator `:` (no wildcards `*`) 2. Only the following fields are supported: - `regionCodes` - `youtubePayload.partnerEligibilityId` - `youtubePayload.postalCode` 3. Unless explicitly mentioned above, other features are not supported. Example: `regionCodes:US AND youtubePayload.postalCode=94043 AND youtubePayload.partnerEligibilityId=eligibility-id`",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -192,7 +192,7 @@
],
"parameters": {
"filter": {
"description": "Optional. Specifies the filters for the promotion results. The syntax is defined in https://google.aip.dev/160 with the following caveats: - Only the following features are supported: - Logical operator `AND` - Comparison operator `=` (no wildcards `*`) - Traversal operator `.` - Has operator `:` (no wildcards `*`) - Only the following fields are supported: - `applicableProducts` - `regionCodes` - `youtubePayload.partnerEligibilityId` - `youtubePayload.postalCode` - Unless explicitly mentioned above, other features are not supported. Example: `applicableProducts:partners/partner1/products/product1 AND regionCodes:US AND youtubePayload.postalCode=94043 AND youtubePayload.partnerEligibilityId=eligibility-id`",
"description": "Optional. Specifies the filters for the promotion results. The syntax is defined in https://google.aip.dev/160 with the following caveats: 1. Only the following features are supported: - Logical operator `AND` - Comparison operator `=` (no wildcards `*`) - Traversal operator `.` - Has operator `:` (no wildcards `*`) 2. Only the following fields are supported: - `applicableProducts` - `regionCodes` - `youtubePayload.partnerEligibilityId` - `youtubePayload.postalCode` 3. Unless explicitly mentioned above, other features are not supported. Example: `applicableProducts:partners/partner1/products/product1 AND regionCodes:US AND youtubePayload.postalCode=94043 AND youtubePayload.partnerEligibilityId=eligibility-id`",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -435,7 +435,7 @@
}
}
},
"revision": "20240222",
"revision": "20240226",
"rootUrl": "https://paymentsresellersubscription.googleapis.com/",
"schemas": {
"GoogleCloudPaymentsResellerSubscriptionV1Amount": {
Expand All @@ -455,6 +455,7 @@
"type": "object"
},
"GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest": {
"description": "Request to cancel a subscription.",
"id": "GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest",
"properties": {
"cancelImmediately": {
Expand Down Expand Up @@ -495,6 +496,7 @@
"type": "object"
},
"GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse": {
"description": "Response that contains the cancelled subscription resource.",
"id": "GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse",
"properties": {
"subscription": {
Expand Down Expand Up @@ -566,6 +568,7 @@
"type": "object"
},
"GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse": {
"description": "Response that contains the entitled subscription resource.",
"id": "GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse",
"properties": {
"subscription": {
Expand All @@ -591,6 +594,7 @@
"type": "object"
},
"GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse": {
"description": "Response that contains the timestamps after the extension.",
"id": "GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse",
"properties": {
"cycleEndTime": {
Expand Down Expand Up @@ -618,7 +622,7 @@
"properties": {
"duration": {
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1Duration",
"description": "Specifies the period of access the subscription should grant."
"description": "Required. Specifies the period of access the subscription should grant."
},
"partnerUserToken": {
"description": "Required. Identifier of the end-user in partner’s system.",
Expand All @@ -628,10 +632,11 @@
"type": "object"
},
"GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsRequest": {
"description": "Request to find eligible promotions for the current user.",
"id": "GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsRequest",
"properties": {
"filter": {
"description": "Optional. Specifies the filters for the promotion results. The syntax is defined in https://google.aip.dev/160 with the following caveats: - Only the following features are supported: - Logical operator `AND` - Comparison operator `=` (no wildcards `*`) - Traversal operator `.` - Has operator `:` (no wildcards `*`) - Only the following fields are supported: - `applicableProducts` - `regionCodes` - `youtubePayload.partnerEligibilityId` - `youtubePayload.postalCode` - Unless explicitly mentioned above, other features are not supported. Example: `applicableProducts:partners/partner1/products/product1 AND regionCodes:US AND youtubePayload.postalCode=94043 AND youtubePayload.partnerEligibilityId=eligibility-id`",
"description": "Optional. Specifies the filters for the promotion results. The syntax is defined in https://google.aip.dev/160 with the following caveats: 1. Only the following features are supported: - Logical operator `AND` - Comparison operator `=` (no wildcards `*`) - Traversal operator `.` - Has operator `:` (no wildcards `*`) 2. Only the following fields are supported: - `applicableProducts` - `regionCodes` - `youtubePayload.partnerEligibilityId` - `youtubePayload.postalCode` 3. Unless explicitly mentioned above, other features are not supported. Example: `applicableProducts:partners/partner1/products/product1 AND regionCodes:US AND youtubePayload.postalCode=94043 AND youtubePayload.partnerEligibilityId=eligibility-id`",
"type": "string"
},
"pageSize": {
Expand Down Expand Up @@ -731,6 +736,7 @@
"type": "object"
},
"GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse": {
"description": "Response that contains the products.",
"id": "GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse",
"properties": {
"nextPageToken": {
Expand All @@ -748,6 +754,7 @@
"type": "object"
},
"GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse": {
"description": "Response that contains the promotions.",
"id": "GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse",
"properties": {
"nextPageToken": {
Expand Down

0 comments on commit d290e18

Please sign in to comment.