Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: API regeneration: release-2025-01-15.01-03-48 #2915

Merged
merged 22 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
83af7ca
feat: Generate Google.Apis.AdSensePlatform.v1alpha version 1.68.0.3666
amanda-tarafa Jan 15, 2025
c6772c9
feat: Generate Google.Apis.Aiplatform.v1 version 1.68.0.3659
amanda-tarafa Jan 15, 2025
f27cd34
feat: Generate Google.Apis.Aiplatform.v1beta1 version 1.68.0.3659
amanda-tarafa Jan 15, 2025
3bcaa48
feat: Generate Google.Apis.AndroidEnterprise.v1 version 1.68.0.3661
amanda-tarafa Jan 15, 2025
df6111e
feat: Generate Google.Apis.AuthorizedBuyersMarketplace.v1 version 1.6…
amanda-tarafa Jan 15, 2025
ae78580
feat: Generate Google.Apis.AuthorizedBuyersMarketplace.v1alpha versio…
amanda-tarafa Jan 15, 2025
3aad852
feat: Generate Google.Apis.ChromeManagement.v1 version 1.68.0.3663
amanda-tarafa Jan 15, 2025
411597f
feat: Generate Google.Apis.CloudComposer.v1 version 1.68.0.3660
amanda-tarafa Jan 15, 2025
d3c8315
feat: Generate Google.Apis.CloudComposer.v1beta1 version 1.68.0.3660
amanda-tarafa Jan 15, 2025
51af21d
feat: Generate Google.Apis.Compute.alpha version 1.68.0.3659
amanda-tarafa Jan 15, 2025
9051306
feat: Generate Google.Apis.Compute.beta version 1.68.0.3659
amanda-tarafa Jan 15, 2025
148b3bb
feat: Generate Google.Apis.CloudDataplex.v1 version 1.68.0.3659
amanda-tarafa Jan 15, 2025
f9c5163
feat: Generate Google.Apis.Dataproc.v1 version 1.68.0.3663
amanda-tarafa Jan 15, 2025
df77055
feat: Generate Google.Apis.DisplayVideo.v2 version 1.68.0.3661
amanda-tarafa Jan 15, 2025
a53e96f
feat: Generate Google.Apis.DisplayVideo.v3 version 1.68.0.3661
amanda-tarafa Jan 15, 2025
adc5541
feat: Generate Google.Apis.CloudHealthcare.v1 version 1.68.0.3647
amanda-tarafa Jan 15, 2025
8a44c51
feat: Generate Google.Apis.CloudHealthcare.v1beta1 version 1.68.0.3647
amanda-tarafa Jan 15, 2025
e97fe5e
feat: Generate Google.Apis.Logging.v2 version 1.68.0.3662
amanda-tarafa Jan 15, 2025
3e03ce6
feat: Generate Google.Apis.SecretManager.v1 version 1.68.0.3663
amanda-tarafa Jan 15, 2025
73a16b4
feat: Generate Google.Apis.SecretManager.v1beta1 version 1.68.0.3663
amanda-tarafa Jan 15, 2025
8b42275
feat: Generate Google.Apis.SecretManager.v1beta2 version 1.68.0.3663
amanda-tarafa Jan 15, 2025
a52d946
feat: Generate Google.Apis.Spanner.v1 version 1.68.0.3641
amanda-tarafa Jan 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 86 additions & 1 deletion DiscoveryJson/adsenseplatform.v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,53 @@
"https://www.googleapis.com/auth/adsense.readonly"
]
}
},
"resources": {
"childAccounts": {
"resources": {
"sites": {
"methods": {
"list": {
"description": "Lists Platform Child Sites for a specified Platform Child Account.",
"flatPath": "v1alpha/accounts/{accountsId}/platforms/{platformsId}/childAccounts/{childAccountsId}/sites",
"httpMethod": "GET",
"id": "adsenseplatform.accounts.platforms.childAccounts.sites.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"description": "Optional. The maximum number of children to include in the response, used for paging. If unspecified, at most 10000 platforms will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "Optional. A page token, received from a previous `ListPlatformChildren` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPlatformChildren` must match the call that provided the page token.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. The name of the platform to retrieve. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code}",
"location": "path",
"pattern": "^accounts/[^/]+/platforms/[^/]+/childAccounts/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha/{+parent}/sites",
"response": {
"$ref": "ListPlatformChildSitesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/adsense",
"https://www.googleapis.com/auth/adsense.readonly"
]
}
}
}
}
}
}
}
}
Expand Down Expand Up @@ -517,7 +564,7 @@
}
}
},
"revision": "20250108",
"revision": "20250114",
"rootUrl": "https://adsenseplatform.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -699,6 +746,24 @@
},
"type": "object"
},
"ListPlatformChildSitesResponse": {
"description": "Response definition for the list platform child sites rpc.",
"id": "ListPlatformChildSitesResponse",
"properties": {
"nextPageToken": {
"description": "Continuation token used to page through platforms. To retrieve the next page of the results, set the next request's \"page_token\" value to this.",
"type": "string"
},
"platformChildSites": {
"description": "The platform child sites returned in this list response.",
"items": {
"$ref": "PlatformChildSite"
},
"type": "array"
}
},
"type": "object"
},
"ListPlatformsResponse": {
"description": "Response definition for the platform list rpc.",
"id": "ListPlatformsResponse",
Expand Down Expand Up @@ -766,6 +831,26 @@
},
"type": "object"
},
"PlatformChildSite": {
"description": "Representation of a Transparent Platform Child Site.",
"id": "PlatformChildSite",
"properties": {
"domain": {
"description": "Output only. Domain URL of the Platform Child Site. Part of the PlatformChildSite name.",
"readOnly": true,
"type": "string"
},
"name": {
"description": "Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}",
"type": "string"
},
"platformGroup": {
"description": "Resource name of the Platform Group of the Platform Child Site.",
"type": "string"
}
},
"type": "object"
},
"RequestSiteReviewResponse": {
"description": "Response definition for the site request review rpc.",
"id": "RequestSiteReviewResponse",
Expand Down
55 changes: 45 additions & 10 deletions DiscoveryJson/aiplatform.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@
],
"parameters": {
"name": {
"description": "Output only. Identifier. The resource name of the DatasetVersion.",
"description": "Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`",
"location": "path",
"pattern": "^datasets/[^/]+/datasetVersions/[^/]+$",
"required": true,
Expand Down Expand Up @@ -3093,7 +3093,7 @@
],
"parameters": {
"name": {
"description": "Output only. Identifier. The resource name of the DatasetVersion.",
"description": "Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$",
"required": true,
Expand Down Expand Up @@ -19327,7 +19327,7 @@
}
}
},
"revision": "20241214",
"revision": "20250107",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoResponse": {
Expand Down Expand Up @@ -19644,7 +19644,7 @@
"type": "object"
},
"CloudAiPlatformCommonCreatePipelineJobApiErrorDetail": {
"description": "Create API error message for Vertex Pipeline. Next Id: 3.",
"description": "Create API error message for Vertex Pipeline.",
"id": "CloudAiPlatformCommonCreatePipelineJobApiErrorDetail",
"properties": {
"errorCause": {
Expand Down Expand Up @@ -19695,8 +19695,8 @@
"Resolver spec is invalid.",
"Runtime Parameters are invalid.",
"Cloud API not enabled.",
"Invalid GCS input uri",
"Invalid GCS output uri",
"Invalid Cloud Storage input uri",
"Invalid Cloud Storage output uri",
"Component spec of pipeline is invalid.",
"DagOutputsSpec is invalid.",
"DagSpec is invalid.",
Expand Down Expand Up @@ -19923,7 +19923,7 @@
"type": "object"
},
"GoogleCloudAiplatformV1ApiAuth": {
"description": "The generic reusable api auth config.",
"description": "The generic reusable api auth config. Deprecated. Please use AuthConfig (google/cloud/aiplatform/master/auth.proto) instead.",
"id": "GoogleCloudAiplatformV1ApiAuth",
"properties": {
"apiKeyConfig": {
Expand Down Expand Up @@ -22752,7 +22752,7 @@
"type": "string"
},
"name": {
"description": "Output only. Identifier. The resource name of the DatasetVersion.",
"description": "Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`",
"readOnly": true,
"type": "string"
},
Expand Down Expand Up @@ -31871,8 +31871,7 @@
"type": "string"
},
"scheduleResourceName": {
"description": "Output only. The Schedule resource name if this job is triggered by one. Format: `projects/{project_id}/locations/{location}/schedules/{schedule_id}`",
"readOnly": true,
"description": "The Schedule resource name if this job is triggered by one. Format: `projects/{project_id}/locations/{location}/schedules/{schedule_id}`",
"type": "string"
},
"serviceAccount": {
Expand Down Expand Up @@ -35460,6 +35459,21 @@
},
"type": "object"
},
"GoogleCloudAiplatformV1RetrievalConfig": {
"description": "Retrieval config.",
"id": "GoogleCloudAiplatformV1RetrievalConfig",
"properties": {
"languageCode": {
"description": "The language code of the user.",
"type": "string"
},
"latLng": {
"$ref": "GoogleTypeLatLng",
"description": "The location of the user."
}
},
"type": "object"
},
"GoogleCloudAiplatformV1RetrievalMetadata": {
"description": "Metadata related to retrieval in the grounding flow.",
"id": "GoogleCloudAiplatformV1RetrievalMetadata",
Expand Down Expand Up @@ -42728,6 +42742,10 @@
"functionCallingConfig": {
"$ref": "GoogleCloudAiplatformV1FunctionCallingConfig",
"description": "Optional. Function calling config."
},
"retrievalConfig": {
"$ref": "GoogleCloudAiplatformV1RetrievalConfig",
"description": "Optional. Retrieval config."
}
},
"type": "object"
Expand Down Expand Up @@ -44735,6 +44753,23 @@
},
"type": "object"
},
"GoogleTypeLatLng": {
"description": "An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges.",
"id": "GoogleTypeLatLng",
"properties": {
"latitude": {
"description": "The latitude in degrees. It must be in the range [-90.0, +90.0].",
"format": "double",
"type": "number"
},
"longitude": {
"description": "The longitude in degrees. It must be in the range [-180.0, +180.0].",
"format": "double",
"type": "number"
}
},
"type": "object"
},
"GoogleTypeMoney": {
"description": "Represents an amount of money with its currency type.",
"id": "GoogleTypeMoney",
Expand Down
Loading
Loading