Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2353)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jan 16, 2024
1 parent 5bf46ee commit da330c2
Show file tree
Hide file tree
Showing 30 changed files with 932 additions and 206 deletions.
6 changes: 5 additions & 1 deletion aiplatform/v1/aiplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -15332,7 +15332,7 @@
}
}
},
"revision": "20231229",
"revision": "20240105",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionEmbedVideoResponse": {
Expand Down Expand Up @@ -37135,6 +37135,8 @@
"FILTER_REASON_RAI_VIDEO_FRAME_CSAM",
"FILTER_REASON_RAI_VIDEO_FRAME_PEDO",
"FILTER_REASON_RAI_CONTEXTUAL_DANGEROUS",
"FILTER_REASON_RAI_GRAIL_TEXT",
"FILTER_REASON_RAI_GRAIL_IMAGE",
"FILTER_REASON_RAI_SAFETYCAT",
"FILTER_REASON_TOXICITY",
"FILTER_REASON_ATLAS_PRICING",
Expand Down Expand Up @@ -37174,6 +37176,8 @@
"RAI Filter",
"RAI Filter",
"RAI Filter",
"Grail Text",
"Grail Image",
"SafetyCat.",
"Toxic content.",
"Atlas specific topic filter for pricing questions.",
Expand Down
2 changes: 2 additions & 0 deletions aiplatform/v1/aiplatform-gen.go

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

17 changes: 5 additions & 12 deletions aiplatform/v1beta1/aiplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -17279,7 +17279,7 @@
}
}
},
"revision": "20231229",
"revision": "20240105",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionEmbedVideoResponse": {
Expand Down Expand Up @@ -29821,17 +29821,6 @@
},
"type": "object"
},
"GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata": {
"description": "Details of operations that perform reboot PersistentResource.",
"id": "GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata",
"properties": {
"genericMetadata": {
"$ref": "GoogleCloudAiplatformV1beta1GenericOperationMetadata",
"description": "Operation metadata for PersistentResource."
}
},
"type": "object"
},
"GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest": {
"description": "Request message for MetadataService.DeleteContextChildrenRequest.",
"id": "GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest",
Expand Down Expand Up @@ -40016,6 +40005,8 @@
"FILTER_REASON_RAI_VIDEO_FRAME_CSAM",
"FILTER_REASON_RAI_VIDEO_FRAME_PEDO",
"FILTER_REASON_RAI_CONTEXTUAL_DANGEROUS",
"FILTER_REASON_RAI_GRAIL_TEXT",
"FILTER_REASON_RAI_GRAIL_IMAGE",
"FILTER_REASON_RAI_SAFETYCAT",
"FILTER_REASON_TOXICITY",
"FILTER_REASON_ATLAS_PRICING",
Expand Down Expand Up @@ -40055,6 +40046,8 @@
"RAI Filter",
"RAI Filter",
"RAI Filter",
"Grail Text",
"Grail Image",
"SafetyCat.",
"Toxic content.",
"Atlas specific topic filter for pricing questions.",
Expand Down
33 changes: 2 additions & 31 deletions aiplatform/v1beta1/aiplatform-gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -24153,37 +24153,6 @@ func (s *GoogleCloudAiplatformV1beta1ReadTensorboardUsageResponsePerUserUsageDat
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}

// GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata:
//
// Details of operations that perform reboot PersistentResource.
type GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata struct {
// GenericMetadata: Operation metadata for PersistentResource.
GenericMetadata *GoogleCloudAiplatformV1beta1GenericOperationMetadata `json:"genericMetadata,omitempty"`

// ForceSendFields is a list of field names (e.g. "GenericMetadata") to
// unconditionally include in API requests. By default, fields with
// empty or default values are omitted from API requests. However, any
// non-pointer, non-interface field appearing in ForceSendFields will be
// sent to the server regardless of whether the field is empty or not.
// This may be used to include empty fields in Patch requests.
ForceSendFields []string `json:"-"`

// NullFields is a list of field names (e.g. "GenericMetadata") to
// include in API requests with the JSON null value. By default, fields
// with empty values are omitted from API requests. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}

func (s *GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata) MarshalJSON() ([]byte, error) {
type NoMethod GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}

// GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest: Request
// message for MetadataService.DeleteContextChildrenRequest.
type GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest struct {
Expand Down Expand Up @@ -40849,6 +40818,8 @@ type LearningGenaiRootFilterMetadata struct {
// "FILTER_REASON_RAI_VIDEO_FRAME_CSAM" - RAI Filter
// "FILTER_REASON_RAI_VIDEO_FRAME_PEDO" - RAI Filter
// "FILTER_REASON_RAI_CONTEXTUAL_DANGEROUS" - RAI Filter
// "FILTER_REASON_RAI_GRAIL_TEXT" - Grail Text
// "FILTER_REASON_RAI_GRAIL_IMAGE" - Grail Image
// "FILTER_REASON_RAI_SAFETYCAT" - SafetyCat.
// "FILTER_REASON_TOXICITY" - Toxic content.
// "FILTER_REASON_ATLAS_PRICING" - Atlas specific topic filter for
Expand Down
4 changes: 2 additions & 2 deletions androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@
}
}
},
"revision": "20231204",
"revision": "20240108",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -2667,7 +2667,7 @@
"Defaults to OPEN_NETWORK_SECURITY, which means the device will be able to connect to all types of Wi-Fi networks.",
"The device will be able to connect to all types of Wi-Fi networks.",
"A personal network such as WEP, WPA2-PSK is the minimum required security. The device will not be able to connect to open wifi networks. This is stricter than OPEN_NETWORK_SECURITY. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13.",
"An enterprise EAP network is the minimum required security level. The device will not be able to connect to Wi-Fi network below this security level. This is stricter than PERSONAL_NETWORK_SECURITY A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13."
"An enterprise EAP network is the minimum required security level. The device will not be able to connect to Wi-Fi network below this security level. This is stricter than PERSONAL_NETWORK_SECURITY. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13."
],
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion androidmanagement/v1/androidmanagement-gen.go

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

