We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae423b commit 016f216Copy full SHA for 016f216
databricks/sdk/common/types/fieldmask.py
@@ -1,5 +1,6 @@
1
class FieldMask(object):
2
"""Class for FieldMask message type."""
3
+
4
# This is based on the base implementation from protobuf.
5
# https://pigweed.googlesource.com/third_party/github/protocolbuffers/protobuf/+/HEAD/python/google/protobuf/internal/field_mask.py
6
# The original implementation only works with proto generated classes.
0 commit comments