Skip to content

Commit 48d42fd

Browse files
feat: [google-cloud-dataplex] added enum value EventType.GOVERNANCE_RULE_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>
1 parent 30f5d0e commit 48d42fd

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

packages/google-cloud-dataplex/google/cloud/dataplex/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.10.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-dataplex/google/cloud/dataplex_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.10.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-dataplex/google/cloud/dataplex_v1/types/logs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,8 @@ class EventType(proto.Enum):
620620
Rule processing exceeds the allowed limit.
621621
GOVERNANCE_RULE_ERRORS (17):
622622
Rule processing errors.
623+
GOVERNANCE_RULE_PROCESSING (18):
624+
Governance rule prcoessing Event.
623625
"""
624626
EVENT_TYPE_UNSPECIFIED = 0
625627
RESOURCE_IAM_POLICY_UPDATE = 1
@@ -637,6 +639,7 @@ class EventType(proto.Enum):
637639
GOVERNANCE_RULE_MATCHED_RESOURCES = 15
638640
GOVERNANCE_RULE_SEARCH_LIMIT_EXCEEDS = 16
639641
GOVERNANCE_RULE_ERRORS = 17
642+
GOVERNANCE_RULE_PROCESSING = 18
640643

641644
class Entity(proto.Message):
642645
r"""Information about Entity resource that the log event is

packages/google-cloud-dataplex/samples/generated_samples/snippet_metadata_google.cloud.dataplex.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": "google-cloud-dataplex",
11-
"version": "1.10.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)