Documentation
¶
Index ¶
- Variables
- type Interest
- func (x *Interest) ClearInterestUuid()
- func (x *Interest) ClearLocalization()
- func (x *Interest) GetInterestUuid() *v1.UUID
- func (x *Interest) GetLocalization() *v1.Localization
- func (x *Interest) HasInterestUuid() bool
- func (x *Interest) HasLocalization() bool
- func (*Interest) ProtoMessage()
- func (x *Interest) ProtoReflect() protoreflect.Message
- func (x *Interest) Reset()
- func (x *Interest) SetInterestUuid(v *v1.UUID)
- func (x *Interest) SetLocalization(v *v1.Localization)
- func (x *Interest) String() string
- type Interest_builder
- type ListInterestsRequest
- type ListInterestsRequest_builder
- type ListInterestsResponse
- func (x *ListInterestsResponse) ClearInterest()
- func (x *ListInterestsResponse) GetInterest() *Interest
- func (x *ListInterestsResponse) HasInterest() bool
- func (*ListInterestsResponse) ProtoMessage()
- func (x *ListInterestsResponse) ProtoReflect() protoreflect.Message
- func (x *ListInterestsResponse) Reset()
- func (x *ListInterestsResponse) SetInterest(v *Interest)
- func (x *ListInterestsResponse) String() string
- type ListInterestsResponse_builder
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
func (*Interest) SetLocalization ¶
func (x *Interest) SetLocalization(v *v1.Localization)
type Interest_builder ¶
type Interest_builder struct {
// Unique identifier for customer contact advertising interests.
InterestUuid *v1.UUID
// Localization used for i18n translation.
Localization *v1.Localization
// contains filtered or unexported fields
}
func (Interest_builder) Build ¶
func (b0 Interest_builder) Build() *Interest
type ListInterestsRequest ¶
type ListInterestsRequest struct {
// contains filtered or unexported fields
}
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 ListInterestsRequest_builder ¶
type ListInterestsRequest_builder struct {
// contains filtered or unexported fields
}
func (ListInterestsRequest_builder) Build ¶
func (b0 ListInterestsRequest_builder) Build() *ListInterestsRequest
type ListInterestsResponse ¶
type ListInterestsResponse struct {
Interest *Interest `protobuf:"bytes,1,opt,name=interest,proto3" json:"interest,omitempty"`
// contains filtered or unexported fields
}
func (*ListInterestsResponse) ClearInterest ¶
func (x *ListInterestsResponse) ClearInterest()
func (*ListInterestsResponse) GetInterest ¶
func (x *ListInterestsResponse) GetInterest() *Interest
func (*ListInterestsResponse) HasInterest ¶
func (x *ListInterestsResponse) HasInterest() bool
func (*ListInterestsResponse) ProtoMessage ¶
func (*ListInterestsResponse) ProtoMessage()
func (*ListInterestsResponse) ProtoReflect ¶
func (x *ListInterestsResponse) ProtoReflect() protoreflect.Message
func (*ListInterestsResponse) Reset ¶
func (x *ListInterestsResponse) Reset()
func (*ListInterestsResponse) SetInterest ¶
func (x *ListInterestsResponse) SetInterest(v *Interest)
func (*ListInterestsResponse) String ¶
func (x *ListInterestsResponse) String() string
type ListInterestsResponse_builder ¶
type ListInterestsResponse_builder struct {
Interest *Interest
// contains filtered or unexported fields
}
func (ListInterestsResponse_builder) Build ¶
func (b0 ListInterestsResponse_builder) Build() *ListInterestsResponse
Source Files
¶
- advertising_interest_service.pb.go
Click to show internal directories.
Click to hide internal directories.