Struct gapi_grpc::google::cloud::channel::v1::ChannelPartnerLink[][src]

pub struct ChannelPartnerLink {
    pub name: String,
    pub reseller_cloud_identity_id: String,
    pub link_state: i32,
    pub invite_link_uri: String,
    pub create_time: Option<Timestamp>,
    pub update_time: Option<Timestamp>,
    pub public_id: String,
    pub channel_partner_cloud_identity_info: Option<CloudIdentityInfo>,
}

Entity representing a link between distributors and their indirect resellers in an n-tier resale channel.

Fields

name: String

Output only. Resource name for the channel partner link, in the format accounts/{account_id}/channelPartnerLinks/{id}.

reseller_cloud_identity_id: String

Required. Cloud Identity ID of the linked reseller.

link_state: i32

Required. State of the channel partner link.

invite_link_uri: String

Output only. URI of the web page where partner accepts the link invitation.

create_time: Option<Timestamp>

Output only. Timestamp of when the channel partner link is created.

update_time: Option<Timestamp>

Output only. Timestamp of when the channel partner link is updated.

public_id: String

Output only. Public identifier that a customer must use to generate a transfer token to move to this distributor-reseller combination.

channel_partner_cloud_identity_info: Option<CloudIdentityInfo>

Output only. Cloud Identity info of the channel partner (IR).

Implementations

impl ChannelPartnerLink[src]

Returns the enum value of link_state, or the default if the field is set to an invalid enum value.

Sets link_state to the provided enum value.

Trait Implementations

impl Clone for ChannelPartnerLink[src]

impl Debug for ChannelPartnerLink[src]

impl Default for ChannelPartnerLink[src]

impl Message for ChannelPartnerLink[src]

impl PartialEq<ChannelPartnerLink> for ChannelPartnerLink[src]

impl StructuralPartialEq for ChannelPartnerLink[src]

Auto Trait Implementations

impl RefUnwindSafe for ChannelPartnerLink

impl Send for ChannelPartnerLink

impl Sync for ChannelPartnerLink

impl Unpin for ChannelPartnerLink

impl UnwindSafe for ChannelPartnerLink

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]