@@ -446,6 +446,7 @@ class Organization(google.protobuf.message.Message):
446446 PUBLIC_NAMESPACE_FIELD_NUMBER : builtins .int
447447 DEFAULT_REGION_FIELD_NUMBER : builtins .int
448448 CID_FIELD_NUMBER : builtins .int
449+ DEFAULT_FRAGMENTS_FIELD_NUMBER : builtins .int
449450 id : builtins .str
450451 name : builtins .str
451452 public_namespace : builtins .str
@@ -457,17 +458,26 @@ class Organization(google.protobuf.message.Message):
457458 def created_on (self ) -> google .protobuf .timestamp_pb2 .Timestamp :
458459 ...
459460
460- def __init__ (self , * , id : builtins .str = ..., name : builtins .str = ..., created_on : google .protobuf .timestamp_pb2 .Timestamp | None = ..., public_namespace : builtins .str = ..., default_region : builtins .str = ..., cid : builtins .str | None = ...) -> None :
461+ @property
462+ def default_fragments (self ) -> global___FragmentImportList :
463+ ...
464+
465+ def __init__ (self , * , id : builtins .str = ..., name : builtins .str = ..., created_on : google .protobuf .timestamp_pb2 .Timestamp | None = ..., public_namespace : builtins .str = ..., default_region : builtins .str = ..., cid : builtins .str | None = ..., default_fragments : global___FragmentImportList | None = ...) -> None :
461466 ...
462467
463- def HasField (self , field_name : typing .Literal ['_cid' , b'_cid' , 'cid' , b'cid' , 'created_on' , b'created_on' ]) -> builtins .bool :
468+ def HasField (self , field_name : typing .Literal ['_cid' , b'_cid' , '_default_fragments' , b'_default_fragments' , ' cid' , b'cid' , 'created_on' , b'created_on' , 'default_fragments' , b'default_fragments ' ]) -> builtins .bool :
464469 ...
465470
466- def ClearField (self , field_name : typing .Literal ['_cid' , b'_cid' , 'cid' , b'cid' , 'created_on' , b'created_on' , 'default_region' , b'default_region' , 'id' , b'id' , 'name' , b'name' , 'public_namespace' , b'public_namespace' ]) -> None :
471+ def ClearField (self , field_name : typing .Literal ['_cid' , b'_cid' , '_default_fragments' , b'_default_fragments' , ' cid' , b'cid' , 'created_on' , b'created_on' , 'default_fragments' , b'default_fragments ' , 'default_region' , b'default_region' , 'id' , b'id' , 'name' , b'name' , 'public_namespace' , b'public_namespace' ]) -> None :
467472 ...
468473
474+ @typing .overload
469475 def WhichOneof (self , oneof_group : typing .Literal ['_cid' , b'_cid' ]) -> typing .Literal ['cid' ] | None :
470476 ...
477+
478+ @typing .overload
479+ def WhichOneof (self , oneof_group : typing .Literal ['_default_fragments' , b'_default_fragments' ]) -> typing .Literal ['default_fragments' ] | None :
480+ ...
471481global___Organization = Organization
472482
473483@typing .final
0 commit comments