ansys-api-discovery 0.6.0__py3-none-any.whl → 0.6.1__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 (37) 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 +137 -0
  25. ansys/api/discovery/v0/monitors_pb2.py +42 -0
  26. ansys/api/discovery/v0/monitors_pb2.pyi +307 -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/solution.proto +5 -4
  30. ansys/api/discovery/v0/solution_pb2.py +9 -9
  31. ansys/api/discovery/v0/solution_pb2.pyi +17 -12
  32. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/METADATA +2 -2
  33. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/RECORD +37 -32
  34. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/WHEEL +1 -1
  35. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/LICENSE +0 -0
  36. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/entry_points.txt +0 -0
  37. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/top_level.txt +0 -0
@@ -43,77 +43,77 @@ class ConditionsStructuralStub(object):
43
43
  self.ChangeSupportLocation = channel.unary_unary(
44
44
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportLocation',
45
45
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
46
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
46
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
47
47
  )
48
48
  self.ChangeSupportSpecification = channel.unary_unary(
49
49
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportSpecification',
50
50
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeSupportSpecificationRequest.SerializeToString,
51
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
51
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
52
52
  )
53
53
  self.ChangeSupportDisplacedOrientation = channel.unary_unary(
54
54
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedOrientation',
55
55
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
56
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
56
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
57
57
  )
58
58
  self.ChangeSupportDisplacedDX = channel.unary_unary(
59
59
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedDX',
60
60
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
61
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
61
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
62
62
  )
63
63
  self.ChangeSupportDisplacedDY = channel.unary_unary(
64
64
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedDY',
65
65
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
66
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
66
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
67
67
  )
68
68
  self.ChangeSupportDisplacedDZ = channel.unary_unary(
69
69
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedDZ',
70
70
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
71
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
71
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
72
72
  )
73
73
  self.ChangeSupportDisplacedRX = channel.unary_unary(
74
74
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedRX',
75
75
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
76
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
76
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
77
77
  )
78
78
  self.ChangeSupportDisplacedRY = channel.unary_unary(
79
79
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedRY',
80
80
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
81
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
81
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
82
82
  )
83
83
  self.ChangeSupportDisplacedRZ = channel.unary_unary(
84
84
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedRZ',
85
85
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
86
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
86
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
87
87
  )
88
88
  self.ChangeSupportDisplacedIsFixedDX = channel.unary_unary(
89
89
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedDX',
90
90
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
91
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
91
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
92
92
  )
93
93
  self.ChangeSupportDisplacedIsFixedDY = channel.unary_unary(
94
94
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedDY',
95
95
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
96
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
96
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
97
97
  )
98
98
  self.ChangeSupportDisplacedIsFixedDZ = channel.unary_unary(
99
99
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedDZ',
100
100
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
101
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
101
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
102
102
  )
103
103
  self.ChangeSupportDisplacedIsFixedRX = channel.unary_unary(
104
104
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedRX',
105
105
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
106
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
106
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
107
107
  )
108
108
  self.ChangeSupportDisplacedIsFixedRY = channel.unary_unary(
109
109
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedRY',
110
110
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
111
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
111
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
112
112
  )
113
113
  self.ChangeSupportDisplacedIsFixedRZ = channel.unary_unary(
114
114
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedRZ',
115
115
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
116
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
116
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
117
117
  )
