Documentation ¶
Index ¶
- Variables
- type AcceptLatestTermsAndConditionsRequest
- func (*AcceptLatestTermsAndConditionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AcceptLatestTermsAndConditionsRequest) GetContactUuid() *v1.UUID
- func (*AcceptLatestTermsAndConditionsRequest) ProtoMessage()
- func (x *AcceptLatestTermsAndConditionsRequest) ProtoReflect() protoreflect.Message
- func (x *AcceptLatestTermsAndConditionsRequest) Reset()
- func (x *AcceptLatestTermsAndConditionsRequest) String() string
- type AcceptLatestTermsAndConditionsResponse
- func (*AcceptLatestTermsAndConditionsResponse) Descriptor() ([]byte, []int)deprecated
- func (*AcceptLatestTermsAndConditionsResponse) ProtoMessage()
- func (x *AcceptLatestTermsAndConditionsResponse) ProtoReflect() protoreflect.Message
- func (x *AcceptLatestTermsAndConditionsResponse) Reset()
- func (x *AcceptLatestTermsAndConditionsResponse) String() string
- type GetAdvertisingInterestsRequest
- func (*GetAdvertisingInterestsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAdvertisingInterestsRequest) GetContactUuid() *v1.UUID
- func (*GetAdvertisingInterestsRequest) ProtoMessage()
- func (x *GetAdvertisingInterestsRequest) ProtoReflect() protoreflect.Message
- func (x *GetAdvertisingInterestsRequest) Reset()
- func (x *GetAdvertisingInterestsRequest) String() string
- type GetAdvertisingInterestsResponse
- func (*GetAdvertisingInterestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAdvertisingInterestsResponse) GetInterestUuid() []*v1.UUID
- func (*GetAdvertisingInterestsResponse) ProtoMessage()
- func (x *GetAdvertisingInterestsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAdvertisingInterestsResponse) Reset()
- func (x *GetAdvertisingInterestsResponse) String() string
- type HasAcceptedLatestTermsAndConditionsRequest
- func (*HasAcceptedLatestTermsAndConditionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *HasAcceptedLatestTermsAndConditionsRequest) GetContactUuid() *v1.UUID
- func (*HasAcceptedLatestTermsAndConditionsRequest) ProtoMessage()
- func (x *HasAcceptedLatestTermsAndConditionsRequest) ProtoReflect() protoreflect.Message
- func (x *HasAcceptedLatestTermsAndConditionsRequest) Reset()
- func (x *HasAcceptedLatestTermsAndConditionsRequest) String() string
- type HasAcceptedLatestTermsAndConditionsResponse
- func (*HasAcceptedLatestTermsAndConditionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HasAcceptedLatestTermsAndConditionsResponse) GetAccepted() bool
- func (*HasAcceptedLatestTermsAndConditionsResponse) ProtoMessage()
- func (x *HasAcceptedLatestTermsAndConditionsResponse) ProtoReflect() protoreflect.Message
- func (x *HasAcceptedLatestTermsAndConditionsResponse) Reset()
- func (x *HasAcceptedLatestTermsAndConditionsResponse) String() string
- type SetAdvertisingInterestsRequest
- func (*SetAdvertisingInterestsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetAdvertisingInterestsRequest) GetContactUuid() *v1.UUID
- func (x *SetAdvertisingInterestsRequest) GetInterestUuid() []*v1.UUID
- func (*SetAdvertisingInterestsRequest) ProtoMessage()
- func (x *SetAdvertisingInterestsRequest) ProtoReflect() protoreflect.Message
- func (x *SetAdvertisingInterestsRequest) Reset()
- func (x *SetAdvertisingInterestsRequest) String() string
- type SetAdvertisingInterestsResponse
- func (*SetAdvertisingInterestsResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetAdvertisingInterestsResponse) ProtoMessage()
- func (x *SetAdvertisingInterestsResponse) ProtoReflect() protoreflect.Message
- func (x *SetAdvertisingInterestsResponse) Reset()
- func (x *SetAdvertisingInterestsResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var File_stargate_customer_contact_v2beta1_customer_contact_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AcceptLatestTermsAndConditionsRequest ¶
type AcceptLatestTermsAndConditionsRequest struct { ContactUuid *v1.UUID `protobuf:"bytes,1,opt,name=contact_uuid,json=contactUuid,proto3,oneof" json:"contact_uuid,omitempty"` // contains filtered or unexported fields }
func (*AcceptLatestTermsAndConditionsRequest) Descriptor
deprecated
func (*AcceptLatestTermsAndConditionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use AcceptLatestTermsAndConditionsRequest.ProtoReflect.Descriptor instead.
func (*AcceptLatestTermsAndConditionsRequest) GetContactUuid ¶
func (x *AcceptLatestTermsAndConditionsRequest) GetContactUuid() *v1.UUID
func (*AcceptLatestTermsAndConditionsRequest) ProtoMessage ¶
func (*AcceptLatestTermsAndConditionsRequest) ProtoMessage()
func (*AcceptLatestTermsAndConditionsRequest) ProtoReflect ¶
func (x *AcceptLatestTermsAndConditionsRequest) ProtoReflect() protoreflect.Message
func (*AcceptLatestTermsAndConditionsRequest) Reset ¶
func (x *AcceptLatestTermsAndConditionsRequest) Reset()
func (*AcceptLatestTermsAndConditionsRequest) String ¶
func (x *AcceptLatestTermsAndConditionsRequest) String() string
type AcceptLatestTermsAndConditionsResponse ¶
type AcceptLatestTermsAndConditionsResponse struct {
// contains filtered or unexported fields
}
func (*AcceptLatestTermsAndConditionsResponse) Descriptor
deprecated
func (*AcceptLatestTermsAndConditionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use AcceptLatestTermsAndConditionsResponse.ProtoReflect.Descriptor instead.
func (*AcceptLatestTermsAndConditionsResponse) ProtoMessage ¶
func (*AcceptLatestTermsAndConditionsResponse) ProtoMessage()
func (*AcceptLatestTermsAndConditionsResponse) ProtoReflect ¶
func (x *AcceptLatestTermsAndConditionsResponse) ProtoReflect() protoreflect.Message
func (*AcceptLatestTermsAndConditionsResponse) Reset ¶
func (x *AcceptLatestTermsAndConditionsResponse) Reset()
func (*AcceptLatestTermsAndConditionsResponse) String ¶
func (x *AcceptLatestTermsAndConditionsResponse) String() string
type GetAdvertisingInterestsRequest ¶
type GetAdvertisingInterestsRequest struct { // Unique identifier for customer contact. ContactUuid *v1.UUID `protobuf:"bytes,1,opt,name=contact_uuid,json=contactUuid,proto3" json:"contact_uuid,omitempty"` // contains filtered or unexported fields }
func (*GetAdvertisingInterestsRequest) Descriptor
deprecated
func (*GetAdvertisingInterestsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAdvertisingInterestsRequest.ProtoReflect.Descriptor instead.
func (*GetAdvertisingInterestsRequest) GetContactUuid ¶
func (x *GetAdvertisingInterestsRequest) GetContactUuid() *v1.UUID
func (*GetAdvertisingInterestsRequest) ProtoMessage ¶
func (*GetAdvertisingInterestsRequest) ProtoMessage()
func (*GetAdvertisingInterestsRequest) ProtoReflect ¶
func (x *GetAdvertisingInterestsRequest) ProtoReflect() protoreflect.Message
func (*GetAdvertisingInterestsRequest) Reset ¶
func (x *GetAdvertisingInterestsRequest) Reset()
func (*GetAdvertisingInterestsRequest) String ¶
func (x *GetAdvertisingInterestsRequest) String() string
type GetAdvertisingInterestsResponse ¶
type GetAdvertisingInterestsResponse struct { // List of unique identifier for customer contact advertising interests currently present on the customer contact. InterestUuid []*v1.UUID `protobuf:"bytes,1,rep,name=interest_uuid,json=interestUuid,proto3" json:"interest_uuid,omitempty"` // contains filtered or unexported fields }
func (*GetAdvertisingInterestsResponse) Descriptor
deprecated
func (*GetAdvertisingInterestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAdvertisingInterestsResponse.ProtoReflect.Descriptor instead.
func (*GetAdvertisingInterestsResponse) GetInterestUuid ¶
func (x *GetAdvertisingInterestsResponse) GetInterestUuid() []*v1.UUID
func (*GetAdvertisingInterestsResponse) ProtoMessage ¶
func (*GetAdvertisingInterestsResponse) ProtoMessage()
func (*GetAdvertisingInterestsResponse) ProtoReflect ¶
func (x *GetAdvertisingInterestsResponse) ProtoReflect() protoreflect.Message
func (*GetAdvertisingInterestsResponse) Reset ¶
func (x *GetAdvertisingInterestsResponse) Reset()
func (*GetAdvertisingInterestsResponse) String ¶
func (x *GetAdvertisingInterestsResponse) String() string
type HasAcceptedLatestTermsAndConditionsRequest ¶
type HasAcceptedLatestTermsAndConditionsRequest struct { ContactUuid *v1.UUID `protobuf:"bytes,1,opt,name=contact_uuid,json=contactUuid,proto3" json:"contact_uuid,omitempty"` // contains filtered or unexported fields }
func (*HasAcceptedLatestTermsAndConditionsRequest) Descriptor
deprecated
func (*HasAcceptedLatestTermsAndConditionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use HasAcceptedLatestTermsAndConditionsRequest.ProtoReflect.Descriptor instead.
func (*HasAcceptedLatestTermsAndConditionsRequest) GetContactUuid ¶
func (x *HasAcceptedLatestTermsAndConditionsRequest) GetContactUuid() *v1.UUID
func (*HasAcceptedLatestTermsAndConditionsRequest) ProtoMessage ¶
func (*HasAcceptedLatestTermsAndConditionsRequest) ProtoMessage()
func (*HasAcceptedLatestTermsAndConditionsRequest) ProtoReflect ¶
func (x *HasAcceptedLatestTermsAndConditionsRequest) ProtoReflect() protoreflect.Message
func (*HasAcceptedLatestTermsAndConditionsRequest) Reset ¶
func (x *HasAcceptedLatestTermsAndConditionsRequest) Reset()
func (*HasAcceptedLatestTermsAndConditionsRequest) String ¶
func (x *HasAcceptedLatestTermsAndConditionsRequest) String() string
type HasAcceptedLatestTermsAndConditionsResponse ¶
type HasAcceptedLatestTermsAndConditionsResponse struct { Accepted bool `protobuf:"varint,1,opt,name=accepted,proto3" json:"accepted,omitempty"` // contains filtered or unexported fields }
func (*HasAcceptedLatestTermsAndConditionsResponse) Descriptor
deprecated
func (*HasAcceptedLatestTermsAndConditionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use HasAcceptedLatestTermsAndConditionsResponse.ProtoReflect.Descriptor instead.
func (*HasAcceptedLatestTermsAndConditionsResponse) GetAccepted ¶
func (x *HasAcceptedLatestTermsAndConditionsResponse) GetAccepted() bool
func (*HasAcceptedLatestTermsAndConditionsResponse) ProtoMessage ¶
func (*HasAcceptedLatestTermsAndConditionsResponse) ProtoMessage()
func (*HasAcceptedLatestTermsAndConditionsResponse) ProtoReflect ¶
func (x *HasAcceptedLatestTermsAndConditionsResponse) ProtoReflect() protoreflect.Message
func (*HasAcceptedLatestTermsAndConditionsResponse) Reset ¶
func (x *HasAcceptedLatestTermsAndConditionsResponse) Reset()
func (*HasAcceptedLatestTermsAndConditionsResponse) String ¶
func (x *HasAcceptedLatestTermsAndConditionsResponse) String() string
type SetAdvertisingInterestsRequest ¶
type SetAdvertisingInterestsRequest struct { // Unique identifier for customer contact. ContactUuid *v1.UUID `protobuf:"bytes,1,opt,name=contact_uuid,json=contactUuid,proto3" json:"contact_uuid,omitempty"` // List of unique identifier for customer contact advertising interests. // Existing customer contact advertising interests will be replaced with the provided list. InterestUuid []*v1.UUID `protobuf:"bytes,2,rep,name=interest_uuid,json=interestUuid,proto3" json:"interest_uuid,omitempty"` // contains filtered or unexported fields }
func (*SetAdvertisingInterestsRequest) Descriptor
deprecated
func (*SetAdvertisingInterestsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetAdvertisingInterestsRequest.ProtoReflect.Descriptor instead.
func (*SetAdvertisingInterestsRequest) GetContactUuid ¶
func (x *SetAdvertisingInterestsRequest) GetContactUuid() *v1.UUID
func (*SetAdvertisingInterestsRequest) GetInterestUuid ¶
func (x *SetAdvertisingInterestsRequest) GetInterestUuid() []*v1.UUID
func (*SetAdvertisingInterestsRequest) ProtoMessage ¶
func (*SetAdvertisingInterestsRequest) ProtoMessage()
func (*SetAdvertisingInterestsRequest) ProtoReflect ¶
func (x *SetAdvertisingInterestsRequest) ProtoReflect() protoreflect.Message
func (*SetAdvertisingInterestsRequest) Reset ¶
func (x *SetAdvertisingInterestsRequest) Reset()
func (*SetAdvertisingInterestsRequest) String ¶
func (x *SetAdvertisingInterestsRequest) String() string
type SetAdvertisingInterestsResponse ¶
type SetAdvertisingInterestsResponse struct {
// contains filtered or unexported fields
}
func (*SetAdvertisingInterestsResponse) Descriptor
deprecated
func (*SetAdvertisingInterestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetAdvertisingInterestsResponse.ProtoReflect.Descriptor instead.
func (*SetAdvertisingInterestsResponse) ProtoMessage ¶
func (*SetAdvertisingInterestsResponse) ProtoMessage()
func (*SetAdvertisingInterestsResponse) ProtoReflect ¶
func (x *SetAdvertisingInterestsResponse) ProtoReflect() protoreflect.Message
func (*SetAdvertisingInterestsResponse) Reset ¶
func (x *SetAdvertisingInterestsResponse) Reset()
func (*SetAdvertisingInterestsResponse) String ¶
func (x *SetAdvertisingInterestsResponse) String() string