luminarycloud 0.15.0__py3-none-any.whl → 0.15.2__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.
Files changed (35) hide show
  1. luminarycloud/_client/client.py +4 -0
  2. luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.py +81 -81
  3. luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.pyi +4 -1
  4. luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2.py +61 -0
  5. luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2.pyi +76 -0
  6. luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2_grpc.py +67 -0
  7. luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2_grpc.pyi +26 -0
  8. luminarycloud/_proto/api/v0/luminarycloud/mesh/mesh_pb2.py +29 -27
  9. luminarycloud/_proto/api/v0/luminarycloud/mesh/mesh_pb2.pyi +5 -1
  10. luminarycloud/_proto/api/v0/luminarycloud/named_variable_set/named_variable_set_pb2.py +50 -28
  11. luminarycloud/_proto/api/v0/luminarycloud/named_variable_set/named_variable_set_pb2.pyi +38 -2
  12. luminarycloud/_proto/api/v0/luminarycloud/named_variable_set/named_variable_set_pb2_grpc.py +34 -0
  13. luminarycloud/_proto/api/v0/luminarycloud/named_variable_set/named_variable_set_pb2_grpc.pyi +12 -0
  14. luminarycloud/_proto/assistant/assistant_pb2.py +74 -74
  15. luminarycloud/_proto/assistant/assistant_pb2.pyi +22 -30
  16. luminarycloud/_proto/geometry/geometry_pb2.py +8 -1
  17. luminarycloud/_proto/geometry/geometry_pb2.pyi +19 -0
  18. luminarycloud/_proto/hexmesh/hexmesh_pb2.py +37 -37
  19. luminarycloud/_proto/hexmesh/hexmesh_pb2.pyi +4 -4
  20. luminarycloud/_proto/inferenceservice/inferenceservice_pb2.py +69 -0
  21. luminarycloud/_proto/inferenceservice/inferenceservice_pb2.pyi +80 -0
  22. luminarycloud/_proto/parametricworker/parametricworker_pb2.py +59 -26
  23. luminarycloud/_proto/parametricworker/parametricworker_pb2.pyi +58 -3
  24. luminarycloud/feature_modification.py +909 -0
  25. luminarycloud/meshing/mesh_generation_params.py +1 -1
  26. luminarycloud/meshing/sizing_strategy/sizing_strategies.py +2 -2
  27. luminarycloud/named_variable_set.py +10 -4
  28. luminarycloud/physics_ai/inference.py +55 -0
  29. luminarycloud/simulation_template.py +4 -4
  30. luminarycloud/types/adfloat.py +19 -1
  31. luminarycloud/vis/interactive_scene.py +30 -6
  32. luminarycloud/vis/visualization.py +57 -0
  33. {luminarycloud-0.15.0.dist-info → luminarycloud-0.15.2.dist-info}/METADATA +1 -1
  34. {luminarycloud-0.15.0.dist-info → luminarycloud-0.15.2.dist-info}/RECORD +35 -27
  35. {luminarycloud-0.15.0.dist-info → luminarycloud-0.15.2.dist-info}/WHEEL +0 -0
@@ -22,7 +22,7 @@ from luminarycloud._proto.api.v0.luminarycloud.common import common_pb2 as proto
22
22
  from luminarycloud._proto.upload import upload_pb2 as proto_dot_upload_dot_upload__pb2
23
23
 
24
24
 