118
118
  self.CreateForceDistributedTotal = channel.unary_unary(
119
119
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateForceDistributedTotal',
@@ -133,107 +133,107 @@ class ConditionsStructuralStub(object):
133
133
  self.ChangeForceLocation = channel.unary_unary(
134
134
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceLocation',
135
135
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
136
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
136
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
137
137
  )
138
138
  self.ChangeForceSpecification = channel.unary_unary(
139
139
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceSpecification',
140
140
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceSpecificationRequest.SerializeToString,
141
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
141
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
142
142
  )
143
143
  self.ChangeForceMagnitudeDefinition = channel.unary_unary(
144
144
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceMagnitudeDefinition',
145
145
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceMagnitudeDefinitionRequest.SerializeToString,
146
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
146
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
147
147
  )
148
148
  self.ChangeForceByReversingDirection = channel.unary_unary(
149
149
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceByReversingDirection',
150
150
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeCommandRequest.SerializeToString,
151
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
151
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
152
152
  )
153
153
  self.ChangeForceDefinedByComponentEnabled = channel.unary_unary(
154
154
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDefinedByComponentEnabled',
155
155
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
156
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
156
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
157
157
  )
158
158
  self.ChangeForceDistributedTotalMagnitude = channel.unary_unary(
159
159
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalMagnitude',
160
160
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
161
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
161
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
162
162
  )
163
163
  self.ChangeForceDistributedTotalX = channel.unary_unary(
164
164
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalX',
165
165
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
166
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
166
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
167
167
  )
168
168
  self.ChangeForceDistributedTotalY = channel.unary_unary(
169
169
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalY',
170
170
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
171
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
171
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
172
172
  )
173
173
  self.ChangeForceDistributedTotalZ = channel.unary_unary(
174
174
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalZ',
175
175
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
176
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
176
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
177
177
  )
178
178
  self.ChangeForceDistributedAreaMagnitude = channel.unary_unary(
179
179
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaMagnitude',
180
180
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
181
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
181
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
182
182
  )
183
183
  self.ChangeForceDistributedAreaX = channel.unary_unary(
184
184
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaX',
185
185
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
186
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
186
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
187
187
  )
188
188
  self.ChangeForceDistributedAreaY = channel.unary_unary(
189
189
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaY',
190
190
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
191
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
191
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
192
192
  )
193
193
  self.ChangeForceDistributedAreaZ = channel.unary_unary(
194
194
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaZ',
195
195
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
196
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
196
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
197
197
  )
198
198
  self.ChangeForceUseRemoteForceEnabled = channel.unary_unary(
199
199
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceUseRemoteForceEnabled',
200
200
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
201
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
201
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
202
202
  )
203
203
  self.ChangeForceDistributedRemotePositionX = channel.unary_unary(
204
204
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedRemotePositionX',
205
205
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
206
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
206
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
207
207
  )
208
208
  self.ChangeForceDistributedRemotePositionY = channel.unary_unary(
209
209
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedRemotePositionY',
210
210
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
211
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
211
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
212
212
  )
213
213
  self.ChangeForceDistributedRemotePositionZ = channel.unary_unary(
214
214
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedRemotePositionZ',
215
215
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
216
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
216
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
217
217
  )
218
218
  self.ChangeForceTorqueMagnitude = channel.unary_unary(
219
219
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueMagnitude',
220
220
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
221
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
221
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
222
222
  )
223
223
  self.ChangeForceTorqueX = channel.unary_unary(
224
224
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueX',
225
225
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
226
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
226
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
227
227
  )
228
228
  self.ChangeForceTorqueY = channel.unary_unary(
229
229
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueY',
230
230
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
231
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
231
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
232
232
  )
233
233
  self.ChangeForceTorqueZ = channel.unary_unary(
234
234
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueZ',
235
235
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
236
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
236
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
237
237
  )
238
238
  self.CreatePressure = channel.unary_unary(
239
239
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreatePressure',
@@ -243,12 +243,12 @@ class ConditionsStructuralStub(object):
243
243
  self.ChangePressureLocation = channel.unary_unary(
244
244
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangePressureLocation',
245
245
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
246
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
246
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
247
247
  )
248
248
  self.ChangePressureMagnitude = channel.unary_unary(
249
249
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangePressureMagnitude',
250
250
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
251
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
251
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
252
252
  )
253
253
  self.CreateDisplacementTranslation = channel.unary_unary(
254
254
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateDisplacementTranslation',
@@ -268,107 +268,107 @@ class ConditionsStructuralStub(object):
268
268
  self.ChangeDisplacementLocation = channel.unary_unary(
269
269
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementLocation',
270
270
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
271
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
271
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
272
272
  )
273
273
  self.ChangeDisplacementSpecification = channel.unary_unary(
274
274
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementSpecification',
275
275
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeDisplacementSpecificationRequest.SerializeToString,
276
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
276
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
277
277
  )
278
278
  self.ChangeDisplacementOrientation = channel.unary_unary(
279
279
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementOrientation',
280
280
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
281
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
281
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
282
282
  )
283
283
  self.ChangeDisplacementDX = channel.unary_unary(
284
284
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDX',
285
285
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
286
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
286
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
287
287
  )
288
288
  self.ChangeDisplacementDY = channel.unary_unary(
289
289
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDY',
290
290
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
291
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
291
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
292
292
  )
293
293
  self.ChangeDisplacementDZ = channel.unary_unary(
294
294
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDZ',
295
295
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
296
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
296
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
297
297
  )
298
298
  self.ChangeDisplacementTranslationalMagnitude = channel.unary_unary(
299
299
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementTranslationalMagnitude',
300
300
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
301
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
301
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
302
302
  )
303
303
  self.ChangeDisplacementRX = channel.unary_unary(
304
304
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRX',
305
305
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
306
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
306
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
307
307
  )
308
308
  self.ChangeDisplacementRY = channel.unary_unary(
309
309
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRY',
310
310
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
311
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
311
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
312
312
  )
313
313
  self.ChangeDisplacementRZ = channel.unary_unary(
314
314
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRZ',
315
315
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
316
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
316
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
317
317
  )
318
318
  self.ChangeDisplacementRotationalMagnitude = channel.unary_unary(
319
319
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRotationalMagnitude',
320
320
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
321
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
321
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
322
322
  )
323
323
  self.ChangeDisplacementIsFixedDX = channel.unary_unary(
324
324
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedDX',
325
325
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
326
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
326
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
327
327
  )
328
328
  self.ChangeDisplacementIsFixedDY = channel.unary_unary(
329
329
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedDY',
330
330
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
331
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
331
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
332
332
  )
333
333
  self.ChangeDisplacementIsFixedDZ = channel.unary_unary(
334
334
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedDZ',
335
335
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
336
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
336
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
337
337
  )
338
338
  self.ChangeDisplacementIsFixedRX = channel.unary_unary(
339
339
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedRX',
340
340
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
341
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
341
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
342
342
  )
343
343
  self.ChangeDisplacementIsFixedRY = channel.unary_unary(
344
344
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedRY',
345
345
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
346
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
346
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
347
347
  )
348
348
  self.ChangeDisplacementIsFixedRZ = channel.unary_unary(
349
349
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedRZ',
350
350
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
351
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
351
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
352
352
  )
353
353
  self.ChangeDisplacementUseRemotePointEnabled = channel.unary_unary(
354
354
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementUseRemotePointEnabled',
355
355
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
356
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
356
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
357
357
  )
358
358
  self.ChangeDisplacementDistributedRemotePositionX = channel.unary_unary(
359
359
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDistributedRemotePositionX',
360
360
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
361
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
361
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
362
362
  )
363
363
  self.ChangeDisplacementDistributedRemotePositionY = channel.unary_unary(
364
364
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDistributedRemotePositionY',
365
365
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
366
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
366
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
367
367
  )
368
368
  self.ChangeDisplacementDistributedRemotePositionZ = channel.unary_unary(
369
369
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDistributedRemotePositionZ',
370
370
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
371
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
371
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
372
372
  )
373
373
  self.CreateMomentLocal = channel.unary_unary(
374
374
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/CreateMomentLocal',
@@ -383,47 +383,47 @@ class ConditionsStructuralStub(object):
383
383
  self.ChangeMomentLocation = channel.unary_unary(
384
384
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocation',
385
385
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
386
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
386
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
387
387
  )
388
388
  self.ChangeMomentSpecification = channel.unary_unary(
389
389
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentSpecification',
390
390
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeMomentSpecificationRequest.SerializeToString,
391
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
391
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
392
392
  )
393
393
  self.ChangeMomentOrientation = channel.unary_unary(
394
394
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentOrientation',
395
395
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
396
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
396
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
397
397
  )
398
398
  self.ChangeMomentLocalX = channel.unary_unary(
399
399
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocalX',
400
400
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
401
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
401
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
402
402
  )
403
403
  self.ChangeMomentLocalY = channel.unary_unary(
404
404
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocalY',
405
405
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
406
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
406
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
407
407
  )
408
408
  self.ChangeMomentLocalZ = channel.unary_unary(
409
409
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocalZ',
410
410
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
411
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
411
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
412
412
  )
413
413
  self.ChangeMomentGlobalX = channel.unary_unary(
414
414
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentGlobalX',
415
415
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
416
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
416
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
417
417
  )
418
418
  self.ChangeMomentGlobalY = channel.unary_unary(
419
419
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentGlobalY',
420
420
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
421
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
421
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
422
422
  )
423
423
  self.ChangeMomentGlobalZ = channel.unary_unary(
424
424
  '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentGlobalZ',
425
425
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
426
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
426
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
427
427
  )
428
428
 
429
429
 
@@ -959,77 +959,77 @@ def add_ConditionsStructuralServicer_to_server(servicer, server):
959
959
  'ChangeSupportLocation': grpc.unary_unary_rpc_method_handler(
960
960
  servicer.ChangeSupportLocation,
961
961
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
962
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
962
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
963
963
  ),
964
964
  'ChangeSupportSpecification': grpc.unary_unary_rpc_method_handler(
965
965
  servicer.ChangeSupportSpecification,
966
966
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeSupportSpecificationRequest.FromString,
967
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
967
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
968
968
  ),
969
969
  'ChangeSupportDisplacedOrientation': grpc.unary_unary_rpc_method_handler(
970
970
  servicer.ChangeSupportDisplacedOrientation,
971
971
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.FromString,
972
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
972
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
973
973
  ),
974
974
  'ChangeSupportDisplacedDX': grpc.unary_unary_rpc_method_handler(
975
975
  servicer.ChangeSupportDisplacedDX,
976
976
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
977
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
977
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
978
978
  ),
979
979
  'ChangeSupportDisplacedDY': grpc.unary_unary_rpc_method_handler(
980
980
  servicer.ChangeSupportDisplacedDY,
981
981
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
982
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
982
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
983
983
  ),
984
984
  'ChangeSupportDisplacedDZ': grpc.unary_unary_rpc_method_handler(
985
985
  servicer.ChangeSupportDisplacedDZ,
986
986
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
987
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
987
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
988
988
  ),
989
989
  'ChangeSupportDisplacedRX': grpc.unary_unary_rpc_method_handler(
990
990
  servicer.ChangeSupportDisplacedRX,
991
991
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
992
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
992
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
993
993
  ),
994
994
  'ChangeSupportDisplacedRY': grpc.unary_unary_rpc_method_handler(
995
995
  servicer.ChangeSupportDisplacedRY,
996
996
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
997
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
997
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
998
998
  ),
999
999
  'ChangeSupportDisplacedRZ': grpc.unary_unary_rpc_method_handler(
1000
1000
  servicer.ChangeSupportDisplacedRZ,
1001
1001
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1002
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1002
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1003
1003
  ),
1004
1004
  'ChangeSupportDisplacedIsFixedDX': grpc.unary_unary_rpc_method_handler(
1005
1005
  servicer.ChangeSupportDisplacedIsFixedDX,
1006
1006
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1007
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1007
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1008
1008
  ),
1009
1009
  'ChangeSupportDisplacedIsFixedDY': grpc.unary_unary_rpc_method_handler(
1010
1010
  servicer.ChangeSupportDisplacedIsFixedDY,
1011
1011
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1012
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1012
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1013
1013
  ),
1014
1014
  'ChangeSupportDisplacedIsFixedDZ': grpc.unary_unary_rpc_method_handler(
1015
1015
  servicer.ChangeSupportDisplacedIsFixedDZ,
1016
1016
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1017
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1017
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1018
1018
  ),
1019
1019
  'ChangeSupportDisplacedIsFixedRX': grpc.unary_unary_rpc_method_handler(
1020
1020
  servicer.ChangeSupportDisplacedIsFixedRX,
1021
1021
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1022
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1022
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1023
1023
  ),
1024
1024
  'ChangeSupportDisplacedIsFixedRY': grpc.unary_unary_rpc_method_handler(
1025
1025
  servicer.ChangeSupportDisplacedIsFixedRY,
1026
1026
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1027
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1027
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1028
1028
  ),
1029
1029
  'ChangeSupportDisplacedIsFixedRZ': grpc.unary_unary_rpc_method_handler(
1030
1030
  servicer.ChangeSupportDisplacedIsFixedRZ,
1031
1031
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1032
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1032
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1033
1033
  ),
1034
1034
  'CreateForceDistributedTotal': grpc.unary_unary_rpc_method_handler(
1035
1035
  servicer.CreateForceDistributedTotal,
@@ -1049,107 +1049,107 @@ def add_ConditionsStructuralServicer_to_server(servicer, server):
1049
1049
  'ChangeForceLocation': grpc.unary_unary_rpc_method_handler(
1050
1050
  servicer.ChangeForceLocation,
1051
1051
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
1052
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1052
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1053
1053
  ),
1054
1054
  'ChangeForceSpecification': grpc.unary_unary_rpc_method_handler(
1055
1055
  servicer.ChangeForceSpecification,
1056
1056
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceSpecificationRequest.FromString,
1057
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1057
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1058
1058
  ),
1059
1059
  'ChangeForceMagnitudeDefinition': grpc.unary_unary_rpc_method_handler(
1060
1060
  servicer.ChangeForceMagnitudeDefinition,
1061
1061
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceMagnitudeDefinitionRequest.FromString,
1062
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1062
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1063
1063
  ),
1064
1064
  'ChangeForceByReversingDirection': grpc.unary_unary_rpc_method_handler(
1065
1065
  servicer.ChangeForceByReversingDirection,
1066
1066
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeCommandRequest.FromString,
1067
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1067
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1068
1068
  ),
1069
1069
  'ChangeForceDefinedByComponentEnabled': grpc.unary_unary_rpc_method_handler(
1070
1070
  servicer.ChangeForceDefinedByComponentEnabled,
1071
1071
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1072
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1072
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1073
1073
  ),
1074
1074
  'ChangeForceDistributedTotalMagnitude': grpc.unary_unary_rpc_method_handler(
1075
1075
  servicer.ChangeForceDistributedTotalMagnitude,
1076
1076
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1077
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1077
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1078
1078
  ),
1079
1079
  'ChangeForceDistributedTotalX': grpc.unary_unary_rpc_method_handler(
1080
1080
  servicer.ChangeForceDistributedTotalX,
1081
1081
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1082
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1082
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1083
1083
  ),
1084
1084
  'ChangeForceDistributedTotalY': grpc.unary_unary_rpc_method_handler(
1085
1085
  servicer.ChangeForceDistributedTotalY,
1086
1086
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1087
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1087
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1088
1088
  ),
1089
1089
  'ChangeForceDistributedTotalZ': grpc.unary_unary_rpc_method_handler(
1090
1090
  servicer.ChangeForceDistributedTotalZ,
1091
1091
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1092
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1092
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1093
1093
  ),
1094
1094
  'ChangeForceDistributedAreaMagnitude': grpc.unary_unary_rpc_method_handler(
1095
1095
  servicer.ChangeForceDistributedAreaMagnitude,
1096
1096
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1097
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1097
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1098
1098
  ),
1099
1099
  'ChangeForceDistributedAreaX': grpc.unary_unary_rpc_method_handler(
1100
1100
  servicer.ChangeForceDistributedAreaX,
1101
1101
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1102
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1102
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1103
1103
  ),
1104
1104
  'ChangeForceDistributedAreaY': grpc.unary_unary_rpc_method_handler(
1105
1105
  servicer.ChangeForceDistributedAreaY,
1106
1106
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1107
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1107
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1108
1108
  ),
1109
1109
  'ChangeForceDistributedAreaZ': grpc.unary_unary_rpc_method_handler(
1110
1110
  servicer.ChangeForceDistributedAreaZ,
1111
1111
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1112
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1112
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1113
1113
  ),
1114
1114
  'ChangeForceUseRemoteForceEnabled': grpc.unary_unary_rpc_method_handler(
1115
1115
  servicer.ChangeForceUseRemoteForceEnabled,
1116
1116
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1117
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1117
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1118
1118
  ),
1119
1119
  'ChangeForceDistributedRemotePositionX': grpc.unary_unary_rpc_method_handler(
1120
1120
  servicer.ChangeForceDistributedRemotePositionX,
1121
1121
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1122
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1122
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1123
1123
  ),
1124
1124
  'ChangeForceDistributedRemotePositionY': grpc.unary_unary_rpc_method_handler(
1125
1125
  servicer.ChangeForceDistributedRemotePositionY,
1126
1126
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1127
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1127
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1128
1128
  ),
1129
1129
  'ChangeForceDistributedRemotePositionZ': grpc.unary_unary_rpc_method_handler(
1130
1130
  servicer.ChangeForceDistributedRemotePositionZ,
1131
1131
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1132
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1132
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1133
1133
  ),
1134
1134
  'ChangeForceTorqueMagnitude': grpc.unary_unary_rpc_method_handler(
1135
1135
  servicer.ChangeForceTorqueMagnitude,
1136
1136
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1137
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1137
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1138
1138
  ),
1139
1139
  'ChangeForceTorqueX': grpc.unary_unary_rpc_method_handler(
1140
1140
  servicer.ChangeForceTorqueX,
1141
1141
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1142
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1142
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1143
1143
  ),
1144
1144
  'ChangeForceTorqueY': grpc.unary_unary_rpc_method_handler(
1145
1145
  servicer.ChangeForceTorqueY,
1146
1146
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1147
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1147
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1148
1148
  ),
1149
1149
  'ChangeForceTorqueZ': grpc.unary_unary_rpc_method_handler(
1150
1150
  servicer.ChangeForceTorqueZ,
1151
1151
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1152
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1152
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1153
1153
  ),
1154
1154
  'CreatePressure': grpc.unary_unary_rpc_method_handler(
1155
1155
  servicer.CreatePressure,
@@ -1159,12 +1159,12 @@ def add_ConditionsStructuralServicer_to_server(servicer, server):
1159
1159
  'ChangePressureLocation': grpc.unary_unary_rpc_method_handler(
1160
1160
  servicer.ChangePressureLocation,
1161
1161
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
1162
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1162
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1163
1163
  ),
1164
1164
  'ChangePressureMagnitude': grpc.unary_unary_rpc_method_handler(
1165
1165
  servicer.ChangePressureMagnitude,
1166
1166
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1167
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1167
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1168
1168
  ),
1169
1169
  'CreateDisplacementTranslation': grpc.unary_unary_rpc_method_handler(
1170
1170
  servicer.CreateDisplacementTranslation,
@@ -1184,107 +1184,107 @@ def add_ConditionsStructuralServicer_to_server(servicer, server):
1184
1184
  'ChangeDisplacementLocation': grpc.unary_unary_rpc_method_handler(
1185
1185
  servicer.ChangeDisplacementLocation,
1186
1186
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
1187
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1187
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1188
1188
  ),
1189
1189
  'ChangeDisplacementSpecification': grpc.unary_unary_rpc_method_handler(
1190
1190
  servicer.ChangeDisplacementSpecification,
1191
1191
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeDisplacementSpecificationRequest.FromString,
1192
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1192
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1193
1193
  ),
1194
1194
  'ChangeDisplacementOrientation': grpc.unary_unary_rpc_method_handler(
1195
1195
  servicer.ChangeDisplacementOrientation,
1196
1196
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.FromString,
1197
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1197
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1198
1198
  ),
1199
1199
  'ChangeDisplacementDX': grpc.unary_unary_rpc_method_handler(
1200
1200
  servicer.ChangeDisplacementDX,
1201
1201
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1202
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1202
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1203
1203
  ),
1204
1204
  'ChangeDisplacementDY': grpc.unary_unary_rpc_method_handler(
1205
1205
  servicer.ChangeDisplacementDY,
1206
1206
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1207
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1207
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1208
1208
  ),
1209
1209
  'ChangeDisplacementDZ': grpc.unary_unary_rpc_method_handler(
1210
1210
  servicer.ChangeDisplacementDZ,
1211
1211
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1212
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1212
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1213
1213
  ),
1214
1214
  'ChangeDisplacementTranslationalMagnitude': grpc.unary_unary_rpc_method_handler(
1215
1215
  servicer.ChangeDisplacementTranslationalMagnitude,
1216
1216
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1217
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1217
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1218
1218
  ),
1219
1219
  'ChangeDisplacementRX': grpc.unary_unary_rpc_method_handler(
1220
1220
  servicer.ChangeDisplacementRX,
1221
1221
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1222
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1222
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1223
1223
  ),
1224
1224
  'ChangeDisplacementRY': grpc.unary_unary_rpc_method_handler(
1225
1225
  servicer.ChangeDisplacementRY,
1226
1226
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1227
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1227
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1228
1228
  ),
1229
1229
  'ChangeDisplacementRZ': grpc.unary_unary_rpc_method_handler(
1230
1230
  servicer.ChangeDisplacementRZ,
1231
1231
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1232
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1232
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1233
1233
  ),
1234
1234
  'ChangeDisplacementRotationalMagnitude': grpc.unary_unary_rpc_method_handler(
1235
1235
  servicer.ChangeDisplacementRotationalMagnitude,
1236
1236
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1237
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1237
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1238
1238
  ),
1239
1239
  'ChangeDisplacementIsFixedDX': grpc.unary_unary_rpc_method_handler(
1240
1240
  servicer.ChangeDisplacementIsFixedDX,
1241
1241
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1242
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1242
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1243
1243
  ),
1244
1244
  'ChangeDisplacementIsFixedDY': grpc.unary_unary_rpc_method_handler(
1245
1245
  servicer.ChangeDisplacementIsFixedDY,
1246
1246
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1247
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1247
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1248
1248
  ),
1249
1249
  'ChangeDisplacementIsFixedDZ': grpc.unary_unary_rpc_method_handler(
1250
1250
  servicer.ChangeDisplacementIsFixedDZ,
1251
1251
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1252
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1252
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1253
1253
  ),
1254
1254
  'ChangeDisplacementIsFixedRX': grpc.unary_unary_rpc_method_handler(
1255
1255
  servicer.ChangeDisplacementIsFixedRX,
1256
1256
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1257
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1257
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1258
1258
  ),
1259
1259
  'ChangeDisplacementIsFixedRY': grpc.unary_unary_rpc_method_handler(
1260
1260
  servicer.ChangeDisplacementIsFixedRY,
1261
1261
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1262
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1262
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1263
1263
  ),
1264
1264
  'ChangeDisplacementIsFixedRZ': grpc.unary_unary_rpc_method_handler(
1265
1265
  servicer.ChangeDisplacementIsFixedRZ,
1266
1266
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1267
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1267
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1268
1268
  ),
1269
1269
  'ChangeDisplacementUseRemotePointEnabled': grpc.unary_unary_rpc_method_handler(
1270
1270
  servicer.ChangeDisplacementUseRemotePointEnabled,
1271
1271
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
1272
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1272
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1273
1273
  ),
1274
1274
  'ChangeDisplacementDistributedRemotePositionX': grpc.unary_unary_rpc_method_handler(
1275
1275
  servicer.ChangeDisplacementDistributedRemotePositionX,
1276
1276
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1277
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1277
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1278
1278
  ),
1279
1279
  'ChangeDisplacementDistributedRemotePositionY': grpc.unary_unary_rpc_method_handler(
1280
1280
  servicer.ChangeDisplacementDistributedRemotePositionY,
1281
1281
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1282
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1282
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1283
1283
  ),
1284
1284
  'ChangeDisplacementDistributedRemotePositionZ': grpc.unary_unary_rpc_method_handler(
1285
1285
  servicer.ChangeDisplacementDistributedRemotePositionZ,
1286
1286
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1287
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1287
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1288
1288
  ),
1289
1289
  'CreateMomentLocal': grpc.unary_unary_rpc_method_handler(
1290
1290
  servicer.CreateMomentLocal,
@@ -1299,47 +1299,47 @@ def add_ConditionsStructuralServicer_to_server(servicer, server):
1299
1299
  'ChangeMomentLocation': grpc.unary_unary_rpc_method_handler(
1300
1300
  servicer.ChangeMomentLocation,
1301
1301
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
1302
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1302
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1303
1303
  ),
1304
1304
  'ChangeMomentSpecification': grpc.unary_unary_rpc_method_handler(
1305
1305
  servicer.ChangeMomentSpecification,
1306
1306
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeMomentSpecificationRequest.FromString,
1307
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1307
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1308
1308
  ),
1309
1309
  'ChangeMomentOrientation': grpc.unary_unary_rpc_method_handler(
1310
1310
  servicer.ChangeMomentOrientation,
1311
1311
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.FromString,
1312
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1312
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1313
1313
  ),
1314
1314
  'ChangeMomentLocalX': grpc.unary_unary_rpc_method_handler(
1315
1315
  servicer.ChangeMomentLocalX,
1316
1316
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1317
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1317
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1318
1318
  ),
1319
1319
  'ChangeMomentLocalY': grpc.unary_unary_rpc_method_handler(
1320
1320
  servicer.ChangeMomentLocalY,
1321
1321
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1322
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1322
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1323
1323
  ),
1324
1324
  'ChangeMomentLocalZ': grpc.unary_unary_rpc_method_handler(
1325
1325
  servicer.ChangeMomentLocalZ,
1326
1326
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1327
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1327
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1328
1328
  ),
1329
1329
  'ChangeMomentGlobalX': grpc.unary_unary_rpc_method_handler(
1330
1330
  servicer.ChangeMomentGlobalX,
1331
1331
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1332
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1332
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1333
1333
  ),
1334
1334
  'ChangeMomentGlobalY': grpc.unary_unary_rpc_method_handler(
1335
1335
  servicer.ChangeMomentGlobalY,
1336
1336
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1337
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1337
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1338
1338
  ),
1339
1339
  'ChangeMomentGlobalZ': grpc.unary_unary_rpc_method_handler(
1340
1340
  servicer.ChangeMomentGlobalZ,
1341
1341
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
1342
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
1342
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
1343
1343
  ),
1344
1344
  }
1345
1345
  generic_handler = grpc.method_handlers_generic_handler(
@@ -1449,7 +1449,7 @@ class ConditionsStructural(object):
1449
1449
  metadata=None):
1450
1450
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportLocation',
1451
1451
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
1452
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1452
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1453
1453
  options, channel_credentials,
1454
1454
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1455
1455
 
@@ -1466,7 +1466,7 @@ class ConditionsStructural(object):
1466
1466
  metadata=None):
1467
1467
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportSpecification',
1468
1468
  ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeSupportSpecificationRequest.SerializeToString,
1469
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1469
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1470
1470
  options, channel_credentials,
1471
1471
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1472
1472
 
@@ -1483,7 +1483,7 @@ class ConditionsStructural(object):
1483
1483
  metadata=None):
1484
1484
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedOrientation',
1485
1485
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
1486
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1486
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1487
1487
  options, channel_credentials,
1488
1488
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1489
1489
 
@@ -1500,7 +1500,7 @@ class ConditionsStructural(object):
1500
1500
  metadata=None):
1501
1501
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedDX',
1502
1502
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1503
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1503
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1504
1504
  options, channel_credentials,
1505
1505
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1506
1506
 
@@ -1517,7 +1517,7 @@ class ConditionsStructural(object):
1517
1517
  metadata=None):
1518
1518
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedDY',
1519
1519
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1520
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1520
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1521
1521
  options, channel_credentials,
1522
1522
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1523
1523
 
@@ -1534,7 +1534,7 @@ class ConditionsStructural(object):
1534
1534
  metadata=None):
1535
1535
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedDZ',
1536
1536
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1537
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1537
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1538
1538
  options, channel_credentials,
1539
1539
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1540
1540
 
@@ -1551,7 +1551,7 @@ class ConditionsStructural(object):
1551
1551
  metadata=None):
1552
1552
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedRX',
1553
1553
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1554
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1554
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1555
1555
  options, channel_credentials,
1556
1556
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1557
1557
 
@@ -1568,7 +1568,7 @@ class ConditionsStructural(object):
1568
1568
  metadata=None):
