Struct google_testing1::api::TestEnvironmentCatalog [−][src]
pub struct TestEnvironmentCatalog {
pub android_device_catalog: Option<AndroidDeviceCatalog>,
pub device_ip_block_catalog: Option<DeviceIpBlockCatalog>,
pub ios_device_catalog: Option<IosDeviceCatalog>,
pub network_configuration_catalog: Option<NetworkConfigurationCatalog>,
pub software_catalog: Option<ProvidedSoftwareCatalog>,
}Expand description
A description of a test environment.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- get test environment catalog (response)
Fields
android_device_catalog: Option<AndroidDeviceCatalog>Supported Android devices.
device_ip_block_catalog: Option<DeviceIpBlockCatalog>The IP blocks used by devices in the test environment.
ios_device_catalog: Option<IosDeviceCatalog>Supported iOS devices.
network_configuration_catalog: Option<NetworkConfigurationCatalog>Supported network configurations.
software_catalog: Option<ProvidedSoftwareCatalog>The software test environment provided by TestExecutionService.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TestEnvironmentCatalog
impl Send for TestEnvironmentCatalog
impl Sync for TestEnvironmentCatalog
impl Unpin for TestEnvironmentCatalog
impl UnwindSafe for TestEnvironmentCatalog
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more