-
Notifications
You must be signed in to change notification settings - Fork 436
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update default transport type for Connect Gateway v1 client to …
…"rest" (#7824) * feat!: Update default transport type for Connect Gateway v1beta1 client to "rest" BREAKING CHANGE: gRPC support is being removed in favor of HTTP support, as gRPC is not currently supported by Connect Gateway. PiperOrigin-RevId: 695487411 Source-Link: googleapis/googleapis@5257378 Source-Link: googleapis/googleapis-gen@5dbaade Copy-Tag: eyJwIjoiR2tlQ29ubmVjdEdhdGV3YXkvLk93bEJvdC55YW1sIiwiaCI6IjVkYmFhZGU2ZGMyZjE0NWFhMWVhZjMzZDBkOGEwNTIxNTZhNDkwODgifQ== * feat!: Update default transport type for Connect Gateway v1 client to "rest" BREAKING CHANGE: gRPC support is being removed in favor of HTTP support, as gRPC is not currently supported by Connect Gateway. PiperOrigin-RevId: 695803161 Source-Link: googleapis/googleapis@de97a5f Source-Link: googleapis/googleapis-gen@aebeaed Copy-Tag: eyJwIjoiR2tlQ29ubmVjdEdhdGV3YXkvLk93bEJvdC55YW1sIiwiaCI6ImFlYmVhZWRlZGU1NDU0NWVlMTZlOWMxMmFmNjVjZGJhNDM3MTAzMGQifQ==
- Loading branch information
1 parent
285585e
commit 6a01b6d
Showing
4 changed files
with
90 additions
and
22 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
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
38 changes: 38 additions & 0 deletions
38
GkeConnectGateway/src/V1beta1/Enums/GenerateCredentialsRequest/OperatingSystem.php
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,38 @@ | ||
<?php | ||
/* | ||
* 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 | ||
* | ||
* https://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. | ||
*/ | ||
|
||
/* | ||
* GENERATED CODE WARNING | ||
* Generated by gapic-generator-php from the file | ||
* https://github.com/googleapis/googleapis/blob/master/google/cloud/gkeconnect/gateway/v1beta1/control.proto | ||
* Updates to the above are reflected here through a refresh process. | ||
*/ | ||
|
||
namespace Google\Cloud\GkeConnect\Gateway\V1beta1\Enums\GenerateCredentialsRequest; | ||
|
||
/** | ||
* OperatingSystem contains string constants that represent the names of each value | ||
* in the | ||
* google.cloud.gkeconnect.gateway.v1beta1.GenerateCredentialsRequest.OperatingSystem | ||
* descriptor. | ||
*/ | ||
class OperatingSystem | ||
{ | ||
const OPERATING_SYSTEM_UNSPECIFIED = 'OPERATING_SYSTEM_UNSPECIFIED'; | ||
|
||
const OPERATING_SYSTEM_WINDOWS = 'OPERATING_SYSTEM_WINDOWS'; | ||
} |
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