Skip to content

Commit 3b11505

Browse files
feat: [Run] add SourceCode proto to Run container config (#8782)
* feat: add SourceCode proto to Run container config docs: A comment for field `etag` in message `.google.cloud.run.v2.Job` is changed docs: A comment for field `limits` in message `.google.cloud.run.v2.ResourceRequirements` is changed docs: A comment for field `items` in message `.google.cloud.run.v2.SecretVolumeSource` is changed docs: A comment for field `name` in message `.google.cloud.run.v2.Service` is changed docs: A comment for field `invoker_iam_disabled` in message `.google.cloud.run.v2.Service` is changed docs: A comment for field `etag` in message `.google.cloud.run.v2.Service` is changed docs: A comment for field `observed_generation` in message `.google.cloud.run.v2.WorkerPool` is changed docs: A comment for field `latest_ready_revision` in message `.google.cloud.run.v2.WorkerPool` is changed docs: A comment for field `custom_audiences` in message `.google.cloud.run.v2.WorkerPool` is changed docs: A comment for field `reconciling` in message `.google.cloud.run.v2.WorkerPool` is changed docs: A comment for field `etag` in message `.google.cloud.run.v2.WorkerPool` is changed PiperOrigin-RevId: 840919560 Source-Link: googleapis/googleapis@d534d01 Source-Link: googleapis/googleapis-gen@2382e28 Copy-Tag: eyJwIjoiUnVuLy5Pd2xCb3QueWFtbCIsImgiOiIyMzgyZTI4ODlmMWNiYjcxMTA3MzMyY2I4ZjM4MzRiZjRiZDMwYTM5In0= * 🦉 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>
1 parent 1063e3c commit 3b11505

32 files changed

Lines changed: 982 additions & 173 deletions

Run/metadata/V2/Build.php

189 Bytes
Binary file not shown.

Run/metadata/V2/Condition.php

27 Bytes
Binary file not shown.

Run/metadata/V2/Job.php

0 Bytes
Binary file not shown.

Run/metadata/V2/K8SMin.php

285 Bytes
Binary file not shown.

Run/metadata/V2/Service.php

Lines changed: 15 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Run/metadata/V2/VendorSettings.php

33 Bytes
Binary file not shown.

Run/metadata/V2/WorkerPool.php

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
83 Bytes
Binary file not shown.

Run/src/V2/Client/BuildsClient.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ final class BuildsClient
7676
private const CODEGEN_NAME = 'gapic';
7777

7878
/** The default scopes required by the service. */
79-
public static $serviceScopes = [
80-
'https://www.googleapis.com/auth/cloud-platform',
81-
];
79+
public static $serviceScopes = ['https://www.googleapis.com/auth/cloud-platform'];
8280

8381
private static function getClientDefaults()
8482
{

Run/src/V2/Client/ExecutionsClient.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ final class ExecutionsClient
8686
private const CODEGEN_NAME = 'gapic';
8787

8888
/** The default scopes required by the service. */
89-
public static $serviceScopes = [
90-
'https://www.googleapis.com/auth/cloud-platform',
91-
];
89+
public static $serviceScopes = ['https://www.googleapis.com/auth/cloud-platform'];
9290

9391
private $operationsClient;
9492

0 commit comments

Comments
 (0)