gcloud-sdk 0.30.0

Async Google gRPC/REST APIs and the client implementation hiding complexity of GCP authentication based on Tonic middleware and Reqwest.
Documentation
use serde::{Deserialize, Serialize};
pub mod allocate_info;
pub use self::allocate_info::AllocateInfo;
pub mod allocate_quota_request;
pub use self::allocate_quota_request::AllocateQuotaRequest;
pub mod allocate_quota_response;
pub use self::allocate_quota_response::AllocateQuotaResponse;
pub mod attribute_value;
pub use self::attribute_value::AttributeValue;
pub mod attributes;
pub use self::attributes::Attributes;
pub mod audit_log;
pub use self::audit_log::AuditLog;
pub mod auth;
pub use self::auth::Auth;
pub mod authentication_info;
pub use self::authentication_info::AuthenticationInfo;
pub mod authorization_info;
pub use self::authorization_info::AuthorizationInfo;
pub mod check_error;
pub use self::check_error::CheckError;
pub mod check_info;
pub use self::check_info::CheckInfo;
pub mod check_request;
pub use self::check_request::CheckRequest;
pub mod check_response;
pub use self::check_response::CheckResponse;
pub mod consumer_info;
pub use self::consumer_info::ConsumerInfo;
pub mod distribution;
pub use self::distribution::Distribution;
pub mod exemplar;
pub use self::exemplar::Exemplar;
pub mod explicit_buckets;
pub use self::explicit_buckets::ExplicitBuckets;
pub mod exponential_buckets;
pub use self::exponential_buckets::ExponentialBuckets;
pub mod first_party_principal;
pub use self::first_party_principal::FirstPartyPrincipal;
pub mod http_request;
pub use self::http_request::HttpRequest;
pub mod linear_buckets;
pub use self::linear_buckets::LinearBuckets;
pub mod log_entry;
pub use self::log_entry::LogEntry;
pub mod log_entry_operation;
pub use self::log_entry_operation::LogEntryOperation;
pub mod log_entry_source_location;
pub use self::log_entry_source_location::LogEntrySourceLocation;
pub mod metric_value;
pub use self::metric_value::MetricValue;
pub mod metric_value_set;
pub use self::metric_value_set::MetricValueSet;
pub mod money;
pub use self::money::Money;
pub mod operation;
pub use self::operation::Operation;
pub mod org_policy_violation_info;
pub use self::org_policy_violation_info::OrgPolicyViolationInfo;
pub mod peer;
pub use self::peer::Peer;
pub mod policy_violation_info;
pub use self::policy_violation_info::PolicyViolationInfo;
pub mod quota_error;
pub use self::quota_error::QuotaError;
pub mod quota_info;
pub use self::quota_info::QuotaInfo;
pub mod quota_operation;
pub use self::quota_operation::QuotaOperation;
pub mod quota_properties;
pub use self::quota_properties::QuotaProperties;
pub mod report_error;
pub use self::report_error::ReportError;
pub mod report_request;
pub use self::report_request::ReportRequest;
pub mod report_response;
pub use self::report_response::ReportResponse;
pub mod request;
pub use self::request::Request;
pub mod request_metadata;
pub use self::request_metadata::RequestMetadata;
pub mod resource;
pub use self::resource::Resource;
pub mod resource_info;
pub use self::resource_info::ResourceInfo;
pub mod resource_location;
pub use self::resource_location::ResourceLocation;
pub mod service_account_delegation_info;
pub use self::service_account_delegation_info::ServiceAccountDelegationInfo;
pub mod service_delegation_history;
pub use self::service_delegation_history::ServiceDelegationHistory;
pub mod service_metadata;
pub use self::service_metadata::ServiceMetadata;
pub mod span_context;
pub use self::span_context::SpanContext;
pub mod status;
pub use self::status::Status;
pub mod third_party_principal;
pub use self::third_party_principal::ThirdPartyPrincipal;
pub mod trace_span;
pub use self::trace_span::TraceSpan;
pub mod truncatable_string;
pub use self::truncatable_string::TruncatableString;
pub mod v1_http_request;
pub use self::v1_http_request::V1HttpRequest;
pub mod v1_log_entry;
pub use self::v1_log_entry::V1LogEntry;
pub mod v1_log_entry_operation;
pub use self::v1_log_entry_operation::V1LogEntryOperation;
pub mod v1_log_entry_source_location;
pub use self::v1_log_entry_source_location::V1LogEntrySourceLocation;
pub mod violation_info;
pub use self::violation_info::ViolationInfo;