pub struct GoogleProtobufEmpty { /* 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); } 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).
- user links batch delete accounts (response)
- user links delete accounts (response)
- delete accounts (response)
- conversion events delete properties (response)
- custom dimensions archive properties (response)
- custom metrics archive properties (response)
- data streams measurement protocol secrets delete properties (response)
- data streams delete properties (response)
- display video360 advertiser link proposals delete properties (response)
- display video360 advertiser links delete properties (response)
- firebase links delete properties (response)
- google ads links delete properties (response)
- user links batch delete properties (response)
- user links delete properties (response)
Trait Implementations§
source§impl Clone for GoogleProtobufEmpty
impl Clone for GoogleProtobufEmpty
source§fn clone(&self) -> GoogleProtobufEmpty
fn clone(&self) -> GoogleProtobufEmpty
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GoogleProtobufEmpty
impl Debug for GoogleProtobufEmpty
source§impl Default for GoogleProtobufEmpty
impl Default for GoogleProtobufEmpty
source§fn default() -> GoogleProtobufEmpty
fn default() -> GoogleProtobufEmpty
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GoogleProtobufEmpty
impl<'de> Deserialize<'de> for GoogleProtobufEmpty
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