ansys-api-discovery 0.6.0__py3-none-any.whl → 0.6.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.

Potentially problematic release.


This version of ansys-api-discovery might be problematic. Click here for more details.

Files changed (48) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/conditions.proto +3 -3
  3. ansys/api/discovery/v0/conditions_pb2.py +2 -2
  4. ansys/api/discovery/v0/conditions_pb2_grpc.py +9 -9
  5. ansys/api/discovery/v0/conditions_pb2_grpc.pyi +6 -6
  6. ansys/api/discovery/v0/conditionsfluid.proto +25 -25
  7. ansys/api/discovery/v0/conditionsfluid_pb2.py +60 -60
  8. ansys/api/discovery/v0/conditionsfluid_pb2.pyi +24 -24
  9. ansys/api/discovery/v0/conditionsfluid_pb2_grpc.py +39 -39
  10. ansys/api/discovery/v0/conditionsfluid_pb2_grpc.pyi +26 -26
  11. ansys/api/discovery/v0/conditionsstructural.proto +89 -89
  12. ansys/api/discovery/v0/conditionsstructural_pb2.py +86 -86
  13. ansys/api/discovery/v0/conditionsstructural_pb2.pyi +36 -36
  14. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +204 -204
  15. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +136 -136
  16. ansys/api/discovery/v0/conditionsthermal.proto +21 -21
  17. ansys/api/discovery/v0/conditionsthermal_pb2.py +36 -36
  18. ansys/api/discovery/v0/conditionsthermal_pb2.pyi +20 -20
  19. ansys/api/discovery/v0/conditionsthermal_pb2_grpc.py +33 -33
  20. ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +22 -22
  21. ansys/api/discovery/v0/discoverymodels.proto +3 -3
  22. ansys/api/discovery/v0/discoverymodels_pb2.py +27 -27
  23. ansys/api/discovery/v0/discoverymodels_pb2.pyi +6 -6
  24. ansys/api/discovery/v0/monitors.proto +42 -0
  25. ansys/api/discovery/v0/monitors_pb2.py +37 -0
  26. ansys/api/discovery/v0/monitors_pb2.pyi +100 -0
  27. ansys/api/discovery/v0/monitors_pb2_grpc.py +67 -0
  28. ansys/api/discovery/v0/monitors_pb2_grpc.pyi +27 -0
  29. ansys/api/discovery/v0/results.proto +104 -0
  30. ansys/api/discovery/v0/results_pb2.py +32 -0
  31. ansys/api/discovery/v0/results_pb2.pyi +218 -0
  32. ansys/api/discovery/v0/results_pb2_grpc.py +4 -0
  33. ansys/api/discovery/v0/results_pb2_grpc.pyi +4 -0
  34. ansys/api/discovery/v0/solution.proto +5 -4
  35. ansys/api/discovery/v0/solution_pb2.py +9 -9
  36. ansys/api/discovery/v0/solution_pb2.pyi +17 -12
  37. ansys/api/discovery/v0/unsupported.proto +33 -0
  38. ansys/api/discovery/v0/unsupported_pb2.py +35 -0
  39. ansys/api/discovery/v0/unsupported_pb2.pyi +54 -0
  40. ansys/api/discovery/v0/unsupported_pb2_grpc.py +102 -0
  41. ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +41 -0
  42. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.2.dist-info}/METADATA +2 -2
  43. ansys_api_discovery-0.6.2.dist-info/RECORD +85 -0
  44. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.2.dist-info}/WHEEL +1 -1
  45. ansys_api_discovery-0.6.0.dist-info/RECORD +0 -70
  46. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.2.dist-info}/LICENSE +0 -0
  47. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.2.dist-info}/entry_points.txt +0 -0
  48. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.2.dist-info}/top_level.txt +0 -0
@@ -17,38 +17,38 @@ service ConditionsThermal
17
17
 
18
18
  rpc CreateHeatSurfaceDistributed(HeatCreationRequest) returns (HeatSurfaceDistributedCreationResponse);
19
19
 
20
- rpc ChangeHeatLocation(ChangeLocationExtendedRequest) returns(ConditionChangedResponse);
20
+ rpc ChangeHeatLocation(ChangeLocationExtendedRequest) returns(ChangeResponse);
21
21
 
