Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 4, 2023
1 parent cf0df64 commit 52f9bdb
Show file tree
Hide file tree
Showing 240 changed files with 35,943 additions and 2,350 deletions.
6 changes: 3 additions & 3 deletions adexchangebuyer2/v2beta1/adexchangebuyer2-api.json
Expand Up @@ -2568,7 +2568,7 @@
}
}
},
"revision": "20230419",
"revision": "20230503",
"rootUrl": "https://adexchangebuyer.googleapis.com/",
"schemas": {
"AbsoluteDateRange": {
Expand Down Expand Up @@ -4441,7 +4441,7 @@
"type": "string"
},
"guaranteedLooks": {
"description": "Count of guaranteed looks. Required for deal, optional for product.",
"description": "Count of guaranteed looks. Required for deal, optional for product. For CPD deals, buyer changes to guaranteed_looks will be ignored.",
"format": "int64",
"type": "string"
},
Expand All @@ -4451,7 +4451,7 @@
"type": "string"
},
"minimumDailyLooks": {
"description": "Daily minimum looks for CPD deal types.",
"description": "Daily minimum looks for CPD deal types. For CPD deals, buyer should negotiate on this field instead of guaranteed_looks.",
"format": "int64",
"type": "string"
},
Expand Down
7 changes: 5 additions & 2 deletions adexchangebuyer2/v2beta1/adexchangebuyer2-gen.go

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

296 changes: 293 additions & 3 deletions analyticsadmin/v1alpha/analyticsadmin-api.json

Large diffs are not rendered by default.

