Skip to main content

is_beta_operation

Function is_beta_operation 

Source
pub fn is_beta_operation(name: &str) -> bool
Expand description

Returns true if name matches a client method backed by a Beta endpoint.

name is the snake-case method name (e.g. "postgres_service_get_list").