22
- rpc ChangeTotalHeat(ChangeQuantityRequest) returns(ConditionChangedResponse);
22
+ rpc ChangeTotalHeat(ChangeQuantityRequest) returns(ChangeResponse);
23
23
 
24
- rpc ChangeHeatPerUnitVolume(ChangeQuantityRequest) returns(ConditionChangedResponse);
24
+ rpc ChangeHeatPerUnitVolume(ChangeQuantityRequest) returns(ChangeResponse);
25
25
 
26
- rpc ChangeHeatPerUnitArea(ChangeQuantityRequest) returns(ConditionChangedResponse);
26
+ rpc ChangeHeatPerUnitArea(ChangeQuantityRequest) returns(ChangeResponse);
27
27
 
28
- rpc ChangeHeatSpecification(ChangeHeatSpecificationRequest) returns(ConditionChangedResponse);
28
+ rpc ChangeHeatSpecification(ChangeHeatSpecificationRequest) returns(ChangeResponse);
29
29
 
30
30
  //Temperature condition methods
31
31
  rpc CreateTemperatureVolumetric(TemperatureCreationRequest) returns (TemperatureCreationResponse);
32
32
 
33
33
  rpc CreateTemperatureSurface(TemperatureCreationRequest) returns (TemperatureCreationResponse);
34
34
 
35
- rpc ChangeTemperatureLocation(ChangeLocationExtendedRequest) returns(ConditionChangedResponse);
35
+ rpc ChangeTemperatureLocation(ChangeLocationExtendedRequest) returns(ChangeResponse);
36
36
 
37
- rpc ChangeTemperatureMagnitude(ChangeQuantityRequest) returns(ConditionChangedResponse);
37
+ rpc ChangeTemperatureMagnitude(ChangeQuantityRequest) returns(ChangeResponse);
38
38
 
39
39
  //Insulated condition methods
40
40
  rpc CreateInsulated(InsulatedCreationRequest) returns (InsulatedCreationResponse);
41
41
 
42
- rpc ChangeInsulatedLocation(ChangeLocationRequest) returns(ConditionChangedResponse);
42
+ rpc ChangeInsulatedLocation(ChangeLocationRequest) returns(ChangeResponse);
43
43
 
44
44
  // Convection condition methods
45
45
  rpc CreateConvection(ConvectionCreationRequest) returns (ConvectionCreationResponse);
46
46
 
47
- rpc ChangeConvectionLocation(ChangeLocationRequest) returns(ConditionChangedResponse);
47
+ rpc ChangeConvectionLocation(ChangeLocationRequest) returns(ChangeResponse);
48
48
 
49
- rpc ChangeConvectionCoefficientMagnitude(ChangeQuantityRequest) returns(ConditionChangedResponse);
49
+ rpc ChangeConvectionCoefficientMagnitude(ChangeQuantityRequest) returns(ChangeResponse);
50
50
 
51
- rpc ChangeConvectionTemperatureMagnitude(ChangeQuantityRequest) returns(ConditionChangedResponse);
51
+ rpc ChangeConvectionTemperatureMagnitude(ChangeQuantityRequest) returns(ChangeResponse);
52
52
 
53
53
  }
54
54
 
@@ -61,56 +61,56 @@ message ChangeHeatSpecificationRequest{
61
61
  }
62
62
 
63
63
  message HeatCreationRequest{
64
- ScopedConditionCreationData creation_data = 1;
64
+ ScopedCreationData creation_data = 1;
65
65
  Quantity heat = 2;
66
66
  }
67
67
 
68
68
  message HeatTotalCreationResponse{
69
- ConditionCreationResponse condition_response = 1;
69
+ CreationResponse condition_response = 1;
70
70
  HeatTotalDefinition condition_data = 2;
71
71
  }
72
72
 
73
73
  message HeatVolumetricDistributedCreationResponse{
74
- ConditionCreationResponse condition_response = 1;
74
+ CreationResponse condition_response = 1;
75
75
  HeatPerVolumeDefinition condition_data = 2;
76
76
  }
77
77
 
78
78
  message HeatSurfaceDistributedCreationResponse{
79
- ConditionCreationResponse condition_response = 1;
79
+ CreationResponse condition_response = 1;
80
80
  HeatPerAreaDefinition condition_data = 2;
81
81
  }