1569
1569
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedRY',
1570
1570
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1571
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1571
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1572
1572
  options, channel_credentials,
1573
1573
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1574
1574
 
@@ -1585,7 +1585,7 @@ class ConditionsStructural(object):
1585
1585
  metadata=None):
1586
1586
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedRZ',
1587
1587
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1588
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1588
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1589
1589
  options, channel_credentials,
1590
1590
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1591
1591
 
@@ -1602,7 +1602,7 @@ class ConditionsStructural(object):
1602
1602
  metadata=None):
1603
1603
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedDX',
1604
1604
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1605
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1605
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1606
1606
  options, channel_credentials,
1607
1607
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1608
1608
 
@@ -1619,7 +1619,7 @@ class ConditionsStructural(object):
1619
1619
  metadata=None):
1620
1620
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedDY',
1621
1621
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1622
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1622
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1623
1623
  options, channel_credentials,
1624
1624
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1625
1625
 
@@ -1636,7 +1636,7 @@ class ConditionsStructural(object):
1636
1636
  metadata=None):
1637
1637
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedDZ',
1638
1638
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1639
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1639
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1640
1640
  options, channel_credentials,
1641
1641
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1642
1642
 
@@ -1653,7 +1653,7 @@ class ConditionsStructural(object):
1653
1653
  metadata=None):
