Struct google_cloud_rust_raw::api::monitoring::Monitoring [−][src]
pub struct Monitoring {
pub producer_destinations: RepeatedField<Monitoring_MonitoringDestination>,
pub consumer_destinations: RepeatedField<Monitoring_MonitoringDestination>,
pub unknown_fields: UnknownFields,
pub cached_size: CachedSize,
}Expand description
Generated files are compatible only with the same version of protobuf runtime.
Fields
producer_destinations: RepeatedField<Monitoring_MonitoringDestination>consumer_destinations: RepeatedField<Monitoring_MonitoringDestination>unknown_fields: UnknownFieldscached_size: CachedSizeImplementations
pub fn set_producer_destinations(
&mut self,
v: RepeatedField<Monitoring_MonitoringDestination>
)
pub fn mut_producer_destinations(
&mut self
) -> &mut RepeatedField<Monitoring_MonitoringDestination>
pub fn take_producer_destinations(
&mut self
) -> RepeatedField<Monitoring_MonitoringDestination>
pub fn set_consumer_destinations(
&mut self,
v: RepeatedField<Monitoring_MonitoringDestination>
)
pub fn mut_consumer_destinations(
&mut self
) -> &mut RepeatedField<Monitoring_MonitoringDestination>
pub fn take_consumer_destinations(
&mut self
) -> RepeatedField<Monitoring_MonitoringDestination>
Trait Implementations
Returns the “default value” for a type. Read more
Returns the “default value” for a type. Read more
True iff all required fields are initialized.
Always returns true for protobuf 3. Read more
Update this message object with fields read from given stream.
Compute and cache size of this message and all nested messages
Write message to the stream. Read more
Get size previously computed by compute_size.
Get a reference to unknown fields.
Get a mutable reference to unknown fields.
View self as mutable Any.
Message descriptor for this message, used for reflection.
Create an empty message object. Read more
Get message descriptor for message type. Read more
Return a pointer to default immutable message with static lifetime. Read more
Parse message from stream.
Write the message to the stream. Read more
fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>
fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>
Write the message to the stream prepending the message with message length encoded as varint. Read more
fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8, Global>
) -> Result<(), ProtobufError>
fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8, Global>
) -> Result<(), ProtobufError>
Write the message to the vec, prepend the message with message length encoded as varint. Read more
Update this message object with fields read from given stream.
Parse message from reader. Parse stops on EOF or when error encountered. Read more
Parse message from byte array.
Check if all required fields of this object are initialized.
Write the message to the writer.
Write the message to bytes vec.
Write the message to bytes vec.
Write the message to the writer, prepend the message with message length encoded as varint. Read more
Write the message to the bytes vec, prepend the message with message length encoded as varint. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Monitoring
impl Send for Monitoring
impl Sync for Monitoring
impl Unpin for Monitoring
impl UnwindSafe for Monitoring
Blanket Implementations
Mutably borrows from an owned value. Read more