82
82
 
83
83
  // Temperature
84
84
  message TemperatureCreationRequest{
85
- ScopedConditionCreationData creation_data = 1;
85
+ ScopedCreationData creation_data = 1;
86
86
  Quantity temperature = 2;
87
87
  }
88
88
 
89
89
  message TemperatureCreationResponse{
90
- ConditionCreationResponse condition_response = 1;
90
+ CreationResponse condition_response = 1;
91
91
  TemperatureDefinition condition_data = 2;
92
92
  }
93
93
 
94
94
  // Insulated
95
95
  message InsulatedCreationRequest{
96
- ScopedConditionCreationData creation_data = 1;
96
+ ScopedCreationData creation_data = 1;
97
97
  }
98
98
 
99
99
  message InsulatedCreationResponse{
100
- ConditionCreationResponse condition_response = 1;
100
+ CreationResponse condition_response = 1;
101
101
  InsulatedDefinition condition_data = 2;
102
102
  }
103
103
 
104
104
  // Convection
105
105
  message ConvectionCreationRequest{
106
- ScopedConditionCreationData creation_data = 1;
106
+ ScopedCreationData creation_data = 1;
107
107
  Quantity coefficient = 2;
108
108
  Quantity temperature = 3;
109
109
 
110
110
  }
111
111
 
112
112
  message ConvectionCreationResponse{
113
- ConditionCreationResponse condition_response = 1;
113
+ CreationResponse condition_response = 1;
114
114
  ConvectionDefinition condition_data = 2;
115
115
  }
116
116
 
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
14
14
  from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
15
15
 
16
16
 
