pub fn is_beta_operation(name: &str) -> bool
Returns true if name matches a client method backed by a Beta endpoint.
true
name
name is the snake-case method name (e.g. "postgres_service_get_list").
"postgres_service_get_list"