gimlet-api 0.0.1__py3-none-any.whl → 0.0.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gimlet_api-0.0.4.dist-info/METADATA +16 -0
- gimlet_api-0.0.4.dist-info/RECORD +43 -0
- {gimlet_api-0.0.1.dist-info → gimlet_api-0.0.4.dist-info}/WHEEL +1 -2
- gml/__init__.py +18 -0
- gml/_utils.py +42 -0
- gml/client.py +308 -0
- gml/compile.py +44 -8
- gml/model.py +150 -0
- gml/model_utils.py +33 -0
- gml/pipelines.py +149 -0
- gml/preprocessing.py +78 -0
- gml/proto/gogoproto/gogo_pb2.py +101 -0
- gml/proto/mediapipe/framework/calculator_contract_test_pb2.py +32 -0
- gml/proto/mediapipe/framework/calculator_options_pb2.py +28 -0
- gml/proto/mediapipe/framework/calculator_pb2.py +56 -0
- gml/proto/mediapipe/framework/calculator_profile_pb2.py +47 -0
- gml/proto/mediapipe/framework/mediapipe_options_pb2.py +26 -0
- gml/proto/mediapipe/framework/packet_factory_pb2.py +30 -0
- gml/proto/mediapipe/framework/packet_generator_pb2.py +32 -0
- gml/proto/mediapipe/framework/packet_test_pb2.py +32 -0
- gml/proto/mediapipe/framework/status_handler_pb2.py +27 -0
- gml/proto/mediapipe/framework/stream_handler_pb2.py +29 -0
- gml/proto/mediapipe/framework/test_calculators_pb2.py +32 -0
- gml/proto/mediapipe/framework/thread_pool_executor_pb2.py +30 -0
- gml/proto/opentelemetry/proto/common/v1/common_pb2.py +34 -0
- gml/proto/opentelemetry/proto/metrics/v1/metrics_pb2.py +62 -0
- gml/proto/opentelemetry/proto/resource/v1/resource_pb2.py +27 -0
- gml/proto/src/api/corepb/v1/controlplane_pb2.py +60 -0
- gml/proto/src/api/corepb/v1/cp_edge_pb2.py +117 -0
- gml/proto/src/api/corepb/v1/mediastream_pb2.py +66 -0
- gml/proto/src/api/corepb/v1/model_exec_pb2.py +167 -0
- gml/proto/src/common/typespb/jwt_pb2.py +61 -0
- gml/proto/src/common/typespb/status_pb2.py +29 -0
- gml/proto/src/common/typespb/uuid_pb2.py +26 -0
- gml/proto/src/controlplane/directory/directorypb/v1/directory_pb2.py +115 -0
- gml/proto/src/controlplane/directory/directorypb/v1/directory_pb2_grpc.py +452 -0
- gml/proto/src/controlplane/filetransfer/ftpb/v1/ftpb_pb2.py +70 -0
- gml/proto/src/controlplane/filetransfer/ftpb/v1/ftpb_pb2_grpc.py +231 -0
- gml/proto/src/controlplane/logicalpipeline/lppb/v1/lppb_pb2.py +57 -0
- gml/proto/src/controlplane/logicalpipeline/lppb/v1/lppb_pb2_grpc.py +132 -0
- gml/proto/src/controlplane/model/mpb/v1/mpb_pb2.py +47 -0
- gml/proto/src/controlplane/model/mpb/v1/mpb_pb2_grpc.py +99 -0
- gml/tensor.py +333 -0
- gimlet_api-0.0.1.dist-info/METADATA +0 -6
- gimlet_api-0.0.1.dist-info/RECORD +0 -6
- gimlet_api-0.0.1.dist-info/top_level.txt +0 -1
@@ -0,0 +1,167 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: src/api/corepb/v1/model_exec.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf.internal import builder as _builder
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from gml.proto.gogoproto import gogo_pb2 as gogoproto_dot_gogo__pb2
|
15
|
+
from gml.proto.mediapipe.framework import calculator_pb2 as mediapipe_dot_framework_dot_calculator__pb2
|
16
|
+
try:
|
17
|
+
mediapipe_dot_framework_dot_calculator__options__pb2 = mediapipe_dot_framework_dot_calculator__pb2.mediapipe_dot_framework_dot_calculator__options__pb2
|
18
|
+
except AttributeError:
|
19
|
+
mediapipe_dot_framework_dot_calculator__options__pb2 = mediapipe_dot_framework_dot_calculator__pb2.mediapipe.framework.calculator_options_pb2
|
20
|
+
from gml.proto.src.common.typespb import uuid_pb2 as src_dot_common_dot_typespb_dot_uuid__pb2
|
21
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
22
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
23
|
+
|
24
|
+
|
25
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"src/api/corepb/v1/model_exec.proto\x12\x18gml.internal.api.core.v1\x1a\x14gogoproto/gogo.proto\x1a$mediapipe/framework/calculator.proto\x1a\x1dsrc/common/typespb/uuid.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\xa7\x02\n\x0f\x42oundingBoxInfo\x12Z\n\nbox_format\x18\x01 \x01(\x0e\x32;.gml.internal.api.core.v1.BoundingBoxInfo.BoundingBoxFormatR\tboxFormat\x12%\n\x0e\x62ox_normalized\x18\x02 \x01(\x08R\rboxNormalized\"\x90\x01\n\x11\x42oundingBoxFormat\x12\x1f\n\x1b\x42OUNDING_BOX_FORMAT_UNKNOWN\x10\x00\x12\x1e\n\x1a\x42OUNDING_BOX_FORMAT_CXCYWH\x10\x01\x12\x1c\n\x18\x42OUNDING_BOX_FORMAT_YXYX\x10\x02\x12\x1c\n\x18\x42OUNDING_BOX_FORMAT_XYXY\x10\x03\"\xf4\x07\n\x16ImagePreprocessingStep\x12[\n\x04kind\x18\x01 \x01(\x0e\x32G.gml.internal.api.core.v1.ImagePreprocessingStep.ImagePreprocessingKindR\x04kind\x12s\n\x11\x63onversion_params\x18\x02 \x01(\x0b\x32\x46.gml.internal.api.core.v1.ImagePreprocessingStep.ImageConversionParamsR\x10\x63onversionParams\x12g\n\rresize_params\x18\x03 \x01(\x0b\x32\x42.gml.internal.api.core.v1.ImagePreprocessingStep.ImageResizeParamsR\x0cresizeParams\x12v\n\x12standardize_params\x18\x04 \x01(\x0b\x32G.gml.internal.api.core.v1.ImagePreprocessingStep.ImageStandardizeParamsR\x11standardizeParams\x1a-\n\x15ImageConversionParams\x12\x14\n\x05scale\x18\x01 \x01(\x08R\x05scale\x1a\xed\x01\n\x11ImageResizeParams\x12\x66\n\x04kind\x18\x01 \x01(\x0e\x32R.gml.internal.api.core.v1.ImagePreprocessingStep.ImageResizeParams.ImageResizeKindR\x04kind\"p\n\x0fImageResizeKind\x12\x1d\n\x19IMAGE_RESIZE_KIND_UNKNOWN\x10\x00\x12\x1d\n\x19IMAGE_RESIZE_KIND_STRETCH\x10\x01\x12\x1f\n\x1bIMAGE_RESIZE_KIND_LETTERBOX\x10\x02\x1aH\n\x16ImageStandardizeParams\x12\x14\n\x05means\x18\x01 \x03(\x02R\x05means\x12\x18\n\x07stddevs\x18\x02 \x03(\x02R\x07stddevs\"\xbd\x01\n\x16ImagePreprocessingKind\x12$\n IMAGE_PREPROCESSING_KIND_UNKNOWN\x10\x00\x12.\n*IMAGE_PREPROCESSING_KIND_CONVERT_TO_TENSOR\x10\x01\x12#\n\x1fIMAGE_PREPROCESSING_KIND_RESIZE\x10\x02\x12(\n$IMAGE_PREPROCESSING_KIND_STANDARDIZE\x10\x03\"\xa1\x13\n\x12\x44imensionSemantics\x12W\n\x04kind\x18\x01 \x01(\x0e\x32\x43.gml.internal.api.core.v1.DimensionSemantics.DimensionSemanticsKindR\x04kind\x12q\n\x14image_channel_params\x18\x02 \x01(\x0b\x32?.gml.internal.api.core.v1.DimensionSemantics.ImageChannelParamsR\x12imageChannelParams\x12\x86\x01\n\x1b\x64\x65tection_candidates_params\x18\x03 \x01(\x0b\x32\x46.gml.internal.api.core.v1.DimensionSemantics.DetectionCandidatesParamsR\x19\x64\x65tectionCandidatesParams\x12z\n\x17\x64\x65tection_output_params\x18\x04 \x01(\x0b\x32\x42.gml.internal.api.core.v1.DimensionSemantics.DetectionOutputParamsR\x15\x64\x65tectionOutputParams\x12}\n\x18segmentation_mask_params\x18\x05 \x01(\x0b\x32\x43.gml.internal.api.core.v1.DimensionSemantics.SegmentationMaskParamsR\x16segmentationMaskParams\x12j\n\x11regression_params\x18\x06 \x01(\x0b\x32=.gml.internal.api.core.v1.DimensionSemantics.RegressionParamsR\x10regressionParams\x1a\xf4\x01\n\x12ImageChannelParams\x12j\n\x06\x66ormat\x18\x01 \x01(\x0e\x32R.gml.internal.api.core.v1.DimensionSemantics.ImageChannelParams.ImageChannelFormatR\x06\x66ormat\"r\n\x12ImageChannelFormat\x12 \n\x1cIMAGE_CHANNEL_FORMAT_UNKNOWN\x10\x00\x12\x1c\n\x18IMAGE_CHANNEL_FORMAT_RGB\x10\x01\x12\x1c\n\x18IMAGE_CHANNEL_FORMAT_BGR\x10\x02\x1a=\n\x19\x44\x65tectionCandidatesParams\x12 \n\x0cis_nms_boxes\x18\x01 \x01(\x08R\nisNmsBoxes\x1a\xdf\x03\n\x15\x44\x65tectionOutputParams\x12\x7f\n\x14\x62ox_coordinate_range\x18\x01 \x01(\x0b\x32M.gml.internal.api.core.v1.DimensionSemantics.DetectionOutputParams.IndexRangeR\x12\x62oxCoordinateRange\x12H\n\nbox_format\x18\x02 \x01(\x0b\x32).gml.internal.api.core.v1.BoundingBoxInfoR\tboxFormat\x12\x30\n\x14\x62ox_confidence_index\x18\x03 \x01(\x05R\x12\x62oxConfidenceIndex\x12\x1f\n\x0b\x63lass_index\x18\x04 \x01(\x05R\nclassIndex\x12p\n\x0cscores_range\x18\x05 \x01(\x0b\x32M.gml.internal.api.core.v1.DimensionSemantics.DetectionOutputParams.IndexRangeR\x0bscoresRange\x1a\x36\n\nIndexRange\x12\x14\n\x05start\x18\x01 \x01(\x05R\x05start\x12\x12\n\x04size\x18\x02 \x01(\x05R\x04size\x1a\xae\x02\n\x16SegmentationMaskParams\x12l\n\x04kind\x18\x01 \x01(\x0e\x32X.gml.internal.api.core.v1.DimensionSemantics.SegmentationMaskParams.SegmentationMaskKindR\x04kind\"\xa5\x01\n\x14SegmentationMaskKind\x12\"\n\x1eSEGMENTATION_MASK_KIND_UNKNOWN\x10\x00\x12&\n\"SEGMENTATION_MASK_KIND_CLASS_LABEL\x10\x01\x12\x1f\n\x1bSEGMENTATION_MASK_KIND_BOOL\x10\x02\x12 \n\x1cSEGMENTATION_MASK_KIND_SCORE\x10\x03\x1a\\\n\x10RegressionParams\x12\x14\n\x05label\x18\x01 \x01(\tR\x05label\x12\x32\n\x05scale\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValueR\x05scale\"\xa7\x04\n\x16\x44imensionSemanticsKind\x12$\n DIMENSION_SEMANTICS_KIND_UNKNOWN\x10\x00\x12\"\n\x1e\x44IMENSION_SEMANTICS_KIND_BATCH\x10\x01\x12#\n\x1f\x44IMENSION_SEMANTICS_KIND_IGNORE\x10\x02\x12*\n&DIMENSION_SEMANTICS_KIND_IMAGE_CHANNEL\x10\x03\x12)\n%DIMENSION_SEMANTICS_KIND_IMAGE_HEIGHT\x10\x04\x12(\n$DIMENSION_SEMANTICS_KIND_IMAGE_WIDTH\x10\x05\x12\x31\n-DIMENSION_SEMANTICS_KIND_DETECTION_CANDIDATES\x10\x06\x12-\n)DIMENSION_SEMANTICS_KIND_DETECTION_OUTPUT\x10\x07\x12)\n%DIMENSION_SEMANTICS_KIND_CLASS_SCORES\x10\x08\x12\x36\n2DIMENSION_SEMANTICS_KIND_SEGMENTATION_MASK_CHANNEL\x10\t\x12)\n%DIMENSION_SEMANTICS_KIND_CLASS_LABELS\x10\n\x12-\n)DIMENSION_SEMANTICS_KIND_REGRESSION_VALUE\x10\x0b\"_\n\x0fTensorSemantics\x12L\n\ndimensions\x18\x01 \x03(\x0b\x32,.gml.internal.api.core.v1.DimensionSemanticsR\ndimensions\"\xa7\t\n\tModelInfo\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x41\n\x04kind\x18\x02 \x01(\x0e\x32-.gml.internal.api.core.v1.ModelInfo.ModelKindR\x04kind\x12N\n\x06\x66ormat\x18\x03 \x01(\x0e\x32\x36.gml.internal.api.core.v1.ModelInfo.ModelStorageFormatR\x06\x66ormat\x12T\n\x0b\x66ile_assets\x18\x04 \x03(\x0b\x32\x33.gml.internal.api.core.v1.ModelInfo.FileAssetsEntryR\nfileAssets\x12_\n\x16input_tensor_semantics\x18\x05 \x03(\x0b\x32).gml.internal.api.core.v1.TensorSemanticsR\x14inputTensorSemantics\x12\x61\n\x17output_tensor_semantics\x18\x06 \x03(\x0b\x32).gml.internal.api.core.v1.TensorSemanticsR\x15outputTensorSemantics\x12!\n\x0c\x63lass_labels\x18\x64 \x03(\tR\x0b\x63lassLabels\x12\x46\n\tbbox_info\x18\x65 \x01(\x0b\x32).gml.internal.api.core.v1.BoundingBoxInfoR\x08\x62\x62oxInfo\x12l\n\x19image_preprocessing_steps\x18\x66 \x03(\x0b\x32\x30.gml.internal.api.core.v1.ImagePreprocessingStepR\x17imagePreprocessingSteps\x1aN\n\x0f\x46ileAssetsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDR\x05value:\x02\x38\x01\"\x9a\x01\n\tModelKind\x12\x16\n\x12MODEL_KIND_UNKNOWN\x10\x00\x12\x14\n\x10MODEL_KIND_TORCH\x10\x01\x12\x1a\n\x16MODEL_KIND_TORCHSCRIPT\x10\x02\x12\x13\n\x0fMODEL_KIND_ONNX\x10\x03\x12\x15\n\x11MODEL_KIND_TFLITE\x10\x04\x12\x17\n\x13MODEL_KIND_OPENVINO\x10\x05\"\x92\x02\n\x12ModelStorageFormat\x12 \n\x1cMODEL_STORAGE_FORMAT_UNKNOWN\x10\x00\x12&\n\"MODEL_STORAGE_FORMAT_MLIR_BYTECODE\x10\x01\x12\"\n\x1eMODEL_STORAGE_FORMAT_MLIR_TEXT\x10\x02\x12!\n\x1dMODEL_STORAGE_FORMAT_PROTOBUF\x10\x03\x12#\n\x1fMODEL_STORAGE_FORMAT_PROTO_TEXT\x10\x04\x12#\n\x1fMODEL_STORAGE_FORMAT_FLATBUFFER\x10\x05\x12!\n\x1dMODEL_STORAGE_FORMAT_OPENVINO\x10\x06\"\xa8\x02\n\x04Node\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x45\n\x04kind\x18\x02 \x01(\x0e\x32\x31.gml.internal.api.core.v1.LogicalPipelineNodeKindR\x04kind\x12H\n\nattributes\x18\x03 \x03(\x0b\x32(.gml.internal.api.core.v1.NodeAttributesR\nattributes\x12;\n\x06inputs\x18\x04 \x03(\x0b\x32#.gml.internal.api.core.v1.NodeInputR\x06inputs\x12>\n\x07outputs\x18\x05 \x03(\x0b\x32$.gml.internal.api.core.v1.NodeOutputR\x07outputs\"\x1e\n\x08ParamRef\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"\xab\x04\n\x05Value\x12!\n\x0bstring_data\x18\x01 \x01(\tH\x00R\nstringData\x12\x1f\n\nint64_data\x18\x02 \x01(\x03H\x00R\tint64Data\x12!\n\x0b\x64ouble_data\x18\x03 \x01(\x01H\x00R\ndoubleData\x12\x1d\n\tbool_data\x18\x04 \x01(\x08H\x00R\x08\x62oolData\x12I\n\x0blambda_data\x18\x05 \x01(\x0b\x32&.gml.internal.api.core.v1.Value.LambdaH\x00R\nlambdaData\x12I\n\nmodel_data\x18\x06 \x01(\x0b\x32(.gml.internal.api.core.v1.Value.ModelRefH\x00R\tmodelData\x12\x43\n\nparam_data\x18\x07 \x01(\x0b\x32\".gml.internal.api.core.v1.ParamRefH\x00R\tparamData\x1aG\n\x08ModelRef\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\'\n\x02id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x1ap\n\x06Lambda\x12\x16\n\x06inputs\x18\x01 \x03(\tR\x06inputs\x12\x18\n\x07outputs\x18\x02 \x03(\tR\x07outputs\x12\x34\n\x05nodes\x18\x03 \x03(\x0b\x32\x1e.gml.internal.api.core.v1.NodeR\x05nodesB\x06\n\x04\x64\x61ta\"[\n\x0eNodeAttributes\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32\x1f.gml.internal.api.core.v1.ValueR\x05value\"\x9c\x03\n\tNodeInput\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x45\n\x0bparam_value\x18\x02 \x01(\x0b\x32\".gml.internal.api.core.v1.ParamRefH\x00R\nparamValue\x12_\n\x11node_output_value\x18\x03 \x01(\x0b\x32\x31.gml.internal.api.core.v1.NodeInput.NodeOutputRefH\x00R\x0fnodeOutputValue\x12\x62\n\x12lambda_input_value\x18\x04 \x01(\x0b\x32\x32.gml.internal.api.core.v1.NodeInput.LambdaInputRefH\x00R\x10lambdaInputValue\x1a@\n\rNodeOutputRef\x12\x1b\n\tnode_name\x18\x01 \x01(\tR\x08nodeName\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x1a$\n\x0eLambdaInputRef\x12\x12\n\x04name\x18\x01 \x01(\tR\x04nameB\x07\n\x05value\" \n\nNodeOutput\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"a\n\x05Param\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x44\n\rdefault_value\x18\x02 \x01(\x0b\x32\x1f.gml.internal.api.core.v1.ValueR\x0c\x64\x65\x66\x61ultValue\"\xbc\x01\n\x0fLogicalPipeline\x12\x37\n\x06params\x18\x01 \x03(\x0b\x32\x1f.gml.internal.api.core.v1.ParamR\x06params\x12\x34\n\x05nodes\x18\x02 \x03(\x0b\x32\x1e.gml.internal.api.core.v1.NodeR\x05nodes\x12:\n\tmodel_ids\x18\x03 \x03(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08ModelIDsR\x08modelIds\"\xab\x04\n\x12PipelineDeployment\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12V\n\x13logical_pipeline_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x15\xe2\xde\x1f\x11LogicalPipelineIDR\x11logicalPipelineId\x12\x37\n\x08\x66leet_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0b\xe2\xde\x1f\x07\x46leetIDR\x07\x66leetId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x18\n\x07version\x18\x06 \x01(\x03R\x07version\x12\x44\n\x04spec\x18\x07 \x01(\x0b\x32\x30.gml.internal.api.core.v1.PipelineDeploymentSpecR\x04spec\x12J\n\x06status\x18\x08 \x01(\x0b\x32\x32.gml.internal.api.core.v1.PipelineDeploymentStatusR\x06status\x12\x39\n\ndeleted_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tdeletedAt\"W\n\x16PipelineDeploymentSpec\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\"q\n\x18PipelineDeploymentStatus\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12\x16\n\x06reason\x18\x02 \x01(\tR\x06reason\"\xdc\x03\n\x10PhysicalPipeline\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12_\n\x16pipeline_deployment_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\x18\xe2\xde\x1f\x14PipelineDeploymentIDR\x14pipelineDeploymentId\x12:\n\tdevice_id\x18\x03 \x01(\x0b\x32\x0f.gml.types.UUIDB\x0c\xe2\xde\x1f\x08\x44\x65viceIDR\x08\x64\x65viceId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x42\n\x04spec\x18\x06 \x01(\x0b\x32..gml.internal.api.core.v1.PhysicalPipelineSpecR\x04spec\x12H\n\x06status\x18\x07 \x01(\x0b\x32\x30.gml.internal.api.core.v1.PhysicalPipelineStatusR\x06status\"\xc8\x01\n\x14PhysicalPipelineSpec\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12\x18\n\x07version\x18\x02 \x01(\x03R\x07version\x12=\n\x05graph\x18\x03 \x01(\x0b\x32\'.gml.internal.api.core.v1.ExecutionSpecR\x05graph\x12\x18\n\x07runtime\x18\x04 \x01(\tR\x07runtime\"\xa3\x01\n\x16PhysicalPipelineStatus\x12=\n\x05state\x18\x01 \x01(\x0e\x32\'.gml.internal.api.core.v1.PipelineStateR\x05state\x12\x18\n\x07version\x18\x02 \x01(\x03R\x07version\x12\x18\n\x07runtime\x18\x03 \x01(\tR\x07runtime\x12\x16\n\x06reason\x18\x04 \x01(\tR\x06reason\"\x84\x01\n\x0c\x46ileResource\x12\x34\n\x07\x66ile_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\n\xe2\xde\x1f\x06\x46ileIDR\x06\x66ileId\x12\x1d\n\nsize_bytes\x18\x02 \x01(\x04R\tsizeBytes\x12\x1f\n\x0bsha256_hash\x18\x03 \x01(\tR\nsha256Hash\"\x8b\x01\n\rExecutionSpec\x12\x36\n\x05graph\x18\x01 \x01(\x0b\x32 .mediapipe.CalculatorGraphConfigR\x05graph\x12\x42\n\nmodel_spec\x18\x02 \x03(\x0b\x32#.gml.internal.api.core.v1.ModelSpecR\tmodelSpec\"\\\n\nNamedAsset\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12:\n\x04\x66ile\x18\x02 \x01(\x0b\x32&.gml.internal.api.core.v1.FileResourceR\x04\x66ile\"\xd0\x03\n\tModelSpec\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x33\n\ronnx_blob_key\x18\x02 \x01(\tB\x0f\xe2\xde\x1f\x0bONNXBlobKeyR\x0bonnxBlobKey\x12Q\n\tonnx_file\x18\x03 \x01(\x0b\x32&.gml.internal.api.core.v1.FileResourceB\x0c\xe2\xde\x1f\x08ONNXFileR\x08onnxFile\x12\x45\n\x0bnamed_asset\x18\x04 \x03(\x0b\x32$.gml.internal.api.core.v1.NamedAssetR\nnamedAsset\x12\x18\n\x07runtime\x18\x32 \x01(\tR\x07runtime\x12\x62\n\rtensorrt_spec\x18\x64 \x01(\x0b\x32+.gml.internal.api.core.v1.TensorRTModelSpecB\x10\xe2\xde\x1f\x0cTensorRTSpecR\x0ctensorrtSpec\x12\x62\n\ropenvino_spec\x18\x65 \x01(\x0b\x32+.gml.internal.api.core.v1.OpenVINOModelSpecB\x10\xe2\xde\x1f\x0cOpenVINOSpecR\x0copenvinoSpec\"\xfe\x01\n\x11TensorRTModelSpec\x12h\n\x14optimization_profile\x18\x01 \x03(\x0b\x32\x35.gml.internal.api.core.v1.TensorRTOptimizationProfileR\x13optimizationProfile\x12&\n\x0f\x65ngine_blob_key\x18\x02 \x01(\tR\rengineBlobKey\x12W\n\x0fmem_pool_limits\x18\x03 \x01(\x0b\x32/.gml.internal.api.core.v1.TensorRTMemPoolLimitsR\rmemPoolLimits\"\x7f\n\x1bTensorRTOptimizationProfile\x12`\n\x12tensor_shape_range\x18\x01 \x03(\x0b\x32\x32.gml.internal.api.core.v1.TensorRTTensorShapeRangeR\x10tensorShapeRange\"M\n\x18TensorRTTensorShapeRange\x12\x1f\n\x0btensor_name\x18\x01 \x01(\tR\ntensorName\x12\x10\n\x03\x64im\x18\x02 \x03(\x05R\x03\x64im\"5\n\x15TensorRTMemPoolLimits\x12\x1c\n\tworkspace\x18\x01 \x01(\x03R\tworkspace\"\x8e\x01\n\x11OpenVINOModelSpec\x12X\n\x0binput_shape\x18\x01 \x03(\x0b\x32\x37.gml.internal.api.core.v1.OpenVINOModelSpec.TensorShapeR\ninputShape\x1a\x1f\n\x0bTensorShape\x12\x10\n\x03\x64im\x18\x01 \x03(\x05R\x03\x64im*\xcc\x04\n\x17LogicalPipelineNodeKind\x12&\n\"LOGICAL_PIPELINE_NODE_KIND_UNKNOWN\x10\x00\x12,\n(LOGICAL_PIPELINE_NODE_KIND_CAMERA_SOURCE\x10\n\x12&\n!LOGICAL_PIPELINE_NODE_KIND_DETECT\x10\xe8\x07\x12(\n#LOGICAL_PIPELINE_NODE_KIND_CLASSIFY\x10\xe9\x07\x12\'\n\"LOGICAL_PIPELINE_NODE_KIND_SEGMENT\x10\xea\x07\x12\x33\n.LOGICAL_PIPELINE_NODE_KIND_MULTI_PURPOSE_MODEL\x10\xeb\x07\x12\'\n\"LOGICAL_PIPELINE_NODE_KIND_REGRESS\x10\xec\x07\x12,\n\'LOGICAL_PIPELINE_NODE_KIND_FOR_EACH_ROI\x10\xdf\x0b\x12\x31\n,LOGICAL_PIPELINE_NODE_KIND_VIDEO_STREAM_SINK\x10\xd0\x0f\x12\x37\n2LOGICAL_PIPELINE_NODE_KIND_DETECTIONS_METRICS_SINK\x10\xd1\x0f\x12\x34\n/LOGICAL_PIPELINE_NODE_KIND_LATENCY_METRICS_SINK\x10\xd2\x0f\x12\x32\n-LOGICAL_PIPELINE_NODE_KIND_FRAME_METRICS_SINK\x10\xd3\x0f*\xd7\x01\n\rPipelineState\x12\x1a\n\x16PIPELINE_STATE_UNKNOWN\x10\x00\x12\x1a\n\x16PIPELINE_STATE_PENDING\x10\x01\x12\x18\n\x14PIPELINE_STATE_READY\x10\x02\x12\x1a\n\x16PIPELINE_STATE_RUNNING\x10\x03\x12\x1e\n\x1aPIPELINE_STATE_TERMINATING\x10\x04\x12\x1d\n\x19PIPELINE_STATE_TERMINATED\x10\x05\x12\x19\n\x15PIPELINE_STATE_FAILED\x10\x06\x42/Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepbb\x06proto3')
|
26
|
+
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.api.corepb.v1.model_exec_pb2', globals())
|
29
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
30
|
+
|
31
|
+
DESCRIPTOR._options = None
|
32
|
+
DESCRIPTOR._serialized_options = b'Z-gimletlabs.ai/gimlet/src/api/corepb/v1;corepb'
|
33
|
+
_MODELINFO_FILEASSETSENTRY._options = None
|
34
|
+
_MODELINFO_FILEASSETSENTRY._serialized_options = b'8\001'
|
35
|
+
_VALUE_MODELREF.fields_by_name['id']._options = None
|
36
|
+
_VALUE_MODELREF.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
37
|
+
_LOGICALPIPELINE.fields_by_name['model_ids']._options = None
|
38
|
+
_LOGICALPIPELINE.fields_by_name['model_ids']._serialized_options = b'\342\336\037\010ModelIDs'
|
39
|
+
_PIPELINEDEPLOYMENT.fields_by_name['id']._options = None
|
40
|
+
_PIPELINEDEPLOYMENT.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
41
|
+
_PIPELINEDEPLOYMENT.fields_by_name['logical_pipeline_id']._options = None
|
42
|
+
_PIPELINEDEPLOYMENT.fields_by_name['logical_pipeline_id']._serialized_options = b'\342\336\037\021LogicalPipelineID'
|
43
|
+
_PIPELINEDEPLOYMENT.fields_by_name['fleet_id']._options = None
|
44
|
+
_PIPELINEDEPLOYMENT.fields_by_name['fleet_id']._serialized_options = b'\342\336\037\007FleetID'
|
45
|
+
_PHYSICALPIPELINE.fields_by_name['id']._options = None
|
46
|
+
_PHYSICALPIPELINE.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
47
|
+
_PHYSICALPIPELINE.fields_by_name['pipeline_deployment_id']._options = None
|
48
|
+
_PHYSICALPIPELINE.fields_by_name['pipeline_deployment_id']._serialized_options = b'\342\336\037\024PipelineDeploymentID'
|
49
|
+
_PHYSICALPIPELINE.fields_by_name['device_id']._options = None
|
50
|
+
_PHYSICALPIPELINE.fields_by_name['device_id']._serialized_options = b'\342\336\037\010DeviceID'
|
51
|
+
_FILERESOURCE.fields_by_name['file_id']._options = None
|
52
|
+
_FILERESOURCE.fields_by_name['file_id']._serialized_options = b'\342\336\037\006FileID'
|
53
|
+
_MODELSPEC.fields_by_name['onnx_blob_key']._options = None
|
54
|
+
_MODELSPEC.fields_by_name['onnx_blob_key']._serialized_options = b'\342\336\037\013ONNXBlobKey'
|
55
|
+
_MODELSPEC.fields_by_name['onnx_file']._options = None
|
56
|
+
_MODELSPEC.fields_by_name['onnx_file']._serialized_options = b'\342\336\037\010ONNXFile'
|
57
|
+
_MODELSPEC.fields_by_name['tensorrt_spec']._options = None
|
58
|
+
_MODELSPEC.fields_by_name['tensorrt_spec']._serialized_options = b'\342\336\037\014TensorRTSpec'
|
59
|
+
_MODELSPEC.fields_by_name['openvino_spec']._options = None
|
60
|
+
_MODELSPEC.fields_by_name['openvino_spec']._serialized_options = b'\342\336\037\014OpenVINOSpec'
|
61
|
+
_LOGICALPIPELINENODEKIND._serialized_start=10127
|
62
|
+
_LOGICALPIPELINENODEKIND._serialized_end=10715
|
63
|
+
_PIPELINESTATE._serialized_start=10718
|
64
|
+
_PIPELINESTATE._serialized_end=10933
|
65
|
+
_BOUNDINGBOXINFO._serialized_start=221
|
66
|
+
_BOUNDINGBOXINFO._serialized_end=516
|
67
|
+
_BOUNDINGBOXINFO_BOUNDINGBOXFORMAT._serialized_start=372
|
68
|
+
_BOUNDINGBOXINFO_BOUNDINGBOXFORMAT._serialized_end=516
|
69
|
+
_IMAGEPREPROCESSINGSTEP._serialized_start=519
|
70
|
+
_IMAGEPREPROCESSINGSTEP._serialized_end=1531
|
71
|
+
_IMAGEPREPROCESSINGSTEP_IMAGECONVERSIONPARAMS._serialized_start=980
|
72
|
+
_IMAGEPREPROCESSINGSTEP_IMAGECONVERSIONPARAMS._serialized_end=1025
|
73
|
+
_IMAGEPREPROCESSINGSTEP_IMAGERESIZEPARAMS._serialized_start=1028
|
74
|
+
_IMAGEPREPROCESSINGSTEP_IMAGERESIZEPARAMS._serialized_end=1265
|
75
|
+
_IMAGEPREPROCESSINGSTEP_IMAGERESIZEPARAMS_IMAGERESIZEKIND._serialized_start=1153
|
76
|
+
_IMAGEPREPROCESSINGSTEP_IMAGERESIZEPARAMS_IMAGERESIZEKIND._serialized_end=1265
|
77
|
+
_IMAGEPREPROCESSINGSTEP_IMAGESTANDARDIZEPARAMS._serialized_start=1267
|
78
|
+
_IMAGEPREPROCESSINGSTEP_IMAGESTANDARDIZEPARAMS._serialized_end=1339
|
79
|
+
_IMAGEPREPROCESSINGSTEP_IMAGEPREPROCESSINGKIND._serialized_start=1342
|
80
|
+
_IMAGEPREPROCESSINGSTEP_IMAGEPREPROCESSINGKIND._serialized_end=1531
|
81
|
+
_DIMENSIONSEMANTICS._serialized_start=1534
|
82
|
+
_DIMENSIONSEMANTICS._serialized_end=3999
|
83
|
+
_DIMENSIONSEMANTICS_IMAGECHANNELPARAMS._serialized_start=2257
|
84
|
+
_DIMENSIONSEMANTICS_IMAGECHANNELPARAMS._serialized_end=2501
|
85
|
+
_DIMENSIONSEMANTICS_IMAGECHANNELPARAMS_IMAGECHANNELFORMAT._serialized_start=2387
|
86
|
+
_DIMENSIONSEMANTICS_IMAGECHANNELPARAMS_IMAGECHANNELFORMAT._serialized_end=2501
|
87
|
+
_DIMENSIONSEMANTICS_DETECTIONCANDIDATESPARAMS._serialized_start=2503
|
88
|
+
_DIMENSIONSEMANTICS_DETECTIONCANDIDATESPARAMS._serialized_end=2564
|
89
|
+
_DIMENSIONSEMANTICS_DETECTIONOUTPUTPARAMS._serialized_start=2567
|
90
|
+
_DIMENSIONSEMANTICS_DETECTIONOUTPUTPARAMS._serialized_end=3046
|
91
|
+
_DIMENSIONSEMANTICS_DETECTIONOUTPUTPARAMS_INDEXRANGE._serialized_start=2992
|
92
|
+
_DIMENSIONSEMANTICS_DETECTIONOUTPUTPARAMS_INDEXRANGE._serialized_end=3046
|
93
|
+
_DIMENSIONSEMANTICS_SEGMENTATIONMASKPARAMS._serialized_start=3049
|
94
|
+
_DIMENSIONSEMANTICS_SEGMENTATIONMASKPARAMS._serialized_end=3351
|
95
|
+
_DIMENSIONSEMANTICS_SEGMENTATIONMASKPARAMS_SEGMENTATIONMASKKIND._serialized_start=3186
|
96
|
+
_DIMENSIONSEMANTICS_SEGMENTATIONMASKPARAMS_SEGMENTATIONMASKKIND._serialized_end=3351
|
97
|
+
_DIMENSIONSEMANTICS_REGRESSIONPARAMS._serialized_start=3353
|
98
|
+
_DIMENSIONSEMANTICS_REGRESSIONPARAMS._serialized_end=3445
|
99
|
+
_DIMENSIONSEMANTICS_DIMENSIONSEMANTICSKIND._serialized_start=3448
|
100
|
+
_DIMENSIONSEMANTICS_DIMENSIONSEMANTICSKIND._serialized_end=3999
|
101
|
+
_TENSORSEMANTICS._serialized_start=4001
|
102
|
+
_TENSORSEMANTICS._serialized_end=4096
|
103
|
+
_MODELINFO._serialized_start=4099
|
104
|
+
_MODELINFO._serialized_end=5290
|
105
|
+
_MODELINFO_FILEASSETSENTRY._serialized_start=4778
|
106
|
+
_MODELINFO_FILEASSETSENTRY._serialized_end=4856
|
107
|
+
_MODELINFO_MODELKIND._serialized_start=4859
|
108
|
+
_MODELINFO_MODELKIND._serialized_end=5013
|
109
|
+
_MODELINFO_MODELSTORAGEFORMAT._serialized_start=5016
|
110
|
+
_MODELINFO_MODELSTORAGEFORMAT._serialized_end=5290
|
111
|
+
_NODE._serialized_start=5293
|
112
|
+
_NODE._serialized_end=5589
|
113
|
+
_PARAMREF._serialized_start=5591
|
114
|
+
_PARAMREF._serialized_end=5621
|
115
|
+
_VALUE._serialized_start=5624
|
116
|
+
_VALUE._serialized_end=6179
|
117
|
+
_VALUE_MODELREF._serialized_start=5986
|
118
|
+
_VALUE_MODELREF._serialized_end=6057
|
119
|
+
_VALUE_LAMBDA._serialized_start=6059
|
120
|
+
_VALUE_LAMBDA._serialized_end=6171
|
121
|
+
_NODEATTRIBUTES._serialized_start=6181
|
122
|
+
_NODEATTRIBUTES._serialized_end=6272
|
123
|
+
_NODEINPUT._serialized_start=6275
|
124
|
+
_NODEINPUT._serialized_end=6687
|
125
|
+
_NODEINPUT_NODEOUTPUTREF._serialized_start=6576
|
126
|
+
_NODEINPUT_NODEOUTPUTREF._serialized_end=6640
|
127
|
+
_NODEINPUT_LAMBDAINPUTREF._serialized_start=6642
|
128
|
+
_NODEINPUT_LAMBDAINPUTREF._serialized_end=6678
|
129
|
+
_NODEOUTPUT._serialized_start=6689
|
130
|
+
_NODEOUTPUT._serialized_end=6721
|
131
|
+
_PARAM._serialized_start=6723
|
132
|
+
_PARAM._serialized_end=6820
|
133
|
+
_LOGICALPIPELINE._serialized_start=6823
|
134
|
+
_LOGICALPIPELINE._serialized_end=7011
|
135
|
+
_PIPELINEDEPLOYMENT._serialized_start=7014
|
136
|
+
_PIPELINEDEPLOYMENT._serialized_end=7569
|
137
|
+
_PIPELINEDEPLOYMENTSPEC._serialized_start=7571
|
138
|
+
_PIPELINEDEPLOYMENTSPEC._serialized_end=7658
|
139
|
+
_PIPELINEDEPLOYMENTSTATUS._serialized_start=7660
|
140
|
+
_PIPELINEDEPLOYMENTSTATUS._serialized_end=7773
|
141
|
+
_PHYSICALPIPELINE._serialized_start=7776
|
142
|
+
_PHYSICALPIPELINE._serialized_end=8252
|
143
|
+
_PHYSICALPIPELINESPEC._serialized_start=8255
|
144
|
+
_PHYSICALPIPELINESPEC._serialized_end=8455
|
145
|
+
_PHYSICALPIPELINESTATUS._serialized_start=8458
|
146
|
+
_PHYSICALPIPELINESTATUS._serialized_end=8621
|
147
|
+
_FILERESOURCE._serialized_start=8624
|
148
|
+
_FILERESOURCE._serialized_end=8756
|
149
|
+
_EXECUTIONSPEC._serialized_start=8759
|
150
|
+
_EXECUTIONSPEC._serialized_end=8898
|
151
|
+
_NAMEDASSET._serialized_start=8900
|
152
|
+
_NAMEDASSET._serialized_end=8992
|
153
|
+
_MODELSPEC._serialized_start=8995
|
154
|
+
_MODELSPEC._serialized_end=9459
|
155
|
+
_TENSORRTMODELSPEC._serialized_start=9462
|
156
|
+
_TENSORRTMODELSPEC._serialized_end=9716
|
157
|
+
_TENSORRTOPTIMIZATIONPROFILE._serialized_start=9718
|
158
|
+
_TENSORRTOPTIMIZATIONPROFILE._serialized_end=9845
|
159
|
+
_TENSORRTTENSORSHAPERANGE._serialized_start=9847
|
160
|
+
_TENSORRTTENSORSHAPERANGE._serialized_end=9924
|
161
|
+
_TENSORRTMEMPOOLLIMITS._serialized_start=9926
|
162
|
+
_TENSORRTMEMPOOLLIMITS._serialized_end=9979
|
163
|
+
_OPENVINOMODELSPEC._serialized_start=9982
|
164
|
+
_OPENVINOMODELSPEC._serialized_end=10124
|
165
|
+
_OPENVINOMODELSPEC_TENSORSHAPE._serialized_start=10093
|
166
|
+
_OPENVINOMODELSPEC_TENSORSHAPE._serialized_end=10124
|
167
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,61 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: src/common/typespb/jwt.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf.internal import builder as _builder
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from gml.proto.gogoproto import gogo_pb2 as gogoproto_dot_gogo__pb2
|
15
|
+
|
16
|
+
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1csrc/common/typespb/jwt.proto\x12\tgml.types\x1a\x14gogoproto/gogo.proto\"\xfb\x03\n\tJWTClaims\x12#\n\x08\x61udience\x18\x01 \x01(\tB\x07\xea\xde\x1f\x03\x61udR\x08\x61udience\x12&\n\nexpires_at\x18\x02 \x01(\x03\x42\x07\xea\xde\x1f\x03\x65xpR\texpiresAt\x12 \n\x03jti\x18\x03 \x01(\tB\x0e\xe2\xde\x1f\x03JTI\xea\xde\x1f\x03jtiR\x03jti\x12$\n\tissued_at\x18\x04 \x01(\x03\x42\x07\xea\xde\x1f\x03iatR\x08issuedAt\x12\x1f\n\x06issuer\x18\x05 \x01(\tB\x07\xea\xde\x1f\x03issR\x06issuer\x12&\n\nnot_before\x18\x06 \x01(\x03\x42\x07\xea\xde\x1f\x03nbfR\tnotBefore\x12!\n\x07subject\x18\x07 \x01(\tB\x07\xea\xde\x1f\x03subR\x07subject\x12\x16\n\x06scopes\x18\x08 \x03(\tR\x06scopes\x12;\n\x0buser_claims\x18\t \x01(\x0b\x32\x18.gml.types.UserJWTClaimsH\x00R\nuserClaims\x12\x44\n\x0eservice_claims\x18\n \x01(\x0b\x32\x1b.gml.types.ServiceJWTClaimsH\x00R\rserviceClaims\x12\x41\n\rdevice_claims\x18\x0b \x01(\x0b\x32\x1a.gml.types.DeviceJWTClaimsH\x00R\x0c\x64\x65viceClaimsB\x0f\n\rcustom_claims\"\x8a\x02\n\rUserJWTClaims\x12-\n\x07user_id\x18\x01 \x01(\tB\x14\xe2\xde\x1f\x06UserID\xea\xde\x1f\x06userIDR\x06userId\x12\x14\n\x05\x65mail\x18\x02 \x01(\tR\x05\x65mail\x12U\n\x0e\x61uthorizations\x18\x03 \x03(\x0b\x32-.gml.types.UserJWTClaims.AuthorizationDetailsR\x0e\x61uthorizations\x1a]\n\x14\x41uthorizationDetails\x12\x16\n\x06scopes\x18\x01 \x03(\tR\x06scopes\x12-\n\x07org_ids\x18\x02 \x03(\tB\x14\xe2\xde\x1f\x06OrgIDs\xea\xde\x1f\x06orgIDsR\x06orgIds\"M\n\x10ServiceJWTClaims\x12\x39\n\nservice_id\x18\x01 \x01(\tB\x1a\xe2\xde\x1f\tServiceID\xea\xde\x1f\tserviceIDR\tserviceId\"\xbf\x01\n\x0f\x44\x65viceJWTClaims\x12\x35\n\tdevice_id\x18\x01 \x01(\tB\x18\xe2\xde\x1f\x08\x44\x65viceID\xea\xde\x1f\x08\x64\x65viceIDR\x08\x64\x65viceId\x12\x31\n\x08\x66leet_id\x18\x02 \x01(\tB\x16\xe2\xde\x1f\x07\x46leetID\xea\xde\x1f\x07\x66leetIDR\x07\x66leetId\x12\x42\n\rdeploy_key_id\x18\x03 \x01(\tB\x1e\xe2\xde\x1f\x0b\x44\x65ployKeyID\xea\xde\x1f\x0b\x64\x65ployKeyIDR\x0b\x64\x65ployKeyIdB1Z/gimletlabs.ai/gimlet/src/common/typespb;typespbb\x06proto3')
|
18
|
+
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.common.typespb.jwt_pb2', globals())
|
21
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
22
|
+
|
23
|
+
DESCRIPTOR._options = None
|
24
|
+
DESCRIPTOR._serialized_options = b'Z/gimletlabs.ai/gimlet/src/common/typespb;typespb'
|
25
|
+
_JWTCLAIMS.fields_by_name['audience']._options = None
|
26
|
+
_JWTCLAIMS.fields_by_name['audience']._serialized_options = b'\352\336\037\003aud'
|
27
|
+
_JWTCLAIMS.fields_by_name['expires_at']._options = None
|
28
|
+
_JWTCLAIMS.fields_by_name['expires_at']._serialized_options = b'\352\336\037\003exp'
|
29
|
+
_JWTCLAIMS.fields_by_name['jti']._options = None
|
30
|
+
_JWTCLAIMS.fields_by_name['jti']._serialized_options = b'\342\336\037\003JTI\352\336\037\003jti'
|
31
|
+
_JWTCLAIMS.fields_by_name['issued_at']._options = None
|
32
|
+
_JWTCLAIMS.fields_by_name['issued_at']._serialized_options = b'\352\336\037\003iat'
|
33
|
+
_JWTCLAIMS.fields_by_name['issuer']._options = None
|
34
|
+
_JWTCLAIMS.fields_by_name['issuer']._serialized_options = b'\352\336\037\003iss'
|
35
|
+
_JWTCLAIMS.fields_by_name['not_before']._options = None
|
36
|
+
_JWTCLAIMS.fields_by_name['not_before']._serialized_options = b'\352\336\037\003nbf'
|
37
|
+
_JWTCLAIMS.fields_by_name['subject']._options = None
|
38
|
+
_JWTCLAIMS.fields_by_name['subject']._serialized_options = b'\352\336\037\003sub'
|
39
|
+
_USERJWTCLAIMS_AUTHORIZATIONDETAILS.fields_by_name['org_ids']._options = None
|
40
|
+
_USERJWTCLAIMS_AUTHORIZATIONDETAILS.fields_by_name['org_ids']._serialized_options = b'\342\336\037\006OrgIDs\352\336\037\006orgIDs'
|
41
|
+
_USERJWTCLAIMS.fields_by_name['user_id']._options = None
|
42
|
+
_USERJWTCLAIMS.fields_by_name['user_id']._serialized_options = b'\342\336\037\006UserID\352\336\037\006userID'
|
43
|
+
_SERVICEJWTCLAIMS.fields_by_name['service_id']._options = None
|
44
|
+
_SERVICEJWTCLAIMS.fields_by_name['service_id']._serialized_options = b'\342\336\037\tServiceID\352\336\037\tserviceID'
|
45
|
+
_DEVICEJWTCLAIMS.fields_by_name['device_id']._options = None
|
46
|
+
_DEVICEJWTCLAIMS.fields_by_name['device_id']._serialized_options = b'\342\336\037\010DeviceID\352\336\037\010deviceID'
|
47
|
+
_DEVICEJWTCLAIMS.fields_by_name['fleet_id']._options = None
|
48
|
+
_DEVICEJWTCLAIMS.fields_by_name['fleet_id']._serialized_options = b'\342\336\037\007FleetID\352\336\037\007fleetID'
|
49
|
+
_DEVICEJWTCLAIMS.fields_by_name['deploy_key_id']._options = None
|
50
|
+
_DEVICEJWTCLAIMS.fields_by_name['deploy_key_id']._serialized_options = b'\342\336\037\013DeployKeyID\352\336\037\013deployKeyID'
|
51
|
+
_JWTCLAIMS._serialized_start=66
|
52
|
+
_JWTCLAIMS._serialized_end=573
|
53
|
+
_USERJWTCLAIMS._serialized_start=576
|
54
|
+
_USERJWTCLAIMS._serialized_end=842
|
55
|
+
_USERJWTCLAIMS_AUTHORIZATIONDETAILS._serialized_start=749
|
56
|
+
_USERJWTCLAIMS_AUTHORIZATIONDETAILS._serialized_end=842
|
57
|
+
_SERVICEJWTCLAIMS._serialized_start=844
|
58
|
+
_SERVICEJWTCLAIMS._serialized_end=921
|
59
|
+
_DEVICEJWTCLAIMS._serialized_start=924
|
60
|
+
_DEVICEJWTCLAIMS._serialized_end=1115
|
61
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: src/common/typespb/status.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf.internal import builder as _builder
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
|
15
|
+
|
16
|
+
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fsrc/common/typespb/status.proto\x12\tgml.types\x1a\x19google/protobuf/any.proto\"v\n\x06Status\x12*\n\x08\x65rr_code\x18\x01 \x01(\x0e\x32\x0f.gml.types.CodeR\x07\x65rrCode\x12\x10\n\x03msg\x18\x02 \x01(\tR\x03msg\x12.\n\x07\x63ontext\x18\x03 \x01(\x0b\x32\x14.google.protobuf.AnyR\x07\x63ontext*\xe1\x02\n\x04\x43ode\x12\x0b\n\x07\x43ODE_OK\x10\x00\x12\x12\n\x0e\x43ODE_CANCELLED\x10\x01\x12\x10\n\x0c\x43ODE_UNKNOWN\x10\x02\x12\x19\n\x15\x43ODE_INVALID_ARGUMENT\x10\x03\x12\x1a\n\x16\x43ODE_DEADLINE_EXCEEDED\x10\x04\x12\x12\n\x0e\x43ODE_NOT_FOUND\x10\x05\x12\x17\n\x13\x43ODE_ALREADY_EXISTS\x10\x06\x12\x1a\n\x16\x43ODE_PERMISSION_DENIED\x10\x07\x12\x18\n\x14\x43ODE_UNAUTHENTICATED\x10\x08\x12\x11\n\rCODE_INTERNAL\x10\t\x12\x16\n\x12\x43ODE_UNIMPLEMENTED\x10\n\x12\x1d\n\x19\x43ODE_RESOURCE_UNAVAILABLE\x10\x0b\x12\x0f\n\x0b\x43ODE_SYSTEM\x10\x0c\x12\x1c\n\x18\x43ODE_FAILED_PRECONDITION\x10\r\x12\x13\n\x0f\x43ODE_DO_NOT_USE\x10\x64\x42\x31Z/gimletlabs.ai/gimlet/src/common/typespb;typespbb\x06proto3')
|
18
|
+
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.common.typespb.status_pb2', globals())
|
21
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
22
|
+
|
23
|
+
DESCRIPTOR._options = None
|
24
|
+
DESCRIPTOR._serialized_options = b'Z/gimletlabs.ai/gimlet/src/common/typespb;typespb'
|
25
|
+
_CODE._serialized_start=194
|
26
|
+
_CODE._serialized_end=547
|
27
|
+
_STATUS._serialized_start=73
|
28
|
+
_STATUS._serialized_end=191
|
29
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: src/common/typespb/uuid.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf.internal import builder as _builder
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dsrc/common/typespb/uuid.proto\x12\tgml.types\">\n\x04UUID\x12\x1b\n\thigh_bits\x18\x01 \x01(\x04R\x08highBits\x12\x19\n\x08low_bits\x18\x02 \x01(\x04R\x07lowBitsB1Z/gimletlabs.ai/gimlet/src/common/typespb;typespbb\x06proto3')
|
17
|
+
|
18
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
19
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.common.typespb.uuid_pb2', globals())
|
20
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
21
|
+
|
22
|
+
DESCRIPTOR._options = None
|
23
|
+
DESCRIPTOR._serialized_options = b'Z/gimletlabs.ai/gimlet/src/common/typespb;typespb'
|
24
|
+
_UUID._serialized_start=44
|
25
|
+
_UUID._serialized_end=106
|
26
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,115 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: src/controlplane/directory/directorypb/v1/directory.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf.internal import builder as _builder
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from gml.proto.gogoproto import gogo_pb2 as gogoproto_dot_gogo__pb2
|
15
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
16
|
+
from gml.proto.src.common.typespb import uuid_pb2 as src_dot_common_dot_typespb_dot_uuid__pb2
|
17
|
+
|
18
|
+
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9src/controlplane/directory/directorypb/v1/directory.proto\x12&gml.internal.controlplane.directory.v1\x1a\x14gogoproto/gogo.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dsrc/common/typespb/uuid.proto\"\xc0\x02\n\x08UserInfo\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x14\n\x05\x65mail\x18\x03 \x01(\tR\x05\x65mail\x12\x41\n\x0f\x64isplay_picture\x18\x04 \x01(\tB\x18\xf2\xde\x1f\x14\x64\x62:\"display_picture\"R\x0e\x64isplayPicture\x12G\n\x11identity_provider\x18\x05 \x01(\tB\x1a\xf2\xde\x1f\x16\x64\x62:\"identity_provider\"R\x10identityProvider\x12U\n\x10\x61uth_provider_id\x18\x06 \x01(\tB+\xe2\xde\x1f\x0e\x41uthProviderID\xf2\xde\x1f\x15\x64\x62:\"auth_provider_id\"R\x0e\x61uthProviderId\"b\n\x11UpsertUserRequest\x12M\n\tuser_info\x18\x01 \x01(\x0b\x32\x30.gml.internal.controlplane.directory.v1.UserInfoR\x08userInfo\"}\n\x12UpsertUserResponse\x12M\n\tuser_info\x18\x01 \x01(\x0b\x32\x30.gml.internal.controlplane.directory.v1.UserInfoR\x08userInfo\x12\x18\n\x07\x63reated\x18\x02 \x01(\x08R\x07\x63reated\"9\n\x0eGetUserRequest\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\"`\n\x0fGetUserResponse\x12M\n\tuser_info\x18\x01 \x01(\x0b\x32\x30.gml.internal.controlplane.directory.v1.UserInfoR\x08userInfo\"\x83\x01\n\x11UpdateUserRequest\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x45\n\x0f\x64isplay_picture\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueR\x0e\x64isplayPicture\"\x14\n\x12UpdateUserResponse\"<\n\x11\x44\x65leteUserRequest\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\"\x14\n\x12\x44\x65leteUserResponse\"\\\n\x07OrgInfo\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12(\n\x08org_name\x18\x02 \x01(\tB\r\xf2\xde\x1f\tdb:\"name\"R\x07orgName\"\x9d\x01\n\x10\x43reateOrgRequest\x12J\n\x08org_info\x18\x01 \x01(\x0b\x32/.gml.internal.controlplane.directory.v1.OrgInfoR\x07orgInfo\x12=\n\ncreator_id\x18\x02 \x01(\x0b\x32\x0f.gml.types.UUIDB\r\xe2\xde\x1f\tCreatorIDR\tcreatorId\"<\n\x11\x43reateOrgResponse\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\"S\n\rGetOrgRequest\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\x12\x19\n\x08org_name\x18\x02 \x01(\tR\x07orgName\"\\\n\x0eGetOrgResponse\x12J\n\x08org_info\x18\x01 \x01(\x0b\x32/.gml.internal.controlplane.directory.v1.OrgInfoR\x07orgInfo\";\n\x10\x44\x65leteOrgRequest\x12\'\n\x02id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\x06\xe2\xde\x1f\x02IDR\x02id\"\x13\n\x11\x44\x65leteOrgResponse\"\x18\n\x16GrantUserScopesRequest\"\x19\n\x17GrantUserScopesResponse\"\x19\n\x17RevokeUserScopesRequest\"\x1a\n\x18RevokeUserScopesResponse\"G\n\x0fListOrgsRequest\x12\x34\n\x07user_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\n\xe2\xde\x1f\x06UserIDR\x06userId\"H\n\x10ListOrgsResponse\x12\x34\n\x07org_ids\x18\x01 \x03(\x0b\x32\x0f.gml.types.UUIDB\n\xe2\xde\x1f\x06OrgIDsR\x06orgIds\"z\n\x0cUserRoleInfo\x12M\n\tuser_info\x18\x01 \x01(\x0b\x32\x30.gml.internal.controlplane.directory.v1.UserInfoR\x08userInfo\x12\x1b\n\trole_name\x18\x02 \x01(\tR\x08roleName\"D\n\x0fGetUsersRequest\x12\x31\n\x06org_id\x18\x01 \x01(\x0b\x32\x0f.gml.types.UUIDB\t\xe2\xde\x1f\x05OrgIDR\x05orgId\"g\n\x10GetUsersResponse\x12S\n\nuser_roles\x18\x01 \x03(\x0b\x32\x34.gml.internal.controlplane.directory.v1.UserRoleInfoR\tuserRoles2\xa4\x04\n\x14UserDirectoryService\x12z\n\x07GetUser\x12\x36.gml.internal.controlplane.directory.v1.GetUserRequest\x1a\x37.gml.internal.controlplane.directory.v1.GetUserResponse\x12\x83\x01\n\nUpdateUser\x12\x39.gml.internal.controlplane.directory.v1.UpdateUserRequest\x1a:.gml.internal.controlplane.directory.v1.UpdateUserResponse\x12\x83\x01\n\nDeleteUser\x12\x39.gml.internal.controlplane.directory.v1.DeleteUserRequest\x1a:.gml.internal.controlplane.directory.v1.DeleteUserResponse\x12\x83\x01\n\nUpsertUser\x12\x39.gml.internal.controlplane.directory.v1.UpsertUserRequest\x1a:.gml.internal.controlplane.directory.v1.UpsertUserResponse2\x94\x03\n\x13OrgDirectoryService\x12\x80\x01\n\tCreateOrg\x12\x38.gml.internal.controlplane.directory.v1.CreateOrgRequest\x1a\x39.gml.internal.controlplane.directory.v1.CreateOrgResponse\x12w\n\x06GetOrg\x12\x35.gml.internal.controlplane.directory.v1.GetOrgRequest\x1a\x36.gml.internal.controlplane.directory.v1.GetOrgResponse\x12\x80\x01\n\tDeleteOrg\x12\x38.gml.internal.controlplane.directory.v1.DeleteOrgRequest\x1a\x39.gml.internal.controlplane.directory.v1.DeleteOrgResponse2\xc5\x04\n\x18OrgUserManagementService\x12\x92\x01\n\x0fGrantUserScopes\x12>.gml.internal.controlplane.directory.v1.GrantUserScopesRequest\x1a?.gml.internal.controlplane.directory.v1.GrantUserScopesResponse\x12\x95\x01\n\x10RevokeUserScopes\x12?.gml.internal.controlplane.directory.v1.RevokeUserScopesRequest\x1a@.gml.internal.controlplane.directory.v1.RevokeUserScopesResponse\x12}\n\x08ListOrgs\x12\x37.gml.internal.controlplane.directory.v1.ListOrgsRequest\x1a\x38.gml.internal.controlplane.directory.v1.ListOrgsResponse\x12}\n\x08GetUsers\x12\x37.gml.internal.controlplane.directory.v1.GetUsersRequest\x1a\x38.gml.internal.controlplane.directory.v1.GetUsersResponseBLZJgimletlabs.ai/gimlet/src/controlplane/directory/directorypb/v1;directorypbb\x06proto3')
|
20
|
+
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'src.controlplane.directory.directorypb.v1.directory_pb2', globals())
|
23
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
24
|
+
|
25
|
+
DESCRIPTOR._options = None
|
26
|
+
DESCRIPTOR._serialized_options = b'ZJgimletlabs.ai/gimlet/src/controlplane/directory/directorypb/v1;directorypb'
|
27
|
+
_USERINFO.fields_by_name['id']._options = None
|
28
|
+
_USERINFO.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
29
|
+
_USERINFO.fields_by_name['display_picture']._options = None
|
30
|
+
_USERINFO.fields_by_name['display_picture']._serialized_options = b'\362\336\037\024db:\"display_picture\"'
|
31
|
+
_USERINFO.fields_by_name['identity_provider']._options = None
|
32
|
+
_USERINFO.fields_by_name['identity_provider']._serialized_options = b'\362\336\037\026db:\"identity_provider\"'
|
33
|
+
_USERINFO.fields_by_name['auth_provider_id']._options = None
|
34
|
+
_USERINFO.fields_by_name['auth_provider_id']._serialized_options = b'\342\336\037\016AuthProviderID\362\336\037\025db:\"auth_provider_id\"'
|
35
|
+
_GETUSERREQUEST.fields_by_name['id']._options = None
|
36
|
+
_GETUSERREQUEST.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
37
|
+
_UPDATEUSERREQUEST.fields_by_name['id']._options = None
|
38
|
+
_UPDATEUSERREQUEST.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
39
|
+
_DELETEUSERREQUEST.fields_by_name['id']._options = None
|
40
|
+
_DELETEUSERREQUEST.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
41
|
+
_ORGINFO.fields_by_name['id']._options = None
|
42
|
+
_ORGINFO.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
43
|
+
_ORGINFO.fields_by_name['org_name']._options = None
|
44
|
+
_ORGINFO.fields_by_name['org_name']._serialized_options = b'\362\336\037\tdb:\"name\"'
|
45
|
+
_CREATEORGREQUEST.fields_by_name['creator_id']._options = None
|
46
|
+
_CREATEORGREQUEST.fields_by_name['creator_id']._serialized_options = b'\342\336\037\tCreatorID'
|
47
|
+
_CREATEORGRESPONSE.fields_by_name['id']._options = None
|
48
|
+
_CREATEORGRESPONSE.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
49
|
+
_GETORGREQUEST.fields_by_name['id']._options = None
|
50
|
+
_GETORGREQUEST.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
51
|
+
_DELETEORGREQUEST.fields_by_name['id']._options = None
|
52
|
+
_DELETEORGREQUEST.fields_by_name['id']._serialized_options = b'\342\336\037\002ID'
|
53
|
+
_LISTORGSREQUEST.fields_by_name['user_id']._options = None
|
54
|
+
_LISTORGSREQUEST.fields_by_name['user_id']._serialized_options = b'\342\336\037\006UserID'
|
55
|
+
_LISTORGSRESPONSE.fields_by_name['org_ids']._options = None
|
56
|
+
_LISTORGSRESPONSE.fields_by_name['org_ids']._serialized_options = b'\342\336\037\006OrgIDs'
|
57
|
+
_GETUSERSREQUEST.fields_by_name['org_id']._options = None
|
58
|
+
_GETUSERSREQUEST.fields_by_name['org_id']._serialized_options = b'\342\336\037\005OrgID'
|
59
|
+
_USERINFO._serialized_start=187
|
60
|
+
_USERINFO._serialized_end=507
|
61
|
+
_UPSERTUSERREQUEST._serialized_start=509
|
62
|
+
_UPSERTUSERREQUEST._serialized_end=607
|
63
|
+
_UPSERTUSERRESPONSE._serialized_start=609
|
64
|
+
_UPSERTUSERRESPONSE._serialized_end=734
|
65
|
+
_GETUSERREQUEST._serialized_start=736
|
66
|
+
_GETUSERREQUEST._serialized_end=793
|
67
|
+
_GETUSERRESPONSE._serialized_start=795
|
68
|
+
_GETUSERRESPONSE._serialized_end=891
|
69
|
+
_UPDATEUSERREQUEST._serialized_start=894
|
70
|
+
_UPDATEUSERREQUEST._serialized_end=1025
|
71
|
+
_UPDATEUSERRESPONSE._serialized_start=1027
|
72
|
+
_UPDATEUSERRESPONSE._serialized_end=1047
|
73
|
+
_DELETEUSERREQUEST._serialized_start=1049
|
74
|
+
_DELETEUSERREQUEST._serialized_end=1109
|
75
|
+
_DELETEUSERRESPONSE._serialized_start=1111
|
76
|
+
_DELETEUSERRESPONSE._serialized_end=1131
|
77
|
+
_ORGINFO._serialized_start=1133
|
78
|
+
_ORGINFO._serialized_end=1225
|
79
|
+
_CREATEORGREQUEST._serialized_start=1228
|
80
|
+
_CREATEORGREQUEST._serialized_end=1385
|
81
|
+
_CREATEORGRESPONSE._serialized_start=1387
|
82
|
+
_CREATEORGRESPONSE._serialized_end=1447
|
83
|
+
_GETORGREQUEST._serialized_start=1449
|
84
|
+
_GETORGREQUEST._serialized_end=1532
|
85
|
+
_GETORGRESPONSE._serialized_start=1534
|
86
|
+
_GETORGRESPONSE._serialized_end=1626
|
87
|
+
_DELETEORGREQUEST._serialized_start=1628
|
88
|
+
_DELETEORGREQUEST._serialized_end=1687
|
89
|
+
_DELETEORGRESPONSE._serialized_start=1689
|
90
|
+
_DELETEORGRESPONSE._serialized_end=1708
|
91
|
+
_GRANTUSERSCOPESREQUEST._serialized_start=1710
|
92
|
+
_GRANTUSERSCOPESREQUEST._serialized_end=1734
|
93
|
+
_GRANTUSERSCOPESRESPONSE._serialized_start=1736
|
94
|
+
_GRANTUSERSCOPESRESPONSE._serialized_end=1761
|
95
|
+
_REVOKEUSERSCOPESREQUEST._serialized_start=1763
|
96
|
+
_REVOKEUSERSCOPESREQUEST._serialized_end=1788
|
97
|
+
_REVOKEUSERSCOPESRESPONSE._serialized_start=1790
|
98
|
+
_REVOKEUSERSCOPESRESPONSE._serialized_end=1816
|
99
|
+
_LISTORGSREQUEST._serialized_start=1818
|
100
|
+
_LISTORGSREQUEST._serialized_end=1889
|
101
|
+
_LISTORGSRESPONSE._serialized_start=1891
|
102
|
+
_LISTORGSRESPONSE._serialized_end=1963
|
103
|
+
_USERROLEINFO._serialized_start=1965
|
104
|
+
_USERROLEINFO._serialized_end=2087
|
105
|
+
_GETUSERSREQUEST._serialized_start=2089
|
106
|
+
_GETUSERSREQUEST._serialized_end=2157
|
107
|
+
_GETUSERSRESPONSE._serialized_start=2159
|
108
|
+
_GETUSERSRESPONSE._serialized_end=2262
|
109
|
+
_USERDIRECTORYSERVICE._serialized_start=2265
|
110
|
+
_USERDIRECTORYSERVICE._serialized_end=2813
|
111
|
+
_ORGDIRECTORYSERVICE._serialized_start=2816
|
112
|
+
_ORGDIRECTORYSERVICE._serialized_end=3220
|
113
|
+
_ORGUSERMANAGEMENTSERVICE._serialized_start=3223
|
114
|
+
_ORGUSERMANAGEMENTSERVICE._serialized_end=3804
|
115
|
+
# @@protoc_insertion_point(module_scope)
|