Skip to content

Commit

Permalink
feat: [google-cloud-dataplex] added enum value EventType.GOVERNANCE_R…
Browse files Browse the repository at this point in the history
…ULE_PROCESSING (#12132)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 591296928

Source-Link:
googleapis/googleapis@a9e8da6

Source-Link:
googleapis/googleapis-gen@c5a9258
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFwbGV4Ly5Pd2xCb3QueWFtbCIsImgiOiJjNWE5MjU4NThlZDc1MjNlZjMyNWQ4ZmRmMDdkNzk2ZWUwNTFhN2ZiIn0=

---------

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 Dec 16, 2023
1 parent 30f5d0e commit 48d42fd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.10.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.10.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,8 @@ class EventType(proto.Enum):
Rule processing exceeds the allowed limit.
GOVERNANCE_RULE_ERRORS (17):
Rule processing errors.
GOVERNANCE_RULE_PROCESSING (18):
Governance rule prcoessing Event.
"""
EVENT_TYPE_UNSPECIFIED = 0
RESOURCE_IAM_POLICY_UPDATE = 1
Expand All @@ -637,6 +639,7 @@ class EventType(proto.Enum):
GOVERNANCE_RULE_MATCHED_RESOURCES = 15
GOVERNANCE_RULE_SEARCH_LIMIT_EXCEEDS = 16
GOVERNANCE_RULE_ERRORS = 17
GOVERNANCE_RULE_PROCESSING = 18

class Entity(proto.Message):
r"""Information about Entity resource that the log event is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dataplex",
"version": "1.10.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 48d42fd

Please sign in to comment.