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 create_auth_uri_response;
pub use self::create_auth_uri_response::CreateAuthUriResponse;
pub mod delete_account_response;
pub use self::delete_account_response::DeleteAccountResponse;
pub mod download_account_response;
pub use self::download_account_response::DownloadAccountResponse;
pub mod email_link_signin_response;
pub use self::email_link_signin_response::EmailLinkSigninResponse;
pub mod email_template;
pub use self::email_template::EmailTemplate;
pub mod get_account_info_response;
pub use self::get_account_info_response::GetAccountInfoResponse;
pub mod get_oob_confirmation_code_response;
pub use self::get_oob_confirmation_code_response::GetOobConfirmationCodeResponse;
pub mod get_recaptcha_param_response;
pub use self::get_recaptcha_param_response::GetRecaptchaParamResponse;
pub mod identitytoolkit_relyingparty_create_auth_uri_request;
pub use self::identitytoolkit_relyingparty_create_auth_uri_request::IdentitytoolkitRelyingpartyCreateAuthUriRequest;
pub mod identitytoolkit_relyingparty_delete_account_request;
pub use self::identitytoolkit_relyingparty_delete_account_request::IdentitytoolkitRelyingpartyDeleteAccountRequest;
pub mod identitytoolkit_relyingparty_download_account_request;
pub use self::identitytoolkit_relyingparty_download_account_request::IdentitytoolkitRelyingpartyDownloadAccountRequest;
pub mod identitytoolkit_relyingparty_email_link_signin_request;
pub use self::identitytoolkit_relyingparty_email_link_signin_request::IdentitytoolkitRelyingpartyEmailLinkSigninRequest;
pub mod identitytoolkit_relyingparty_get_account_info_request;
pub use self::identitytoolkit_relyingparty_get_account_info_request::IdentitytoolkitRelyingpartyGetAccountInfoRequest;
pub mod identitytoolkit_relyingparty_get_project_config_response;
pub use self::identitytoolkit_relyingparty_get_project_config_response::IdentitytoolkitRelyingpartyGetProjectConfigResponse;
pub mod identitytoolkit_relyingparty_reset_password_request;
pub use self::identitytoolkit_relyingparty_reset_password_request::IdentitytoolkitRelyingpartyResetPasswordRequest;
pub mod identitytoolkit_relyingparty_send_verification_code_request;
pub use self::identitytoolkit_relyingparty_send_verification_code_request::IdentitytoolkitRelyingpartySendVerificationCodeRequest;
pub mod identitytoolkit_relyingparty_send_verification_code_response;
pub use self::identitytoolkit_relyingparty_send_verification_code_response::IdentitytoolkitRelyingpartySendVerificationCodeResponse;
pub mod identitytoolkit_relyingparty_set_account_info_request;
pub use self::identitytoolkit_relyingparty_set_account_info_request::IdentitytoolkitRelyingpartySetAccountInfoRequest;
pub mod identitytoolkit_relyingparty_set_project_config_request;
pub use self::identitytoolkit_relyingparty_set_project_config_request::IdentitytoolkitRelyingpartySetProjectConfigRequest;
pub mod identitytoolkit_relyingparty_set_project_config_response;
pub use self::identitytoolkit_relyingparty_set_project_config_response::IdentitytoolkitRelyingpartySetProjectConfigResponse;
pub mod identitytoolkit_relyingparty_sign_out_user_request;
pub use self::identitytoolkit_relyingparty_sign_out_user_request::IdentitytoolkitRelyingpartySignOutUserRequest;
pub mod identitytoolkit_relyingparty_sign_out_user_response;
pub use self::identitytoolkit_relyingparty_sign_out_user_response::IdentitytoolkitRelyingpartySignOutUserResponse;
pub mod identitytoolkit_relyingparty_signup_new_user_request;
pub use self::identitytoolkit_relyingparty_signup_new_user_request::IdentitytoolkitRelyingpartySignupNewUserRequest;
pub mod identitytoolkit_relyingparty_upload_account_request;
pub use self::identitytoolkit_relyingparty_upload_account_request::IdentitytoolkitRelyingpartyUploadAccountRequest;
pub mod identitytoolkit_relyingparty_verify_assertion_request;
pub use self::identitytoolkit_relyingparty_verify_assertion_request::IdentitytoolkitRelyingpartyVerifyAssertionRequest;
pub mod identitytoolkit_relyingparty_verify_custom_token_request;
pub use self::identitytoolkit_relyingparty_verify_custom_token_request::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest;
pub mod identitytoolkit_relyingparty_verify_password_request;
pub use self::identitytoolkit_relyingparty_verify_password_request::IdentitytoolkitRelyingpartyVerifyPasswordRequest;
pub mod identitytoolkit_relyingparty_verify_phone_number_request;
pub use self::identitytoolkit_relyingparty_verify_phone_number_request::IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest;
pub mod identitytoolkit_relyingparty_verify_phone_number_response;
pub use self::identitytoolkit_relyingparty_verify_phone_number_response::IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse;
pub mod idp_config;
pub use self::idp_config::IdpConfig;
pub mod relyingparty;
pub use self::relyingparty::Relyingparty;
pub mod reset_password_response;
pub use self::reset_password_response::ResetPasswordResponse;
pub mod set_account_info_response;
pub use self::set_account_info_response::SetAccountInfoResponse;
pub mod set_account_info_response_provider_user_info_inner;
pub use self::set_account_info_response_provider_user_info_inner::SetAccountInfoResponseProviderUserInfoInner;
pub mod signup_new_user_response;
pub use self::signup_new_user_response::SignupNewUserResponse;
pub mod upload_account_response;
pub use self::upload_account_response::UploadAccountResponse;
pub mod upload_account_response_error_inner;
pub use self::upload_account_response_error_inner::UploadAccountResponseErrorInner;
pub mod user_info;
pub use self::user_info::UserInfo;
pub mod user_info_provider_user_info_inner;
pub use self::user_info_provider_user_info_inner::UserInfoProviderUserInfoInner;
pub mod verify_assertion_response;
pub use self::verify_assertion_response::VerifyAssertionResponse;
pub mod verify_custom_token_response;
pub use self::verify_custom_token_response::VerifyCustomTokenResponse;
pub mod verify_password_response;
pub use self::verify_password_response::VerifyPasswordResponse;