gcloud-sdk 0.19.15

Async Google gRPC/REST APIs and the client implementation hiding complexity of GCP authentication based on Tonic middleware and Reqwest.
Documentation
/// **Metering**: Per-Membership Feature State.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MembershipState {
    /// The time stamp of the most recent measurement of the number of vCPUs
    /// in the cluster.
    #[prost(message, optional, tag = "1")]
    pub last_measurement_time: ::core::option::Option<::prost_types::Timestamp>,
    /// The vCPUs capacity in the cluster according to the most recent
    /// measurement (1/1000 precision).
    #[prost(float, tag = "3")]
    pub precise_last_measured_cluster_vcpu_capacity: f32,
}