Documentation ¶
Index ¶
- Variables
- type CreateOrUpdateYellowPageRequest
- func (*CreateOrUpdateYellowPageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrUpdateYellowPageRequest) GetYellowPage() *YellowPage
- func (*CreateOrUpdateYellowPageRequest) ProtoMessage()
- func (x *CreateOrUpdateYellowPageRequest) ProtoReflect() protoreflect.Message
- func (x *CreateOrUpdateYellowPageRequest) Reset()
- func (x *CreateOrUpdateYellowPageRequest) String() string
- type CreateOrUpdateYellowPageResponse
- func (*CreateOrUpdateYellowPageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrUpdateYellowPageResponse) GetYellowPage() *YellowPage
- func (*CreateOrUpdateYellowPageResponse) ProtoMessage()
- func (x *CreateOrUpdateYellowPageResponse) ProtoReflect() protoreflect.Message
- func (x *CreateOrUpdateYellowPageResponse) Reset()
- func (x *CreateOrUpdateYellowPageResponse) String() string
- type DeleteYellowPageRequest
- func (*DeleteYellowPageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteYellowPageRequest) GetId() uint64
- func (*DeleteYellowPageRequest) ProtoMessage()
- func (x *DeleteYellowPageRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteYellowPageRequest) Reset()
- func (x *DeleteYellowPageRequest) String() string
- type ListYellowPagesRequest
- func (*ListYellowPagesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListYellowPagesRequest) GetClientParty() string
- func (x *ListYellowPagesRequest) GetPaginator() *paginator.Paginator
- func (x *ListYellowPagesRequest) GetServerParty() string
- func (x *ListYellowPagesRequest) GetServiceType() enums.YellowPage_ServiceType
- func (*ListYellowPagesRequest) ProtoMessage()
- func (x *ListYellowPagesRequest) ProtoReflect() protoreflect.Message
- func (x *ListYellowPagesRequest) Reset()
- func (x *ListYellowPagesRequest) String() string
- type ListYellowPagesResponse
- func (*ListYellowPagesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListYellowPagesResponse) GetData() []*YellowPage
- func (x *ListYellowPagesResponse) GetTotal() int64
- func (*ListYellowPagesResponse) ProtoMessage()
- func (x *ListYellowPagesResponse) ProtoReflect() protoreflect.Message
- func (x *ListYellowPagesResponse) Reset()
- func (x *ListYellowPagesResponse) String() string
- type YellowPage
- func (*YellowPage) Descriptor() ([]byte, []int)deprecated
- func (x *YellowPage) GetClientParty() string
- func (x *YellowPage) GetCreatedTs() int64
- func (x *YellowPage) GetId() uint64
- func (x *YellowPage) GetIp() stringdeprecated
- func (x *YellowPage) GetPort() stringdeprecated
- func (x *YellowPage) GetServerParty() string
- func (x *YellowPage) GetServiceType() enums.YellowPage_ServiceType
- func (x *YellowPage) GetUpdatedTs() int64
- func (x *YellowPage) GetUrl() string
- func (x *YellowPage) GetWithoutSsl() booldeprecated
- func (*YellowPage) ProtoMessage()
- func (x *YellowPage) ProtoReflect() protoreflect.Message
- func (x *YellowPage) Reset()
- func (x *YellowPage) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_protobuf_mpc_virtual_service_platform_yellowpage_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CreateOrUpdateYellowPageRequest ¶
type CreateOrUpdateYellowPageRequest struct { YellowPage *YellowPage `protobuf:"bytes,1,opt,name=yellow_page,json=yellowPage,proto3" json:"yellow_page,omitempty"` // contains filtered or unexported fields }
func (*CreateOrUpdateYellowPageRequest) Descriptor
deprecated
func (*CreateOrUpdateYellowPageRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrUpdateYellowPageRequest.ProtoReflect.Descriptor instead.
func (*CreateOrUpdateYellowPageRequest) GetYellowPage ¶
func (x *CreateOrUpdateYellowPageRequest) GetYellowPage() *YellowPage
func (*CreateOrUpdateYellowPageRequest) ProtoMessage ¶
func (*CreateOrUpdateYellowPageRequest) ProtoMessage()
func (*CreateOrUpdateYellowPageRequest) ProtoReflect ¶
func (x *CreateOrUpdateYellowPageRequest) ProtoReflect() protoreflect.Message
func (*CreateOrUpdateYellowPageRequest) Reset ¶
func (x *CreateOrUpdateYellowPageRequest) Reset()
func (*CreateOrUpdateYellowPageRequest) String ¶
func (x *CreateOrUpdateYellowPageRequest) String() string
type CreateOrUpdateYellowPageResponse ¶
type CreateOrUpdateYellowPageResponse struct { YellowPage *YellowPage `protobuf:"bytes,1,opt,name=yellow_page,json=yellowPage,proto3" json:"yellow_page,omitempty"` // contains filtered or unexported fields }
func (*CreateOrUpdateYellowPageResponse) Descriptor
deprecated
func (*CreateOrUpdateYellowPageResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrUpdateYellowPageResponse.ProtoReflect.Descriptor instead.
func (*CreateOrUpdateYellowPageResponse) GetYellowPage ¶
func (x *CreateOrUpdateYellowPageResponse) GetYellowPage() *YellowPage
func (*CreateOrUpdateYellowPageResponse) ProtoMessage ¶
func (*CreateOrUpdateYellowPageResponse) ProtoMessage()
func (*CreateOrUpdateYellowPageResponse) ProtoReflect ¶
func (x *CreateOrUpdateYellowPageResponse) ProtoReflect() protoreflect.Message
func (*CreateOrUpdateYellowPageResponse) Reset ¶
func (x *CreateOrUpdateYellowPageResponse) Reset()
func (*CreateOrUpdateYellowPageResponse) String ¶
func (x *CreateOrUpdateYellowPageResponse) String() string
type DeleteYellowPageRequest ¶
type DeleteYellowPageRequest struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteYellowPageRequest) Descriptor
deprecated
func (*DeleteYellowPageRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteYellowPageRequest.ProtoReflect.Descriptor instead.
func (*DeleteYellowPageRequest) GetId ¶
func (x *DeleteYellowPageRequest) GetId() uint64
func (*DeleteYellowPageRequest) ProtoMessage ¶
func (*DeleteYellowPageRequest) ProtoMessage()
func (*DeleteYellowPageRequest) ProtoReflect ¶
func (x *DeleteYellowPageRequest) ProtoReflect() protoreflect.Message
func (*DeleteYellowPageRequest) Reset ¶
func (x *DeleteYellowPageRequest) Reset()
func (*DeleteYellowPageRequest) String ¶
func (x *DeleteYellowPageRequest) String() string
type ListYellowPagesRequest ¶
type ListYellowPagesRequest struct { ClientParty string `protobuf:"bytes,1,opt,name=client_party,json=clientParty,proto3" json:"client_party,omitempty"` ServerParty string `protobuf:"bytes,2,opt,name=server_party,json=serverParty,proto3" json:"server_party,omitempty"` ServiceType enums.YellowPage_ServiceType `` /* 143-byte string literal not displayed */ Paginator *paginator.Paginator `protobuf:"bytes,4,opt,name=paginator,proto3" json:"paginator,omitempty"` // contains filtered or unexported fields }
func (*ListYellowPagesRequest) Descriptor
deprecated
func (*ListYellowPagesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListYellowPagesRequest.ProtoReflect.Descriptor instead.
func (*ListYellowPagesRequest) GetClientParty ¶
func (x *ListYellowPagesRequest) GetClientParty() string
func (*ListYellowPagesRequest) GetPaginator ¶
func (x *ListYellowPagesRequest) GetPaginator() *paginator.Paginator
func (*ListYellowPagesRequest) GetServerParty ¶
func (x *ListYellowPagesRequest) GetServerParty() string
func (*ListYellowPagesRequest) GetServiceType ¶
func (x *ListYellowPagesRequest) GetServiceType() enums.YellowPage_ServiceType
func (*ListYellowPagesRequest) ProtoMessage ¶
func (*ListYellowPagesRequest) ProtoMessage()
func (*ListYellowPagesRequest) ProtoReflect ¶
func (x *ListYellowPagesRequest) ProtoReflect() protoreflect.Message
func (*ListYellowPagesRequest) Reset ¶
func (x *ListYellowPagesRequest) Reset()
func (*ListYellowPagesRequest) String ¶
func (x *ListYellowPagesRequest) String() string
type ListYellowPagesResponse ¶
type ListYellowPagesResponse struct { Data []*YellowPage `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*ListYellowPagesResponse) Descriptor
deprecated
func (*ListYellowPagesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListYellowPagesResponse.ProtoReflect.Descriptor instead.
func (*ListYellowPagesResponse) GetData ¶
func (x *ListYellowPagesResponse) GetData() []*YellowPage
func (*ListYellowPagesResponse) GetTotal ¶
func (x *ListYellowPagesResponse) GetTotal() int64
func (*ListYellowPagesResponse) ProtoMessage ¶
func (*ListYellowPagesResponse) ProtoMessage()
func (*ListYellowPagesResponse) ProtoReflect ¶
func (x *ListYellowPagesResponse) ProtoReflect() protoreflect.Message
func (*ListYellowPagesResponse) Reset ¶
func (x *ListYellowPagesResponse) Reset()
func (*ListYellowPagesResponse) String ¶
func (x *ListYellowPagesResponse) String() string
type YellowPage ¶
type YellowPage struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreatedTs int64 `protobuf:"varint,2,opt,name=created_ts,json=createdTs,proto3" json:"created_ts,omitempty"` UpdatedTs int64 `protobuf:"varint,3,opt,name=updated_ts,json=updatedTs,proto3" json:"updated_ts,omitempty"` ClientParty string `protobuf:"bytes,4,opt,name=client_party,json=clientParty,proto3" json:"client_party,omitempty"` ServerParty string `protobuf:"bytes,5,opt,name=server_party,json=serverParty,proto3" json:"server_party,omitempty"` ServiceType enums.YellowPage_ServiceType `` /* 143-byte string literal not displayed */ Url string `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"` // Deprecated: Do not use. WithoutSsl bool `protobuf:"varint,8,opt,name=without_ssl,json=withoutSsl,proto3" json:"without_ssl,omitempty"` // Deprecated: Do not use. Ip string `protobuf:"bytes,9,opt,name=ip,proto3" json:"ip,omitempty"` // Deprecated: Do not use. Port string `protobuf:"bytes,10,opt,name=port,proto3" json:"port,omitempty"` // contains filtered or unexported fields }
func (*YellowPage) Descriptor
deprecated
func (*YellowPage) Descriptor() ([]byte, []int)
Deprecated: Use YellowPage.ProtoReflect.Descriptor instead.
func (*YellowPage) GetClientParty ¶
func (x *YellowPage) GetClientParty() string
func (*YellowPage) GetCreatedTs ¶
func (x *YellowPage) GetCreatedTs() int64
func (*YellowPage) GetId ¶
func (x *YellowPage) GetId() uint64
func (*YellowPage) GetIp
deprecated
func (x *YellowPage) GetIp() string
Deprecated: Do not use.
func (*YellowPage) GetPort
deprecated
func (x *YellowPage) GetPort() string
Deprecated: Do not use.
func (*YellowPage) GetServerParty ¶
func (x *YellowPage) GetServerParty() string
func (*YellowPage) GetServiceType ¶
func (x *YellowPage) GetServiceType() enums.YellowPage_ServiceType
func (*YellowPage) GetUpdatedTs ¶
func (x *YellowPage) GetUpdatedTs() int64
func (*YellowPage) GetUrl ¶
func (x *YellowPage) GetUrl() string
func (*YellowPage) GetWithoutSsl
deprecated
func (x *YellowPage) GetWithoutSsl() bool
Deprecated: Do not use.
func (*YellowPage) ProtoMessage ¶
func (*YellowPage) ProtoMessage()
func (*YellowPage) ProtoReflect ¶
func (x *YellowPage) ProtoReflect() protoreflect.Message
func (*YellowPage) Reset ¶
func (x *YellowPage) Reset()
func (*YellowPage) String ¶
func (x *YellowPage) String() string
Click to show internal directories.
Click to hide internal directories.