Hosting Comparison

Google Cloud products at a glance  |  Documentation

Sharing is caring!


div { padding: 10px; } .outer { display: grid; grid: auto-flow / 1fr 1fr; gap: 10px; } .section { padding: 10px 10px 6px; margin-bottom: 8px; } .section h2 { width: 100%; border-radius: 4px; margin: 0; display: flex; align-items: center; justify-content: center; padding-block: 4px; } .section h2 button { display: none; } .section h2, .section h2 span { font: 500 20px ‘Google Sans’; } .product-list { list-style: none; padding: 0; } .product-list li { margin: 0; } .product-list-item { display: grid; background: white; grid: auto-flow / 1fr 1fr; border: 1px solid #dadce0; border-radius: 6px; margin-block: 4px; padding: 10px; background: var(–tenant-background-1); } .product-list-item:hover { cursor: pointer; } .product-name { font: 500 12px ‘Roboto’; color: var(–tenant-primary-text-color); } .product-description { font: 400 12px ‘Roboto’; color: var(–tenant-secondary-text-color); } /* Color definitions for sections */ .pink { background-color: #fde7f3; } .pink .product-list-item:hover { background: #fdcfe8; border-color: #fba9d6;; } .pink h2 { color: white; background-color: #d01884; } .purple { background-color: #f3e8fd; } .purple h2 { color: white; background-color: #9334e6; } .purple .product-list-item:hover { background: #e9d2fd; border-color: #d7aefb;; } .yellow { background-color: #fef7e0; } .yellow h2 { color: #202124; background-color: #fbbc04; } .yellow .product-list-item:hover { background: #feefc3; border-color: #fde293;; } .green { background-color: #e6f4ea; } .green h2 { color: white; background-color: #0d652d; } .green .product-list-item:hover { background: #ceead6; border-color: #a8dab5;; } .teal { background-color: #e0f2f1; } .teal h2 { color: white; background-color: #00796b; } .teal .product-list-item:hover { background: #b2dfdb; border-color: #80cbc4;; } .dark-purple { background-color: #f7eff9; } .dark-purple h2 { color: white; background-color: #50157f; } .dark-purple .product-list-item:hover { background: #e9d8ee; border-color: #e1bee7;; } .dark-blue { background-color: #e8f0fe; } .dark-blue h2 { color: white; background-color: #174ea6; } .dark-blue .product-list-item:hover { background: #aecbfa; border-color: #8ab4f8;; } .blue-gray { background-color: #dae0e6; } .blue-gray h2 { color: white; background-color: #0b2e59; } .blue-gray .product-list-item:hover { background: #e2e6eb; border-color: #c0c9d4;; } .blue { background-color: #f3f7ff; } .blue h2 { color: white; background-color: #174ea6; } .blue .product-list-item:hover { background: #d2e3fc; border-color: #aecbfa;; } .peach { background-color: #fce8e6; } .peach h2 { color: white; background-color: #a50e0e; } .peach .product-list-item:hover { background: #fad2cf; border-color: #f6aea9;; } [appearance=’dark’] .purple { background: #681da8; } [appearance=’dark’] .purple .product-list-item:hover { background: #8430ce; border-color: #e1bee7; } [appearance=’dark’] .teal { background-color: #004d40; } [appearance=’dark’] .teal .product-list-item:hover { background: #00796b; border-color: #009688; } [appearance=’dark’] .green { background-color: #055524; } [appearance=’dark’] .green .product-list-item:hover { background: #0b8043; border-color: #0f9d58; } [appearance=’dark’] .yellow { background-color: #f57f17; } [appearance=’dark’] .yellow .product-list-item:hover > span { color: black; } [appearance=’dark’] .yellow .product-list-item:hover { background: #f9a825; border-color: #fdd835; } [appearance=’dark’] .blue { background-color: #1c3aa9; } [appearance=’dark’] .blue .product-list-item:hover { background: #3367d6; border-color: #4285f4; } [appearance=’dark’] .pink { background-color: #880e4f; } [appearance=’dark’] .pink .product-list-item:hover { background: #c2185b; border-color: #e91e63; } [appearance=’dark’] .dark-purple { background: #4527a0; } [appearance=’dark’] .dark-purple .product-list-item:hover { background: #512da8; border-color: #673ab7; } [appearance=’dark’] .dark-blue { background: #1a237e; } [appearance=’dark’] .dark-blue .product-list-item:hover { background: #303f9f; border-color: #3f51b5; } [appearance=’dark’] .blue-gray { background: #37474f; } [appearance=’dark’] .blue-gray .product-list-item:hover { background: #546e7a; border-color: #78909c; } [appearance=’dark’] .peach { background: #a52714; } [appearance=’dark’] .peach .product-list-item:hover { background: #c53929; border-color: #e06055; } [appearance=’dark’] .product-description { color: white; } [appearance=’dark’] .product-list-hero h3, [appearance=’dark’] .product-list-hero h3 + div { color: black; } @media (prefers-color-scheme: dark) { [appearance=’dark’] .purple { background: #681da8; } [appearance=’dark’] .purple .product-list-item:hover { background: #8430ce; border-color: #c58af9; } [appearance=’dark’] .teal { background-color: #004d40; } [appearance=’dark’] .teal .product-list-item:hover { background: #00796b; border-color: #009688; } [appearance=’dark’] .green { background-color: #055524; } [appearance=’dark’] .green .product-list-item:hover { background: #0b8043; border-color: #0f9d58; } [appearance=’dark’] .yellow { background-color: #f57f17; } [appearance=’dark’] .yellow .product-list-item:hover > span { color: black; } [appearance=’dark’] .yellow .product-list-item:hover { background: #f9a825; border-color: #fdd835; } [appearance=’dark’] .blue { background-color: #1c3aa9; } [appearance=’dark’] .blue .product-list-item:hover { background: #3367d6; border-color: #4285f4; } [appearance=’dark’] .pink { background-color: #880e4f; } [appearance=’dark’] .pink .product-list-item:hover { background: #c2185b; border-color: #e91e63; } [appearance=’dark’] .dark-purple { background: #4527a0; } [appearance=’dark’] .dark-purple .product-list-item:hover { background: #512da8; border-color: #673ab7; } [appearance=’dark’] .dark-blue { background: #1a237e; } [appearance=’dark’] .dark-blue .product-list-item:hover { background: #303f9f; border-color: #3f51b5; } [appearance=’dark’] .blue-gray { background: #37474f; } [appearance=’dark’] .blue-gray .product-list-item:hover { background: #546e7a; border-color: #78909c; } [appearance=’dark’] .peach { background: #a52714; } [appearance=’dark’] .peach .product-list-item:hover { background: #c53929; border-color: #e06055; } [appearance=’dark’] .product-description { color: white; } [appearance=’dark’] .product-list-hero h3, [appearance=’dark’] .product-list-hero h3 + div { color: black; } } @media screen and (max-width: 1254px) { devsite-toc { display: none !important; } } @media screen and (max-width: 600px) { .homepage-hero.product-list-hero { background: rgba(230,244,234,1); background: linear-gradient(90deg, rgba(232,240,254,1) 0%, rgba(230,244,234,1) 100%); } [appearance=’dark’] .homepage-hero.product-list-hero { background: #5bb974; background: linear-gradient(90deg, #669df6 0%, #5bb974 100%); } @media (prefers-color-scheme: dark) { [appearance=’dark’] .homepage-hero.product-list-hero { background: #5bb974; background: linear-gradient(90deg, #669df6 0%, rgba(230,244,234,1) 100%); } } .outer { grid: auto-flow / 1fr; } } ]]> Stay organized with collections Save and categorize content based on your preferences.

Data analytics and pipelines

Distributed, hybrid, and multicloud

Observability and monitoring

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-02-12 UTC.

[[[“Easy to understand”,”easyToUnderstand”,”thumb-up”],[“Solved my problem”,”solvedMyProblem”,”thumb-up”],[“Other”,”otherUp”,”thumb-up”]],[[“Hard to understand”,”hardToUnderstand”,”thumb-down”],[“Incorrect information or sample code”,”incorrectInformationOrSampleCode”,”thumb-down”],[“Missing the information/samples I need”,”missingTheInformationSamplesINeed”,”thumb-down”],[“Other”,”otherDown”,”thumb-down”]],[“Last updated 2025-02-12 UTC.”],[],[]]

Source