Skip to content

Commit

Permalink
fix(documentai): update the API
Browse files Browse the repository at this point in the history
#### documentai:v1beta3

The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.filter.description
- schemas.GoogleCloudDocumentaiV1beta3ProcessorVersion.description

#### documentai:v1

The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.filter.description
- resources.uiv1beta3.resources.projects.resources.locations.methods.list.parameters.filter.description
- schemas.GoogleCloudDocumentaiV1ProcessorVersion.description
  • Loading branch information
yoshi-automation authored and bcoe committed Apr 11, 2022
1 parent 4189154 commit c44ee55
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions discovery/documentai-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
],
"parameters": {
"filter": {
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -894,7 +894,7 @@
],
"parameters": {
"filter": {
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1029,7 +1029,7 @@
}
}
},
"revision": "20220326",
"revision": "20220401",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
Expand Down Expand Up @@ -3180,7 +3180,7 @@
"type": "object"
},
"GoogleCloudDocumentaiV1ProcessorVersion": {
"description": "A processor version is an implementation of a processor. Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor's behavior (when processing documents) is defined by a default version.",
"description": "A processor version is an implementation of a processor. Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor's behavior (when processing documents) is defined by a default version",
"id": "GoogleCloudDocumentaiV1ProcessorVersion",
"properties": {
"createTime": {
Expand Down
6 changes: 3 additions & 3 deletions discovery/documentai-v1beta3.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
],
"parameters": {
"filter": {
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -796,7 +796,7 @@
}
}
},
"revision": "20220326",
"revision": "20220401",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
Expand Down Expand Up @@ -5754,7 +5754,7 @@
"type": "object"
},
"GoogleCloudDocumentaiV1beta3ProcessorVersion": {
"description": "A processor version is an implementation of a processor. Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor's behavior (when processing documents) is defined by a default version.",
"description": "A processor version is an implementation of a processor. Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor's behavior (when processing documents) is defined by a default version",
"id": "GoogleCloudDocumentaiV1beta3ProcessorVersion",
"properties": {
"createTime": {
Expand Down
10 changes: 5 additions & 5 deletions src/apis/documentai/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3631,7 +3631,7 @@ export namespace documentai_v1 {
locationId?: string | null;
}
/**
* A processor version is an implementation of a processor. Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor's behavior (when processing documents) is defined by a default version.
* A processor version is an implementation of a processor. Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor's behavior (when processing documents) is defined by a default version
*/
export interface Schema$GoogleCloudDocumentaiV1ProcessorVersion {
/**
Expand Down Expand Up @@ -4522,7 +4522,7 @@ export namespace documentai_v1 {
*
* // Do the magic
* const res = await documentai.projects.locations.list({
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* filter: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
Expand Down Expand Up @@ -4658,7 +4658,7 @@ export namespace documentai_v1 {
export interface Params$Resource$Projects$Locations$List
extends StandardParameters {
/**
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
*/
filter?: string;
/**
Expand Down Expand Up @@ -8192,7 +8192,7 @@ export namespace documentai_v1 {
*
* // Do the magic
* const res = await documentai.uiv1beta3.projects.locations.list({
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* filter: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
Expand Down Expand Up @@ -8321,7 +8321,7 @@ export namespace documentai_v1 {
export interface Params$Resource$Uiv1beta3$Projects$Locations$List
extends StandardParameters {
/**
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
*/
filter?: string;
/**
Expand Down
6 changes: 3 additions & 3 deletions src/apis/documentai/v1beta3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3494,7 +3494,7 @@ export namespace documentai_v1beta3 {
locationId?: string | null;
}
/**
* A processor version is an implementation of a processor. Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor's behavior (when processing documents) is defined by a default version.
* A processor version is an implementation of a processor. Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor's behavior (when processing documents) is defined by a default version
*/
export interface Schema$GoogleCloudDocumentaiV1beta3ProcessorVersion {
/**
Expand Down Expand Up @@ -4416,7 +4416,7 @@ export namespace documentai_v1beta3 {
*
* // Do the magic
* const res = await documentai.projects.locations.list({
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* filter: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
Expand Down Expand Up @@ -4552,7 +4552,7 @@ export namespace documentai_v1beta3 {
export interface Params$Resource$Projects$Locations$List
extends StandardParameters {
/**
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
*/
filter?: string;
/**
Expand Down

0 comments on commit c44ee55

Please sign in to comment.