# Google Cloud Client Libraries for Rust - Cloud Logging API
**WARNING:** some RPCs have no corresponding Rust function to call them.
Typically these are streaming RPCs. We expect adding these RPCs in a
way that does not break the existing APIs or changes their behavior in a
significant way. We do anticipate a number of new crate dependencies
will be required. If you need these RPCs please open an issue in our
GitHub repository.
Writes log entries and manages your Cloud Logging configuration.
The client library types and functions are stable and not expected to change.
Please note that Google Cloud services do change from time to time. The client
libraries are designed to preserve backwards compatibility when the service
changes in compatible ways. For example, adding RPCs, or fields to messages
should not introduce breaking changes to the client libraries.
## Quickstart
The main types to work with this crate are the clients:
- [LoggingServiceV2]
- [ConfigServiceV2]
- [MetricsServiceV2]
## More Information
- Read the [crate's documentation](https://docs.rs/google-cloud-logging-v2/1.3.0)
[LoggingServiceV2]: https://docs.rs/google-cloud-logging-v2/1.3.0/google_cloud_logging_v2/client/struct.LoggingServiceV2.html
[ConfigServiceV2]: https://docs.rs/google-cloud-logging-v2/1.3.0/google_cloud_logging_v2/client/struct.ConfigServiceV2.html
[MetricsServiceV2]: https://docs.rs/google-cloud-logging-v2/1.3.0/google_cloud_logging_v2/client/struct.MetricsServiceV2.html