Skip to content

Commit b97e770

Browse files
chore: Update gapic-generator-python to v1.8.2 (#230)
* chore: Update gapic-generator-python to v1.8.2 PiperOrigin-RevId: 504289125 Source-Link: googleapis/googleapis@38a48a4 Source-Link: googleapis/googleapis-gen@b2dc226 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJkYzIyNjYzZGJlNDdhOTcyYzhkOGMyZjhhNGRmMDEzZGFmZGNiYyJ9 * 🦉 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 08db4e5 commit b97e770

File tree

4 files changed

+54
-53
lines changed

4 files changed

+54
-53
lines changed

packages/grafeas/.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ branch = True
55
show_missing = True
66
omit =
77
grafeas/grafeas/__init__.py
8+
grafeas/grafeas/gapic_version.py
89
exclude_lines =
910
# Re-enable the standard pragma
1011
pragma: NO COVER

packages/grafeas/grafeas/grafeas_v1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
from grafeas.grafeas import gapic_version as package_version
16+
from grafeas.grafeas_v1 import gapic_version as package_version
1717

1818
__version__ = package_version.__version__
1919

packages/grafeas/grafeas/grafeas_v1/types/cvss.py

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ class CVSSVersion(proto.Enum):
3333
3434
Values:
3535
CVSS_VERSION_UNSPECIFIED (0):
36-
36+
No description available.
3737
CVSS_VERSION_2 (1):
38-
38+
No description available.
3939
CVSS_VERSION_3 (2):
40-
40+
No description available.
4141
"""
4242
CVSS_VERSION_UNSPECIFIED = 0
4343
CVSS_VERSION_2 = 1
@@ -83,15 +83,15 @@ class AttackVector(proto.Enum):
8383
8484
Values:
8585
ATTACK_VECTOR_UNSPECIFIED (0):
86-
86+
No description available.
8787
ATTACK_VECTOR_NETWORK (1):
88-
88+
No description available.
8989
ATTACK_VECTOR_ADJACENT (2):
90-
90+
No description available.
9191
ATTACK_VECTOR_LOCAL (3):
92-
92+
No description available.
9393
ATTACK_VECTOR_PHYSICAL (4):
94-
94+
No description available.
9595
"""
9696
ATTACK_VECTOR_UNSPECIFIED = 0
9797
ATTACK_VECTOR_NETWORK = 1
@@ -104,11 +104,11 @@ class AttackComplexity(proto.Enum):
104104
105105
Values:
106106
ATTACK_COMPLEXITY_UNSPECIFIED (0):
107-
107+
No description available.
108108
ATTACK_COMPLEXITY_LOW (1):
109-
109+
No description available.
110110
ATTACK_COMPLEXITY_HIGH (2):
111-
111+
No description available.
112112
"""
113113
ATTACK_COMPLEXITY_UNSPECIFIED = 0
114114
ATTACK_COMPLEXITY_LOW = 1
@@ -119,13 +119,13 @@ class PrivilegesRequired(proto.Enum):
119119
120120
Values:
121121
PRIVILEGES_REQUIRED_UNSPECIFIED (0):
122-
122+
No description available.
123123
PRIVILEGES_REQUIRED_NONE (1):
124-
124+
No description available.
125125
PRIVILEGES_REQUIRED_LOW (2):
126-
126+
No description available.
127127
PRIVILEGES_REQUIRED_HIGH (3):
128-
128+
No description available.
129129
"""
130130
PRIVILEGES_REQUIRED_UNSPECIFIED = 0
131131
PRIVILEGES_REQUIRED_NONE = 1
@@ -137,11 +137,11 @@ class UserInteraction(proto.Enum):
137137
138138
Values:
139139
USER_INTERACTION_UNSPECIFIED (0):
140-
140+
No description available.
141141
USER_INTERACTION_NONE (1):
142-
142+
No description available.
143143
USER_INTERACTION_REQUIRED (2):
144-
144+
No description available.
145145
"""
146146
USER_INTERACTION_UNSPECIFIED = 0
147147
USER_INTERACTION_NONE = 1
@@ -152,11 +152,11 @@ class Scope(proto.Enum):
152152
153153
Values:
154154
SCOPE_UNSPECIFIED (0):
155-
155+
No description available.
156156
SCOPE_UNCHANGED (1):
157-
157+
No description available.
158158
SCOPE_CHANGED (2):
159-
159+
No description available.
160160
"""
161161
SCOPE_UNSPECIFIED = 0
162162
SCOPE_UNCHANGED = 1
@@ -167,13 +167,13 @@ class Impact(proto.Enum):
167167
168168
Values:
169169
IMPACT_UNSPECIFIED (0):
170-
170+
No description available.
171171
IMPACT_HIGH (1):
172-
172+
No description available.
173173
IMPACT_LOW (2):
174-
174+
No description available.
175175
IMPACT_NONE (3):
176-
176+
No description available.
177177
"""
178178
IMPACT_UNSPECIFIED = 0
179179
IMPACT_HIGH = 1
@@ -278,15 +278,15 @@ class AttackVector(proto.Enum):
278278
279279
Values:
280280
ATTACK_VECTOR_UNSPECIFIED (0):
281-
281+
No description available.
282282
ATTACK_VECTOR_NETWORK (1):
283-
283+
No description available.
284284
ATTACK_VECTOR_ADJACENT (2):
285-
285+
No description available.
286286
ATTACK_VECTOR_LOCAL (3):
287-
287+
No description available.
288288
ATTACK_VECTOR_PHYSICAL (4):
289-
289+
No description available.
290290
"""
291291
ATTACK_VECTOR_UNSPECIFIED = 0
292292
ATTACK_VECTOR_NETWORK = 1
@@ -299,11 +299,11 @@ class AttackComplexity(proto.Enum):
299299
300300
Values:
301301
ATTACK_COMPLEXITY_UNSPECIFIED (0):
302-
302+
No description available.
303303
ATTACK_COMPLEXITY_LOW (1):
304-
304+
No description available.
305305
ATTACK_COMPLEXITY_HIGH (2):
306-
306+
No description available.
307307
"""
308308
ATTACK_COMPLEXITY_UNSPECIFIED = 0
309309
ATTACK_COMPLEXITY_LOW = 1
@@ -314,13 +314,13 @@ class Authentication(proto.Enum):
314314
315315
Values:
316316
AUTHENTICATION_UNSPECIFIED (0):
317-
317+
No description available.
318318
AUTHENTICATION_MULTIPLE (1):
319-
319+
No description available.
320320
AUTHENTICATION_SINGLE (2):
321-
321+
No description available.
322322
AUTHENTICATION_NONE (3):
323-
323+
No description available.
324324
"""
325325
AUTHENTICATION_UNSPECIFIED = 0
326326
AUTHENTICATION_MULTIPLE = 1
@@ -332,13 +332,13 @@ class PrivilegesRequired(proto.Enum):
332332
333333
Values:
334334
PRIVILEGES_REQUIRED_UNSPECIFIED (0):
335-
335+
No description available.
336336
PRIVILEGES_REQUIRED_NONE (1):
337-
337+
No description available.
338338
PRIVILEGES_REQUIRED_LOW (2):
339-
339+
No description available.
340340
PRIVILEGES_REQUIRED_HIGH (3):
341-
341+
No description available.
342342
"""
343343
PRIVILEGES_REQUIRED_UNSPECIFIED = 0
344344
PRIVILEGES_REQUIRED_NONE = 1
@@ -350,11 +350,11 @@ class UserInteraction(proto.Enum):
350350
351351
Values:
352352
USER_INTERACTION_UNSPECIFIED (0):
353-
353+
No description available.
354354
USER_INTERACTION_NONE (1):
355-
355+
No description available.
356356
USER_INTERACTION_REQUIRED (2):
357-
357+
No description available.
358358
"""
359359
USER_INTERACTION_UNSPECIFIED = 0
360360
USER_INTERACTION_NONE = 1
@@ -365,11 +365,11 @@ class Scope(proto.Enum):
365365
366366
Values:
367367
SCOPE_UNSPECIFIED (0):
368-
368+
No description available.
369369
SCOPE_UNCHANGED (1):
370-
370+
No description available.
371371
SCOPE_CHANGED (2):
372-
372+
No description available.
373373
"""
374374
SCOPE_UNSPECIFIED = 0
375375
SCOPE_UNCHANGED = 1
@@ -380,13 +380,13 @@ class Impact(proto.Enum):
380380
381381
Values:
382382
IMPACT_UNSPECIFIED (0):
383-
383+
No description available.
384384
IMPACT_HIGH (1):
385-
385+
No description available.
386386
IMPACT_LOW (2):
387-
387+
No description available.
388388
IMPACT_NONE (3):
389-
389+
No description available.
390390
"""
391391
IMPACT_UNSPECIFIED = 0
392392
IMPACT_HIGH = 1

packages/grafeas/samples/generated_samples/snippet_metadata_grafeas.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "grafeas",
11-
"version": "1.8.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)