1654
1654
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedRX',
1655
1655
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1656
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1656
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1657
1657
  options, channel_credentials,
1658
1658
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1659
1659
 
@@ -1670,7 +1670,7 @@ class ConditionsStructural(object):
1670
1670
  metadata=None):
1671
1671
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedRY',
1672
1672
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1673
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1673
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1674
1674
  options, channel_credentials,
1675
1675
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1676
1676
 
@@ -1687,7 +1687,7 @@ class ConditionsStructural(object):
1687
1687
  metadata=None):
1688
1688
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeSupportDisplacedIsFixedRZ',
1689
1689
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1690
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1690
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1691
1691
  options, channel_credentials,
1692
1692
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1693
1693
 
@@ -1755,7 +1755,7 @@ class ConditionsStructural(object):
1755
1755
  metadata=None):
1756
1756
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceLocation',
1757
1757
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
1758
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1758
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1759
1759
  options, channel_credentials,
1760
1760
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1761
1761
 
@@ -1772,7 +1772,7 @@ class ConditionsStructural(object):
1772
1772
  metadata=None):
1773
1773
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceSpecification',
1774
1774
  ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceSpecificationRequest.SerializeToString,
1775
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1775
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1776
1776
  options, channel_credentials,
1777
1777
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1778
1778
 
