Skip to content

Commit 33996f8

Browse files
chore(containeranalysis): bump copyright year to 2020 (via synth) (#10257)
1 parent 5de0129 commit 33996f8

File tree

11 files changed

+145
-20
lines changed

11 files changed

+145
-20
lines changed

containeranalysis/google/__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 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.

containeranalysis/google/cloud/__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 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.

containeranalysis/google/cloud/devtools/containeranalysis.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 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.

containeranalysis/google/cloud/devtools/containeranalysis_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 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.

containeranalysis/google/cloud/devtools/containeranalysis_v1/gapic/container_analysis_client.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 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.

containeranalysis/google/cloud/devtools/containeranalysis_v1/gapic/transports/container_analysis_grpc_transport.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 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.

containeranalysis/google/cloud/devtools/containeranalysis_v1/proto/containeranalysis.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ syntax = "proto3";
1818
package google.devtools.containeranalysis.v1;
1919

2020
import "google/api/annotations.proto";
21+
import "google/api/client.proto";
2122
import "google/iam/v1/iam_policy.proto";
2223
import "google/iam/v1/policy.proto";
2324
import "google/protobuf/timestamp.proto";
@@ -43,6 +44,9 @@ option ruby_package = "Google::Cloud::ContainerAnalysis::V1";
4344
// there would be one note for the vulnerability and an occurrence for each
4445
// image with the vulnerability referring to that note.
4546
service ContainerAnalysis {
47+
option (google.api.default_host) = "containeranalysis.googleapis.com";
48+
option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform";
49+
4650
// Sets the access control policy on the specified note or occurrence.
4751
// Requires `containeranalysis.notes.setIamPolicy` or
4852
// `containeranalysis.occurrences.setIamPolicy` permission if the resource is
@@ -60,6 +64,7 @@ service ContainerAnalysis {
6064
body: "*"
6165
}
6266
};
67+
option (google.api.method_signature) = "resource,policy";
6368
}
6469

6570
// Gets the access control policy for a note or an occurrence resource.
@@ -79,6 +84,7 @@ service ContainerAnalysis {
7984
body: "*"
8085
}
8186
};
87+
option (google.api.method_signature) = "resource";
8288
}
8389

8490
// Returns the permissions that a caller has on the specified note or
@@ -97,5 +103,6 @@ service ContainerAnalysis {
97103
body: "*"
98104
}
99105
};
106+
option (google.api.method_signature) = "resource,permissions";
100107
}
101108
}

containeranalysis/google/cloud/devtools/containeranalysis_v1/proto/containeranalysis_pb2.py

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

containeranalysis/google/cloud/devtools/containeranalysis_v1/types.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 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)