From e04660ed796bb3f23d69f945676049ffbfb545c4 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 30 Jan 2020 09:09:53 -0800 Subject: [PATCH] chore(bigtable): bump copyright year to 2020; change formatting of docstrings (via synth) (#10254) --- .../cloud/bigtable_admin_v2/__init__.py | 2 +- .../gapic/bigtable_instance_admin_client.py | 2 +- .../gapic/bigtable_table_admin_client.py | 2 +- .../cloud/bigtable_admin_v2/gapic/enums.py | 2 +- .../bigtable_instance_admin_grpc_transport.py | 2 +- .../bigtable_table_admin_grpc_transport.py | 2 +- .../proto/bigtable_instance_admin_pb2.py | 19 +- .../proto/bigtable_table_admin_pb2.py | 3 +- .../bigtable_admin_v2/proto/instance_pb2.py | 54 +-- .../bigtable_admin_v2/proto/table_pb2.py | 54 ++- .../google/cloud/bigtable_admin_v2/types.py | 2 +- bigtable/google/cloud/bigtable_v2/__init__.py | 2 +- .../bigtable_v2/gapic/bigtable_client.py | 17 +- .../transports/bigtable_grpc_transport.py | 2 +- .../cloud/bigtable_v2/proto/bigtable.proto | 18 - .../cloud/bigtable_v2/proto/bigtable_pb2.py | 21 +- .../cloud/bigtable_v2/proto/data_pb2.py | 67 +-- bigtable/google/cloud/bigtable_v2/types.py | 2 +- bigtable/synth.metadata | 409 +++++++++++++++++- .../unit/gapic/v2/test_bigtable_client_v2.py | 2 +- .../test_bigtable_instance_admin_client_v2.py | 2 +- .../v2/test_bigtable_table_admin_client_v2.py | 2 +- 22 files changed, 537 insertions(+), 151 deletions(-) diff --git a/bigtable/google/cloud/bigtable_admin_v2/__init__.py b/bigtable/google/cloud/bigtable_admin_v2/__init__.py index 263c8a37a553..876859fe058e 100644 --- a/bigtable/google/cloud/bigtable_admin_v2/__init__.py +++ b/bigtable/google/cloud/bigtable_admin_v2/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bigtable/google/cloud/bigtable_admin_v2/gapic/bigtable_instance_admin_client.py b/bigtable/google/cloud/bigtable_admin_v2/gapic/bigtable_instance_admin_client.py index c0bac0768dcf..0724c3822a3d 100644 --- a/bigtable/google/cloud/bigtable_admin_v2/gapic/bigtable_instance_admin_client.py +++ b/bigtable/google/cloud/bigtable_admin_v2/gapic/bigtable_instance_admin_client.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bigtable/google/cloud/bigtable_admin_v2/gapic/bigtable_table_admin_client.py b/bigtable/google/cloud/bigtable_admin_v2/gapic/bigtable_table_admin_client.py index c96304e30832..9ccd58471455 100644 --- a/bigtable/google/cloud/bigtable_admin_v2/gapic/bigtable_table_admin_client.py +++ b/bigtable/google/cloud/bigtable_admin_v2/gapic/bigtable_table_admin_client.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bigtable/google/cloud/bigtable_admin_v2/gapic/enums.py b/bigtable/google/cloud/bigtable_admin_v2/gapic/enums.py index ba847ea35974..68f25f989ba7 100644 --- a/bigtable/google/cloud/bigtable_admin_v2/gapic/enums.py +++ b/bigtable/google/cloud/bigtable_admin_v2/gapic/enums.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bigtable/google/cloud/bigtable_admin_v2/gapic/transports/bigtable_instance_admin_grpc_transport.py b/bigtable/google/cloud/bigtable_admin_v2/gapic/transports/bigtable_instance_admin_grpc_transport.py index 3482193864b1..fa5bf0556a96 100644 --- a/bigtable/google/cloud/bigtable_admin_v2/gapic/transports/bigtable_instance_admin_grpc_transport.py +++ b/bigtable/google/cloud/bigtable_admin_v2/gapic/transports/bigtable_instance_admin_grpc_transport.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bigtable/google/cloud/bigtable_admin_v2/gapic/transports/bigtable_table_admin_grpc_transport.py b/bigtable/google/cloud/bigtable_admin_v2/gapic/transports/bigtable_table_admin_grpc_transport.py index b4fc8e9b0ff8..d8a5bfee0d74 100644 --- a/bigtable/google/cloud/bigtable_admin_v2/gapic/transports/bigtable_table_admin_grpc_transport.py +++ b/bigtable/google/cloud/bigtable_admin_v2/gapic/transports/bigtable_table_admin_grpc_transport.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bigtable/google/cloud/bigtable_admin_v2/proto/bigtable_instance_admin_pb2.py b/bigtable/google/cloud/bigtable_admin_v2/proto/bigtable_instance_admin_pb2.py index 5f0601ac2026..540e8c91b83b 100644 --- a/bigtable/google/cloud/bigtable_admin_v2/proto/bigtable_instance_admin_pb2.py +++ b/bigtable/google/cloud/bigtable_admin_v2/proto/bigtable_instance_admin_pb2.py @@ -1721,7 +1721,8 @@ dict( DESCRIPTOR=_PARTIALUPDATEINSTANCEREQUEST, __module__="google.cloud.bigtable.admin_v2.proto.bigtable_instance_admin_pb2", - __doc__="""Request message for BigtableInstanceAdmin.PartialUpdateInstance. + __doc__="""Request message for + BigtableInstanceAdmin.PartialUpdateInstance. Attributes: @@ -1975,7 +1976,8 @@ dict( DESCRIPTOR=_CREATEAPPPROFILEREQUEST, __module__="google.cloud.bigtable.admin_v2.proto.bigtable_instance_admin_pb2", - __doc__="""Request message for BigtableInstanceAdmin.CreateAppProfile. + __doc__="""Request message for + BigtableInstanceAdmin.CreateAppProfile. Attributes: @@ -2051,7 +2053,8 @@ dict( DESCRIPTOR=_LISTAPPPROFILESRESPONSE, __module__="google.cloud.bigtable.admin_v2.proto.bigtable_instance_admin_pb2", - __doc__="""Response message for BigtableInstanceAdmin.ListAppProfiles. + __doc__="""Response message for + BigtableInstanceAdmin.ListAppProfiles. Attributes: @@ -2079,7 +2082,8 @@ dict( DESCRIPTOR=_UPDATEAPPPROFILEREQUEST, __module__="google.cloud.bigtable.admin_v2.proto.bigtable_instance_admin_pb2", - __doc__="""Request message for BigtableInstanceAdmin.UpdateAppProfile. + __doc__="""Request message for + BigtableInstanceAdmin.UpdateAppProfile. Attributes: @@ -2103,7 +2107,8 @@ dict( DESCRIPTOR=_DELETEAPPPROFILEREQUEST, __module__="google.cloud.bigtable.admin_v2.proto.bigtable_instance_admin_pb2", - __doc__="""Request message for BigtableInstanceAdmin.DeleteAppProfile. + __doc__="""Request message for + BigtableInstanceAdmin.DeleteAppProfile. Attributes: @@ -2125,7 +2130,9 @@ dict( DESCRIPTOR=_UPDATEAPPPROFILEMETADATA, __module__="google.cloud.bigtable.admin_v2.proto.bigtable_instance_admin_pb2", - __doc__="""The metadata for the Operation returned by UpdateAppProfile. + __doc__="""The metadata for the Operation returned by + UpdateAppProfile. + """, # @@protoc_insertion_point(class_scope:google.bigtable.admin.v2.UpdateAppProfileMetadata) ), diff --git a/bigtable/google/cloud/bigtable_admin_v2/proto/bigtable_table_admin_pb2.py b/bigtable/google/cloud/bigtable_admin_v2/proto/bigtable_table_admin_pb2.py index f2a95d546ac3..6852607952f3 100644 --- a/bigtable/google/cloud/bigtable_admin_v2/proto/bigtable_table_admin_pb2.py +++ b/bigtable/google/cloud/bigtable_admin_v2/proto/bigtable_table_admin_pb2.py @@ -2069,7 +2069,8 @@ dict( DESCRIPTOR=_CREATETABLEFROMSNAPSHOTMETADATA, __module__="google.cloud.bigtable.admin_v2.proto.bigtable_table_admin_pb2", - __doc__="""The metadata for the Operation returned by CreateTableFromSnapshot. + __doc__="""The metadata for the Operation returned by + CreateTableFromSnapshot. Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. diff --git a/bigtable/google/cloud/bigtable_admin_v2/proto/instance_pb2.py b/bigtable/google/cloud/bigtable_admin_v2/proto/instance_pb2.py index ef3a7ce7858b..5f45909fc6a1 100644 --- a/bigtable/google/cloud/bigtable_admin_v2/proto/instance_pb2.py +++ b/bigtable/google/cloud/bigtable_admin_v2/proto/instance_pb2.py @@ -653,14 +653,15 @@ ), DESCRIPTOR=_INSTANCE, __module__="google.cloud.bigtable.admin_v2.proto.instance_pb2", - __doc__="""A collection of Bigtable [Tables][google.bigtable.admin.v2.Table] and - the resources that serve them. All tables in an instance are served from - a single [Cluster][google.bigtable.admin.v2.Cluster]. + __doc__="""A collection of Bigtable + [Tables][google.bigtable.admin.v2.Table] and the resources that serve + them. All tables in an instance are served from a single + [Cluster][google.bigtable.admin.v2.Cluster]. Attributes: name: - (``OutputOnly``) The unique name of the instance. Values are + (\ ``OutputOnly``) The unique name of the instance. Values are of the form ``projects//instances/[a-z][a-z0-9\\-]+[a-z0-9]``. display_name: @@ -668,7 +669,7 @@ Can be changed at any time, but should be kept globally unique to avoid confusion. state: - (``OutputOnly``) The current state of the instance. + (\ ``OutputOnly``) The current state of the instance. type: The type of the instance. Defaults to ``PRODUCTION``. labels: @@ -696,30 +697,30 @@ dict( DESCRIPTOR=_CLUSTER, __module__="google.cloud.bigtable.admin_v2.proto.instance_pb2", - __doc__="""A resizable group of nodes in a particular cloud location, capable of - serving all [Tables][google.bigtable.admin.v2.Table] in the parent - [Instance][google.bigtable.admin.v2.Instance]. + __doc__="""A resizable group of nodes in a particular cloud location, + capable of serving all [Tables][google.bigtable.admin.v2.Table] in the + parent [Instance][google.bigtable.admin.v2.Instance]. Attributes: name: - (``OutputOnly``) The unique name of the cluster. Values are of - the form ``projects//instances//clusters/[a - -z][-a-z0-9]*``. + (\ ``OutputOnly``) The unique name of the cluster. Values are + of the form ``projects//instances//clusters + /[a-z][-a-z0-9]*``. location: - (``CreationOnly``) The location where this cluster's nodes and - storage reside. For best performance, clients should be + (\ ``CreationOnly``) The location where this cluster's nodes + and storage reside. For best performance, clients should be located as close as possible to this cluster. Currently only zones are supported, so values should be of the form ``projects//locations/``. state: - (``OutputOnly``) The current state of the cluster. + (\ ``OutputOnly``) The current state of the cluster. serve_nodes: The number of nodes allocated to this cluster. More nodes enable higher throughput and more consistent performance. default_storage_type: - (``CreationOnly``) The type of storage used by this cluster to - serve its parent instance's tables, unless explicitly + (\ ``CreationOnly``) The type of storage used by this cluster + to serve its parent instance's tables, unless explicitly overridden. """, # @@protoc_insertion_point(class_scope:google.bigtable.admin.v2.Cluster) @@ -737,10 +738,11 @@ dict( DESCRIPTOR=_APPPROFILE_MULTICLUSTERROUTINGUSEANY, __module__="google.cloud.bigtable.admin_v2.proto.instance_pb2", - __doc__="""Read/write requests may be routed to any cluster in the instance, and - will fail over to another cluster in the event of transient errors or - delays. Choosing this option sacrifices read-your-writes consistency to - improve availability. + __doc__="""Read/write requests may be routed to any cluster in the + instance, and will fail over to another cluster in the event of + transient errors or delays. Choosing this option sacrifices + read-your-writes consistency to improve availability. + """, # @@protoc_insertion_point(class_scope:google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny) ), @@ -751,9 +753,9 @@ dict( DESCRIPTOR=_APPPROFILE_SINGLECLUSTERROUTING, __module__="google.cloud.bigtable.admin_v2.proto.instance_pb2", - __doc__="""Unconditionally routes all read/write requests to a specific cluster. - This option preserves read-your-writes consistency, but does not improve - availability. + __doc__="""Unconditionally routes all read/write requests to a + specific cluster. This option preserves read-your-writes consistency, + but does not improve availability. Attributes: @@ -770,13 +772,13 @@ ), DESCRIPTOR=_APPPROFILE, __module__="google.cloud.bigtable.admin_v2.proto.instance_pb2", - __doc__="""A configuration object describing how Cloud Bigtable should treat - traffic from a particular end user application. + __doc__="""A configuration object describing how Cloud Bigtable + should treat traffic from a particular end user application. Attributes: name: - (``OutputOnly``) The unique name of the app profile. Values + (\ ``OutputOnly``) The unique name of the app profile. Values are of the form ``projects//instances//appProfiles/[_a- zA-Z0-9][-_.a-zA-Z0-9]*``. diff --git a/bigtable/google/cloud/bigtable_admin_v2/proto/table_pb2.py b/bigtable/google/cloud/bigtable_admin_v2/proto/table_pb2.py index c348fe4a280f..b026dff95f39 100644 --- a/bigtable/google/cloud/bigtable_admin_v2/proto/table_pb2.py +++ b/bigtable/google/cloud/bigtable_admin_v2/proto/table_pb2.py @@ -841,7 +841,7 @@ Attributes: replication_state: - (``OutputOnly``) The state of replication for the table in + (\ ``OutputOnly``) The state of replication for the table in this cluster. """, # @@protoc_insertion_point(class_scope:google.bigtable.admin.v2.Table.ClusterState) @@ -867,32 +867,33 @@ ), DESCRIPTOR=_TABLE, __module__="google.cloud.bigtable.admin_v2.proto.table_pb2", - __doc__="""A collection of user data indexed by row, column, and timestamp. Each - table is served using the resources of its parent cluster. + __doc__="""A collection of user data indexed by row, column, and + timestamp. Each table is served using the resources of its parent + cluster. Attributes: name: - (``OutputOnly``) The unique name of the table. Values are of + (\ ``OutputOnly``) The unique name of the table. Values are of the form ``projects//instances//tables/[_a- zA-Z0-9][-_.a-zA-Z0-9]*``. Views: ``NAME_ONLY``, ``SCHEMA_VIEW``, ``REPLICATION_VIEW``, ``FULL`` cluster_states: - (``OutputOnly``) Map from cluster ID to per-cluster table + (\ ``OutputOnly``) Map from cluster ID to per-cluster table state. If it could not be determined whether or not the table has data in a particular cluster (for example, if its zone is unavailable), then there will be an entry for the cluster with UNKNOWN ``replication_status``. Views: ``REPLICATION_VIEW``, ``FULL`` column_families: - (``CreationOnly``) The column families configured for this + (\ ``CreationOnly``) The column families configured for this table, mapped by column family ID. Views: ``SCHEMA_VIEW``, ``FULL`` granularity: - (``CreationOnly``) The granularity (i.e. ``MILLIS``) at which - timestamps are stored in this table. Timestamps not matching - the granularity will be rejected. If unspecified at creation - time, the value will be set to ``MILLIS``. Views: + (\ ``CreationOnly``) The granularity (i.e. ``MILLIS``) at + which timestamps are stored in this table. Timestamps not + matching the granularity will be rejected. If unspecified at + creation time, the value will be set to ``MILLIS``. Views: ``SCHEMA_VIEW``, ``FULL`` """, # @@protoc_insertion_point(class_scope:google.bigtable.admin.v2.Table) @@ -909,7 +910,8 @@ dict( DESCRIPTOR=_COLUMNFAMILY, __module__="google.cloud.bigtable.admin_v2.proto.table_pb2", - __doc__="""A set of columns within a table which share a common configuration. + __doc__="""A set of columns within a table which share a common + configuration. Attributes: @@ -935,7 +937,8 @@ dict( DESCRIPTOR=_GCRULE_INTERSECTION, __module__="google.cloud.bigtable.admin_v2.proto.table_pb2", - __doc__="""A GcRule which deletes cells matching all of the given rules. + __doc__="""A GcRule which deletes cells matching all of the given + rules. Attributes: @@ -952,7 +955,8 @@ dict( DESCRIPTOR=_GCRULE_UNION, __module__="google.cloud.bigtable.admin_v2.proto.table_pb2", - __doc__="""A GcRule which deletes cells matching any of the given rules. + __doc__="""A GcRule which deletes cells matching any of the given + rules. Attributes: @@ -965,7 +969,8 @@ ), DESCRIPTOR=_GCRULE, __module__="google.cloud.bigtable.admin_v2.proto.table_pb2", - __doc__="""Rule for determining which cells to delete during garbage collection. + __doc__="""Rule for determining which cells to delete during garbage + collection. Attributes: @@ -995,8 +1000,9 @@ dict( DESCRIPTOR=_SNAPSHOT, __module__="google.cloud.bigtable.admin_v2.proto.table_pb2", - __doc__="""A snapshot of a table at a particular time. A snapshot can be used as a - checkpoint for data restoration or a data source for a new table. + __doc__="""A snapshot of a table at a particular time. A snapshot can + be used as a checkpoint for data restoration or a data source for a new + table. Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. @@ -1007,28 +1013,28 @@ Attributes: name: - (``OutputOnly``) The unique name of the snapshot. Values are + (\ ``OutputOnly``) The unique name of the snapshot. Values are of the form ``projects//instances//clusters //snapshots/``. source_table: - (``OutputOnly``) The source table at the time the snapshot was - taken. + (\ ``OutputOnly``) The source table at the time the snapshot + was taken. data_size_bytes: - (``OutputOnly``) The size of the data in the source table at + (\ ``OutputOnly``) The size of the data in the source table at the time the snapshot was taken. In some cases, this value may be computed asynchronously via a background process and a placeholder of 0 will be used in the meantime. create_time: - (``OutputOnly``) The time when the snapshot is created. + (\ ``OutputOnly``) The time when the snapshot is created. delete_time: - (``OutputOnly``) The time when the snapshot will be deleted. + (\ ``OutputOnly``) The time when the snapshot will be deleted. The maximum amount of time a snapshot can stay active is 365 days. If 'ttl' is not specified, the default maximum of 365 days will be used. state: - (``OutputOnly``) The current state of the snapshot. + (\ ``OutputOnly``) The current state of the snapshot. description: - (``OutputOnly``) Description of the snapshot. + (\ ``OutputOnly``) Description of the snapshot. """, # @@protoc_insertion_point(class_scope:google.bigtable.admin.v2.Snapshot) ), diff --git a/bigtable/google/cloud/bigtable_admin_v2/types.py b/bigtable/google/cloud/bigtable_admin_v2/types.py index eb2d919856e8..2b149637e634 100644 --- a/bigtable/google/cloud/bigtable_admin_v2/types.py +++ b/bigtable/google/cloud/bigtable_admin_v2/types.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bigtable/google/cloud/bigtable_v2/__init__.py b/bigtable/google/cloud/bigtable_v2/__init__.py index cbbc1b2b98db..a649c8cf4f59 100644 --- a/bigtable/google/cloud/bigtable_v2/__init__.py +++ b/bigtable/google/cloud/bigtable_v2/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bigtable/google/cloud/bigtable_v2/gapic/bigtable_client.py b/bigtable/google/cloud/bigtable_v2/gapic/bigtable_client.py index f0522654cb1d..abe6130df88c 100644 --- a/bigtable/google/cloud/bigtable_v2/gapic/bigtable_client.py +++ b/bigtable/google/cloud/bigtable_v2/gapic/bigtable_client.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -408,9 +408,6 @@ def mutate_row( applied. Values are of the form ``projects//instances//tables/``. row_key (bytes): Required. The key of the row to which the mutation should be applied. - - Classified as IDENTIFYING\_ID to provide context around data accesses - for auditing systems. mutations (list[Union[dict, ~google.cloud.bigtable_v2.types.Mutation]]): Required. Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000. @@ -593,11 +590,7 @@ def check_and_mutate_row( table_name (str): Required. The unique name of the table to which the conditional mutation should be applied. Values are of the form ``projects//instances//tables/
``. - row_key (bytes): Required. The key of the row to which the conditional mutation should be - applied. - - Classified as IDENTIFYING\_ID to provide context around data accesses - for auditing systems. + row_key (bytes): Required. The key of the row to which the conditional mutation should be applied. app_profile_id (str): This value specifies routing for replication. If not specified, the "default" application profile will be used. predicate_filter (Union[dict, ~google.cloud.bigtable_v2.types.RowFilter]): The filter to be applied to the contents of the specified row. Depending @@ -714,11 +707,7 @@ def read_modify_write_row( table_name (str): Required. The unique name of the table to which the read/modify/write rules should be applied. Values are of the form ``projects//instances//tables/
``. - row_key (bytes): Required. The key of the row to which the read/modify/write rules should - be applied. - - Classified as IDENTIFYING\_ID to provide context around data accesses - for auditing systems. + row_key (bytes): Required. The key of the row to which the read/modify/write rules should be applied. rules (list[Union[dict, ~google.cloud.bigtable_v2.types.ReadModifyWriteRule]]): Required. Rules specifying how the specified row's contents are to be transformed into writes. Entries are applied in order, meaning that earlier rules will affect the results of later ones. diff --git a/bigtable/google/cloud/bigtable_v2/gapic/transports/bigtable_grpc_transport.py b/bigtable/google/cloud/bigtable_v2/gapic/transports/bigtable_grpc_transport.py index 3c30df704a57..5b2757db2d6d 100644 --- a/bigtable/google/cloud/bigtable_v2/gapic/transports/bigtable_grpc_transport.py +++ b/bigtable/google/cloud/bigtable_v2/gapic/transports/bigtable_grpc_transport.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bigtable/google/cloud/bigtable_v2/proto/bigtable.proto b/bigtable/google/cloud/bigtable_v2/proto/bigtable.proto index ea79b8f094a7..c54225ed3fd9 100644 --- a/bigtable/google/cloud/bigtable_v2/proto/bigtable.proto +++ b/bigtable/google/cloud/bigtable_v2/proto/bigtable.proto @@ -157,9 +157,6 @@ message ReadRowsResponse { // this CellChunk is a continuation of the same row as the previous // CellChunk in the response stream, even if that CellChunk was in a // previous ReadRowsResponse message. - // - // Classified as IDENTIFYING_ID to provide context around data accesses for - // auditing systems. bytes row_key = 1; // The column family name for this chunk of data. If this message @@ -256,9 +253,6 @@ message SampleRowKeysResponse { // Note that row keys in this list may not have ever been written to or read // from, and users should therefore not make any assumptions about the row key // structure that are specific to their use case. - // - // Classified as IDENTIFYING_ID to provide context around data accesses for - // auditing systems. bytes row_key = 1; // Approximate total storage space used by all rows in the table which precede @@ -285,9 +279,6 @@ message MutateRowRequest { string app_profile_id = 4; // Required. The key of the row to which the mutation should be applied. - // - // Classified as IDENTIFYING_ID to provide context around data accesses for - // auditing systems. bytes row_key = 2 [(google.api.field_behavior) = REQUIRED]; // Required. Changes to be atomically applied to the specified row. Entries are applied @@ -306,9 +297,6 @@ message MutateRowsRequest { // A mutation for a given row. message Entry { // The key of the row to which the `mutations` should be applied. - // - // Classified as IDENTIFYING_ID to provide context around data accesses for - // auditing systems. bytes row_key = 1; // Required. Changes to be atomically applied to the specified row. Mutations are @@ -375,9 +363,6 @@ message CheckAndMutateRowRequest { string app_profile_id = 7; // Required. The key of the row to which the conditional mutation should be applied. - // - // Classified as IDENTIFYING_ID to provide context around data accesses for - // auditing systems. bytes row_key = 2 [(google.api.field_behavior) = REQUIRED]; // The filter to be applied to the contents of the specified row. Depending @@ -426,9 +411,6 @@ message ReadModifyWriteRowRequest { string app_profile_id = 4; // Required. The key of the row to which the read/modify/write rules should be applied. - // - // Classified as IDENTIFYING_ID to provide context around data accesses for - // auditing systems. bytes row_key = 2 [(google.api.field_behavior) = REQUIRED]; // Required. Rules specifying how the specified row's contents are to be transformed diff --git a/bigtable/google/cloud/bigtable_v2/proto/bigtable_pb2.py b/bigtable/google/cloud/bigtable_v2/proto/bigtable_pb2.py index d85fdac528c8..59fb73a65fa7 100644 --- a/bigtable/google/cloud/bigtable_v2/proto/bigtable_pb2.py +++ b/bigtable/google/cloud/bigtable_v2/proto/bigtable_pb2.py @@ -1298,8 +1298,6 @@ this CellChunk is a continuation of the same row as the previous CellChunk in the response stream, even if that CellChunk was in a previous ReadRowsResponse message. - Classified as IDENTIFYING\_ID to provide context around data - accesses for auditing systems. family_name: The column family name for this chunk of data. If this message is not present this CellChunk is a continuation of the same @@ -1413,8 +1411,7 @@ if present. Note that row keys in this list may not have ever been written to or read from, and users should therefore not make any assumptions about the row key structure that are - specific to their use case. Classified as IDENTIFYING\_ID to - provide context around data accesses for auditing systems. + specific to their use case. offset_bytes: Approximate total storage space used by all rows in the table which precede ``row_key``. Buffering the contents of all rows @@ -1445,8 +1442,7 @@ specified, the "default" application profile will be used. row_key: Required. The key of the row to which the mutation should be - applied. Classified as IDENTIFYING\_ID to provide context - around data accesses for auditing systems. + applied. mutations: Required. Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier @@ -1465,6 +1461,7 @@ DESCRIPTOR=_MUTATEROWRESPONSE, __module__="google.cloud.bigtable_v2.proto.bigtable_pb2", __doc__="""Response message for Bigtable.MutateRow. + """, # @@protoc_insertion_point(class_scope:google.bigtable.v2.MutateRowResponse) ), @@ -1487,8 +1484,7 @@ Attributes: row_key: The key of the row to which the ``mutations`` should be - applied. Classified as IDENTIFYING\_ID to provide context - around data accesses for auditing systems. + applied. mutations: Required. Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier @@ -1534,7 +1530,8 @@ dict( DESCRIPTOR=_MUTATEROWSRESPONSE_ENTRY, __module__="google.cloud.bigtable_v2.proto.bigtable_pb2", - __doc__="""The result of applying a passed mutation in the original request. + __doc__="""The result of applying a passed mutation in the original + request. Attributes: @@ -1585,8 +1582,7 @@ specified, the "default" application profile will be used. row_key: Required. The key of the row to which the conditional mutation - should be applied. Classified as IDENTIFYING\_ID to provide - context around data accesses for auditing systems. + should be applied. predicate_filter: The filter to be applied to the contents of the specified row. Depending on whether or not any results are yielded, either @@ -1651,8 +1647,7 @@ specified, the "default" application profile will be used. row_key: Required. The key of the row to which the read/modify/write - rules should be applied. Classified as IDENTIFYING\_ID to - provide context around data accesses for auditing systems. + rules should be applied. rules: Required. Rules specifying how the specified row's contents are to be transformed into writes. Entries are applied in diff --git a/bigtable/google/cloud/bigtable_v2/proto/data_pb2.py b/bigtable/google/cloud/bigtable_v2/proto/data_pb2.py index 825a0fa9222f..fb753be1e670 100644 --- a/bigtable/google/cloud/bigtable_v2/proto/data_pb2.py +++ b/bigtable/google/cloud/bigtable_v2/proto/data_pb2.py @@ -1941,8 +1941,8 @@ dict( DESCRIPTOR=_ROW, __module__="google.cloud.bigtable_v2.proto.data_pb2", - __doc__="""Specifies the complete (requested) contents of a single row of a table. - Rows which exceed 256MiB in size cannot be read in full. + __doc__="""Specifies the complete (requested) contents of a single + row of a table. Rows which exceed 256MiB in size cannot be read in full. Attributes: @@ -1966,8 +1966,8 @@ dict( DESCRIPTOR=_FAMILY, __module__="google.cloud.bigtable_v2.proto.data_pb2", - __doc__="""Specifies (some of) the contents of a single row/column family - intersection of a table. + __doc__="""Specifies (some of) the contents of a single row/column + family intersection of a table. Attributes: @@ -1993,8 +1993,8 @@ dict( DESCRIPTOR=_COLUMN, __module__="google.cloud.bigtable_v2.proto.data_pb2", - __doc__="""Specifies (some of) the contents of a single row/column intersection of - a table. + __doc__="""Specifies (some of) the contents of a single row/column + intersection of a table. Attributes: @@ -2019,8 +2019,8 @@ dict( DESCRIPTOR=_CELL, __module__="google.cloud.bigtable_v2.proto.data_pb2", - __doc__="""Specifies (some of) the contents of a single row/column/timestamp of a - table. + __doc__="""Specifies (some of) the contents of a single + row/column/timestamp of a table. Attributes: @@ -2100,9 +2100,9 @@ dict( DESCRIPTOR=_COLUMNRANGE, __module__="google.cloud.bigtable_v2.proto.data_pb2", - __doc__="""Specifies a contiguous range of columns within a single column family. - The range spans from : to - :, where both bounds can be either + __doc__="""Specifies a contiguous range of columns within a single + column family. The range spans from : + to :, where both bounds can be either inclusive or exclusive. @@ -2191,7 +2191,8 @@ dict( DESCRIPTOR=_ROWFILTER_CHAIN, __module__="google.cloud.bigtable_v2.proto.data_pb2", - __doc__="""A RowFilter which sends rows through several RowFilters in sequence. + __doc__="""A RowFilter which sends rows through several RowFilters in + sequence. Attributes: @@ -2209,8 +2210,8 @@ dict( DESCRIPTOR=_ROWFILTER_INTERLEAVE, __module__="google.cloud.bigtable_v2.proto.data_pb2", - __doc__="""A RowFilter which sends each row to each of several component RowFilters - and interleaves the results. + __doc__="""A RowFilter which sends each row to each of several + component RowFilters and interleaves the results. Attributes: @@ -2248,9 +2249,9 @@ dict( DESCRIPTOR=_ROWFILTER_CONDITION, __module__="google.cloud.bigtable_v2.proto.data_pb2", - __doc__="""A RowFilter which evaluates one of two possible RowFilters, depending on - whether or not a predicate RowFilter outputs any cells from the input - row. + __doc__="""A RowFilter which evaluates one of two possible + RowFilters, depending on whether or not a predicate RowFilter outputs + any cells from the input row. IMPORTANT NOTE: The predicate filter does not execute atomically with the true and false filters, which may lead to inconsistent or unexpected @@ -2277,13 +2278,13 @@ ), DESCRIPTOR=_ROWFILTER, __module__="google.cloud.bigtable_v2.proto.data_pb2", - __doc__="""Takes a row as input and produces an alternate view of the row based on - specified rules. For example, a RowFilter might trim down a row to - include just the cells from columns matching a given regular expression, - or might return all the cells of a row but not their values. More - complicated filters can be composed out of these components to express - requests such as, "within every column of a particular family, give just - the two most recent cells which are older than timestamp X." + __doc__="""Takes a row as input and produces an alternate view of the + row based on specified rules. For example, a RowFilter might trim down a + row to include just the cells from columns matching a given regular + expression, or might return all the cells of a row but not their values. + More complicated filters can be composed out of these components to + express requests such as, "within every column of a particular family, + give just the two most recent cells which are older than timestamp X." There are two broad categories of RowFilters (true filters and transformers), as well as two ways to compose simple filters into more @@ -2495,8 +2496,8 @@ dict( DESCRIPTOR=_MUTATION_DELETEFROMCOLUMN, __module__="google.cloud.bigtable_v2.proto.data_pb2", - __doc__="""A Mutation which deletes cells from the specified column, optionally - restricting the deletions to a given timestamp range. + __doc__="""A Mutation which deletes cells from the specified column, + optionally restricting the deletions to a given timestamp range. Attributes: @@ -2518,7 +2519,8 @@ dict( DESCRIPTOR=_MUTATION_DELETEFROMFAMILY, __module__="google.cloud.bigtable_v2.proto.data_pb2", - __doc__="""A Mutation which deletes all cells from the specified column family. + __doc__="""A Mutation which deletes all cells from the specified + column family. Attributes: @@ -2535,14 +2537,17 @@ dict( DESCRIPTOR=_MUTATION_DELETEFROMROW, __module__="google.cloud.bigtable_v2.proto.data_pb2", - __doc__="""A Mutation which deletes all cells from the containing row. + __doc__="""A Mutation which deletes all cells from the containing + row. + """, # @@protoc_insertion_point(class_scope:google.bigtable.v2.Mutation.DeleteFromRow) ), ), DESCRIPTOR=_MUTATION, __module__="google.cloud.bigtable_v2.proto.data_pb2", - __doc__="""Specifies a particular change to be made to the contents of a row. + __doc__="""Specifies a particular change to be made to the contents + of a row. Attributes: @@ -2572,8 +2577,8 @@ dict( DESCRIPTOR=_READMODIFYWRITERULE, __module__="google.cloud.bigtable_v2.proto.data_pb2", - __doc__="""Specifies an atomic read/modify/write operation on the latest value of - the specified column. + __doc__="""Specifies an atomic read/modify/write operation on the + latest value of the specified column. Attributes: diff --git a/bigtable/google/cloud/bigtable_v2/types.py b/bigtable/google/cloud/bigtable_v2/types.py index a445eae1cade..607e1b09c5dd 100644 --- a/bigtable/google/cloud/bigtable_v2/types.py +++ b/bigtable/google/cloud/bigtable_v2/types.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bigtable/synth.metadata b/bigtable/synth.metadata index c316b757f3dc..1bedccbac19c 100644 --- a/bigtable/synth.metadata +++ b/bigtable/synth.metadata @@ -1,19 +1,20 @@ { - "updateTime": "2020-01-08T13:14:12.679844Z", + "updateTime": "2020-01-30T13:15:12.607903Z", "sources": [ { "generator": { "name": "artman", - "version": "0.43.0", - "dockerImage": "googleapis/artman@sha256:264654a37596a44b0668b8ce6ac41082d713f6ee150b3fc6425fa78cc64e4f20" + "version": "0.44.4", + "dockerImage": "googleapis/artman@sha256:19e945954fc960a4bdfee6cb34695898ab21a8cf0bac063ee39b91f00a1faec8" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "08b488e0660c59842a7dee0e3e2b65d9e3a514a9", - "internalRef": "288625007" + "sha": "c1246a29e22b0f98e800a536b5b0da2d933a55f2", + "internalRef": "292310790", + "log": "c1246a29e22b0f98e800a536b5b0da2d933a55f2\nUpdating v1 protos with the latest inline documentation (in comments) and config options. Also adding a per-service .yaml file.\n\nPiperOrigin-RevId: 292310790\n\nb491d07cadaae7cde5608321f913e5ca1459b32d\nRevert accidental local_repository change\n\nPiperOrigin-RevId: 292245373\n\naf3400a8cb6110025198b59a0f7d018ae3cda700\nUpdate gapic-generator dependency (prebuilt PHP binary support).\n\nPiperOrigin-RevId: 292243997\n\n341fd5690fae36f36cf626ef048fbcf4bbe7cee6\ngrafeas: v1 add resource_definition for the grafeas.io/Project and change references for Project.\n\nPiperOrigin-RevId: 292221998\n\n42e915ec2ece1cd37a590fbcd10aa2c0fb0e5b06\nUpdate the gapic-generator, protoc-java-resource-name-plugin and protoc-docs-plugin to the latest commit.\n\nPiperOrigin-RevId: 292182368\n\nf035f47250675d31492a09f4a7586cfa395520a7\nFix grafeas build and update build.sh script to include gerafeas.\n\nPiperOrigin-RevId: 292168753\n\n26ccb214b7bc4a716032a6266bcb0a9ca55d6dbb\nasset: v1p1beta1 add client config annotations and retry config\n\nPiperOrigin-RevId: 292154210\n\n974ee5c0b5d03e81a50dafcedf41e0efebb5b749\nasset: v1beta1 add client config annotations\n\nPiperOrigin-RevId: 292152573\n\ncf3b61102ed5f36b827bc82ec39be09525f018c8\n Fix to protos for v1p1beta1 release of Cloud Security Command Center\n\nPiperOrigin-RevId: 292034635\n\n4e1cfaa7c0fede9e65d64213ca3da1b1255816c0\nUpdate the public proto to support UTF-8 encoded id for CatalogService API, increase the ListCatalogItems deadline to 300s and some minor documentation change\n\nPiperOrigin-RevId: 292030970\n\n9c483584f8fd5a1b862ae07973f4cc7bb3e46648\nasset: add annotations to v1p1beta1\n\nPiperOrigin-RevId: 292009868\n\ne19209fac29731d0baf6d9ac23da1164f7bdca24\nAdd the google.rpc.context.AttributeContext message to the open source\ndirectories.\n\nPiperOrigin-RevId: 291999930\n\nae5662960573f279502bf98a108a35ba1175e782\noslogin API: move file level option on top of the file to avoid protobuf.js bug.\n\nPiperOrigin-RevId: 291990506\n\neba3897fff7c49ed85d3c47fc96fe96e47f6f684\nAdd cc_proto_library and cc_grpc_library targets for Spanner and IAM protos.\n\nPiperOrigin-RevId: 291988651\n\n8e981acfd9b97ea2f312f11bbaa7b6c16e412dea\nBeta launch for PersonDetection and FaceDetection features.\n\nPiperOrigin-RevId: 291821782\n\n994e067fae3b21e195f7da932b08fff806d70b5d\nasset: add annotations to v1p2beta1\n\nPiperOrigin-RevId: 291815259\n\n244e1d2c89346ca2e0701b39e65552330d68545a\nAdd Playable Locations service\n\nPiperOrigin-RevId: 291806349\n\n909f8f67963daf45dd88d020877fb9029b76788d\nasset: add annotations to v1beta2\n\nPiperOrigin-RevId: 291805301\n\n3c39a1d6e23c1ef63c7fba4019c25e76c40dfe19\nKMS: add file-level message for CryptoKeyPath, it is defined in gapic yaml but not\nin proto files.\n\nPiperOrigin-RevId: 291420695\n\nc6f3f350b8387f8d1b85ed4506f30187ebaaddc3\ncontaineranalysis: update v1beta1 and bazel build with annotations\n\nPiperOrigin-RevId: 291401900\n\n92887d74b44e4e636252b7b8477d0d2570cd82db\nfix: fix the location of grpc config file.\n\nPiperOrigin-RevId: 291396015\n\ne26cab8afd19d396b929039dac5d874cf0b5336c\nexpr: add default_host and method_signature annotations to CelService\n\nPiperOrigin-RevId: 291240093\n\n06093ae3952441c34ec176d1f7431b8765cec0be\nirm: fix v1alpha2 bazel build by adding missing proto imports\n\nPiperOrigin-RevId: 291227940\n\na8a2514af326e4673063f9a3c9d0ef1091c87e6c\nAdd proto annotation for cloud/irm API\n\nPiperOrigin-RevId: 291217859\n\n8d16f76de065f530d395a4c7eabbf766d6a120fd\nGenerate Memcache v1beta2 API protos and gRPC ServiceConfig files\n\nPiperOrigin-RevId: 291008516\n\n3af1dabd93df9a9f17bf3624d3b875c11235360b\ngrafeas: Add containeranalysis default_host to Grafeas service\n\nPiperOrigin-RevId: 290965849\n\nbe2663fa95e31cba67d0cd62611a6674db9f74b7\nfix(google/maps/roads): add missing opening bracket\n\nPiperOrigin-RevId: 290964086\n\nfacc26550a0af0696e0534bc9cae9df14275aa7c\nUpdating v2 protos with the latest inline documentation (in comments) and adding a per-service .yaml file.\n\nPiperOrigin-RevId: 290952261\n\ncda99c1f7dc5e4ca9b1caeae1dc330838cbc1461\nChange api_name to 'asset' for v1p1beta1\n\nPiperOrigin-RevId: 290800639\n\n94e9e90c303a820ce40643d9129e7f0d2054e8a1\nAdds Google Maps Road service\n\nPiperOrigin-RevId: 290795667\n\na3b23dcb2eaecce98c600c7d009451bdec52dbda\nrpc: new message ErrorInfo, other comment updates\n\nPiperOrigin-RevId: 290781668\n\n26420ef4e46c37f193c0fbe53d6ebac481de460e\nAdd proto definition for Org Policy v1.\n\nPiperOrigin-RevId: 290771923\n\n7f0dab8177cf371ae019a082e2512de7ac102888\nPublish Routes Preferred API v1 service definitions.\n\nPiperOrigin-RevId: 290326986\n\nad6e508d0728e1d1bca6e3f328cd562718cb772d\nFix: Qualify resource type references with \"jobs.googleapis.com/\"\n\nPiperOrigin-RevId: 290285762\n\n58e770d568a2b78168ddc19a874178fee8265a9d\ncts client library\n\nPiperOrigin-RevId: 290146169\n\naf9daa4c3b4c4a8b7133b81588dd9ffd37270af2\nAdd more programming language options to public proto\n\nPiperOrigin-RevId: 290144091\n\nd9f2bbf2df301ef84641d4cec7c828736a0bd907\ntalent: add missing resource.proto dep to Bazel build target\n\nPiperOrigin-RevId: 290143164\n\n3b3968237451d027b42471cd28884a5a1faed6c7\nAnnotate Talent API.\nAdd gRPC service config for retry.\nUpdate bazel file with google.api.resource dependency.\n\nPiperOrigin-RevId: 290125172\n\n0735b4b096872960568d1f366bfa75b7b0e1f1a3\nWeekly library update.\n\nPiperOrigin-RevId: 289939042\n\n8760d3d9a4543d7f9c0d1c7870aca08b116e4095\nWeekly library update.\n\nPiperOrigin-RevId: 289939020\n\n8607df842f782a901805187e02fff598145b0b0e\nChange Talent API timeout to 30s.\n\nPiperOrigin-RevId: 289912621\n\n908155991fe32570653bcb72ecfdcfc896642f41\nAdd Recommendations AI V1Beta1\n\nPiperOrigin-RevId: 289901914\n\n5c9a8c2bebd8b71aa66d1cc473edfaac837a2c78\nAdding no-arg method signatures for ListBillingAccounts and ListServices\n\nPiperOrigin-RevId: 289891136\n\n50b0e8286ac988b0593bd890eb31fef6ea2f5767\nlongrunning: add grpc service config and default_host annotation to operations.proto\n\nPiperOrigin-RevId: 289876944\n\n6cac27dabe51c54807b0401698c32d34998948a9\n Updating default deadline for Cloud Security Command Center's v1 APIs.\n\nPiperOrigin-RevId: 289875412\n\nd99df0d67057a233c711187e0689baa4f8e6333d\nFix: Correct spelling in C# namespace option\n\nPiperOrigin-RevId: 289709813\n\n2fa8d48165cc48e35b0c62e6f7bdade12229326c\nfeat: Publish Recommender v1 to GitHub.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 289619243\n\n9118db63d1ab493a2e44a3b4973fde810a835c49\nfirestore: don't retry reads that fail with Aborted\n\nFor transaction reads that fail with ABORTED, we need to rollback and start a new transaction. Our current configuration makes it so that GAPIC retries ABORTED reads multiple times without making any progress. Instead, we should retry at the transaction level.\n\nPiperOrigin-RevId: 289532382\n\n1dbfd3fe4330790b1e99c0bb20beb692f1e20b8a\nFix bazel build\nAdd other langauges (Java was already there) for bigquery/storage/v1alpha2 api.\n\nPiperOrigin-RevId: 289519766\n\nc06599cdd7d11f8d3fd25f8d3249e5bb1a3d5d73\nInitial commit of google.cloud.policytroubleshooter API, The API helps in troubleshooting GCP policies. Refer https://cloud.google.com/iam/docs/troubleshooting-access for more information\n\nPiperOrigin-RevId: 289491444\n\nfce7d80fa16ea241e87f7bc33d68595422e94ecd\nDo not pass samples option for Artman config of recommender v1 API.\n\nPiperOrigin-RevId: 289477403\n\nef179e8c61436297e6bb124352e47e45c8c80cb1\nfix: Address missing Bazel dependency.\n\nBazel builds stopped working in 06ec6d5 because\nthe google/longrunning/operations.proto file took\nan import from google/api/client.proto, but that\nimport was not added to BUILD.bazel.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 289446074\n\n8841655b242c84fd691d77d7bcf21b61044f01ff\nMigrate Data Labeling v1beta1 to GAPIC v2.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 289446026\n\n06ec6d5d053fff299eaa6eaa38afdd36c5e2fc68\nAdd annotations to google.longrunning.v1\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 289413169\n\n0480cf40be1d3cc231f4268a2fdb36a8dd60e641\nMigrate IAM Admin v1 to GAPIC v2.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 289411084\n\n1017173e9adeb858587639af61889ad970c728b1\nSpecify a C# namespace for BigQuery Connection v1beta1\n\nPiperOrigin-RevId: 289396763\n\nb08714b378e8e5b0c4ecdde73f92c36d6303b4b6\nfix: Integrate latest proto-docs-plugin fix.\nFixes dialogflow v2\n\nPiperOrigin-RevId: 289189004\n\n51217a67e79255ee1f2e70a6a3919df082513327\nCreate BUILD file for recommender v1\n\nPiperOrigin-RevId: 289183234\n\nacacd87263c0a60e458561b8b8ce9f67c760552a\nGenerate recommender v1 API protos and gRPC ServiceConfig files\n\nPiperOrigin-RevId: 289177510\n\n9d2f7133b97720b1fa3601f6dcd30760ba6d8a1e\nFix kokoro build script\n\nPiperOrigin-RevId: 289166315\n\nc43a67530d2a47a0220cad20ca8de39b3fbaf2c5\ncloudtasks: replace missing RPC timeout config for v2beta2 and v2beta3\n\nPiperOrigin-RevId: 289162391\n\n4cefc229a9197236fc0adf02d69b71c0c5cf59de\nSynchronize new proto/yaml changes.\n\nPiperOrigin-RevId: 289158456\n\n56f263fe959c50786dab42e3c61402d32d1417bd\nCatalog API: Adding config necessary to build client libraries\n\nPiperOrigin-RevId: 289149879\n\n4543762b23a57fc3c53d409efc3a9affd47b6ab3\nFix Bazel build\nbilling/v1 and dialogflow/v2 remain broken (not bazel-related issues).\nBilling has wrong configuration, dialogflow failure is caused by a bug in documentation plugin.\n\nPiperOrigin-RevId: 289140194\n\nc9dce519127b97e866ca133a01157f4ce27dcceb\nUpdate Bigtable docs\n\nPiperOrigin-RevId: 289114419\n\n802c5c5f2bf94c3facb011267d04e71942e0d09f\nMigrate DLP to proto annotations (but not GAPIC v2).\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 289102579\n\n6357f30f2ec3cff1d8239d18b707ff9d438ea5da\nRemove gRPC configuration file that was in the wrong place.\n\nPiperOrigin-RevId: 289096111\n\n360a8792ed62f944109d7e22d613a04a010665b4\n Protos for v1p1beta1 release of Cloud Security Command Center\n\nPiperOrigin-RevId: 289011995\n\na79211c20c4f2807eec524d00123bf7c06ad3d6e\nRoll back containeranalysis v1 to GAPIC v1.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 288999068\n\n9e60345ba603e03484a8aaa33ce5ffa19c1c652b\nPublish Routes Preferred API v1 proto definitions.\n\nPiperOrigin-RevId: 288941399\n\nd52885b642ad2aa1f42b132ee62dbf49a73e1e24\nMigrate the service management API to GAPIC v2.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 288909426\n\n6ace586805c08896fef43e28a261337fcf3f022b\ncloudtasks: replace missing RPC timeout config\n\nPiperOrigin-RevId: 288783603\n\n51d906cabee4876b12497054b15b05d4a50ad027\nImport of Grafeas from Github.\n\nUpdate BUILD.bazel accordingly.\n\nPiperOrigin-RevId: 288783426\n\n5ef42bcd363ba0440f0ee65b3c80b499e9067ede\nMigrate Recommender v1beta1 to GAPIC v2.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 288713066\n\n94f986afd365b7d7e132315ddcd43d7af0e652fb\nMigrate Container Analysis v1 to GAPIC v2.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 288708382\n\n7a751a279184970d3b6ba90e4dd4d22a382a0747\nRemove Container Analysis v1alpha1 (nobody publishes it).\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 288707473\n\n3c0d9c71242e70474b2b640e15bb0a435fd06ff0\nRemove specious annotation from BigQuery Data Transfer before\nanyone accidentally does anything that uses it.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 288701604\n\n1af307a4764bd415ef942ac5187fa1def043006f\nMigrate BigQuery Connection to GAPIC v2.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 288698681\n\n" } }, { @@ -45,5 +46,403 @@ "config": "google/bigtable/admin/artman_bigtableadmin.yaml" } } + ], + "newFiles": [ + { + "path": ".coveragerc" + }, + { + "path": ".flake8" + }, + { + "path": ".repo-metadata.json" + }, + { + "path": "CHANGELOG.md" + }, + { + "path": "LICENSE" + }, + { + "path": "MANIFEST.in" + }, + { + "path": "README.rst" + }, + { + "path": "docs/README.rst" + }, + { + "path": "docs/_static/custom.css" + }, + { + "path": "docs/_templates/layout.html" + }, + { + "path": "docs/changelog.md" + }, + { + "path": "docs/client-intro.rst" + }, + { + "path": "docs/client.rst" + }, + { + "path": "docs/cluster.rst" + }, + { + "path": "docs/column-family.rst" + }, + { + "path": "docs/conf.py" + }, + { + "path": "docs/data-api.rst" + }, + { + "path": "docs/index.rst" + }, + { + "path": "docs/instance-api.rst" + }, + { + "path": "docs/instance.rst" + }, + { + "path": "docs/row-data.rst" + }, + { + "path": "docs/row-filters.rst" + }, + { + "path": "docs/row.rst" + }, + { + "path": "docs/snippets.py" + }, + { + "path": "docs/snippets_table.py" + }, + { + "path": "docs/table-api.rst" + }, + { + "path": "docs/table.rst" + }, + { + "path": "docs/usage.rst" + }, + { + "path": "google/__init__.py" + }, + { + "path": "google/cloud/__init__.py" + }, + { + "path": "google/cloud/bigtable.py" + }, + { + "path": "google/cloud/bigtable/__init__.py" + }, + { + "path": "google/cloud/bigtable/app_profile.py" + }, + { + "path": "google/cloud/bigtable/batcher.py" + }, + { + "path": "google/cloud/bigtable/client.py" + }, + { + "path": "google/cloud/bigtable/cluster.py" + }, + { + "path": "google/cloud/bigtable/column_family.py" + }, + { + "path": "google/cloud/bigtable/enums.py" + }, + { + "path": "google/cloud/bigtable/instance.py" + }, + { + "path": "google/cloud/bigtable/policy.py" + }, + { + "path": "google/cloud/bigtable/row.py" + }, + { + "path": "google/cloud/bigtable/row_data.py" + }, + { + "path": "google/cloud/bigtable/row_filters.py" + }, + { + "path": "google/cloud/bigtable/row_set.py" + }, + { + "path": "google/cloud/bigtable/table.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/__init__.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/gapic/__init__.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/gapic/bigtable_instance_admin_client.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/gapic/bigtable_instance_admin_client_config.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/gapic/bigtable_table_admin_client.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/gapic/bigtable_table_admin_client_config.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/gapic/enums.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/gapic/transports/__init__.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/gapic/transports/bigtable_instance_admin_grpc_transport.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/gapic/transports/bigtable_table_admin_grpc_transport.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/__init__.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/bigtable_cluster_data.proto" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/bigtable_cluster_service.proto" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/bigtable_cluster_service_messages.proto" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/bigtable_instance_admin.proto" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/bigtable_instance_admin_pb2.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/bigtable_instance_admin_pb2_grpc.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/bigtable_table_admin.proto" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/bigtable_table_admin_pb2.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/bigtable_table_admin_pb2_grpc.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/bigtable_table_data.proto" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/bigtable_table_service.proto" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/bigtable_table_service_messages.proto" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/common.proto" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/common_pb2.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/common_pb2_grpc.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/instance.proto" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/instance_pb2.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/instance_pb2_grpc.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/table.proto" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/table_pb2.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/proto/table_pb2_grpc.py" + }, + { + "path": "google/cloud/bigtable_admin_v2/types.py" + }, + { + "path": "google/cloud/bigtable_v2/__init__.py" + }, + { + "path": "google/cloud/bigtable_v2/gapic/__init__.py" + }, + { + "path": "google/cloud/bigtable_v2/gapic/bigtable_client.py" + }, + { + "path": "google/cloud/bigtable_v2/gapic/bigtable_client_config.py" + }, + { + "path": "google/cloud/bigtable_v2/gapic/transports/__init__.py" + }, + { + "path": "google/cloud/bigtable_v2/gapic/transports/bigtable_grpc_transport.py" + }, + { + "path": "google/cloud/bigtable_v2/proto/__init__.py" + }, + { + "path": "google/cloud/bigtable_v2/proto/bigtable.proto" + }, + { + "path": "google/cloud/bigtable_v2/proto/bigtable_cluster_data.proto" + }, + { + "path": "google/cloud/bigtable_v2/proto/bigtable_cluster_service.proto" + }, + { + "path": "google/cloud/bigtable_v2/proto/bigtable_cluster_service_messages.proto" + }, + { + "path": "google/cloud/bigtable_v2/proto/bigtable_data.proto" + }, + { + "path": "google/cloud/bigtable_v2/proto/bigtable_instance_admin.proto" + }, + { + "path": "google/cloud/bigtable_v2/proto/bigtable_pb2.py" + }, + { + "path": "google/cloud/bigtable_v2/proto/bigtable_pb2_grpc.py" + }, + { + "path": "google/cloud/bigtable_v2/proto/bigtable_service.proto" + }, + { + "path": "google/cloud/bigtable_v2/proto/bigtable_service_messages.proto" + }, + { + "path": "google/cloud/bigtable_v2/proto/bigtable_table_admin.proto" + }, + { + "path": "google/cloud/bigtable_v2/proto/bigtable_table_data.proto" + }, + { + "path": "google/cloud/bigtable_v2/proto/bigtable_table_service.proto" + }, + { + "path": "google/cloud/bigtable_v2/proto/bigtable_table_service_messages.proto" + }, + { + "path": "google/cloud/bigtable_v2/proto/common.proto" + }, + { + "path": "google/cloud/bigtable_v2/proto/data.proto" + }, + { + "path": "google/cloud/bigtable_v2/proto/data_pb2.py" + }, + { + "path": "google/cloud/bigtable_v2/proto/data_pb2_grpc.py" + }, + { + "path": "google/cloud/bigtable_v2/proto/instance.proto" + }, + { + "path": "google/cloud/bigtable_v2/proto/table.proto" + }, + { + "path": "google/cloud/bigtable_v2/types.py" + }, + { + "path": "noxfile.py" + }, + { + "path": "pylint.config.py" + }, + { + "path": "setup.cfg" + }, + { + "path": "setup.py" + }, + { + "path": "synth.metadata" + }, + { + "path": "synth.py" + }, + { + "path": "tests/__init__.py" + }, + { + "path": "tests/system.py" + }, + { + "path": "tests/unit/__init__.py" + }, + { + "path": "tests/unit/_testing.py" + }, + { + "path": "tests/unit/gapic/v2/test_bigtable_client_v2.py" + }, + { + "path": "tests/unit/gapic/v2/test_bigtable_instance_admin_client_v2.py" + }, + { + "path": "tests/unit/gapic/v2/test_bigtable_table_admin_client_v2.py" + }, + { + "path": "tests/unit/read-rows-acceptance-test.json" + }, + { + "path": "tests/unit/test_app_profile.py" + }, + { + "path": "tests/unit/test_batcher.py" + }, + { + "path": "tests/unit/test_client.py" + }, + { + "path": "tests/unit/test_cluster.py" + }, + { + "path": "tests/unit/test_column_family.py" + }, + { + "path": "tests/unit/test_instance.py" + }, + { + "path": "tests/unit/test_policy.py" + }, + { + "path": "tests/unit/test_row.py" + }, + { + "path": "tests/unit/test_row_data.py" + }, + { + "path": "tests/unit/test_row_filters.py" + }, + { + "path": "tests/unit/test_row_set.py" + }, + { + "path": "tests/unit/test_table.py" + } ] } \ No newline at end of file diff --git a/bigtable/tests/unit/gapic/v2/test_bigtable_client_v2.py b/bigtable/tests/unit/gapic/v2/test_bigtable_client_v2.py index c575a83e3cc7..84abfecef5a0 100644 --- a/bigtable/tests/unit/gapic/v2/test_bigtable_client_v2.py +++ b/bigtable/tests/unit/gapic/v2/test_bigtable_client_v2.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bigtable/tests/unit/gapic/v2/test_bigtable_instance_admin_client_v2.py b/bigtable/tests/unit/gapic/v2/test_bigtable_instance_admin_client_v2.py index d127d63178a4..e1de090542c6 100644 --- a/bigtable/tests/unit/gapic/v2/test_bigtable_instance_admin_client_v2.py +++ b/bigtable/tests/unit/gapic/v2/test_bigtable_instance_admin_client_v2.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bigtable/tests/unit/gapic/v2/test_bigtable_table_admin_client_v2.py b/bigtable/tests/unit/gapic/v2/test_bigtable_table_admin_client_v2.py index 6247cba66ccb..d1a843164982 100644 --- a/bigtable/tests/unit/gapic/v2/test_bigtable_table_admin_client_v2.py +++ b/bigtable/tests/unit/gapic/v2/test_bigtable_table_admin_client_v2.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 Google LLC +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.