Skip to content

Commit

Permalink
chore: Update gapic-generator-python to v1.8.2 (#230)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 25, 2023
1 parent 08db4e5 commit b97e770
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 53 deletions.
1 change: 1 addition & 0 deletions packages/grafeas/.coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ branch = True
show_missing = True
omit =
grafeas/grafeas/__init__.py
grafeas/grafeas/gapic_version.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
Expand Down
2 changes: 1 addition & 1 deletion packages/grafeas/grafeas/grafeas_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from grafeas.grafeas import gapic_version as package_version
from grafeas.grafeas_v1 import gapic_version as package_version

__version__ = package_version.__version__

Expand Down
102 changes: 51 additions & 51 deletions packages/grafeas/grafeas/grafeas_v1/types/cvss.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ class CVSSVersion(proto.Enum):
Values:
CVSS_VERSION_UNSPECIFIED (0):
No description available.
CVSS_VERSION_2 (1):
No description available.
CVSS_VERSION_3 (2):
No description available.
"""
CVSS_VERSION_UNSPECIFIED = 0
CVSS_VERSION_2 = 1
Expand Down Expand Up @@ -83,15 +83,15 @@ class AttackVector(proto.Enum):
Values:
ATTACK_VECTOR_UNSPECIFIED (0):
No description available.
ATTACK_VECTOR_NETWORK (1):
No description available.
ATTACK_VECTOR_ADJACENT (2):
No description available.
ATTACK_VECTOR_LOCAL (3):
No description available.
ATTACK_VECTOR_PHYSICAL (4):
No description available.
"""
ATTACK_VECTOR_UNSPECIFIED = 0
ATTACK_VECTOR_NETWORK = 1
Expand All @@ -104,11 +104,11 @@ class AttackComplexity(proto.Enum):
Values:
ATTACK_COMPLEXITY_UNSPECIFIED (0):
No description available.
ATTACK_COMPLEXITY_LOW (1):
No description available.
ATTACK_COMPLEXITY_HIGH (2):
No description available.
"""
ATTACK_COMPLEXITY_UNSPECIFIED = 0
ATTACK_COMPLEXITY_LOW = 1
Expand All @@ -119,13 +119,13 @@ class PrivilegesRequired(proto.Enum):
Values:
PRIVILEGES_REQUIRED_UNSPECIFIED (0):
No description available.
PRIVILEGES_REQUIRED_NONE (1):
No description available.
PRIVILEGES_REQUIRED_LOW (2):
No description available.
PRIVILEGES_REQUIRED_HIGH (3):
No description available.
"""
PRIVILEGES_REQUIRED_UNSPECIFIED = 0
PRIVILEGES_REQUIRED_NONE = 1
Expand All @@ -137,11 +137,11 @@ class UserInteraction(proto.Enum):
Values:
USER_INTERACTION_UNSPECIFIED (0):
No description available.
USER_INTERACTION_NONE (1):
No description available.
USER_INTERACTION_REQUIRED (2):
No description available.
"""
USER_INTERACTION_UNSPECIFIED = 0
USER_INTERACTION_NONE = 1
Expand All @@ -152,11 +152,11 @@ class Scope(proto.Enum):
Values:
SCOPE_UNSPECIFIED (0):
No description available.
SCOPE_UNCHANGED (1):
No description available.
SCOPE_CHANGED (2):
No description available.
"""
SCOPE_UNSPECIFIED = 0
SCOPE_UNCHANGED = 1
Expand All @@ -167,13 +167,13 @@ class Impact(proto.Enum):
Values:
IMPACT_UNSPECIFIED (0):
No description available.
IMPACT_HIGH (1):
No description available.
IMPACT_LOW (2):
No description available.
IMPACT_NONE (3):
No description available.
"""
IMPACT_UNSPECIFIED = 0
IMPACT_HIGH = 1
Expand Down Expand Up @@ -278,15 +278,15 @@ class AttackVector(proto.Enum):
Values:
ATTACK_VECTOR_UNSPECIFIED (0):
No description available.
ATTACK_VECTOR_NETWORK (1):
No description available.
ATTACK_VECTOR_ADJACENT (2):
No description available.
ATTACK_VECTOR_LOCAL (3):
No description available.
ATTACK_VECTOR_PHYSICAL (4):
No description available.
"""
ATTACK_VECTOR_UNSPECIFIED = 0
ATTACK_VECTOR_NETWORK = 1
Expand All @@ -299,11 +299,11 @@ class AttackComplexity(proto.Enum):
Values:
ATTACK_COMPLEXITY_UNSPECIFIED (0):
No description available.
ATTACK_COMPLEXITY_LOW (1):
No description available.
ATTACK_COMPLEXITY_HIGH (2):
No description available.
"""
ATTACK_COMPLEXITY_UNSPECIFIED = 0
ATTACK_COMPLEXITY_LOW = 1
Expand All @@ -314,13 +314,13 @@ class Authentication(proto.Enum):
Values:
AUTHENTICATION_UNSPECIFIED (0):
No description available.
AUTHENTICATION_MULTIPLE (1):
No description available.
AUTHENTICATION_SINGLE (2):
No description available.
AUTHENTICATION_NONE (3):
No description available.
"""
AUTHENTICATION_UNSPECIFIED = 0
AUTHENTICATION_MULTIPLE = 1
Expand All @@ -332,13 +332,13 @@ class PrivilegesRequired(proto.Enum):
Values:
PRIVILEGES_REQUIRED_UNSPECIFIED (0):
No description available.
PRIVILEGES_REQUIRED_NONE (1):
No description available.
PRIVILEGES_REQUIRED_LOW (2):
No description available.
PRIVILEGES_REQUIRED_HIGH (3):
No description available.
"""
PRIVILEGES_REQUIRED_UNSPECIFIED = 0
PRIVILEGES_REQUIRED_NONE = 1
Expand All @@ -350,11 +350,11 @@ class UserInteraction(proto.Enum):
Values:
USER_INTERACTION_UNSPECIFIED (0):
No description available.
USER_INTERACTION_NONE (1):
No description available.
USER_INTERACTION_REQUIRED (2):
No description available.
"""
USER_INTERACTION_UNSPECIFIED = 0
USER_INTERACTION_NONE = 1
Expand All @@ -365,11 +365,11 @@ class Scope(proto.Enum):
Values:
SCOPE_UNSPECIFIED (0):
No description available.
SCOPE_UNCHANGED (1):
No description available.
SCOPE_CHANGED (2):
No description available.
"""
SCOPE_UNSPECIFIED = 0
SCOPE_UNCHANGED = 1
Expand All @@ -380,13 +380,13 @@ class Impact(proto.Enum):
Values:
IMPACT_UNSPECIFIED (0):
No description available.
IMPACT_HIGH (1):
No description available.
IMPACT_LOW (2):
No description available.
IMPACT_NONE (3):
No description available.
"""
IMPACT_UNSPECIFIED = 0
IMPACT_HIGH = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "grafeas",
"version": "1.8.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit b97e770

Please sign in to comment.