ni.measurements.metadata.v1.metadata_store_service_pb2
Attributes
Classes
Message sent to get the UUT instance associated with the given identifier. |
|
Message returned when getting a UUT instance associated with the given identifier. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Message sent to create a new UUT instance in the metadata store. |
|
Message returned when creating a new UUT instance in the metadata store. |
|
Message sent to get the UUT associated with the given identifier. |
|
Message returned when getting a UUT associated with the given identifier. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Message sent to create a new UUT in the metadata store. |
|
Message returned when creating a new UUT in the metadata store. |
|
Message sent to get the operator associated with the given identifier. |
|
Message returned when getting an operator associated with the given identifier. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Message sent to create a new operator in the metadata store. |
|
Message returned when creating a new operator in the metadata store. |
|
Message sent to get the test description associated with the given identifier. |
|
Message returned when getting a test description associated with the given identifier. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Message sent to create a new test description in the metadata store. |
|
Message returned when creating a new test description in the metadata store. |
|
Message sent to get the test associated with the given identifier. |
|
Message returned when getting a test associated with the given identifier. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Message sent to create a new test in the metadata store. |
|
Message returned when creating a new test in the metadata store. |
|
Message sent to get the test station associated with the given identifier. |
|
Message returned when getting a test station associated with the given identifier. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Message sent to create a new test station in the metadata store. |
|
Message returned when creating a new test station in the metadata store. |
|
Message sent to get the hardware item associated with the given identifier. |
|
Message returned when getting the hardware item associated with the given identifier. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Message sent to create new hardware item in the metadata store. |
|
Message returned when creating new hardware item in the metadata store. |
|
Message sent to get the software item associated with the given identifier. |
|
Message returned when getting the software item associated with the given identifier. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Message sent to create new software item in the metadata store. |
|
Message returned when creating new software item in the metadata store. |
|
Message sent to get the test adapter associated with the given identifier. |
|
Message returned when getting the test adapter associated with the given identifier. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Message sent to create new test adapter in the metadata store. |
|
Message returned when creating new test adapter in the metadata store. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
Package Contents
- ni.measurements.metadata.v1.metadata_store_service_pb2.DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetUutInstanceRequest(*, uut_instance_id=...)
Bases:
google.protobuf.message.MessageMessage sent to get the UUT instance associated with the given identifier.
- Parameters:
uut_instance_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetUutInstanceRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetUutInstanceResponse(*, uut_instance=...)
Bases:
google.protobuf.message.MessageMessage returned when getting a UUT instance associated with the given identifier.
- Parameters:
uut_instance (ni.measurements.metadata.v1.metadata_store_pb2.UutInstance | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property uut_instance: ni.measurements.metadata.v1.metadata_store_pb2.UutInstance
The metadata of the requested UUT instance.
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetUutInstanceResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryUutInstancesRequest(*, odata_query=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
odata_query (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryUutInstancesRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryUutInstancesResponse(*, uut_instances=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
uut_instances (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.UutInstance] | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property uut_instances: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.UutInstance]
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryUutInstancesResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateUutInstanceRequest(*, uut_instance=...)
Bases:
google.protobuf.message.MessageMessage sent to create a new UUT instance in the metadata store.
- Parameters:
uut_instance (ni.measurements.metadata.v1.metadata_store_pb2.UutInstance | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property uut_instance: ni.measurements.metadata.v1.metadata_store_pb2.UutInstance
Required. The metadata of the UUT instance to be created.
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateUutInstanceRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateUutInstanceResponse(*, uut_instance_id=...)
Bases:
google.protobuf.message.MessageMessage returned when creating a new UUT instance in the metadata store.
- Parameters:
uut_instance_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateUutInstanceResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetUutRequest(*, uut_id=...)
Bases:
google.protobuf.message.MessageMessage sent to get the UUT associated with the given identifier.
- Parameters:
uut_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetUutRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetUutResponse(*, uut=...)
Bases:
google.protobuf.message.MessageMessage returned when getting a UUT associated with the given identifier.
- Parameters:
uut (ni.measurements.metadata.v1.metadata_store_pb2.Uut | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property uut: ni.measurements.metadata.v1.metadata_store_pb2.Uut
The metadata of the requested UUT.
- Return type:
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetUutResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryUutsRequest(*, odata_query=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
odata_query (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryUutsRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryUutsResponse(*, uuts=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
uuts (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.Uut] | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property uuts: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.Uut]
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryUutsResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateUutRequest(*, uut=...)
Bases:
google.protobuf.message.MessageMessage sent to create a new UUT in the metadata store.
- Parameters:
uut (ni.measurements.metadata.v1.metadata_store_pb2.Uut | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property uut: ni.measurements.metadata.v1.metadata_store_pb2.Uut
Required. The metadata of the UUT to be created.
- Return type:
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateUutRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateUutResponse(*, uut_id=...)
Bases:
google.protobuf.message.MessageMessage returned when creating a new UUT in the metadata store.
- Parameters:
uut_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateUutResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetOperatorRequest(*, operator_id=...)
Bases:
google.protobuf.message.MessageMessage sent to get the operator associated with the given identifier.
- Parameters:
operator_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetOperatorRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetOperatorResponse(*, operator=...)
Bases:
google.protobuf.message.MessageMessage returned when getting an operator associated with the given identifier.
- Parameters:
operator (ni.measurements.metadata.v1.metadata_store_pb2.Operator | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property operator: ni.measurements.metadata.v1.metadata_store_pb2.Operator
The metadata of the requested operator.
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetOperatorResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryOperatorsRequest(*, odata_query=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
odata_query (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryOperatorsRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryOperatorsResponse(*, operators=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
operators (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.Operator] | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property operators: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.Operator]
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryOperatorsResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateOperatorRequest(*, operator=...)
Bases:
google.protobuf.message.MessageMessage sent to create a new operator in the metadata store.
- Parameters:
operator (ni.measurements.metadata.v1.metadata_store_pb2.Operator | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property operator: ni.measurements.metadata.v1.metadata_store_pb2.Operator
Required. The metadata of the operator to be created.
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateOperatorRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateOperatorResponse(*, operator_id=...)
Bases:
google.protobuf.message.MessageMessage returned when creating a new operator in the metadata store.
- Parameters:
operator_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateOperatorResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetTestDescriptionRequest(*, test_description_id=...)
Bases:
google.protobuf.message.MessageMessage sent to get the test description associated with the given identifier.
- Parameters:
test_description_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetTestDescriptionRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetTestDescriptionResponse(*, test_description=...)
Bases:
google.protobuf.message.MessageMessage returned when getting a test description associated with the given identifier.
- Parameters:
test_description (ni.measurements.metadata.v1.metadata_store_pb2.TestDescription | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property test_description: ni.measurements.metadata.v1.metadata_store_pb2.TestDescription
The metadata of the requested test description.
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetTestDescriptionResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryTestDescriptionsRequest(*, odata_query=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
odata_query (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryTestDescriptionsRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryTestDescriptionsResponse(*, test_descriptions=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
test_descriptions (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.TestDescription] | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property test_descriptions: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.TestDescription]
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryTestDescriptionsResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateTestDescriptionRequest(*, test_description=...)
Bases:
google.protobuf.message.MessageMessage sent to create a new test description in the metadata store.
- Parameters:
test_description (ni.measurements.metadata.v1.metadata_store_pb2.TestDescription | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property test_description: ni.measurements.metadata.v1.metadata_store_pb2.TestDescription
Required. The metadata of the test description to be created.
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateTestDescriptionRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateTestDescriptionResponse(*, test_description_id=...)
Bases:
google.protobuf.message.MessageMessage returned when creating a new test description in the metadata store.
- Parameters:
test_description_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateTestDescriptionResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetTestRequest(*, test_id=...)
Bases:
google.protobuf.message.MessageMessage sent to get the test associated with the given identifier.
- Parameters:
test_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetTestRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetTestResponse(*, test=...)
Bases:
google.protobuf.message.MessageMessage returned when getting a test associated with the given identifier.
- Parameters:
test (ni.measurements.metadata.v1.metadata_store_pb2.Test | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property test: ni.measurements.metadata.v1.metadata_store_pb2.Test
The metadata of the requested test.
- Return type:
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetTestResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryTestsRequest(*, odata_query=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
odata_query (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryTestsRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryTestsResponse(*, tests=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
tests (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.Test] | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property tests: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.Test]
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryTestsResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateTestRequest(*, test=...)
Bases:
google.protobuf.message.MessageMessage sent to create a new test in the metadata store.
- Parameters:
test (ni.measurements.metadata.v1.metadata_store_pb2.Test | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property test: ni.measurements.metadata.v1.metadata_store_pb2.Test
Required. The metadata of the test to be created.
- Return type:
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateTestRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateTestResponse(*, test_id=...)
Bases:
google.protobuf.message.MessageMessage returned when creating a new test in the metadata store.
- Parameters:
test_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateTestResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetTestStationRequest(*, test_station_id=...)
Bases:
google.protobuf.message.MessageMessage sent to get the test station associated with the given identifier.
- Parameters:
test_station_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetTestStationRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetTestStationResponse(*, test_station=...)
Bases:
google.protobuf.message.MessageMessage returned when getting a test station associated with the given identifier.
- Parameters:
test_station (ni.measurements.metadata.v1.metadata_store_pb2.TestStation | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property test_station: ni.measurements.metadata.v1.metadata_store_pb2.TestStation
The metadata of the requested test station.
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetTestStationResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryTestStationsRequest(*, odata_query=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
odata_query (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryTestStationsRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryTestStationsResponse(*, test_stations=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
test_stations (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.TestStation] | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property test_stations: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.TestStation]
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryTestStationsResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateTestStationRequest(*, test_station=...)
Bases:
google.protobuf.message.MessageMessage sent to create a new test station in the metadata store.
- Parameters:
test_station (ni.measurements.metadata.v1.metadata_store_pb2.TestStation | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property test_station: ni.measurements.metadata.v1.metadata_store_pb2.TestStation
Required. The metadata of the test station to be created.
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateTestStationRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateTestStationResponse(*, test_station_id=...)
Bases:
google.protobuf.message.MessageMessage returned when creating a new test station in the metadata store.
- Parameters:
test_station_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateTestStationResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetHardwareItemRequest(*, hardware_item_id=...)
Bases:
google.protobuf.message.MessageMessage sent to get the hardware item associated with the given identifier.
- Parameters:
hardware_item_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetHardwareItemRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetHardwareItemResponse(*, hardware_item=...)
Bases:
google.protobuf.message.MessageMessage returned when getting the hardware item associated with the given identifier.
- Parameters:
hardware_item (ni.measurements.metadata.v1.metadata_store_pb2.HardwareItem | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property hardware_item: ni.measurements.metadata.v1.metadata_store_pb2.HardwareItem
The metadata of the requested hardware item.
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetHardwareItemResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryHardwareItemsRequest(*, odata_query=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
odata_query (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryHardwareItemsRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryHardwareItemsResponse(*, hardware_items=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
hardware_items (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.HardwareItem] | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property hardware_items: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.HardwareItem]
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryHardwareItemsResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateHardwareItemRequest(*, hardware_item=...)
Bases:
google.protobuf.message.MessageMessage sent to create new hardware item in the metadata store.
- Parameters:
hardware_item (ni.measurements.metadata.v1.metadata_store_pb2.HardwareItem | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property hardware_item: ni.measurements.metadata.v1.metadata_store_pb2.HardwareItem
Required. The metadata of the hardware item to be created.
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateHardwareItemRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateHardwareItemResponse(*, hardware_item_id=...)
Bases:
google.protobuf.message.MessageMessage returned when creating new hardware item in the metadata store.
- Parameters:
hardware_item_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateHardwareItemResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetSoftwareItemRequest(*, software_item_id=...)
Bases:
google.protobuf.message.MessageMessage sent to get the software item associated with the given identifier.
- Parameters:
software_item_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetSoftwareItemRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetSoftwareItemResponse(*, software_item=...)
Bases:
google.protobuf.message.MessageMessage returned when getting the software item associated with the given identifier.
- Parameters:
software_item (ni.measurements.metadata.v1.metadata_store_pb2.SoftwareItem | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property software_item: ni.measurements.metadata.v1.metadata_store_pb2.SoftwareItem
The metadata of the requested software item.
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetSoftwareItemResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QuerySoftwareItemsRequest(*, odata_query=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
odata_query (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QuerySoftwareItemsRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QuerySoftwareItemsResponse(*, software_items=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
software_items (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.SoftwareItem] | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property software_items: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.SoftwareItem]
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QuerySoftwareItemsResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateSoftwareItemRequest(*, software_item=...)
Bases:
google.protobuf.message.MessageMessage sent to create new software item in the metadata store.
- Parameters:
software_item (ni.measurements.metadata.v1.metadata_store_pb2.SoftwareItem | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property software_item: ni.measurements.metadata.v1.metadata_store_pb2.SoftwareItem
Required. The metadata of the software item to be created.
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateSoftwareItemRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateSoftwareItemResponse(*, software_item_id=...)
Bases:
google.protobuf.message.MessageMessage returned when creating new software item in the metadata store.
- Parameters:
software_item_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateSoftwareItemResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetTestAdapterRequest(*, test_adapter_id=...)
Bases:
google.protobuf.message.MessageMessage sent to get the test adapter associated with the given identifier.
- Parameters:
test_adapter_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetTestAdapterRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetTestAdapterResponse(*, test_adapter=...)
Bases:
google.protobuf.message.MessageMessage returned when getting the test adapter associated with the given identifier.
- Parameters:
test_adapter (ni.measurements.metadata.v1.metadata_store_pb2.TestAdapter | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property test_adapter: ni.measurements.metadata.v1.metadata_store_pb2.TestAdapter
The metadata of the requested test adapter.
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetTestAdapterResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryTestAdaptersRequest(*, odata_query=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
odata_query (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryTestAdaptersRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryTestAdaptersResponse(*, test_adapters=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
test_adapters (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.TestAdapter] | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property test_adapters: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.TestAdapter]
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryTestAdaptersResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateTestAdapterRequest(*, test_adapter=...)
Bases:
google.protobuf.message.MessageMessage sent to create new test adapter in the metadata store.
- Parameters:
test_adapter (ni.measurements.metadata.v1.metadata_store_pb2.TestAdapter | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property test_adapter: ni.measurements.metadata.v1.metadata_store_pb2.TestAdapter
Required. The metadata of the test adapter to be created.
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateTestAdapterRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateTestAdapterResponse(*, test_adapter_id=...)
Bases:
google.protobuf.message.MessageMessage returned when creating new test adapter in the metadata store.
- Parameters:
test_adapter_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateTestAdapterResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.RegisterSchemaRequest(*, schema=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
schema (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- schema: str
The contents of the JSON or TOML schema. This should be a well-formed JSON or TOML schema. Validation will be performed, and an error will be returned if the schema is not valid.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___RegisterSchemaRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.RegisterSchemaResponse(*, schema_id=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
schema_id (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___RegisterSchemaResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.ListSchemasRequest
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___ListSchemasRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.ListSchemasResponse(*, schemas=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
schemas (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.ExtensionSchema] | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property schemas: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.ExtensionSchema]
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___ListSchemasResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetAliasRequest(*, alias_name=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
alias_name (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetAliasRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.GetAliasResponse(*, alias=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
alias (ni.measurements.metadata.v1.metadata_store_pb2.Alias | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property alias: ni.measurements.metadata.v1.metadata_store_pb2.Alias
- Return type:
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___GetAliasResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryAliasesRequest(*, odata_query=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
odata_query (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryAliasesRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.QueryAliasesResponse(*, aliases=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
aliases (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.Alias] | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property aliases: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.Alias]
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___QueryAliasesResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateAliasRequest(*, alias_name=..., uut_instance=..., uut=..., hardware_item=..., software_item=..., operator=..., test_description=..., test=..., test_station=..., test_adapter=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
alias_name (str)
uut_instance (ni.measurements.metadata.v1.metadata_store_pb2.UutInstance | None)
uut (ni.measurements.metadata.v1.metadata_store_pb2.Uut | None)
hardware_item (ni.measurements.metadata.v1.metadata_store_pb2.HardwareItem | None)
software_item (ni.measurements.metadata.v1.metadata_store_pb2.SoftwareItem | None)
operator (ni.measurements.metadata.v1.metadata_store_pb2.Operator | None)
test_description (ni.measurements.metadata.v1.metadata_store_pb2.TestDescription | None)
test (ni.measurements.metadata.v1.metadata_store_pb2.Test | None)
test_station (ni.measurements.metadata.v1.metadata_store_pb2.TestStation | None)
test_adapter (ni.measurements.metadata.v1.metadata_store_pb2.TestAdapter | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property uut_instance: ni.measurements.metadata.v1.metadata_store_pb2.UutInstance
- property uut: ni.measurements.metadata.v1.metadata_store_pb2.Uut
- Return type:
- property hardware_item: ni.measurements.metadata.v1.metadata_store_pb2.HardwareItem
- property software_item: ni.measurements.metadata.v1.metadata_store_pb2.SoftwareItem
- property operator: ni.measurements.metadata.v1.metadata_store_pb2.Operator
- property test_description: ni.measurements.metadata.v1.metadata_store_pb2.TestDescription
- property test: ni.measurements.metadata.v1.metadata_store_pb2.Test
- Return type:
- property test_station: ni.measurements.metadata.v1.metadata_store_pb2.TestStation
- property test_adapter: ni.measurements.metadata.v1.metadata_store_pb2.TestAdapter
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- WhichOneof(oneof_group)
Returns the name of the field that is set inside a oneof group.
If no field is set, returns None.
- Parameters:
oneof_group (str) – the name of the oneof group to check.
- Returns:
The name of the group that is set, or None.
- Return type:
str or None
- Raises:
ValueError – no group with the given name exists
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateAliasRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateAliasResponse(*, alias=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
alias (ni.measurements.metadata.v1.metadata_store_pb2.Alias | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property alias: ni.measurements.metadata.v1.metadata_store_pb2.Alias
- Return type:
- HasField(field_name)
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
- Raises:
ValueError – if the field_name is not a member of this message.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateAliasResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.DeleteAliasRequest(*, alias_name=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
alias_name (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___DeleteAliasRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.DeleteAliasResponse(*, unregistered=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
unregistered (bool)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- unregistered: bool
Whether the action resulted in the specified alias becoming unregistered. (False if the alias does not exist.)
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___DeleteAliasResponse
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateFromJsonDocumentRequest(*, json_document=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
json_document (str)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- json_document: str
The JSON document containing the metadata entries to create. The JSON document should conform to the schema defined by https://raw.githubusercontent.com/ni/ni-apis/main/ni/measurements/metadata/v1/registration.schema.json
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateFromJsonDocumentRequest
- class ni.measurements.metadata.v1.metadata_store_service_pb2.CreateFromJsonDocumentResponse(*, uut_instances=..., uuts=..., operators=..., test_descriptions=..., tests=..., test_stations=..., hardware_items=..., software_items=..., test_adapters=...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- Parameters:
uut_instances (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.UutInstance] | None)
uuts (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.Uut] | None)
operators (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.Operator] | None)
test_descriptions (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.TestDescription] | None)
tests (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.Test] | None)
test_stations (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.TestStation] | None)
hardware_items (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.HardwareItem] | None)
software_items (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.SoftwareItem] | None)
test_adapters (collections.abc.Iterable[ni.measurements.metadata.v1.metadata_store_pb2.TestAdapter] | None)
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
- property uut_instances: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.UutInstance]
The collection of UUTInstances associated with the JSON document. If the object specified in the request exists, the existing object is returned; otherwise, the newly created object is returned.
- property uuts: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.Uut]
The collection of UUTs associated with the JSON document. If the object specified in the request exists, the existing object is returned; otherwise, the newly created object is returned.
- property operators: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.Operator]
The collection of Operators associated with the JSON document. If the object specified in the request exists, the existing object is returned; otherwise, the newly created object is returned.
- property test_descriptions: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.TestDescription]
The collection of TestDescriptions associated with the JSON document. If the object specified in the request exists, the existing object is returned; otherwise, the newly created object is returned.
- property tests: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.Test]
The collection of Tests associated with the JSON document. If the object specified in the request exists, the existing object is returned; otherwise, the newly created object is returned.
- property test_stations: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.TestStation]
The collection of TestStations associated with the JSON document. If the object specified in the request exists, the existing object is returned; otherwise, the newly created object is returned.
- property hardware_items: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.HardwareItem]
The collection of HardwareItems associated with the JSON document. If the object specified in the request exists, the existing object is returned; otherwise, the newly created object is returned.
- property software_items: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.SoftwareItem]
The collection of SoftwareItems associated with the JSON document. If the object specified in the request exists, the existing object is returned; otherwise, the newly created object is returned.
- property test_adapters: google.protobuf.internal.containers.RepeatedCompositeFieldContainer[ni.measurements.metadata.v1.metadata_store_pb2.TestAdapter]
The collection of TestAdapters associated with the JSON document. If the object specified in the request exists, the existing object is returned; otherwise, the newly created object is returned.
- ClearField(field_name)
Clears the contents of a given field.
Inside a oneof group, clears the field set. If the name neither refers to a defined field or oneof group,
ValueErroris raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Raises:
ValueError – if the field_name is not a member of this message.
- Return type:
None
- ni.measurements.metadata.v1.metadata_store_service_pb2.global___CreateFromJsonDocumentResponse