Documentation ¶
Index ¶
- Variables
- type Interest
- func (*Interest) Descriptor() ([]byte, []int)deprecated
- func (x *Interest) GetInterestUuid() *v1.UUID
- func (x *Interest) GetLocalization() *v1.Localization
- func (*Interest) ProtoMessage()
- func (x *Interest) ProtoReflect() protoreflect.Message
- func (x *Interest) Reset()
- func (x *Interest) String() string
- type ListInterestsRequest
- type ListInterestsResponse
- func (*ListInterestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListInterestsResponse) GetInterest() *Interest
- func (*ListInterestsResponse) ProtoMessage()
- func (x *ListInterestsResponse) ProtoReflect() protoreflect.Message
- func (x *ListInterestsResponse) Reset()
- func (x *ListInterestsResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_stargate_customer_contact_advertising_interest_v1beta1_advertising_interest_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Interest ¶
type Interest struct { // Unique identifier for customer contact advertising interests. InterestUuid *v1.UUID `protobuf:"bytes,1,opt,name=interest_uuid,json=interestUuid,proto3" json:"interest_uuid,omitempty"` // Localization used for i18n translation. Localization *v1.Localization `protobuf:"bytes,2,opt,name=localization,proto3" json:"localization,omitempty"` // contains filtered or unexported fields }
func (*Interest) GetLocalization ¶
func (x *Interest) GetLocalization() *v1.Localization
func (*Interest) ProtoReflect ¶
func (x *Interest) ProtoReflect() protoreflect.Message
type ListInterestsRequest ¶
type ListInterestsRequest struct {
// contains filtered or unexported fields
}
func (*ListInterestsRequest) Descriptor
deprecated
func (*ListInterestsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListInterestsRequest.ProtoReflect.Descriptor instead.
func (*ListInterestsRequest) ProtoMessage ¶
func (*ListInterestsRequest) ProtoMessage()
func (*ListInterestsRequest) ProtoReflect ¶
func (x *ListInterestsRequest) ProtoReflect() protoreflect.Message
func (*ListInterestsRequest) Reset ¶
func (x *ListInterestsRequest) Reset()
func (*ListInterestsRequest) String ¶
func (x *ListInterestsRequest) String() string
type ListInterestsResponse ¶
type ListInterestsResponse struct { Interest *Interest `protobuf:"bytes,1,opt,name=interest,proto3" json:"interest,omitempty"` // contains filtered or unexported fields }
func (*ListInterestsResponse) Descriptor
deprecated
func (*ListInterestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListInterestsResponse.ProtoReflect.Descriptor instead.
func (*ListInterestsResponse) GetInterest ¶
func (x *ListInterestsResponse) GetInterest() *Interest
func (*ListInterestsResponse) ProtoMessage ¶
func (*ListInterestsResponse) ProtoMessage()
func (*ListInterestsResponse) ProtoReflect ¶
func (x *ListInterestsResponse) ProtoReflect() protoreflect.Message
func (*ListInterestsResponse) Reset ¶
func (x *ListInterestsResponse) Reset()
func (*ListInterestsResponse) String ¶
func (x *ListInterestsResponse) String() string
Click to show internal directories.
Click to hide internal directories.