Struct google_logging2::api::Empty [−][src]
pub struct Empty { /* fields omitted */ }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); } The JSON representation for Empty is empty JSON object {}.
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).
- exclusions delete billing accounts (response)
- locations buckets views delete billing accounts (response)
- locations buckets delete billing accounts (response)
- locations buckets undelete billing accounts (response)
- logs delete billing accounts (response)
- sinks delete billing accounts (response)
- delete exclusions (response)
- exclusions delete folders (response)
- locations buckets views delete folders (response)
- locations buckets delete folders (response)
- locations buckets undelete folders (response)
- logs delete folders (response)
- sinks delete folders (response)
- buckets views delete locations (response)
- buckets delete locations (response)
- buckets undelete locations (response)
- delete logs (response)
- exclusions delete organizations (response)
- locations buckets views delete organizations (response)
- locations buckets delete organizations (response)
- locations buckets undelete organizations (response)
- logs delete organizations (response)
- sinks delete organizations (response)
- exclusions delete projects (response)
- locations buckets views delete projects (response)
- locations buckets delete projects (response)
- locations buckets undelete projects (response)
- logs delete projects (response)
- metrics delete projects (response)
- sinks delete projects (response)
- delete sinks (response)
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Empty
impl UnwindSafe for Empty
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more