Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2007)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 31, 2023
1 parent 1a4c8c2 commit 465e95b
Show file tree
Hide file tree
Showing 36 changed files with 1,781 additions and 627 deletions.
3 changes: 2 additions & 1 deletion androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"parameterOrder": [],
"parameters": {
"agreementAccepted": {
"deprecated": true,
"description": "Whether the enterprise admin has seen and agreed to the managed Google Play Agreement (https://www.android.com/enterprise/terms/). Do not set this field for any customer-managed enterprise (https://developers.google.com/android/management/create-enterprise#customer-managed_enterprises). Set this to field to true for all EMM-managed enterprises (https://developers.google.com/android/management/create-enterprise#emm-managed_enterprises).",
"location": "query",
"type": "boolean"
Expand Down Expand Up @@ -1065,7 +1066,7 @@
}
}
},
"revision": "20230516",
"revision": "20230522",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down
1 change: 1 addition & 0 deletions androidmanagement/v1/androidmanagement-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 query string using the [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters) Supported columns for filtering are: * deal.displayName * deal.dealType * deal.createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime * dealServingStatus",
"description": "Optional query string using the [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/list-filters) Supported columns for filtering are: * deal.displayName * deal.dealType * deal.createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime * dealServingStatus",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -459,7 +459,7 @@
],
"parameters": {
"filter": {
"description": "Query string using the [Filtering Syntax](https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters) Supported fields for filtering are: * partnerClientId Use this field to filter the clients by the partnerClientId. For example, if the partnerClientId of the client is \"1234\", the value of this field should be `partnerClientId = \"1234\"`, in order to get only the client whose partnerClientId is \"1234\" in the response.",
"description": "Query string using the [Filtering Syntax](https://developers.google.com/authorized-buyers/apis/guides/list-filters) Supported fields for filtering are: * partnerClientId Use this field to filter the clients by the partnerClientId. For example, if the partnerClientId of the client is \"1234\", the value of this field should be `partnerClientId = \"1234\"`, in order to get only the client whose partnerClientId is \"1234\" in the response.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -767,7 +767,7 @@
],
"parameters": {
"filter": {
"description": "Optional query string using the [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters) Supported columns for filtering are: * deal.displayName * deal.dealType * deal.createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime * dealServingStatus",
"description": "Optional query string using the [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/list-filters) Supported columns for filtering are: * deal.displayName * deal.dealType * deal.createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime * dealServingStatus",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -976,7 +976,7 @@
]
},
"get": {
"description": "Gets a proposal using its name. The proposal is returned at most recent revision. revision.",
"description": "Gets a proposal using its resource name. The proposal is returned at the latest revision.",
"flatPath": "v1/buyers/{buyersId}/proposals/{proposalsId}",
"httpMethod": "GET",
"id": "authorizedbuyersmarketplace.buyers.proposals.get",
Expand All @@ -1001,7 +1001,7 @@
]
},
"list": {
"description": "Lists proposals. A filter expression (list filter syntax) may be specified to filter the results. This will not list finalized versions of proposals that are being renegotiated; to retrieve these use the finalizedProposals resource.",
"description": "Lists proposals. A filter expression using [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/list-filters) may be specified to filter the results.",
"flatPath": "v1/buyers/{buyersId}/proposals",
"httpMethod": "GET",
"id": "authorizedbuyersmarketplace.buyers.proposals.list",
Expand All @@ -1010,7 +1010,7 @@
],
"parameters": {
"filter": {
"description": "Optional query string using the [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters) Supported columns for filtering are: * displayName * dealType * updateTime * state",
"description": "Optional query string using the [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/list-filters) Supported columns for filtering are: * displayName * dealType * updateTime * state",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1042,7 +1042,7 @@
]
},
"patch": {
"description": "Updates the proposal at the given revision number. If the revision number in the request is behind the latest from the server, an error message will be returned. See FieldMask for how to use FieldMask. Only fields specified in the UpdateProposalRequest.update_mask will be updated; Fields noted as 'Immutable' or 'Output only' yet specified in the UpdateProposalRequest.update_mask will be ignored and left unchanged. Updating a private auction proposal is not allowed and will result in an error.",
"description": "Updates the proposal at the given revision number. If the revision number in the request is behind the latest one kept in the server, an error message will be returned. See FieldMask for how to use FieldMask. Only fields specified in the UpdateProposalRequest.update_mask will be updated; Fields noted as 'Immutable' or 'Output only' yet specified in the UpdateProposalRequest.update_mask will be ignored and left unchanged. Updating a private auction proposal is not allowed and will result in an error.",
"flatPath": "v1/buyers/{buyersId}/proposals/{proposalsId}",
"httpMethod": "PATCH",
"id": "authorizedbuyersmarketplace.buyers.proposals.patch",
Expand Down Expand Up @@ -1271,7 +1271,7 @@
],
"parameters": {
"filter": {
"description": "Optional query string using the [Cloud API list filtering] (https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters) syntax.",
"description": "Optional query string using the [Cloud API list filtering] (https://developers.google.com/authorized-buyers/apis/guides/list-filters) syntax.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1307,7 +1307,7 @@
}
}
},
"revision": "20230508",
"revision": "20230530",
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
"schemas": {
"AcceptProposalRequest": {
Expand Down
44 changes: 22 additions & 22 deletions authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-gen.go

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

Loading

0 comments on commit 465e95b

Please sign in to comment.