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.
- ansys/api/discovery/VERSION +1 -1
- ansys/api/discovery/v0/conditions.proto +3 -3
- ansys/api/discovery/v0/conditions_pb2.py +2 -2
- ansys/api/discovery/v0/conditions_pb2_grpc.py +9 -9
- ansys/api/discovery/v0/conditions_pb2_grpc.pyi +6 -6
- ansys/api/discovery/v0/conditionsfluid.proto +25 -25
- ansys/api/discovery/v0/conditionsfluid_pb2.py +60 -60
- ansys/api/discovery/v0/conditionsfluid_pb2.pyi +24 -24
- ansys/api/discovery/v0/conditionsfluid_pb2_grpc.py +39 -39
- ansys/api/discovery/v0/conditionsfluid_pb2_grpc.pyi +26 -26
- ansys/api/discovery/v0/conditionsstructural.proto +89 -89
- ansys/api/discovery/v0/conditionsstructural_pb2.py +86 -86
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +36 -36
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +204 -204
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +136 -136
- ansys/api/discovery/v0/conditionsthermal.proto +21 -21
- ansys/api/discovery/v0/conditionsthermal_pb2.py +36 -36
- ansys/api/discovery/v0/conditionsthermal_pb2.pyi +20 -20
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.py +33 -33
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +22 -22
- ansys/api/discovery/v0/discoverymodels.proto +3 -3
- ansys/api/discovery/v0/discoverymodels_pb2.py +27 -27
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +6 -6
- ansys/api/discovery/v0/monitors.proto +137 -0
- ansys/api/discovery/v0/monitors_pb2.py +42 -0
- ansys/api/discovery/v0/monitors_pb2.pyi +307 -0
- ansys/api/discovery/v0/monitors_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/monitors_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/solution.proto +5 -4
- ansys/api/discovery/v0/solution_pb2.py +9 -9
- ansys/api/discovery/v0/solution_pb2.pyi +17 -12
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/METADATA +2 -2
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/RECORD +37 -32
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/WHEEL +1 -1
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/top_level.txt +0 -0
|
@@ -130,10 +130,10 @@ class SupportGeneralCreationRequest(google.protobuf.message.Message):
|
|
|
130
130
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
131
131
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
132
132
|
@property
|
|
133
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
133
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
134
134
|
def __init__(self,
|
|
135
135
|
*,
|
|
136
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
136
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
137
137
|
) -> None: ...
|
|
138
138
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data"]) -> builtins.bool: ...
|
|
139
139
|
def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data"]) -> None: ...
|
|
@@ -144,12 +144,12 @@ class SupportGeneralCreationResponse(google.protobuf.message.Message):
|
|
|
144
144
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
145
145
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
146
146
|
@property
|
|
147
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
147
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
148
148
|
@property
|
|
149
149
|
def condition_data(self) -> global___SupportGeneralDefinition: ...
|
|
150
150
|
def __init__(self,
|
|
151
151
|
*,
|
|
152
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
152
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
153
153
|
condition_data : typing.Optional[global___SupportGeneralDefinition] = ...,
|
|
154
154
|
) -> None: ...
|
|
155
155
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -161,12 +161,12 @@ class SupportDisplacedCreationRequest(google.protobuf.message.Message):
|
|
|
161
161
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
162
162
|
SUPPORT_DISPLACED_FIELD_NUMBER: builtins.int
|
|
163
163
|
@property
|
|
164
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
164
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
165
165
|
@property
|
|
166
166
|
def support_displaced(self) -> global___SupportDisplacedProperties: ...
|
|
167
167
|
def __init__(self,
|
|
168
168
|
*,
|
|
169
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
169
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
170
170
|
support_displaced : typing.Optional[global___SupportDisplacedProperties] = ...,
|
|
171
171
|
) -> None: ...
|
|
172
172
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","support_displaced",b"support_displaced"]) -> builtins.bool: ...
|
|
@@ -178,12 +178,12 @@ class SupportDisplacedCreationResponse(google.protobuf.message.Message):
|
|
|
178
178
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
179
179
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
180
180
|
@property
|
|
181
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
181
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
182
182
|
@property
|
|
183
183
|
def condition_data(self) -> global___SupportDisplacedDefinition: ...
|
|
184
184
|
def __init__(self,
|
|
185
185
|
*,
|
|
186
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
186
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
187
187
|
condition_data : typing.Optional[global___SupportDisplacedDefinition] = ...,
|
|
188
188
|
) -> None: ...
|
|
189
189
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -224,12 +224,12 @@ class ForceDistributedTotalCreationRequest(google.protobuf.message.Message):
|
|
|
224
224
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
225
225
|
FORCE_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
226
226
|
@property
|
|
227
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
227
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
228
228
|
@property
|
|
229
229
|
def force_properties(self) -> global___ForceDistributedProperties: ...
|
|
230
230
|
def __init__(self,
|
|
231
231
|
*,
|
|
232
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
232
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
233
233
|
force_properties : typing.Optional[global___ForceDistributedProperties] = ...,
|
|
234
234
|
) -> None: ...
|
|
235
235
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","force_properties",b"force_properties"]) -> builtins.bool: ...
|
|
@@ -241,12 +241,12 @@ class ForceDistributedTotalCreationResponse(google.protobuf.message.Message):
|
|
|
241
241
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
242
242
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
243
243
|
@property
|
|
244
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
244
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
245
245
|
@property
|
|
246
246
|
def condition_data(self) -> global___ForceDistributedDefinition: ...
|
|
247
247
|
def __init__(self,
|
|
248
248
|
*,
|
|
249
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
249
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
250
250
|
condition_data : typing.Optional[global___ForceDistributedDefinition] = ...,
|
|
251
251
|
) -> None: ...
|
|
252
252
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -258,12 +258,12 @@ class ForceDistributedAreaCreationRequest(google.protobuf.message.Message):
|
|
|
258
258
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
259
259
|
FORCE_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
260
260
|
@property
|
|
261
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
261
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
262
262
|
@property
|
|
263
263
|
def force_properties(self) -> global___ForceDistributedProperties: ...
|
|
264
264
|
def __init__(self,
|
|
265
265
|
*,
|
|
266
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
266
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
267
267
|
force_properties : typing.Optional[global___ForceDistributedProperties] = ...,
|
|
268
268
|
) -> None: ...
|
|
269
269
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","force_properties",b"force_properties"]) -> builtins.bool: ...
|
|
@@ -275,12 +275,12 @@ class ForceDistributedAreaCreationResponse(google.protobuf.message.Message):
|
|
|
275
275
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
276
276
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
277
277
|
@property
|
|
278
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
278
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
279
279
|
@property
|
|
280
280
|
def condition_data(self) -> global___ForceDistributedDefinition: ...
|
|
281
281
|
def __init__(self,
|
|
282
282
|
*,
|
|
283
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
283
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
284
284
|
condition_data : typing.Optional[global___ForceDistributedDefinition] = ...,
|
|
285
285
|
) -> None: ...
|
|
286
286
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -292,12 +292,12 @@ class ForceTorqueCreationRequest(google.protobuf.message.Message):
|
|
|
292
292
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
293
293
|
FORCE_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
294
294
|
@property
|
|
295
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
295
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
296
296
|
@property
|
|
297
297
|
def force_properties(self) -> global___ForceTorqueProperties: ...
|
|
298
298
|
def __init__(self,
|
|
299
299
|
*,
|
|
300
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
300
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
301
301
|
force_properties : typing.Optional[global___ForceTorqueProperties] = ...,
|
|
302
302
|
) -> None: ...
|
|
303
303
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","force_properties",b"force_properties"]) -> builtins.bool: ...
|
|
@@ -309,12 +309,12 @@ class ForceTorqueCreationResponse(google.protobuf.message.Message):
|
|
|
309
309
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
310
310
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
311
311
|
@property
|
|
312
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
312
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
313
313
|
@property
|
|
314
314
|
def condition_data(self) -> global___ForceTorqueDefinition: ...
|
|
315
315
|
def __init__(self,
|
|
316
316
|
*,
|
|
317
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
317
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
318
318
|
condition_data : typing.Optional[global___ForceTorqueDefinition] = ...,
|
|
319
319
|
) -> None: ...
|
|
320
320
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -327,12 +327,12 @@ class PressureCreationRequest(google.protobuf.message.Message):
|
|
|
327
327
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
328
328
|
PRESSURE_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
329
329
|
@property
|
|
330
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
330
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
331
331
|
@property
|
|
332
332
|
def pressure_properties(self) -> global___PressureProperties: ...
|
|
333
333
|
def __init__(self,
|
|
334
334
|
*,
|
|
335
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
335
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
336
336
|
pressure_properties : typing.Optional[global___PressureProperties] = ...,
|
|
337
337
|
) -> None: ...
|
|
338
338
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","pressure_properties",b"pressure_properties"]) -> builtins.bool: ...
|
|
@@ -344,12 +344,12 @@ class PressureCreationResponse(google.protobuf.message.Message):
|
|
|
344
344
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
345
345
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
346
346
|
@property
|
|
347
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
347
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
348
348
|
@property
|
|
349
349
|
def condition_data(self) -> global___PressureDefinition: ...
|
|
350
350
|
def __init__(self,
|
|
351
351
|
*,
|
|
352
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
352
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
353
353
|
condition_data : typing.Optional[global___PressureDefinition] = ...,
|
|
354
354
|
) -> None: ...
|
|
355
355
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -362,12 +362,12 @@ class DisplacementTranslationCreationRequest(google.protobuf.message.Message):
|
|
|
362
362
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
363
363
|
DISPLACEMENT_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
364
364
|
@property
|
|
365
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
365
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
366
366
|
@property
|
|
367
367
|
def displacement_properties(self) -> global___DisplacementTranslationProperties: ...
|
|
368
368
|
def __init__(self,
|
|
369
369
|
*,
|
|
370
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
370
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
371
371
|
displacement_properties : typing.Optional[global___DisplacementTranslationProperties] = ...,
|
|
372
372
|
) -> None: ...
|
|
373
373
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","displacement_properties",b"displacement_properties"]) -> builtins.bool: ...
|
|
@@ -379,12 +379,12 @@ class DisplacementRotationCreationRequest(google.protobuf.message.Message):
|
|
|
379
379
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
380
380
|
DISPLACEMENT_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
381
381
|
@property
|
|
382
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
382
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
383
383
|
@property
|
|
384
384
|
def displacement_properties(self) -> global___DisplacementRotationProperties: ...
|
|
385
385
|
def __init__(self,
|
|
386
386
|
*,
|
|
387
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
387
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
388
388
|
displacement_properties : typing.Optional[global___DisplacementRotationProperties] = ...,
|
|
389
389
|
) -> None: ...
|
|
390
390
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","displacement_properties",b"displacement_properties"]) -> builtins.bool: ...
|
|
@@ -396,12 +396,12 @@ class DisplacementCombinedCreationRequest(google.protobuf.message.Message):
|
|
|
396
396
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
397
397
|
DISPLACEMENT_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
398
398
|
@property
|
|
399
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
399
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
400
400
|
@property
|
|
401
401
|
def displacement_properties(self) -> global___DisplacementCombinedProperties: ...
|
|
402
402
|
def __init__(self,
|
|
403
403
|
*,
|
|
404
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
404
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
405
405
|
displacement_properties : typing.Optional[global___DisplacementCombinedProperties] = ...,
|
|
406
406
|
) -> None: ...
|
|
407
407
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","displacement_properties",b"displacement_properties"]) -> builtins.bool: ...
|
|
@@ -413,12 +413,12 @@ class DisplacementCreationResponse(google.protobuf.message.Message):
|
|
|
413
413
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
414
414
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
415
415
|
@property
|
|
416
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
416
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
417
417
|
@property
|
|
418
418
|
def condition_data(self) -> global___DisplacementDefinition: ...
|
|
419
419
|
def __init__(self,
|
|
420
420
|
*,
|
|
421
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
421
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
422
422
|
condition_data : typing.Optional[global___DisplacementDefinition] = ...,
|
|
423
423
|
) -> None: ...
|
|
424
424
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -445,12 +445,12 @@ class MomentCreationRequest(google.protobuf.message.Message):
|
|
|
445
445
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
446
446
|
MOMENT_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
447
447
|
@property
|
|
448
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
448
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
449
449
|
@property
|
|
450
450
|
def moment_properties(self) -> global___MomentProperties: ...
|
|
451
451
|
def __init__(self,
|
|
452
452
|
*,
|
|
453
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
453
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
454
454
|
moment_properties : typing.Optional[global___MomentProperties] = ...,
|
|
455
455
|
) -> None: ...
|
|
456
456
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","moment_properties",b"moment_properties"]) -> builtins.bool: ...
|
|
@@ -462,12 +462,12 @@ class MomentCreationResponse(google.protobuf.message.Message):
|
|
|
462
462
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
463
463
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
464
464
|
@property
|
|
465
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
465
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
466
466
|
@property
|
|
467
467
|
def condition_data(self) -> global___MomentDefinition: ...
|
|
468
468
|
def __init__(self,
|
|
469
469
|
*,
|
|
470
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
470
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
471
471
|
condition_data : typing.Optional[global___MomentDefinition] = ...,
|
|
472
472
|
) -> None: ...
|
|
473
473
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|