@@ -1789,7 +1789,7 @@ class ConditionsStructural(object):
1789
1789
  metadata=None):
1790
1790
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceMagnitudeDefinition',
1791
1791
  ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeForceMagnitudeDefinitionRequest.SerializeToString,
1792
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1792
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1793
1793
  options, channel_credentials,
1794
1794
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1795
1795
 
@@ -1806,7 +1806,7 @@ class ConditionsStructural(object):
1806
1806
  metadata=None):
1807
1807
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceByReversingDirection',
1808
1808
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeCommandRequest.SerializeToString,
1809
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1809
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1810
1810
  options, channel_credentials,
1811
1811
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1812
1812
 
@@ -1823,7 +1823,7 @@ class ConditionsStructural(object):
1823
1823
  metadata=None):
1824
1824
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDefinedByComponentEnabled',
1825
1825
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1826
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1826
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1827
1827
  options, channel_credentials,
1828
1828
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1829
1829
 
@@ -1840,7 +1840,7 @@ class ConditionsStructural(object):
1840
1840
  metadata=None):
1841
1841
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalMagnitude',
1842
1842
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1843
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1843
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1844
1844
  options, channel_credentials,
1845
1845
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1846
1846
 
@@ -1857,7 +1857,7 @@ class ConditionsStructural(object):
1857
1857
  metadata=None):
