Skip to content

Commit

Permalink
Update discovery documents and generated code
Browse files Browse the repository at this point in the history
automatically_generated_update
  • Loading branch information
amanda-tarafa committed Apr 22, 2024
1 parent c278bbe commit 667bfa2
Show file tree
Hide file tree
Showing 111 changed files with 3,872 additions and 617 deletions.
8 changes: 4 additions & 4 deletions DiscoveryJson/accesscontextmanager_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@
}
}
},
"revision": "20240221",
"revision": "20240417",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down Expand Up @@ -1689,7 +1689,7 @@
"id": "EgressFrom",
"properties": {
"identities": {
"description": "A list of identities that are allowed access through this [EgressPolicy], in the format of `user:{email_id}` or `serviceAccount:{email_id}`.",
"description": "A list of identities that are allowed access through [EgressPolicy]. Identities can be an individual user, service account, Google group, or third-party identity. The `v1` identities that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -1766,7 +1766,7 @@
"id": "EgressTo",
"properties": {
"externalResources": {
"description": "A list of external resources that are allowed to be accessed. Only AWS and Azure resources are supported. For Amazon S3, the supported format is s3://BUCKET_NAME. For Azure Storage, the supported format is azure://myaccount.blob.core.windows.net/CONTAINER_NAME. A request matches if it contains an external resource in this list (Example: s3://bucket/path). Currently '*' is not allowed.",
"description": "A list of external resources that are allowed to be accessed. Only AWS and Azure resources are supported. For Amazon S3, the supported formats are s3://BUCKET_NAME, s3a://BUCKET_NAME, and s3n://BUCKET_NAME. For Azure Storage, the supported format is azure://myaccount.blob.core.windows.net/CONTAINER_NAME. A request matches if it contains an external resource in this list (Example: s3://bucket/path). Currently '*' is not allowed.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -1881,7 +1881,7 @@
"id": "IngressFrom",
"properties": {
"identities": {
"description": "A list of identities that are allowed access through this ingress policy, in the format of `user:{email_id}` or `serviceAccount:{email_id}`.",
"description": "A list of identities that are allowed access through [IngressPolicy]. Identities can be an individual user, service account, Google group, or third-party identity. The `v1` identities that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.",
"items": {
"type": "string"
},
Expand Down
50 changes: 1 addition & 49 deletions DiscoveryJson/alloydb_v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@
}
}
},
"revision": "20240320",
"revision": "20240410",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -2096,25 +2096,6 @@
},
"type": "object"
},
"DenyMaintenancePeriod": {
"description": "DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.",
"id": "DenyMaintenancePeriod",
"properties": {
"endDate": {
"$ref": "GoogleTypeDate",
"description": "Deny period end date. This can be: * A full date, with non-zero year, month and day values. * A month and day value, with a zero year for recurring. Date matching this period will have to be before the end."
},
"startDate": {
"$ref": "GoogleTypeDate",
"description": "Deny period start date. This can be: * A full date, with non-zero year, month and day values. * A month and day value, with a zero year for recurring. Date matching this period will have to be the same or after the start."
},
"time": {
"$ref": "GoogleTypeTimeOfDay",
"description": "Time in UTC when the deny period starts on start_date and ends on end_date. This can be: * Full time. * All zeros for 00:00:00 UTC"
}
},
"type": "object"
},
"Empty": {
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
"id": "Empty",
Expand Down Expand Up @@ -2253,28 +2234,6 @@
},
"type": "object"
},
"GoogleTypeDate": {
"description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp",
"id": "GoogleTypeDate",
"properties": {
"day": {
"description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
"format": "int32",
"type": "integer"
},
"month": {
"description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
"format": "int32",
"type": "integer"
},
"year": {
"description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleTypeTimeOfDay": {
"description": "Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.",
"id": "GoogleTypeTimeOfDay",
Expand Down Expand Up @@ -2728,13 +2687,6 @@
"description": "MaintenanceUpdatePolicy defines the policy for system updates.",
"id": "MaintenanceUpdatePolicy",
"properties": {
"denyMaintenancePeriods": {
"description": "Periods to deny maintenance. Currently limited to 1.",
"items": {
"$ref": "DenyMaintenancePeriod"
},
"type": "array"
},
"maintenanceWindows": {
"description": "Preferred windows to perform maintenance. Currently limited to 1.",
"items": {
Expand Down
22 changes: 21 additions & 1 deletion DiscoveryJson/androidpublisher_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4731,7 +4731,7 @@
}
}
},
"revision": "20240417",
"revision": "20240418",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -7486,6 +7486,12 @@
},
"type": "object"
},
"OtherRecurringProduct": {
"description": "Details of a recurring external transaction product which doesn't belong to any other more specific category.",
"id": "OtherRecurringProduct",
"properties": {},
"type": "object"
},
"OtherRegionsBasePlanConfig": {
"description": "Pricing information for any new locations Play may launch in.",
"id": "OtherRegionsBasePlanConfig",
Expand Down Expand Up @@ -7524,6 +7530,10 @@
"$ref": "OtherRegionsSubscriptionOfferPhasePrices",
"description": "The absolute amount of money subtracted from the base plan price prorated over the phase duration that the user pays for this offer phase. For example, if the base plan price for this region is $12 for a period of 1 year, then a $1 absolute discount for a phase of a duration of 3 months would correspond to a price of $2. The resulting price may not be smaller than the minimum price allowed for any new locations Play may launch in."
},
"free": {
"$ref": "OtherRegionsSubscriptionOfferPhaseFreePriceOverride",
"description": "Set to specify this offer is free to obtain."
},
"otherRegionsPrices": {
"$ref": "OtherRegionsSubscriptionOfferPhasePrices",
"description": "The absolute price the user pays for this offer phase. The price must not be smaller than the minimum price allowed for any new locations Play may launch in."
Expand All @@ -7536,6 +7546,12 @@
},
"type": "object"
},
"OtherRegionsSubscriptionOfferPhaseFreePriceOverride": {
"description": "Represents the free price override configuration for any new locations Play may launch for a single offer phase.",
"id": "OtherRegionsSubscriptionOfferPhaseFreePriceOverride",
"properties": {},
"type": "object"
},
"OtherRegionsSubscriptionOfferPhasePrices": {
"description": "Pricing information for any new locations Play may launch in.",
"id": "OtherRegionsSubscriptionOfferPhasePrices",
Expand Down Expand Up @@ -7766,6 +7782,10 @@
"Alternative billing only, where users may only use developer-manager billing."
],
"type": "string"
},
"otherRecurringProduct": {
"$ref": "OtherRecurringProduct",
"description": "Details of a recurring external transaction product which doesn't belong to any other specific category."
}
},
"type": "object"
Expand Down
79 changes: 74 additions & 5 deletions DiscoveryJson/authorizedbuyersmarketplace_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,51 @@
"resources": {
"bidders": {
"resources": {
"auctionPackages": {
"methods": {
"list": {
"description": "List the auction packages. Buyers can use the URL path \"/v1/buyers/{accountId}/auctionPackages\" to list auction packages for the current buyer and its clients. Bidders can use the URL path \"/v1/bidders/{accountId}/auctionPackages\" to list auction packages for the bidder, its media planners, its buyers, and all their clients.",
"flatPath": "v1/bidders/{biddersId}/auctionPackages",
"httpMethod": "GET",
"id": "authorizedbuyersmarketplace.bidders.auctionPackages.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"description": "Optional. Optional query string using the [Cloud API list filtering syntax](/authorized-buyers/apis/guides/list-filters). Only supported when parent is bidder. Supported columns for filtering are: * displayName * createTime * updateTime * eligibleSeatIds",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "Requested page size. The server may return fewer results than requested. Max allowed page size is 500.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "The page token as returned. ListAuctionPackagesResponse.nextPageToken",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. Name of the parent buyer that can access the auction package. Format: `buyers/{accountId}`. When used with a bidder account, the auction packages that the bidder, its media planners, its buyers and clients are subscribed to will be listed, in the format `bidders/{accountId}`.",
"location": "path",
"pattern": "^bidders/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/auctionPackages",
"response": {
"$ref": "ListAuctionPackagesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/authorized-buyers-marketplace"
]
}
}
},
"finalizedDeals": {
"methods": {
"list": {
Expand Down Expand Up @@ -189,7 +234,7 @@
]
},
"list": {
"description": "List the auction packages subscribed by a buyer and its clients.",
"description": "List the auction packages. Buyers can use the URL path \"/v1/buyers/{accountId}/auctionPackages\" to list auction packages for the current buyer and its clients. Bidders can use the URL path \"/v1/bidders/{accountId}/auctionPackages\" to list auction packages for the bidder, its media planners, its buyers, and all their clients.",
"flatPath": "v1/buyers/{buyersId}/auctionPackages",
"httpMethod": "GET",
"id": "authorizedbuyersmarketplace.buyers.auctionPackages.list",
Expand All @@ -198,7 +243,7 @@
],
"parameters": {
"filter": {
"description": "Optional. Optional query string using the [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/list-filters) Only supported when parent is bidder. Supported columns for filtering are: * displayName * createTime * updateTime * eligibleSeatIds",
"description": "Optional. Optional query string using the [Cloud API list filtering syntax](/authorized-buyers/apis/guides/list-filters). Only supported when parent is bidder. Supported columns for filtering are: * displayName * createTime * updateTime * eligibleSeatIds",
"location": "query",
"type": "string"
},
Expand All @@ -214,7 +259,7 @@
"type": "string"
},
"parent": {
"description": "Required. Name of the parent buyer that can access the auction package. Format: `buyers/{accountId}`",
"description": "Required. Name of the parent buyer that can access the auction package. Format: `buyers/{accountId}`. When used with a bidder account, the auction packages that the bidder, its media planners, its buyers and clients are subscribed to will be listed, in the format `bidders/{accountId}`.",
"location": "path",
"pattern": "^buyers/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1312,7 +1357,7 @@
}
}
},
"revision": "20240417",
"revision": "20240418",
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
"schemas": {
"AcceptProposalRequest": {
Expand Down Expand Up @@ -1420,18 +1465,42 @@
"description": "The display_name assigned to the auction package.",
"type": "string"
},
"eligibleSeatIds": {
"description": "Output only. If set, this field contains the list of DSP specific seat ids set by media planners that are eligible to transact on this deal. The seat ID is in the calling DSP's namespace.",
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"name": {
"description": "Immutable. The unique identifier for the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is sent in the BidRequest to all RTB bidders and is returned as deal_id by the bidder in the BidResponse.",
"type": "string"
},
"subscribedBuyers": {
"description": "Output only. The list of buyers that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder. Format: `buyers/{buyerAccountId}`",
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"subscribedClients": {
"description": "Output only. The list of clients of the current buyer that are subscribed to the AuctionPackage. Format: `buyers/{buyerAccountId}/clients/{clientAccountId}`",
"description": "Output only. When calling as a buyer, the list of clients of the current buyer that are subscribed to the AuctionPackage. When calling as a bidder, the list of clients that are subscribed to the AuctionPackage owned by the bidder or its buyers. Format: `buyers/{buyerAccountId}/clients/{clientAccountId}`",
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"subscribedMediaPlanners": {
"description": "Output only. The list of media planners that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder.",
"items": {
"$ref": "MediaPlanner"
},
"readOnly": true,
"type": "array"
},
"updateTime": {
"description": "Output only. Time the auction package was last updated. This value is only increased when this auction package is updated but never when a buyer subscribed.",
"format": "google-datetime",
Expand Down
36 changes: 9 additions & 27 deletions DiscoveryJson/beyondcorp_v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -3903,7 +3903,7 @@
}
}
},
"revision": "20240320",
"revision": "20240410",
"rootUrl": "https://beyondcorp.googleapis.com/",
"schemas": {
"AllocatedConnection": {
Expand Down Expand Up @@ -6027,25 +6027,6 @@
},
"type": "object"
},
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig": {
"description": "Message contains the configuration for each supported region for the securityGateway instance.",
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig",
"properties": {
"egressIpAddresses": {
"description": "Output only. External IP addresses that will be used for establishing connection to the egress endpoints.",
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"region": {
"description": "Required. The region where the egress connectivity is required.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway": {
"description": "Information about a BeyoncCorp SecurityGateway resource.",
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway",
Expand All @@ -6060,17 +6041,18 @@
"description": "Optional. An arbitrary user-provided name for the SecurityGateway. Cannot exceed 64 characters.",
"type": "string"
},
"name": {
"description": "Identifier. Name of the resource.",
"type": "string"
},
"regionConfigs": {
"description": "Optional. List of regions where the egress connectivity is required.",
"externalIps": {
"description": "Output only. IP addresses that will be used for establishing connection to the endpoints.",
"items": {
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig"
"type": "string"
},
"readOnly": true,
"type": "array"
},
"name": {
"description": "Identifier. Name of the resource.",
"type": "string"
},
"state": {
"description": "Output only. The operational state of the SecurityGateway.",
"enum": [
Expand Down
4 changes: 2 additions & 2 deletions DiscoveryJson/chat_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@
}
}
},
"revision": "20240414",
"revision": "20240416",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"AccessoryWidget": {
Expand Down Expand Up @@ -1887,7 +1887,7 @@
"id": "GoogleAppsCardV1Action",
"properties": {
"function": {
"description": "A custom function to invoke when the containing element is clicked or othrwise activated. For example usage, see [Read form data](https://developers.google.com/workspace/chat/read-form-data).",
"description": "A custom function to invoke when the containing element is clicked or otherwise activated. For example usage, see [Read form data](https://developers.google.com/workspace/chat/read-form-data).",
"type": "string"
},
"interaction": {
Expand Down

0 comments on commit 667bfa2

Please sign in to comment.