Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 3bd99de

Browse files
committed
updates validation function with self arg
1 parent 00db7ce commit 3bd99de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gapic/schema/wrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,7 @@ def ident(self) -> metadata.Address:
18301830
"""Return the identifier data to be used in templates."""
18311831
return self.meta.address
18321832

1833-
def _validate_paged_field_size_type(page_field_size):
1833+
def _validate_paged_field_size_type(self, page_field_size):
18341834
"""Validates allowed paged_field_size type(s).
18351835
18361836
Confirms whether the paged_field_size.type is an allowed wrapper type:

0 commit comments

Comments
 (0)