Skip to content

Commit 09cf3ae

Browse files
docs: update client libraries for Enterprise OCR add-ons (#11642)
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b736f9a commit 09cf3ae

File tree

27 files changed

+118
-30
lines changed

27 files changed

+118
-30
lines changed

packages/google-cloud-documentai/google/cloud/documentai/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.18.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-documentai/google/cloud/documentai_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.18.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-documentai/google/cloud/documentai_v1/services/document_processor_service/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from google.api_core import operation # type: ignore
4747
from google.api_core import operation_async # type: ignore
4848
from google.cloud.location import locations_pb2 # type: ignore
49-
from google.longrunning import operations_pb2
49+
from google.longrunning import operations_pb2 # type: ignore
5050
from google.protobuf import empty_pb2 # type: ignore
5151
from google.protobuf import timestamp_pb2 # type: ignore
5252

packages/google-cloud-documentai/google/cloud/documentai_v1/services/document_processor_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
from google.api_core import operation # type: ignore
5151
from google.api_core import operation_async # type: ignore
5252
from google.cloud.location import locations_pb2 # type: ignore
53-
from google.longrunning import operations_pb2
53+
from google.longrunning import operations_pb2 # type: ignore
5454
from google.protobuf import empty_pb2 # type: ignore
5555
from google.protobuf import timestamp_pb2 # type: ignore
5656

packages/google-cloud-documentai/google/cloud/documentai_v1/services/document_processor_service/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
from google.auth.transport.grpc import SslCredentials # type: ignore
3434
from google.auth.transport.requests import AuthorizedSession # type: ignore
3535
from google.cloud.location import locations_pb2 # type: ignore
36-
from google.longrunning import operations_pb2
3736
from google.protobuf import json_format
3837
import grpc # type: ignore
3938
from requests import __version__ as requests_version

packages/google-cloud-documentai/google/cloud/documentai_v1/types/document.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,14 +1235,12 @@ class NormalizedValue(proto.Message):
12351235
date_value (google.type.date_pb2.Date):
12361236
Date value. Includes year, month, day. See
12371237
also:
1238-
12391238
https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
12401239
12411240
This field is a member of `oneof`_ ``structured_value``.
12421241
datetime_value (google.type.datetime_pb2.DateTime):
12431242
DateTime value. Includes date, time, and
12441243
timezone. See also:
1245-
12461244
https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
12471245
12481246
This field is a member of `oneof`_ ``structured_value``.

packages/google-cloud-documentai/google/cloud/documentai_v1beta2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.18.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-documentai/google/cloud/documentai_v1beta2/services/document_understanding_service/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
from google.api_core import operation # type: ignore
4646
from google.api_core import operation_async # type: ignore
4747
from google.cloud.location import locations_pb2 # type: ignore
48-
from google.longrunning import operations_pb2
48+
from google.longrunning import operations_pb2 # type: ignore
4949
from google.rpc import status_pb2 # type: ignore
5050

5151
from google.cloud.documentai_v1beta2.types import document, document_understanding

packages/google-cloud-documentai/google/cloud/documentai_v1beta2/services/document_understanding_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
from google.api_core import operation # type: ignore
5050
from google.api_core import operation_async # type: ignore
5151
from google.cloud.location import locations_pb2 # type: ignore
52-
from google.longrunning import operations_pb2
52+
from google.longrunning import operations_pb2 # type: ignore
5353
from google.rpc import status_pb2 # type: ignore
5454

5555
from google.cloud.documentai_v1beta2.types import document, document_understanding

packages/google-cloud-documentai/google/cloud/documentai_v1beta2/types/document.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ class Label(proto.Message):
159159
This field is a member of `oneof`_ ``source``.
160160
name (str):
161161
Name of the label.
162+
162163
When the label is generated from AutoML Text
163164
Classification model, this field represents the
164165
name of the category.
@@ -1286,14 +1287,12 @@ class NormalizedValue(proto.Message):
12861287
date_value (google.type.date_pb2.Date):
12871288
Date value. Includes year, month, day. See
12881289
also:
1289-
12901290
https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
12911291
12921292
This field is a member of `oneof`_ ``structured_value``.
12931293
datetime_value (google.type.datetime_pb2.DateTime):
12941294
DateTime value. Includes date, time, and
12951295
timezone. See also:
1296-
12971296
https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
12981297
12991298
This field is a member of `oneof`_ ``structured_value``.

0 commit comments

Comments
 (0)