17
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.ansys/api/discovery/v0/conditionsthermal.proto\x12\x33\x61nsys.api.discovery.v0.conditions.conditionsthermal\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\x97\x01\n\x1e\x43hangeHeatSpecificationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x62\n\x12heat_specification\x18\x02 \x01(\x0e\x32\x46.ansys.api.discovery.v0.conditions.conditionsthermal.HeatSpecification\"\x91\x01\n\x13HeatCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12.\n\x04heat\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xcc\x01\n\x19HeatTotalCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12`\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsthermal.HeatTotalDefinition\"\xe0\x01\n)HeatVolumetricDistributedCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12\x64\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32L.ansys.api.discovery.v0.conditions.conditionsthermal.HeatPerVolumeDefinition\"\xdb\x01\n&HeatSurfaceDistributedCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12\x62\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsthermal.HeatPerAreaDefinition\"\x9f\x01\n\x1aTemperatureCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12\x35\n\x0btemperature\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xd0\x01\n\x1bTemperatureCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12\x62\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsthermal.TemperatureDefinition\"f\n\x18InsulatedCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\"\xcc\x01\n\x19InsulatedCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12`\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsthermal.InsulatedDefinition\"\xd5\x01\n\x19\x43onvectionCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12\x35\n\x0b\x63oefficient\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x35\n\x0btemperature\x18\x03 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xce\x01\n\x1a\x43onvectionCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12\x61\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32I.ansys.api.discovery.v0.conditions.conditionsthermal.ConvectionDefinition\"\xa0\x01\n\x13HeatTotalDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x34\n\ntotal_heat\x18\x07 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xa9\x01\n\x15HeatPerAreaDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12;\n\x11heat_per_unitarea\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xad\x01\n\x17HeatPerVolumeDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12=\n\x13heat_per_unitvolume\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xa1\x01\n\x15TemperatureDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x33\n\tmagnitude\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"j\n\x13InsulatedDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\"\xd9\x01\n\x14\x43onvectionDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x35\n\x0b\x63oefficient\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x35\n\x0btemperature\x18\x07 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity*?\n\x11HeatSpecification\x12\r\n\tTOTALHEAT\x10\x00\x12\x1b\n\x17HEATPERUNITVOLUMEORAREA\x10\x01\x32\xa1\x17\n\x11\x43onditionsThermal\x12\xb5\x01\n\x19\x43reateHeatVolumetricTotal\x12H.ansys.api.discovery.v0.conditions.conditionsthermal.HeatCreationRequest\x1aN.ansys.api.discovery.v0.conditions.conditionsthermal.HeatTotalCreationResponse\x12\xcb\x01\n\x1f\x43reateHeatVolumetricDistributed\x12H.ansys.api.discovery.v0.conditions.conditionsthermal.HeatCreationRequest\x1a^.ansys.api.discovery.v0.conditions.conditionsthermal.HeatVolumetricDistributedCreationResponse\x12\xb2\x01\n\x16\x43reateHeatSurfaceTotal\x12H.ansys.api.discovery.v0.conditions.conditionsthermal.HeatCreationRequest\x1aN.ansys.api.discovery.v0.conditions.conditionsthermal.HeatTotalCreationResponse\x12\xc5\x01\n\x1c\x43reateHeatSurfaceDistributed\x12H.ansys.api.discovery.v0.conditions.conditionsthermal.HeatCreationRequest\x1a[.ansys.api.discovery.v0.conditions.conditionsthermal.HeatSurfaceDistributedCreationResponse\x12}\n\x12\x43hangeHeatLocation\x12\x35.ansys.api.discovery.v0.ChangeLocationExtendedRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12r\n\x0f\x43hangeTotalHeat\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12z\n\x17\x43hangeHeatPerUnitVolume\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12x\n\x15\x43hangeHeatPerUnitArea\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\xa0\x01\n\x17\x43hangeHeatSpecification\x12S.ansys.api.discovery.v0.conditions.conditionsthermal.ChangeHeatSpecificationRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\xc0\x01\n\x1b\x43reateTemperatureVolumetric\x12O.ansys.api.discovery.v0.conditions.conditionsthermal.TemperatureCreationRequest\x1aP.ansys.api.discovery.v0.conditions.conditionsthermal.TemperatureCreationResponse\x12\xbd\x01\n\x18\x43reateTemperatureSurface\x12O.ansys.api.discovery.v0.conditions.conditionsthermal.TemperatureCreationRequest\x1aP.ansys.api.discovery.v0.conditions.conditionsthermal.TemperatureCreationResponse\x12\x84\x01\n\x19\x43hangeTemperatureLocation\x12\x35.ansys.api.discovery.v0.ChangeLocationExtendedRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12}\n\x1a\x43hangeTemperatureMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\xb0\x01\n\x0f\x43reateInsulated\x12M.ansys.api.discovery.v0.conditions.conditionsthermal.InsulatedCreationRequest\x1aN.ansys.api.discovery.v0.conditions.conditionsthermal.InsulatedCreationResponse\x12z\n\x17\x43hangeInsulatedLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\xb3\x01\n\x10\x43reateConvection\x12N.ansys.api.discovery.v0.conditions.conditionsthermal.ConvectionCreationRequest\x1aO.ansys.api.discovery.v0.conditions.conditionsthermal.ConvectionCreationResponse\x12{\n\x18\x43hangeConvectionLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x87\x01\n$ChangeConvectionCoefficientMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x87\x01\n$ChangeConvectionTemperatureMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponseB6\xaa\x02\x33\x41nsys.Api.Discovery.V0.Conditions.ConditionsThermalb\x06proto3')
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.ansys/api/discovery/v0/conditionsthermal.proto\x12\x33\x61nsys.api.discovery.v0.conditions.conditionsthermal\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\x97\x01\n\x1e\x43hangeHeatSpecificationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x62\n\x12heat_specification\x18\x02 \x01(\x0e\x32\x46.ansys.api.discovery.v0.conditions.conditionsthermal.HeatSpecification\"\x88\x01\n\x13HeatCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12.\n\x04heat\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xc3\x01\n\x19HeatTotalCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12`\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsthermal.HeatTotalDefinition\"\xd7\x01\n)HeatVolumetricDistributedCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x64\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32L.ansys.api.discovery.v0.conditions.conditionsthermal.HeatPerVolumeDefinition\"\xd2\x01\n&HeatSurfaceDistributedCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x62\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsthermal.HeatPerAreaDefinition\"\x96\x01\n\x1aTemperatureCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x35\n\x0btemperature\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xc7\x01\n\x1bTemperatureCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x62\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsthermal.TemperatureDefinition\"]\n\x18InsulatedCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\"\xc3\x01\n\x19InsulatedCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12`\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsthermal.InsulatedDefinition\"\xcc\x01\n\x19\x43onvectionCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x35\n\x0b\x63oefficient\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x35\n\x0btemperature\x18\x03 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xc5\x01\n\x1a\x43onvectionCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x61\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32I.ansys.api.discovery.v0.conditions.conditionsthermal.ConvectionDefinition\"\xa0\x01\n\x13HeatTotalDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x34\n\ntotal_heat\x18\x07 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xa9\x01\n\x15HeatPerAreaDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12;\n\x11heat_per_unitarea\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xad\x01\n\x17HeatPerVolumeDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12=\n\x13heat_per_unitvolume\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xa1\x01\n\x15TemperatureDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x33\n\tmagnitude\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"j\n\x13InsulatedDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\"\xd9\x01\n\x14\x43onvectionDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x35\n\x0b\x63oefficient\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x35\n\x0btemperature\x18\x07 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity*?\n\x11HeatSpecification\x12\r\n\tTOTALHEAT\x10\x00\x12\x1b\n\x17HEATPERUNITVOLUMEORAREA\x10\x01\x32\xb0\x16\n\x11\x43onditionsThermal\x12\xb5\x01\n\x19\x43reateHeatVolumetricTotal\x12H.ansys.api.discovery.v0.conditions.conditionsthermal.HeatCreationRequest\x1aN.ansys.api.discovery.v0.conditions.conditionsthermal.HeatTotalCreationResponse\x12\xcb\x01\n\x1f\x43reateHeatVolumetricDistributed\x12H.ansys.api.discovery.v0.conditions.conditionsthermal.HeatCreationRequest\x1a^.ansys.api.discovery.v0.conditions.conditionsthermal.HeatVolumetricDistributedCreationResponse\x12\xb2\x01\n\x16\x43reateHeatSurfaceTotal\x12H.ansys.api.discovery.v0.conditions.conditionsthermal.HeatCreationRequest\x1aN.ansys.api.discovery.v0.conditions.conditionsthermal.HeatTotalCreationResponse\x12\xc5\x01\n\x1c\x43reateHeatSurfaceDistributed\x12H.ansys.api.discovery.v0.conditions.conditionsthermal.HeatCreationRequest\x1a[.ansys.api.discovery.v0.conditions.conditionsthermal.HeatSurfaceDistributedCreationResponse\x12s\n\x12\x43hangeHeatLocation\x12\x35.ansys.api.discovery.v0.ChangeLocationExtendedRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12h\n\x0f\x43hangeTotalHeat\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12p\n\x17\x43hangeHeatPerUnitVolume\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12n\n\x15\x43hangeHeatPerUnitArea\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x96\x01\n\x17\x43hangeHeatSpecification\x12S.ansys.api.discovery.v0.conditions.conditionsthermal.ChangeHeatSpecificationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xc0\x01\n\x1b\x43reateTemperatureVolumetric\x12O.ansys.api.discovery.v0.conditions.conditionsthermal.TemperatureCreationRequest\x1aP.ansys.api.discovery.v0.conditions.conditionsthermal.TemperatureCreationResponse\x12\xbd\x01\n\x18\x43reateTemperatureSurface\x12O.ansys.api.discovery.v0.conditions.conditionsthermal.TemperatureCreationRequest\x1aP.ansys.api.discovery.v0.conditions.conditionsthermal.TemperatureCreationResponse\x12z\n\x19\x43hangeTemperatureLocation\x12\x35.ansys.api.discovery.v0.ChangeLocationExtendedRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1a\x43hangeTemperatureMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xb0\x01\n\x0f\x43reateInsulated\x12M.ansys.api.discovery.v0.conditions.conditionsthermal.InsulatedCreationRequest\x1aN.ansys.api.discovery.v0.conditions.conditionsthermal.InsulatedCreationResponse\x12p\n\x17\x43hangeInsulatedLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xb3\x01\n\x10\x43reateConvection\x12N.ansys.api.discovery.v0.conditions.conditionsthermal.ConvectionCreationRequest\x1aO.ansys.api.discovery.v0.conditions.conditionsthermal.ConvectionCreationResponse\x12q\n\x18\x43hangeConvectionLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12}\n$ChangeConvectionCoefficientMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12}\n$ChangeConvectionTemperatureMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB6\xaa\x02\x33\x41nsys.Api.Discovery.V0.Conditions.ConditionsThermalb\x06proto3')
18
18
 
19
19
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
20
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditionsthermal_pb2', globals())
@@ -22,42 +22,42 @@ if _descriptor._USE_C_DESCRIPTORS == False:
22
22
 
23
23
  DESCRIPTOR._options = None
24
24
  DESCRIPTOR._serialized_options = b'\252\0023Ansys.Api.Discovery.V0.Conditions.ConditionsThermal'
25
- _HEATSPECIFICATION._serialized_start=3219
26
- _HEATSPECIFICATION._serialized_end=3282
25
+ _HEATSPECIFICATION._serialized_start=3129
26
+ _HEATSPECIFICATION._serialized_end=3192
27
27
  _CHANGEHEATSPECIFICATIONREQUEST._serialized_start=150
28
28
  _CHANGEHEATSPECIFICATIONREQUEST._serialized_end=301
29
29
  _HEATCREATIONREQUEST._serialized_start=304
30
- _HEATCREATIONREQUEST._serialized_end=449
31
- _HEATTOTALCREATIONRESPONSE._serialized_start=452
32
- _HEATTOTALCREATIONRESPONSE._serialized_end=656
33
- _HEATVOLUMETRICDISTRIBUTEDCREATIONRESPONSE._serialized_start=659
34
- _HEATVOLUMETRICDISTRIBUTEDCREATIONRESPONSE._serialized_end=883
35
- _HEATSURFACEDISTRIBUTEDCREATIONRESPONSE._serialized_start=886
36
- _HEATSURFACEDISTRIBUTEDCREATIONRESPONSE._serialized_end=1105
37
- _TEMPERATURECREATIONREQUEST._serialized_start=1108
38
- _TEMPERATURECREATIONREQUEST._serialized_end=1267
39
- _TEMPERATURECREATIONRESPONSE._serialized_start=1270
40
- _TEMPERATURECREATIONRESPONSE._serialized_end=1478
41
- _INSULATEDCREATIONREQUEST._serialized_start=1480
42
- _INSULATEDCREATIONREQUEST._serialized_end=1582
43
- _INSULATEDCREATIONRESPONSE._serialized_start=1585
44
- _INSULATEDCREATIONRESPONSE._serialized_end=1789
45
- _CONVECTIONCREATIONREQUEST._serialized_start=1792
46
- _CONVECTIONCREATIONREQUEST._serialized_end=2005
47
- _CONVECTIONCREATIONRESPONSE._serialized_start=2008
48
- _CONVECTIONCREATIONRESPONSE._serialized_end=2214
49
- _HEATTOTALDEFINITION._serialized_start=2217
50
- _HEATTOTALDEFINITION._serialized_end=2377
51
- _HEATPERAREADEFINITION._serialized_start=2380
52
- _HEATPERAREADEFINITION._serialized_end=2549
53
- _HEATPERVOLUMEDEFINITION._serialized_start=2552
54
- _HEATPERVOLUMEDEFINITION._serialized_end=2725
55
- _TEMPERATUREDEFINITION._serialized_start=2728
56
- _TEMPERATUREDEFINITION._serialized_end=2889
57
- _INSULATEDDEFINITION._serialized_start=2891
58
- _INSULATEDDEFINITION._serialized_end=2997
59
- _CONVECTIONDEFINITION._serialized_start=3000
60
- _CONVECTIONDEFINITION._serialized_end=3217
61
- _CONDITIONSTHERMAL._serialized_start=3285
62
- _CONDITIONSTHERMAL._serialized_end=6262
30
+ _HEATCREATIONREQUEST._serialized_end=440
31
+ _HEATTOTALCREATIONRESPONSE._serialized_start=443
32
+ _HEATTOTALCREATIONRESPONSE._serialized_end=638
33
+ _HEATVOLUMETRICDISTRIBUTEDCREATIONRESPONSE._serialized_start=641
34
+ _HEATVOLUMETRICDISTRIBUTEDCREATIONRESPONSE._serialized_end=856
35
+ _HEATSURFACEDISTRIBUTEDCREATIONRESPONSE._serialized_start=859
36
+ _HEATSURFACEDISTRIBUTEDCREATIONRESPONSE._serialized_end=1069
37
+ _TEMPERATURECREATIONREQUEST._serialized_start=1072
38
+ _TEMPERATURECREATIONREQUEST._serialized_end=1222
39
+ _TEMPERATURECREATIONRESPONSE._serialized_start=1225
40
+ _TEMPERATURECREATIONRESPONSE._serialized_end=1424
41
+ _INSULATEDCREATIONREQUEST._serialized_start=1426
42
+ _INSULATEDCREATIONREQUEST._serialized_end=1519
43
+ _INSULATEDCREATIONRESPONSE._serialized_start=1522
44
+ _INSULATEDCREATIONRESPONSE._serialized_end=1717
45
+ _CONVECTIONCREATIONREQUEST._serialized_start=1720
46
+ _CONVECTIONCREATIONREQUEST._serialized_end=1924
47
+ _CONVECTIONCREATIONRESPONSE._serialized_start=1927
48
+ _CONVECTIONCREATIONRESPONSE._serialized_end=2124
49
+ _HEATTOTALDEFINITION._serialized_start=2127
50
+ _HEATTOTALDEFINITION._serialized_end=2287
51
+ _HEATPERAREADEFINITION._serialized_start=2290
52
+ _HEATPERAREADEFINITION._serialized_end=2459
53
+ _HEATPERVOLUMEDEFINITION._serialized_start=2462
54
+ _HEATPERVOLUMEDEFINITION._serialized_end=2635
55
+ _TEMPERATUREDEFINITION._serialized_start=2638
56
+ _TEMPERATUREDEFINITION._serialized_end=2799
57
+ _INSULATEDDEFINITION._serialized_start=2801
58
+ _INSULATEDDEFINITION._serialized_end=2907
59
+ _CONVECTIONDEFINITION._serialized_start=2910
60
+ _CONVECTIONDEFINITION._serialized_end=3127
61
+ _CONDITIONSTHERMAL._serialized_start=3195
62
+ _CONDITIONSTHERMAL._serialized_end=6059
63
63
  # @@protoc_insertion_point(module_scope)
@@ -54,12 +54,12 @@ class HeatCreationRequest(google.protobuf.message.Message):
54
54
  CREATION_DATA_FIELD_NUMBER: builtins.int
55
55
  HEAT_FIELD_NUMBER: builtins.int
56
56
  @property
57
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedConditionCreationData: ...
57
+ def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
58
58
  @property
59
59
  def heat(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
60
60
  def __init__(self,
61
61
  *,
62
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedConditionCreationData] = ...,
62
+ creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
63
63
  heat : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
64
64
  ) -> None: ...
65
65
  def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","heat",b"heat"]) -> builtins.bool: ...
@@ -71,12 +71,12 @@ class HeatTotalCreationResponse(google.protobuf.message.Message):
71
71
  CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
72
72
  CONDITION_DATA_FIELD_NUMBER: builtins.int
73
73
  @property
74
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ConditionCreationResponse: ...
74
+ def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
75
75
  @property
76
76
  def condition_data(self) -> global___HeatTotalDefinition: ...
77
77
  def __init__(self,
78
78
  *,
79
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ConditionCreationResponse] = ...,
79
+ condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
80
80
  condition_data : typing.Optional[global___HeatTotalDefinition] = ...,
81
81
  ) -> None: ...
82
82
  def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
@@ -88,12 +88,12 @@ class HeatVolumetricDistributedCreationResponse(google.protobuf.message.Message)
88
88
  CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
89
89
  CONDITION_DATA_FIELD_NUMBER: builtins.int
90
90
  @property
91
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ConditionCreationResponse: ...
91
+ def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
92
92
  @property
93
93
  def condition_data(self) -> global___HeatPerVolumeDefinition: ...
94
94
  def __init__(self,
95
95
  *,
96
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ConditionCreationResponse] = ...,
96
+ condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
97
97
  condition_data : typing.Optional[global___HeatPerVolumeDefinition] = ...,
98
98
  ) -> None: ...
