Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jun 10, 2024
1 parent 3caa142 commit e79591a
Showing 1 changed file with 22 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -788,10 +788,8 @@ class CreateSecurityHealthAnalyticsCustomModuleRequest(proto.Message):
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. Defaults to false.
- The state could have changed (e.g. IAM permission lost) or
- A failure occurred during creation of the module. Defaults to false.
"""

parent: str = proto.Field(
Expand Down Expand Up @@ -830,10 +828,10 @@ 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:
- The state could have changed (e.g. IAM permission lost) or
- A failure occurred while trying to update the module.
"""

update_mask: field_mask_pb2.FieldMask = proto.Field(
Expand Down Expand Up @@ -873,10 +871,10 @@ 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:
- The state could have changed (e.g. IAM permission lost) or
- A failure occurred while trying to delete the module.
"""

name: str = proto.Field(
Expand Down Expand Up @@ -1706,10 +1704,10 @@ 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:
- The state could have changed (e.g. IAM permission lost) or
- A failure occurred during creation of the module.
"""

parent: str = proto.Field(
Expand Down Expand Up @@ -1749,10 +1747,10 @@ 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:
- The state could have changed (e.g. IAM permission lost) or
- A failure occurred while trying to update the module.
"""

update_mask: field_mask_pb2.FieldMask = proto.Field(
Expand Down Expand Up @@ -1792,10 +1790,10 @@ 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:
- The state could have changed (e.g. IAM permission lost) or
- A failure occurred while trying to delete the module.
"""

name: str = proto.Field(
Expand Down

0 comments on commit e79591a

Please sign in to comment.