1858
1858
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalX',
1859
1859
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1860
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1860
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1861
1861
  options, channel_credentials,
1862
1862
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1863
1863
 
@@ -1874,7 +1874,7 @@ class ConditionsStructural(object):
1874
1874
  metadata=None):
1875
1875
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalY',
1876
1876
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1877
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1877
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1878
1878
  options, channel_credentials,
1879
1879
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1880
1880
 
@@ -1891,7 +1891,7 @@ class ConditionsStructural(object):
1891
1891
  metadata=None):
1892
1892
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedTotalZ',
1893
1893
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1894
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1894
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1895
1895
  options, channel_credentials,
1896
1896
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1897
1897
 
@@ -1908,7 +1908,7 @@ class ConditionsStructural(object):
1908
1908
  metadata=None):
1909
1909
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaMagnitude',
1910
1910
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1911
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1911
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1912
1912
  options, channel_credentials,
1913
1913
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1914
1914
 
@@ -1925,7 +1925,7 @@ class ConditionsStructural(object):
1925
1925
  metadata=None):
1926
1926
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaX',
1927
1927
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1928
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1928
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1929
1929
  options, channel_credentials,
1930
1930
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1931
1931
 
@@ -1942,7 +1942,7 @@ class ConditionsStructural(object):
1942
1942
  metadata=None):
