Skip to content

Commit

Permalink
docs: [google-cloud-managedkafka] update values allowed in kms_key (#…
Browse files Browse the repository at this point in the history
…12922)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 656040068

Source-Link:
googleapis/googleapis@3f4e29a

Source-Link:
googleapis/googleapis-gen@b8feb21
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW1hbmFnZWRrYWZrYS8uT3dsQm90LnlhbWwiLCJoIjoiYjhmZWIyMTA5ZGRlN2IwOTM4YzIyYzk5M2QwMDIyNTFhYzY3MTRkYyJ9

BEGIN_NESTED_COMMIT
chore: [google-cloud-managedkafka] Update gapic-generator-python to
v1.18.3
PiperOrigin-RevId: 655567917

Source-Link:
googleapis/googleapis@43aa65e

Source-Link:
googleapis/googleapis-gen@0e38378
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW1hbmFnZWRrYWZrYS8uT3dsQm90LnlhbWwiLCJoIjoiMGUzODM3ODc1MzA3NGMwZjY2ZmY2MzM0OGQ2ODY0OTI5ZTEwNGQ1YyJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: [google-cloud-managedkafka] update values allowed in kms_key
PiperOrigin-RevId: 655562956

Source-Link:
googleapis/googleapis@587cbcc

Source-Link:
googleapis/googleapis-gen@bcb46a6
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW1hbmFnZWRrYWZrYS8uT3dsQm90LnlhbWwiLCJoIjoiYmNiNDZhNjkzMmVhN2YzMDAzNWJiYWE0NGIyM2ZjNzY1MDgzM2NkNiJ9
END_NESTED_COMMIT

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 29, 2024
1 parent 772d270 commit c28cdc3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.1" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.1" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ class GcpConfig(proto.Message):
encryption. The key must be located in the same region as
the cluster and cannot be changed. Structured like:
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.
Note that the project component only accepts a project ID,
and not a project number.
"""

access_config: "AccessConfig" = proto.Field(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-managedkafka",
"version": "0.1.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit c28cdc3

Please sign in to comment.