Skip to content

Commit d26f4f4

Browse files
regen: Regenerate Google.Cloud.Run.V2 at API commit d534d01
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
1 parent 1bea3f3 commit d26f4f4

File tree

13 files changed

+1646
-342
lines changed

13 files changed

+1646
-342
lines changed

apis/Google.Cloud.Run.V2/Google.Cloud.Run.V2.GeneratedSnippets/BuildsClient.SubmitBuildRequestObjectAsyncSnippet.g.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
namespace GoogleCSharpSnippets
2020
{
2121
// [START run_v2_generated_Builds_SubmitBuild_async]
22+
using Google.Api;
2223
using System.Threading.Tasks;
2324
using gcrv = Google.Cloud.Run.V2;
2425

@@ -46,6 +47,9 @@ public async Task SubmitBuildRequestObjectAsync()
4647
ServiceAccount = "",
4748
WorkerPoolAsBuildWorkerPoolName = gcrv::BuildWorkerPoolName.FromProjectLocationWorkerPool("[PROJECT]", "[LOCATION]", "[WORKER_POOL]"),
4849
Tags = { "", },
50+
MachineType = "",
51+
ReleaseTrack = LaunchStage.Unspecified,
52+
Client = "",
4953
};
5054
// Make the request
5155
gcrv::SubmitBuildResponse response = await buildsClient.SubmitBuildAsync(request);

apis/Google.Cloud.Run.V2/Google.Cloud.Run.V2.GeneratedSnippets/BuildsClient.SubmitBuildRequestObjectSnippet.g.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
namespace GoogleCSharpSnippets
1818
{
1919
// [START run_v2_generated_Builds_SubmitBuild_sync]
20+
using Google.Api;
2021
using Google.Cloud.Run.V2;
2122

2223
public sealed partial class GeneratedBuildsClientSnippets
@@ -43,6 +44,9 @@ public void SubmitBuildRequestObject()
4344
ServiceAccount = "",
4445
WorkerPoolAsBuildWorkerPoolName = BuildWorkerPoolName.FromProjectLocationWorkerPool("[PROJECT]", "[LOCATION]", "[WORKER_POOL]"),
4546
Tags = { "", },
47+
MachineType = "",
48+
ReleaseTrack = LaunchStage.Unspecified,
49+
Client = "",
4650
};
4751
// Make the request
4852
SubmitBuildResponse response = buildsClient.SubmitBuild(request);

apis/Google.Cloud.Run.V2/Google.Cloud.Run.V2.GeneratedSnippets/snippet_metadata_google.cloud.run.v2.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
"segments": [
4949
{
5050
"start": 20,
51-
"end": 50,
51+
"end": 54,
5252
"type": "FULL"
5353
},
5454
{
55-
"start": 34,
56-
"end": 48,
55+
"start": 35,
56+
"end": 52,
5757
"type": "SHORT"
5858
}
5959
]
@@ -97,12 +97,12 @@
9797
"segments": [
9898
{
9999
"start": 22,
100-
"end": 53,
100+
"end": 57,
101101
"type": "FULL"
102102
},
103103
{
104-
"start": 37,
105-
"end": 51,
104+
"start": 38,
105+
"end": 55,
106106
"type": "SHORT"
107107
}
108108
]

apis/Google.Cloud.Run.V2/Google.Cloud.Run.V2.Snippets/BuildsClientSnippets.g.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
namespace GoogleCSharpSnippets
2020
{
21+
using Google.Api;
2122
using System.Threading.Tasks;
2223
using gcrv = Google.Cloud.Run.V2;
2324

@@ -40,6 +41,9 @@ public void SubmitBuildRequestObject()
4041
ServiceAccount = "",
4142
WorkerPoolAsBuildWorkerPoolName = gcrv::BuildWorkerPoolName.FromProjectLocationWorkerPool("[PROJECT]", "[LOCATION]", "[WORKER_POOL]"),
4243
Tags = { "", },
44+
MachineType = "",
45+
ReleaseTrack = LaunchStage.Unspecified,
46+
Client = "",
4347
};
4448
// Make the request
4549
gcrv::SubmitBuildResponse response = buildsClient.SubmitBuild(request);
@@ -63,6 +67,9 @@ public async Task SubmitBuildRequestObjectAsync()
6367
ServiceAccount = "",
6468
WorkerPoolAsBuildWorkerPoolName = gcrv::BuildWorkerPoolName.FromProjectLocationWorkerPool("[PROJECT]", "[LOCATION]", "[WORKER_POOL]"),
6569
Tags = { "", },
70+
MachineType = "",
71+
ReleaseTrack = LaunchStage.Unspecified,
72+
Client = "",
6673
};
6774
// Make the request
6875
gcrv::SubmitBuildResponse response = await buildsClient.SubmitBuildAsync(request);

apis/Google.Cloud.Run.V2/Google.Cloud.Run.V2/Build.g.cs

Lines changed: 162 additions & 37 deletions
Large diffs are not rendered by default.