1943
1943
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaY',
1944
1944
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1945
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1945
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1946
1946
  options, channel_credentials,
1947
1947
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1948
1948
 
@@ -1959,7 +1959,7 @@ class ConditionsStructural(object):
1959
1959
  metadata=None):
1960
1960
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedAreaZ',
1961
1961
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1962
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1962
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1963
1963
  options, channel_credentials,
1964
1964
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1965
1965
 
@@ -1976,7 +1976,7 @@ class ConditionsStructural(object):
1976
1976
  metadata=None):
1977
1977
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceUseRemoteForceEnabled',
1978
1978
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
1979
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1979
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1980
1980
  options, channel_credentials,
1981
1981
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1982
1982
 
@@ -1993,7 +1993,7 @@ class ConditionsStructural(object):
1993
1993
  metadata=None):
1994
1994
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedRemotePositionX',
1995
1995
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
1996
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
1996
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
1997
1997
  options, channel_credentials,
1998
1998
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1999
1999
 
@@ -2010,7 +2010,7 @@ class ConditionsStructural(object):
2010
2010
  metadata=None):
2011
2011
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedRemotePositionY',
2012
2012
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2013
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2013
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2014
2014
  options, channel_credentials,
2015
2015
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2016
2016
 
@@ -2027,7 +2027,7 @@ class ConditionsStructural(object):
2027
2027
  metadata=None):
2028
2028
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceDistributedRemotePositionZ',
2029
2029
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2030
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2030
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2031
2031
  options, channel_credentials,
2032
2032
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2033
2033
 
@@ -2044,7 +2044,7 @@ class ConditionsStructural(object):
2044
2044
  metadata=None):
2045
2045
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueMagnitude',
2046
2046
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2047
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2047
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2048
2048
  options, channel_credentials,
2049
2049
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2050
2050
 
@@ -2061,7 +2061,7 @@ class ConditionsStructural(object):
2061
2061
  metadata=None):
2062
2062
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueX',
2063
2063
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2064
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2064
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2065
2065
  options, channel_credentials,
2066
2066
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2067
2067
 
@@ -2078,7 +2078,7 @@ class ConditionsStructural(object):
2078
2078
  metadata=None):
2079
2079
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueY',
2080
2080
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2081
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2081
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2082
2082
  options, channel_credentials,
2083
2083
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2084
2084
 
@@ -2095,7 +2095,7 @@ class ConditionsStructural(object):
2095
2095
  metadata=None):
2096
2096
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeForceTorqueZ',
2097
2097
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2098
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2098
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2099
2099
  options, channel_credentials,
2100
2100
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2101
2101
 
@@ -2129,7 +2129,7 @@ class ConditionsStructural(object):
2129
2129
  metadata=None):
2130
2130
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangePressureLocation',
2131
2131
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
2132
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2132
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2133
2133
  options, channel_credentials,
2134
2134
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2135
2135
 
@@ -2146,7 +2146,7 @@ class ConditionsStructural(object):
2146
2146
  metadata=None):
2147
2147
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangePressureMagnitude',
2148
2148
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2149
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2149
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2150
2150
  options, channel_credentials,
2151
2151
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2152
2152
 
@@ -2214,7 +2214,7 @@ class ConditionsStructural(object):
2214
2214
  metadata=None):
2215
2215
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementLocation',
2216
2216
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
2217
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2217
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2218
2218
  options, channel_credentials,
2219
2219
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2220
2220
 
@@ -2231,7 +2231,7 @@ class ConditionsStructural(object):
2231
2231
  metadata=None):
2232
2232
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementSpecification',
2233
2233
  ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeDisplacementSpecificationRequest.SerializeToString,
2234
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2234
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2235
2235
  options, channel_credentials,
2236
2236
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2237
2237
 
@@ -2248,7 +2248,7 @@ class ConditionsStructural(object):
2248
2248
  metadata=None):
2249
2249
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementOrientation',
2250
2250
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
2251
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2251
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2252
2252
  options, channel_credentials,
2253
2253
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2254
2254
 
@@ -2265,7 +2265,7 @@ class ConditionsStructural(object):
2265
2265
  metadata=None):
2266
2266
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDX',
2267
2267
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2268
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2268
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2269
2269
  options, channel_credentials,
2270
2270
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2271
2271
 
@@ -2282,7 +2282,7 @@ class ConditionsStructural(object):
2282
2282
  metadata=None):
2283
2283
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDY',
2284
2284
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2285
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2285
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2286
2286
  options, channel_credentials,
2287
2287
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2288
2288
 
@@ -2299,7 +2299,7 @@ class ConditionsStructural(object):
2299
2299
  metadata=None):
2300
2300
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDZ',
2301
2301
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2302
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2302
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2303
2303
  options, channel_credentials,
2304
2304
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2305
2305
 
@@ -2316,7 +2316,7 @@ class ConditionsStructural(object):
2316
2316
  metadata=None):
2317
2317
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementTranslationalMagnitude',
2318
2318
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2319
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2319
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2320
2320
  options, channel_credentials,
2321
2321
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2322
2322
 
@@ -2333,7 +2333,7 @@ class ConditionsStructural(object):
2333
2333
  metadata=None):
2334
2334
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRX',
2335
2335
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2336
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2336
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2337
2337
  options, channel_credentials,
