Struct google_bigtableadmin2::api::Empty
source · pub struct Empty { /* private fields */ }Expand description
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- cancel operations (response)
- delete operations (response)
- instances app profiles delete projects (response)
- instances clusters backups delete projects (response)
- instances clusters delete projects (response)
- instances tables delete projects (response)
- instances tables drop row range projects (response)
- instances delete projects (response)
Trait Implementations§
source§impl<'de> Deserialize<'de> for Empty
impl<'de> Deserialize<'de> for Empty
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more