Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type EncryptedTopicClient struct + func NewEncryptedTopicClient(cc grpc.ClientConnInterface) *EncryptedTopicClient + func (c *EncryptedTopicClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *EncryptedTopicClient) GetEncapsulatedKey(ctx context.Context, handle int64) (int64, error) + func (c *EncryptedTopicClient) GetEncryptedTopic(ctx context.Context, handle int64) (int64, error) + func (c *EncryptedTopicClient) GetKeyIdentifier(ctx context.Context, handle int64) (string, error) + func (c *EncryptedTopicClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *EncryptedTopicClient) ToString(ctx context.Context, handle int64) (string, error) + type GetTopicsRequestBuilderClient struct + func NewGetTopicsRequestBuilderClient(cc grpc.ClientConnInterface) *GetTopicsRequestBuilderClient + func (c *GetTopicsRequestBuilderClient) Build(ctx context.Context) (int64, error) + func (c *GetTopicsRequestBuilderClient) SetAdsSdkName(ctx context.Context, arg0 string) (int64, error) + func (c *GetTopicsRequestBuilderClient) SetShouldRecordObservation(ctx context.Context, arg0 bool) (int64, error) + type GetTopicsRequestClient struct + func NewGetTopicsRequestClient(cc grpc.ClientConnInterface) *GetTopicsRequestClient + func (c *GetTopicsRequestClient) GetAdsSdkName(ctx context.Context) (string, error) + func (c *GetTopicsRequestClient) ShouldRecordObservation(ctx context.Context) (bool, error) + type GetTopicsResponseBuilderClient struct + func NewGetTopicsResponseBuilderClient(cc grpc.ClientConnInterface) *GetTopicsResponseBuilderClient + func (c *GetTopicsResponseBuilderClient) Build(ctx context.Context) (int64, error) + type GetTopicsResponseClient struct + func NewGetTopicsResponseClient(cc grpc.ClientConnInterface) *GetTopicsResponseClient + func (c *GetTopicsResponseClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *GetTopicsResponseClient) GetEncryptedTopics(ctx context.Context) (int64, error) + func (c *GetTopicsResponseClient) GetTopics(ctx context.Context) (int64, error) + func (c *GetTopicsResponseClient) HashCode(ctx context.Context) (int32, error) + type ManagerClient struct + func NewManagerClient(cc grpc.ClientConnInterface) *ManagerClient + func (c *ManagerClient) Get(ctx context.Context, arg0 int64) (int64, error) + type TopicClient struct + func NewTopicClient(cc grpc.ClientConnInterface) *TopicClient + func (c *TopicClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *TopicClient) GetModelVersion(ctx context.Context, handle int64) (int64, error) + func (c *TopicClient) GetTaxonomyVersion(ctx context.Context, handle int64) (int64, error) + func (c *TopicClient) GetTopicId(ctx context.Context, handle int64) (int32, error) + func (c *TopicClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *TopicClient) ToString(ctx context.Context, handle int64) (string, error)