-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: [google-cloud-gke-connect-gateway] removed the nonfunctional G…
…atewayService and replaced it with the GatewayControl service (#13028) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 666340312 Source-Link: googleapis/googleapis@82ab100 Source-Link: googleapis/googleapis-gen@3f5c714 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWdrZS1jb25uZWN0LWdhdGV3YXkvLk93bEJvdC55YW1sIiwiaCI6IjNmNWM3MTRhYTRmYWFhNzM1MGYxMTQ1MjQyZjE5MjcwNDliZGQ5YTgifQ== BEGIN_COMMIT_OVERRIDE fix!: Set google.cloud.gkeconnect.gateway_v1 as the default import feat!: [google-cloud-gke-connect-gateway] removed the nonfunctional GatewayService and replaced it with the GatewayControl service BREAKING CHANGE: existing client libraries are being regenerated to remove unused functionality and introduce new features. END_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT feat!: [google-cloud-gke-connect-gateway] removed the nonfunctional GatewayService and replaced it with the GatewayControl service BREAKING CHANGE: existing client libraries are being regenerated to remove unused functionality and introduce new features. PiperOrigin-RevId: 665564055 Source-Link: googleapis/googleapis@71434fd Source-Link: googleapis/googleapis-gen@3fcf6a6 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWdrZS1jb25uZWN0LWdhdGV3YXkvLk93bEJvdC55YW1sIiwiaCI6IjNmY2Y2YTY5NDNhOTMwY2JhOTA5MGY4Yjg4YTZjYWY3MWM4ZmI2OTQifQ== END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat!: [google-cloud-gke-connect-gateway] removed the nonfunctional GatewayService and replaced it with the GatewayControl service BREAKING CHANGE: existing client libraries are being regenerated to remove unused functionality and introduce new features. PiperOrigin-RevId: 665485495 Source-Link: googleapis/googleapis@5e76753 Source-Link: googleapis/googleapis-gen@565ebdf Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWdrZS1jb25uZWN0LWdhdGV3YXkvLk93bEJvdC55YW1sIiwiaCI6IjU2NWViZGY4YjMzY2VlYWFlZDk3MmUwZDlmYmU0YWEwNjNlNTI5MmUifQ== END_NESTED_COMMIT --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
- Loading branch information
1 parent
0b90478
commit 6639798
Showing
53 changed files
with
6,989 additions
and
5,312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/google-cloud-gke-connect-gateway/docs/gateway_v1/gateway_control.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
GatewayControl | ||
-------------------------------- | ||
|
||
.. automodule:: google.cloud.gkeconnect.gateway_v1.services.gateway_control | ||
:members: | ||
:inherited-members: |
6 changes: 6 additions & 0 deletions
6
packages/google-cloud-gke-connect-gateway/docs/gateway_v1/services_.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Services for Google Cloud Gkeconnect Gateway v1 API | ||
=================================================== | ||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
gateway_control |
6 changes: 6 additions & 0 deletions
6
packages/google-cloud-gke-connect-gateway/docs/gateway_v1/types_.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Types for Google Cloud Gkeconnect Gateway v1 API | ||
================================================ | ||
|
||
.. automodule:: google.cloud.gkeconnect.gateway_v1.types | ||
:members: | ||
:show-inheritance: |
4 changes: 2 additions & 2 deletions
4
.../docs/gateway_v1beta1/gateway_service.rst → .../docs/gateway_v1beta1/gateway_control.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
GatewayService | ||
GatewayControl | ||
-------------------------------- | ||
|
||
.. automodule:: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_service | ||
.. automodule:: google.cloud.gkeconnect.gateway_v1beta1.services.gateway_control | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
packages/google-cloud-gke-connect-gateway/google/cloud/gkeconnect/gateway_v1/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2024 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.cloud.gkeconnect.gateway_v1 import gapic_version as package_version | ||
|
||
__version__ = package_version.__version__ | ||
|
||
|
||
from .services.gateway_control import GatewayControlAsyncClient, GatewayControlClient | ||
from .types.control import GenerateCredentialsRequest, GenerateCredentialsResponse | ||
|
||
__all__ = ( | ||
"GatewayControlAsyncClient", | ||
"GatewayControlClient", | ||
"GenerateCredentialsRequest", | ||
"GenerateCredentialsResponse", | ||
) |
43 changes: 43 additions & 0 deletions
43
...s/google-cloud-gke-connect-gateway/google/cloud/gkeconnect/gateway_v1/gapic_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.gkeconnect.gateway_v1", | ||
"protoPackage": "google.cloud.gkeconnect.gateway.v1", | ||
"schema": "1.0", | ||
"services": { | ||
"GatewayControl": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "GatewayControlClient", | ||
"rpcs": { | ||
"GenerateCredentials": { | ||
"methods": [ | ||
"generate_credentials" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "GatewayControlAsyncClient", | ||
"rpcs": { | ||
"GenerateCredentials": { | ||
"methods": [ | ||
"generate_credentials" | ||
] | ||
} | ||
} | ||
}, | ||
"rest": { | ||
"libraryClient": "GatewayControlClient", | ||
"rpcs": { | ||
"GenerateCredentials": { | ||
"methods": [ | ||
"generate_credentials" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...ages/google-cloud-gke-connect-gateway/google/cloud/gkeconnect/gateway_v1/gapic_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2024 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.0.0" # {x-release-please-version} |
2 changes: 2 additions & 0 deletions
2
packages/google-cloud-gke-connect-gateway/google/cloud/gkeconnect/gateway_v1/py.typed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Marker file for PEP 561. | ||
# The google-cloud-gke-connect-gateway package uses inline types. |
15 changes: 15 additions & 0 deletions
15
.../google-cloud-gke-connect-gateway/google/cloud/gkeconnect/gateway_v1/services/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2024 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. | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.