google-cloud-vision_ai-v1 0.a → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +12 -0
- data/AUTHENTICATION.md +122 -0
- data/README.md +144 -8
- data/lib/google/cloud/vision_ai/v1/app_platform/client.rb +3318 -0
- data/lib/google/cloud/vision_ai/v1/app_platform/credentials.rb +47 -0
- data/lib/google/cloud/vision_ai/v1/app_platform/operations.rb +809 -0
- data/lib/google/cloud/vision_ai/v1/app_platform/paths.rb +151 -0
- data/lib/google/cloud/vision_ai/v1/app_platform/rest/client.rb +3106 -0
- data/lib/google/cloud/vision_ai/v1/app_platform/rest/operations.rb +951 -0
- data/lib/google/cloud/vision_ai/v1/app_platform/rest/service_stub.rb +1618 -0
- data/lib/google/cloud/vision_ai/v1/app_platform/rest.rb +53 -0
- data/lib/google/cloud/vision_ai/v1/app_platform.rb +56 -0
- data/lib/google/cloud/vision_ai/v1/health_check_service/client.rb +456 -0
- data/lib/google/cloud/vision_ai/v1/health_check_service/credentials.rb +47 -0
- data/lib/google/cloud/vision_ai/v1/health_check_service/paths.rb +52 -0
- data/lib/google/cloud/vision_ai/v1/health_check_service/rest/client.rb +423 -0
- data/lib/google/cloud/vision_ai/v1/health_check_service/rest/service_stub.rb +128 -0
- data/lib/google/cloud/vision_ai/v1/health_check_service/rest.rb +53 -0
- data/lib/google/cloud/vision_ai/v1/health_check_service.rb +56 -0
- data/lib/google/cloud/vision_ai/v1/live_video_analytics/client.rb +2375 -0
- data/lib/google/cloud/vision_ai/v1/live_video_analytics/credentials.rb +47 -0
- data/lib/google/cloud/vision_ai/v1/live_video_analytics/operations.rb +809 -0
- data/lib/google/cloud/vision_ai/v1/live_video_analytics/paths.rb +130 -0
- data/lib/google/cloud/vision_ai/v1/live_video_analytics/rest/client.rb +2220 -0
- data/lib/google/cloud/vision_ai/v1/live_video_analytics/rest/operations.rb +951 -0
- data/lib/google/cloud/vision_ai/v1/live_video_analytics/rest/service_stub.rb +1139 -0
- data/lib/google/cloud/vision_ai/v1/live_video_analytics/rest.rb +54 -0
- data/lib/google/cloud/vision_ai/v1/live_video_analytics.rb +57 -0
- data/lib/google/cloud/vision_ai/v1/rest.rb +42 -0
- data/lib/google/cloud/vision_ai/v1/streaming_service/client.rb +915 -0
- data/lib/google/cloud/vision_ai/v1/streaming_service/credentials.rb +47 -0
- data/lib/google/cloud/vision_ai/v1/streaming_service/paths.rb +54 -0
- data/lib/google/cloud/vision_ai/v1/streaming_service/rest/client.rb +610 -0
- data/lib/google/cloud/vision_ai/v1/streaming_service/rest/service_stub.rb +249 -0
- data/lib/google/cloud/vision_ai/v1/streaming_service/rest.rb +52 -0
- data/lib/google/cloud/vision_ai/v1/streaming_service.rb +55 -0
- data/lib/google/cloud/vision_ai/v1/streams_service/client.rb +2931 -0
- data/lib/google/cloud/vision_ai/v1/streams_service/credentials.rb +47 -0
- data/lib/google/cloud/vision_ai/v1/streams_service/operations.rb +809 -0
- data/lib/google/cloud/vision_ai/v1/streams_service/paths.rb +153 -0
- data/lib/google/cloud/vision_ai/v1/streams_service/rest/client.rb +2740 -0
- data/lib/google/cloud/vision_ai/v1/streams_service/rest/operations.rb +951 -0
- data/lib/google/cloud/vision_ai/v1/streams_service/rest/service_stub.rb +1437 -0
- data/lib/google/cloud/vision_ai/v1/streams_service/rest.rb +56 -0
- data/lib/google/cloud/vision_ai/v1/streams_service.rb +59 -0
- data/lib/google/cloud/vision_ai/v1/version.rb +8 -3
- data/lib/google/cloud/vision_ai/v1/warehouse/client.rb +6957 -0
- data/lib/google/cloud/vision_ai/v1/warehouse/credentials.rb +47 -0
- data/lib/google/cloud/vision_ai/v1/warehouse/operations.rb +809 -0
- data/lib/google/cloud/vision_ai/v1/warehouse/paths.rb +237 -0
- data/lib/google/cloud/vision_ai/v1/warehouse/rest/client.rb +6402 -0
- data/lib/google/cloud/vision_ai/v1/warehouse/rest/operations.rb +951 -0
- data/lib/google/cloud/vision_ai/v1/warehouse/rest/service_stub.rb +3760 -0
- data/lib/google/cloud/vision_ai/v1/warehouse/rest.rb +53 -0
- data/lib/google/cloud/vision_ai/v1/warehouse.rb +56 -0
- data/lib/google/cloud/vision_ai/v1.rb +50 -0
- data/lib/google/cloud/visionai/v1/annotations_pb.rb +90 -0
- data/lib/google/cloud/visionai/v1/common_pb.rb +50 -0
- data/lib/google/cloud/visionai/v1/health_service_pb.rb +48 -0
- data/lib/google/cloud/visionai/v1/health_service_services_pb.rb +46 -0
- data/lib/google/cloud/visionai/v1/lva_pb.rb +54 -0
- data/lib/google/cloud/visionai/v1/lva_resources_pb.rb +51 -0
- data/lib/google/cloud/visionai/v1/lva_service_pb.rb +80 -0
- data/lib/google/cloud/visionai/v1/lva_service_services_pb.rb +81 -0
- data/lib/google/cloud/visionai/v1/platform_pb.rb +162 -0
- data/lib/google/cloud/visionai/v1/platform_services_pb.rb +111 -0
- data/lib/google/cloud/visionai/v1/streaming_resources_pb.rb +58 -0
- data/lib/google/cloud/visionai/v1/streaming_service_pb.rb +71 -0
- data/lib/google/cloud/visionai/v1/streaming_service_services_pb.rb +55 -0
- data/lib/google/cloud/visionai/v1/streams_resources_pb.rb +53 -0
- data/lib/google/cloud/visionai/v1/streams_service_pb.rb +85 -0
- data/lib/google/cloud/visionai/v1/streams_service_services_pb.rb +92 -0
- data/lib/google/cloud/visionai/v1/warehouse_pb.rb +250 -0
- data/lib/google/cloud/visionai/v1/warehouse_services_pb.rb +227 -0
- data/lib/google-cloud-vision_ai-v1.rb +21 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/client.rb +403 -0
- data/proto_docs/google/api/field_behavior.rb +85 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/api/resource.rb +227 -0
- data/proto_docs/google/cloud/visionai/v1/annotations.rb +787 -0
- data/proto_docs/google/cloud/visionai/v1/common.rb +134 -0
- data/proto_docs/google/cloud/visionai/v1/health_service.rb +61 -0
- data/proto_docs/google/cloud/visionai/v1/lva.rb +345 -0
- data/proto_docs/google/cloud/visionai/v1/lva_resources.rb +167 -0
- data/proto_docs/google/cloud/visionai/v1/lva_service.rb +543 -0
- data/proto_docs/google/cloud/visionai/v1/platform.rb +2228 -0
- data/proto_docs/google/cloud/visionai/v1/streaming_resources.rb +178 -0
- data/proto_docs/google/cloud/visionai/v1/streaming_service.rb +393 -0
- data/proto_docs/google/cloud/visionai/v1/streams_resources.rb +229 -0
- data/proto_docs/google/cloud/visionai/v1/streams_service.rb +644 -0
- data/proto_docs/google/cloud/visionai/v1/warehouse.rb +3002 -0
- data/proto_docs/google/longrunning/operations.rb +164 -0
- data/proto_docs/google/protobuf/any.rb +145 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/empty.rb +34 -0
- data/proto_docs/google/protobuf/field_mask.rb +229 -0
- data/proto_docs/google/protobuf/struct.rb +96 -0
- data/proto_docs/google/protobuf/timestamp.rb +127 -0
- data/proto_docs/google/rpc/status.rb +48 -0
- data/proto_docs/google/type/datetime.rb +99 -0
- data/proto_docs/google/type/expr.rb +75 -0
- metadata +183 -10
@@ -0,0 +1,80 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: google/cloud/visionai/v1/lva_service.proto
|
4
|
+
|
5
|
+
require 'google/protobuf'
|
6
|
+
|
7
|
+
require 'google/api/annotations_pb'
|
8
|
+
require 'google/api/client_pb'
|
9
|
+
require 'google/api/field_behavior_pb'
|
10
|
+
require 'google/api/resource_pb'
|
11
|
+
require 'google/cloud/visionai/v1/common_pb'
|
12
|
+
require 'google/cloud/visionai/v1/lva_resources_pb'
|
13
|
+
require 'google/longrunning/operations_pb'
|
14
|
+
require 'google/protobuf/empty_pb'
|
15
|
+
require 'google/protobuf/field_mask_pb'
|
16
|
+
|
17
|
+
|
18
|
+
descriptor_data = "\n*google/cloud/visionai/v1/lva_service.proto\x12\x18google.cloud.visionai.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a%google/cloud/visionai/v1/common.proto\x1a,google/cloud/visionai/v1/lva_resources.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\"\x9a\x01\n\x14ListOperatorsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"|\n\x15ListOperatorsResponse\x12\x35\n\toperators\x18\x01 \x03(\x0b\x32\".google.cloud.visionai.v1.Operator\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"L\n\x12GetOperatorRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n visionai.googleapis.com/Operator\"\xc0\x01\n\x15\x43reateOperatorRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x18\n\x0boperator_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x39\n\x08operator\x18\x03 \x01(\x0b\x32\".google.cloud.visionai.v1.OperatorB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xa1\x01\n\x15UpdateOperatorRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x39\n\x08operator\x18\x02 \x01(\x0b\x32\".google.cloud.visionai.v1.OperatorB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"h\n\x15\x44\x65leteOperatorRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n visionai.googleapis.com/Operator\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\x97\x01\n\x13ListAnalysesRequest\x12\x37\n\x06parent\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1fvisionai.googleapis.com/Cluster\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"z\n\x14ListAnalysesResponse\x12\x34\n\x08\x61nalyses\x18\x01 \x03(\x0b\x32\".google.cloud.visionai.v1.Analysis\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"L\n\x12GetAnalysisRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n visionai.googleapis.com/Analysis\"\xbe\x01\n\x15\x43reateAnalysisRequest\x12\x37\n\x06parent\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1fvisionai.googleapis.com/Cluster\x12\x18\n\x0b\x61nalysis_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x39\n\x08\x61nalysis\x18\x03 \x01(\x0b\x32\".google.cloud.visionai.v1.AnalysisB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xa1\x01\n\x15UpdateAnalysisRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x39\n\x08\x61nalysis\x18\x02 \x01(\x0b\x32\".google.cloud.visionai.v1.AnalysisB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"h\n\x15\x44\x65leteAnalysisRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n visionai.googleapis.com/Analysis\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\x98\x01\n\x14ListProcessesRequest\x12\x37\n\x06parent\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1fvisionai.googleapis.com/Cluster\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"{\n\x15ListProcessesResponse\x12\x34\n\tprocesses\x18\x01 \x03(\x0b\x32!.google.cloud.visionai.v1.Process\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"J\n\x11GetProcessRequest\x12\x35\n\x04name\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1fvisionai.googleapis.com/Process\"\xba\x01\n\x14\x43reateProcessRequest\x12\x37\n\x06parent\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1fvisionai.googleapis.com/Cluster\x12\x17\n\nprocess_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x37\n\x07process\x18\x03 \x01(\x0b\x32!.google.cloud.visionai.v1.ProcessB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\x9e\x01\n\x14UpdateProcessRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x37\n\x07process\x18\x02 \x01(\x0b\x32!.google.cloud.visionai.v1.ProcessB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"f\n\x14\x44\x65leteProcessRequest\x12\x35\n\x04name\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1fvisionai.googleapis.com/Process\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\xd1\x02\n\x16\x42\x61tchRunProcessRequest\x12\x37\n\x06parent\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1fvisionai.googleapis.com/Cluster\x12\x45\n\x08requests\x18\x02 \x03(\x0b\x32..google.cloud.visionai.v1.CreateProcessRequestB\x03\xe0\x41\x02\x12]\n\x07options\x18\x03 \x01(\x0b\x32G.google.cloud.visionai.v1.BatchRunProcessRequest.BatchRunProcessOptionsB\x03\xe0\x41\x01\x12\x15\n\x08\x62\x61tch_id\x18\x04 \x01(\tB\x03\xe0\x41\x03\x1a\x41\n\x16\x42\x61tchRunProcessOptions\x12\x13\n\x0bretry_count\x18\x01 \x01(\x05\x12\x12\n\nbatch_size\x18\x02 \x01(\x05\"a\n\x17\x42\x61tchRunProcessResponse\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\t\x12\x34\n\tprocesses\x18\x02 \x03(\x0b\x32!.google.cloud.visionai.v1.Process\"\x96\x01\n\x1aResolveOperatorInfoRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12=\n\x07queries\x18\x02 \x03(\x0b\x32\'.google.cloud.visionai.v1.OperatorQueryB\x03\xe0\x41\x02\"s\n\rOperatorQuery\x12\x15\n\x08operator\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x10\n\x03tag\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x39\n\x08registry\x18\x03 \x01(\x0e\x32\".google.cloud.visionai.v1.RegistryB\x03\xe0\x41\x01\"T\n\x1bResolveOperatorInfoResponse\x12\x35\n\toperators\x18\x01 \x03(\x0b\x32\".google.cloud.visionai.v1.Operator\"\xa0\x01\n\x1aListPublicOperatorsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"m\n\x1bListPublicOperatorsResponse\x12\x35\n\toperators\x18\x01 \x03(\x0b\x32\".google.cloud.visionai.v1.Operator\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t*=\n\x08Registry\x12\x18\n\x14REGISTRY_UNSPECIFIED\x10\x00\x12\n\n\x06PUBLIC\x10\x01\x12\x0b\n\x07PRIVATE\x10\x02\x32\x8d\x1e\n\x12LiveVideoAnalytics\x12\xcc\x01\n\x13ListPublicOperators\x12\x34.google.cloud.visionai.v1.ListPublicOperatorsRequest\x1a\x35.google.cloud.visionai.v1.ListPublicOperatorsResponse\"H\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x39\x12\x37/v1/{parent=projects/*/locations/*}:listPublicOperators\x12\xd7\x01\n\x13ResolveOperatorInfo\x12\x34.google.cloud.visionai.v1.ResolveOperatorInfoRequest\x1a\x35.google.cloud.visionai.v1.ResolveOperatorInfoResponse\"S\xda\x41\x0eparent,queries\x82\xd3\xe4\x93\x02<\"7/v1/{parent=projects/*/locations/*}:resolveOperatorInfo:\x01*\x12\xb0\x01\n\rListOperators\x12..google.cloud.visionai.v1.ListOperatorsRequest\x1a/.google.cloud.visionai.v1.ListOperatorsResponse\">\xda\x41\x06parent\x82\xd3\xe4\x93\x02/\x12-/v1/{parent=projects/*/locations/*}/operators\x12\x9d\x01\n\x0bGetOperator\x12,.google.cloud.visionai.v1.GetOperatorRequest\x1a\".google.cloud.visionai.v1.Operator\"<\xda\x41\x04name\x82\xd3\xe4\x93\x02/\x12-/v1/{name=projects/*/locations/*/operators/*}\x12\xdf\x01\n\x0e\x43reateOperator\x12/.google.cloud.visionai.v1.CreateOperatorRequest\x1a\x1d.google.longrunning.Operation\"}\xca\x41\x1d\n\x08Operator\x12\x11OperationMetadata\xda\x41\x1bparent,operator,operator_id\x82\xd3\xe4\x93\x02\x39\"-/v1/{parent=projects/*/locations/*}/operators:\x08operator\x12\xe1\x01\n\x0eUpdateOperator\x12/.google.cloud.visionai.v1.UpdateOperatorRequest\x1a\x1d.google.longrunning.Operation\"\x7f\xca\x41\x1d\n\x08Operator\x12\x11OperationMetadata\xda\x41\x14operator,update_mask\x82\xd3\xe4\x93\x02\x42\x32\x36/v1/{operator.name=projects/*/locations/*/operators/*}:\x08operator\x12\xcb\x01\n\x0e\x44\x65leteOperator\x12/.google.cloud.visionai.v1.DeleteOperatorRequest\x1a\x1d.google.longrunning.Operation\"i\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02/*-/v1/{name=projects/*/locations/*/operators/*}\x12\xb7\x01\n\x0cListAnalyses\x12-.google.cloud.visionai.v1.ListAnalysesRequest\x1a..google.cloud.visionai.v1.ListAnalysesResponse\"H\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x39\x12\x37/v1/{parent=projects/*/locations/*/clusters/*}/analyses\x12\xa7\x01\n\x0bGetAnalysis\x12,.google.cloud.visionai.v1.GetAnalysisRequest\x1a\".google.cloud.visionai.v1.Analysis\"F\xda\x41\x04name\x82\xd3\xe4\x93\x02\x39\x12\x37/v1/{name=projects/*/locations/*/clusters/*/analyses/*}\x12\xea\x01\n\x0e\x43reateAnalysis\x12/.google.cloud.visionai.v1.CreateAnalysisRequest\x1a\x1d.google.longrunning.Operation\"\x87\x01\xca\x41\x1d\n\x08\x41nalysis\x12\x11OperationMetadata\xda\x41\x1bparent,analysis,analysis_id\x82\xd3\xe4\x93\x02\x43\"7/v1/{parent=projects/*/locations/*/clusters/*}/analyses:\x08\x61nalysis\x12\xec\x01\n\x0eUpdateAnalysis\x12/.google.cloud.visionai.v1.UpdateAnalysisRequest\x1a\x1d.google.longrunning.Operation\"\x89\x01\xca\x41\x1d\n\x08\x41nalysis\x12\x11OperationMetadata\xda\x41\x14\x61nalysis,update_mask\x82\xd3\xe4\x93\x02L2@/v1/{analysis.name=projects/*/locations/*/clusters/*/analyses/*}:\x08\x61nalysis\x12\xd5\x01\n\x0e\x44\x65leteAnalysis\x12/.google.cloud.visionai.v1.DeleteAnalysisRequest\x1a\x1d.google.longrunning.Operation\"s\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x39*7/v1/{name=projects/*/locations/*/clusters/*/analyses/*}\x12\xbb\x01\n\rListProcesses\x12..google.cloud.visionai.v1.ListProcessesRequest\x1a/.google.cloud.visionai.v1.ListProcessesResponse\"I\xda\x41\x06parent\x82\xd3\xe4\x93\x02:\x12\x38/v1/{parent=projects/*/locations/*/clusters/*}/processes\x12\xa5\x01\n\nGetProcess\x12+.google.cloud.visionai.v1.GetProcessRequest\x1a!.google.cloud.visionai.v1.Process\"G\xda\x41\x04name\x82\xd3\xe4\x93\x02:\x12\x38/v1/{name=projects/*/locations/*/clusters/*/processes/*}\x12\xe5\x01\n\rCreateProcess\x12..google.cloud.visionai.v1.CreateProcessRequest\x1a\x1d.google.longrunning.Operation\"\x84\x01\xca\x41\x1c\n\x07Process\x12\x11OperationMetadata\xda\x41\x19parent,process,process_id\x82\xd3\xe4\x93\x02\x43\"8/v1/{parent=projects/*/locations/*/clusters/*}/processes:\x07process\x12\xe7\x01\n\rUpdateProcess\x12..google.cloud.visionai.v1.UpdateProcessRequest\x1a\x1d.google.longrunning.Operation\"\x86\x01\xca\x41\x1c\n\x07Process\x12\x11OperationMetadata\xda\x41\x13process,update_mask\x82\xd3\xe4\x93\x02K2@/v1/{process.name=projects/*/locations/*/clusters/*/processes/*}:\x07process\x12\xd4\x01\n\rDeleteProcess\x12..google.cloud.visionai.v1.DeleteProcessRequest\x1a\x1d.google.longrunning.Operation\"t\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02:*8/v1/{name=projects/*/locations/*/clusters/*/processes/*}\x12\xf2\x01\n\x0f\x42\x61tchRunProcess\x12\x30.google.cloud.visionai.v1.BatchRunProcessRequest\x1a\x1d.google.longrunning.Operation\"\x8d\x01\xca\x41,\n\x17\x42\x61tchRunProcessResponse\x12\x11OperationMetadata\xda\x41\x0fparent,requests\x82\xd3\xe4\x93\x02\x46\"A/v1/{parent=projects/*/locations/*/clusters/*}/processes:batchRun:\x01*\x1aK\xca\x41\x17visionai.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xbf\x01\n\x1c\x63om.google.cloud.visionai.v1B\x0fLvaServiceProtoP\x01Z8cloud.google.com/go/visionai/apiv1/visionaipb;visionaipb\xaa\x02\x18Google.Cloud.VisionAI.V1\xca\x02\x18Google\\Cloud\\VisionAI\\V1\xea\x02\x1bGoogle::Cloud::VisionAI::V1b\x06proto3"
|
19
|
+
|
20
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
21
|
+
|
22
|
+
begin
|
23
|
+
pool.add_serialized_file(descriptor_data)
|
24
|
+
rescue TypeError
|
25
|
+
# Compatibility code: will be removed in the next major version.
|
26
|
+
require 'google/protobuf/descriptor_pb'
|
27
|
+
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
28
|
+
parsed.clear_dependency
|
29
|
+
serialized = parsed.class.encode(parsed)
|
30
|
+
file = pool.add_serialized_file(serialized)
|
31
|
+
warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
|
32
|
+
imports = [
|
33
|
+
["google.cloud.visionai.v1.Operator", "google/cloud/visionai/v1/lva_resources.proto"],
|
34
|
+
["google.protobuf.FieldMask", "google/protobuf/field_mask.proto"],
|
35
|
+
]
|
36
|
+
imports.each do |type_name, expected_filename|
|
37
|
+
import_file = pool.lookup(type_name).file_descriptor
|
38
|
+
if import_file.name != expected_filename
|
39
|
+
warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
|
40
|
+
end
|
41
|
+
end
|
42
|
+
warn "Each proto file must use a consistent fully-qualified name."
|
43
|
+
warn "This will become an error in the next major version."
|
44
|
+
end
|
45
|
+
|
46
|
+
module Google
|
47
|
+
module Cloud
|
48
|
+
module VisionAI
|
49
|
+
module V1
|
50
|
+
ListOperatorsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListOperatorsRequest").msgclass
|
51
|
+
ListOperatorsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListOperatorsResponse").msgclass
|
52
|
+
GetOperatorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.GetOperatorRequest").msgclass
|
53
|
+
CreateOperatorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.CreateOperatorRequest").msgclass
|
54
|
+
UpdateOperatorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.UpdateOperatorRequest").msgclass
|
55
|
+
DeleteOperatorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.DeleteOperatorRequest").msgclass
|
56
|
+
ListAnalysesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListAnalysesRequest").msgclass
|
57
|
+
ListAnalysesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListAnalysesResponse").msgclass
|
58
|
+
GetAnalysisRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.GetAnalysisRequest").msgclass
|
59
|
+
CreateAnalysisRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.CreateAnalysisRequest").msgclass
|
60
|
+
UpdateAnalysisRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.UpdateAnalysisRequest").msgclass
|
61
|
+
DeleteAnalysisRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.DeleteAnalysisRequest").msgclass
|
62
|
+
ListProcessesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListProcessesRequest").msgclass
|
63
|
+
ListProcessesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListProcessesResponse").msgclass
|
64
|
+
GetProcessRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.GetProcessRequest").msgclass
|
65
|
+
CreateProcessRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.CreateProcessRequest").msgclass
|
66
|
+
UpdateProcessRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.UpdateProcessRequest").msgclass
|
67
|
+
DeleteProcessRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.DeleteProcessRequest").msgclass
|
68
|
+
BatchRunProcessRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.BatchRunProcessRequest").msgclass
|
69
|
+
BatchRunProcessRequest::BatchRunProcessOptions = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.BatchRunProcessRequest.BatchRunProcessOptions").msgclass
|
70
|
+
BatchRunProcessResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.BatchRunProcessResponse").msgclass
|
71
|
+
ResolveOperatorInfoRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ResolveOperatorInfoRequest").msgclass
|
72
|
+
OperatorQuery = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.OperatorQuery").msgclass
|
73
|
+
ResolveOperatorInfoResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ResolveOperatorInfoResponse").msgclass
|
74
|
+
ListPublicOperatorsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListPublicOperatorsRequest").msgclass
|
75
|
+
ListPublicOperatorsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListPublicOperatorsResponse").msgclass
|
76
|
+
Registry = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Registry").enummodule
|
77
|
+
end
|
78
|
+
end
|
79
|
+
end
|
80
|
+
end
|
@@ -0,0 +1,81 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# Source: google/cloud/visionai/v1/lva_service.proto for package 'Google.Cloud.VisionAI.V1'
|
3
|
+
# Original file comments:
|
4
|
+
# Copyright 2024 Google LLC
|
5
|
+
#
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
7
|
+
# you may not use this file except in compliance with the License.
|
8
|
+
# You may obtain a copy of the License at
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
+
# See the License for the specific language governing permissions and
|
16
|
+
# limitations under the License.
|
17
|
+
#
|
18
|
+
|
19
|
+
require 'grpc'
|
20
|
+
require 'google/cloud/visionai/v1/lva_service_pb'
|
21
|
+
|
22
|
+
module Google
|
23
|
+
module Cloud
|
24
|
+
module VisionAI
|
25
|
+
module V1
|
26
|
+
module LiveVideoAnalytics
|
27
|
+
# Service describing handlers for resources. The service enables clients to run
|
28
|
+
# Live Video Analytics (LVA) on the streaming inputs.
|
29
|
+
class Service
|
30
|
+
|
31
|
+
include ::GRPC::GenericService
|
32
|
+
|
33
|
+
self.marshal_class_method = :encode
|
34
|
+
self.unmarshal_class_method = :decode
|
35
|
+
self.service_name = 'google.cloud.visionai.v1.LiveVideoAnalytics'
|
36
|
+
|
37
|
+
# ListPublicOperators returns all the operators in public registry.
|
38
|
+
rpc :ListPublicOperators, ::Google::Cloud::VisionAI::V1::ListPublicOperatorsRequest, ::Google::Cloud::VisionAI::V1::ListPublicOperatorsResponse
|
39
|
+
# ResolveOperatorInfo returns the operator information based on the request.
|
40
|
+
rpc :ResolveOperatorInfo, ::Google::Cloud::VisionAI::V1::ResolveOperatorInfoRequest, ::Google::Cloud::VisionAI::V1::ResolveOperatorInfoResponse
|
41
|
+
# Lists Operators in a given project and location.
|
42
|
+
rpc :ListOperators, ::Google::Cloud::VisionAI::V1::ListOperatorsRequest, ::Google::Cloud::VisionAI::V1::ListOperatorsResponse
|
43
|
+
# Gets details of a single Operator.
|
44
|
+
rpc :GetOperator, ::Google::Cloud::VisionAI::V1::GetOperatorRequest, ::Google::Cloud::VisionAI::V1::Operator
|
45
|
+
# Creates a new Operator in a given project and location.
|
46
|
+
rpc :CreateOperator, ::Google::Cloud::VisionAI::V1::CreateOperatorRequest, ::Google::Longrunning::Operation
|
47
|
+
# Updates the parameters of a single Operator.
|
48
|
+
rpc :UpdateOperator, ::Google::Cloud::VisionAI::V1::UpdateOperatorRequest, ::Google::Longrunning::Operation
|
49
|
+
# Deletes a single Operator.
|
50
|
+
rpc :DeleteOperator, ::Google::Cloud::VisionAI::V1::DeleteOperatorRequest, ::Google::Longrunning::Operation
|
51
|
+
# Lists Analyses in a given project and location.
|
52
|
+
rpc :ListAnalyses, ::Google::Cloud::VisionAI::V1::ListAnalysesRequest, ::Google::Cloud::VisionAI::V1::ListAnalysesResponse
|
53
|
+
# Gets details of a single Analysis.
|
54
|
+
rpc :GetAnalysis, ::Google::Cloud::VisionAI::V1::GetAnalysisRequest, ::Google::Cloud::VisionAI::V1::Analysis
|
55
|
+
# Creates a new Analysis in a given project and location.
|
56
|
+
rpc :CreateAnalysis, ::Google::Cloud::VisionAI::V1::CreateAnalysisRequest, ::Google::Longrunning::Operation
|
57
|
+
# Updates the parameters of a single Analysis.
|
58
|
+
rpc :UpdateAnalysis, ::Google::Cloud::VisionAI::V1::UpdateAnalysisRequest, ::Google::Longrunning::Operation
|
59
|
+
# Deletes a single Analysis.
|
60
|
+
rpc :DeleteAnalysis, ::Google::Cloud::VisionAI::V1::DeleteAnalysisRequest, ::Google::Longrunning::Operation
|
61
|
+
# Lists Processes in a given project and location.
|
62
|
+
rpc :ListProcesses, ::Google::Cloud::VisionAI::V1::ListProcessesRequest, ::Google::Cloud::VisionAI::V1::ListProcessesResponse
|
63
|
+
# Gets details of a single Process.
|
64
|
+
rpc :GetProcess, ::Google::Cloud::VisionAI::V1::GetProcessRequest, ::Google::Cloud::VisionAI::V1::Process
|
65
|
+
# Creates a new Process in a given project and location.
|
66
|
+
rpc :CreateProcess, ::Google::Cloud::VisionAI::V1::CreateProcessRequest, ::Google::Longrunning::Operation
|
67
|
+
# Updates the parameters of a single Process.
|
68
|
+
rpc :UpdateProcess, ::Google::Cloud::VisionAI::V1::UpdateProcessRequest, ::Google::Longrunning::Operation
|
69
|
+
# Deletes a single Process.
|
70
|
+
rpc :DeleteProcess, ::Google::Cloud::VisionAI::V1::DeleteProcessRequest, ::Google::Longrunning::Operation
|
71
|
+
# Run all of the processes to "completion". Max time for each process is
|
72
|
+
# the LRO time limit.
|
73
|
+
rpc :BatchRunProcess, ::Google::Cloud::VisionAI::V1::BatchRunProcessRequest, ::Google::Longrunning::Operation
|
74
|
+
end
|
75
|
+
|
76
|
+
Stub = Service.rpc_stub_class
|
77
|
+
end
|
78
|
+
end
|
79
|
+
end
|
80
|
+
end
|
81
|
+
end
|
@@ -0,0 +1,162 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: google/cloud/visionai/v1/platform.proto
|
4
|
+
|
5
|
+
require 'google/protobuf'
|
6
|
+
|
7
|
+
require 'google/api/annotations_pb'
|
8
|
+
require 'google/api/client_pb'
|
9
|
+
require 'google/api/field_behavior_pb'
|
10
|
+
require 'google/api/resource_pb'
|
11
|
+
require 'google/cloud/visionai/v1/annotations_pb'
|
12
|
+
require 'google/cloud/visionai/v1/common_pb'
|
13
|
+
require 'google/longrunning/operations_pb'
|
14
|
+
require 'google/protobuf/duration_pb'
|
15
|
+
require 'google/protobuf/empty_pb'
|
16
|
+
require 'google/protobuf/field_mask_pb'
|
17
|
+
require 'google/protobuf/struct_pb'
|
18
|
+
require 'google/protobuf/timestamp_pb'
|
19
|
+
|
20
|
+
|
21
|
+
descriptor_data = "\n\'google/cloud/visionai/v1/platform.proto\x12\x18google.cloud.visionai.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a*google/cloud/visionai/v1/annotations.proto\x1a%google/cloud/visionai/v1/common.proto\x1a#google/longrunning/operations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"$\n\"DeleteApplicationInstancesResponse\"$\n\"CreateApplicationInstancesResponse\"$\n\"UpdateApplicationInstancesResponse\"\xca\x01\n!CreateApplicationInstancesRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#visionai.googleapis.com/Application\x12Q\n\x15\x61pplication_instances\x18\x02 \x03(\x0b\x32-.google.cloud.visionai.v1.ApplicationInstanceB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xb7\x01\n!DeleteApplicationInstancesRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#visionai.googleapis.com/Application\x12>\n\x0cinstance_ids\x18\x02 \x03(\tB(\xe0\x41\x02\xfa\x41\"\n visionai.googleapis.com/Instance\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"\x1b\n\x19\x44\x65ployApplicationResponse\"\x1d\n\x1bUndeployApplicationResponse\"&\n$RemoveApplicationStreamInputResponse\"#\n!AddApplicationStreamInputResponse\"&\n$UpdateApplicationStreamInputResponse\"\x9f\x01\n\x17ListApplicationsRequest\x12;\n\x06parent\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\x12#visionai.googleapis.com/Application\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\x85\x01\n\x18ListApplicationsResponse\x12;\n\x0c\x61pplications\x18\x01 \x03(\x0b\x32%.google.cloud.visionai.v1.Application\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"R\n\x15GetApplicationRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#visionai.googleapis.com/Application\"\xce\x01\n\x18\x43reateApplicationRequest\x12;\n\x06parent\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\x12#visionai.googleapis.com/Application\x12\x1b\n\x0e\x61pplication_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12?\n\x0b\x61pplication\x18\x03 \x01(\x0b\x32%.google.cloud.visionai.v1.ApplicationB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xaa\x01\n\x18UpdateApplicationRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12?\n\x0b\x61pplication\x18\x02 \x01(\x0b\x32%.google.cloud.visionai.v1.ApplicationB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"\x82\x01\n\x18\x44\x65leteApplicationRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#visionai.googleapis.com/Application\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x12\n\x05\x66orce\x18\x03 \x01(\x08\x42\x03\xe0\x41\x01\"\xa5\x01\n\x18\x44\x65ployApplicationRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#visionai.googleapis.com/Application\x12\x15\n\rvalidate_only\x18\x02 \x01(\x08\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x1e\n\x11\x65nable_monitoring\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\"p\n\x1aUndeployApplicationRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#visionai.googleapis.com/Application\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"h\n\x16\x41pplicationStreamInput\x12N\n\x16stream_with_annotation\x18\x01 \x01(\x0b\x32..google.cloud.visionai.v1.StreamWithAnnotation\"\xcb\x01\n AddApplicationStreamInputRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#visionai.googleapis.com/Application\x12S\n\x19\x61pplication_stream_inputs\x18\x02 \x03(\x0b\x32\x30.google.cloud.visionai.v1.ApplicationStreamInput\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"\xe5\x01\n#UpdateApplicationStreamInputRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#visionai.googleapis.com/Application\x12S\n\x19\x61pplication_stream_inputs\x18\x02 \x03(\x0b\x32\x30.google.cloud.visionai.v1.ApplicationStreamInput\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\rallow_missing\x18\x04 \x01(\x08\"\xb2\x02\n#RemoveApplicationStreamInputRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#visionai.googleapis.com/Application\x12m\n\x14target_stream_inputs\x18\x02 \x03(\x0b\x32O.google.cloud.visionai.v1.RemoveApplicationStreamInputRequest.TargetStreamInput\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\x1aH\n\x11TargetStreamInput\x12\x33\n\x06stream\x18\x01 \x01(\tB#\xfa\x41 \n\x1evisionai.googleapis.com/Stream\"\x99\x01\n\x14ListInstancesRequest\x12\x38\n\x06parent\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\x12 visionai.googleapis.com/Instance\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"|\n\x15ListInstancesResponse\x12\x35\n\tinstances\x18\x01 \x03(\x0b\x32\".google.cloud.visionai.v1.Instance\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"L\n\x12GetInstanceRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n visionai.googleapis.com/Instance\"\x93\x01\n\x11ListDraftsRequest\x12\x35\n\x06parent\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\x12\x1dvisionai.googleapis.com/Draft\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"s\n\x12ListDraftsResponse\x12/\n\x06\x64rafts\x18\x01 \x03(\x0b\x32\x1f.google.cloud.visionai.v1.Draft\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"F\n\x0fGetDraftRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1dvisionai.googleapis.com/Draft\"\xb0\x01\n\x12\x43reateDraftRequest\x12\x35\n\x06parent\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\x12\x1dvisionai.googleapis.com/Draft\x12\x15\n\x08\x64raft_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x33\n\x05\x64raft\x18\x03 \x01(\x0b\x32\x1f.google.cloud.visionai.v1.DraftB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xaf\x01\n\x12UpdateDraftRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12\x33\n\x05\x64raft\x18\x02 \x01(\x0b\x32\x1f.google.cloud.visionai.v1.DraftB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\rallow_missing\x18\x04 \x01(\x08\"\xad\x03\n!UpdateApplicationInstancesRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#visionai.googleapis.com/Application\x12t\n\x15\x61pplication_instances\x18\x02 \x03(\x0b\x32U.google.cloud.visionai.v1.UpdateApplicationInstancesRequest.UpdateApplicationInstance\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\rallow_missing\x18\x04 \x01(\x08\x1a\xa6\x01\n\x19UpdateApplicationInstance\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12\x39\n\x08instance\x18\x02 \x01(\x0b\x32\".google.cloud.visionai.v1.InstanceB\x03\xe0\x41\x02\x12\x18\n\x0binstance_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\"b\n\x12\x44\x65leteDraftRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1dvisionai.googleapis.com/Draft\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\x9b\x01\n\x15ListProcessorsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!visionai.googleapis.com/Processor\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\x7f\n\x16ListProcessorsResponse\x12\x37\n\nprocessors\x18\x01 \x03(\x0b\x32#.google.cloud.visionai.v1.Processor\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"Z\n\x1dListPrebuiltProcessorsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!visionai.googleapis.com/Processor\"Y\n\x1eListPrebuiltProcessorsResponse\x12\x37\n\nprocessors\x18\x01 \x03(\x0b\x32#.google.cloud.visionai.v1.Processor\"N\n\x13GetProcessorRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!visionai.googleapis.com/Processor\"\xc4\x01\n\x16\x43reateProcessorRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!visionai.googleapis.com/Processor\x12\x19\n\x0cprocessor_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12;\n\tprocessor\x18\x03 \x01(\x0b\x32#.google.cloud.visionai.v1.ProcessorB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xa4\x01\n\x16UpdateProcessorRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12;\n\tprocessor\x18\x02 \x01(\x0b\x32#.google.cloud.visionai.v1.ProcessorB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"j\n\x16\x44\x65leteProcessorRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!visionai.googleapis.com/Processor\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\xda\n\n\x0b\x41pplication\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x41\n\x06labels\x18\x04 \x03(\x0b\x32\x31.google.cloud.visionai.v1.Application.LabelsEntry\x12\x19\n\x0c\x64isplay_name\x18\x05 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\x0b\x64\x65scription\x18\x06 \x01(\t\x12I\n\x13\x61pplication_configs\x18\x07 \x01(\x0b\x32,.google.cloud.visionai.v1.ApplicationConfigs\x12W\n\x0cruntime_info\x18\x08 \x01(\x0b\x32<.google.cloud.visionai.v1.Application.ApplicationRuntimeInfoB\x03\xe0\x41\x03\x12?\n\x05state\x18\t \x01(\x0e\x32+.google.cloud.visionai.v1.Application.StateB\x03\xe0\x41\x03\x12G\n\x0c\x62illing_mode\x18\x0c \x01(\x0e\x32\x31.google.cloud.visionai.v1.Application.BillingMode\x1a\xa1\x03\n\x16\x41pplicationRuntimeInfo\x12/\n\x0b\x64\x65ploy_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12r\n\x17global_output_resources\x18\x03 \x03(\x0b\x32Q.google.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResource\x12h\n\x11monitoring_config\x18\x04 \x01(\x0b\x32M.google.cloud.visionai.v1.Application.ApplicationRuntimeInfo.MonitoringConfig\x1aS\n\x14GlobalOutputResource\x12\x17\n\x0foutput_resource\x18\x01 \x01(\t\x12\x15\n\rproducer_node\x18\x02 \x01(\t\x12\x0b\n\x03key\x18\x03 \x01(\t\x1a#\n\x10MonitoringConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xa7\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x43REATED\x10\x01\x12\r\n\tDEPLOYING\x10\x02\x12\x0c\n\x08\x44\x45PLOYED\x10\x03\x12\x0f\n\x0bUNDEPLOYING\x10\x04\x12\x0b\n\x07\x44\x45LETED\x10\x05\x12\t\n\x05\x45RROR\x10\x06\x12\x0c\n\x08\x43REATING\x10\x07\x12\x0c\n\x08UPDATING\x10\x08\x12\x0c\n\x08\x44\x45LETING\x10\t\x12\n\n\x06\x46IXING\x10\n\"B\n\x0b\x42illingMode\x12\x1c\n\x18\x42ILLING_MODE_UNSPECIFIED\x10\x00\x12\x08\n\x04PAYG\x10\x01\x12\x0b\n\x07MONTHLY\x10\x02:o\xea\x41l\n#visionai.googleapis.com/Application\x12\x42projects/{project}/locations/{location}/applications/{application}R\x01\x01\"\x8a\x02\n\x12\x41pplicationConfigs\x12-\n\x05nodes\x18\x01 \x03(\x0b\x32\x1e.google.cloud.visionai.v1.Node\x12_\n\x15\x65vent_delivery_config\x18\x03 \x01(\x0b\x32@.google.cloud.visionai.v1.ApplicationConfigs.EventDeliveryConfig\x1a\x64\n\x13\x45ventDeliveryConfig\x12\x0f\n\x07\x63hannel\x18\x01 \x01(\t\x12<\n\x19minimal_delivery_interval\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\"\xe7\x02\n\x04Node\x12.\n$output_all_output_channels_to_stream\x18\x06 \x01(\x08H\x00\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12>\n\x0bnode_config\x18\x03 \x01(\x0b\x32).google.cloud.visionai.v1.ProcessorConfig\x12\x11\n\tprocessor\x18\x04 \x01(\t\x12\x39\n\x07parents\x18\x05 \x03(\x0b\x32(.google.cloud.visionai.v1.Node.InputEdge\x1a`\n\tInputEdge\x12\x13\n\x0bparent_node\x18\x01 \x01(\t\x12\x1d\n\x15parent_output_channel\x18\x02 \x01(\t\x12\x1f\n\x17\x63onnected_input_channel\x18\x03 \x01(\tB\x16\n\x14stream_output_config\"\xe8\x03\n\x05\x44raft\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12;\n\x06labels\x18\x03 \x03(\x0b\x32+.google.cloud.visionai.v1.Draft.LabelsEntry\x12\x19\n\x0c\x64isplay_name\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12O\n\x19\x64raft_application_configs\x18\x06 \x01(\x0b\x32,.google.cloud.visionai.v1.ApplicationConfigs\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:x\xea\x41u\n\x1dvisionai.googleapis.com/Draft\x12Qprojects/{project}/locations/{location}/applications/{application}/drafts/{draft}R\x01\x01\"\xd4\x0b\n\x08Instance\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12>\n\x06labels\x18\x03 \x03(\x0b\x32..google.cloud.visionai.v1.Instance.LabelsEntry\x12\x19\n\x0c\x64isplay_name\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12\x46\n\rinstance_type\x18\n \x01(\x0e\x32/.google.cloud.visionai.v1.Instance.InstanceType\x12I\n\x0finput_resources\x18\x06 \x03(\x0b\x32\x30.google.cloud.visionai.v1.Instance.InputResource\x12K\n\x10output_resources\x18\x07 \x03(\x0b\x32\x31.google.cloud.visionai.v1.Instance.OutputResource\x12\x37\n\x05state\x18\t \x01(\x0e\x32(.google.cloud.visionai.v1.Instance.State\x1a\xc9\x02\n\rInputResource\x12\x18\n\x0einput_resource\x18\x01 \x01(\tH\x00\x12N\n\x10\x61nnotated_stream\x18\x04 \x01(\x0b\x32..google.cloud.visionai.v1.StreamWithAnnotationB\x02\x18\x01H\x00\x12\x35\n\tdata_type\x18\x06 \x01(\x0e\x32\".google.cloud.visionai.v1.DataType\x12\x15\n\rconsumer_node\x18\x02 \x01(\t\x12\x1e\n\x16input_resource_binding\x18\x03 \x01(\t\x12\x42\n\x0b\x61nnotations\x18\x05 \x01(\x0b\x32-.google.cloud.visionai.v1.ResourceAnnotationsB\x1c\n\x1ainput_resource_information\x1a\x92\x01\n\x0eOutputResource\x12\x17\n\x0foutput_resource\x18\x01 \x01(\t\x12\x15\n\rproducer_node\x18\x02 \x01(\t\x12\x1f\n\x17output_resource_binding\x18\x04 \x01(\t\x12\x19\n\x0cis_temporary\x18\x03 \x01(\x08\x42\x03\xe0\x41\x03\x12\x14\n\x07\x61utogen\x18\x05 \x01(\x08\x42\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"t\n\x0cInstanceType\x12\x1d\n\x19INSTANCE_TYPE_UNSPECIFIED\x10\x00\x12\x18\n\x14STREAMING_PREDICTION\x10\x01\x12\x14\n\x10\x42\x41TCH_PREDICTION\x10\x02\x12\x15\n\x11ONLINE_PREDICTION\x10\x03\"\xb5\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0b\n\x07\x43REATED\x10\x02\x12\r\n\tDEPLOYING\x10\x03\x12\x0c\n\x08\x44\x45PLOYED\x10\x04\x12\x0f\n\x0bUNDEPLOYING\x10\x05\x12\x0b\n\x07\x44\x45LETED\x10\x06\x12\t\n\x05\x45RROR\x10\x07\x12\x0c\n\x08UPDATING\x10\x08\x12\x0c\n\x08\x44\x45LETING\x10\t\x12\n\n\x06\x46IXING\x10\n\x12\x0c\n\x08\x46INISHED\x10\x0b:\x81\x01\xea\x41~\n visionai.googleapis.com/Instance\x12Wprojects/{project}/locations/{location}/applications/{application}/instances/{instance}R\x01\x01\"j\n\x13\x41pplicationInstance\x12\x18\n\x0binstance_id\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x39\n\x08instance\x18\x02 \x01(\x0b\x32\".google.cloud.visionai.v1.InstanceB\x03\xe0\x41\x02\"\xbc\t\n\tProcessor\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12?\n\x06labels\x18\x04 \x03(\x0b\x32/.google.cloud.visionai.v1.Processor.LabelsEntry\x12\x19\n\x0c\x64isplay_name\x18\x05 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\x0b\x64\x65scription\x18\n \x01(\t\x12N\n\x0eprocessor_type\x18\x06 \x01(\x0e\x32\x31.google.cloud.visionai.v1.Processor.ProcessorTypeB\x03\xe0\x41\x03\x12\x37\n\nmodel_type\x18\r \x01(\x0e\x32#.google.cloud.visionai.v1.ModelType\x12Y\n\x1c\x63ustom_processor_source_info\x18\x07 \x01(\x0b\x32\x33.google.cloud.visionai.v1.CustomProcessorSourceInfo\x12\x46\n\x05state\x18\x08 \x01(\x0e\x32\x32.google.cloud.visionai.v1.Processor.ProcessorStateB\x03\xe0\x41\x03\x12I\n\x11processor_io_spec\x18\x0b \x01(\x0b\x32).google.cloud.visionai.v1.ProcessorIOSpecB\x03\xe0\x41\x03\x12\"\n\x15\x63onfiguration_typeurl\x18\x0e \x01(\tB\x03\xe0\x41\x03\x12W\n\x1asupported_annotation_types\x18\x0f \x03(\x0e\x32..google.cloud.visionai.v1.StreamAnnotationTypeB\x03\xe0\x41\x03\x12 \n\x18supports_post_processing\x18\x11 \x01(\x08\x12Q\n\x18supported_instance_types\x18\x12 \x03(\x0e\x32/.google.cloud.visionai.v1.Instance.InstanceType\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"Z\n\rProcessorType\x12\x1e\n\x1aPROCESSOR_TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nPRETRAINED\x10\x01\x12\n\n\x06\x43USTOM\x10\x02\x12\r\n\tCONNECTOR\x10\x03\"e\n\x0eProcessorState\x12\x1f\n\x1bPROCESSOR_STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\n\n\x06\x46\x41ILED\x10\x04:i\xea\x41\x66\n!visionai.googleapis.com/Processor\x12>projects/{project}/locations/{location}/processors/{processor}R\x01\x01\"\xd6\x07\n\x0fProcessorIOSpec\x12\x62\n\x19graph_input_channel_specs\x18\x03 \x03(\x0b\x32?.google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpec\x12\x64\n\x1agraph_output_channel_specs\x18\x04 \x03(\x0b\x32@.google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpec\x12y\n%instance_resource_input_binding_specs\x18\x05 \x03(\x0b\x32J.google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceInputBindingSpec\x12{\n&instance_resource_output_binding_specs\x18\x06 \x03(\x0b\x32K.google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpec\x1a\xaf\x01\n\x15GraphInputChannelSpec\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x35\n\tdata_type\x18\x02 \x01(\x0e\x32\".google.cloud.visionai.v1.DataType\x12\x1f\n\x17\x61\x63\x63\x65pted_data_type_uris\x18\x05 \x03(\t\x12\x10\n\x08required\x18\x03 \x01(\x08\x12\x1e\n\x16max_connection_allowed\x18\x04 \x01(\x03\x1at\n\x16GraphOutputChannelSpec\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x35\n\tdata_type\x18\x02 \x01(\x0e\x32\".google.cloud.visionai.v1.DataType\x12\x15\n\rdata_type_uri\x18\x03 \x01(\t\x1ay\n InstanceResourceInputBindingSpec\x12\x19\n\x0f\x63onfig_type_uri\x18\x02 \x01(\tH\x00\x12\x1b\n\x11resource_type_uri\x18\x03 \x01(\tH\x00\x12\x0c\n\x04name\x18\x01 \x01(\tB\x0f\n\rresource_type\x1a^\n!InstanceResourceOutputBindingSpec\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x19\n\x11resource_type_uri\x18\x02 \x01(\t\x12\x10\n\x08\x65xplicit\x18\x03 \x01(\x08\"\xa4\x07\n\x19\x43ustomProcessorSourceInfo\x12\x16\n\x0cvertex_model\x18\x02 \x01(\tH\x00\x12t\n\x1bproduct_recognizer_artifact\x18\x03 \x01(\x0b\x32M.google.cloud.visionai.v1.CustomProcessorSourceInfo.ProductRecognizerArtifactH\x00\x12S\n\x0bsource_type\x18\x01 \x01(\x0e\x32>.google.cloud.visionai.v1.CustomProcessorSourceInfo.SourceType\x12\x65\n\x0f\x61\x64\x64itional_info\x18\x04 \x03(\x0b\x32G.google.cloud.visionai.v1.CustomProcessorSourceInfo.AdditionalInfoEntryB\x03\xe0\x41\x03\x12U\n\x0cmodel_schema\x18\x05 \x01(\x0b\x32?.google.cloud.visionai.v1.CustomProcessorSourceInfo.ModelSchema\x1a\x65\n\x19ProductRecognizerArtifact\x12-\n retail_product_recognition_index\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x19\n\x0cvertex_model\x18\x02 \x01(\tB\x03\xe0\x41\x01\x1a\xcd\x01\n\x0bModelSchema\x12=\n\x10instances_schema\x18\x01 \x01(\x0b\x32#.google.cloud.visionai.v1.GcsSource\x12>\n\x11parameters_schema\x18\x02 \x01(\x0b\x32#.google.cloud.visionai.v1.GcsSource\x12?\n\x12predictions_schema\x18\x03 \x01(\x0b\x32#.google.cloud.visionai.v1.GcsSource\x1a\x35\n\x13\x41\x64\x64itionalInfoEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"g\n\nSourceType\x12\x1b\n\x17SOURCE_TYPE_UNSPECIFIED\x10\x00\x12\x11\n\rVERTEX_AUTOML\x10\x01\x12\x11\n\rVERTEX_CUSTOM\x10\x02\x12\x16\n\x12PRODUCT_RECOGNIZER\x10\x03\x42\x0f\n\rartifact_path\"\xd2\x0b\n\x0fProcessorConfig\x12U\n\x19video_stream_input_config\x18\t \x01(\x0b\x32\x30.google.cloud.visionai.v1.VideoStreamInputConfigH\x00\x12`\n\x1f\x61i_enabled_devices_input_config\x18\x14 \x01(\x0b\x32\x35.google.cloud.visionai.v1.AIEnabledDevicesInputConfigH\x00\x12P\n\x16media_warehouse_config\x18\n \x01(\x0b\x32..google.cloud.visionai.v1.MediaWarehouseConfigH\x00\x12H\n\x12person_blur_config\x18\x0b \x01(\x0b\x32*.google.cloud.visionai.v1.PersonBlurConfigH\x00\x12P\n\x16occupancy_count_config\x18\x0c \x01(\x0b\x32..google.cloud.visionai.v1.OccupancyCountConfigH\x00\x12\x61\n\x1fperson_vehicle_detection_config\x18\x0f \x01(\x0b\x32\x36.google.cloud.visionai.v1.PersonVehicleDetectionConfigH\x00\x12Y\n\x1bvertex_automl_vision_config\x18\r \x01(\x0b\x32\x32.google.cloud.visionai.v1.VertexAutoMLVisionConfigH\x00\x12W\n\x1avertex_automl_video_config\x18\x0e \x01(\x0b\x32\x31.google.cloud.visionai.v1.VertexAutoMLVideoConfigH\x00\x12L\n\x14vertex_custom_config\x18\x11 \x01(\x0b\x32,.google.cloud.visionai.v1.VertexCustomConfigH\x00\x12\x61\n\x1fgeneral_object_detection_config\x18\x12 \x01(\x0b\x32\x36.google.cloud.visionai.v1.GeneralObjectDetectionConfigH\x00\x12\x44\n\x10\x62ig_query_config\x18\x13 \x01(\x0b\x32(.google.cloud.visionai.v1.BigQueryConfigH\x00\x12\x46\n\x11gcs_output_config\x18\x1b \x01(\x0b\x32).google.cloud.visionai.v1.GcsOutputConfigH\x00\x12V\n\x19product_recognizer_config\x18\x15 \x01(\x0b\x32\x31.google.cloud.visionai.v1.ProductRecognizerConfigH\x00\x12~\n.personal_protective_equipment_detection_config\x18\x16 \x01(\x0b\x32\x44.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionConfigH\x00\x12N\n\x15tag_recognizer_config\x18\x19 \x01(\x0b\x32-.google.cloud.visionai.v1.TagRecognizerConfigH\x00\x12P\n\x16universal_input_config\x18\x1c \x01(\x0b\x32..google.cloud.visionai.v1.UniversalInputConfigH\x00\x12\x34\n\x13\x65xperimental_config\x18\x1a \x01(\x0b\x32\x17.google.protobuf.StructB\x12\n\x10processor_config\"\xd2\x02\n\x14StreamWithAnnotation\x12\x33\n\x06stream\x18\x01 \x01(\tB#\xfa\x41 \n\x1evisionai.googleapis.com/Stream\x12K\n\x17\x61pplication_annotations\x18\x02 \x03(\x0b\x32*.google.cloud.visionai.v1.StreamAnnotation\x12W\n\x10node_annotations\x18\x03 \x03(\x0b\x32=.google.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotation\x1a_\n\x0eNodeAnnotation\x12\x0c\n\x04node\x18\x01 \x01(\t\x12?\n\x0b\x61nnotations\x18\x02 \x03(\x0b\x32*.google.cloud.visionai.v1.StreamAnnotation\"j\n\x19\x41pplicationNodeAnnotation\x12\x0c\n\x04node\x18\x01 \x01(\t\x12?\n\x0b\x61nnotations\x18\x02 \x03(\x0b\x32*.google.cloud.visionai.v1.StreamAnnotation\"\xb1\x01\n\x13ResourceAnnotations\x12K\n\x17\x61pplication_annotations\x18\x01 \x03(\x0b\x32*.google.cloud.visionai.v1.StreamAnnotation\x12M\n\x10node_annotations\x18\x02 \x03(\x0b\x32\x33.google.cloud.visionai.v1.ApplicationNodeAnnotation\"\x82\x01\n\x16VideoStreamInputConfig\x12\x13\n\x07streams\x18\x01 \x03(\tB\x02\x18\x01\x12S\n\x17streams_with_annotation\x18\x02 \x03(\x0b\x32..google.cloud.visionai.v1.StreamWithAnnotationB\x02\x18\x01\"\x1d\n\x1b\x41IEnabledDevicesInputConfig\"b\n\x14MediaWarehouseConfig\x12\x0e\n\x06\x63orpus\x18\x01 \x01(\t\x12\x12\n\x06region\x18\x02 \x01(\tB\x02\x18\x01\x12&\n\x03ttl\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\"\xd5\x01\n\x10PersonBlurConfig\x12S\n\x10person_blur_type\x18\x01 \x01(\x0e\x32\x39.google.cloud.visionai.v1.PersonBlurConfig.PersonBlurType\x12\x12\n\nfaces_only\x18\x02 \x01(\x08\"X\n\x0ePersonBlurType\x12 \n\x1cPERSON_BLUR_TYPE_UNSPECIFIED\x10\x00\x12\x13\n\x0f\x46ULL_OCCULUSION\x10\x01\x12\x0f\n\x0b\x42LUR_FILTER\x10\x02\"~\n\x14OccupancyCountConfig\x12\x1e\n\x16\x65nable_people_counting\x18\x01 \x01(\x08\x12\x1f\n\x17\x65nable_vehicle_counting\x18\x02 \x01(\x08\x12%\n\x1d\x65nable_dwelling_time_tracking\x18\x03 \x01(\x08\"_\n\x1cPersonVehicleDetectionConfig\x12\x1e\n\x16\x65nable_people_counting\x18\x01 \x01(\x08\x12\x1f\n\x17\x65nable_vehicle_counting\x18\x02 \x01(\x08\"\xa5\x01\n*PersonalProtectiveEquipmentDetectionConfig\x12&\n\x1e\x65nable_face_coverage_detection\x18\x01 \x01(\x08\x12&\n\x1e\x65nable_head_coverage_detection\x18\x02 \x01(\x08\x12\'\n\x1f\x65nable_hands_coverage_detection\x18\x03 \x01(\x08\"\x1e\n\x1cGeneralObjectDetectionConfig\"\xec\x01\n\x0e\x42igQueryConfig\x12\r\n\x05table\x18\x01 \x01(\t\x12\x62\n\x16\x63loud_function_mapping\x18\x02 \x03(\x0b\x32\x42.google.cloud.visionai.v1.BigQueryConfig.CloudFunctionMappingEntry\x12*\n\"create_default_table_if_not_exists\x18\x03 \x01(\x08\x1a;\n\x19\x43loudFunctionMappingEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"Q\n\x18VertexAutoMLVisionConfig\x12\x1c\n\x14\x63onfidence_threshold\x18\x01 \x01(\x02\x12\x17\n\x0fmax_predictions\x18\x02 \x01(\x05\"\x89\x01\n\x17VertexAutoMLVideoConfig\x12\x1c\n\x14\x63onfidence_threshold\x18\x01 \x01(\x02\x12\x16\n\x0e\x62locked_labels\x18\x02 \x03(\t\x12\x17\n\x0fmax_predictions\x18\x03 \x01(\x05\x12\x1f\n\x17\x62ounding_box_size_limit\x18\x04 \x01(\x02\"\x95\x02\n\x12VertexCustomConfig\x12\x1a\n\x12max_prediction_fps\x18\x01 \x01(\x05\x12I\n\x13\x64\x65\x64icated_resources\x18\x02 \x01(\x0b\x32,.google.cloud.visionai.v1.DedicatedResources\x12&\n\x1epost_processing_cloud_function\x18\x03 \x01(\t\x12#\n\x1b\x61ttach_application_metadata\x18\x04 \x01(\x08\x12,\n\x1a\x64ynamic_config_input_topic\x18\x06 \x01(\tB\x03\xe0\x41\x01H\x00\x88\x01\x01\x42\x1d\n\x1b_dynamic_config_input_topic\"#\n\x0fGcsOutputConfig\x12\x10\n\x08gcs_path\x18\x01 \x01(\t\"\x16\n\x14UniversalInputConfig\"\x8d\x01\n\x0bMachineSpec\x12\x19\n\x0cmachine_type\x18\x01 \x01(\tB\x03\xe0\x41\x05\x12H\n\x10\x61\x63\x63\x65lerator_type\x18\x02 \x01(\x0e\x32).google.cloud.visionai.v1.AcceleratorTypeB\x03\xe0\x41\x05\x12\x19\n\x11\x61\x63\x63\x65lerator_count\x18\x03 \x01(\x05\"A\n\x15\x41utoscalingMetricSpec\x12\x18\n\x0bmetric_name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x0e\n\x06target\x18\x02 \x01(\x05\"\xf4\x01\n\x12\x44\x65\x64icatedResources\x12\x43\n\x0cmachine_spec\x18\x01 \x01(\x0b\x32%.google.cloud.visionai.v1.MachineSpecB\x06\xe0\x41\x02\xe0\x41\x05\x12!\n\x11min_replica_count\x18\x02 \x01(\x05\x42\x06\xe0\x41\x02\xe0\x41\x05\x12\x1e\n\x11max_replica_count\x18\x03 \x01(\x05\x42\x03\xe0\x41\x05\x12V\n\x18\x61utoscaling_metric_specs\x18\x04 \x03(\x0b\x32/.google.cloud.visionai.v1.AutoscalingMetricSpecB\x03\xe0\x41\x05\"\\\n\x17ProductRecognizerConfig\x12\x17\n\x0fretail_endpoint\x18\x01 \x01(\t\x12(\n recognition_confidence_threshold\x18\x02 \x01(\x02\"\x8c\x01\n\x13TagRecognizerConfig\x12-\n%entity_detection_confidence_threshold\x18\x01 \x01(\x02\x12\x46\n\x12tag_parsing_config\x18\x02 \x01(\x0b\x32*.google.cloud.visionai.v1.TagParsingConfig\"\xaa\x03\n\x10TagParsingConfig\x12^\n\x16\x65ntity_parsing_configs\x18\x01 \x03(\x0b\x32>.google.cloud.visionai.v1.TagParsingConfig.EntityParsingConfig\x1a\xb5\x02\n\x13\x45ntityParsingConfig\x12\x19\n\x0c\x65ntity_class\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x12\n\x05regex\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12|\n\x18\x65ntity_matching_strategy\x18\x03 \x01(\x0e\x32U.google.cloud.visionai.v1.TagParsingConfig.EntityParsingConfig.EntityMatchingStrategyB\x03\xe0\x41\x01\"q\n\x16\x45ntityMatchingStrategy\x12(\n$ENTITY_MATCHING_STRATEGY_UNSPECIFIED\x10\x00\x12\x17\n\x13MULTI_LINE_MATCHING\x10\x01\x12\x14\n\x10MAX_OVERLAP_AREA\x10\x02*\xa0\x02\n\tModelType\x12\x1a\n\x16MODEL_TYPE_UNSPECIFIED\x10\x00\x12\x18\n\x14IMAGE_CLASSIFICATION\x10\x01\x12\x14\n\x10OBJECT_DETECTION\x10\x02\x12\x18\n\x14VIDEO_CLASSIFICATION\x10\x03\x12\x19\n\x15VIDEO_OBJECT_TRACKING\x10\x04\x12\x1c\n\x18VIDEO_ACTION_RECOGNITION\x10\x05\x12\x16\n\x12OCCUPANCY_COUNTING\x10\x06\x12\x0f\n\x0bPERSON_BLUR\x10\x07\x12\x11\n\rVERTEX_CUSTOM\x10\x08\x12\x16\n\x12PRODUCT_RECOGNIZER\x10\t\x12\x12\n\x0eTAG_RECOGNIZER\x10\n\x12\x0c\n\x08SYNTH_ID\x10\x0f*\xd0\x01\n\x0f\x41\x63\x63\x65leratorType\x12 \n\x1c\x41\x43\x43\x45LERATOR_TYPE_UNSPECIFIED\x10\x00\x12\x14\n\x10NVIDIA_TESLA_K80\x10\x01\x12\x15\n\x11NVIDIA_TESLA_P100\x10\x02\x12\x15\n\x11NVIDIA_TESLA_V100\x10\x03\x12\x13\n\x0fNVIDIA_TESLA_P4\x10\x04\x12\x13\n\x0fNVIDIA_TESLA_T4\x10\x05\x12\x15\n\x11NVIDIA_TESLA_A100\x10\x08\x12\n\n\x06TPU_V2\x10\x06\x12\n\n\x06TPU_V3\x10\x07*W\n\x08\x44\x61taType\x12\x19\n\x15\x44\x41TA_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05VIDEO\x10\x01\x12\t\n\x05IMAGE\x10\x03\x12\t\n\x05PROTO\x10\x02\x12\x0f\n\x0bPLACEHOLDER\x10\x04\x32\xea-\n\x0b\x41ppPlatform\x12\xbc\x01\n\x10ListApplications\x12\x31.google.cloud.visionai.v1.ListApplicationsRequest\x1a\x32.google.cloud.visionai.v1.ListApplicationsResponse\"A\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{parent=projects/*/locations/*}/applications\x12\xa9\x01\n\x0eGetApplication\x12/.google.cloud.visionai.v1.GetApplicationRequest\x1a%.google.cloud.visionai.v1.Application\"?\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{name=projects/*/locations/*/applications/*}\x12\xe5\x01\n\x11\x43reateApplication\x12\x32.google.cloud.visionai.v1.CreateApplicationRequest\x1a\x1d.google.longrunning.Operation\"}\xca\x41 \n\x0b\x41pplication\x12\x11OperationMetadata\xda\x41\x12parent,application\x82\xd3\xe4\x93\x02?\"0/v1/{parent=projects/*/locations/*}/applications:\x0b\x61pplication\x12\xf7\x01\n\x11UpdateApplication\x12\x32.google.cloud.visionai.v1.UpdateApplicationRequest\x1a\x1d.google.longrunning.Operation\"\x8e\x01\xca\x41 \n\x0b\x41pplication\x12\x11OperationMetadata\xda\x41\x17\x61pplication,update_mask\x82\xd3\xe4\x93\x02K2</v1/{application.name=projects/*/locations/*/applications/*}:\x0b\x61pplication\x12\xd4\x01\n\x11\x44\x65leteApplication\x12\x32.google.cloud.visionai.v1.DeleteApplicationRequest\x1a\x1d.google.longrunning.Operation\"l\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32*0/v1/{name=projects/*/locations/*/applications/*}\x12\xe2\x01\n\x11\x44\x65ployApplication\x12\x32.google.cloud.visionai.v1.DeployApplicationRequest\x1a\x1d.google.longrunning.Operation\"z\xca\x41.\n\x19\x44\x65ployApplicationResponse\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02<\"7/v1/{name=projects/*/locations/*/applications/*}:deploy:\x01*\x12\xea\x01\n\x13UndeployApplication\x12\x34.google.cloud.visionai.v1.UndeployApplicationRequest\x1a\x1d.google.longrunning.Operation\"~\xca\x41\x30\n\x1bUndeployApplicationResponse\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02>\"9/v1/{name=projects/*/locations/*/applications/*}:undeploy:\x01*\x12\x83\x02\n\x19\x41\x64\x64\x41pplicationStreamInput\x12:.google.cloud.visionai.v1.AddApplicationStreamInputRequest\x1a\x1d.google.longrunning.Operation\"\x8a\x01\xca\x41\x36\n!AddApplicationStreamInputResponse\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x44\"?/v1/{name=projects/*/locations/*/applications/*}:addStreamInput:\x01*\x12\x8f\x02\n\x1cRemoveApplicationStreamInput\x12=.google.cloud.visionai.v1.RemoveApplicationStreamInputRequest\x1a\x1d.google.longrunning.Operation\"\x90\x01\xca\x41\x39\n$RemoveApplicationStreamInputResponse\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02G\"B/v1/{name=projects/*/locations/*/applications/*}:removeStreamInput:\x01*\x12\x8f\x02\n\x1cUpdateApplicationStreamInput\x12=.google.cloud.visionai.v1.UpdateApplicationStreamInputRequest\x1a\x1d.google.longrunning.Operation\"\x90\x01\xca\x41\x39\n$UpdateApplicationStreamInputResponse\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02G\"B/v1/{name=projects/*/locations/*/applications/*}:updateStreamInput:\x01*\x12\xbf\x01\n\rListInstances\x12..google.cloud.visionai.v1.ListInstancesRequest\x1a/.google.cloud.visionai.v1.ListInstancesResponse\"M\xda\x41\x06parent\x82\xd3\xe4\x93\x02>\x12</v1/{parent=projects/*/locations/*/applications/*}/instances\x12\xac\x01\n\x0bGetInstance\x12,.google.cloud.visionai.v1.GetInstanceRequest\x1a\".google.cloud.visionai.v1.Instance\"K\xda\x41\x04name\x82\xd3\xe4\x93\x02>\x12</v1/{name=projects/*/locations/*/applications/*/instances/*}\x12\x92\x02\n\x1a\x43reateApplicationInstances\x12;.google.cloud.visionai.v1.CreateApplicationInstancesRequest\x1a\x1d.google.longrunning.Operation\"\x97\x01\xca\x41\x37\n\"CreateApplicationInstancesResponse\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02P\"K/v1/{name=projects/*/locations/*/applications/*}:createApplicationInstances:\x01*\x12\xf7\x01\n\x1a\x44\x65leteApplicationInstances\x12;.google.cloud.visionai.v1.DeleteApplicationInstancesRequest\x1a\x1d.google.longrunning.Operation\"}\xca\x41\x1d\n\x08Instance\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02P\"K/v1/{name=projects/*/locations/*/applications/*}:deleteApplicationInstances:\x01*\x12\xa9\x02\n\x1aUpdateApplicationInstances\x12;.google.cloud.visionai.v1.UpdateApplicationInstancesRequest\x1a\x1d.google.longrunning.Operation\"\xae\x01\xca\x41\x37\n\"UpdateApplicationInstancesResponse\x12\x11OperationMetadata\xda\x41\x1bname, application_instances\x82\xd3\xe4\x93\x02P\"K/v1/{name=projects/*/locations/*/applications/*}:updateApplicationInstances:\x01*\x12\xb3\x01\n\nListDrafts\x12+.google.cloud.visionai.v1.ListDraftsRequest\x1a,.google.cloud.visionai.v1.ListDraftsResponse\"J\xda\x41\x06parent\x82\xd3\xe4\x93\x02;\x12\x39/v1/{parent=projects/*/locations/*/applications/*}/drafts\x12\xa0\x01\n\x08GetDraft\x12).google.cloud.visionai.v1.GetDraftRequest\x1a\x1f.google.cloud.visionai.v1.Draft\"H\xda\x41\x04name\x82\xd3\xe4\x93\x02;\x12\x39/v1/{name=projects/*/locations/*/applications/*/drafts/*}\x12\xd9\x01\n\x0b\x43reateDraft\x12,.google.cloud.visionai.v1.CreateDraftRequest\x1a\x1d.google.longrunning.Operation\"}\xca\x41\x1a\n\x05\x44raft\x12\x11OperationMetadata\xda\x41\x15parent,draft,draft_id\x82\xd3\xe4\x93\x02\x42\"9/v1/{parent=projects/*/locations/*/applications/*}/drafts:\x05\x64raft\x12\xdb\x01\n\x0bUpdateDraft\x12,.google.cloud.visionai.v1.UpdateDraftRequest\x1a\x1d.google.longrunning.Operation\"\x7f\xca\x41\x1a\n\x05\x44raft\x12\x11OperationMetadata\xda\x41\x11\x64raft,update_mask\x82\xd3\xe4\x93\x02H2?/v1/{draft.name=projects/*/locations/*/applications/*/drafts/*}:\x05\x64raft\x12\xd1\x01\n\x0b\x44\x65leteDraft\x12,.google.cloud.visionai.v1.DeleteDraftRequest\x1a\x1d.google.longrunning.Operation\"u\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02;*9/v1/{name=projects/*/locations/*/applications/*/drafts/*}\x12\xb4\x01\n\x0eListProcessors\x12/.google.cloud.visionai.v1.ListProcessorsRequest\x1a\x30.google.cloud.visionai.v1.ListProcessorsResponse\"?\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x30\x12./v1/{parent=projects/*/locations/*}/processors\x12\xd8\x01\n\x16ListPrebuiltProcessors\x12\x37.google.cloud.visionai.v1.ListPrebuiltProcessorsRequest\x1a\x38.google.cloud.visionai.v1.ListPrebuiltProcessorsResponse\"K\xda\x41\x06parent\x82\xd3\xe4\x93\x02<\"7/v1/{parent=projects/*/locations/*}/processors:prebuilt:\x01*\x12\xa1\x01\n\x0cGetProcessor\x12-.google.cloud.visionai.v1.GetProcessorRequest\x1a#.google.cloud.visionai.v1.Processor\"=\xda\x41\x04name\x82\xd3\xe4\x93\x02\x30\x12./v1/{name=projects/*/locations/*/processors/*}\x12\xe7\x01\n\x0f\x43reateProcessor\x12\x30.google.cloud.visionai.v1.CreateProcessorRequest\x1a\x1d.google.longrunning.Operation\"\x82\x01\xca\x41\x1e\n\tProcessor\x12\x11OperationMetadata\xda\x41\x1dparent,processor,processor_id\x82\xd3\xe4\x93\x02;\"./v1/{parent=projects/*/locations/*}/processors:\tprocessor\x12\xe9\x01\n\x0fUpdateProcessor\x12\x30.google.cloud.visionai.v1.UpdateProcessorRequest\x1a\x1d.google.longrunning.Operation\"\x84\x01\xca\x41\x1e\n\tProcessor\x12\x11OperationMetadata\xda\x41\x15processor,update_mask\x82\xd3\xe4\x93\x02\x45\x32\x38/v1/{processor.name=projects/*/locations/*/processors/*}:\tprocessor\x12\xce\x01\n\x0f\x44\x65leteProcessor\x12\x30.google.cloud.visionai.v1.DeleteProcessorRequest\x1a\x1d.google.longrunning.Operation\"j\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x30*./v1/{name=projects/*/locations/*/processors/*}\x1aK\xca\x41\x17visionai.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xbd\x01\n\x1c\x63om.google.cloud.visionai.v1B\rPlatformProtoP\x01Z8cloud.google.com/go/visionai/apiv1/visionaipb;visionaipb\xaa\x02\x18Google.Cloud.VisionAI.V1\xca\x02\x18Google\\Cloud\\VisionAI\\V1\xea\x02\x1bGoogle::Cloud::VisionAI::V1b\x06proto3"
|
22
|
+
|
23
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
24
|
+
|
25
|
+
begin
|
26
|
+
pool.add_serialized_file(descriptor_data)
|
27
|
+
rescue TypeError
|
28
|
+
# Compatibility code: will be removed in the next major version.
|
29
|
+
require 'google/protobuf/descriptor_pb'
|
30
|
+
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
31
|
+
parsed.clear_dependency
|
32
|
+
serialized = parsed.class.encode(parsed)
|
33
|
+
file = pool.add_serialized_file(serialized)
|
34
|
+
warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
|
35
|
+
imports = [
|
36
|
+
["google.protobuf.FieldMask", "google/protobuf/field_mask.proto"],
|
37
|
+
["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
|
38
|
+
["google.protobuf.Duration", "google/protobuf/duration.proto"],
|
39
|
+
["google.cloud.visionai.v1.GcsSource", "google/cloud/visionai/v1/common.proto"],
|
40
|
+
["google.protobuf.Struct", "google/protobuf/struct.proto"],
|
41
|
+
["google.cloud.visionai.v1.StreamAnnotation", "google/cloud/visionai/v1/annotations.proto"],
|
42
|
+
]
|
43
|
+
imports.each do |type_name, expected_filename|
|
44
|
+
import_file = pool.lookup(type_name).file_descriptor
|
45
|
+
if import_file.name != expected_filename
|
46
|
+
warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
|
47
|
+
end
|
48
|
+
end
|
49
|
+
warn "Each proto file must use a consistent fully-qualified name."
|
50
|
+
warn "This will become an error in the next major version."
|
51
|
+
end
|
52
|
+
|
53
|
+
module Google
|
54
|
+
module Cloud
|
55
|
+
module VisionAI
|
56
|
+
module V1
|
57
|
+
DeleteApplicationInstancesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.DeleteApplicationInstancesResponse").msgclass
|
58
|
+
CreateApplicationInstancesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.CreateApplicationInstancesResponse").msgclass
|
59
|
+
UpdateApplicationInstancesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.UpdateApplicationInstancesResponse").msgclass
|
60
|
+
CreateApplicationInstancesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.CreateApplicationInstancesRequest").msgclass
|
61
|
+
DeleteApplicationInstancesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.DeleteApplicationInstancesRequest").msgclass
|
62
|
+
DeployApplicationResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.DeployApplicationResponse").msgclass
|
63
|
+
UndeployApplicationResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.UndeployApplicationResponse").msgclass
|
64
|
+
RemoveApplicationStreamInputResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.RemoveApplicationStreamInputResponse").msgclass
|
65
|
+
AddApplicationStreamInputResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.AddApplicationStreamInputResponse").msgclass
|
66
|
+
UpdateApplicationStreamInputResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.UpdateApplicationStreamInputResponse").msgclass
|
67
|
+
ListApplicationsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListApplicationsRequest").msgclass
|
68
|
+
ListApplicationsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListApplicationsResponse").msgclass
|
69
|
+
GetApplicationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.GetApplicationRequest").msgclass
|
70
|
+
CreateApplicationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.CreateApplicationRequest").msgclass
|
71
|
+
UpdateApplicationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.UpdateApplicationRequest").msgclass
|
72
|
+
DeleteApplicationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.DeleteApplicationRequest").msgclass
|
73
|
+
DeployApplicationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.DeployApplicationRequest").msgclass
|
74
|
+
UndeployApplicationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.UndeployApplicationRequest").msgclass
|
75
|
+
ApplicationStreamInput = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ApplicationStreamInput").msgclass
|
76
|
+
AddApplicationStreamInputRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.AddApplicationStreamInputRequest").msgclass
|
77
|
+
UpdateApplicationStreamInputRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.UpdateApplicationStreamInputRequest").msgclass
|
78
|
+
RemoveApplicationStreamInputRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.RemoveApplicationStreamInputRequest").msgclass
|
79
|
+
RemoveApplicationStreamInputRequest::TargetStreamInput = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.RemoveApplicationStreamInputRequest.TargetStreamInput").msgclass
|
80
|
+
ListInstancesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListInstancesRequest").msgclass
|
81
|
+
ListInstancesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListInstancesResponse").msgclass
|
82
|
+
GetInstanceRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.GetInstanceRequest").msgclass
|
83
|
+
ListDraftsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListDraftsRequest").msgclass
|
84
|
+
ListDraftsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListDraftsResponse").msgclass
|
85
|
+
GetDraftRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.GetDraftRequest").msgclass
|
86
|
+
CreateDraftRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.CreateDraftRequest").msgclass
|
87
|
+
UpdateDraftRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.UpdateDraftRequest").msgclass
|
88
|
+
UpdateApplicationInstancesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.UpdateApplicationInstancesRequest").msgclass
|
89
|
+
UpdateApplicationInstancesRequest::UpdateApplicationInstance = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.UpdateApplicationInstancesRequest.UpdateApplicationInstance").msgclass
|
90
|
+
DeleteDraftRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.DeleteDraftRequest").msgclass
|
91
|
+
ListProcessorsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListProcessorsRequest").msgclass
|
92
|
+
ListProcessorsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListProcessorsResponse").msgclass
|
93
|
+
ListPrebuiltProcessorsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListPrebuiltProcessorsRequest").msgclass
|
94
|
+
ListPrebuiltProcessorsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ListPrebuiltProcessorsResponse").msgclass
|
95
|
+
GetProcessorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.GetProcessorRequest").msgclass
|
96
|
+
CreateProcessorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.CreateProcessorRequest").msgclass
|
97
|
+
UpdateProcessorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.UpdateProcessorRequest").msgclass
|
98
|
+
DeleteProcessorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.DeleteProcessorRequest").msgclass
|
99
|
+
Application = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Application").msgclass
|
100
|
+
Application::ApplicationRuntimeInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Application.ApplicationRuntimeInfo").msgclass
|
101
|
+
Application::ApplicationRuntimeInfo::GlobalOutputResource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResource").msgclass
|
102
|
+
Application::ApplicationRuntimeInfo::MonitoringConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Application.ApplicationRuntimeInfo.MonitoringConfig").msgclass
|
103
|
+
Application::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Application.State").enummodule
|
104
|
+
Application::BillingMode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Application.BillingMode").enummodule
|
105
|
+
ApplicationConfigs = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ApplicationConfigs").msgclass
|
106
|
+
ApplicationConfigs::EventDeliveryConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ApplicationConfigs.EventDeliveryConfig").msgclass
|
107
|
+
Node = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Node").msgclass
|
108
|
+
Node::InputEdge = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Node.InputEdge").msgclass
|
109
|
+
Draft = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Draft").msgclass
|
110
|
+
Instance = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Instance").msgclass
|
111
|
+
Instance::InputResource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Instance.InputResource").msgclass
|
112
|
+
Instance::OutputResource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Instance.OutputResource").msgclass
|
113
|
+
Instance::InstanceType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Instance.InstanceType").enummodule
|
114
|
+
Instance::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Instance.State").enummodule
|
115
|
+
ApplicationInstance = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ApplicationInstance").msgclass
|
116
|
+
Processor = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Processor").msgclass
|
117
|
+
Processor::ProcessorType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Processor.ProcessorType").enummodule
|
118
|
+
Processor::ProcessorState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.Processor.ProcessorState").enummodule
|
119
|
+
ProcessorIOSpec = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ProcessorIOSpec").msgclass
|
120
|
+
ProcessorIOSpec::GraphInputChannelSpec = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpec").msgclass
|
121
|
+
ProcessorIOSpec::GraphOutputChannelSpec = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpec").msgclass
|
122
|
+
ProcessorIOSpec::InstanceResourceInputBindingSpec = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceInputBindingSpec").msgclass
|
123
|
+
ProcessorIOSpec::InstanceResourceOutputBindingSpec = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpec").msgclass
|
124
|
+
CustomProcessorSourceInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.CustomProcessorSourceInfo").msgclass
|
125
|
+
CustomProcessorSourceInfo::ProductRecognizerArtifact = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.CustomProcessorSourceInfo.ProductRecognizerArtifact").msgclass
|
126
|
+
CustomProcessorSourceInfo::ModelSchema = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.CustomProcessorSourceInfo.ModelSchema").msgclass
|
127
|
+
CustomProcessorSourceInfo::SourceType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.CustomProcessorSourceInfo.SourceType").enummodule
|
128
|
+
ProcessorConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ProcessorConfig").msgclass
|
129
|
+
StreamWithAnnotation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.StreamWithAnnotation").msgclass
|
130
|
+
StreamWithAnnotation::NodeAnnotation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotation").msgclass
|
131
|
+
ApplicationNodeAnnotation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ApplicationNodeAnnotation").msgclass
|
132
|
+
ResourceAnnotations = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ResourceAnnotations").msgclass
|
133
|
+
VideoStreamInputConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.VideoStreamInputConfig").msgclass
|
134
|
+
AIEnabledDevicesInputConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.AIEnabledDevicesInputConfig").msgclass
|
135
|
+
MediaWarehouseConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.MediaWarehouseConfig").msgclass
|
136
|
+
PersonBlurConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.PersonBlurConfig").msgclass
|
137
|
+
PersonBlurConfig::PersonBlurType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.PersonBlurConfig.PersonBlurType").enummodule
|
138
|
+
OccupancyCountConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.OccupancyCountConfig").msgclass
|
139
|
+
PersonVehicleDetectionConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.PersonVehicleDetectionConfig").msgclass
|
140
|
+
PersonalProtectiveEquipmentDetectionConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionConfig").msgclass
|
141
|
+
GeneralObjectDetectionConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.GeneralObjectDetectionConfig").msgclass
|
142
|
+
BigQueryConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.BigQueryConfig").msgclass
|
143
|
+
VertexAutoMLVisionConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.VertexAutoMLVisionConfig").msgclass
|
144
|
+
VertexAutoMLVideoConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.VertexAutoMLVideoConfig").msgclass
|
145
|
+
VertexCustomConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.VertexCustomConfig").msgclass
|
146
|
+
GcsOutputConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.GcsOutputConfig").msgclass
|
147
|
+
UniversalInputConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.UniversalInputConfig").msgclass
|
148
|
+
MachineSpec = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.MachineSpec").msgclass
|
149
|
+
AutoscalingMetricSpec = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.AutoscalingMetricSpec").msgclass
|
150
|
+
DedicatedResources = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.DedicatedResources").msgclass
|
151
|
+
ProductRecognizerConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ProductRecognizerConfig").msgclass
|
152
|
+
TagRecognizerConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.TagRecognizerConfig").msgclass
|
153
|
+
TagParsingConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.TagParsingConfig").msgclass
|
154
|
+
TagParsingConfig::EntityParsingConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.TagParsingConfig.EntityParsingConfig").msgclass
|
155
|
+
TagParsingConfig::EntityParsingConfig::EntityMatchingStrategy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.TagParsingConfig.EntityParsingConfig.EntityMatchingStrategy").enummodule
|
156
|
+
ModelType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.ModelType").enummodule
|
157
|
+
AcceleratorType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.AcceleratorType").enummodule
|
158
|
+
DataType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.visionai.v1.DataType").enummodule
|
159
|
+
end
|
160
|
+
end
|
161
|
+
end
|
162
|
+
end
|
@@ -0,0 +1,111 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# Source: google/cloud/visionai/v1/platform.proto for package 'Google.Cloud.VisionAI.V1'
|
3
|
+
# Original file comments:
|
4
|
+
# Copyright 2024 Google LLC
|
5
|
+
#
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
7
|
+
# you may not use this file except in compliance with the License.
|
8
|
+
# You may obtain a copy of the License at
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
+
# See the License for the specific language governing permissions and
|
16
|
+
# limitations under the License.
|
17
|
+
#
|
18
|
+
|
19
|
+
require 'grpc'
|
20
|
+
require 'google/cloud/visionai/v1/platform_pb'
|
21
|
+
|
22
|
+
module Google
|
23
|
+
module Cloud
|
24
|
+
module VisionAI
|
25
|
+
module V1
|
26
|
+
module AppPlatform
|
27
|
+
# Service describing handlers for resources
|
28
|
+
class Service
|
29
|
+
|
30
|
+
include ::GRPC::GenericService
|
31
|
+
|
32
|
+
self.marshal_class_method = :encode
|
33
|
+
self.unmarshal_class_method = :decode
|
34
|
+
self.service_name = 'google.cloud.visionai.v1.AppPlatform'
|
35
|
+
|
36
|
+
# Lists Applications in a given project and location.
|
37
|
+
rpc :ListApplications, ::Google::Cloud::VisionAI::V1::ListApplicationsRequest, ::Google::Cloud::VisionAI::V1::ListApplicationsResponse
|
38
|
+
# Gets details of a single Application.
|
39
|
+
rpc :GetApplication, ::Google::Cloud::VisionAI::V1::GetApplicationRequest, ::Google::Cloud::VisionAI::V1::Application
|
40
|
+
# Creates a new Application in a given project and location.
|
41
|
+
rpc :CreateApplication, ::Google::Cloud::VisionAI::V1::CreateApplicationRequest, ::Google::Longrunning::Operation
|
42
|
+
# Updates the parameters of a single Application.
|
43
|
+
rpc :UpdateApplication, ::Google::Cloud::VisionAI::V1::UpdateApplicationRequest, ::Google::Longrunning::Operation
|
44
|
+
# Deletes a single Application.
|
45
|
+
rpc :DeleteApplication, ::Google::Cloud::VisionAI::V1::DeleteApplicationRequest, ::Google::Longrunning::Operation
|
46
|
+
# Deploys a single Application.
|
47
|
+
rpc :DeployApplication, ::Google::Cloud::VisionAI::V1::DeployApplicationRequest, ::Google::Longrunning::Operation
|
48
|
+
# Undeploys a single Application.
|
49
|
+
rpc :UndeployApplication, ::Google::Cloud::VisionAI::V1::UndeployApplicationRequest, ::Google::Longrunning::Operation
|
50
|
+
# Adds target stream input to the Application.
|
51
|
+
# If the Application is deployed, the corresponding new Application instance
|
52
|
+
# will be created. If the stream has already been in the Application, the RPC
|
53
|
+
# will fail.
|
54
|
+
rpc :AddApplicationStreamInput, ::Google::Cloud::VisionAI::V1::AddApplicationStreamInputRequest, ::Google::Longrunning::Operation
|
55
|
+
# Remove target stream input to the Application, if the Application is
|
56
|
+
# deployed, the corresponding instance based will be deleted. If the stream
|
57
|
+
# is not in the Application, the RPC will fail.
|
58
|
+
rpc :RemoveApplicationStreamInput, ::Google::Cloud::VisionAI::V1::RemoveApplicationStreamInputRequest, ::Google::Longrunning::Operation
|
59
|
+
# Update target stream input to the Application, if the Application is
|
60
|
+
# deployed, the corresponding instance based will be deployed. For
|
61
|
+
# CreateOrUpdate behavior, set allow_missing to true.
|
62
|
+
rpc :UpdateApplicationStreamInput, ::Google::Cloud::VisionAI::V1::UpdateApplicationStreamInputRequest, ::Google::Longrunning::Operation
|
63
|
+
# Lists Instances in a given project and location.
|
64
|
+
rpc :ListInstances, ::Google::Cloud::VisionAI::V1::ListInstancesRequest, ::Google::Cloud::VisionAI::V1::ListInstancesResponse
|
65
|
+
# Gets details of a single Instance.
|
66
|
+
rpc :GetInstance, ::Google::Cloud::VisionAI::V1::GetInstanceRequest, ::Google::Cloud::VisionAI::V1::Instance
|
67
|
+
# Adds target stream input to the Application.
|
68
|
+
# If the Application is deployed, the corresponding new Application instance
|
69
|
+
# will be created. If the stream has already been in the Application, the RPC
|
70
|
+
# will fail.
|
71
|
+
rpc :CreateApplicationInstances, ::Google::Cloud::VisionAI::V1::CreateApplicationInstancesRequest, ::Google::Longrunning::Operation
|
72
|
+
# Remove target stream input to the Application, if the Application is
|
73
|
+
# deployed, the corresponding instance based will be deleted. If the stream
|
74
|
+
# is not in the Application, the RPC will fail.
|
75
|
+
rpc :DeleteApplicationInstances, ::Google::Cloud::VisionAI::V1::DeleteApplicationInstancesRequest, ::Google::Longrunning::Operation
|
76
|
+
# Adds target stream input to the Application.
|
77
|
+
# If the Application is deployed, the corresponding new Application instance
|
78
|
+
# will be created. If the stream has already been in the Application, the RPC
|
79
|
+
# will fail.
|
80
|
+
rpc :UpdateApplicationInstances, ::Google::Cloud::VisionAI::V1::UpdateApplicationInstancesRequest, ::Google::Longrunning::Operation
|
81
|
+
# Lists Drafts in a given project and location.
|
82
|
+
rpc :ListDrafts, ::Google::Cloud::VisionAI::V1::ListDraftsRequest, ::Google::Cloud::VisionAI::V1::ListDraftsResponse
|
83
|
+
# Gets details of a single Draft.
|
84
|
+
rpc :GetDraft, ::Google::Cloud::VisionAI::V1::GetDraftRequest, ::Google::Cloud::VisionAI::V1::Draft
|
85
|
+
# Creates a new Draft in a given project and location.
|
86
|
+
rpc :CreateDraft, ::Google::Cloud::VisionAI::V1::CreateDraftRequest, ::Google::Longrunning::Operation
|
87
|
+
# Updates the parameters of a single Draft.
|
88
|
+
rpc :UpdateDraft, ::Google::Cloud::VisionAI::V1::UpdateDraftRequest, ::Google::Longrunning::Operation
|
89
|
+
# Deletes a single Draft.
|
90
|
+
rpc :DeleteDraft, ::Google::Cloud::VisionAI::V1::DeleteDraftRequest, ::Google::Longrunning::Operation
|
91
|
+
# Lists Processors in a given project and location.
|
92
|
+
rpc :ListProcessors, ::Google::Cloud::VisionAI::V1::ListProcessorsRequest, ::Google::Cloud::VisionAI::V1::ListProcessorsResponse
|
93
|
+
# ListPrebuiltProcessors is a custom pass-through verb that Lists Prebuilt
|
94
|
+
# Processors.
|
95
|
+
rpc :ListPrebuiltProcessors, ::Google::Cloud::VisionAI::V1::ListPrebuiltProcessorsRequest, ::Google::Cloud::VisionAI::V1::ListPrebuiltProcessorsResponse
|
96
|
+
# Gets details of a single Processor.
|
97
|
+
rpc :GetProcessor, ::Google::Cloud::VisionAI::V1::GetProcessorRequest, ::Google::Cloud::VisionAI::V1::Processor
|
98
|
+
# Creates a new Processor in a given project and location.
|
99
|
+
rpc :CreateProcessor, ::Google::Cloud::VisionAI::V1::CreateProcessorRequest, ::Google::Longrunning::Operation
|
100
|
+
# Updates the parameters of a single Processor.
|
101
|
+
rpc :UpdateProcessor, ::Google::Cloud::VisionAI::V1::UpdateProcessorRequest, ::Google::Longrunning::Operation
|
102
|
+
# Deletes a single Processor.
|
103
|
+
rpc :DeleteProcessor, ::Google::Cloud::VisionAI::V1::DeleteProcessorRequest, ::Google::Longrunning::Operation
|
104
|
+
end
|
105
|
+
|
106
|
+
Stub = Service.rpc_stub_class
|
107
|
+
end
|
108
|
+
end
|
109
|
+
end
|
110
|
+
end
|
111
|
+
end
|