Skip to content

Commit

Permalink
feat: [AppEngineAdmin] add Application.service_account (#5260)
Browse files Browse the repository at this point in the history
* feat: add Application.service_account
feat: add client library method signature to retrieve Application by name
feat: add Service.labels
feat: add Version.app_engine_apis
feat: add VpcAccessConnector.egress_setting

PiperOrigin-RevId: 446641753

Source-Link: googleapis/googleapis@cd7a3e5

Source-Link: googleapis/googleapis-gen@0e7d6d2
Copy-Tag: eyJwIjoiQXBwRW5naW5lQWRtaW4vLk93bEJvdC55YW1sIiwiaCI6IjBlN2Q2ZDIwNTVlYTJlYTQ4Y2VmZDhhYmI5N2Y3ZjY2ZTliMGUxYTcifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

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] committed May 5, 2022
1 parent 88a39df commit 0ce16b4
Show file tree
Hide file tree
Showing 19 changed files with 299 additions and 15 deletions.
Binary file modified AppEngineAdmin/metadata/V1/Appengine.php
Binary file not shown.
Binary file modified AppEngineAdmin/metadata/V1/Application.php
Binary file not shown.
Binary file modified AppEngineAdmin/metadata/V1/Service.php
Binary file not shown.
Binary file modified AppEngineAdmin/metadata/V1/Version.php
Binary file not shown.
42 changes: 42 additions & 0 deletions AppEngineAdmin/src/V1/Application.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions AppEngineAdmin/src/V1/ApplicationsGrpcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public function CreateApplication(\Google\Cloud\AppEngine\V1\CreateApplicationRe
*
* * `auth_domain` - Google authentication domain for controlling user access to the application.
* * `default_cookie_expiration` - Cookie expiration policy for the application.
* * `iap` - Identity-Aware Proxy properties for the application.
* @param \Google\Cloud\AppEngine\V1\UpdateApplicationRequest $argument input argument
* @param array $metadata metadata
* @param array $options call options
Expand Down
3 changes: 2 additions & 1 deletion AppEngineAdmin/src/V1/Gapic/ApplicationsGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ public function repairApplication(array $optionalArgs = [])
*
* * `auth_domain` - Google authentication domain for controlling user access to the application.
* * `default_cookie_expiration` - Cookie expiration policy for the application.
* * `iap` - Identity-Aware Proxy properties for the application.
*
* Sample code:
* ```
Expand Down Expand Up @@ -471,7 +472,7 @@ public function repairApplication(array $optionalArgs = [])
* @type Application $application
* An Application containing the updated resource.
* @type FieldMask $updateMask
* Standard field mask for the set of fields to be updated.
* Required. Standard field mask for the set of fields to be updated.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a
* {@see Google\ApiCore\RetrySettings} object, or an associative array of retry
Expand Down
2 changes: 1 addition & 1 deletion AppEngineAdmin/src/V1/Gapic/DomainMappingsGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ public function listDomainMappings(array $optionalArgs = [])
* A domain mapping containing the updated resource. Only fields set
* in the field mask will be updated.
* @type FieldMask $updateMask
* Standard field mask for the set of fields to be updated.
* Required. Standard field mask for the set of fields to be updated.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a
* {@see Google\ApiCore\RetrySettings} object, or an associative array of retry
Expand Down
2 changes: 1 addition & 1 deletion AppEngineAdmin/src/V1/Gapic/ServicesGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ public function listServices(array $optionalArgs = [])
* A Service resource containing the updated service. Only fields set in the
* field mask will be updated.
* @type FieldMask $updateMask
* Standard field mask for the set of fields to be updated.
* Required. Standard field mask for the set of fields to be updated.
* @type bool $migrateTraffic
* Set to `true` to gradually shift traffic to one or more versions that you
* specify. By default, traffic is shifted immediately.
Expand Down
70 changes: 70 additions & 0 deletions AppEngineAdmin/src/V1/Service.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions AppEngineAdmin/src/V1/UpdateApplicationRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions AppEngineAdmin/src/V1/UpdateDomainMappingRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions AppEngineAdmin/src/V1/UpdateServiceRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions AppEngineAdmin/src/V1/Version.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0ce16b4

Please sign in to comment.