Struct google_api_proto::google::devtools::testing::v1::AndroidMatrix
source · pub struct AndroidMatrix {
pub android_model_ids: Vec<String>,
pub android_version_ids: Vec<String>,
pub locales: Vec<String>,
pub orientations: Vec<String>,
}
Expand description
A set of Android device configuration permutations is defined by the the cross-product of the given axes. Internally, the given AndroidMatrix will be expanded into a set of AndroidDevices.
Only supported permutations will be instantiated. Invalid permutations (e.g., incompatible models/versions) are ignored.
Fields§
§android_model_ids: Vec<String>
Required. The ids of the set of Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
android_version_ids: Vec<String>
Required. The ids of the set of Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
locales: Vec<String>
Required. The set of locales the test device will enable for testing. Use the TestEnvironmentDiscoveryService to get supported options.
orientations: Vec<String>
Required. The set of orientations to test with. Use the TestEnvironmentDiscoveryService to get supported options.
Trait Implementations§
source§impl Clone for AndroidMatrix
impl Clone for AndroidMatrix
source§fn clone(&self) -> AndroidMatrix
fn clone(&self) -> AndroidMatrix
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AndroidMatrix
impl Debug for AndroidMatrix
source§impl Default for AndroidMatrix
impl Default for AndroidMatrix
source§impl Message for AndroidMatrix
impl Message for AndroidMatrix
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for AndroidMatrix
impl PartialEq for AndroidMatrix
source§fn eq(&self, other: &AndroidMatrix) -> bool
fn eq(&self, other: &AndroidMatrix) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AndroidMatrix
Auto Trait Implementations§
impl Freeze for AndroidMatrix
impl RefUnwindSafe for AndroidMatrix
impl Send for AndroidMatrix
impl Sync for AndroidMatrix
impl Unpin for AndroidMatrix
impl UnwindSafe for AndroidMatrix
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request