16 changes: 8 additions & 8 deletions androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4695,7 +4695,7 @@
}
}
},
"revision": "20240111",
"revision": "20240114",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -8038,12 +8038,18 @@
"id": "RevocationContext",
"properties": {
"proratedRefund": {
"$ref": "UNDEFINED_packageNameRevocationContextProratedRefund",
"$ref": "RevocationContextProratedRefund",
"description": "Optional. Used when users should be refunded a prorated amount they paid for their subscription based on the amount of time remaining in a subscription. Not supported for subscriptions with multiple items."
}
},
"type": "object"
},
"RevocationContextProratedRefund": {
"description": "Used to determine if the refund type in the RevocationContext is a prorated refund.",
"id": "RevocationContextProratedRefund",
"properties": {},
"type": "object"
},
"RevokeSubscriptionPurchaseRequest": {
"description": "Request for the purchases.subscriptionsv2.revoke API.",
"id": "RevokeSubscriptionPurchaseRequest",
Expand Down Expand Up @@ -9235,12 +9241,6 @@
},
"type": "object"
},
"UNDEFINED_packageNameRevocationContextProratedRefund": {
"description": "Used to determine if the refund type in the RevocationContext is a prorated refund.",
"id": "UNDEFINED_packageNameRevocationContextProratedRefund",
"properties": {},
"type": "object"
},
"UpdateBasePlanStateRequest": {
"description": "Request message to update the state of a subscription base plan.",
"id": "UpdateBasePlanStateRequest",
Expand Down
13 changes: 6 additions & 7 deletions androidpublisher/v3/androidpublisher-gen.go

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

8 changes: 4 additions & 4 deletions cloudbilling/v1/cloudbilling-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"parameterOrder": [],
"parameters": {
"parent": {
"description": "Optional. The parent to create a billing account from. Format: - `organizations/{organization_id}`, for example, `organizations/12345678` - `billingAccounts/{billing_account_id}`, for example, `billingAccounts/012345-567890-ABCDEF`",
"description": "Optional. The parent to create a billing account from. Format: - `billingAccounts/{billing_account_id}`, for example, `billingAccounts/012345-567890-ABCDEF`",
"location": "query",
"type": "string"
}
Expand Down Expand Up @@ -416,7 +416,7 @@
],
"parameters": {
"parent": {
"description": "Optional. The parent to create a billing account from. Format: - `organizations/{organization_id}`, for example, `organizations/12345678` - `billingAccounts/{billing_account_id}`, for example, `billingAccounts/012345-567890-ABCDEF`",
"description": "Optional. The parent to create a billing account from. Format: - `billingAccounts/{billing_account_id}`, for example, `billingAccounts/012345-567890-ABCDEF`",
"location": "path",
"pattern": "^billingAccounts/[^/]+$",
"required": true,
Expand Down Expand Up @@ -496,7 +496,7 @@
],
"parameters": {
"parent": {
"description": "Optional. The parent to create a billing account from. Format: - `organizations/{organization_id}`, for example, `organizations/12345678` - `billingAccounts/{billing_account_id}`, for example, `billingAccounts/012345-567890-ABCDEF`",
"description": "Optional. The parent to create a billing account from. Format: - `billingAccounts/{billing_account_id}`, for example, `billingAccounts/012345-567890-ABCDEF`",
"location": "path",
"pattern": "^organizations/[^/]+$",
"required": true,
Expand Down Expand Up @@ -751,7 +751,7 @@
}
}
},
"revision": "20231215",
"revision": "20240112",
"rootUrl": "https://cloudbilling.googleapis.com/",
"schemas": {
"AggregationInfo": {
Expand Down
19 changes: 8 additions & 11 deletions cloudbilling/v1/cloudbilling-gen.go

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

Loading

0 comments on commit da330c2

Please sign in to comment.