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); }
§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).
- locations data labeling jobs operations delete projects (response)
- locations data labeling jobs operations cancel projects (response)
- locations data labeling jobs cancel projects (response)
- locations notebook execution jobs operations cancel projects (response)
- locations notebook execution jobs operations delete projects (response)
- locations training pipelines operations cancel projects (response)
- locations training pipelines operations delete projects (response)
- locations training pipelines cancel projects (response)
- locations indexes operations cancel projects (response)
- locations indexes operations delete projects (response)
- locations studies trials operations cancel projects (response)
- locations studies trials operations delete projects (response)
- locations studies trials delete projects (response)
- locations studies operations delete projects (response)
- locations studies operations cancel projects (response)
- locations studies delete projects (response)
- locations migratable resources operations delete projects (response)
- locations migratable resources operations cancel projects (response)
- locations nas jobs cancel projects (response)
- locations schedules operations delete projects (response)
- locations schedules operations cancel projects (response)
- locations schedules pause projects (response)
- locations schedules resume projects (response)
- locations tensorboards operations cancel projects (response)
- locations tensorboards operations delete projects (response)
- locations tensorboards experiments runs time series operations delete projects (response)
- locations tensorboards experiments runs time series operations cancel projects (response)
- locations tensorboards experiments runs operations cancel projects (response)
- locations tensorboards experiments runs operations delete projects (response)
- locations tensorboards experiments operations delete projects (response)
- locations tensorboards experiments operations cancel projects (response)
- locations feature groups operations delete projects (response)
- locations feature groups features operations delete projects (response)
- locations feature online stores feature views operations delete projects (response)
- locations feature online stores operations delete projects (response)
- locations index endpoints operations delete projects (response)
- locations index endpoints operations cancel projects (response)
- locations endpoints operations cancel projects (response)
- locations endpoints operations delete projects (response)
- locations specialist pools operations cancel projects (response)
- locations specialist pools operations delete projects (response)
- locations custom jobs operations cancel projects (response)
- locations custom jobs operations delete projects (response)
- locations custom jobs cancel projects (response)
- locations model deployment monitoring jobs operations cancel projects (response)
- locations model deployment monitoring jobs operations delete projects (response)
- locations model deployment monitoring jobs resume projects (response)
- locations model deployment monitoring jobs pause projects (response)
- locations datasets data items operations cancel projects (response)
- locations datasets data items operations delete projects (response)
- locations datasets data items annotations operations delete projects (response)
- locations datasets data items annotations operations cancel projects (response)
- locations datasets annotation specs operations cancel projects (response)
- locations datasets annotation specs operations delete projects (response)
- locations datasets saved queries operations cancel projects (response)
- locations datasets saved queries operations delete projects (response)
- locations datasets operations cancel projects (response)
- locations datasets operations delete projects (response)
- locations featurestores operations delete projects (response)
- locations featurestores operations cancel projects (response)
- locations featurestores entity types operations delete projects (response)
- locations featurestores entity types operations cancel projects (response)
- locations featurestores entity types features operations cancel projects (response)
- locations featurestores entity types features operations delete projects (response)
- locations notebook runtimes operations delete projects (response)
- locations notebook runtimes operations cancel projects (response)
- locations metadata stores executions operations delete projects (response)
- locations metadata stores executions operations cancel projects (response)
- locations metadata stores contexts operations delete projects (response)
- locations metadata stores contexts operations cancel projects (response)
- locations metadata stores artifacts operations cancel projects (response)
- locations metadata stores artifacts operations delete projects (response)
- locations metadata stores operations cancel projects (response)
- locations metadata stores operations delete projects (response)
- locations operations cancel projects (response)
- locations operations delete projects (response)
- locations hyperparameter tuning jobs operations delete projects (response)
- locations hyperparameter tuning jobs operations cancel projects (response)
- locations hyperparameter tuning jobs cancel projects (response)
- locations persistent resources operations cancel projects (response)
- locations persistent resources operations delete projects (response)
- locations models evaluations operations delete projects (response)
- locations models evaluations operations cancel projects (response)
- locations models operations delete projects (response)
- locations models operations cancel projects (response)
- locations notebook runtime templates operations delete projects (response)
- locations notebook runtime templates operations cancel projects (response)
- locations batch prediction jobs cancel projects (response)
- locations tuning jobs operations cancel projects (response)
- locations tuning jobs cancel projects (response)
- locations deployment resource pools operations cancel projects (response)
- locations deployment resource pools operations delete projects (response)
- locations pipeline jobs operations cancel projects (response)
- locations pipeline jobs operations delete projects (response)
- locations pipeline jobs cancel projects (response)
Trait Implementations§
Source§impl Clone for GoogleProtobufEmpty
impl Clone for GoogleProtobufEmpty
Source§fn clone(&self) -> GoogleProtobufEmpty
fn clone(&self) -> GoogleProtobufEmpty
Returns a duplicate 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
Source§impl Serialize for GoogleProtobufEmpty
impl Serialize for GoogleProtobufEmpty
impl ResponseResult for GoogleProtobufEmpty
Auto Trait Implementations§
impl Freeze for GoogleProtobufEmpty
impl RefUnwindSafe for GoogleProtobufEmpty
impl Send for GoogleProtobufEmpty
impl Sync for GoogleProtobufEmpty
impl Unpin for GoogleProtobufEmpty
impl UnwindSafe for GoogleProtobufEmpty
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more