Skip to content

Commit 9af5c17

Browse files
build: do not fail builds on codecov errors (#528) (#67)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/13e8b547-7af0-436b-b85e-2c1942f8f36a/targets Source-Link: googleapis/synthtool@be74d3e
1 parent 9ecfcb5 commit 9af5c17

12 files changed

+49
-62
lines changed

packages/google-cloud-gaming/protos/google/cloud/gaming/v1beta/common.proto

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2019 Google LLC.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,6 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
1415

1516
syntax = "proto3";
1617

packages/google-cloud-gaming/protos/google/cloud/gaming/v1beta/game_server_clusters.proto

+6-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2019 Google LLC.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,6 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
1415

1516
syntax = "proto3";
1617

@@ -24,7 +25,6 @@ import "google/protobuf/timestamp.proto";
2425
import "google/api/annotations.proto";
2526

2627
option go_package = "google.golang.org/genproto/googleapis/cloud/gaming/v1beta;gaming";
27-
2828
option java_multiple_files = true;
2929
option java_package = "com.google.cloud.gaming.v1beta";
3030

@@ -35,7 +35,7 @@ message ListGameServerClustersRequest {
3535
string parent = 1 [
3636
(google.api.field_behavior) = REQUIRED,
3737
(google.api.resource_reference) = {
38-
child_type: "gameservices.googleapis.com/GameServerCluster"
38+
type: "gameservices.googleapis.com/GameServerCluster"
3939
}
4040
];
4141

@@ -90,7 +90,7 @@ message CreateGameServerClusterRequest {
9090
string parent = 1 [
9191
(google.api.field_behavior) = REQUIRED,
9292
(google.api.resource_reference) = {
93-
child_type: "gameservices.googleapis.com/GameServerCluster"
93+
type: "gameservices.googleapis.com/GameServerCluster"
9494
}
9595
];
9696

@@ -105,12 +105,7 @@ message CreateGameServerClusterRequest {
105105
message PreviewCreateGameServerClusterRequest {
106106
// Required. The parent resource name. Uses the form:
107107
// `projects/{project}/locations/{location}/realms/{realm}`.
108-
string parent = 1 [
109-
(google.api.field_behavior) = REQUIRED,
110-
(google.api.resource_reference) = {
111-
child_type: "gameservices.googleapis.com/GameServerCluster"
112-
}
113-
];
108+
string parent = 1 [(google.api.field_behavior) = REQUIRED];
114109

115110
// Required. The ID of the Game Server Cluster resource to be created.
116111
string game_server_cluster_id = 2 [(google.api.field_behavior) = REQUIRED];
@@ -148,12 +143,7 @@ message DeleteGameServerClusterRequest {
148143
message PreviewDeleteGameServerClusterRequest {
149144
// Required. The name of the Game Server Cluster to delete. Uses the form:
150145
// `projects/{project}/locations/{location}/gameServerClusters/{cluster}`.
151-
string name = 1 [
152-
(google.api.field_behavior) = REQUIRED,
153-
(google.api.resource_reference) = {
154-
type: "gameservices.googleapis.com/GameServerCluster"
155-
}
156-
];
146+
string name = 1 [(google.api.field_behavior) = REQUIRED];
157147

158148
// Optional. The target timestamp to compute the preview.
159149
google.protobuf.Timestamp preview_time = 2 [(google.api.field_behavior) = OPTIONAL];

packages/google-cloud-gaming/protos/google/cloud/gaming/v1beta/game_server_clusters_service.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2019 Google LLC.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,6 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
1415

1516
syntax = "proto3";
1617

@@ -22,7 +23,6 @@ import "google/cloud/gaming/v1beta/game_server_clusters.proto";
2223
import "google/longrunning/operations.proto";
2324

2425
option go_package = "google.golang.org/genproto/googleapis/cloud/gaming/v1beta;gaming";
25-
2626
option java_multiple_files = true;
2727
option java_package = "com.google.cloud.gaming.v1beta";
2828

packages/google-cloud-gaming/protos/google/cloud/gaming/v1beta/game_server_configs.proto

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2019 Google LLC.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,6 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
1415

1516
syntax = "proto3";
1617

@@ -23,7 +24,6 @@ import "google/protobuf/timestamp.proto";
2324
import "google/api/annotations.proto";
2425

2526
option go_package = "google.golang.org/genproto/googleapis/cloud/gaming/v1beta;gaming";
26-
2727
option java_multiple_files = true;
2828
option java_package = "com.google.cloud.gaming.v1beta";
2929

@@ -35,7 +35,7 @@ message ListGameServerConfigsRequest {
3535
string parent = 1 [
3636
(google.api.field_behavior) = REQUIRED,
3737
(google.api.resource_reference) = {
38-
child_type: "gameservices.googleapis.com/GameServerConfig"
38+
type: "gameservices.googleapis.com/GameServerConfig"
3939
}
4040
];
4141

@@ -91,7 +91,7 @@ message CreateGameServerConfigRequest {
9191
string parent = 1 [
9292
(google.api.field_behavior) = REQUIRED,
9393
(google.api.resource_reference) = {
94-
child_type: "gameservices.googleapis.com/GameServerConfig"
94+
type: "gameservices.googleapis.com/GameServerConfig"
9595
}
9696
];
9797

packages/google-cloud-gaming/protos/google/cloud/gaming/v1beta/game_server_configs_service.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2019 Google LLC.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,6 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
1415

1516
syntax = "proto3";
1617

@@ -22,7 +23,6 @@ import "google/cloud/gaming/v1beta/game_server_configs.proto";
2223
import "google/longrunning/operations.proto";
2324

2425
option go_package = "google.golang.org/genproto/googleapis/cloud/gaming/v1beta;gaming";
25-
2626
option java_multiple_files = true;
2727
option java_package = "com.google.cloud.gaming.v1beta";
2828

packages/google-cloud-gaming/protos/google/cloud/gaming/v1beta/game_server_deployments.proto

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2019 Google LLC.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,6 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
1415

1516
syntax = "proto3";
1617

@@ -24,7 +25,6 @@ import "google/protobuf/timestamp.proto";
2425
import "google/api/annotations.proto";
2526

2627
option go_package = "google.golang.org/genproto/googleapis/cloud/gaming/v1beta;gaming";
27-
2828
option java_multiple_files = true;
2929
option java_package = "com.google.cloud.gaming.v1beta";
3030

@@ -35,7 +35,7 @@ message ListGameServerDeploymentsRequest {
3535
string parent = 1 [
3636
(google.api.field_behavior) = REQUIRED,
3737
(google.api.resource_reference) = {
38-
child_type: "gameservices.googleapis.com/GameServerDeployment"
38+
type: "gameservices.googleapis.com/GameServerDeployment"
3939
}
4040
];
4141

@@ -105,7 +105,7 @@ message CreateGameServerDeploymentRequest {
105105
string parent = 1 [
106106
(google.api.field_behavior) = REQUIRED,
107107
(google.api.resource_reference) = {
108-
child_type: "gameservices.googleapis.com/GameServerDeployment"
108+
type: "gameservices.googleapis.com/GameServerDeployment"
109109
}
110110
];
111111

packages/google-cloud-gaming/protos/google/cloud/gaming/v1beta/game_server_deployments_service.proto

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2019 Google LLC.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,6 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
1415

1516
syntax = "proto3";
1617

@@ -22,7 +23,6 @@ import "google/cloud/gaming/v1beta/game_server_deployments.proto";
2223
import "google/longrunning/operations.proto";
2324

2425
option go_package = "google.golang.org/genproto/googleapis/cloud/gaming/v1beta;gaming";
25-
2626
option java_multiple_files = true;
2727
option java_package = "com.google.cloud.gaming.v1beta";
2828

@@ -95,11 +95,6 @@ service GameServerDeploymentsService {
9595
}
9696

9797
// Patches a single Game Server Deployment Rollout.
98-
// The method will not return an error if the update does not affect any
99-
// existing realms. For example - if the default_game_server_config is changed
100-
// but all existing realms use the override, that is valid. Similarly, if a
101-
// non existing realm is explicitly called out in game_server_config_overrides
102-
// field, that will also not result in an error.
10398
rpc UpdateGameServerDeploymentRollout(UpdateGameServerDeploymentRolloutRequest) returns (google.longrunning.Operation) {
10499
option (google.api.http) = {
105100
patch: "/v1beta/{rollout.name=projects/*/locations/*/gameServerDeployments/*}/rollout"

packages/google-cloud-gaming/protos/google/cloud/gaming/v1beta/realms.proto

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2019 Google LLC.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,6 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
1415

1516
syntax = "proto3";
1617

@@ -24,7 +25,6 @@ import "google/protobuf/timestamp.proto";
2425
import "google/api/annotations.proto";
2526

2627
option go_package = "google.golang.org/genproto/googleapis/cloud/gaming/v1beta;gaming";
27-
2828
option java_multiple_files = true;
2929
option java_package = "com.google.cloud.gaming.v1beta";
3030

@@ -35,7 +35,7 @@ message ListRealmsRequest {
3535
string parent = 1 [
3636
(google.api.field_behavior) = REQUIRED,
3737
(google.api.resource_reference) = {
38-
child_type: "gameservices.googleapis.com/Realm"
38+
type: "gameservices.googleapis.com/Realm"
3939
}
4040
];
4141

@@ -90,7 +90,7 @@ message CreateRealmRequest {
9090
string parent = 1 [
9191
(google.api.field_behavior) = REQUIRED,
9292
(google.api.resource_reference) = {
93-
child_type: "gameservices.googleapis.com/Realm"
93+
type: "gameservices.googleapis.com/Realm"
9494
}
9595
];
9696

packages/google-cloud-gaming/protos/google/cloud/gaming/v1beta/realms_service.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2019 Google LLC.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,6 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
1415

1516
syntax = "proto3";
1617

@@ -22,7 +23,6 @@ import "google/cloud/gaming/v1beta/realms.proto";
2223
import "google/longrunning/operations.proto";
2324

2425
option go_package = "google.golang.org/genproto/googleapis/cloud/gaming/v1beta;gaming";
25-
2626
option java_multiple_files = true;
2727
option java_package = "com.google.cloud.gaming.v1beta";
2828

packages/google-cloud-gaming/protos/protos.json

+10-12
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"id": 1,
307307
"options": {
308308
"(google.api.field_behavior)": "REQUIRED",
309-
"(google.api.resource_reference).child_type": "gameservices.googleapis.com/GameServerCluster"
309+
"(google.api.resource_reference).type": "gameservices.googleapis.com/GameServerCluster"
310310
}
311311
},
312312
"pageSize": {
@@ -376,7 +376,7 @@
376376
"id": 1,
377377
"options": {
378378
"(google.api.field_behavior)": "REQUIRED",
379-
"(google.api.resource_reference).child_type": "gameservices.googleapis.com/GameServerCluster"
379+
"(google.api.resource_reference).type": "gameservices.googleapis.com/GameServerCluster"
380380
}
381381
},
382382
"gameServerClusterId": {
@@ -401,8 +401,7 @@
401401
"type": "string",
402402
"id": 1,
403403
"options": {
404-
"(google.api.field_behavior)": "REQUIRED",
405-
"(google.api.resource_reference).child_type": "gameservices.googleapis.com/GameServerCluster"
404+
"(google.api.field_behavior)": "REQUIRED"
406405
}
407406
},
408407
"gameServerClusterId": {
@@ -458,8 +457,7 @@
458457
"type": "string",
459458
"id": 1,
460459
"options": {
461-
"(google.api.field_behavior)": "REQUIRED",
462-
"(google.api.resource_reference).type": "gameservices.googleapis.com/GameServerCluster"
460+
"(google.api.field_behavior)": "REQUIRED"
463461
}
464462
},
465463
"previewTime": {
@@ -697,7 +695,7 @@
697695
"id": 1,
698696
"options": {
699697
"(google.api.field_behavior)": "REQUIRED",
700-
"(google.api.resource_reference).child_type": "gameservices.googleapis.com/GameServerConfig"
698+
"(google.api.resource_reference).type": "gameservices.googleapis.com/GameServerConfig"
701699
}
702700
},
703701
"pageSize": {
@@ -767,7 +765,7 @@
767765
"id": 1,
768766
"options": {
769767
"(google.api.field_behavior)": "REQUIRED",
770-
"(google.api.resource_reference).child_type": "gameservices.googleapis.com/GameServerConfig"
768+
"(google.api.resource_reference).type": "gameservices.googleapis.com/GameServerConfig"
771769
}
772770
},
773771
"configId": {
@@ -935,7 +933,7 @@
935933
"id": 1,
936934
"options": {
937935
"(google.api.field_behavior)": "REQUIRED",
938-
"(google.api.resource_reference).child_type": "gameservices.googleapis.com/GameServerDeployment"
936+
"(google.api.resource_reference).type": "gameservices.googleapis.com/GameServerDeployment"
939937
}
940938
},
941939
"pageSize": {
@@ -1017,7 +1015,7 @@
10171015
"id": 1,
10181016
"options": {
10191017
"(google.api.field_behavior)": "REQUIRED",
1020-
"(google.api.resource_reference).child_type": "gameservices.googleapis.com/GameServerDeployment"
1018+
"(google.api.resource_reference).type": "gameservices.googleapis.com/GameServerDeployment"
10211019
}
10221020
},
10231021
"deploymentId": {
@@ -1366,7 +1364,7 @@
13661364
"id": 1,
13671365
"options": {
13681366
"(google.api.field_behavior)": "REQUIRED",
1369-
"(google.api.resource_reference).child_type": "gameservices.googleapis.com/Realm"
1367+
"(google.api.resource_reference).type": "gameservices.googleapis.com/Realm"
13701368
}
13711369
},
13721370
"pageSize": {
@@ -1436,7 +1434,7 @@
14361434
"id": 1,
14371435
"options": {
14381436
"(google.api.field_behavior)": "REQUIRED",
1439-
"(google.api.resource_reference).child_type": "gameservices.googleapis.com/Realm"
1437+
"(google.api.resource_reference).type": "gameservices.googleapis.com/Realm"
14401438
}
14411439
},
14421440
"realmId": {

0 commit comments

Comments
 (0)