Struct gapi_grpc::google::devtools::remoteworkers::v1test2::worker::Property [−][src]
A global property; see the properties
field for more information.
Fields
key: String
For general information on keys, see the documentation to Worker
.
The current set of standard keys are:
- pool: different workers can be reserved for different purposes. For
example, an admin might want to segregate long-running integration tests
from short-running unit tests, so unit tests will always get some
throughput. To support this, the server can assign different values for
pool
(such as “itest” and “utest”) to different workers, and then have jobs request workers from those pools.
value: String
The property’s value.
Trait Implementations
impl Clone for Property
[src][+]
impl Debug for Property
[src][+]
impl Default for Property
[src][+]
impl Message for Property
[src][+]
impl PartialEq<Property> for Property
[src][+]
impl StructuralPartialEq for Property
[src]
Auto Trait Implementations
impl RefUnwindSafe for Property
impl Send for Property
impl Sync for Property
impl Unpin for Property
impl UnwindSafe for Property
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,