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 UpdateAdvertisingInterestsRequest
- func (*UpdateAdvertisingInterestsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAdvertisingInterestsRequest) GetContactUuid() *v1.UUID
- func (x *UpdateAdvertisingInterestsRequest) GetInterestUuid() []*v1.UUID
- func (*UpdateAdvertisingInterestsRequest) ProtoMessage()
- func (x *UpdateAdvertisingInterestsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAdvertisingInterestsRequest) Reset()
- func (x *UpdateAdvertisingInterestsRequest) String() string
- type UpdateAdvertisingInterestsResponse
- func (*UpdateAdvertisingInterestsResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateAdvertisingInterestsResponse) ProtoMessage()
- func (x *UpdateAdvertisingInterestsResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateAdvertisingInterestsResponse) Reset()
- func (x *UpdateAdvertisingInterestsResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var File_stargate_customer_contact_v1_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 UpdateAdvertisingInterestsRequest ¶
type UpdateAdvertisingInterestsRequest 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 (*UpdateAdvertisingInterestsRequest) Descriptor
deprecated
func (*UpdateAdvertisingInterestsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAdvertisingInterestsRequest.ProtoReflect.Descriptor instead.
func (*UpdateAdvertisingInterestsRequest) GetContactUuid ¶
func (x *UpdateAdvertisingInterestsRequest) GetContactUuid() *v1.UUID
func (*UpdateAdvertisingInterestsRequest) GetInterestUuid ¶
func (x *UpdateAdvertisingInterestsRequest) GetInterestUuid() []*v1.UUID
func (*UpdateAdvertisingInterestsRequest) ProtoMessage ¶
func (*UpdateAdvertisingInterestsRequest) ProtoMessage()
func (*UpdateAdvertisingInterestsRequest) ProtoReflect ¶
func (x *UpdateAdvertisingInterestsRequest) ProtoReflect() protoreflect.Message
func (*UpdateAdvertisingInterestsRequest) Reset ¶
func (x *UpdateAdvertisingInterestsRequest) Reset()
func (*UpdateAdvertisingInterestsRequest) String ¶
func (x *UpdateAdvertisingInterestsRequest) String() string
type UpdateAdvertisingInterestsResponse ¶
type UpdateAdvertisingInterestsResponse struct {
// contains filtered or unexported fields
}
func (*UpdateAdvertisingInterestsResponse) Descriptor
deprecated
func (*UpdateAdvertisingInterestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAdvertisingInterestsResponse.ProtoReflect.Descriptor instead.
func (*UpdateAdvertisingInterestsResponse) ProtoMessage ¶
func (*UpdateAdvertisingInterestsResponse) ProtoMessage()
func (*UpdateAdvertisingInterestsResponse) ProtoReflect ¶
func (x *UpdateAdvertisingInterestsResponse) ProtoReflect() protoreflect.Message
func (*UpdateAdvertisingInterestsResponse) Reset ¶
func (x *UpdateAdvertisingInterestsResponse) Reset()
func (*UpdateAdvertisingInterestsResponse) String ¶
func (x *UpdateAdvertisingInterestsResponse) String() string