@@ -782,9 +782,9 @@ class LookUpConnectionAdminRequest(google.protobuf.message.Message):
782
782
783
783
DESCRIPTOR : google .protobuf .descriptor .Descriptor
784
784
785
- NAMESPACE_ID_FIELD_NUMBER : builtins .int
785
+ UID_FIELD_NUMBER : builtins .int
786
786
VIEW_FIELD_NUMBER : builtins .int
787
- namespace_id : builtins .str
787
+ uid : builtins .str
788
788
"""Connection UID."""
789
789
view : vdp .pipeline .v1beta .common_pb2 .View .ValueType
790
790
"""View allows clients to specify the desired view in the response. It
@@ -793,11 +793,11 @@ class LookUpConnectionAdminRequest(google.protobuf.message.Message):
793
793
def __init__ (
794
794
self ,
795
795
* ,
796
- namespace_id : builtins .str = ...,
796
+ uid : builtins .str = ...,
797
797
view : vdp .pipeline .v1beta .common_pb2 .View .ValueType | None = ...,
798
798
) -> None : ...
799
799
def HasField (self , field_name : typing_extensions .Literal ["_view" , b"_view" , "view" , b"view" ]) -> builtins .bool : ...
800
- def ClearField (self , field_name : typing_extensions .Literal ["_view" , b"_view" , "namespace_id " , b"namespace_id " , "view" , b"view" ]) -> None : ...
800
+ def ClearField (self , field_name : typing_extensions .Literal ["_view" , b"_view" , "uid " , b"uid " , "view" , b"view" ]) -> None : ...
801
801
def WhichOneof (self , oneof_group : typing_extensions .Literal ["_view" , b"_view" ]) -> typing_extensions .Literal ["view" ] | None : ...
802
802
803
803
global___LookUpConnectionAdminRequest = LookUpConnectionAdminRequest
0 commit comments