Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Feb 21, 2024
1 parent 22dfde6 commit dcb54e9
Showing 1 changed file with 15 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -687,10 +687,9 @@ class UpdateSecurityHealthAnalyticsCustomModuleRequest(proto.Message):
indicates the request is valid while an error
response indicates the request is invalid. Note
that a subsequent request to actually update the
module could still fail because 1. the state
could have changed (e.g. IAM permission lost) or
2. A failure occurred while trying to update the
module.
module could still fail because:
1. the state could have changed (e.g. IAM permission lost) or
2. A failure occurred while trying to update the module.
"""

update_mask: field_mask_pb2.FieldMask = proto.Field(
Expand Down Expand Up @@ -730,10 +729,9 @@ class DeleteSecurityHealthAnalyticsCustomModuleRequest(proto.Message):
indicates the request is valid while an error
response indicates the request is invalid. Note
that a subsequent request to actually delete the
module could still fail because 1. the state
could have changed (e.g. IAM permission lost) or
2. A failure occurred while trying to delete the
module.
module could still fail because:
1. the state could have changed (e.g. IAM permission lost) or
2. A failure occurred while trying to delete the module.
"""

name: str = proto.Field(
Expand Down Expand Up @@ -1570,10 +1568,9 @@ class CreateEventThreatDetectionCustomModuleRequest(proto.Message):
indicates the request is valid while an error
response indicates the request is invalid. Note
that a subsequent request to actually create the
module could still fail because 1. the state
could have changed (e.g. IAM permission lost) or
2. A failure occurred during creation of the
module.
module could still fail because:
1. the state could have changed (e.g. IAM permission lost) or
2. A failure occurred during creation of the module.
"""

parent: str = proto.Field(
Expand Down Expand Up @@ -1613,10 +1610,9 @@ class UpdateEventThreatDetectionCustomModuleRequest(proto.Message):
indicates the request is valid while an error
response indicates the request is invalid. Note
that a subsequent request to actually update the
module could still fail because 1. the state
could have changed (e.g. IAM permission lost) or
2. A failure occurred while trying to update the
module.
module could still fail because:
1. the state could have changed (e.g. IAM permission lost) or
2. A failure occurred while trying to update the module.
"""

update_mask: field_mask_pb2.FieldMask = proto.Field(
Expand Down Expand Up @@ -1656,10 +1652,9 @@ class DeleteEventThreatDetectionCustomModuleRequest(proto.Message):
indicates the request is valid while an error
response indicates the request is invalid. Note
that a subsequent request to actually delete the
module could still fail because 1. the state
could have changed (e.g. IAM permission lost) or
2. A failure occurred while trying to delete the
module.
module could still fail because:
1. the state could have changed (e.g. IAM permission lost) or
2. A failure occurred while trying to delete the module.
"""

name: str = proto.Field(
Expand Down

0 comments on commit dcb54e9

Please sign in to comment.