99
99
  def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
@@ -105,12 +105,12 @@ class HeatSurfaceDistributedCreationResponse(google.protobuf.message.Message):
105
105
  CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
106
106
  CONDITION_DATA_FIELD_NUMBER: builtins.int
107
107
  @property
108
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ConditionCreationResponse: ...
108
+ def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
109
109
  @property
110
110
  def condition_data(self) -> global___HeatPerAreaDefinition: ...
111
111
  def __init__(self,
112
112
  *,
113
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ConditionCreationResponse] = ...,
113
+ condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
114
114
  condition_data : typing.Optional[global___HeatPerAreaDefinition] = ...,
115
115
  ) -> None: ...
116
116
  def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
@@ -123,12 +123,12 @@ class TemperatureCreationRequest(google.protobuf.message.Message):
123
123
  CREATION_DATA_FIELD_NUMBER: builtins.int
124
124
  TEMPERATURE_FIELD_NUMBER: builtins.int
125
125
  @property
126
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedConditionCreationData: ...
126
+ def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
127
127
  @property
128
128
  def temperature(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
129
129
  def __init__(self,
130
130
  *,
131
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedConditionCreationData] = ...,
131
+ creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
132
132
  temperature : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
133
133
  ) -> None: ...
134
134
  def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","temperature",b"temperature"]) -> builtins.bool: ...
