@@ -3675,13 +3675,28 @@ class OrgDetails(google.protobuf.message.Message):
3675
3675
DESCRIPTOR : google .protobuf .descriptor .Descriptor
3676
3676
ORG_ID_FIELD_NUMBER : builtins .int
3677
3677
ORG_NAME_FIELD_NUMBER : builtins .int
3678
+ ORG_CID_FIELD_NUMBER : builtins .int
3679
+ PUBLIC_NAMESPACE_FIELD_NUMBER : builtins .int
3678
3680
org_id : builtins .str
3679
3681
org_name : builtins .str
3682
+ org_cid : builtins .str
3683
+ public_namespace : builtins .str
3684
+
3685
+ def __init__ (self , * , org_id : builtins .str = ..., org_name : builtins .str = ..., org_cid : builtins .str | None = ..., public_namespace : builtins .str | None = ...) -> None :
3686
+ ...
3687
+
3688
+ def HasField (self , field_name : typing .Literal ['_org_cid' , b'_org_cid' , '_public_namespace' , b'_public_namespace' , 'org_cid' , b'org_cid' , 'public_namespace' , b'public_namespace' ]) -> builtins .bool :
3689
+ ...
3690
+
3691
+ def ClearField (self , field_name : typing .Literal ['_org_cid' , b'_org_cid' , '_public_namespace' , b'_public_namespace' , 'org_cid' , b'org_cid' , 'org_id' , b'org_id' , 'org_name' , b'org_name' , 'public_namespace' , b'public_namespace' ]) -> None :
3692
+ ...
3680
3693
3681
- def __init__ (self , * , org_id : builtins .str = ..., org_name : builtins .str = ...) -> None :
3694
+ @typing .overload
3695
+ def WhichOneof (self , oneof_group : typing .Literal ['_org_cid' , b'_org_cid' ]) -> typing .Literal ['org_cid' ] | None :
3682
3696
...
3683
3697
3684
- def ClearField (self , field_name : typing .Literal ['org_id' , b'org_id' , 'org_name' , b'org_name' ]) -> None :
3698
+ @typing .overload
3699
+ def WhichOneof (self , oneof_group : typing .Literal ['_public_namespace' , b'_public_namespace' ]) -> typing .Literal ['public_namespace' ] | None :
3685
3700
...
3686
3701
global___OrgDetails = OrgDetails
3687
3702
@@ -3701,6 +3716,60 @@ class ListOrganizationsByUserResponse(google.protobuf.message.Message):
3701
3716
...
3702
3717
global___ListOrganizationsByUserResponse = ListOrganizationsByUserResponse
3703
3718
3719
+ @typing .final
3720
+ class SearchOrganizationsRequest (google .protobuf .message .Message ):
3721
+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
3722
+ ORG_ID_FIELD_NUMBER : builtins .int
3723
+ ORG_NAME_FIELD_NUMBER : builtins .int
3724
+ CID_FIELD_NUMBER : builtins .int
3725
+ PUBLIC_NAMESPACE_FIELD_NUMBER : builtins .int
3726
+ org_id : builtins .str
3727
+ org_name : builtins .str
3728
+ cid : builtins .str
3729
+ public_namespace : builtins .str
3730
+
3731
+ def __init__ (self , * , org_id : builtins .str | None = ..., org_name : builtins .str | None = ..., cid : builtins .str | None = ..., public_namespace : builtins .str | None = ...) -> None :
3732
+ ...
3733
+
3734
+ def HasField (self , field_name : typing .Literal ['_cid' , b'_cid' , '_org_id' , b'_org_id' , '_org_name' , b'_org_name' , '_public_namespace' , b'_public_namespace' , 'cid' , b'cid' , 'org_id' , b'org_id' , 'org_name' , b'org_name' , 'public_namespace' , b'public_namespace' ]) -> builtins .bool :
3735
+ ...
3736
+
3737
+ def ClearField (self , field_name : typing .Literal ['_cid' , b'_cid' , '_org_id' , b'_org_id' , '_org_name' , b'_org_name' , '_public_namespace' , b'_public_namespace' , 'cid' , b'cid' , 'org_id' , b'org_id' , 'org_name' , b'org_name' , 'public_namespace' , b'public_namespace' ]) -> None :
3738
+ ...
3739
+
3740
+ @typing .overload
3741
+ def WhichOneof (self , oneof_group : typing .Literal ['_cid' , b'_cid' ]) -> typing .Literal ['cid' ] | None :
3742
+ ...
3743
+
3744
+ @typing .overload
3745
+ def WhichOneof (self , oneof_group : typing .Literal ['_org_id' , b'_org_id' ]) -> typing .Literal ['org_id' ] | None :
3746
+ ...
3747
+
3748
+ @typing .overload
3749
+ def WhichOneof (self , oneof_group : typing .Literal ['_org_name' , b'_org_name' ]) -> typing .Literal ['org_name' ] | None :
3750
+ ...
3751
+
3752
+ @typing .overload
3753
+ def WhichOneof (self , oneof_group : typing .Literal ['_public_namespace' , b'_public_namespace' ]) -> typing .Literal ['public_namespace' ] | None :
3754
+ ...
3755
+ global___SearchOrganizationsRequest = SearchOrganizationsRequest
3756
+
3757
+ @typing .final
3758
+ class SearchOrganizationsResponse (google .protobuf .message .Message ):
3759
+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
3760
+ ORGANIZATIONS_FIELD_NUMBER : builtins .int
3761
+
3762
+ @property
3763
+ def organizations (self ) -> google .protobuf .internal .containers .RepeatedCompositeFieldContainer [global___OrgDetails ]:
3764
+ ...
3765
+
3766
+ def __init__ (self , * , organizations : collections .abc .Iterable [global___OrgDetails ] | None = ...) -> None :
3767
+ ...
3768
+
3769
+ def ClearField (self , field_name : typing .Literal ['organizations' , b'organizations' ]) -> None :
3770
+ ...
3771
+ global___SearchOrganizationsResponse = SearchOrganizationsResponse
3772
+
3704
3773
@typing .final
3705
3774
class CreateKeyRequest (google .protobuf .message .Message ):
3706
3775
DESCRIPTOR : google .protobuf .descriptor .Descriptor
0 commit comments