File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
packages/google-cloud-dataplex
samples/generated_samples Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
- __version__ = "1.10 .0" # {x-release-please-version}
16
+ __version__ = "0.0 .0" # {x-release-please-version}
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
- __version__ = "1.10 .0" # {x-release-please-version}
16
+ __version__ = "0.0 .0" # {x-release-please-version}
Original file line number Diff line number Diff line change @@ -620,6 +620,8 @@ class EventType(proto.Enum):
620
620
Rule processing exceeds the allowed limit.
621
621
GOVERNANCE_RULE_ERRORS (17):
622
622
Rule processing errors.
623
+ GOVERNANCE_RULE_PROCESSING (18):
624
+ Governance rule prcoessing Event.
623
625
"""
624
626
EVENT_TYPE_UNSPECIFIED = 0
625
627
RESOURCE_IAM_POLICY_UPDATE = 1
@@ -637,6 +639,7 @@ class EventType(proto.Enum):
637
639
GOVERNANCE_RULE_MATCHED_RESOURCES = 15
638
640
GOVERNANCE_RULE_SEARCH_LIMIT_EXCEEDS = 16
639
641
GOVERNANCE_RULE_ERRORS = 17
642
+ GOVERNANCE_RULE_PROCESSING = 18
640
643
641
644
class Entity (proto .Message ):
642
645
r"""Information about Entity resource that the log event is
Original file line number Diff line number Diff line change 8
8
],
9
9
"language" : " PYTHON" ,
10
10
"name" : " google-cloud-dataplex" ,
11
- "version" : " 1.10 .0"
11
+ "version" : " 0.1 .0"
12
12
},
13
13
"snippets" : [
14
14
{
You can’t perform that action at this time.
0 commit comments