@@ -140,12 +140,12 @@ class TemperatureCreationResponse(google.protobuf.message.Message):
140
140
  CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
141
141
  CONDITION_DATA_FIELD_NUMBER: builtins.int
142
142
  @property
143
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ConditionCreationResponse: ...
143
+ def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
144
144
  @property
145
145
  def condition_data(self) -> global___TemperatureDefinition: ...
146
146
  def __init__(self,
147
147
  *,
148
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ConditionCreationResponse] = ...,
148
+ condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
149
149
  condition_data : typing.Optional[global___TemperatureDefinition] = ...,
150
150
  ) -> None: ...
151
151
  def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
@@ -157,10 +157,10 @@ class InsulatedCreationRequest(google.protobuf.message.Message):
157
157
  DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
158
158
  CREATION_DATA_FIELD_NUMBER: builtins.int
159
159
  @property
160
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedConditionCreationData: ...
160
+ def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
161
161
  def __init__(self,
162
162
  *,
163
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedConditionCreationData] = ...,
163
+ creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
164
164
  ) -> None: ...
165
165
  def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data"]) -> builtins.bool: ...
166
166
  def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data"]) -> None: ...
@@ -171,12 +171,12 @@ class InsulatedCreationResponse(google.protobuf.message.Message):
171
171
  CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