apis/Google.Cloud.Run.V2/Google.Cloud.Run.V2/Condition.g.cs

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static ConditionReflection() {
2626
string.Concat(
2727
"CiNnb29nbGUvY2xvdWQvcnVuL3YyL2NvbmRpdGlvbi5wcm90bxITZ29vZ2xl",
2828
"LmNsb3VkLnJ1bi52MhofZ29vZ2xlL2FwaS9maWVsZF9iZWhhdmlvci5wcm90",
29-
"bxofZ29vZ2xlL3Byb3RvYnVmL3RpbWVzdGFtcC5wcm90byLHDAoJQ29uZGl0",
29+
"bxofZ29vZ2xlL3Byb3RvYnVmL3RpbWVzdGFtcC5wcm90byLiDAoJQ29uZGl0",
3030
"aW9uEgwKBHR5cGUYASABKAkSMwoFc3RhdGUYAiABKA4yJC5nb29nbGUuY2xv",
3131
"dWQucnVuLnYyLkNvbmRpdGlvbi5TdGF0ZRIPCgdtZXNzYWdlGAMgASgJEjgK",
3232
"FGxhc3RfdHJhbnNpdGlvbl90aW1lGAQgASgLMhouZ29vZ2xlLnByb3RvYnVm",
@@ -58,13 +58,14 @@ static ConditionReflection() {
5858
"SVpFRF9QQVRIX1JFU1BPTlNFX1BFTkRJTkcQBxIhCh1NSU5fSU5TVEFOQ0VT",
5959
"X05PVF9QUk9WSVNJT05FRBAIEiEKHUFDVElWRV9SRVZJU0lPTl9MSU1JVF9S",
6060
"RUFDSEVEEAkSEQoNTk9fREVQTE9ZTUVOVBAKEhgKFEhFQUxUSF9DSEVDS19T",
61-
"S0lQUEVEEAsSGQoVTUlOX0lOU1RBTkNFU19XQVJNSU5HEAwimwEKD0V4ZWN1",
61+
"S0lQUEVEEAsSGQoVTUlOX0lOU1RBTkNFU19XQVJNSU5HEAwitgEKD0V4ZWN1",
6262
"dGlvblJlYXNvbhIeChpFWEVDVVRJT05fUkVBU09OX1VOREVGSU5FRBAAEiQK",
6363
"IEpPQl9TVEFUVVNfU0VSVklDRV9QT0xMSU5HX0VSUk9SEAESFgoSTk9OX1pF",
6464
"Uk9fRVhJVF9DT0RFEAISDQoJQ0FOQ0VMTEVEEAMSDgoKQ0FOQ0VMTElORxAE",
65-
"EgsKB0RFTEVURUQQBUIJCgdyZWFzb25zQlYKF2NvbS5nb29nbGUuY2xvdWQu",
66-
"cnVuLnYyQg5Db25kaXRpb25Qcm90b1ABWiljbG91ZC5nb29nbGUuY29tL2dv",
67-
"L3J1bi9hcGl2Mi9ydW5wYjtydW5wYmIGcHJvdG8z"));
65+
"EgsKB0RFTEVURUQQBRIZChVERUxBWUVEX1NUQVJUX1BFTkRJTkcQBkIJCgdy",
66+
"ZWFzb25zQlYKF2NvbS5nb29nbGUuY2xvdWQucnVuLnYyQg5Db25kaXRpb25Q",
67+
"cm90b1ABWiljbG91ZC5nb29nbGUuY29tL2dvL3J1bi9hcGl2Mi9ydW5wYjty",
68+
"dW5wYmIGcHJvdG8z"));
6869
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
6970
new pbr::FileDescriptor[] { global::Google.Api.FieldBehaviorReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.TimestampReflection.Descriptor, },
7071
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
@@ -863,6 +864,10 @@ public enum ExecutionReason {
863864
/// The execution was deleted.
864865
/// </summary>
865866
[pbr::OriginalName("DELETED")] Deleted = 5,
867+
/// <summary>
868+
/// A delayed execution is waiting for a start time.
869+
/// </summary>
870+
[pbr::OriginalName("DELAYED_START_PENDING")] DelayedStartPending = 6,
866871
}
867872

868873
}

apis/Google.Cloud.Run.V2/Google.Cloud.Run.V2/Job.g.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ static JobReflection() {
8585
"Mi5FeGVjdXRpb25SZWZlcmVuY2VCA+BBAxIYCgtyZWNvbmNpbGluZxgXIAEo",
8686
"CEID4EEDEhoKDXNhdGlzZmllc19wenMYGSABKAhCA+BBAxIfChVzdGFydF9l",
8787
"eGVjdXRpb25fdG9rZW4YGiABKAlIABIdChNydW5fZXhlY3V0aW9uX3Rva2Vu",
88-
"GBsgASgJSAASEQoEZXRhZxhjIAEoCUID4EEDGi0KC0xhYmVsc0VudHJ5EgsK",
88+
"GBsgASgJSAASEQoEZXRhZxhjIAEoCUID4EEBGi0KC0xhYmVsc0VudHJ5EgsK",
8989
"A2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEaMgoQQW5ub3RhdGlvbnNF",
9090
"bnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBOlLqQU8KFnJ1",
9191
"bi5nb29nbGVhcGlzLmNvbS9Kb2ISMnByb2plY3RzL3twcm9qZWN0fS9sb2Nh",
@@ -3273,7 +3273,7 @@ public void ClearRunExecutionToken() {
32733273
public const int EtagFieldNumber = 99;
32743274
private string etag_ = "";
32753275
/// <summary>
3276-
/// Output only. A system-generated fingerprint for this version of the
3276+
/// Optional. A system-generated fingerprint for this version of the
32773277
/// resource. May be used to detect modification conflict during updates.
32783278
/// </summary>
32793279
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]

0 commit comments

Comments
 (0)