1,020 changes: 1,020 additions & 0 deletions analyticsadmin/v1alpha/analyticsadmin-gen.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apigateway/v1beta/apigateway-api.json
Expand Up @@ -1083,7 +1083,7 @@
}
}
},
"revision": "20230308",
"revision": "20230426",
"rootUrl": "https://apigateway.googleapis.com/",
"schemas": {
"ApigatewayApi": {
Expand Down Expand Up @@ -1581,7 +1581,7 @@
"type": "object"
},
"ApigatewayLocation": {
"description": "A resource that represents Google Cloud Platform location.",
"description": "A resource that represents a Google Cloud location.",
"id": "ApigatewayLocation",
"properties": {
"displayName": {
Expand Down
2 changes: 1 addition & 1 deletion apigateway/v1beta/apigateway-gen.go

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

4 changes: 2 additions & 2 deletions appengine/v1/appengine-api.json
Expand Up @@ -1687,7 +1687,7 @@
}
}
},
"revision": "20230403",
"revision": "20230424",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down Expand Up @@ -2815,7 +2815,7 @@
"type": "object"
},
"Location": {
"description": "A resource that represents Google Cloud Platform location.",
"description": "A resource that represents a Google Cloud location.",
"id": "Location",
"properties": {
"displayName": {
Expand Down
2 changes: 1 addition & 1 deletion appengine/v1/appengine-gen.go

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

4 changes: 2 additions & 2 deletions appengine/v1alpha/appengine-api.json
Expand Up @@ -887,7 +887,7 @@
}
}
},
"revision": "20230403",
"revision": "20230424",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"AuthorizedCertificate": {
Expand Down Expand Up @@ -1147,7 +1147,7 @@
"type": "object"
},
"Location": {
"description": "A resource that represents Google Cloud Platform location.",
"description": "A resource that represents a Google Cloud location.",
"id": "Location",
"properties": {
"displayName": {
Expand Down
2 changes: 1 addition & 1 deletion appengine/v1alpha/appengine-gen.go

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

4 changes: 2 additions & 2 deletions appengine/v1beta/appengine-api.json
Expand Up @@ -1898,7 +1898,7 @@
}
}
},
"revision": "20230403",
"revision": "20230424",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down Expand Up @@ -3077,7 +3077,7 @@
"type": "object"
},
"Location": {
"description": "A resource that represents Google Cloud Platform location.",
"description": "A resource that represents a Google Cloud location.",
"id": "Location",
"properties": {
"displayName": {
Expand Down
2 changes: 1 addition & 1 deletion appengine/v1beta/appengine-gen.go

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

122 changes: 121 additions & 1 deletion artifactregistry/v1/artifactregistry-api.json
Expand Up @@ -803,6 +803,78 @@
}
}
},
"googetArtifacts": {
"methods": {
"import": {
"description": "Imports GooGet artifacts. The returned Operation will complete once the resources are imported. Package, Version, and File resources are created based on the imported artifacts. Imported artifacts that conflict with existing resources are ignored.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/googetArtifacts:import",
"httpMethod": "POST",
"id": "artifactregistry.projects.locations.repositories.googetArtifacts.import",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "The name of the parent resource where the artifacts will be imported.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/googetArtifacts:import",
"request": {
"$ref": "ImportGoogetArtifactsRequest"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"upload": {
"description": "Directly uploads a GooGet artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/googetArtifacts:create",
"httpMethod": "POST",
"id": "artifactregistry.projects.locations.repositories.googetArtifacts.upload",
"mediaUpload": {
"accept": [
"*/*"
],
"protocols": {
"simple": {
"multipart": true,
"path": "/upload/v1/{+parent}/googetArtifacts:create"
}
}
},
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "The name of the parent resource where the artifacts will be uploaded.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/googetArtifacts:create",
"request": {
"$ref": "UploadGoogetArtifactRequest"
},
"response": {
"$ref": "UploadGoogetArtifactMediaResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"supportsMediaUpload": true
}
}
},
"kfpArtifacts": {
"methods": {
"upload": {
Expand Down Expand Up @@ -1517,7 +1589,7 @@
}
}
},
"revision": "20230317",
"revision": "20230502",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -1852,6 +1924,35 @@
},
"type": "object"
},
"ImportGoogetArtifactsGcsSource": {
"description": "Google Cloud Storage location where the artifacts currently reside.",
"id": "ImportGoogetArtifactsGcsSource",
"properties": {
"uris": {
"description": "Cloud Storage paths URI (e.g., gs://my_bucket/my_object).",
"items": {
"type": "string"
},
"type": "array"
},
"useWildcards": {
"description": "Supports URI wildcards for matching multiple objects from a single URI.",
"type": "boolean"
}
},
"type": "object"
},
"ImportGoogetArtifactsRequest": {
"description": "The request to import new googet artifacts.",
"id": "ImportGoogetArtifactsRequest",
"properties": {
"gcsSource": {
"$ref": "ImportGoogetArtifactsGcsSource",
"description": "Google Cloud Storage location where input content is located."
}
},
"type": "object"
},
"ImportYumArtifactsErrorInfo": {
"description": "Error information explaining why a package was not imported.",
"id": "ImportYumArtifactsErrorInfo",
Expand Down Expand Up @@ -2518,6 +2619,7 @@
"NPM",
"APT",
"YUM",
"GOOGET",
"PYTHON",
"KFP"
],
Expand All @@ -2528,6 +2630,7 @@
"NPM package format.",
"APT package format.",
"YUM package format.",
"GooGet package format.",
"Python package format.",
"Kubeflow Pipelines package format."
],
Expand Down Expand Up @@ -2714,6 +2817,23 @@
},
"type": "object"
},
"UploadGoogetArtifactMediaResponse": {
"description": "The response to upload an artifact.",
"id": "UploadGoogetArtifactMediaResponse",
"properties": {
"operation": {
"$ref": "Operation",
"description": "Operation to be returned to the user."
}
},
"type": "object"
},
"UploadGoogetArtifactRequest": {
"description": "The request to upload an artifact.",
"id": "UploadGoogetArtifactRequest",
"properties": {},
"type": "object"
},
"UploadKfpArtifactMediaResponse": {
"description": "The response to upload an artifact.",
"id": "UploadKfpArtifactMediaResponse",
Expand Down

0 comments on commit 52f9bdb

Please sign in to comment.