172
172
  CONDITION_DATA_FIELD_NUMBER: builtins.int
173
173
  @property
174
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ConditionCreationResponse: ...
174
+ def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
175
175
  @property
176
176
  def condition_data(self) -> global___InsulatedDefinition: ...
177
177
  def __init__(self,
178
178
  *,
179
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ConditionCreationResponse] = ...,
179
+ condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
180
180
  condition_data : typing.Optional[global___InsulatedDefinition] = ...,
181
181
  ) -> None: ...
182
182
  def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
@@ -190,14 +190,14 @@ class ConvectionCreationRequest(google.protobuf.message.Message):
190
190
  COEFFICIENT_FIELD_NUMBER: builtins.int
191
191
  TEMPERATURE_FIELD_NUMBER: builtins.int
192
192
  @property
193
- def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedConditionCreationData: ...
193
+ def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
194
194
  @property
195
195
  def coefficient(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
196
196
  @property
197
197
  def temperature(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
198
198
  def __init__(self,
199
199
  *,
200
- creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedConditionCreationData] = ...,
200
+ creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
201
201
  coefficient : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
202
202
  temperature : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
203
203
  ) -> None: ...
@@ -210,12 +210,12 @@ class ConvectionCreationResponse(google.protobuf.message.Message):
210
210
  CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
211
211
  CONDITION_DATA_FIELD_NUMBER: builtins.int
212
212
  @property
213
- def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ConditionCreationResponse: ...
213
+ def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
214
214
  @property
215
215
  def condition_data(self) -> global___ConvectionDefinition: ...
216
216
  def __init__(self,
217
217
  *,
218
- condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ConditionCreationResponse] = ...,
218
+ condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
219
219
  condition_data : typing.Optional[global___ConvectionDefinition] = ...,
220
220
  ) -> None: ...
221
221
  def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...