@@ -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
@@ -5404,14 +5414,16 @@ class GetAppContentResponse(google.protobuf.message.Message):
54045414 BLOB_PATH_FIELD_NUMBER : builtins .int
54055415 ENTRYPOINT_FIELD_NUMBER : builtins .int
54065416 APP_TYPE_FIELD_NUMBER : builtins .int
5417+ PUBLIC_FIELD_NUMBER : builtins .int
54075418 blob_path : builtins .str
54085419 entrypoint : builtins .str
54095420 app_type : global___AppType .ValueType
5421+ public : builtins .bool
54105422
5411- def __init__ (self , * , blob_path : builtins .str = ..., entrypoint : builtins .str = ..., app_type : global___AppType .ValueType = ...) -> None :
5423+ def __init__ (self , * , blob_path : builtins .str = ..., entrypoint : builtins .str = ..., app_type : global___AppType .ValueType = ..., public : builtins . bool = ... ) -> None :
54125424 ...
54135425
5414- def ClearField (self , field_name : typing .Literal ['app_type' , b'app_type' , 'blob_path' , b'blob_path' , 'entrypoint' , b'entrypoint' ]) -> None :
5426+ def ClearField (self , field_name : typing .Literal ['app_type' , b'app_type' , 'blob_path' , b'blob_path' , 'entrypoint' , b'entrypoint' , 'public' , b'public' ]) -> None :
54155427 ...
54165428global___GetAppContentResponse = GetAppContentResponse
54175429
0 commit comments