Documentation
¶
Index ¶
- type 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
- type GetTopicsRequestClient
- type GetTopicsResponseBuilderClient
- type 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
- type 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptedTopicClient ¶
type EncryptedTopicClient struct {
// contains filtered or unexported fields
}
EncryptedTopicClient wraps the gRPC EncryptedTopicService client.
func NewEncryptedTopicClient ¶
func NewEncryptedTopicClient(cc grpc.ClientConnInterface) *EncryptedTopicClient
NewEncryptedTopicClient creates a new EncryptedTopic client.
func (*EncryptedTopicClient) GetEncapsulatedKey ¶
GetEncapsulatedKey calls the GetEncapsulatedKey RPC.
func (*EncryptedTopicClient) GetEncryptedTopic ¶
GetEncryptedTopic calls the GetEncryptedTopic RPC.
func (*EncryptedTopicClient) GetKeyIdentifier ¶
GetKeyIdentifier calls the GetKeyIdentifier RPC.
type GetTopicsRequestBuilderClient ¶
type GetTopicsRequestBuilderClient struct {
// contains filtered or unexported fields
}
GetTopicsRequestBuilderClient wraps the gRPC GetTopicsRequestBuilderService client.
func NewGetTopicsRequestBuilderClient ¶
func NewGetTopicsRequestBuilderClient(cc grpc.ClientConnInterface) *GetTopicsRequestBuilderClient
NewGetTopicsRequestBuilderClient creates a new GetTopicsRequestBuilder client.
func (*GetTopicsRequestBuilderClient) Build ¶
func (c *GetTopicsRequestBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*GetTopicsRequestBuilderClient) SetAdsSdkName ¶
func (c *GetTopicsRequestBuilderClient) SetAdsSdkName(ctx context.Context, arg0 string) (int64, error)
SetAdsSdkName calls the SetAdsSdkName RPC.
func (*GetTopicsRequestBuilderClient) SetShouldRecordObservation ¶
func (c *GetTopicsRequestBuilderClient) SetShouldRecordObservation(ctx context.Context, arg0 bool) (int64, error)
SetShouldRecordObservation calls the SetShouldRecordObservation RPC.
type GetTopicsRequestClient ¶
type GetTopicsRequestClient struct {
// contains filtered or unexported fields
}
GetTopicsRequestClient wraps the gRPC GetTopicsRequestService client.
func NewGetTopicsRequestClient ¶
func NewGetTopicsRequestClient(cc grpc.ClientConnInterface) *GetTopicsRequestClient
NewGetTopicsRequestClient creates a new GetTopicsRequest client.
func (*GetTopicsRequestClient) GetAdsSdkName ¶
func (c *GetTopicsRequestClient) GetAdsSdkName(ctx context.Context) (string, error)
GetAdsSdkName calls the GetAdsSdkName RPC.
func (*GetTopicsRequestClient) ShouldRecordObservation ¶
func (c *GetTopicsRequestClient) ShouldRecordObservation(ctx context.Context) (bool, error)
ShouldRecordObservation calls the ShouldRecordObservation RPC.
type GetTopicsResponseBuilderClient ¶
type GetTopicsResponseBuilderClient struct {
// contains filtered or unexported fields
}
GetTopicsResponseBuilderClient wraps the gRPC GetTopicsResponseBuilderService client.
func NewGetTopicsResponseBuilderClient ¶
func NewGetTopicsResponseBuilderClient(cc grpc.ClientConnInterface) *GetTopicsResponseBuilderClient
NewGetTopicsResponseBuilderClient creates a new GetTopicsResponseBuilder client.
type GetTopicsResponseClient ¶
type GetTopicsResponseClient struct {
// contains filtered or unexported fields
}
GetTopicsResponseClient wraps the gRPC GetTopicsResponseService client.
func NewGetTopicsResponseClient ¶
func NewGetTopicsResponseClient(cc grpc.ClientConnInterface) *GetTopicsResponseClient
NewGetTopicsResponseClient creates a new GetTopicsResponse client.
func (*GetTopicsResponseClient) GetEncryptedTopics ¶
func (c *GetTopicsResponseClient) GetEncryptedTopics(ctx context.Context) (int64, error)
GetEncryptedTopics calls the GetEncryptedTopics RPC.
type ManagerClient ¶
type ManagerClient struct {
// contains filtered or unexported fields
}
ManagerClient wraps the gRPC ManagerService client.
func NewManagerClient ¶
func NewManagerClient(cc grpc.ClientConnInterface) *ManagerClient
NewManagerClient creates a new Manager client.
type TopicClient ¶
type TopicClient struct {
// contains filtered or unexported fields
}
TopicClient wraps the gRPC TopicService client.
func NewTopicClient ¶
func NewTopicClient(cc grpc.ClientConnInterface) *TopicClient
NewTopicClient creates a new Topic client.
func (*TopicClient) GetModelVersion ¶
GetModelVersion calls the GetModelVersion RPC.
func (*TopicClient) GetTaxonomyVersion ¶
GetTaxonomyVersion calls the GetTaxonomyVersion RPC.
func (*TopicClient) GetTopicId ¶
GetTopicId calls the GetTopicId RPC.