Skip to content

Commit

Permalink
feat: Run the code generator (45395fe) (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Jun 27, 2023
1 parent 7e7df78 commit 5d01a6c
Show file tree
Hide file tree
Showing 37 changed files with 7,855 additions and 2 deletions.
39 changes: 39 additions & 0 deletions src/google/events/cloud/datastore/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.events.cloud.datastore import gapic_version as package_version

__version__ = package_version.__version__



from google.events.cloud.datastore_v1.types.data import ArrayValue
from google.events.cloud.datastore_v1.types.data import Entity
from google.events.cloud.datastore_v1.types.data import EntityEventData
from google.events.cloud.datastore_v1.types.data import EntityResult
from google.events.cloud.datastore_v1.types.data import Key
from google.events.cloud.datastore_v1.types.data import PartitionId
from google.events.cloud.datastore_v1.types.data import PropertyMask
from google.events.cloud.datastore_v1.types.data import Value

__all__ = ('ArrayValue',
'Entity',
'EntityEventData',
'EntityResult',
'Key',
'PartitionId',
'PropertyMask',
'Value',
)
16 changes: 16 additions & 0 deletions src/google/events/cloud/datastore/gapic_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.0" # {x-release-please-version}
2 changes: 2 additions & 0 deletions src/google/events/cloud/datastore/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Marker file for PEP 561.
# The google-events-cloud-datastore package uses inline types.
40 changes: 40 additions & 0 deletions src/google/events/cloud/datastore_v1/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.events.cloud.datastore_v1 import gapic_version as package_version

__version__ = package_version.__version__



from .types.data import ArrayValue
from .types.data import Entity
from .types.data import EntityEventData
from .types.data import EntityResult
from .types.data import Key
from .types.data import PartitionId
from .types.data import PropertyMask
from .types.data import Value

__all__ = (
'ArrayValue',
'Entity',
'EntityEventData',
'EntityResult',
'Key',
'PartitionId',
'PropertyMask',
'Value',
)
16 changes: 16 additions & 0 deletions src/google/events/cloud/datastore_v1/gapic_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.0" # {x-release-please-version}
2 changes: 2 additions & 0 deletions src/google/events/cloud/datastore_v1/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Marker file for PEP 561.
# The google-events-cloud-datastore package uses inline types.
15 changes: 15 additions & 0 deletions src/google/events/cloud/datastore_v1/services/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
36 changes: 36 additions & 0 deletions src/google/events/cloud/datastore_v1/types/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
from .data import (
ArrayValue,
Entity,
EntityEventData,
EntityResult,
Key,
PartitionId,
PropertyMask,
Value,
)

__all__ = (
'ArrayValue',
'Entity',
'EntityEventData',
'EntityResult',
'Key',
'PartitionId',
'PropertyMask',
'Value',
)

0 comments on commit 5d01a6c

Please sign in to comment.