Skip to content

Commit

Permalink
fix(run): update the API
Browse files Browse the repository at this point in the history
#### run:v1alpha1
The following keys were changed:
- schemas.DomainMapping.description

#### run:v1
The following keys were changed:
- schemas.DomainMapping.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Nov 30, 2020
1 parent 469b7b8 commit a21fd13
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 24 deletions.
4 changes: 2 additions & 2 deletions discovery/run-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,7 @@
}
}
},
"revision": "20201106",
"revision": "20201113",
"rootUrl": "https://run.googleapis.com/",
"schemas": {
"Addressable": {
Expand Down Expand Up @@ -2017,7 +2017,7 @@
"type": "object"
},
"DomainMapping": {
"description": "Resource to hold the state and status of a user's domain mapping.",
"description": "Resource to hold the state and status of a user's domain mapping. NOTE: This resource is currently in Beta.",
"id": "DomainMapping",
"properties": {
"apiVersion": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/run-v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3358,7 +3358,7 @@
}
}
},
"revision": "20201106",
"revision": "20201113",
"rootUrl": "https://run.googleapis.com/",
"schemas": {
"Addressable": {
Expand Down Expand Up @@ -4219,7 +4219,7 @@
"type": "object"
},
"DomainMapping": {
"description": "Resource to hold the state and status of a user's domain mapping.",
"description": "Resource to hold the state and status of a user's domain mapping. NOTE: This resource is currently in Beta.",
"id": "DomainMapping",
"properties": {
"apiVersion": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/run/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ export namespace run_v1 {
protocol?: string | null;
}
/**
* Resource to hold the state and status of a user's domain mapping.
* Resource to hold the state and status of a user's domain mapping. NOTE: This resource is currently in Beta.
*/
export interface Schema$DomainMapping {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/run/v1alpha1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ export namespace run_v1alpha1 {
uri?: string | null;
}
/**
* Resource to hold the state and status of a user's domain mapping.
* Resource to hold the state and status of a user's domain mapping. NOTE: This resource is currently in Beta.
*/
export interface Schema$DomainMapping {
/**
Expand Down
24 changes: 6 additions & 18 deletions src/apis/run/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -603,20 +603,14 @@ export namespace run_v1beta1 {
options:
| MethodOptions
| BodyResponseCallback<Schema$ListCustomResourceDefinitionsResponse>,
callback: BodyResponseCallback<
Schema$ListCustomResourceDefinitionsResponse
>
callback: BodyResponseCallback<Schema$ListCustomResourceDefinitionsResponse>
): void;
list(
params: Params$Resource$Customresourcedefinitions$List,
callback: BodyResponseCallback<
Schema$ListCustomResourceDefinitionsResponse
>
callback: BodyResponseCallback<Schema$ListCustomResourceDefinitionsResponse>
): void;
list(
callback: BodyResponseCallback<
Schema$ListCustomResourceDefinitionsResponse
>
callback: BodyResponseCallback<Schema$ListCustomResourceDefinitionsResponse>
): void;
list(
paramsOrCallback?:
Expand Down Expand Up @@ -1126,20 +1120,14 @@ export namespace run_v1beta1 {
options:
| MethodOptions
| BodyResponseCallback<Schema$ListCustomResourceDefinitionsResponse>,
callback: BodyResponseCallback<
Schema$ListCustomResourceDefinitionsResponse
>
callback: BodyResponseCallback<Schema$ListCustomResourceDefinitionsResponse>
): void;
list(
params: Params$Resource$Projects$Locations$Customresourcedefinitions$List,
callback: BodyResponseCallback<
Schema$ListCustomResourceDefinitionsResponse
>
callback: BodyResponseCallback<Schema$ListCustomResourceDefinitionsResponse>
): void;
list(
callback: BodyResponseCallback<
Schema$ListCustomResourceDefinitionsResponse
>
callback: BodyResponseCallback<Schema$ListCustomResourceDefinitionsResponse>
): void;
list(
paramsOrCallback?:
Expand Down

0 comments on commit a21fd13

Please sign in to comment.