25
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*proto/api/v0/luminarycloud/mesh/mesh.proto\x12(luminary.proto.api.v0.luminarycloud.mesh\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x15proto/base/base.proto\x1a\x15proto/cad/shape.proto\x1a\x1bproto/hexmesh/hexmesh.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.proto/api/v0/luminarycloud/common/common.proto\x1a\x19proto/upload/upload.proto\"\xe2\x02\n\x04Mesh\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12/\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12I\n\x06status\x18\x04 \x01(\x0e\x32\x39.luminary.proto.api.v0.luminarycloud.mesh.Mesh.MeshStatus\x12 \n\x13geometry_version_id\x18\x05 \x01(\tH\x00\x88\x01\x01\x12\x12\n\nproject_id\x18\x06 \x01(\t\"v\n\nMeshStatus\x12\x1b\n\x17MESH_STATUS_UNSPECIFIED\x10\x00\x12\x18\n\x14MESH_STATUS_CREATING\x10\x01\x12\x19\n\x15MESH_STATUS_COMPLETED\x10\x02\x12\x16\n\x12MESH_STATUS_FAILED\x10\x03\x42\x16\n\x14_geometry_version_id\"\x1c\n\x0eGetMeshRequest\x12\n\n\x02id\x18\x01 \x01(\t\"O\n\x0fGetMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"$\n\x16GetMeshMetadataRequest\x12\n\n\x02id\x18\x01 \x01(\t\"h\n\x17GetMeshMetadataResponse\x12M\n\rmesh_metadata\x18\x01 \x01(\x0b\x32\x36.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata\"\xd2\x04\n\x0cMeshMetadata\x12J\n\x05zones\x18\x01 \x03(\x0b\x32;.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.Zone\x1a\xcd\x01\n\tMeshStats\x12\x10\n\x08n_points\x18\x01 \x01(\x03\x12\x0f\n\x07n_faces\x18\x02 \x01(\x03\x12\r\n\x05n_cvs\x18\x03 \x01(\x03\x12\x46\n\tmin_coord\x18\x05 \x01(\x0b\x32\x33.luminary.proto.api.v0.luminarycloud.common.Vector3\x12\x46\n\tmax_coord\x18\x06 \x01(\x0b\x32\x33.luminary.proto.api.v0.luminarycloud.common.Vector3\x1ai\n\x08\x42oundary\x12\x0c\n\x04name\x18\x01 \x01(\t\x12O\n\x05stats\x18\x02 \x01(\x0b\x32@.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.MeshStats\x1a\xba\x01\n\x04Zone\x12S\n\nboundaries\x18\x01 \x03(\x0b\x32?.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.Boundary\x12O\n\x05stats\x18\x02 \x01(\x0b\x32@.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.MeshStats\x12\x0c\n\x04name\x18\x03 \x01(\t\"\'\n\x11ListMeshesRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\"T\n\x12ListMeshesResponse\x12>\n\x06meshes\x18\x01 \x03(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"-\n\x11UpdateMeshRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\"R\n\x12UpdateMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"\xab\x02\n\x11\x43reateMeshRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12`\n\x16mesh_adaptation_params\x18\x03 \x01(\x0b\x32>.luminary.proto.api.v0.luminarycloud.mesh.MeshAdaptationParamsH\x00\x12`\n\x16mesh_generation_params\x18\x04 \x01(\x0b\x32>.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParamsH\x00\x12\x17\n\nrequest_id\x18\x05 \x01(\tH\x01\x88\x01\x01\x42\x08\n\x06paramsB\r\n\x0b_request_id\"R\n\x12\x43reateMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"\xff\x01\n\x11UploadMeshRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0f\n\x07scaling\x18\x03 \x01(\x01\x12\x14\n\x0cupload_token\x18\x04 \x01(\t\x12I\n\nfile_chunk\x18\x05 \x01(\x0b\x32\x35.luminary.proto.api.v0.luminarycloud.common.FileChunk\x12\x32\n\tmesh_type\x18\x06 \x01(\x0e\x32\x1f.luminary.proto.upload.MeshType\x12\"\n\x1a\x64o_not_read_zones_openfoam\x18\x07 \x01(\x08\"h\n\x12UploadMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\x12\x14\n\x0cupload_token\x18\x02 \x01(\t\"\x1f\n\x11\x44\x65leteMeshRequest\x12\n\n\x02id\x18\x01 \x01(\t\"t\n\x14MeshAdaptationParams\x12\x1c\n\x14source_simulation_id\x18\x01 \x01(\t\x12\x17\n\x0ftarget_cv_count\x18\x02 \x01(\x04\x12\x0f\n\x07h_ratio\x18\x03 \x01(\x01\x12\x14\n\x0c\x61spect_ratio\x18\x04 \x01(\x01\"\xb0\x10\n\x14MeshGenerationParams\x12\x33\n\x0b\x62ody_x_axis\x18\x01 \x01(\x0b\x32\x1e.luminary.proto.base.AdVector3\x12\x33\n\x0b\x62ody_y_axis\x18\x02 \x01(\x0b\x32\x1e.luminary.proto.base.AdVector3\x12\x16\n\x0e\x61\x64\x64_refinement\x18\x03 \x01(\x08\x12\x18\n\x10proximity_layers\x18\x04 \x01(\r\x12\x62\n\rvolume_params\x18\x05 \x03(\x0b\x32K.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.VolumeParams\x12`\n\x0cmodel_params\x18\x06 \x03(\x0b\x32J.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.ModelParams\x12\x65\n\tbl_params\x18\x07 \x03(\x0b\x32R.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.BoundaryLayerParams\x12l\n\rrefine_params\x18\x08 \x03(\x0b\x32U.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.RefinementRegionParams\x12\x13\n\x0bgeometry_id\x18\t \x01(\t\x12s\n\x16mesh_complexity_params\x18\n \x01(\x0b\x32S.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.MeshComplexityParams\x12\x64\n\x0eoverset_params\x18\x0b \x01(\x0b\x32L.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.OversetParams\x12`\n\x0cmeshing_mode\x18\x0c \x01(\x0b\x32J.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.MeshingMode\x12\x10\n\x08use_wrap\x18\r \x01(\x08\x1a\x43\n\x0cVolumeParams\x12\x10\n\x08min_size\x18\x01 \x01(\x01\x12\x10\n\x08max_size\x18\x02 \x01(\x01\x12\x0f\n\x07volumes\x18\x03 \x03(\x03\x1a\x44\n\x0bModelParams\x12\x11\n\tcurvature\x18\x01 \x01(\x01\x12\x10\n\x08max_size\x18\x02 \x01(\x01\x12\x10\n\x08surfaces\x18\x03 \x03(\t\x1a\x64\n\x13\x42oundaryLayerParams\x12\x10\n\x08n_layers\x18\x01 \x01(\r\x12\x14\n\x0cinitial_size\x18\x02 \x01(\x01\x12\x13\n\x0bgrowth_rate\x18\x03 \x01(\x01\x12\x10\n\x08surfaces\x18\x04 \x03(\t\x1a\x8b\x03\n\x16RefinementRegionParams\x12\x0f\n\x07h_limit\x18\x01 \x01(\x01\x12,\n\x06sphere\x18\x02 \x01(\x0b\x32\x1a.luminary.proto.cad.SphereH\x00\x12\x37\n\x0csphere_shell\x18\x03 \x01(\x0b\x32\x1f.luminary.proto.cad.SphereShellH\x00\x12(\n\x04\x63ube\x18\x04 \x01(\x0b\x32\x18.luminary.proto.cad.CubeH\x00\x12\x39\n\roriented_cube\x18\x05 \x01(\x0b\x32 .luminary.proto.cad.OrientedCubeH\x00\x12\x30\n\x08\x63ylinder\x18\x06 \x01(\x0b\x32\x1c.luminary.proto.cad.CylinderH\x00\x12?\n\x10\x61nnular_cylinder\x18\x07 \x01(\x0b\x32#.luminary.proto.cad.AnnularCylinderH\x00\x12\n\n\x02id\x18\x08 \x01(\t\x12\x0c\n\x04name\x18\t \x01(\tB\x07\n\x05shape\x1a\xe7\x01\n\x14MeshComplexityParams\x12\x14\n\x0ctarget_cells\x18\x01 \x01(\x04\x12\x17\n\x0flimit_max_cells\x18\x02 \x01(\x04\x12p\n\x04type\x18\x03 \x01(\x0e\x32\x62.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.MeshComplexityParams.ComplexityType\".\n\x0e\x43omplexityType\x12\x07\n\x03MAX\x10\x00\x12\n\n\x06TARGET\x10\x01\x12\x07\n\x03MIN\x10\x02\x1a!\n\rOversetParams\x12\x10\n\x08surfaces\x18\x01 \x03(\t\x1a\xf0\x01\n\x0bMeshingMode\x12\x65\n\x07\x64\x65\x66\x61ult\x18\x01 \x01(\x0b\x32R.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.MeshingMode.DefaultH\x00\x12_\n\x04\x62\x61se\x18\x02 \x01(\x0b\x32O.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.MeshingMode.BaseH\x00\x1a\t\n\x07\x44\x65\x66\x61ult\x1a\x06\n\x04\x42\x61seB\x06\n\x04mode\"h\n\x14\x43reateHexMeshRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12<\n\x0fhex_mesh_config\x18\x02 \x01(\x0b\x32#.luminary.proto.hexmesh.HexMeshSpec\"(\n\x15\x43reateHexMeshResponse\x12\x0f\n\x07mesh_id\x18\x01 \x01(\t2\xac\n\n\x0bMeshService\x12\x97\x01\n\x07GetMesh\x12\x38.luminary.proto.api.v0.luminarycloud.mesh.GetMeshRequest\x1a\x39.luminary.proto.api.v0.luminarycloud.mesh.GetMeshResponse\"\x17\x82\xd3\xe4\x93\x02\x11\x12\x0f/v0/meshes/{id}\x12\xba\x01\n\x0fGetMeshMetadata\x12@.luminary.proto.api.v0.luminarycloud.mesh.GetMeshMetadataRequest\x1a\x41.luminary.proto.api.v0.luminarycloud.mesh.GetMeshMetadataResponse\"\"\x82\xd3\xe4\x93\x02\x1c\x12\x1a/v0/meshes:getmeshmetadata\x12\xb1\x01\n\nListMeshes\x12;.luminary.proto.api.v0.luminarycloud.mesh.ListMeshesRequest\x1a<.luminary.proto.api.v0.luminarycloud.mesh.ListMeshesResponse\"(\x82\xd3\xe4\x93\x02\"\x12 /v0/projects/{project_id}/meshes\x12\xa3\x01\n\nUpdateMesh\x12;.luminary.proto.api.v0.luminarycloud.mesh.UpdateMeshRequest\x1a<.luminary.proto.api.v0.luminarycloud.mesh.UpdateMeshResponse\"\x1a\x82\xd3\xe4\x93\x02\x14\x32\x0f/v0/meshes/{id}:\x01*\x12\xbb\x01\n\nUploadMesh\x12;.luminary.proto.api.v0.luminarycloud.mesh.UploadMeshRequest\x1a<.luminary.proto.api.v0.luminarycloud.mesh.UploadMeshResponse\"2\x82\xd3\xe4\x93\x02,\"\'/v0/projects/{project_id}/meshes:upload:\x01*\x12z\n\nDeleteMesh\x12;.luminary.proto.api.v0.luminarycloud.mesh.DeleteMeshRequest\x1a\x16.google.protobuf.Empty\"\x17\x82\xd3\xe4\x93\x02\x11*\x0f/v0/meshes/{id}\x12\x9e\x01\n\nCreateMesh\x12;.luminary.proto.api.v0.luminarycloud.mesh.CreateMeshRequest\x1a<.luminary.proto.api.v0.luminarycloud.mesh.CreateMeshResponse\"\x15\x82\xd3\xe4\x93\x02\x0f\"\n/v0/meshes:\x01*\x12\x90\x01\n\rCreateHexMesh\x12>.luminary.proto.api.v0.luminarycloud.mesh.CreateHexMeshRequest\x1a?.luminary.proto.api.v0.luminarycloud.mesh.CreateHexMeshResponseB8Z6luminarycloud.com/core/proto/api/v0/luminarycloud/meshb\x06proto3')
25
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*proto/api/v0/luminarycloud/mesh/mesh.proto\x12(luminary.proto.api.v0.luminarycloud.mesh\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x15proto/base/base.proto\x1a\x15proto/cad/shape.proto\x1a\x1bproto/hexmesh/hexmesh.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.proto/api/v0/luminarycloud/common/common.proto\x1a\x19proto/upload/upload.proto\"\xe2\x02\n\x04Mesh\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12/\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12I\n\x06status\x18\x04 \x01(\x0e\x32\x39.luminary.proto.api.v0.luminarycloud.mesh.Mesh.MeshStatus\x12 \n\x13geometry_version_id\x18\x05 \x01(\tH\x00\x88\x01\x01\x12\x12\n\nproject_id\x18\x06 \x01(\t\"v\n\nMeshStatus\x12\x1b\n\x17MESH_STATUS_UNSPECIFIED\x10\x00\x12\x18\n\x14MESH_STATUS_CREATING\x10\x01\x12\x19\n\x15MESH_STATUS_COMPLETED\x10\x02\x12\x16\n\x12MESH_STATUS_FAILED\x10\x03\x42\x16\n\x14_geometry_version_id\"\x1c\n\x0eGetMeshRequest\x12\n\n\x02id\x18\x01 \x01(\t\"O\n\x0fGetMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"$\n\x16GetMeshMetadataRequest\x12\n\n\x02id\x18\x01 \x01(\t\"h\n\x17GetMeshMetadataResponse\x12M\n\rmesh_metadata\x18\x01 \x01(\x0b\x32\x36.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata\"\xd2\x04\n\x0cMeshMetadata\x12J\n\x05zones\x18\x01 \x03(\x0b\x32;.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.Zone\x1a\xcd\x01\n\tMeshStats\x12\x10\n\x08n_points\x18\x01 \x01(\x03\x12\x0f\n\x07n_faces\x18\x02 \x01(\x03\x12\r\n\x05n_cvs\x18\x03 \x01(\x03\x12\x46\n\tmin_coord\x18\x05 \x01(\x0b\x32\x33.luminary.proto.api.v0.luminarycloud.common.Vector3\x12\x46\n\tmax_coord\x18\x06 \x01(\x0b\x32\x33.luminary.proto.api.v0.luminarycloud.common.Vector3\x1ai\n\x08\x42oundary\x12\x0c\n\x04name\x18\x01 \x01(\t\x12O\n\x05stats\x18\x02 \x01(\x0b\x32@.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.MeshStats\x1a\xba\x01\n\x04Zone\x12S\n\nboundaries\x18\x01 \x03(\x0b\x32?.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.Boundary\x12O\n\x05stats\x18\x02 \x01(\x0b\x32@.luminary.proto.api.v0.luminarycloud.mesh.MeshMetadata.MeshStats\x12\x0c\n\x04name\x18\x03 \x01(\t\"\'\n\x11ListMeshesRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\"T\n\x12ListMeshesResponse\x12>\n\x06meshes\x18\x01 \x03(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"-\n\x11UpdateMeshRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\"R\n\x12UpdateMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"\xab\x02\n\x11\x43reateMeshRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12`\n\x16mesh_adaptation_params\x18\x03 \x01(\x0b\x32>.luminary.proto.api.v0.luminarycloud.mesh.MeshAdaptationParamsH\x00\x12`\n\x16mesh_generation_params\x18\x04 \x01(\x0b\x32>.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParamsH\x00\x12\x17\n\nrequest_id\x18\x05 \x01(\tH\x01\x88\x01\x01\x42\x08\n\x06paramsB\r\n\x0b_request_id\"R\n\x12\x43reateMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\"\xff\x01\n\x11UploadMeshRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0f\n\x07scaling\x18\x03 \x01(\x01\x12\x14\n\x0cupload_token\x18\x04 \x01(\t\x12I\n\nfile_chunk\x18\x05 \x01(\x0b\x32\x35.luminary.proto.api.v0.luminarycloud.common.FileChunk\x12\x32\n\tmesh_type\x18\x06 \x01(\x0e\x32\x1f.luminary.proto.upload.MeshType\x12\"\n\x1a\x64o_not_read_zones_openfoam\x18\x07 \x01(\x08\"h\n\x12UploadMeshResponse\x12<\n\x04mesh\x18\x01 \x01(\x0b\x32..luminary.proto.api.v0.luminarycloud.mesh.Mesh\x12\x14\n\x0cupload_token\x18\x02 \x01(\t\"\x1f\n\x11\x44\x65leteMeshRequest\x12\n\n\x02id\x18\x01 \x01(\t\"t\n\x14MeshAdaptationParams\x12\x1c\n\x14source_simulation_id\x18\x01 \x01(\t\x12\x17\n\x0ftarget_cv_count\x18\x02 \x01(\x04\x12\x0f\n\x07h_ratio\x18\x03 \x01(\x01\x12\x14\n\x0c\x61spect_ratio\x18\x04 \x01(\x01\"\xcd\x10\n\x14MeshGenerationParams\x12\x33\n\x0b\x62ody_x_axis\x18\x01 \x01(\x0b\x32\x1e.luminary.proto.base.AdVector3\x12\x33\n\x0b\x62ody_y_axis\x18\x02 \x01(\x0b\x32\x1e.luminary.proto.base.AdVector3\x12\x16\n\x0e\x61\x64\x64_refinement\x18\x03 \x01(\x08\x12\x18\n\x10proximity_layers\x18\x04 \x01(\r\x12\x62\n\rvolume_params\x18\x05 \x03(\x0b\x32K.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.VolumeParams\x12`\n\x0cmodel_params\x18\x06 \x03(\x0b\x32J.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.ModelParams\x12\x65\n\tbl_params\x18\x07 \x03(\x0b\x32R.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.BoundaryLayerParams\x12l\n\rrefine_params\x18\x08 \x03(\x0b\x32U.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.RefinementRegionParams\x12\x13\n\x0bgeometry_id\x18\t \x01(\t\x12s\n\x16mesh_complexity_params\x18\n \x01(\x0b\x32S.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.MeshComplexityParams\x12\x64\n\x0eoverset_params\x18\x0b \x01(\x0b\x32L.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.OversetParams\x12`\n\x0cmeshing_mode\x18\x0c \x01(\x0b\x32J.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.MeshingMode\x12\x10\n\x08use_wrap\x18\r \x01(\x08\x1a`\n\x0cVolumeParams\x12\x10\n\x08min_size\x18\x01 \x01(\x01\x12\x10\n\x08max_size\x18\x02 \x01(\x01\x12\x13\n\x07volumes\x18\x03 \x03(\x03\x42\x02\x18\x01\x12\x17\n\x0fvolume_entities\x18\x04 \x03(\t\x1a\x44\n\x0bModelParams\x12\x11\n\tcurvature\x18\x01 \x01(\x01\x12\x10\n\x08max_size\x18\x02 \x01(\x01\x12\x10\n\x08surfaces\x18\x03 \x03(\t\x1a\x64\n\x13\x42oundaryLayerParams\x12\x10\n\x08n_layers\x18\x01 \x01(\r\x12\x14\n\x0cinitial_size\x18\x02 \x01(\x01\x12\x13\n\x0bgrowth_rate\x18\x03 \x01(\x01\x12\x10\n\x08surfaces\x18\x04 \x03(\t\x1a\x8b\x03\n\x16RefinementRegionParams\x12\x0f\n\x07h_limit\x18\x01 \x01(\x01\x12,\n\x06sphere\x18\x02 \x01(\x0b\x32\x1a.luminary.proto.cad.SphereH\x00\x12\x37\n\x0csphere_shell\x18\x03 \x01(\x0b\x32\x1f.luminary.proto.cad.SphereShellH\x00\x12(\n\x04\x63ube\x18\x04 \x01(\x0b\x32\x18.luminary.proto.cad.CubeH\x00\x12\x39\n\roriented_cube\x18\x05 \x01(\x0b\x32 .luminary.proto.cad.OrientedCubeH\x00\x12\x30\n\x08\x63ylinder\x18\x06 \x01(\x0b\x32\x1c.luminary.proto.cad.CylinderH\x00\x12?\n\x10\x61nnular_cylinder\x18\x07 \x01(\x0b\x32#.luminary.proto.cad.AnnularCylinderH\x00\x12\n\n\x02id\x18\x08 \x01(\t\x12\x0c\n\x04name\x18\t \x01(\tB\x07\n\x05shape\x1a\xe7\x01\n\x14MeshComplexityParams\x12\x14\n\x0ctarget_cells\x18\x01 \x01(\x04\x12\x17\n\x0flimit_max_cells\x18\x02 \x01(\x04\x12p\n\x04type\x18\x03 \x01(\x0e\x32\x62.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.MeshComplexityParams.ComplexityType\".\n\x0e\x43omplexityType\x12\x07\n\x03MAX\x10\x00\x12\n\n\x06TARGET\x10\x01\x12\x07\n\x03MIN\x10\x02\x1a!\n\rOversetParams\x12\x10\n\x08surfaces\x18\x01 \x03(\t\x1a\xf0\x01\n\x0bMeshingMode\x12\x65\n\x07\x64\x65\x66\x61ult\x18\x01 \x01(\x0b\x32R.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.MeshingMode.DefaultH\x00\x12_\n\x04\x62\x61se\x18\x02 \x01(\x0b\x32O.luminary.proto.api.v0.luminarycloud.mesh.MeshGenerationParams.MeshingMode.BaseH\x00\x1a\t\n\x07\x44\x65\x66\x61ult\x1a\x06\n\x04\x42\x61seB\x06\n\x04mode\"h\n\x14\x43reateHexMeshRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12<\n\x0fhex_mesh_config\x18\x02 \x01(\x0b\x32#.luminary.proto.hexmesh.HexMeshSpec\"(\n\x15\x43reateHexMeshResponse\x12\x0f\n\x07mesh_id\x18\x01 \x01(\t2\xac\n\n\x0bMeshService\x12\x97\x01\n\x07GetMesh\x12\x38.luminary.proto.api.v0.luminarycloud.mesh.GetMeshRequest\x1a\x39.luminary.proto.api.v0.luminarycloud.mesh.GetMeshResponse\"\x17\x82\xd3\xe4\x93\x02\x11\x12\x0f/v0/meshes/{id}\x12\xba\x01\n\x0fGetMeshMetadata\x12@.luminary.proto.api.v0.luminarycloud.mesh.GetMeshMetadataRequest\x1a\x41.luminary.proto.api.v0.luminarycloud.mesh.GetMeshMetadataResponse\"\"\x82\xd3\xe4\x93\x02\x1c\x12\x1a/v0/meshes:getmeshmetadata\x12\xb1\x01\n\nListMeshes\x12;.luminary.proto.api.v0.luminarycloud.mesh.ListMeshesRequest\x1a<.luminary.proto.api.v0.luminarycloud.mesh.ListMeshesResponse\"(\x82\xd3\xe4\x93\x02\"\x12 /v0/projects/{project_id}/meshes\x12\xa3\x01\n\nUpdateMesh\x12;.luminary.proto.api.v0.luminarycloud.mesh.UpdateMeshRequest\x1a<.luminary.proto.api.v0.luminarycloud.mesh.UpdateMeshResponse\"\x1a\x82\xd3\xe4\x93\x02\x14\x32\x0f/v0/meshes/{id}:\x01*\x12\xbb\x01\n\nUploadMesh\x12;.luminary.proto.api.v0.luminarycloud.mesh.UploadMeshRequest\x1a<.luminary.proto.api.v0.luminarycloud.mesh.UploadMeshResponse\"2\x82\xd3\xe4\x93\x02,\"\'/v0/projects/{project_id}/meshes:upload:\x01*\x12z\n\nDeleteMesh\x12;.luminary.proto.api.v0.luminarycloud.mesh.DeleteMeshRequest\x1a\x16.google.protobuf.Empty\"\x17\x82\xd3\xe4\x93\x02\x11*\x0f/v0/meshes/{id}\x12\x9e\x01\n\nCreateMesh\x12;.luminary.proto.api.v0.luminarycloud.mesh.CreateMeshRequest\x1a<.luminary.proto.api.v0.luminarycloud.mesh.CreateMeshResponse\"\x15\x82\xd3\xe4\x93\x02\x0f\"\n/v0/meshes:\x01*\x12\x90\x01\n\rCreateHexMesh\x12>.luminary.proto.api.v0.luminarycloud.mesh.CreateHexMeshRequest\x1a?.luminary.proto.api.v0.luminarycloud.mesh.CreateHexMeshResponseB8Z6luminarycloud.com/core/proto/api/v0/luminarycloud/meshb\x06proto3')
26
26
 
27
27
 
28
28
 
@@ -293,6 +293,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
293
293
 
294
294
  DESCRIPTOR._options = None
295
295
  DESCRIPTOR._serialized_options = b'Z6luminarycloud.com/core/proto/api/v0/luminarycloud/mesh'
296
+ _MESHGENERATIONPARAMS_VOLUMEPARAMS.fields_by_name['volumes']._options = None
297
+ _MESHGENERATIONPARAMS_VOLUMEPARAMS.fields_by_name['volumes']._serialized_options = b'\030\001'
296
298
  _MESHSERVICE.methods_by_name['GetMesh']._options = None
297
299
  _MESHSERVICE.methods_by_name['GetMesh']._serialized_options = b'\202\323\344\223\002\021\022\017/v0/meshes/{id}'
298
300
  _MESHSERVICE.methods_by_name['GetMeshMetadata']._options = None
@@ -348,31 +350,31 @@ if _descriptor._USE_C_DESCRIPTORS == False:
348
350
  _MESHADAPTATIONPARAMS._serialized_start=2580
349
351
  _MESHADAPTATIONPARAMS._serialized_end=2696
350
352
  _MESHGENERATIONPARAMS._serialized_start=2699
351
- _MESHGENERATIONPARAMS._serialized_end=4795
353
+ _MESHGENERATIONPARAMS._serialized_end=4824
352
354
  _MESHGENERATIONPARAMS_VOLUMEPARAMS._serialized_start=3646
353
- _MESHGENERATIONPARAMS_VOLUMEPARAMS._serialized_end=3713
354
- _MESHGENERATIONPARAMS_MODELPARAMS._serialized_start=3715
355
- _MESHGENERATIONPARAMS_MODELPARAMS._serialized_end=3783
356
- _MESHGENERATIONPARAMS_BOUNDARYLAYERPARAMS._serialized_start=3785
357
- _MESHGENERATIONPARAMS_BOUNDARYLAYERPARAMS._serialized_end=3885
358
- _MESHGENERATIONPARAMS_REFINEMENTREGIONPARAMS._serialized_start=3888
359
- _MESHGENERATIONPARAMS_REFINEMENTREGIONPARAMS._serialized_end=4283
360
- _MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS._serialized_start=4286
361
- _MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS._serialized_end=4517
362
- _MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS_COMPLEXITYTYPE._serialized_start=4471
363
- _MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS_COMPLEXITYTYPE._serialized_end=4517
364
- _MESHGENERATIONPARAMS_OVERSETPARAMS._serialized_start=4519
365
- _MESHGENERATIONPARAMS_OVERSETPARAMS._serialized_end=4552
366
- _MESHGENERATIONPARAMS_MESHINGMODE._serialized_start=4555
367
- _MESHGENERATIONPARAMS_MESHINGMODE._serialized_end=4795
368
- _MESHGENERATIONPARAMS_MESHINGMODE_DEFAULT._serialized_start=4770
369
- _MESHGENERATIONPARAMS_MESHINGMODE_DEFAULT._serialized_end=4779
370
- _MESHGENERATIONPARAMS_MESHINGMODE_BASE._serialized_start=4781
371
- _MESHGENERATIONPARAMS_MESHINGMODE_BASE._serialized_end=4787
372
- _CREATEHEXMESHREQUEST._serialized_start=4797
373
- _CREATEHEXMESHREQUEST._serialized_end=4901
374
- _CREATEHEXMESHRESPONSE._serialized_start=4903
375
- _CREATEHEXMESHRESPONSE._serialized_end=4943
376
- _MESHSERVICE._serialized_start=4946
377
- _MESHSERVICE._serialized_end=6270
355
+ _MESHGENERATIONPARAMS_VOLUMEPARAMS._serialized_end=3742
356
+ _MESHGENERATIONPARAMS_MODELPARAMS._serialized_start=3744
357
+ _MESHGENERATIONPARAMS_MODELPARAMS._serialized_end=3812
358
+ _MESHGENERATIONPARAMS_BOUNDARYLAYERPARAMS._serialized_start=3814
359
+ _MESHGENERATIONPARAMS_BOUNDARYLAYERPARAMS._serialized_end=3914
360
+ _MESHGENERATIONPARAMS_REFINEMENTREGIONPARAMS._serialized_start=3917
361
+ _MESHGENERATIONPARAMS_REFINEMENTREGIONPARAMS._serialized_end=4312
362
+ _MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS._serialized_start=4315
363
+ _MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS._serialized_end=4546
364
+ _MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS_COMPLEXITYTYPE._serialized_start=4500
365
+ _MESHGENERATIONPARAMS_MESHCOMPLEXITYPARAMS_COMPLEXITYTYPE._serialized_end=4546
366
+ _MESHGENERATIONPARAMS_OVERSETPARAMS._serialized_start=4548
367
+ _MESHGENERATIONPARAMS_OVERSETPARAMS._serialized_end=4581
368
+ _MESHGENERATIONPARAMS_MESHINGMODE._serialized_start=4584
369
+ _MESHGENERATIONPARAMS_MESHINGMODE._serialized_end=4824
370
+ _MESHGENERATIONPARAMS_MESHINGMODE_DEFAULT._serialized_start=4799
371
+ _MESHGENERATIONPARAMS_MESHINGMODE_DEFAULT._serialized_end=4808
372
+ _MESHGENERATIONPARAMS_MESHINGMODE_BASE._serialized_start=4810
373
+ _MESHGENERATIONPARAMS_MESHINGMODE_BASE._serialized_end=4816
374
+ _CREATEHEXMESHREQUEST._serialized_start=4826
375
+ _CREATEHEXMESHREQUEST._serialized_end=4930
376
+ _CREATEHEXMESHRESPONSE._serialized_start=4932
377
+ _CREATEHEXMESHRESPONSE._serialized_end=4972
378
+ _MESHSERVICE._serialized_start=4975
379
+ _MESHSERVICE._serialized_end=6299
378
380
  # @@protoc_insertion_point(module_scope)
@@ -528,6 +528,7 @@ class MeshGenerationParams(google.protobuf.message.Message):
528
528
  MIN_SIZE_FIELD_NUMBER: builtins.int
529
529
  MAX_SIZE_FIELD_NUMBER: builtins.int
530
530
  VOLUMES_FIELD_NUMBER: builtins.int
531
+ VOLUME_ENTITIES_FIELD_NUMBER: builtins.int
531
532
  min_size: builtins.float
532
533
  """The minimum mesh element size in meters; should be > 0.0"""
533
534
  max_size: builtins.float
@@ -537,14 +538,17 @@ class MeshGenerationParams(google.protobuf.message.Message):
537
538
  """Volumes this set of parameters applies to
538
539
  Each volume should belong to one and only one instance of VolumeParams
539
540
  """
541
+ @property
542
+ def volume_entities(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
540
543
  def __init__(
541
544
  self,
542
545
  *,
543
546
  min_size: builtins.float = ...,
544
547
  max_size: builtins.float = ...,
545
548
  volumes: collections.abc.Iterable[builtins.int] | None = ...,
549
+ volume_entities: collections.abc.Iterable[builtins.str] | None = ...,
546
550
  ) -> None: ...
547
- def ClearField(self, field_name: typing_extensions.Literal["max_size", b"max_size", "min_size", b"min_size", "volumes", b"volumes"]) -> None: ...
551
+ def ClearField(self, field_name: typing_extensions.Literal["max_size", b"max_size", "min_size", b"min_size", "volume_entities", b"volume_entities", "volumes", b"volumes"]) -> None: ...
548
552
 
549
553
  class ModelParams(google.protobuf.message.Message):
550
554
  """Model meshing parameters"""
@@ -19,7 +19,7 @@ from luminarycloud._proto.base import base_pb2 as proto_dot_base_dot_base__pb2
19
19
  from luminarycloud._proto.ratelimit import ratelimit_pb2 as proto_dot_ratelimit_dot_ratelimit__pb2
20
20
 
21
21
 
22
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nFproto/api/v0/luminarycloud/named_variable_set/named_variable_set.proto\x12\x36luminary.proto.api.v0.luminarycloud.named_variable_set\x1a\x1cgoogle/api/annotations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x15proto/base/base.proto\x1a\x1fproto/ratelimit/ratelimit.proto\"\xf2\x02\n\x10NamedVariableSet\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12u\n\x0fnamed_variables\x18\x04 \x03(\x0b\x32\\.luminary.proto.api.v0.luminarycloud.named_variable_set.NamedVariableSet.NamedVariablesEntry\x12/\n\x0b\x63reate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bupdate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1aW\n\x13NamedVariablesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12/\n\x05value\x18\x02 \x01(\x0b\x32 .luminary.proto.base.AdFloatType:\x02\x38\x01\"(\n\x1aGetNamedVariableSetRequest\x12\n\n\x02id\x18\x01 \x01(\t\"\x83\x01\n\x1bGetNamedVariableSetResponse\x12\x64\n\x12named_variable_set\x18\x01 \x01(\x0b\x32H.luminary.proto.api.v0.luminarycloud.named_variable_set.NamedVariableSet\"2\n\x1cListNamedVariableSetsRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\"\x86\x01\n\x1dListNamedVariableSetsResponse\x12\x65\n\x13named_variable_sets\x18\x01 \x03(\x0b\x32H.luminary.proto.api.v0.luminarycloud.named_variable_set.NamedVariableSet\"\xb3\x02\n\x1d\x43reateNamedVariableSetRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x82\x01\n\x0fnamed_variables\x18\x03 \x03(\x0b\x32i.luminary.proto.api.v0.luminarycloud.named_variable_set.CreateNamedVariableSetRequest.NamedVariablesEntry\x12\x12\n\nrequest_id\x18\x04 \x01(\t\x1aW\n\x13NamedVariablesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12/\n\x05value\x18\x02 \x01(\x0b\x32 .luminary.proto.base.AdFloatType:\x02\x38\x01\"\x86\x01\n\x1e\x43reateNamedVariableSetResponse\x12\x64\n\x12named_variable_set\x18\x01 \x01(\x0b\x32H.luminary.proto.api.v0.luminarycloud.named_variable_set.NamedVariableSet\"+\n\x1d\x44\x65leteNamedVariableSetRequest\x12\n\n\x02id\x18\x01 \x01(\t\"\xa5\x02\n\x1dUpdateNamedVariableSetRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\x04name\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x82\x01\n\x0fnamed_variables\x18\x03 \x03(\x0b\x32i.luminary.proto.api.v0.luminarycloud.named_variable_set.UpdateNamedVariableSetRequest.NamedVariablesEntry\x1aW\n\x13NamedVariablesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12/\n\x05value\x18\x02 \x01(\x0b\x32 .luminary.proto.base.AdFloatType:\x02\x38\x01\x42\x07\n\x05_name\"\x86\x01\n\x1eUpdateNamedVariableSetResponse\x12\x64\n\x12named_variable_set\x18\x01 \x01(\x0b\x32H.luminary.proto.api.v0.luminarycloud.named_variable_set.NamedVariableSet2\xac\t\n\x17NamedVariableSetService\x12\xe3\x01\n\x13GetNamedVariableSet\x12R.luminary.proto.api.v0.luminarycloud.named_variable_set.GetNamedVariableSetRequest\x1aS.luminary.proto.api.v0.luminarycloud.named_variable_set.GetNamedVariableSetResponse\"#\x82\xd3\xe4\x93\x02\x1d\x12\x1b/v0/named_variable_set/{id}\x12\xfb\x01\n\x15ListNamedVariableSets\x12T.luminary.proto.api.v0.luminarycloud.named_variable_set.ListNamedVariableSetsRequest\x1aU.luminary.proto.api.v0.luminarycloud.named_variable_set.ListNamedVariableSetsResponse\"5\x82\xd3\xe4\x93\x02/\x12-/v0/projects/{project_id}/named_variable_sets\x12\x8b\x02\n\x16\x43reateNamedVariableSet\x12U.luminary.proto.api.v0.luminarycloud.named_variable_set.CreateNamedVariableSetRequest\x1aV.luminary.proto.api.v0.luminarycloud.named_variable_set.CreateNamedVariableSetResponse\"B\x82\xd3\xe4\x93\x02\x32\"-/v0/projects/{project_id}/named_variable_sets:\x01*\x8a\xb5\x18\x06\x08\x64\x12\x02\x08\x01\x12\xac\x01\n\x16\x44\x65leteNamedVariableSet\x12U.luminary.proto.api.v0.luminarycloud.named_variable_set.DeleteNamedVariableSetRequest\x1a\x16.google.protobuf.Empty\"#\x82\xd3\xe4\x93\x02\x1d*\x1b/v0/named_variable_set/{id}\x12\xef\x01\n\x16UpdateNamedVariableSet\x12U.luminary.proto.api.v0.luminarycloud.named_variable_set.UpdateNamedVariableSetRequest\x1aV.luminary.proto.api.v0.luminarycloud.named_variable_set.UpdateNamedVariableSetResponse\"&\x82\xd3\xe4\x93\x02 \x1a\x1b/v0/named_variable_set/{id}:\x01*BFZDluminarycloud.com/core/proto/api/v0/luminarycloud/named_variable_setb\x06proto3')
22
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nFproto/api/v0/luminarycloud/named_variable_set/named_variable_set.proto\x12\x36luminary.proto.api.v0.luminarycloud.named_variable_set\x1a\x1cgoogle/api/annotations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x15proto/base/base.proto\x1a\x1fproto/ratelimit/ratelimit.proto\"\x86\x03\n\x10NamedVariableSet\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12u\n\x0fnamed_variables\x18\x04 \x03(\x0b\x32\\.luminary.proto.api.v0.luminarycloud.named_variable_set.NamedVariableSet.NamedVariablesEntry\x12/\n\x0b\x63reate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bupdate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\nversion_id\x18\x07 \x01(\t\x1aW\n\x13NamedVariablesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12/\n\x05value\x18\x02 \x01(\x0b\x32 .luminary.proto.base.AdFloatType:\x02\x38\x01\"(\n\x1aGetNamedVariableSetRequest\x12\n\n\x02id\x18\x01 \x01(\t\"\x83\x01\n\x1bGetNamedVariableSetResponse\x12\x64\n\x12named_variable_set\x18\x01 \x01(\x0b\x32H.luminary.proto.api.v0.luminarycloud.named_variable_set.NamedVariableSet\"2\n\x1cListNamedVariableSetsRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\"\x86\x01\n\x1dListNamedVariableSetsResponse\x12\x65\n\x13named_variable_sets\x18\x01 \x03(\x0b\x32H.luminary.proto.api.v0.luminarycloud.named_variable_set.NamedVariableSet\"\xb3\x02\n\x1d\x43reateNamedVariableSetRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x82\x01\n\x0fnamed_variables\x18\x03 \x03(\x0b\x32i.luminary.proto.api.v0.luminarycloud.named_variable_set.CreateNamedVariableSetRequest.NamedVariablesEntry\x12\x12\n\nrequest_id\x18\x04 \x01(\t\x1aW\n\x13NamedVariablesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12/\n\x05value\x18\x02 \x01(\x0b\x32 .luminary.proto.base.AdFloatType:\x02\x38\x01\"\x86\x01\n\x1e\x43reateNamedVariableSetResponse\x12\x64\n\x12named_variable_set\x18\x01 \x01(\x0b\x32H.luminary.proto.api.v0.luminarycloud.named_variable_set.NamedVariableSet\"+\n\x1d\x44\x65leteNamedVariableSetRequest\x12\n\n\x02id\x18\x01 \x01(\t\"\xb9\x02\n\x1dUpdateNamedVariableSetRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\x04name\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x82\x01\n\x0fnamed_variables\x18\x03 \x03(\x0b\x32i.luminary.proto.api.v0.luminarycloud.named_variable_set.UpdateNamedVariableSetRequest.NamedVariablesEntry\x12\x12\n\nrequest_id\x18\x04 \x01(\t\x1aW\n\x13NamedVariablesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12/\n\x05value\x18\x02 \x01(\x0b\x32 .luminary.proto.base.AdFloatType:\x02\x38\x01\x42\x07\n\x05_name\"\x86\x01\n\x1eUpdateNamedVariableSetResponse\x12\x64\n\x12named_variable_set\x18\x01 \x01(\x0b\x32H.luminary.proto.api.v0.luminarycloud.named_variable_set.NamedVariableSet\"/\n!GetNamedVariableSetVersionRequest\x12\n\n\x02id\x18\x01 \x01(\t\"\x8a\x01\n\"GetNamedVariableSetVersionResponse\x12\x64\n\x12named_variable_set\x18\x01 \x01(\x0b\x32H.luminary.proto.api.v0.luminarycloud.named_variable_set.NamedVariableSet2\xaf\x0b\n\x17NamedVariableSetService\x12\xe3\x01\n\x13GetNamedVariableSet\x12R.luminary.proto.api.v0.luminarycloud.named_variable_set.GetNamedVariableSetRequest\x1aS.luminary.proto.api.v0.luminarycloud.named_variable_set.GetNamedVariableSetResponse\"#\x82\xd3\xe4\x93\x02\x1d\x12\x1b/v0/named_variable_set/{id}\x12\xfb\x01\n\x15ListNamedVariableSets\x12T.luminary.proto.api.v0.luminarycloud.named_variable_set.ListNamedVariableSetsRequest\x1aU.luminary.proto.api.v0.luminarycloud.named_variable_set.ListNamedVariableSetsResponse\"5\x82\xd3\xe4\x93\x02/\x12-/v0/projects/{project_id}/named_variable_sets\x12\x8b\x02\n\x16\x43reateNamedVariableSet\x12U.luminary.proto.api.v0.luminarycloud.named_variable_set.CreateNamedVariableSetRequest\x1aV.luminary.proto.api.v0.luminarycloud.named_variable_set.CreateNamedVariableSetResponse\"B\x82\xd3\xe4\x93\x02\x32\"-/v0/projects/{project_id}/named_variable_sets:\x01*\x8a\xb5\x18\x06\x08\x64\x12\x02\x08\x01\x12\xac\x01\n\x16\x44\x65leteNamedVariableSet\x12U.luminary.proto.api.v0.luminarycloud.named_variable_set.DeleteNamedVariableSetRequest\x1a\x16.google.protobuf.Empty\"#\x82\xd3\xe4\x93\x02\x1d*\x1b/v0/named_variable_set/{id}\x12\xef\x01\n\x16UpdateNamedVariableSet\x12U.luminary.proto.api.v0.luminarycloud.named_variable_set.UpdateNamedVariableSetRequest\x1aV.luminary.proto.api.v0.luminarycloud.named_variable_set.UpdateNamedVariableSetResponse\"&\x82\xd3\xe4\x93\x02 \x1a\x1b/v0/named_variable_set/{id}:\x01*\x12\x80\x02\n\x1aGetNamedVariableSetVersion\x12Y.luminary.proto.api.v0.luminarycloud.named_variable_set.GetNamedVariableSetVersionRequest\x1aZ.luminary.proto.api.v0.luminarycloud.named_variable_set.GetNamedVariableSetVersionResponse\"+\x82\xd3\xe4\x93\x02%\x12#/v0/named_variable_set_version/{id}BFZDluminarycloud.com/core/proto/api/v0/luminarycloud/named_variable_setb\x06proto3')
23
23
 
24
24
 
25
25
 
@@ -36,6 +36,8 @@ _DELETENAMEDVARIABLESETREQUEST = DESCRIPTOR.message_types_by_name['DeleteNamedVa
36
36
  _UPDATENAMEDVARIABLESETREQUEST = DESCRIPTOR.message_types_by_name['UpdateNamedVariableSetRequest']
37
37
  _UPDATENAMEDVARIABLESETREQUEST_NAMEDVARIABLESENTRY = _UPDATENAMEDVARIABLESETREQUEST.nested_types_by_name['NamedVariablesEntry']
38
38
  _UPDATENAMEDVARIABLESETRESPONSE = DESCRIPTOR.message_types_by_name['UpdateNamedVariableSetResponse']
39
+ _GETNAMEDVARIABLESETVERSIONREQUEST = DESCRIPTOR.message_types_by_name['GetNamedVariableSetVersionRequest']
40
+ _GETNAMEDVARIABLESETVERSIONRESPONSE = DESCRIPTOR.message_types_by_name['GetNamedVariableSetVersionResponse']
39
41
  NamedVariableSet = _reflection.GeneratedProtocolMessageType('NamedVariableSet', (_message.Message,), {
40
42
 
41
43
  'NamedVariablesEntry' : _reflection.GeneratedProtocolMessageType('NamedVariablesEntry', (_message.Message,), {
@@ -130,6 +132,20 @@ UpdateNamedVariableSetResponse = _reflection.GeneratedProtocolMessageType('Updat
130
132
  })
131
133
  _sym_db.RegisterMessage(UpdateNamedVariableSetResponse)
132
134
 
135
+ GetNamedVariableSetVersionRequest = _reflection.GeneratedProtocolMessageType('GetNamedVariableSetVersionRequest', (_message.Message,), {
136
+ 'DESCRIPTOR' : _GETNAMEDVARIABLESETVERSIONREQUEST,
137
+ '__module__' : 'proto.api.v0.luminarycloud.named_variable_set.named_variable_set_pb2'
138
+ # @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.named_variable_set.GetNamedVariableSetVersionRequest)
139
+ })
140
+ _sym_db.RegisterMessage(GetNamedVariableSetVersionRequest)
141
+
142
+ GetNamedVariableSetVersionResponse = _reflection.GeneratedProtocolMessageType('GetNamedVariableSetVersionResponse', (_message.Message,), {
143
+ 'DESCRIPTOR' : _GETNAMEDVARIABLESETVERSIONRESPONSE,
144
+ '__module__' : 'proto.api.v0.luminarycloud.named_variable_set.named_variable_set_pb2'
145
+ # @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.named_variable_set.GetNamedVariableSetVersionResponse)
146
+ })
147
+ _sym_db.RegisterMessage(GetNamedVariableSetVersionResponse)
148
+
133
149
  _NAMEDVARIABLESETSERVICE = DESCRIPTOR.services_by_name['NamedVariableSetService']
134
150
  if _descriptor._USE_C_DESCRIPTORS == False:
135
151
 
@@ -151,32 +167,38 @@ if _descriptor._USE_C_DESCRIPTORS == False:
151
167
  _NAMEDVARIABLESETSERVICE.methods_by_name['DeleteNamedVariableSet']._serialized_options = b'\202\323\344\223\002\035*\033/v0/named_variable_set/{id}'
152
168
  _NAMEDVARIABLESETSERVICE.methods_by_name['UpdateNamedVariableSet']._options = None
153
169
  _NAMEDVARIABLESETSERVICE.methods_by_name['UpdateNamedVariableSet']._serialized_options = b'\202\323\344\223\002 \032\033/v0/named_variable_set/{id}:\001*'
170
+ _NAMEDVARIABLESETSERVICE.methods_by_name['GetNamedVariableSetVersion']._options = None
171
+ _NAMEDVARIABLESETSERVICE.methods_by_name['GetNamedVariableSetVersion']._serialized_options = b'\202\323\344\223\002%\022#/v0/named_variable_set_version/{id}'
154
172
  _NAMEDVARIABLESET._serialized_start=279
155
- _NAMEDVARIABLESET._serialized_end=649
156
- _NAMEDVARIABLESET_NAMEDVARIABLESENTRY._serialized_start=562
157
- _NAMEDVARIABLESET_NAMEDVARIABLESENTRY._serialized_end=649
158
- _GETNAMEDVARIABLESETREQUEST._serialized_start=651
159
- _GETNAMEDVARIABLESETREQUEST._serialized_end=691
160
- _GETNAMEDVARIABLESETRESPONSE._serialized_start=694
161
- _GETNAMEDVARIABLESETRESPONSE._serialized_end=825
162
- _LISTNAMEDVARIABLESETSREQUEST._serialized_start=827
163
- _LISTNAMEDVARIABLESETSREQUEST._serialized_end=877
164
- _LISTNAMEDVARIABLESETSRESPONSE._serialized_start=880
165
- _LISTNAMEDVARIABLESETSRESPONSE._serialized_end=1014
166
- _CREATENAMEDVARIABLESETREQUEST._serialized_start=1017
167
- _CREATENAMEDVARIABLESETREQUEST._serialized_end=1324
168
- _CREATENAMEDVARIABLESETREQUEST_NAMEDVARIABLESENTRY._serialized_start=562
169
- _CREATENAMEDVARIABLESETREQUEST_NAMEDVARIABLESENTRY._serialized_end=649
170
- _CREATENAMEDVARIABLESETRESPONSE._serialized_start=1327
171
- _CREATENAMEDVARIABLESETRESPONSE._serialized_end=1461
172
- _DELETENAMEDVARIABLESETREQUEST._serialized_start=1463
173
- _DELETENAMEDVARIABLESETREQUEST._serialized_end=1506
174
- _UPDATENAMEDVARIABLESETREQUEST._serialized_start=1509
175
- _UPDATENAMEDVARIABLESETREQUEST._serialized_end=1802
176
- _UPDATENAMEDVARIABLESETREQUEST_NAMEDVARIABLESENTRY._serialized_start=562
177
- _UPDATENAMEDVARIABLESETREQUEST_NAMEDVARIABLESENTRY._serialized_end=649
178
- _UPDATENAMEDVARIABLESETRESPONSE._serialized_start=1805
179
- _UPDATENAMEDVARIABLESETRESPONSE._serialized_end=1939
180
- _NAMEDVARIABLESETSERVICE._serialized_start=1942
181
- _NAMEDVARIABLESETSERVICE._serialized_end=3138
173
+ _NAMEDVARIABLESET._serialized_end=669
174
+ _NAMEDVARIABLESET_NAMEDVARIABLESENTRY._serialized_start=582
175
+ _NAMEDVARIABLESET_NAMEDVARIABLESENTRY._serialized_end=669
176
+ _GETNAMEDVARIABLESETREQUEST._serialized_start=671
177
+ _GETNAMEDVARIABLESETREQUEST._serialized_end=711
178
+ _GETNAMEDVARIABLESETRESPONSE._serialized_start=714
179
+ _GETNAMEDVARIABLESETRESPONSE._serialized_end=845
180
+ _LISTNAMEDVARIABLESETSREQUEST._serialized_start=847
181
+ _LISTNAMEDVARIABLESETSREQUEST._serialized_end=897
182
+ _LISTNAMEDVARIABLESETSRESPONSE._serialized_start=900
183
+ _LISTNAMEDVARIABLESETSRESPONSE._serialized_end=1034
184
+ _CREATENAMEDVARIABLESETREQUEST._serialized_start=1037
185
+ _CREATENAMEDVARIABLESETREQUEST._serialized_end=1344
186
+ _CREATENAMEDVARIABLESETREQUEST_NAMEDVARIABLESENTRY._serialized_start=582
187
+ _CREATENAMEDVARIABLESETREQUEST_NAMEDVARIABLESENTRY._serialized_end=669
188
+ _CREATENAMEDVARIABLESETRESPONSE._serialized_start=1347
189
+ _CREATENAMEDVARIABLESETRESPONSE._serialized_end=1481
190
+ _DELETENAMEDVARIABLESETREQUEST._serialized_start=1483
191
+ _DELETENAMEDVARIABLESETREQUEST._serialized_end=1526
192
+ _UPDATENAMEDVARIABLESETREQUEST._serialized_start=1529
193
+ _UPDATENAMEDVARIABLESETREQUEST._serialized_end=1842
194
+ _UPDATENAMEDVARIABLESETREQUEST_NAMEDVARIABLESENTRY._serialized_start=582
195
+ _UPDATENAMEDVARIABLESETREQUEST_NAMEDVARIABLESENTRY._serialized_end=669
196
+ _UPDATENAMEDVARIABLESETRESPONSE._serialized_start=1845
197
+ _UPDATENAMEDVARIABLESETRESPONSE._serialized_end=1979
198
+ _GETNAMEDVARIABLESETVERSIONREQUEST._serialized_start=1981
199
+ _GETNAMEDVARIABLESETVERSIONREQUEST._serialized_end=2028
200
+ _GETNAMEDVARIABLESETVERSIONRESPONSE._serialized_start=2031
201
+ _GETNAMEDVARIABLESETVERSIONRESPONSE._serialized_end=2169
202
+ _NAMEDVARIABLESETSERVICE._serialized_start=2172
203
+ _NAMEDVARIABLESETSERVICE._serialized_end=3627
182
204
  # @@protoc_insertion_point(module_scope)
@@ -49,6 +49,7 @@ class NamedVariableSet(google.protobuf.message.Message):
49
49
  NAMED_VARIABLES_FIELD_NUMBER: builtins.int
50
50
  CREATE_TIME_FIELD_NUMBER: builtins.int
51
51
  UPDATE_TIME_FIELD_NUMBER: builtins.int
52
+ VERSION_ID_FIELD_NUMBER: builtins.int
52
53
  id: builtins.str
53
54
  project_id: builtins.str
54
55
  name: builtins.str
@@ -58,6 +59,7 @@ class NamedVariableSet(google.protobuf.message.Message):
58
59
  def create_time(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
59
60
  @property
60
61
  def update_time(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
62
+ version_id: builtins.str
61
63
  def __init__(
62
64
  self,
63
65
  *,
@@ -67,9 +69,10 @@ class NamedVariableSet(google.protobuf.message.Message):
67
69
  named_variables: collections.abc.Mapping[builtins.str, luminarycloud._proto.base.base_pb2.AdFloatType] | None = ...,
68
70
  create_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
69
71
  update_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
72
+ version_id: builtins.str = ...,
70
73
  ) -> None: ...
71
74
  def HasField(self, field_name: typing_extensions.Literal["create_time", b"create_time", "update_time", b"update_time"]) -> builtins.bool: ...
72
- def ClearField(self, field_name: typing_extensions.Literal["create_time", b"create_time", "id", b"id", "name", b"name", "named_variables", b"named_variables", "project_id", b"project_id", "update_time", b"update_time"]) -> None: ...
75
+ def ClearField(self, field_name: typing_extensions.Literal["create_time", b"create_time", "id", b"id", "name", b"name", "named_variables", b"named_variables", "project_id", b"project_id", "update_time", b"update_time", "version_id", b"version_id"]) -> None: ...
73
76
 
74
77
  global___NamedVariableSet = NamedVariableSet
75
78
 
@@ -226,19 +229,22 @@ class UpdateNamedVariableSetRequest(google.protobuf.message.Message):
226
229
  ID_FIELD_NUMBER: builtins.int
227
230
  NAME_FIELD_NUMBER: builtins.int
228
231
  NAMED_VARIABLES_FIELD_NUMBER: builtins.int
232
+ REQUEST_ID_FIELD_NUMBER: builtins.int
229
233
  id: builtins.str
230
234
  name: builtins.str
231
235
  @property
232
236
  def named_variables(self) -> google.protobuf.internal.containers.MessageMap[builtins.str, luminarycloud._proto.base.base_pb2.AdFloatType]: ...
237
+ request_id: builtins.str
233
238
  def __init__(
234
239
  self,
235
240
  *,
236
241
  id: builtins.str = ...,
237
242
  name: builtins.str | None = ...,
238
243
  named_variables: collections.abc.Mapping[builtins.str, luminarycloud._proto.base.base_pb2.AdFloatType] | None = ...,
244
+ request_id: builtins.str = ...,
239
245
  ) -> None: ...
240
246
  def HasField(self, field_name: typing_extensions.Literal["_name", b"_name", "name", b"name"]) -> builtins.bool: ...
241
- def ClearField(self, field_name: typing_extensions.Literal["_name", b"_name", "id", b"id", "name", b"name", "named_variables", b"named_variables"]) -> None: ...
247
+ def ClearField(self, field_name: typing_extensions.Literal["_name", b"_name", "id", b"id", "name", b"name", "named_variables", b"named_variables", "request_id", b"request_id"]) -> None: ...
242
248
  def WhichOneof(self, oneof_group: typing_extensions.Literal["_name", b"_name"]) -> typing_extensions.Literal["name"] | None: ...
243
249
 
244
250
  global___UpdateNamedVariableSetRequest = UpdateNamedVariableSetRequest
@@ -258,3 +264,33 @@ class UpdateNamedVariableSetResponse(google.protobuf.message.Message):
258
264
  def ClearField(self, field_name: typing_extensions.Literal["named_variable_set", b"named_variable_set"]) -> None: ...
259
265
 
260
266
  global___UpdateNamedVariableSetResponse = UpdateNamedVariableSetResponse
267
+
268
+ class GetNamedVariableSetVersionRequest(google.protobuf.message.Message):
269
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
270
+
271
+ ID_FIELD_NUMBER: builtins.int
272
+ id: builtins.str
273
+ def __init__(
274
+ self,
275
+ *,
276
+ id: builtins.str = ...,
277
+ ) -> None: ...
278
+ def ClearField(self, field_name: typing_extensions.Literal["id", b"id"]) -> None: ...
279
+
280
+ global___GetNamedVariableSetVersionRequest = GetNamedVariableSetVersionRequest
281
+
282
+ class GetNamedVariableSetVersionResponse(google.protobuf.message.Message):
283
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
284
+
285
+ NAMED_VARIABLE_SET_FIELD_NUMBER: builtins.int
286
+ @property
287
+ def named_variable_set(self) -> global___NamedVariableSet: ...
288
+ def __init__(
289
+ self,
290
+ *,
291
+ named_variable_set: global___NamedVariableSet | None = ...,
292
+ ) -> None: ...
293
+ def HasField(self, field_name: typing_extensions.Literal["named_variable_set", b"named_variable_set"]) -> builtins.bool: ...
294
+ def ClearField(self, field_name: typing_extensions.Literal["named_variable_set", b"named_variable_set"]) -> None: ...
295
+
296
+ global___GetNamedVariableSetVersionResponse = GetNamedVariableSetVersionResponse
@@ -40,6 +40,11 @@ class NamedVariableSetServiceStub(object):
40
40
  request_serializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_named__variable__set_dot_named__variable__set__pb2.UpdateNamedVariableSetRequest.SerializeToString,
41
41
  response_deserializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_named__variable__set_dot_named__variable__set__pb2.UpdateNamedVariableSetResponse.FromString,
42
42
  )
43
+ self.GetNamedVariableSetVersion = channel.unary_unary(
44
+ '/luminary.proto.api.v0.luminarycloud.named_variable_set.NamedVariableSetService/GetNamedVariableSetVersion',
45
+ request_serializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_named__variable__set_dot_named__variable__set__pb2.GetNamedVariableSetVersionRequest.SerializeToString,
46
+ response_deserializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_named__variable__set_dot_named__variable__set__pb2.GetNamedVariableSetVersionResponse.FromString,
47
+ )
43
48
 
44
49
 
45
50
  class NamedVariableSetServiceServicer(object):
@@ -80,6 +85,13 @@ class NamedVariableSetServiceServicer(object):
80
85
  context.set_details('Method not implemented!')
81
86
  raise NotImplementedError('Method not implemented!')
82
87
 
88
+ def GetNamedVariableSetVersion(self, request, context):
89
+ """Get a named variable set version.
90
+ """
91
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
92
+ context.set_details('Method not implemented!')
93
+ raise NotImplementedError('Method not implemented!')
94
+
83
95
 
84
96
  def add_NamedVariableSetServiceServicer_to_server(servicer, server):
85
97
  rpc_method_handlers = {
@@ -108,6 +120,11 @@ def add_NamedVariableSetServiceServicer_to_server(servicer, server):
108
120
  request_deserializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_named__variable__set_dot_named__variable__set__pb2.UpdateNamedVariableSetRequest.FromString,
109
121
  response_serializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_named__variable__set_dot_named__variable__set__pb2.UpdateNamedVariableSetResponse.SerializeToString,
110
122
  ),
123
+ 'GetNamedVariableSetVersion': grpc.unary_unary_rpc_method_handler(
124
+ servicer.GetNamedVariableSetVersion,
125
+ request_deserializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_named__variable__set_dot_named__variable__set__pb2.GetNamedVariableSetVersionRequest.FromString,
126
+ response_serializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_named__variable__set_dot_named__variable__set__pb2.GetNamedVariableSetVersionResponse.SerializeToString,
127
+ ),
111
128
  }
112
129
  generic_handler = grpc.method_handlers_generic_handler(
113
130
  'luminary.proto.api.v0.luminarycloud.named_variable_set.NamedVariableSetService', rpc_method_handlers)
@@ -202,3 +219,20 @@ class NamedVariableSetService(object):
202
219
  proto_dot_api_dot_v0_dot_luminarycloud_dot_named__variable__set_dot_named__variable__set__pb2.UpdateNamedVariableSetResponse.FromString,
203
220
  options, channel_credentials,
204
221
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
222
+
223
+ @staticmethod
224
+ def GetNamedVariableSetVersion(request,
225
+ target,
226
+ options=(),
227
+ channel_credentials=None,
228
+ call_credentials=None,
229
+ insecure=False,
230
+ compression=None,
231
+ wait_for_ready=None,
232
+ timeout=None,
233
+ metadata=None):
234
+ return grpc.experimental.unary_unary(request, target, '/luminary.proto.api.v0.luminarycloud.named_variable_set.NamedVariableSetService/GetNamedVariableSetVersion',
235
+ proto_dot_api_dot_v0_dot_luminarycloud_dot_named__variable__set_dot_named__variable__set__pb2.GetNamedVariableSetVersionRequest.SerializeToString,
236
+ proto_dot_api_dot_v0_dot_luminarycloud_dot_named__variable__set_dot_named__variable__set__pb2.GetNamedVariableSetVersionResponse.FromString,
237
+ options, channel_credentials,
238
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@@ -34,6 +34,11 @@ class NamedVariableSetServiceStub:
34
34
  luminarycloud._proto.api.v0.luminarycloud.named_variable_set.named_variable_set_pb2.UpdateNamedVariableSetResponse,
35
35
  ]
36
36
  """Update a named variable set."""
37
+ GetNamedVariableSetVersion: grpc.UnaryUnaryMultiCallable[
38
+ luminarycloud._proto.api.v0.luminarycloud.named_variable_set.named_variable_set_pb2.GetNamedVariableSetVersionRequest,
39
+ luminarycloud._proto.api.v0.luminarycloud.named_variable_set.named_variable_set_pb2.GetNamedVariableSetVersionResponse,
40
+ ]
41
+ """Get a named variable set version."""
37
42
 
38
43
  class NamedVariableSetServiceServicer(metaclass=abc.ABCMeta):
39
44
  @abc.abstractmethod
@@ -71,5 +76,12 @@ class NamedVariableSetServiceServicer(metaclass=abc.ABCMeta):
71
76
  context: grpc.ServicerContext,
72
77
  ) -> luminarycloud._proto.api.v0.luminarycloud.named_variable_set.named_variable_set_pb2.UpdateNamedVariableSetResponse:
73
78
  """Update a named variable set."""
79
+ @abc.abstractmethod
80
+ def GetNamedVariableSetVersion(
81
+ self,
82
+ request: luminarycloud._proto.api.v0.luminarycloud.named_variable_set.named_variable_set_pb2.GetNamedVariableSetVersionRequest,
83
+ context: grpc.ServicerContext,
84
+ ) -> luminarycloud._proto.api.v0.luminarycloud.named_variable_set.named_variable_set_pb2.GetNamedVariableSetVersionResponse:
85
+ """Get a named variable set version."""
74
86
 
75
87
  def add_NamedVariableSetServiceServicer_to_server(servicer: NamedVariableSetServiceServicer, server: grpc.Server) -> None: ...