8000 chore: Update gapic-generator-python to v1.8.2 by gcf-owl-bot[bot] · Pull Request #154 · googleapis/python-datastream · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

chore: Update gapic-generator-python to v1.8.2 #154

Merged
merged 2 commits into from
Jan 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ branch = True
show_missing = True
omit =
google/cloud/datastream/__init__.py
google/cloud/datastream/gapic_version.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/datastream_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.cloud.datastream import gapic_version as package_version
from google.cloud.datastream_v1 import gapic_version as package_version

__version__ = package_version.__version__

Expand Down
2 changes: 1 addition & 1 deletion google/cloud/datastream_v1alpha1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.cloud.datastream import gapic_version as package_version
from google.cloud.datastream_v1alpha1 import gapic_version as package_version

__version__ = package_version.__version__

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ class State(proto.Enum):

Values:
STATE_UNSPECIFIED (0):

No description available.
CREATING (1):
The private connection is in creation state -
creating resources.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-datastream",
"version": "1.4.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-datastream",
"version": "1.4.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
0