contactv1

package
v1.29.1-20240820055755... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: Apache-2.0 Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
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 (*AcceptLatestTermsAndConditionsRequest) Reset

func (*AcceptLatestTermsAndConditionsRequest) 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) ProtoReflect

func (*AcceptLatestTermsAndConditionsResponse) Reset

func (*AcceptLatestTermsAndConditionsResponse) 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 (*GetAdvertisingInterestsRequest) Reset

func (x *GetAdvertisingInterestsRequest) Reset()

func (*GetAdvertisingInterestsRequest) 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 (*GetAdvertisingInterestsResponse) Reset

func (*GetAdvertisingInterestsResponse) 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

Deprecated: Use HasAcceptedLatestTermsAndConditionsRequest.ProtoReflect.Descriptor instead.

func (*HasAcceptedLatestTermsAndConditionsRequest) GetContactUuid

func (x *HasAcceptedLatestTermsAndConditionsRequest) GetContactUuid() *v1.UUID

func (*HasAcceptedLatestTermsAndConditionsRequest) ProtoMessage

func (*HasAcceptedLatestTermsAndConditionsRequest) ProtoReflect

func (*HasAcceptedLatestTermsAndConditionsRequest) Reset

func (*HasAcceptedLatestTermsAndConditionsRequest) 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

Deprecated: Use HasAcceptedLatestTermsAndConditionsResponse.ProtoReflect.Descriptor instead.

func (*HasAcceptedLatestTermsAndConditionsResponse) GetAccepted

func (*HasAcceptedLatestTermsAndConditionsResponse) ProtoMessage

func (*HasAcceptedLatestTermsAndConditionsResponse) ProtoReflect

func (*HasAcceptedLatestTermsAndConditionsResponse) Reset

func (*HasAcceptedLatestTermsAndConditionsResponse) 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 (*UpdateAdvertisingInterestsRequest) Reset

func (*UpdateAdvertisingInterestsRequest) 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 (*UpdateAdvertisingInterestsResponse) Reset

func (*UpdateAdvertisingInterestsResponse) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL