Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit bdadd8e

Browse files
chore: update license header (#7)
1 parent 7c1c10c commit bdadd8e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+82
-79
lines changed

google/cloud/gaming/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (C) 2019 Google LLC
3+
# Copyright 2020 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

google/cloud/gaming_v1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (C) 2019 Google LLC
3+
# Copyright 2020 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

google/cloud/gaming_v1/services/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (C) 2019 Google LLC
3+
# Copyright 2020 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

google/cloud/gaming_v1/services/game_server_clusters_service/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (C) 2019 Google LLC
3+
# Copyright 2020 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

google/cloud/gaming_v1/services/game_server_clusters_service/client.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (C) 2019 Google LLC
3+
# Copyright 2020 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -201,6 +201,7 @@ def list_game_server_clusters(
201201

202202
# If we have keyword arguments corresponding to fields on the
203203
# request, apply these.
204+
204205
if parent is not None:
205206
request.parent = parent
206207

@@ -277,6 +278,7 @@ def get_game_server_cluster(
277278

278279
# If we have keyword arguments corresponding to fields on the
279280
# request, apply these.
281+
280282
if name is not None:
281283
request.name = name
282284

@@ -367,14 +369,11 @@ def create_game_server_cluster(
367369

368370
# If we have keyword arguments corresponding to fields on the
369371
# request, apply these.
372+
370373
if parent is not None:
371374
request.parent = parent
372-
# If we have keyword arguments corresponding to fields on the
373-
# request, apply these.
374375
if game_server_cluster is not None:
375376
request.game_server_cluster = game_server_cluster
376-
# If we have keyword arguments corresponding to fields on the
377-
# request, apply these.
378377
if game_server_cluster_id is not None:
379378
request.game_server_cluster_id = game_server_cluster_id
380379

@@ -497,6 +496,7 @@ def delete_game_server_cluster(
497496

498497
# If we have keyword arguments corresponding to fields on the
499498
# request, apply these.
499+
500500
if name is not None:
501501
request.name = name
502502

@@ -628,10 +628,9 @@ def update_game_server_cluster(
628628

629629
# If we have keyword arguments corresponding to fields on the
630630
# request, apply these.
631+
631632
if game_server_cluster is not None:
632633
request.game_server_cluster = game_server_cluster
633-
# If we have keyword arguments corresponding to fields on the
634-
# request, apply these.
635634
if update_mask is not None:
636635
request.update_mask = update_mask
637636

google/cloud/gaming_v1/services/game_server_clusters_service/pagers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (C) 2019 Google LLC
3+
# Copyright 2020 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

google/cloud/gaming_v1/services/game_server_clusters_service/transports/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (C) 2019 Google LLC
3+
# Copyright 2020 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

google/cloud/gaming_v1/services/game_server_clusters_service/transports/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (C) 2019 Google LLC
3+
# Copyright 2020 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

google/cloud/gaming_v1/services/game_server_clusters_service/transports/grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (C) 2019 Google LLC
3+
# Copyright 2020 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

google/cloud/gaming_v1/services/game_server_configs_service/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (C) 2019 Google LLC
3+
# Copyright 2020 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)