From 959c5f9dabaa9576a8792b3ed2f47750722ff57e Mon Sep 17 00:00:00 2001 From: droplet-bot Date: Mon, 25 Sep 2023 03:11:10 +0000 Subject: [PATCH] chore: auto-gen by protobufs triggered by commit: https://github.com/instill-ai/protobufs/commit/d92d7a1b07264c3614b16ce374ba0ac0eab0069e --- vdp/pipeline/v1alpha/common_pb2.py | 18 ++- vdp/pipeline/v1alpha/common_pb2.pyi | 114 +++++++++++++ vdp/pipeline/v1alpha/pipeline_pb2.py | 222 +++++++++++++------------- vdp/pipeline/v1alpha/pipeline_pb2.pyi | 43 +---- 4 files changed, 247 insertions(+), 150 deletions(-) diff --git a/vdp/pipeline/v1alpha/common_pb2.py b/vdp/pipeline/v1alpha/common_pb2.py index 25b9d57..3ee71c4 100644 --- a/vdp/pipeline/v1alpha/common_pb2.py +++ b/vdp/pipeline/v1alpha/common_pb2.py @@ -13,7 +13,7 @@ -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!vdp/pipeline/v1alpha/common.proto\x12\x14vdp.pipeline.v1alpha*L\n\x04View\x12\x14\n\x10VIEW_UNSPECIFIED\x10\x00\x12\x0e\n\nVIEW_BASIC\x10\x01\x12\r\n\tVIEW_FULL\x10\x02\x12\x0f\n\x0bVIEW_RECIPE\x10\x03\x42\xe1\x01\n\x18\x63om.vdp.pipeline.v1alphaB\x0b\x43ommonProtoP\x01ZFgithub.com/instill-ai/protogen-go/vdp/pipeline/v1alpha;pipelinev1alpha\xa2\x02\x03VPX\xaa\x02\x14Vdp.Pipeline.V1alpha\xca\x02\x14Vdp\\Pipeline\\V1alpha\xe2\x02 Vdp\\Pipeline\\V1alpha\\GPBMetadata\xea\x02\x16Vdp::Pipeline::V1alphab\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!vdp/pipeline/v1alpha/common.proto\x12\x14vdp.pipeline.v1alpha\"\xcc\x03\n\nPermission\x12\x41\n\x05users\x18\x01 \x03(\x0b\x32+.vdp.pipeline.v1alpha.Permission.UsersEntryR\x05users\x12I\n\nshare_code\x18\x02 \x01(\x0b\x32*.vdp.pipeline.v1alpha.Permission.ShareCodeR\tshareCode\x1aP\n\x04User\x12\x18\n\x07\x65nabled\x18\x01 \x01(\x08R\x07\x65nabled\x12.\n\x04role\x18\x04 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.RoleR\x04role\x1a}\n\tShareCode\x12\x12\n\x04user\x18\x01 \x01(\tR\x04user\x12\x12\n\x04\x63ode\x18\x02 \x01(\tR\x04\x63ode\x12\x18\n\x07\x65nabled\x18\x03 \x01(\x08R\x07\x65nabled\x12.\n\x04role\x18\x04 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.RoleR\x04role\x1a_\n\nUsersEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12;\n\x05value\x18\x02 \x01(\x0b\x32%.vdp.pipeline.v1alpha.Permission.UserR\x05value:\x02\x38\x01*L\n\x04View\x12\x14\n\x10VIEW_UNSPECIFIED\x10\x00\x12\x0e\n\nVIEW_BASIC\x10\x01\x12\r\n\tVIEW_FULL\x10\x02\x12\x0f\n\x0bVIEW_RECIPE\x10\x03*-\n\x04Role\x12\x14\n\x10ROLE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bROLE_VIEWER\x10\x01\x42\xe1\x01\n\x18\x63om.vdp.pipeline.v1alphaB\x0b\x43ommonProtoP\x01ZFgithub.com/instill-ai/protogen-go/vdp/pipeline/v1alpha;pipelinev1alpha\xa2\x02\x03VPX\xaa\x02\x14Vdp.Pipeline.V1alpha\xca\x02\x14Vdp\\Pipeline\\V1alpha\xe2\x02 Vdp\\Pipeline\\V1alpha\\GPBMetadata\xea\x02\x16Vdp::Pipeline::V1alphab\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) @@ -22,6 +22,18 @@ DESCRIPTOR._options = None DESCRIPTOR._serialized_options = b'\n\030com.vdp.pipeline.v1alphaB\013CommonProtoP\001ZFgithub.com/instill-ai/protogen-go/vdp/pipeline/v1alpha;pipelinev1alpha\242\002\003VPX\252\002\024Vdp.Pipeline.V1alpha\312\002\024Vdp\\Pipeline\\V1alpha\342\002 Vdp\\Pipeline\\V1alpha\\GPBMetadata\352\002\026Vdp::Pipeline::V1alpha' - _globals['_VIEW']._serialized_start=59 - _globals['_VIEW']._serialized_end=135 + _PERMISSION_USERSENTRY._options = None + _PERMISSION_USERSENTRY._serialized_options = b'8\001' + _globals['_VIEW']._serialized_start=522 + _globals['_VIEW']._serialized_end=598 + _globals['_ROLE']._serialized_start=600 + _globals['_ROLE']._serialized_end=645 + _globals['_PERMISSION']._serialized_start=60 + _globals['_PERMISSION']._serialized_end=520 + _globals['_PERMISSION_USER']._serialized_start=216 + _globals['_PERMISSION_USER']._serialized_end=296 + _globals['_PERMISSION_SHARECODE']._serialized_start=298 + _globals['_PERMISSION_SHARECODE']._serialized_end=423 + _globals['_PERMISSION_USERSENTRY']._serialized_start=425 + _globals['_PERMISSION_USERSENTRY']._serialized_end=520 # @@protoc_insertion_point(module_scope) diff --git a/vdp/pipeline/v1alpha/common_pb2.pyi b/vdp/pipeline/v1alpha/common_pb2.pyi index e3bbffe..d766235 100644 --- a/vdp/pipeline/v1alpha/common_pb2.pyi +++ b/vdp/pipeline/v1alpha/common_pb2.pyi @@ -3,8 +3,11 @@ isort:skip_file """ import builtins +import collections.abc import google.protobuf.descriptor +import google.protobuf.internal.containers import google.protobuf.internal.enum_type_wrapper +import google.protobuf.message import sys import typing @@ -45,3 +48,114 @@ VIEW_FULL: View.ValueType # 2 VIEW_RECIPE: View.ValueType # 3 """View: RECIPE: will return recipe""" global___View = View + +class _Role: + ValueType = typing.NewType("ValueType", builtins.int) + V: typing_extensions.TypeAlias = ValueType + +class _RoleEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_Role.ValueType], builtins.type): + DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor + ROLE_UNSPECIFIED: _Role.ValueType # 0 + """ROLE: UNSPECIFIED""" + ROLE_VIEWER: _Role.ValueType # 1 + """Role: Viewer""" + +class Role(_Role, metaclass=_RoleEnumTypeWrapper): + """Role""" + +ROLE_UNSPECIFIED: Role.ValueType # 0 +"""ROLE: UNSPECIFIED""" +ROLE_VIEWER: Role.ValueType # 1 +"""Role: Viewer""" +global___Role = Role + +@typing_extensions.final +class Permission(google.protobuf.message.Message): + """Permission""" + + DESCRIPTOR: google.protobuf.descriptor.Descriptor + + @typing_extensions.final + class User(google.protobuf.message.Message): + """User""" + + DESCRIPTOR: google.protobuf.descriptor.Descriptor + + ENABLED_FIELD_NUMBER: builtins.int + ROLE_FIELD_NUMBER: builtins.int + enabled: builtins.bool + """enabled""" + role: global___Role.ValueType + """role""" + def __init__( + self, + *, + enabled: builtins.bool = ..., + role: global___Role.ValueType = ..., + ) -> None: ... + def ClearField(self, field_name: typing_extensions.Literal["enabled", b"enabled", "role", b"role"]) -> None: ... + + @typing_extensions.final + class ShareCode(google.protobuf.message.Message): + """Share Code""" + + DESCRIPTOR: google.protobuf.descriptor.Descriptor + + USER_FIELD_NUMBER: builtins.int + CODE_FIELD_NUMBER: builtins.int + ENABLED_FIELD_NUMBER: builtins.int + ROLE_FIELD_NUMBER: builtins.int + user: builtins.str + """user""" + code: builtins.str + """user""" + enabled: builtins.bool + """enabled""" + role: global___Role.ValueType + """role""" + def __init__( + self, + *, + user: builtins.str = ..., + code: builtins.str = ..., + enabled: builtins.bool = ..., + role: global___Role.ValueType = ..., + ) -> None: ... + def ClearField(self, field_name: typing_extensions.Literal["code", b"code", "enabled", b"enabled", "role", b"role", "user", b"user"]) -> None: ... + + @typing_extensions.final + class UsersEntry(google.protobuf.message.Message): + DESCRIPTOR: google.protobuf.descriptor.Descriptor + + KEY_FIELD_NUMBER: builtins.int + VALUE_FIELD_NUMBER: builtins.int + key: builtins.str + @property + def value(self) -> global___Permission.User: ... + def __init__( + self, + *, + key: builtins.str = ..., + value: global___Permission.User | None = ..., + ) -> None: ... + def HasField(self, field_name: typing_extensions.Literal["value", b"value"]) -> builtins.bool: ... + def ClearField(self, field_name: typing_extensions.Literal["key", b"key", "value", b"value"]) -> None: ... + + USERS_FIELD_NUMBER: builtins.int + SHARE_CODE_FIELD_NUMBER: builtins.int + @property + def users(self) -> google.protobuf.internal.containers.MessageMap[builtins.str, global___Permission.User]: + """users""" + @property + def share_code(self) -> global___Permission.ShareCode: + """shared code""" + def __init__( + self, + *, + users: collections.abc.Mapping[builtins.str, global___Permission.User] | None = ..., + share_code: global___Permission.ShareCode | None = ..., + ) -> None: ... + def HasField(self, field_name: typing_extensions.Literal["share_code", b"share_code"]) -> builtins.bool: ... + def ClearField(self, field_name: typing_extensions.Literal["share_code", b"share_code", "users", b"users"]) -> None: ... + +global___Permission = Permission diff --git a/vdp/pipeline/v1alpha/pipeline_pb2.py b/vdp/pipeline/v1alpha/pipeline_pb2.py index e87601c..eed8389 100644 --- a/vdp/pipeline/v1alpha/pipeline_pb2.py +++ b/vdp/pipeline/v1alpha/pipeline_pb2.py @@ -25,7 +25,7 @@ from vdp.pipeline.v1alpha import operator_definition_pb2 as vdp_dot_pipeline_dot_v1alpha_dot_operator__definition__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#vdp/pipeline/v1alpha/pipeline.proto\x12\x14vdp.pipeline.v1alpha\x1a,common/healthcheck/v1alpha/healthcheck.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a#google/longrunning/operations.proto\x1a google/protobuf/field_mask.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\x1a%vdp/connector/v1alpha/connector.proto\x1a\x30vdp/connector/v1alpha/connector_definition.proto\x1a!vdp/pipeline/v1alpha/common.proto\x1a.vdp/pipeline/v1alpha/operator_definition.proto\"\x97\x01\n\x0fLivenessRequest\x12k\n\x14health_check_request\x18\x01 \x01(\x0b\x32..common.healthcheck.v1alpha.HealthCheckRequestB\x04\xe2\x41\x01\x01H\x00R\x12healthCheckRequest\x88\x01\x01\x42\x17\n\x15_health_check_request\"w\n\x10LivenessResponse\x12\x63\n\x15health_check_response\x18\x01 \x01(\x0b\x32/.common.healthcheck.v1alpha.HealthCheckResponseR\x13healthCheckResponse\"\x98\x01\n\x10ReadinessRequest\x12k\n\x14health_check_request\x18\x01 \x01(\x0b\x32..common.healthcheck.v1alpha.HealthCheckRequestB\x04\xe2\x41\x01\x01H\x00R\x12healthCheckRequest\x88\x01\x01\x42\x17\n\x15_health_check_request\"x\n\x11ReadinessResponse\x12\x63\n\x15health_check_response\x18\x01 \x01(\x0b\x32/.common.healthcheck.v1alpha.HealthCheckResponseR\x13healthCheckResponse\"\xa5\x04\n\tComponent\x12\x14\n\x02id\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x02id\x12+\n\rresource_name\x18\x02 \x01(\tB\x06\xfa\x41\x03\n\x01*R\x0cresourceName\x12J\n\x08resource\x18\x03 \x01(\x0b\x32(.vdp.connector.v1alpha.ConnectorResourceB\x04\xe2\x41\x01\x03R\x08resource\x12=\n\rconfiguration\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\rconfiguration\x12=\n\x04type\x18\x06 \x01(\x0e\x32#.vdp.pipeline.v1alpha.ComponentTypeB\x04\xe2\x41\x01\x03R\x04type\x12\x33\n\x0f\x64\x65\x66inition_name\x18\x07 \x01(\tB\n\xe2\x41\x01\x02\xfa\x41\x03\n\x01*R\x0e\x64\x65\x66initionName\x12\x61\n\x13operator_definition\x18\x08 \x01(\x0b\x32(.vdp.pipeline.v1alpha.OperatorDefinitionB\x04\xe2\x41\x01\x03H\x00R\x12operatorDefinition\x12\x65\n\x14\x63onnector_definition\x18\t \x01(\x0b\x32*.vdp.connector.v1alpha.ConnectorDefinitionB\x04\xe2\x41\x01\x03H\x00R\x13\x63onnectorDefinitionB\x0c\n\ndefinition\"c\n\x06Recipe\x12\x18\n\x07version\x18\x01 \x01(\tR\x07version\x12?\n\ncomponents\x18\x02 \x03(\x0b\x32\x1f.vdp.pipeline.v1alpha.ComponentR\ncomponents\"\xda\x05\n\x08Pipeline\x12\x18\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x03R\x04name\x12\x16\n\x03uid\x18\x02 \x01(\tB\x04\xe2\x41\x01\x03R\x03uid\x12\x14\n\x02id\x18\x03 \x01(\tB\x04\xe2\x41\x01\x05R\x02id\x12+\n\x0b\x64\x65scription\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01H\x01R\x0b\x64\x65scription\x88\x01\x01\x12:\n\x06recipe\x18\x05 \x01(\x0b\x32\x1c.vdp.pipeline.v1alpha.RecipeB\x04\xe2\x41\x01\x05R\x06recipe\x12\x34\n\x04user\x18\x08 \x01(\tB\x1e\xe2\x41\x01\x03\xfa\x41\x17\n\x15\x61pi.instill.tech/UserH\x00R\x04user\x12:\n\x03org\x18\t \x01(\tB&\xe2\x41\x01\x03\xfa\x41\x1f\n\x1d\x61pi.instill.tech/OrganizationH\x00R\x03org\x12\x41\n\x0b\x63reate_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03R\ncreateTime\x12\x41\n\x0bupdate_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03R\nupdateTime\x12@\n\nvisibility\x18\x0c \x01(\x0e\x32 .vdp.pipeline.v1alpha.VisibilityR\nvisibility\x12\x44\n\x0eopenapi_schema\x18\r \x01(\x0b\x32\x17.google.protobuf.StructB\x04\xe2\x41\x01\x03R\ropenapiSchema\x12\x41\n\x0b\x64\x65lete_time\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03R\ndeleteTime:A\xea\x41>\n\x19\x61pi.instill.tech/Pipeline\x12!users/{user}/pipelines/{pipeline}B\x07\n\x05ownerB\x0e\n\x0c_description\"\xb4\x01\n\x0fTriggerMetadata\x12I\n\x06traces\x18\x01 \x03(\x0b\x32\x31.vdp.pipeline.v1alpha.TriggerMetadata.TracesEntryR\x06traces\x1aV\n\x0bTracesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x31\n\x05value\x18\x02 \x01(\x0b\x32\x1b.vdp.pipeline.v1alpha.TraceR\x05value:\x02\x38\x01\"\xeb\x01\n\x05Trace\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12/\n\x06inputs\x18\x02 \x03(\x0b\x32\x17.google.protobuf.StructR\x06inputs\x12\x31\n\x07outputs\x18\x03 \x03(\x0b\x32\x17.google.protobuf.StructR\x07outputs\x12-\n\x05\x65rror\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\x05\x65rror\x12\x35\n\x17\x63ompute_time_in_seconds\x18\x05 \x01(\x02R\x14\x63omputeTimeInSeconds\"\xd6\x04\n\x0fPipelineRelease\x12\x18\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x03R\x04name\x12\x16\n\x03uid\x18\x02 \x01(\tB\x04\xe2\x41\x01\x03R\x03uid\x12\x14\n\x02id\x18\x03 \x01(\tB\x04\xe2\x41\x01\x05R\x02id\x12+\n\x0b\x64\x65scription\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01H\x00R\x0b\x64\x65scription\x88\x01\x01\x12:\n\x06recipe\x18\x05 \x01(\x0b\x32\x1c.vdp.pipeline.v1alpha.RecipeB\x04\xe2\x41\x01\x03R\x06recipe\x12\x41\n\x0b\x63reate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03R\ncreateTime\x12\x41\n\x0bupdate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03R\nupdateTime\x12@\n\nvisibility\x18\x08 \x01(\x0e\x32 .vdp.pipeline.v1alpha.VisibilityR\nvisibility\x12\x44\n\x0eopenapi_schema\x18\t \x01(\x0b\x32\x17.google.protobuf.StructB\x04\xe2\x41\x01\x03R\ropenapiSchema\x12\x41\n\x0b\x64\x65lete_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03R\ndeleteTime:1\xea\x41.\n\x18\x61pi.instill.tech/Release\x12\x12releases/{release}B\x0e\n\x0c_description\"\xb6\x02\n\x14ListPipelinesRequest\x12&\n\tpage_size\x18\x01 \x01(\x05\x42\x04\xe2\x41\x01\x01H\x00R\x08pageSize\x88\x01\x01\x12(\n\npage_token\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01H\x01R\tpageToken\x88\x01\x01\x12\x39\n\x04view\x18\x03 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x02R\x04view\x88\x01\x01\x12!\n\x06\x66ilter\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01H\x03R\x06\x66ilter\x88\x01\x01\x12,\n\x0cshow_deleted\x18\x05 \x01(\x08\x42\x04\xe2\x41\x01\x01H\x04R\x0bshowDeleted\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_tokenB\x07\n\x05_viewB\t\n\x07_filterB\x0f\n\r_show_deleted\"\x9c\x01\n\x15ListPipelinesResponse\x12<\n\tpipelines\x18\x01 \x03(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\tpipelines\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1d\n\ntotal_size\x18\x03 \x01(\x05R\ttotalSize\"\x99\x01\n\x19\x43reateUserPipelineRequest\x12@\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineB\x04\xe2\x41\x01\x02R\x08pipeline\x12:\n\x06parent\x18\x02 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\x12\x19\x61pi.instill.tech/PipelineR\x06parent\"X\n\x1a\x43reateUserPipelineResponse\x12:\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\x08pipeline\"\xf6\x02\n\x18ListUserPipelinesRequest\x12&\n\tpage_size\x18\x01 \x01(\x05\x42\x04\xe2\x41\x01\x01H\x00R\x08pageSize\x88\x01\x01\x12(\n\npage_token\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01H\x01R\tpageToken\x88\x01\x01\x12\x39\n\x04view\x18\x03 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x02R\x04view\x88\x01\x01\x12!\n\x06\x66ilter\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01H\x03R\x06\x66ilter\x88\x01\x01\x12:\n\x06parent\x18\x05 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\x12\x19\x61pi.instill.tech/PipelineR\x06parent\x12,\n\x0cshow_deleted\x18\x06 \x01(\x08\x42\x04\xe2\x41\x01\x01H\x04R\x0bshowDeleted\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_tokenB\x07\n\x05_viewB\t\n\x07_filterB\x0f\n\r_show_deleted\"\xa0\x01\n\x19ListUserPipelinesResponse\x12<\n\tpipelines\x18\x01 \x03(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\tpipelines\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1d\n\ntotal_size\x18\x03 \x01(\x05R\ttotalSize\"\x7f\n\x15LookUpPipelineRequest\x12\"\n\tpermalink\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\tpermalink\x12\x39\n\x04view\x18\x02 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x00R\x04view\x88\x01\x01\x42\x07\n\x05_view\"T\n\x16LookUpPipelineResponse\x12:\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\x08pipeline\"\xaa\x01\n\x16GetUserPipelineRequest\x12L\n\x04name\x18\x01 \x01(\tB8\x92\x41\x13\xca>\x10\xfa\x02\rpipeline.name\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\x12\x39\n\x04view\x18\x02 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x00R\x04view\x88\x01\x01\x42\x07\n\x05_view\"U\n\x17GetUserPipelineResponse\x12:\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\x08pipeline\"\xa0\x01\n\x19UpdateUserPipelineRequest\x12@\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineB\x04\xe2\x41\x01\x02R\x08pipeline\x12\x41\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe2\x41\x01\x02R\nupdateMask\"X\n\x1aUpdateUserPipelineResponse\x12:\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\x08pipeline\"i\n\x19\x44\x65leteUserPipelineRequest\x12L\n\x04name\x18\x01 \x01(\tB8\x92\x41\x13\xca>\x10\xfa\x02\rpipeline.name\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\"\x1c\n\x1a\x44\x65leteUserPipelineResponse\"U\n\x1bValidateUserPipelineRequest\x12\x36\n\x04name\x18\x01 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\"Z\n\x1cValidateUserPipelineResponse\x12:\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\x08pipeline\"\x81\x01\n\x19RenameUserPipelineRequest\x12\x36\n\x04name\x18\x01 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\x12,\n\x0fnew_pipeline_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02R\rnewPipelineId\"X\n\x1aRenameUserPipelineResponse\x12:\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\x08pipeline\"\x8b\x01\n\x1aTriggerUserPipelineRequest\x12\x36\n\x04name\x18\x01 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\x12\x35\n\x06inputs\x18\x02 \x03(\x0b\x32\x17.google.protobuf.StructB\x04\xe2\x41\x01\x02R\x06inputs\"\x93\x01\n\x1bTriggerUserPipelineResponse\x12\x31\n\x07outputs\x18\x01 \x03(\x0b\x32\x17.google.protobuf.StructR\x07outputs\x12\x41\n\x08metadata\x18\x02 \x01(\x0b\x32%.vdp.pipeline.v1alpha.TriggerMetadataR\x08metadata\"\x90\x01\n\x1fTriggerAsyncUserPipelineRequest\x12\x36\n\x04name\x18\x01 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\x12\x35\n\x06inputs\x18\x02 \x03(\x0b\x32\x17.google.protobuf.StructB\x04\xe2\x41\x01\x02R\x06inputs\"e\n TriggerAsyncUserPipelineResponse\x12\x41\n\toperation\x18\x01 \x01(\x0b\x32\x1d.google.longrunning.OperationB\x04\xe2\x41\x01\x03R\toperation\"/\n\x13GetOperationRequest\x12\x18\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x04name\"Y\n\x14GetOperationResponse\x12\x41\n\toperation\x18\x01 \x01(\x0b\x32\x1d.google.longrunning.OperationB\x04\xe2\x41\x01\x03R\toperation\"\xac\x01\n CreateUserPipelineReleaseRequest\x12\x45\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseB\x04\xe2\x41\x01\x02R\x07release\x12\x41\n\x06parent\x18\x02 \x01(\tB)\xe2\x41\x01\x02\xfa\x41\"\x12 api.instill.tech/PipelineReleaseR\x06parent\"d\n!CreateUserPipelineReleaseResponse\x12?\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x07release\"\x84\x03\n\x1fListUserPipelineReleasesRequest\x12&\n\tpage_size\x18\x01 \x01(\x05\x42\x04\xe2\x41\x01\x01H\x00R\x08pageSize\x88\x01\x01\x12(\n\npage_token\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01H\x01R\tpageToken\x88\x01\x01\x12\x39\n\x04view\x18\x03 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x02R\x04view\x88\x01\x01\x12!\n\x06\x66ilter\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01H\x03R\x06\x66ilter\x88\x01\x01\x12\x41\n\x06parent\x18\x05 \x01(\tB)\xe2\x41\x01\x02\xfa\x41\"\x12 api.instill.tech/PipelineReleaseR\x06parent\x12,\n\x0cshow_deleted\x18\x06 \x01(\x08\x42\x04\xe2\x41\x01\x01H\x04R\x0bshowDeleted\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_tokenB\x07\n\x05_viewB\t\n\x07_filterB\x0f\n\r_show_deleted\"\xac\x01\n ListUserPipelineReleasesResponse\x12\x41\n\x08releases\x18\x01 \x03(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x08releases\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1d\n\ntotal_size\x18\x03 \x01(\x05R\ttotalSize\"\xc0\x01\n\x1dGetUserPipelineReleaseRequest\x12[\n\x04name\x18\x01 \x01(\tBG\x92\x41\x1b\xca>\x18\xfa\x02\x15pipeline_release.name\xe2\x41\x01\x02\xfa\x41\"\n api.instill.tech/PipelineReleaseR\x04name\x12\x39\n\x04view\x18\x02 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x00R\x04view\x88\x01\x01\x42\x07\n\x05_view\"a\n\x1eGetUserPipelineReleaseResponse\x12?\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x07release\"\xac\x01\n UpdateUserPipelineReleaseRequest\x12\x45\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseB\x04\xe2\x41\x01\x02R\x07release\x12\x41\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe2\x41\x01\x02R\nupdateMask\"d\n!UpdateUserPipelineReleaseResponse\x12?\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x07release\"\x7f\n DeleteUserPipelineReleaseRequest\x12[\n\x04name\x18\x01 \x01(\tBG\x92\x41\x1b\xca>\x18\xfa\x02\x15pipeline_release.name\xe2\x41\x01\x02\xfa\x41\"\n api.instill.tech/PipelineReleaseR\x04name\"#\n!DeleteUserPipelineReleaseResponse\"^\n$SetDefaultUserPipelineReleaseRequest\x12\x36\n\x04name\x18\x01 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\"h\n%SetDefaultUserPipelineReleaseResponse\x12?\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x07release\"[\n!RestoreUserPipelineReleaseRequest\x12\x36\n\x04name\x18\x01 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\"e\n\"RestoreUserPipelineReleaseResponse\x12?\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x07release\"\x9e\x01\n RenameUserPipelineReleaseRequest\x12=\n\x04name\x18\x01 \x01(\tB)\xe2\x41\x01\x02\xfa\x41\"\n api.instill.tech/PipelineReleaseR\x04name\x12;\n\x17new_pipeline_release_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02R\x14newPipelineReleaseId\"d\n!RenameUserPipelineReleaseResponse\x12?\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x07release\"|\n\x1fWatchUserPipelineReleaseRequest\x12Y\n\x04name\x18\x01 \x01(\tBE\x92\x41\x19\xca>\x16\xfa\x02\x13pipeline.name/watch\xe2\x41\x01\x02\xfa\x41\"\n api.instill.tech/PipelineReleaseR\x04name\"U\n WatchUserPipelineReleaseResponse\x12\x31\n\x05state\x18\x01 \x01(\x0e\x32\x1b.vdp.pipeline.v1alpha.StateR\x05state\"\x99\x01\n!TriggerUserPipelineReleaseRequest\x12=\n\x04name\x18\x01 \x01(\tB)\xe2\x41\x01\x02\xfa\x41\"\n api.instill.tech/PipelineReleaseR\x04name\x12\x35\n\x06inputs\x18\x02 \x03(\x0b\x32\x17.google.protobuf.StructB\x04\xe2\x41\x01\x02R\x06inputs\"\x9a\x01\n\"TriggerUserPipelineReleaseResponse\x12\x31\n\x07outputs\x18\x01 \x03(\x0b\x32\x17.google.protobuf.StructR\x07outputs\x12\x41\n\x08metadata\x18\x02 \x01(\x0b\x32%.vdp.pipeline.v1alpha.TriggerMetadataR\x08metadata\"\x9e\x01\n&TriggerAsyncUserPipelineReleaseRequest\x12=\n\x04name\x18\x01 \x01(\tB)\xe2\x41\x01\x02\xfa\x41\"\n api.instill.tech/PipelineReleaseR\x04name\x12\x35\n\x06inputs\x18\x02 \x03(\x0b\x32\x17.google.protobuf.StructB\x04\xe2\x41\x01\x02R\x06inputs\"l\n\'TriggerAsyncUserPipelineReleaseResponse\x12\x41\n\toperation\x18\x01 \x01(\x0b\x32\x1d.google.longrunning.OperationB\x04\xe2\x41\x01\x03R\toperation\"\xbb\x02\n\x19ListPipelinesAdminRequest\x12&\n\tpage_size\x18\x01 \x01(\x05\x42\x04\xe2\x41\x01\x01H\x00R\x08pageSize\x88\x01\x01\x12(\n\npage_token\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01H\x01R\tpageToken\x88\x01\x01\x12\x39\n\x04view\x18\x03 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x02R\x04view\x88\x01\x01\x12!\n\x06\x66ilter\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01H\x03R\x06\x66ilter\x88\x01\x01\x12,\n\x0cshow_deleted\x18\x05 \x01(\x08\x42\x04\xe2\x41\x01\x01H\x04R\x0bshowDeleted\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_tokenB\x07\n\x05_viewB\t\n\x07_filterB\x0f\n\r_show_deleted\"\xa1\x01\n\x1aListPipelinesAdminResponse\x12<\n\tpipelines\x18\x01 \x03(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\tpipelines\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1d\n\ntotal_size\x18\x03 \x01(\x05R\ttotalSize\"\xc2\x02\n ListPipelineReleasesAdminRequest\x12&\n\tpage_size\x18\x01 \x01(\x05\x42\x04\xe2\x41\x01\x01H\x00R\x08pageSize\x88\x01\x01\x12(\n\npage_token\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01H\x01R\tpageToken\x88\x01\x01\x12\x39\n\x04view\x18\x03 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x02R\x04view\x88\x01\x01\x12!\n\x06\x66ilter\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01H\x03R\x06\x66ilter\x88\x01\x01\x12,\n\x0cshow_deleted\x18\x05 \x01(\x08\x42\x04\xe2\x41\x01\x01H\x04R\x0bshowDeleted\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_tokenB\x07\n\x05_viewB\t\n\x07_filterB\x0f\n\r_show_deleted\"\xad\x01\n!ListPipelineReleasesAdminResponse\x12\x41\n\x08releases\x18\x01 \x03(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x08releases\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1d\n\ntotal_size\x18\x03 \x01(\x05R\ttotalSize\"\x84\x01\n\x1aLookUpPipelineAdminRequest\x12\"\n\tpermalink\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\tpermalink\x12\x39\n\x04view\x18\x02 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x00R\x04view\x88\x01\x01\x42\x07\n\x05_view\"Y\n\x1bLookUpPipelineAdminResponse\x12:\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\x08pipeline*W\n\nVisibility\x12\x1a\n\x16VISIBILITY_UNSPECIFIED\x10\x00\x12\x16\n\x12VISIBILITY_PRIVATE\x10\x01\x12\x15\n\x11VISIBILITY_PUBLIC\x10\x02*\xb9\x01\n\rComponentType\x12\x1e\n\x1a\x43OMPONENT_TYPE_UNSPECIFIED\x10\x00\x12\x1f\n\x1b\x43OMPONENT_TYPE_CONNECTOR_AI\x10\x01\x12!\n\x1d\x43OMPONENT_TYPE_CONNECTOR_DATA\x10\x02\x12\'\n#COMPONENT_TYPE_CONNECTOR_BLOCKCHAIN\x10\x03\x12\x1b\n\x17\x43OMPONENT_TYPE_OPERATOR\x10\x04*U\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x12\n\x0eSTATE_INACTIVE\x10\x01\x12\x10\n\x0cSTATE_ACTIVE\x10\x02\x12\x0f\n\x0bSTATE_ERROR\x10\x03\x42\xe3\x01\n\x18\x63om.vdp.pipeline.v1alphaB\rPipelineProtoP\x01ZFgithub.com/instill-ai/protogen-go/vdp/pipeline/v1alpha;pipelinev1alpha\xa2\x02\x03VPX\xaa\x02\x14Vdp.Pipeline.V1alpha\xca\x02\x14Vdp\\Pipeline\\V1alpha\xe2\x02 Vdp\\Pipeline\\V1alpha\\GPBMetadata\xea\x02\x16Vdp::Pipeline::V1alphab\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#vdp/pipeline/v1alpha/pipeline.proto\x12\x14vdp.pipeline.v1alpha\x1a,common/healthcheck/v1alpha/healthcheck.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a#google/longrunning/operations.proto\x1a google/protobuf/field_mask.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\x1a%vdp/connector/v1alpha/connector.proto\x1a\x30vdp/connector/v1alpha/connector_definition.proto\x1a!vdp/pipeline/v1alpha/common.proto\x1a.vdp/pipeline/v1alpha/operator_definition.proto\"\x97\x01\n\x0fLivenessRequest\x12k\n\x14health_check_request\x18\x01 \x01(\x0b\x32..common.healthcheck.v1alpha.HealthCheckRequestB\x04\xe2\x41\x01\x01H\x00R\x12healthCheckRequest\x88\x01\x01\x42\x17\n\x15_health_check_request\"w\n\x10LivenessResponse\x12\x63\n\x15health_check_response\x18\x01 \x01(\x0b\x32/.common.healthcheck.v1alpha.HealthCheckResponseR\x13healthCheckResponse\"\x98\x01\n\x10ReadinessRequest\x12k\n\x14health_check_request\x18\x01 \x01(\x0b\x32..common.healthcheck.v1alpha.HealthCheckRequestB\x04\xe2\x41\x01\x01H\x00R\x12healthCheckRequest\x88\x01\x01\x42\x17\n\x15_health_check_request\"x\n\x11ReadinessResponse\x12\x63\n\x15health_check_response\x18\x01 \x01(\x0b\x32/.common.healthcheck.v1alpha.HealthCheckResponseR\x13healthCheckResponse\"\xa5\x04\n\tComponent\x12\x14\n\x02id\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x02id\x12+\n\rresource_name\x18\x02 \x01(\tB\x06\xfa\x41\x03\n\x01*R\x0cresourceName\x12J\n\x08resource\x18\x03 \x01(\x0b\x32(.vdp.connector.v1alpha.ConnectorResourceB\x04\xe2\x41\x01\x03R\x08resource\x12=\n\rconfiguration\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\rconfiguration\x12=\n\x04type\x18\x06 \x01(\x0e\x32#.vdp.pipeline.v1alpha.ComponentTypeB\x04\xe2\x41\x01\x03R\x04type\x12\x33\n\x0f\x64\x65\x66inition_name\x18\x07 \x01(\tB\n\xe2\x41\x01\x02\xfa\x41\x03\n\x01*R\x0e\x64\x65\x66initionName\x12\x61\n\x13operator_definition\x18\x08 \x01(\x0b\x32(.vdp.pipeline.v1alpha.OperatorDefinitionB\x04\xe2\x41\x01\x03H\x00R\x12operatorDefinition\x12\x65\n\x14\x63onnector_definition\x18\t \x01(\x0b\x32*.vdp.connector.v1alpha.ConnectorDefinitionB\x04\xe2\x41\x01\x03H\x00R\x13\x63onnectorDefinitionB\x0c\n\ndefinition\"c\n\x06Recipe\x12\x18\n\x07version\x18\x01 \x01(\tR\x07version\x12?\n\ncomponents\x18\x02 \x03(\x0b\x32\x1f.vdp.pipeline.v1alpha.ComponentR\ncomponents\"\xda\x05\n\x08Pipeline\x12\x18\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x03R\x04name\x12\x16\n\x03uid\x18\x02 \x01(\tB\x04\xe2\x41\x01\x03R\x03uid\x12\x14\n\x02id\x18\x03 \x01(\tB\x04\xe2\x41\x01\x05R\x02id\x12+\n\x0b\x64\x65scription\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01H\x01R\x0b\x64\x65scription\x88\x01\x01\x12:\n\x06recipe\x18\x05 \x01(\x0b\x32\x1c.vdp.pipeline.v1alpha.RecipeB\x04\xe2\x41\x01\x05R\x06recipe\x12\x34\n\x04user\x18\x08 \x01(\tB\x1e\xe2\x41\x01\x03\xfa\x41\x17\n\x15\x61pi.instill.tech/UserH\x00R\x04user\x12:\n\x03org\x18\t \x01(\tB&\xe2\x41\x01\x03\xfa\x41\x1f\n\x1d\x61pi.instill.tech/OrganizationH\x00R\x03org\x12\x41\n\x0b\x63reate_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03R\ncreateTime\x12\x41\n\x0bupdate_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03R\nupdateTime\x12\x44\n\x0eopenapi_schema\x18\r \x01(\x0b\x32\x17.google.protobuf.StructB\x04\xe2\x41\x01\x03R\ropenapiSchema\x12\x41\n\x0b\x64\x65lete_time\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03R\ndeleteTime\x12@\n\npermission\x18\x0f \x01(\x0b\x32 .vdp.pipeline.v1alpha.PermissionR\npermission:A\xea\x41>\n\x19\x61pi.instill.tech/Pipeline\x12!users/{user}/pipelines/{pipeline}B\x07\n\x05ownerB\x0e\n\x0c_description\"\xb4\x01\n\x0fTriggerMetadata\x12I\n\x06traces\x18\x01 \x03(\x0b\x32\x31.vdp.pipeline.v1alpha.TriggerMetadata.TracesEntryR\x06traces\x1aV\n\x0bTracesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x31\n\x05value\x18\x02 \x01(\x0b\x32\x1b.vdp.pipeline.v1alpha.TraceR\x05value:\x02\x38\x01\"\xeb\x01\n\x05Trace\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12/\n\x06inputs\x18\x02 \x03(\x0b\x32\x17.google.protobuf.StructR\x06inputs\x12\x31\n\x07outputs\x18\x03 \x03(\x0b\x32\x17.google.protobuf.StructR\x07outputs\x12-\n\x05\x65rror\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\x05\x65rror\x12\x35\n\x17\x63ompute_time_in_seconds\x18\x05 \x01(\x02R\x14\x63omputeTimeInSeconds\"\x94\x04\n\x0fPipelineRelease\x12\x18\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x03R\x04name\x12\x16\n\x03uid\x18\x02 \x01(\tB\x04\xe2\x41\x01\x03R\x03uid\x12\x14\n\x02id\x18\x03 \x01(\tB\x04\xe2\x41\x01\x05R\x02id\x12+\n\x0b\x64\x65scription\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01H\x00R\x0b\x64\x65scription\x88\x01\x01\x12:\n\x06recipe\x18\x05 \x01(\x0b\x32\x1c.vdp.pipeline.v1alpha.RecipeB\x04\xe2\x41\x01\x03R\x06recipe\x12\x41\n\x0b\x63reate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03R\ncreateTime\x12\x41\n\x0bupdate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03R\nupdateTime\x12\x44\n\x0eopenapi_schema\x18\t \x01(\x0b\x32\x17.google.protobuf.StructB\x04\xe2\x41\x01\x03R\ropenapiSchema\x12\x41\n\x0b\x64\x65lete_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03R\ndeleteTime:1\xea\x41.\n\x18\x61pi.instill.tech/Release\x12\x12releases/{release}B\x0e\n\x0c_description\"\xb6\x02\n\x14ListPipelinesRequest\x12&\n\tpage_size\x18\x01 \x01(\x05\x42\x04\xe2\x41\x01\x01H\x00R\x08pageSize\x88\x01\x01\x12(\n\npage_token\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01H\x01R\tpageToken\x88\x01\x01\x12\x39\n\x04view\x18\x03 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x02R\x04view\x88\x01\x01\x12!\n\x06\x66ilter\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01H\x03R\x06\x66ilter\x88\x01\x01\x12,\n\x0cshow_deleted\x18\x05 \x01(\x08\x42\x04\xe2\x41\x01\x01H\x04R\x0bshowDeleted\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_tokenB\x07\n\x05_viewB\t\n\x07_filterB\x0f\n\r_show_deleted\"\x9c\x01\n\x15ListPipelinesResponse\x12<\n\tpipelines\x18\x01 \x03(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\tpipelines\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1d\n\ntotal_size\x18\x03 \x01(\x05R\ttotalSize\"\x99\x01\n\x19\x43reateUserPipelineRequest\x12@\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineB\x04\xe2\x41\x01\x02R\x08pipeline\x12:\n\x06parent\x18\x02 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\x12\x19\x61pi.instill.tech/PipelineR\x06parent\"X\n\x1a\x43reateUserPipelineResponse\x12:\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\x08pipeline\"\xf6\x02\n\x18ListUserPipelinesRequest\x12&\n\tpage_size\x18\x01 \x01(\x05\x42\x04\xe2\x41\x01\x01H\x00R\x08pageSize\x88\x01\x01\x12(\n\npage_token\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01H\x01R\tpageToken\x88\x01\x01\x12\x39\n\x04view\x18\x03 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x02R\x04view\x88\x01\x01\x12!\n\x06\x66ilter\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01H\x03R\x06\x66ilter\x88\x01\x01\x12:\n\x06parent\x18\x05 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\x12\x19\x61pi.instill.tech/PipelineR\x06parent\x12,\n\x0cshow_deleted\x18\x06 \x01(\x08\x42\x04\xe2\x41\x01\x01H\x04R\x0bshowDeleted\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_tokenB\x07\n\x05_viewB\t\n\x07_filterB\x0f\n\r_show_deleted\"\xa0\x01\n\x19ListUserPipelinesResponse\x12<\n\tpipelines\x18\x01 \x03(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\tpipelines\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1d\n\ntotal_size\x18\x03 \x01(\x05R\ttotalSize\"\x7f\n\x15LookUpPipelineRequest\x12\"\n\tpermalink\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\tpermalink\x12\x39\n\x04view\x18\x02 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x00R\x04view\x88\x01\x01\x42\x07\n\x05_view\"T\n\x16LookUpPipelineResponse\x12:\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\x08pipeline\"\xaa\x01\n\x16GetUserPipelineRequest\x12L\n\x04name\x18\x01 \x01(\tB8\x92\x41\x13\xca>\x10\xfa\x02\rpipeline.name\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\x12\x39\n\x04view\x18\x02 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x00R\x04view\x88\x01\x01\x42\x07\n\x05_view\"U\n\x17GetUserPipelineResponse\x12:\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\x08pipeline\"\xa0\x01\n\x19UpdateUserPipelineRequest\x12@\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineB\x04\xe2\x41\x01\x02R\x08pipeline\x12\x41\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe2\x41\x01\x02R\nupdateMask\"X\n\x1aUpdateUserPipelineResponse\x12:\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\x08pipeline\"i\n\x19\x44\x65leteUserPipelineRequest\x12L\n\x04name\x18\x01 \x01(\tB8\x92\x41\x13\xca>\x10\xfa\x02\rpipeline.name\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\"\x1c\n\x1a\x44\x65leteUserPipelineResponse\"U\n\x1bValidateUserPipelineRequest\x12\x36\n\x04name\x18\x01 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\"Z\n\x1cValidateUserPipelineResponse\x12:\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\x08pipeline\"\x81\x01\n\x19RenameUserPipelineRequest\x12\x36\n\x04name\x18\x01 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\x12,\n\x0fnew_pipeline_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02R\rnewPipelineId\"X\n\x1aRenameUserPipelineResponse\x12:\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\x08pipeline\"\x8b\x01\n\x1aTriggerUserPipelineRequest\x12\x36\n\x04name\x18\x01 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\x12\x35\n\x06inputs\x18\x02 \x03(\x0b\x32\x17.google.protobuf.StructB\x04\xe2\x41\x01\x02R\x06inputs\"\x93\x01\n\x1bTriggerUserPipelineResponse\x12\x31\n\x07outputs\x18\x01 \x03(\x0b\x32\x17.google.protobuf.StructR\x07outputs\x12\x41\n\x08metadata\x18\x02 \x01(\x0b\x32%.vdp.pipeline.v1alpha.TriggerMetadataR\x08metadata\"\x90\x01\n\x1fTriggerAsyncUserPipelineRequest\x12\x36\n\x04name\x18\x01 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\x12\x35\n\x06inputs\x18\x02 \x03(\x0b\x32\x17.google.protobuf.StructB\x04\xe2\x41\x01\x02R\x06inputs\"e\n TriggerAsyncUserPipelineResponse\x12\x41\n\toperation\x18\x01 \x01(\x0b\x32\x1d.google.longrunning.OperationB\x04\xe2\x41\x01\x03R\toperation\"/\n\x13GetOperationRequest\x12\x18\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x04name\"Y\n\x14GetOperationResponse\x12\x41\n\toperation\x18\x01 \x01(\x0b\x32\x1d.google.longrunning.OperationB\x04\xe2\x41\x01\x03R\toperation\"\xac\x01\n CreateUserPipelineReleaseRequest\x12\x45\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseB\x04\xe2\x41\x01\x02R\x07release\x12\x41\n\x06parent\x18\x02 \x01(\tB)\xe2\x41\x01\x02\xfa\x41\"\x12 api.instill.tech/PipelineReleaseR\x06parent\"d\n!CreateUserPipelineReleaseResponse\x12?\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x07release\"\x84\x03\n\x1fListUserPipelineReleasesRequest\x12&\n\tpage_size\x18\x01 \x01(\x05\x42\x04\xe2\x41\x01\x01H\x00R\x08pageSize\x88\x01\x01\x12(\n\npage_token\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01H\x01R\tpageToken\x88\x01\x01\x12\x39\n\x04view\x18\x03 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x02R\x04view\x88\x01\x01\x12!\n\x06\x66ilter\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01H\x03R\x06\x66ilter\x88\x01\x01\x12\x41\n\x06parent\x18\x05 \x01(\tB)\xe2\x41\x01\x02\xfa\x41\"\x12 api.instill.tech/PipelineReleaseR\x06parent\x12,\n\x0cshow_deleted\x18\x06 \x01(\x08\x42\x04\xe2\x41\x01\x01H\x04R\x0bshowDeleted\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_tokenB\x07\n\x05_viewB\t\n\x07_filterB\x0f\n\r_show_deleted\"\xac\x01\n ListUserPipelineReleasesResponse\x12\x41\n\x08releases\x18\x01 \x03(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x08releases\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1d\n\ntotal_size\x18\x03 \x01(\x05R\ttotalSize\"\xc0\x01\n\x1dGetUserPipelineReleaseRequest\x12[\n\x04name\x18\x01 \x01(\tBG\x92\x41\x1b\xca>\x18\xfa\x02\x15pipeline_release.name\xe2\x41\x01\x02\xfa\x41\"\n api.instill.tech/PipelineReleaseR\x04name\x12\x39\n\x04view\x18\x02 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x00R\x04view\x88\x01\x01\x42\x07\n\x05_view\"a\n\x1eGetUserPipelineReleaseResponse\x12?\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x07release\"\xac\x01\n UpdateUserPipelineReleaseRequest\x12\x45\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseB\x04\xe2\x41\x01\x02R\x07release\x12\x41\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe2\x41\x01\x02R\nupdateMask\"d\n!UpdateUserPipelineReleaseResponse\x12?\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x07release\"\x7f\n DeleteUserPipelineReleaseRequest\x12[\n\x04name\x18\x01 \x01(\tBG\x92\x41\x1b\xca>\x18\xfa\x02\x15pipeline_release.name\xe2\x41\x01\x02\xfa\x41\"\n api.instill.tech/PipelineReleaseR\x04name\"#\n!DeleteUserPipelineReleaseResponse\"^\n$SetDefaultUserPipelineReleaseRequest\x12\x36\n\x04name\x18\x01 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\"h\n%SetDefaultUserPipelineReleaseResponse\x12?\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x07release\"[\n!RestoreUserPipelineReleaseRequest\x12\x36\n\x04name\x18\x01 \x01(\tB\"\xe2\x41\x01\x02\xfa\x41\x1b\n\x19\x61pi.instill.tech/PipelineR\x04name\"e\n\"RestoreUserPipelineReleaseResponse\x12?\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x07release\"\x9e\x01\n RenameUserPipelineReleaseRequest\x12=\n\x04name\x18\x01 \x01(\tB)\xe2\x41\x01\x02\xfa\x41\"\n api.instill.tech/PipelineReleaseR\x04name\x12;\n\x17new_pipeline_release_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02R\x14newPipelineReleaseId\"d\n!RenameUserPipelineReleaseResponse\x12?\n\x07release\x18\x01 \x01(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x07release\"|\n\x1fWatchUserPipelineReleaseRequest\x12Y\n\x04name\x18\x01 \x01(\tBE\x92\x41\x19\xca>\x16\xfa\x02\x13pipeline.name/watch\xe2\x41\x01\x02\xfa\x41\"\n api.instill.tech/PipelineReleaseR\x04name\"U\n WatchUserPipelineReleaseResponse\x12\x31\n\x05state\x18\x01 \x01(\x0e\x32\x1b.vdp.pipeline.v1alpha.StateR\x05state\"\x99\x01\n!TriggerUserPipelineReleaseRequest\x12=\n\x04name\x18\x01 \x01(\tB)\xe2\x41\x01\x02\xfa\x41\"\n api.instill.tech/PipelineReleaseR\x04name\x12\x35\n\x06inputs\x18\x02 \x03(\x0b\x32\x17.google.protobuf.StructB\x04\xe2\x41\x01\x02R\x06inputs\"\x9a\x01\n\"TriggerUserPipelineReleaseResponse\x12\x31\n\x07outputs\x18\x01 \x03(\x0b\x32\x17.google.protobuf.StructR\x07outputs\x12\x41\n\x08metadata\x18\x02 \x01(\x0b\x32%.vdp.pipeline.v1alpha.TriggerMetadataR\x08metadata\"\x9e\x01\n&TriggerAsyncUserPipelineReleaseRequest\x12=\n\x04name\x18\x01 \x01(\tB)\xe2\x41\x01\x02\xfa\x41\"\n api.instill.tech/PipelineReleaseR\x04name\x12\x35\n\x06inputs\x18\x02 \x03(\x0b\x32\x17.google.protobuf.StructB\x04\xe2\x41\x01\x02R\x06inputs\"l\n\'TriggerAsyncUserPipelineReleaseResponse\x12\x41\n\toperation\x18\x01 \x01(\x0b\x32\x1d.google.longrunning.OperationB\x04\xe2\x41\x01\x03R\toperation\"\xbb\x02\n\x19ListPipelinesAdminRequest\x12&\n\tpage_size\x18\x01 \x01(\x05\x42\x04\xe2\x41\x01\x01H\x00R\x08pageSize\x88\x01\x01\x12(\n\npage_token\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01H\x01R\tpageToken\x88\x01\x01\x12\x39\n\x04view\x18\x03 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x02R\x04view\x88\x01\x01\x12!\n\x06\x66ilter\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01H\x03R\x06\x66ilter\x88\x01\x01\x12,\n\x0cshow_deleted\x18\x05 \x01(\x08\x42\x04\xe2\x41\x01\x01H\x04R\x0bshowDeleted\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_tokenB\x07\n\x05_viewB\t\n\x07_filterB\x0f\n\r_show_deleted\"\xa1\x01\n\x1aListPipelinesAdminResponse\x12<\n\tpipelines\x18\x01 \x03(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\tpipelines\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1d\n\ntotal_size\x18\x03 \x01(\x05R\ttotalSize\"\xc2\x02\n ListPipelineReleasesAdminRequest\x12&\n\tpage_size\x18\x01 \x01(\x05\x42\x04\xe2\x41\x01\x01H\x00R\x08pageSize\x88\x01\x01\x12(\n\npage_token\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01H\x01R\tpageToken\x88\x01\x01\x12\x39\n\x04view\x18\x03 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x02R\x04view\x88\x01\x01\x12!\n\x06\x66ilter\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01H\x03R\x06\x66ilter\x88\x01\x01\x12,\n\x0cshow_deleted\x18\x05 \x01(\x08\x42\x04\xe2\x41\x01\x01H\x04R\x0bshowDeleted\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_tokenB\x07\n\x05_viewB\t\n\x07_filterB\x0f\n\r_show_deleted\"\xad\x01\n!ListPipelineReleasesAdminResponse\x12\x41\n\x08releases\x18\x01 \x03(\x0b\x32%.vdp.pipeline.v1alpha.PipelineReleaseR\x08releases\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1d\n\ntotal_size\x18\x03 \x01(\x05R\ttotalSize\"\x84\x01\n\x1aLookUpPipelineAdminRequest\x12\"\n\tpermalink\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\tpermalink\x12\x39\n\x04view\x18\x02 \x01(\x0e\x32\x1a.vdp.pipeline.v1alpha.ViewB\x04\xe2\x41\x01\x01H\x00R\x04view\x88\x01\x01\x42\x07\n\x05_view\"Y\n\x1bLookUpPipelineAdminResponse\x12:\n\x08pipeline\x18\x01 \x01(\x0b\x32\x1e.vdp.pipeline.v1alpha.PipelineR\x08pipeline*\xb9\x01\n\rComponentType\x12\x1e\n\x1a\x43OMPONENT_TYPE_UNSPECIFIED\x10\x00\x12\x1f\n\x1b\x43OMPONENT_TYPE_CONNECTOR_AI\x10\x01\x12!\n\x1d\x43OMPONENT_TYPE_CONNECTOR_DATA\x10\x02\x12\'\n#COMPONENT_TYPE_CONNECTOR_BLOCKCHAIN\x10\x03\x12\x1b\n\x17\x43OMPONENT_TYPE_OPERATOR\x10\x04*U\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x12\n\x0eSTATE_INACTIVE\x10\x01\x12\x10\n\x0cSTATE_ACTIVE\x10\x02\x12\x0f\n\x0bSTATE_ERROR\x10\x03\x42\xe3\x01\n\x18\x63om.vdp.pipeline.v1alphaB\rPipelineProtoP\x01ZFgithub.com/instill-ai/protogen-go/vdp/pipeline/v1alpha;pipelinev1alpha\xa2\x02\x03VPX\xaa\x02\x14Vdp.Pipeline.V1alpha\xca\x02\x14Vdp\\Pipeline\\V1alpha\xe2\x02 Vdp\\Pipeline\\V1alpha\\GPBMetadata\xea\x02\x16Vdp::Pipeline::V1alphab\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) @@ -228,12 +228,10 @@ _LOOKUPPIPELINEADMINREQUEST.fields_by_name['permalink']._serialized_options = b'\342A\001\002' _LOOKUPPIPELINEADMINREQUEST.fields_by_name['view']._options = None _LOOKUPPIPELINEADMINREQUEST.fields_by_name['view']._serialized_options = b'\342A\001\001' - _globals['_VISIBILITY']._serialized_start=10934 - _globals['_VISIBILITY']._serialized_end=11021 - _globals['_COMPONENTTYPE']._serialized_start=11024 - _globals['_COMPONENTTYPE']._serialized_end=11209 - _globals['_STATE']._serialized_start=11211 - _globals['_STATE']._serialized_end=11296 + _globals['_COMPONENTTYPE']._serialized_start=10869 + _globals['_COMPONENTTYPE']._serialized_end=11054 + _globals['_STATE']._serialized_start=11056 + _globals['_STATE']._serialized_end=11141 _globals['_LIVENESSREQUEST']._serialized_start=522 _globals['_LIVENESSREQUEST']._serialized_end=673 _globals['_LIVENESSRESPONSE']._serialized_start=675 @@ -255,109 +253,109 @@ _globals['_TRACE']._serialized_start=2643 _globals['_TRACE']._serialized_end=2878 _globals['_PIPELINERELEASE']._serialized_start=2881 - _globals['_PIPELINERELEASE']._serialized_end=3479 - _globals['_LISTPIPELINESREQUEST']._serialized_start=3482 - _globals['_LISTPIPELINESREQUEST']._serialized_end=3792 - _globals['_LISTPIPELINESRESPONSE']._serialized_start=3795 - _globals['_LISTPIPELINESRESPONSE']._serialized_end=3951 - _globals['_CREATEUSERPIPELINEREQUEST']._serialized_start=3954 - _globals['_CREATEUSERPIPELINEREQUEST']._serialized_end=4107 - _globals['_CREATEUSERPIPELINERESPONSE']._serialized_start=4109 - _globals['_CREATEUSERPIPELINERESPONSE']._serialized_end=4197 - _globals['_LISTUSERPIPELINESREQUEST']._serialized_start=4200 - _globals['_LISTUSERPIPELINESREQUEST']._serialized_end=4574 - _globals['_LISTUSERPIPELINESRESPONSE']._serialized_start=4577 - _globals['_LISTUSERPIPELINESRESPONSE']._serialized_end=4737 - _globals['_LOOKUPPIPELINEREQUEST']._serialized_start=4739 - _globals['_LOOKUPPIPELINEREQUEST']._serialized_end=4866 - _globals['_LOOKUPPIPELINERESPONSE']._serialized_start=4868 - _globals['_LOOKUPPIPELINERESPONSE']._serialized_end=4952 - _globals['_GETUSERPIPELINEREQUEST']._serialized_start=4955 - _globals['_GETUSERPIPELINEREQUEST']._serialized_end=5125 - _globals['_GETUSERPIPELINERESPONSE']._serialized_start=5127 - _globals['_GETUSERPIPELINERESPONSE']._serialized_end=5212 - _globals['_UPDATEUSERPIPELINEREQUEST']._serialized_start=5215 - _globals['_UPDATEUSERPIPELINEREQUEST']._serialized_end=5375 - _globals['_UPDATEUSERPIPELINERESPONSE']._serialized_start=5377 - _globals['_UPDATEUSERPIPELINERESPONSE']._serialized_end=5465 - _globals['_DELETEUSERPIPELINEREQUEST']._serialized_start=5467 - _globals['_DELETEUSERPIPELINEREQUEST']._serialized_end=5572 - _globals['_DELETEUSERPIPELINERESPONSE']._serialized_start=5574 - _globals['_DELETEUSERPIPELINERESPONSE']._serialized_end=5602 - _globals['_VALIDATEUSERPIPELINEREQUEST']._serialized_start=5604 - _globals['_VALIDATEUSERPIPELINEREQUEST']._serialized_end=5689 - _globals['_VALIDATEUSERPIPELINERESPONSE']._serialized_start=5691 - _globals['_VALIDATEUSERPIPELINERESPONSE']._serialized_end=5781 - _globals['_RENAMEUSERPIPELINEREQUEST']._serialized_start=5784 - _globals['_RENAMEUSERPIPELINEREQUEST']._serialized_end=5913 - _globals['_RENAMEUSERPIPELINERESPONSE']._serialized_start=5915 - _globals['_RENAMEUSERPIPELINERESPONSE']._serialized_end=6003 - _globals['_TRIGGERUSERPIPELINEREQUEST']._serialized_start=6006 - _globals['_TRIGGERUSERPIPELINEREQUEST']._serialized_end=6145 - _globals['_TRIGGERUSERPIPELINERESPONSE']._serialized_start=6148 - _globals['_TRIGGERUSERPIPELINERESPONSE']._serialized_end=6295 - _globals['_TRIGGERASYNCUSERPIPELINEREQUEST']._serialized_start=6298 - _globals['_TRIGGERASYNCUSERPIPELINEREQUEST']._serialized_end=6442 - _globals['_TRIGGERASYNCUSERPIPELINERESPONSE']._serialized_start=6444 - _globals['_TRIGGERASYNCUSERPIPELINERESPONSE']._serialized_end=6545 - _globals['_GETOPERATIONREQUEST']._serialized_start=6547 - _globals['_GETOPERATIONREQUEST']._serialized_end=6594 - _globals['_GETOPERATIONRESPONSE']._serialized_start=6596 - _globals['_GETOPERATIONRESPONSE']._serialized_end=6685 - _globals['_CREATEUSERPIPELINERELEASEREQUEST']._serialized_start=6688 - _globals['_CREATEUSERPIPELINERELEASEREQUEST']._serialized_end=6860 - _globals['_CREATEUSERPIPELINERELEASERESPONSE']._serialized_start=6862 - _globals['_CREATEUSERPIPELINERELEASERESPONSE']._serialized_end=6962 - _globals['_LISTUSERPIPELINERELEASESREQUEST']._serialized_start=6965 - _globals['_LISTUSERPIPELINERELEASESREQUEST']._serialized_end=7353 - _globals['_LISTUSERPIPELINERELEASESRESPONSE']._serialized_start=7356 - _globals['_LISTUSERPIPELINERELEASESRESPONSE']._serialized_end=7528 - _globals['_GETUSERPIPELINERELEASEREQUEST']._serialized_start=7531 - _globals['_GETUSERPIPELINERELEASEREQUEST']._serialized_end=7723 - _globals['_GETUSERPIPELINERELEASERESPONSE']._serialized_start=7725 - _globals['_GETUSERPIPELINERELEASERESPONSE']._serialized_end=7822 - _globals['_UPDATEUSERPIPELINERELEASEREQUEST']._serialized_start=7825 - _globals['_UPDATEUSERPIPELINERELEASEREQUEST']._serialized_end=7997 - _globals['_UPDATEUSERPIPELINERELEASERESPONSE']._serialized_start=7999 - _globals['_UPDATEUSERPIPELINERELEASERESPONSE']._serialized_end=8099 - _globals['_DELETEUSERPIPELINERELEASEREQUEST']._serialized_start=8101 - _globals['_DELETEUSERPIPELINERELEASEREQUEST']._serialized_end=8228 - _globals['_DELETEUSERPIPELINERELEASERESPONSE']._serialized_start=8230 - _globals['_DELETEUSERPIPELINERELEASERESPONSE']._serialized_end=8265 - _globals['_SETDEFAULTUSERPIPELINERELEASEREQUEST']._serialized_start=8267 - _globals['_SETDEFAULTUSERPIPELINERELEASEREQUEST']._serialized_end=8361 - _globals['_SETDEFAULTUSERPIPELINERELEASERESPONSE']._serialized_start=8363 - _globals['_SETDEFAULTUSERPIPELINERELEASERESPONSE']._serialized_end=8467 - _globals['_RESTOREUSERPIPELINERELEASEREQUEST']._serialized_start=8469 - _globals['_RESTOREUSERPIPELINERELEASEREQUEST']._serialized_end=8560 - _globals['_RESTOREUSERPIPELINERELEASERESPONSE']._serialized_start=8562 - _globals['_RESTOREUSERPIPELINERELEASERESPONSE']._serialized_end=8663 - _globals['_RENAMEUSERPIPELINERELEASEREQUEST']._serialized_start=8666 - _globals['_RENAMEUSERPIPELINERELEASEREQUEST']._serialized_end=8824 - _globals['_RENAMEUSERPIPELINERELEASERESPONSE']._serialized_start=8826 - _globals['_RENAMEUSERPIPELINERELEASERESPONSE']._serialized_end=8926 - _globals['_WATCHUSERPIPELINERELEASEREQUEST']._serialized_start=8928 - _globals['_WATCHUSERPIPELINERELEASEREQUEST']._serialized_end=9052 - _globals['_WATCHUSERPIPELINERELEASERESPONSE']._serialized_start=9054 - _globals['_WATCHUSERPIPELINERELEASERESPONSE']._serialized_end=9139 - _globals['_TRIGGERUSERPIPELINERELEASEREQUEST']._serialized_start=9142 - _globals['_TRIGGERUSERPIPELINERELEASEREQUEST']._serialized_end=9295 - _globals['_TRIGGERUSERPIPELINERELEASERESPONSE']._serialized_start=9298 - _globals['_TRIGGERUSERPIPELINERELEASERESPONSE']._serialized_end=9452 - _globals['_TRIGGERASYNCUSERPIPELINERELEASEREQUEST']._serialized_start=9455 - _globals['_TRIGGERASYNCUSERPIPELINERELEASEREQUEST']._serialized_end=9613 - _globals['_TRIGGERASYNCUSERPIPELINERELEASERESPONSE']._serialized_start=9615 - _globals['_TRIGGERASYNCUSERPIPELINERELEASERESPONSE']._serialized_end=9723 - _globals['_LISTPIPELINESADMINREQUEST']._serialized_start=9726 - _globals['_LISTPIPELINESADMINREQUEST']._serialized_end=10041 - _globals['_LISTPIPELINESADMINRESPONSE']._serialized_start=10044 - _globals['_LISTPIPELINESADMINRESPONSE']._serialized_end=10205 - _globals['_LISTPIPELINERELEASESADMINREQUEST']._serialized_start=10208 - _globals['_LISTPIPELINERELEASESADMINREQUEST']._serialized_end=10530 - _globals['_LISTPIPELINERELEASESADMINRESPONSE']._serialized_start=10533 - _globals['_LISTPIPELINERELEASESADMINRESPONSE']._serialized_end=10706 - _globals['_LOOKUPPIPELINEADMINREQUEST']._serialized_start=10709 - _globals['_LOOKUPPIPELINEADMINREQUEST']._serialized_end=10841 - _globals['_LOOKUPPIPELINEADMINRESPONSE']._serialized_start=10843 - _globals['_LOOKUPPIPELINEADMINRESPONSE']._serialized_end=10932 + _globals['_PIPELINERELEASE']._serialized_end=3413 + _globals['_LISTPIPELINESREQUEST']._serialized_start=3416 + _globals['_LISTPIPELINESREQUEST']._serialized_end=3726 + _globals['_LISTPIPELINESRESPONSE']._serialized_start=3729 + _globals['_LISTPIPELINESRESPONSE']._serialized_end=3885 + _globals['_CREATEUSERPIPELINEREQUEST']._serialized_start=3888 + _globals['_CREATEUSERPIPELINEREQUEST']._serialized_end=4041 + _globals['_CREATEUSERPIPELINERESPONSE']._serialized_start=4043 + _globals['_CREATEUSERPIPELINERESPONSE']._serialized_end=4131 + _globals['_LISTUSERPIPELINESREQUEST']._serialized_start=4134 + _globals['_LISTUSERPIPELINESREQUEST']._serialized_end=4508 + _globals['_LISTUSERPIPELINESRESPONSE']._serialized_start=4511 + _globals['_LISTUSERPIPELINESRESPONSE']._serialized_end=4671 + _globals['_LOOKUPPIPELINEREQUEST']._serialized_start=4673 + _globals['_LOOKUPPIPELINEREQUEST']._serialized_end=4800 + _globals['_LOOKUPPIPELINERESPONSE']._serialized_start=4802 + _globals['_LOOKUPPIPELINERESPONSE']._serialized_end=4886 + _globals['_GETUSERPIPELINEREQUEST']._serialized_start=4889 + _globals['_GETUSERPIPELINEREQUEST']._serialized_end=5059 + _globals['_GETUSERPIPELINERESPONSE']._serialized_start=5061 + _globals['_GETUSERPIPELINERESPONSE']._serialized_end=5146 + _globals['_UPDATEUSERPIPELINEREQUEST']._serialized_start=5149 + _globals['_UPDATEUSERPIPELINEREQUEST']._serialized_end=5309 + _globals['_UPDATEUSERPIPELINERESPONSE']._serialized_start=5311 + _globals['_UPDATEUSERPIPELINERESPONSE']._serialized_end=5399 + _globals['_DELETEUSERPIPELINEREQUEST']._serialized_start=5401 + _globals['_DELETEUSERPIPELINEREQUEST']._serialized_end=5506 + _globals['_DELETEUSERPIPELINERESPONSE']._serialized_start=5508 + _globals['_DELETEUSERPIPELINERESPONSE']._serialized_end=5536 + _globals['_VALIDATEUSERPIPELINEREQUEST']._serialized_start=5538 + _globals['_VALIDATEUSERPIPELINEREQUEST']._serialized_end=5623 + _globals['_VALIDATEUSERPIPELINERESPONSE']._serialized_start=5625 + _globals['_VALIDATEUSERPIPELINERESPONSE']._serialized_end=5715 + _globals['_RENAMEUSERPIPELINEREQUEST']._serialized_start=5718 + _globals['_RENAMEUSERPIPELINEREQUEST']._serialized_end=5847 + _globals['_RENAMEUSERPIPELINERESPONSE']._serialized_start=5849 + _globals['_RENAMEUSERPIPELINERESPONSE']._serialized_end=5937 + _globals['_TRIGGERUSERPIPELINEREQUEST']._serialized_start=5940 + _globals['_TRIGGERUSERPIPELINEREQUEST']._serialized_end=6079 + _globals['_TRIGGERUSERPIPELINERESPONSE']._serialized_start=6082 + _globals['_TRIGGERUSERPIPELINERESPONSE']._serialized_end=6229 + _globals['_TRIGGERASYNCUSERPIPELINEREQUEST']._serialized_start=6232 + _globals['_TRIGGERASYNCUSERPIPELINEREQUEST']._serialized_end=6376 + _globals['_TRIGGERASYNCUSERPIPELINERESPONSE']._serialized_start=6378 + _globals['_TRIGGERASYNCUSERPIPELINERESPONSE']._serialized_end=6479 + _globals['_GETOPERATIONREQUEST']._serialized_start=6481 + _globals['_GETOPERATIONREQUEST']._serialized_end=6528 + _globals['_GETOPERATIONRESPONSE']._serialized_start=6530 + _globals['_GETOPERATIONRESPONSE']._serialized_end=6619 + _globals['_CREATEUSERPIPELINERELEASEREQUEST']._serialized_start=6622 + _globals['_CREATEUSERPIPELINERELEASEREQUEST']._serialized_end=6794 + _globals['_CREATEUSERPIPELINERELEASERESPONSE']._serialized_start=6796 + _globals['_CREATEUSERPIPELINERELEASERESPONSE']._serialized_end=6896 + _globals['_LISTUSERPIPELINERELEASESREQUEST']._serialized_start=6899 + _globals['_LISTUSERPIPELINERELEASESREQUEST']._serialized_end=7287 + _globals['_LISTUSERPIPELINERELEASESRESPONSE']._serialized_start=7290 + _globals['_LISTUSERPIPELINERELEASESRESPONSE']._serialized_end=7462 + _globals['_GETUSERPIPELINERELEASEREQUEST']._serialized_start=7465 + _globals['_GETUSERPIPELINERELEASEREQUEST']._serialized_end=7657 + _globals['_GETUSERPIPELINERELEASERESPONSE']._serialized_start=7659 + _globals['_GETUSERPIPELINERELEASERESPONSE']._serialized_end=7756 + _globals['_UPDATEUSERPIPELINERELEASEREQUEST']._serialized_start=7759 + _globals['_UPDATEUSERPIPELINERELEASEREQUEST']._serialized_end=7931 + _globals['_UPDATEUSERPIPELINERELEASERESPONSE']._serialized_start=7933 + _globals['_UPDATEUSERPIPELINERELEASERESPONSE']._serialized_end=8033 + _globals['_DELETEUSERPIPELINERELEASEREQUEST']._serialized_start=8035 + _globals['_DELETEUSERPIPELINERELEASEREQUEST']._serialized_end=8162 + _globals['_DELETEUSERPIPELINERELEASERESPONSE']._serialized_start=8164 + _globals['_DELETEUSERPIPELINERELEASERESPONSE']._serialized_end=8199 + _globals['_SETDEFAULTUSERPIPELINERELEASEREQUEST']._serialized_start=8201 + _globals['_SETDEFAULTUSERPIPELINERELEASEREQUEST']._serialized_end=8295 + _globals['_SETDEFAULTUSERPIPELINERELEASERESPONSE']._serialized_start=8297 + _globals['_SETDEFAULTUSERPIPELINERELEASERESPONSE']._serialized_end=8401 + _globals['_RESTOREUSERPIPELINERELEASEREQUEST']._serialized_start=8403 + _globals['_RESTOREUSERPIPELINERELEASEREQUEST']._serialized_end=8494 + _globals['_RESTOREUSERPIPELINERELEASERESPONSE']._serialized_start=8496 + _globals['_RESTOREUSERPIPELINERELEASERESPONSE']._serialized_end=8597 + _globals['_RENAMEUSERPIPELINERELEASEREQUEST']._serialized_start=8600 + _globals['_RENAMEUSERPIPELINERELEASEREQUEST']._serialized_end=8758 + _globals['_RENAMEUSERPIPELINERELEASERESPONSE']._serialized_start=8760 + _globals['_RENAMEUSERPIPELINERELEASERESPONSE']._serialized_end=8860 + _globals['_WATCHUSERPIPELINERELEASEREQUEST']._serialized_start=8862 + _globals['_WATCHUSERPIPELINERELEASEREQUEST']._serialized_end=8986 + _globals['_WATCHUSERPIPELINERELEASERESPONSE']._serialized_start=8988 + _globals['_WATCHUSERPIPELINERELEASERESPONSE']._serialized_end=9073 + _globals['_TRIGGERUSERPIPELINERELEASEREQUEST']._serialized_start=9076 + _globals['_TRIGGERUSERPIPELINERELEASEREQUEST']._serialized_end=9229 + _globals['_TRIGGERUSERPIPELINERELEASERESPONSE']._serialized_start=9232 + _globals['_TRIGGERUSERPIPELINERELEASERESPONSE']._serialized_end=9386 + _globals['_TRIGGERASYNCUSERPIPELINERELEASEREQUEST']._serialized_start=9389 + _globals['_TRIGGERASYNCUSERPIPELINERELEASEREQUEST']._serialized_end=9547 + _globals['_TRIGGERASYNCUSERPIPELINERELEASERESPONSE']._serialized_start=9549 + _globals['_TRIGGERASYNCUSERPIPELINERELEASERESPONSE']._serialized_end=9657 + _globals['_LISTPIPELINESADMINREQUEST']._serialized_start=9660 + _globals['_LISTPIPELINESADMINREQUEST']._serialized_end=9975 + _globals['_LISTPIPELINESADMINRESPONSE']._serialized_start=9978 + _globals['_LISTPIPELINESADMINRESPONSE']._serialized_end=10139 + _globals['_LISTPIPELINERELEASESADMINREQUEST']._serialized_start=10142 + _globals['_LISTPIPELINERELEASESADMINREQUEST']._serialized_end=10464 + _globals['_LISTPIPELINERELEASESADMINRESPONSE']._serialized_start=10467 + _globals['_LISTPIPELINERELEASESADMINRESPONSE']._serialized_end=10640 + _globals['_LOOKUPPIPELINEADMINREQUEST']._serialized_start=10643 + _globals['_LOOKUPPIPELINEADMINREQUEST']._serialized_end=10775 + _globals['_LOOKUPPIPELINEADMINRESPONSE']._serialized_start=10777 + _globals['_LOOKUPPIPELINEADMINRESPONSE']._serialized_end=10866 # @@protoc_insertion_point(module_scope) diff --git a/vdp/pipeline/v1alpha/pipeline_pb2.pyi b/vdp/pipeline/v1alpha/pipeline_pb2.pyi index 607345c..f6bc992 100644 --- a/vdp/pipeline/v1alpha/pipeline_pb2.pyi +++ b/vdp/pipeline/v1alpha/pipeline_pb2.pyi @@ -27,30 +27,6 @@ else: DESCRIPTOR: google.protobuf.descriptor.FileDescriptor -class _Visibility: - ValueType = typing.NewType("ValueType", builtins.int) - V: typing_extensions.TypeAlias = ValueType - -class _VisibilityEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_Visibility.ValueType], builtins.type): - DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor - VISIBILITY_UNSPECIFIED: _Visibility.ValueType # 0 - """Visibility: UNSPECIFIED, equivalent to PRIVATE.""" - VISIBILITY_PRIVATE: _Visibility.ValueType # 1 - """Visibility: PRIVATE""" - VISIBILITY_PUBLIC: _Visibility.ValueType # 2 - """Visibility: PUBLIC""" - -class Visibility(_Visibility, metaclass=_VisibilityEnumTypeWrapper): - """ConnectorResource visibility including public or private""" - -VISIBILITY_UNSPECIFIED: Visibility.ValueType # 0 -"""Visibility: UNSPECIFIED, equivalent to PRIVATE.""" -VISIBILITY_PRIVATE: Visibility.ValueType # 1 -"""Visibility: PRIVATE""" -VISIBILITY_PUBLIC: Visibility.ValueType # 2 -"""Visibility: PUBLIC""" -global___Visibility = Visibility - class _ComponentType: ValueType = typing.NewType("ValueType", builtins.int) V: typing_extensions.TypeAlias = ValueType @@ -283,9 +259,9 @@ class Pipeline(google.protobuf.message.Message): ORG_FIELD_NUMBER: builtins.int CREATE_TIME_FIELD_NUMBER: builtins.int UPDATE_TIME_FIELD_NUMBER: builtins.int - VISIBILITY_FIELD_NUMBER: builtins.int OPENAPI_SCHEMA_FIELD_NUMBER: builtins.int DELETE_TIME_FIELD_NUMBER: builtins.int + PERMISSION_FIELD_NUMBER: builtins.int name: builtins.str """Pipeline resource name. It must have the format of "users/{user}/pipelines/*" """ uid: builtins.str @@ -313,14 +289,15 @@ class Pipeline(google.protobuf.message.Message): @property def update_time(self) -> google.protobuf.timestamp_pb2.Timestamp: """Pipeline update time""" - visibility: global___Visibility.ValueType - """Visibility""" @property def openapi_schema(self) -> google.protobuf.struct_pb2.Struct: """OpenAPI schema""" @property def delete_time(self) -> google.protobuf.timestamp_pb2.Timestamp: """Pipeline delete time""" + @property + def permission(self) -> vdp.pipeline.v1alpha.common_pb2.Permission: + """Pipeline permission""" def __init__( self, *, @@ -333,12 +310,12 @@ class Pipeline(google.protobuf.message.Message): org: builtins.str = ..., create_time: google.protobuf.timestamp_pb2.Timestamp | None = ..., update_time: google.protobuf.timestamp_pb2.Timestamp | None = ..., - visibility: global___Visibility.ValueType = ..., openapi_schema: google.protobuf.struct_pb2.Struct | None = ..., delete_time: google.protobuf.timestamp_pb2.Timestamp | None = ..., + permission: vdp.pipeline.v1alpha.common_pb2.Permission | None = ..., ) -> None: ... - def HasField(self, field_name: typing_extensions.Literal["_description", b"_description", "create_time", b"create_time", "delete_time", b"delete_time", "description", b"description", "openapi_schema", b"openapi_schema", "org", b"org", "owner", b"owner", "recipe", b"recipe", "update_time", b"update_time", "user", b"user"]) -> builtins.bool: ... - def ClearField(self, field_name: typing_extensions.Literal["_description", b"_description", "create_time", b"create_time", "delete_time", b"delete_time", "description", b"description", "id", b"id", "name", b"name", "openapi_schema", b"openapi_schema", "org", b"org", "owner", b"owner", "recipe", b"recipe", "uid", b"uid", "update_time", b"update_time", "user", b"user", "visibility", b"visibility"]) -> None: ... + def HasField(self, field_name: typing_extensions.Literal["_description", b"_description", "create_time", b"create_time", "delete_time", b"delete_time", "description", b"description", "openapi_schema", b"openapi_schema", "org", b"org", "owner", b"owner", "permission", b"permission", "recipe", b"recipe", "update_time", b"update_time", "user", b"user"]) -> builtins.bool: ... + def ClearField(self, field_name: typing_extensions.Literal["_description", b"_description", "create_time", b"create_time", "delete_time", b"delete_time", "description", b"description", "id", b"id", "name", b"name", "openapi_schema", b"openapi_schema", "org", b"org", "owner", b"owner", "permission", b"permission", "recipe", b"recipe", "uid", b"uid", "update_time", b"update_time", "user", b"user"]) -> None: ... @typing.overload def WhichOneof(self, oneof_group: typing_extensions.Literal["_description", b"_description"]) -> typing_extensions.Literal["description"] | None: ... @typing.overload @@ -434,7 +411,6 @@ class PipelineRelease(google.protobuf.message.Message): RECIPE_FIELD_NUMBER: builtins.int CREATE_TIME_FIELD_NUMBER: builtins.int UPDATE_TIME_FIELD_NUMBER: builtins.int - VISIBILITY_FIELD_NUMBER: builtins.int OPENAPI_SCHEMA_FIELD_NUMBER: builtins.int DELETE_TIME_FIELD_NUMBER: builtins.int name: builtins.str @@ -456,8 +432,6 @@ class PipelineRelease(google.protobuf.message.Message): @property def update_time(self) -> google.protobuf.timestamp_pb2.Timestamp: """Pipeline update time""" - visibility: global___Visibility.ValueType - """Visibility""" @property def openapi_schema(self) -> google.protobuf.struct_pb2.Struct: """OpenAPI schema""" @@ -474,12 +448,11 @@ class PipelineRelease(google.protobuf.message.Message): recipe: global___Recipe | None = ..., create_time: google.protobuf.timestamp_pb2.Timestamp | None = ..., update_time: google.protobuf.timestamp_pb2.Timestamp | None = ..., - visibility: global___Visibility.ValueType = ..., openapi_schema: google.protobuf.struct_pb2.Struct | None = ..., delete_time: google.protobuf.timestamp_pb2.Timestamp | None = ..., ) -> None: ... def HasField(self, field_name: typing_extensions.Literal["_description", b"_description", "create_time", b"create_time", "delete_time", b"delete_time", "description", b"description", "openapi_schema", b"openapi_schema", "recipe", b"recipe", "update_time", b"update_time"]) -> builtins.bool: ... - def ClearField(self, field_name: typing_extensions.Literal["_description", b"_description", "create_time", b"create_time", "delete_time", b"delete_time", "description", b"description", "id", b"id", "name", b"name", "openapi_schema", b"openapi_schema", "recipe", b"recipe", "uid", b"uid", "update_time", b"update_time", "visibility", b"visibility"]) -> None: ... + def ClearField(self, field_name: typing_extensions.Literal["_description", b"_description", "create_time", b"create_time", "delete_time", b"delete_time", "description", b"description", "id", b"id", "name", b"name", "openapi_schema", b"openapi_schema", "recipe", b"recipe", "uid", b"uid", "update_time", b"update_time"]) -> None: ... def WhichOneof(self, oneof_group: typing_extensions.Literal["_description", b"_description"]) -> typing_extensions.Literal["description"] | None: ... global___PipelineRelease = PipelineRelease