Expand description
§Example
async fn sample(
project_id: &str,
location_id: &str,
) -> anyhow::Result<()> {
let client = CmekConfigService::builder().build().await?;
let response = client.get_cmek_config()
.set_name(format!("projects/{project_id}/locations/{location_id}/cmekConfig"))
.send().await?;
println!("response {:?}", response);
Ok(())
}Concrete implementations of this client library traits.
Structs§
- Assistant
Service assistant-service - Implements a client for the Discovery Engine API.
- Cmek
Config Service cmek-config-service - Implements a client for the Discovery Engine API.
- Completion
Service completion-service - Implements a client for the Discovery Engine API.
- Control
Service control-service - Implements a client for the Discovery Engine API.
- Conversational
Search Service conversational-search-service - Implements a client for the Discovery Engine API.
- Data
Store Service data-store-service - Implements a client for the Discovery Engine API.
- Document
Service document-service - Implements a client for the Discovery Engine API.
- Engine
Service engine-service - Implements a client for the Discovery Engine API.
- Grounded
Generation Service grounded-generation-service - Implements a client for the Discovery Engine API.
- Identity
Mapping Store Service identity-mapping-store-service - Implements a client for the Discovery Engine API.
- Project
Service project-service - Implements a client for the Discovery Engine API.
- Rank
Service rank-service - Implements a client for the Discovery Engine API.
- Recommendation
Service recommendation-service - Implements a client for the Discovery Engine API.
- Schema
Service schema-service - Implements a client for the Discovery Engine API.
- Search
Service search-service - Implements a client for the Discovery Engine API.
- Search
Tuning Service search-tuning-service - Implements a client for the Discovery Engine API.
- Serving
Config Service serving-config-service - Implements a client for the Discovery Engine API.
- Session
Service session-service - Implements a client for the Discovery Engine API.
- Site
Search Engine Service site-search-engine-service - Implements a client for the Discovery Engine API.
- User
Event Service user-event-service - Implements a client for the Discovery Engine API.
- User
License Service user-license-service - Implements a client for the Discovery Engine API.