2338
2338
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2339
2339
 
@@ -2350,7 +2350,7 @@ class ConditionsStructural(object):
2350
2350
  metadata=None):
2351
2351
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRY',
2352
2352
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2353
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2353
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2354
2354
  options, channel_credentials,
2355
2355
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2356
2356
 
@@ -2367,7 +2367,7 @@ class ConditionsStructural(object):
2367
2367
  metadata=None):
2368
2368
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRZ',
2369
2369
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2370
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2370
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2371
2371
  options, channel_credentials,
2372
2372
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2373
2373
 
@@ -2384,7 +2384,7 @@ class ConditionsStructural(object):
2384
2384
  metadata=None):
2385
2385
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementRotationalMagnitude',
2386
2386
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2387
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2387
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2388
2388
  options, channel_credentials,
2389
2389
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2390
2390
 
@@ -2401,7 +2401,7 @@ class ConditionsStructural(object):
2401
2401
  metadata=None):
2402
2402
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedDX',
2403
2403
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
2404
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2404
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2405
2405
  options, channel_credentials,
2406
2406
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2407
2407
 
@@ -2418,7 +2418,7 @@ class ConditionsStructural(object):
2418
2418
  metadata=None):
2419
2419
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedDY',
2420
2420
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
2421
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2421
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2422
2422
  options, channel_credentials,
2423
2423
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2424
2424
 
@@ -2435,7 +2435,7 @@ class ConditionsStructural(object):
2435
2435
  metadata=None):
2436
2436
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedDZ',
2437
2437
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
2438
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2438
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2439
2439
  options, channel_credentials,
2440
2440
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2441
2441
 
@@ -2452,7 +2452,7 @@ class ConditionsStructural(object):
2452
2452
  metadata=None):
2453
2453
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedRX',
2454
2454
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
2455
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2455
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2456
2456
  options, channel_credentials,
2457
2457
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2458
2458
 
@@ -2469,7 +2469,7 @@ class ConditionsStructural(object):
2469
2469
  metadata=None):
2470
2470
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedRY',
2471
2471
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
2472
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2472
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2473
2473
  options, channel_credentials,
2474
2474
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2475
2475
 
@@ -2486,7 +2486,7 @@ class ConditionsStructural(object):
2486
2486
  metadata=None):
2487
2487
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementIsFixedRZ',
2488
2488
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
2489
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2489
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2490
2490
  options, channel_credentials,
2491
2491
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2492
2492
 
@@ -2503,7 +2503,7 @@ class ConditionsStructural(object):
2503
2503
  metadata=None):
2504
2504
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementUseRemotePointEnabled',
2505
2505
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
2506
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2506
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2507
2507
  options, channel_credentials,
2508
2508
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2509
2509
 
@@ -2520,7 +2520,7 @@ class ConditionsStructural(object):
2520
2520
  metadata=None):
2521
2521
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDistributedRemotePositionX',
2522
2522
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2523
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2523
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2524
2524
  options, channel_credentials,
2525
2525
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2526
2526
 
@@ -2537,7 +2537,7 @@ class ConditionsStructural(object):
2537
2537
  metadata=None):
2538
2538
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDistributedRemotePositionY',
2539
2539
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2540
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2540
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2541
2541
  options, channel_credentials,
2542
2542
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2543
2543
 
@@ -2554,7 +2554,7 @@ class ConditionsStructural(object):
2554
2554
  metadata=None):
2555
2555
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeDisplacementDistributedRemotePositionZ',
2556
2556
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2557
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2557
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2558
2558
  options, channel_credentials,
2559
2559
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2560
2560
 
@@ -2605,7 +2605,7 @@ class ConditionsStructural(object):
2605
2605
  metadata=None):
2606
2606
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocation',
2607
2607
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
2608
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2608
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2609
2609
  options, channel_credentials,
2610
2610
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2611
2611
 
@@ -2622,7 +2622,7 @@ class ConditionsStructural(object):
2622
2622
  metadata=None):
2623
2623
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentSpecification',
2624
2624
  ansys_dot_api_dot_discovery_dot_v0_dot_conditionsstructural__pb2.ChangeMomentSpecificationRequest.SerializeToString,
2625
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2625
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2626
2626
  options, channel_credentials,
2627
2627
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2628
2628
 
@@ -2639,7 +2639,7 @@ class ConditionsStructural(object):
2639
2639
  metadata=None):
2640
2640
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentOrientation',
2641
2641
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
2642
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2642
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2643
2643
  options, channel_credentials,
2644
2644
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2645
2645
 
@@ -2656,7 +2656,7 @@ class ConditionsStructural(object):
2656
2656
  metadata=None):
2657
2657
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocalX',
2658
2658
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2659
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2659
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2660
2660
  options, channel_credentials,
2661
2661
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2662
2662
 
@@ -2673,7 +2673,7 @@ class ConditionsStructural(object):
2673
2673
  metadata=None):
2674
2674
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocalY',
2675
2675
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2676
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2676
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2677
2677
  options, channel_credentials,
2678
2678
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2679
2679
 
@@ -2690,7 +2690,7 @@ class ConditionsStructural(object):
2690
2690
  metadata=None):
2691
2691
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentLocalZ',
2692
2692
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2693
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2693
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2694
2694
  options, channel_credentials,
2695
2695
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2696
2696
 
@@ -2707,7 +2707,7 @@ class ConditionsStructural(object):
2707
2707
  metadata=None):
2708
2708
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentGlobalX',
2709
2709
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2710
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2710
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2711
2711
  options, channel_credentials,
2712
2712
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2713
2713
 
@@ -2724,7 +2724,7 @@ class ConditionsStructural(object):
2724
2724
  metadata=None):
2725
2725
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentGlobalY',
2726
2726
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2727
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2727
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2728
2728
  options, channel_credentials,
2729
2729
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2730
2730
 
@@ -2741,6 +2741,6 @@ class ConditionsStructural(object):
2741
2741
  metadata=None):
2742
2742
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsstructural.ConditionsStructural/ChangeMomentGlobalZ',
2743
2743
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
2744
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
2744
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
2745
2745
  options, channel_credentials,
2746
2746
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)