pub struct GoogleCloudChannelV1UnregisterSubscriberRequest {
pub account: Option<String>,
pub integrator: Option<String>,
pub service_account: Option<String>,
}Expand description
Request Message for UnregisterSubscriber.
§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).
- unregister accounts (request)
- unregister subscriber integrators (request)
Fields§
§account: Option<String>Optional. Resource name of the account. Required if integrator is not provided. Otherwise, leave this field empty/unset.
integrator: Option<String>Optional. Resource name of the integrator. Required if account is not provided. Otherwise, leave this field empty/unset.
service_account: Option<String>Required. Service account to unregister from subscriber access to the topic.
Trait Implementations§
Source§impl Clone for GoogleCloudChannelV1UnregisterSubscriberRequest
impl Clone for GoogleCloudChannelV1UnregisterSubscriberRequest
Source§fn clone(&self) -> GoogleCloudChannelV1UnregisterSubscriberRequest
fn clone(&self) -> GoogleCloudChannelV1UnregisterSubscriberRequest
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 Default for GoogleCloudChannelV1UnregisterSubscriberRequest
impl Default for GoogleCloudChannelV1UnregisterSubscriberRequest
Source§fn default() -> GoogleCloudChannelV1UnregisterSubscriberRequest
fn default() -> GoogleCloudChannelV1UnregisterSubscriberRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudChannelV1UnregisterSubscriberRequest
impl<'de> Deserialize<'de> for GoogleCloudChannelV1UnregisterSubscriberRequest
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
impl RequestValue for GoogleCloudChannelV1UnregisterSubscriberRequest
Auto Trait Implementations§
impl Freeze for GoogleCloudChannelV1UnregisterSubscriberRequest
impl RefUnwindSafe for GoogleCloudChannelV1UnregisterSubscriberRequest
impl Send for GoogleCloudChannelV1UnregisterSubscriberRequest
impl Sync for GoogleCloudChannelV1UnregisterSubscriberRequest
impl Unpin for GoogleCloudChannelV1UnregisterSubscriberRequest
impl UnwindSafe for GoogleCloudChannelV1UnregisterSubscriberRequest
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