pulsaradminv2

package
v0.0.0-...-fe50809 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package pulsaradminv2 provides primitives to interact with the openapi HTTP API.

Code generated by github.com/deepmap/oapi-codegen version v1.12.4 DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAnalyzeNonPersistentTopicSubscriptionBacklogRequestWithBody

func NewAnalyzeNonPersistentTopicSubscriptionBacklogRequestWithBody(server string, tenant string, namespace string, topic string, subName string, params *AnalyzeNonPersistentTopicSubscriptionBacklogParams, contentType string, body io.Reader) (*http.Request, error)

NewAnalyzeNonPersistentTopicSubscriptionBacklogRequestWithBody generates requests for AnalyzeNonPersistentTopicSubscriptionBacklog with any type of body

func NewAnalyzePersistentTopicSubscriptionBacklogRequestWithBody

func NewAnalyzePersistentTopicSubscriptionBacklogRequestWithBody(server string, tenant string, namespace string, topic string, subName string, params *AnalyzePersistentTopicSubscriptionBacklogParams, contentType string, body io.Reader) (*http.Request, error)

NewAnalyzePersistentTopicSubscriptionBacklogRequestWithBody generates requests for AnalyzePersistentTopicSubscriptionBacklog with any type of body

func NewBacklogQuotaCheckRequest

func NewBacklogQuotaCheckRequest(server string) (*http.Request, error)

NewBacklogQuotaCheckRequest generates requests for BacklogQuotaCheck

func NewClearNamespaceBacklogForSubscriptionRequest

func NewClearNamespaceBacklogForSubscriptionRequest(server string, tenant string, namespace string, subscription string, params *ClearNamespaceBacklogForSubscriptionParams) (*http.Request, error)

NewClearNamespaceBacklogForSubscriptionRequest generates requests for ClearNamespaceBacklogForSubscription

func NewClearNamespaceBacklogRequest

func NewClearNamespaceBacklogRequest(server string, tenant string, namespace string, params *ClearNamespaceBacklogParams) (*http.Request, error)

NewClearNamespaceBacklogRequest generates requests for ClearNamespaceBacklog

func NewClearNamespaceBundleBacklogForSubscriptionRequest

func NewClearNamespaceBundleBacklogForSubscriptionRequest(server string, tenant string, namespace string, bundle string, subscription string, params *ClearNamespaceBundleBacklogForSubscriptionParams) (*http.Request, error)

NewClearNamespaceBundleBacklogForSubscriptionRequest generates requests for ClearNamespaceBundleBacklogForSubscription

func NewClearNamespaceBundleBacklogRequest

func NewClearNamespaceBundleBacklogRequest(server string, tenant string, namespace string, bundle string, params *ClearNamespaceBundleBacklogParams) (*http.Request, error)

NewClearNamespaceBundleBacklogRequest generates requests for ClearNamespaceBundleBacklog

func NewClearOffloadDeletionLagRequest

func NewClearOffloadDeletionLagRequest(server string, tenant string, namespace string) (*http.Request, error)

NewClearOffloadDeletionLagRequest generates requests for ClearOffloadDeletionLag

func NewClearPropertiesRequest

func NewClearPropertiesRequest(server string, tenant string, namespace string) (*http.Request, error)

NewClearPropertiesRequest generates requests for ClearProperties

func NewCompactNonPersistentTopicRequest

func NewCompactNonPersistentTopicRequest(server string, tenant string, namespace string, topic string, params *CompactNonPersistentTopicParams) (*http.Request, error)

NewCompactNonPersistentTopicRequest generates requests for CompactNonPersistentTopic

func NewCompactPersistentTopicRequest

func NewCompactPersistentTopicRequest(server string, tenant string, namespace string, topic string, params *CompactPersistentTopicParams) (*http.Request, error)

NewCompactPersistentTopicRequest generates requests for CompactPersistentTopic

func NewCreateClusterRequestWithBody

func NewCreateClusterRequestWithBody(server string, cluster string, contentType string, body io.Reader) (*http.Request, error)

NewCreateClusterRequestWithBody generates requests for CreateCluster with any type of body

func NewCreateNamespaceRequest

func NewCreateNamespaceRequest(server string, tenant string, namespace string, body CreateNamespaceJSONRequestBody) (*http.Request, error)

NewCreateNamespaceRequest calls the generic CreateNamespace builder with application/json body

func NewCreateNamespaceRequestWithBody

func NewCreateNamespaceRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewCreateNamespaceRequestWithBody generates requests for CreateNamespace with any type of body

func NewCreateNonPersistentTopicMissedPartitionsRequest

func NewCreateNonPersistentTopicMissedPartitionsRequest(server string, tenant string, namespace string, topic string) (*http.Request, error)

NewCreateNonPersistentTopicMissedPartitionsRequest generates requests for CreateNonPersistentTopicMissedPartitions

func NewCreateNonPersistentTopicNonPartitionedTopicRequestWithBody

func NewCreateNonPersistentTopicNonPartitionedTopicRequestWithBody(server string, tenant string, namespace string, topic string, params *CreateNonPersistentTopicNonPartitionedTopicParams, contentType string, body io.Reader) (*http.Request, error)

NewCreateNonPersistentTopicNonPartitionedTopicRequestWithBody generates requests for CreateNonPersistentTopicNonPartitionedTopic with any type of body

func NewCreateNonPersistentTopicPartitionedTopicRequest

func NewCreateNonPersistentTopicPartitionedTopicRequest(server string, tenant string, namespace string, topic string, params *CreateNonPersistentTopicPartitionedTopicParams, body CreateNonPersistentTopicPartitionedTopicJSONRequestBody) (*http.Request, error)

NewCreateNonPersistentTopicPartitionedTopicRequest calls the generic CreateNonPersistentTopicPartitionedTopic builder with application/vnd.partitioned-topic-metadata+json body

func NewCreateNonPersistentTopicPartitionedTopicRequestWithBody

func NewCreateNonPersistentTopicPartitionedTopicRequestWithBody(server string, tenant string, namespace string, topic string, params *CreateNonPersistentTopicPartitionedTopicParams, contentType string, body io.Reader) (*http.Request, error)

NewCreateNonPersistentTopicPartitionedTopicRequestWithBody generates requests for CreateNonPersistentTopicPartitionedTopic with any type of body

func NewCreateNonPersistentTopicSubscriptionRequestWithBody

func NewCreateNonPersistentTopicSubscriptionRequestWithBody(server string, tenant string, namespace string, topic string, subscriptionName string, params *CreateNonPersistentTopicSubscriptionParams, contentType string, body io.Reader) (*http.Request, error)

NewCreateNonPersistentTopicSubscriptionRequestWithBody generates requests for CreateNonPersistentTopicSubscription with any type of body

func NewCreateOrUpdateResourceGroupRequest

func NewCreateOrUpdateResourceGroupRequest(server string, resourcegroup string, body CreateOrUpdateResourceGroupJSONRequestBody) (*http.Request, error)

NewCreateOrUpdateResourceGroupRequest calls the generic CreateOrUpdateResourceGroup builder with application/json body

func NewCreateOrUpdateResourceGroupRequestWithBody

func NewCreateOrUpdateResourceGroupRequestWithBody(server string, resourcegroup string, contentType string, body io.Reader) (*http.Request, error)

NewCreateOrUpdateResourceGroupRequestWithBody generates requests for CreateOrUpdateResourceGroup with any type of body

func NewCreatePersistentTopicMissedPartitionsRequest

func NewCreatePersistentTopicMissedPartitionsRequest(server string, tenant string, namespace string, topic string) (*http.Request, error)

NewCreatePersistentTopicMissedPartitionsRequest generates requests for CreatePersistentTopicMissedPartitions

func NewCreatePersistentTopicNonPartitionedTopicRequestWithBody

func NewCreatePersistentTopicNonPartitionedTopicRequestWithBody(server string, tenant string, namespace string, topic string, params *CreatePersistentTopicNonPartitionedTopicParams, contentType string, body io.Reader) (*http.Request, error)

NewCreatePersistentTopicNonPartitionedTopicRequestWithBody generates requests for CreatePersistentTopicNonPartitionedTopic with any type of body

func NewCreatePersistentTopicPartitionedTopicRequestWithBody

func NewCreatePersistentTopicPartitionedTopicRequestWithBody(server string, tenant string, namespace string, topic string, params *CreatePersistentTopicPartitionedTopicParams, contentType string, body io.Reader) (*http.Request, error)

NewCreatePersistentTopicPartitionedTopicRequestWithBody generates requests for CreatePersistentTopicPartitionedTopic with any type of body

func NewCreatePersistentTopicSubscriptionRequestWithBody

func NewCreatePersistentTopicSubscriptionRequestWithBody(server string, tenant string, namespace string, topic string, subscriptionName string, params *CreatePersistentTopicSubscriptionParams, contentType string, body io.Reader) (*http.Request, error)

NewCreatePersistentTopicSubscriptionRequestWithBody generates requests for CreatePersistentTopicSubscription with any type of body

func NewCreateTenantRequest

func NewCreateTenantRequest(server string, tenant string, body CreateTenantJSONRequestBody) (*http.Request, error)

NewCreateTenantRequest calls the generic CreateTenant builder with application/json body

func NewCreateTenantRequestWithBody

func NewCreateTenantRequestWithBody(server string, tenant string, contentType string, body io.Reader) (*http.Request, error)

NewCreateTenantRequestWithBody generates requests for CreateTenant with any type of body

func NewDeleteBookieAffinityGroupRequest

func NewDeleteBookieAffinityGroupRequest(server string, property string, namespace string) (*http.Request, error)

NewDeleteBookieAffinityGroupRequest generates requests for DeleteBookieAffinityGroup

func NewDeleteBookieRackInfoRequest

func NewDeleteBookieRackInfoRequest(server string, bookie string) (*http.Request, error)

NewDeleteBookieRackInfoRequest generates requests for DeleteBookieRackInfo

func NewDeleteClusterRequest

func NewDeleteClusterRequest(server string, cluster string) (*http.Request, error)

NewDeleteClusterRequest generates requests for DeleteCluster

func NewDeleteCompactionThresholdRequest

func NewDeleteCompactionThresholdRequest(server string, tenant string, namespace string) (*http.Request, error)

NewDeleteCompactionThresholdRequest generates requests for DeleteCompactionThreshold

func NewDeleteDispatchRateRequest

func NewDeleteDispatchRateRequest(server string, tenant string, namespace string) (*http.Request, error)

NewDeleteDispatchRateRequest generates requests for DeleteDispatchRate

func NewDeleteDynamicConfigurationRequest

func NewDeleteDynamicConfigurationRequest(server string, configName string) (*http.Request, error)

NewDeleteDynamicConfigurationRequest generates requests for DeleteDynamicConfiguration

func NewDeleteFailureDomainRequest

func NewDeleteFailureDomainRequest(server string, cluster string, domainName string) (*http.Request, error)

NewDeleteFailureDomainRequest generates requests for DeleteFailureDomain

func NewDeleteNamespaceBundleRequest

func NewDeleteNamespaceBundleRequest(server string, tenant string, namespace string, bundle string, params *DeleteNamespaceBundleParams) (*http.Request, error)

NewDeleteNamespaceBundleRequest generates requests for DeleteNamespaceBundle

func NewDeleteNamespaceIsolationPolicyRequest

func NewDeleteNamespaceIsolationPolicyRequest(server string, cluster string, policyName string) (*http.Request, error)

NewDeleteNamespaceIsolationPolicyRequest generates requests for DeleteNamespaceIsolationPolicy

func NewDeleteNamespaceMaxTopicsPerNamespaceRequest

func NewDeleteNamespaceMaxTopicsPerNamespaceRequest(server string, tenant string, namespace string) (*http.Request, error)

NewDeleteNamespaceMaxTopicsPerNamespaceRequest generates requests for DeleteNamespaceMaxTopicsPerNamespace

func NewDeleteNamespaceRequest

func NewDeleteNamespaceRequest(server string, tenant string, namespace string, params *DeleteNamespaceParams) (*http.Request, error)

NewDeleteNamespaceRequest generates requests for DeleteNamespace

func NewDeleteNonPersistentTopicDeduplicationSnapshotIntervalRequest

func NewDeleteNonPersistentTopicDeduplicationSnapshotIntervalRequest(server string, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicDeduplicationSnapshotIntervalParams) (*http.Request, error)

NewDeleteNonPersistentTopicDeduplicationSnapshotIntervalRequest generates requests for DeleteNonPersistentTopicDeduplicationSnapshotInterval

func NewDeleteNonPersistentTopicDelayedDeliveryPoliciesRequest

func NewDeleteNonPersistentTopicDelayedDeliveryPoliciesRequest(server string, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicDelayedDeliveryPoliciesParams) (*http.Request, error)

NewDeleteNonPersistentTopicDelayedDeliveryPoliciesRequest generates requests for DeleteNonPersistentTopicDelayedDeliveryPolicies

func NewDeleteNonPersistentTopicInactiveTopicPoliciesRequest

func NewDeleteNonPersistentTopicInactiveTopicPoliciesRequest(server string, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicInactiveTopicPoliciesParams) (*http.Request, error)

NewDeleteNonPersistentTopicInactiveTopicPoliciesRequest generates requests for DeleteNonPersistentTopicInactiveTopicPolicies

func NewDeleteNonPersistentTopicMaxUnackedMessagesOnConsumerRequest

func NewDeleteNonPersistentTopicMaxUnackedMessagesOnConsumerRequest(server string, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerParams) (*http.Request, error)

NewDeleteNonPersistentTopicMaxUnackedMessagesOnConsumerRequest generates requests for DeleteNonPersistentTopicMaxUnackedMessagesOnConsumer

func NewDeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionRequest

func NewDeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionRequest(server string, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams) (*http.Request, error)

NewDeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionRequest generates requests for DeleteNonPersistentTopicMaxUnackedMessagesOnSubscription

func NewDeleteNonPersistentTopicPartitionedTopicRequest

func NewDeleteNonPersistentTopicPartitionedTopicRequest(server string, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicPartitionedTopicParams) (*http.Request, error)

NewDeleteNonPersistentTopicPartitionedTopicRequest generates requests for DeleteNonPersistentTopicPartitionedTopic

func NewDeleteNonPersistentTopicRequest

func NewDeleteNonPersistentTopicRequest(server string, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicParams) (*http.Request, error)

NewDeleteNonPersistentTopicRequest generates requests for DeleteNonPersistentTopic

func NewDeleteNonPersistentTopicShadowTopicsRequest

func NewDeleteNonPersistentTopicShadowTopicsRequest(server string, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicShadowTopicsParams) (*http.Request, error)

NewDeleteNonPersistentTopicShadowTopicsRequest generates requests for DeleteNonPersistentTopicShadowTopics

func NewDeleteNonPersistentTopicSubscriptionRequest

func NewDeleteNonPersistentTopicSubscriptionRequest(server string, tenant string, namespace string, topic string, subName string, params *DeleteNonPersistentTopicSubscriptionParams) (*http.Request, error)

NewDeleteNonPersistentTopicSubscriptionRequest generates requests for DeleteNonPersistentTopicSubscription

func NewDeletePersistenceRequest

func NewDeletePersistenceRequest(server string, tenant string, namespace string) (*http.Request, error)

NewDeletePersistenceRequest generates requests for DeletePersistence

func NewDeletePersistentTopicDeduplicationSnapshotIntervalRequest

func NewDeletePersistentTopicDeduplicationSnapshotIntervalRequest(server string, tenant string, namespace string, topic string, params *DeletePersistentTopicDeduplicationSnapshotIntervalParams) (*http.Request, error)

NewDeletePersistentTopicDeduplicationSnapshotIntervalRequest generates requests for DeletePersistentTopicDeduplicationSnapshotInterval

func NewDeletePersistentTopicDelayedDeliveryPoliciesRequest

func NewDeletePersistentTopicDelayedDeliveryPoliciesRequest(server string, tenant string, namespace string, topic string, params *DeletePersistentTopicDelayedDeliveryPoliciesParams) (*http.Request, error)

NewDeletePersistentTopicDelayedDeliveryPoliciesRequest generates requests for DeletePersistentTopicDelayedDeliveryPolicies

func NewDeletePersistentTopicInactiveTopicPoliciesRequest

func NewDeletePersistentTopicInactiveTopicPoliciesRequest(server string, tenant string, namespace string, topic string, params *DeletePersistentTopicInactiveTopicPoliciesParams) (*http.Request, error)

NewDeletePersistentTopicInactiveTopicPoliciesRequest generates requests for DeletePersistentTopicInactiveTopicPolicies

func NewDeletePersistentTopicMaxUnackedMessagesOnConsumerRequest

func NewDeletePersistentTopicMaxUnackedMessagesOnConsumerRequest(server string, tenant string, namespace string, topic string, params *DeletePersistentTopicMaxUnackedMessagesOnConsumerParams) (*http.Request, error)

NewDeletePersistentTopicMaxUnackedMessagesOnConsumerRequest generates requests for DeletePersistentTopicMaxUnackedMessagesOnConsumer

func NewDeletePersistentTopicMaxUnackedMessagesOnSubscriptionRequest

func NewDeletePersistentTopicMaxUnackedMessagesOnSubscriptionRequest(server string, tenant string, namespace string, topic string, params *DeletePersistentTopicMaxUnackedMessagesOnSubscriptionParams) (*http.Request, error)

NewDeletePersistentTopicMaxUnackedMessagesOnSubscriptionRequest generates requests for DeletePersistentTopicMaxUnackedMessagesOnSubscription

func NewDeletePersistentTopicPartitionedTopicRequest

func NewDeletePersistentTopicPartitionedTopicRequest(server string, tenant string, namespace string, topic string, params *DeletePersistentTopicPartitionedTopicParams) (*http.Request, error)

NewDeletePersistentTopicPartitionedTopicRequest generates requests for DeletePersistentTopicPartitionedTopic

func NewDeletePersistentTopicRequest

func NewDeletePersistentTopicRequest(server string, tenant string, namespace string, topic string, params *DeletePersistentTopicParams) (*http.Request, error)

NewDeletePersistentTopicRequest generates requests for DeletePersistentTopic

func NewDeletePersistentTopicShadowTopicsRequest

func NewDeletePersistentTopicShadowTopicsRequest(server string, tenant string, namespace string, topic string, params *DeletePersistentTopicShadowTopicsParams) (*http.Request, error)

NewDeletePersistentTopicShadowTopicsRequest generates requests for DeletePersistentTopicShadowTopics

func NewDeletePersistentTopicSubscriptionRequest

func NewDeletePersistentTopicSubscriptionRequest(server string, tenant string, namespace string, topic string, subName string, params *DeletePersistentTopicSubscriptionParams) (*http.Request, error)

NewDeletePersistentTopicSubscriptionRequest generates requests for DeletePersistentTopicSubscription

func NewDeleteResourceGroupRequest

func NewDeleteResourceGroupRequest(server string, resourcegroup string) (*http.Request, error)

NewDeleteResourceGroupRequest generates requests for DeleteResourceGroup

func NewDeleteSchemaRequest

func NewDeleteSchemaRequest(server string, tenant string, namespace string, topic string, params *DeleteSchemaParams) (*http.Request, error)

NewDeleteSchemaRequest generates requests for DeleteSchema

func NewDeleteSubscribeRateRequest

func NewDeleteSubscribeRateRequest(server string, tenant string, namespace string) (*http.Request, error)

NewDeleteSubscribeRateRequest generates requests for DeleteSubscribeRate

func NewDeleteSubscriptionDispatchRateRequest

func NewDeleteSubscriptionDispatchRateRequest(server string, tenant string, namespace string) (*http.Request, error)

NewDeleteSubscriptionDispatchRateRequest generates requests for DeleteSubscriptionDispatchRate

func NewDeleteTenantRequest

func NewDeleteTenantRequest(server string, tenant string, params *DeleteTenantParams) (*http.Request, error)

NewDeleteTenantRequest generates requests for DeleteTenant

func NewDrainAtLeaderRequest

func NewDrainAtLeaderRequest(server string, params *DrainAtLeaderParams) (*http.Request, error)

NewDrainAtLeaderRequest generates requests for DrainAtLeader

func NewDrainRequest

func NewDrainRequest(server string) (*http.Request, error)

NewDrainRequest generates requests for Drain

func NewExamineNonPersistentTopicMessageRequest

func NewExamineNonPersistentTopicMessageRequest(server string, tenant string, namespace string, topic string, params *ExamineNonPersistentTopicMessageParams) (*http.Request, error)

NewExamineNonPersistentTopicMessageRequest generates requests for ExamineNonPersistentTopicMessage

func NewExaminePersistentTopicMessageRequest

func NewExaminePersistentTopicMessageRequest(server string, tenant string, namespace string, topic string, params *ExaminePersistentTopicMessageParams) (*http.Request, error)

NewExaminePersistentTopicMessageRequest generates requests for ExaminePersistentTopicMessage

func NewExpireNonPersistentTopicMessagesForAllSubscriptionsRequest

func NewExpireNonPersistentTopicMessagesForAllSubscriptionsRequest(server string, tenant string, namespace string, topic string, expireTimeInSeconds int32, params *ExpireNonPersistentTopicMessagesForAllSubscriptionsParams) (*http.Request, error)

NewExpireNonPersistentTopicMessagesForAllSubscriptionsRequest generates requests for ExpireNonPersistentTopicMessagesForAllSubscriptions

func NewExpireNonPersistentTopicMessagesRequestWithBody

func NewExpireNonPersistentTopicMessagesRequestWithBody(server string, tenant string, namespace string, topic string, subName string, params *ExpireNonPersistentTopicMessagesParams, contentType string, body io.Reader) (*http.Request, error)

NewExpireNonPersistentTopicMessagesRequestWithBody generates requests for ExpireNonPersistentTopicMessages with any type of body

func NewExpireNonPersistentTopicMessagesTimeInSecondsRequest

func NewExpireNonPersistentTopicMessagesTimeInSecondsRequest(server string, tenant string, namespace string, topic string, subName string, expireTimeInSeconds int32, params *ExpireNonPersistentTopicMessagesTimeInSecondsParams) (*http.Request, error)

NewExpireNonPersistentTopicMessagesTimeInSecondsRequest generates requests for ExpireNonPersistentTopicMessagesTimeInSeconds

func NewExpirePersistentTopicMessagesForAllSubscriptionsRequest

func NewExpirePersistentTopicMessagesForAllSubscriptionsRequest(server string, tenant string, namespace string, topic string, expireTimeInSeconds int32, params *ExpirePersistentTopicMessagesForAllSubscriptionsParams) (*http.Request, error)

NewExpirePersistentTopicMessagesForAllSubscriptionsRequest generates requests for ExpirePersistentTopicMessagesForAllSubscriptions

func NewExpirePersistentTopicMessagesRequestWithBody

func NewExpirePersistentTopicMessagesRequestWithBody(server string, tenant string, namespace string, topic string, subName string, params *ExpirePersistentTopicMessagesParams, contentType string, body io.Reader) (*http.Request, error)

NewExpirePersistentTopicMessagesRequestWithBody generates requests for ExpirePersistentTopicMessages with any type of body

func NewExpirePersistentTopicMessagesTimeInSecondsRequest

func NewExpirePersistentTopicMessagesTimeInSecondsRequest(server string, tenant string, namespace string, topic string, subName string, expireTimeInSeconds int32, params *ExpirePersistentTopicMessagesTimeInSecondsParams) (*http.Request, error)

NewExpirePersistentTopicMessagesTimeInSecondsRequest generates requests for ExpirePersistentTopicMessagesTimeInSeconds

func NewGetActiveBrokersRequest

func NewGetActiveBrokersRequest(server string) (*http.Request, error)

NewGetActiveBrokersRequest generates requests for GetActiveBrokers

func NewGetActiveClusterBrokersRequest

func NewGetActiveClusterBrokersRequest(server string, cluster string) (*http.Request, error)

NewGetActiveClusterBrokersRequest generates requests for GetActiveClusterBrokers

func NewGetAllBookiesRequest

func NewGetAllBookiesRequest(server string) (*http.Request, error)

NewGetAllBookiesRequest generates requests for GetAllBookies

func NewGetAllDynamicConfigurationsRequest

func NewGetAllDynamicConfigurationsRequest(server string) (*http.Request, error)

NewGetAllDynamicConfigurationsRequest generates requests for GetAllDynamicConfigurations

func NewGetAllSchemasRequest

func NewGetAllSchemasRequest(server string, tenant string, namespace string, topic string, params *GetAllSchemasParams) (*http.Request, error)

NewGetAllSchemasRequest generates requests for GetAllSchemas

func NewGetAllocatorStatsRequest

func NewGetAllocatorStatsRequest(server string, allocator string) (*http.Request, error)

NewGetAllocatorStatsRequest generates requests for GetAllocatorStats

func NewGetAntiAffinityNamespacesRequest

func NewGetAntiAffinityNamespacesRequest(server string, cluster string, group string, params *GetAntiAffinityNamespacesParams) (*http.Request, error)

NewGetAntiAffinityNamespacesRequest generates requests for GetAntiAffinityNamespaces

func NewGetAssignmentsRequest

func NewGetAssignmentsRequest(server string) (*http.Request, error)

NewGetAssignmentsRequest generates requests for GetAssignments

func NewGetAutoSubscriptionCreationRequest

func NewGetAutoSubscriptionCreationRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetAutoSubscriptionCreationRequest generates requests for GetAutoSubscriptionCreation

func NewGetAutoTopicCreationRequest

func NewGetAutoTopicCreationRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetAutoTopicCreationRequest generates requests for GetAutoTopicCreation

func NewGetBookieAffinityGroupRequest

func NewGetBookieAffinityGroupRequest(server string, property string, namespace string) (*http.Request, error)

NewGetBookieAffinityGroupRequest generates requests for GetBookieAffinityGroup

func NewGetBookieRackInfoRequest

func NewGetBookieRackInfoRequest(server string, bookie string) (*http.Request, error)

NewGetBookieRackInfoRequest generates requests for GetBookieRackInfo

func NewGetBookiesRackInfoRequest

func NewGetBookiesRackInfoRequest(server string) (*http.Request, error)

NewGetBookiesRackInfoRequest generates requests for GetBookiesRackInfo

func NewGetBrokerResourceAvailabilityRequest

func NewGetBrokerResourceAvailabilityRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetBrokerResourceAvailabilityRequest generates requests for GetBrokerResourceAvailability

func NewGetBrokerStatsMetricsRequest

func NewGetBrokerStatsMetricsRequest(server string) (*http.Request, error)

NewGetBrokerStatsMetricsRequest generates requests for GetBrokerStatsMetrics

func NewGetBrokerWithNamespaceIsolationPolicyRequest

func NewGetBrokerWithNamespaceIsolationPolicyRequest(server string, cluster string, broker string) (*http.Request, error)

NewGetBrokerWithNamespaceIsolationPolicyRequest generates requests for GetBrokerWithNamespaceIsolationPolicy

func NewGetBrokersWithNamespaceIsolationPolicyRequest

func NewGetBrokersWithNamespaceIsolationPolicyRequest(server string, cluster string) (*http.Request, error)

NewGetBrokersWithNamespaceIsolationPolicyRequest generates requests for GetBrokersWithNamespaceIsolationPolicy

func NewGetBundlesDataRequest

func NewGetBundlesDataRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetBundlesDataRequest generates requests for GetBundlesData

func NewGetClusterRequest

func NewGetClusterRequest(server string, cluster string) (*http.Request, error)

NewGetClusterRequest generates requests for GetCluster

func NewGetClustersRequest

func NewGetClustersRequest(server string) (*http.Request, error)

NewGetClustersRequest generates requests for GetClusters

func NewGetConnectorsListRequest

func NewGetConnectorsListRequest(server string) (*http.Request, error)

NewGetConnectorsListRequest generates requests for GetConnectorsList

func NewGetDefaultResourceQuotaRequest

func NewGetDefaultResourceQuotaRequest(server string) (*http.Request, error)

NewGetDefaultResourceQuotaRequest generates requests for GetDefaultResourceQuota

func NewGetDomainRequest

func NewGetDomainRequest(server string, cluster string, domainName string) (*http.Request, error)

NewGetDomainRequest generates requests for GetDomain

func NewGetDrainStatusFromLeaderRequest

func NewGetDrainStatusFromLeaderRequest(server string, params *GetDrainStatusFromLeaderParams) (*http.Request, error)

NewGetDrainStatusFromLeaderRequest generates requests for GetDrainStatusFromLeader

func NewGetDrainStatusRequest

func NewGetDrainStatusRequest(server string) (*http.Request, error)

NewGetDrainStatusRequest generates requests for GetDrainStatus

func NewGetDynamicConfigurationNameRequest

func NewGetDynamicConfigurationNameRequest(server string) (*http.Request, error)

NewGetDynamicConfigurationNameRequest generates requests for GetDynamicConfigurationName

func NewGetEncryptionRequiredRequest

func NewGetEncryptionRequiredRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetEncryptionRequiredRequest generates requests for GetEncryptionRequired

func NewGetFailureDomainsRequest

func NewGetFailureDomainsRequest(server string, cluster string) (*http.Request, error)

NewGetFailureDomainsRequest generates requests for GetFailureDomains

func NewGetInternalConfigurationDataRequest

func NewGetInternalConfigurationDataRequest(server string) (*http.Request, error)

NewGetInternalConfigurationDataRequest generates requests for GetInternalConfigurationData

func NewGetIsAllowAutoUpdateSchemaRequest

func NewGetIsAllowAutoUpdateSchemaRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetIsAllowAutoUpdateSchemaRequest generates requests for GetIsAllowAutoUpdateSchema

func NewGetLeaderBrokerRequest

func NewGetLeaderBrokerRequest(server string) (*http.Request, error)

NewGetLeaderBrokerRequest generates requests for GetLeaderBroker

func NewGetListFromBundleRequest

func NewGetListFromBundleRequest(server string, tenant string, namespace string, bundle string) (*http.Request, error)

NewGetListFromBundleRequest generates requests for GetListFromBundle

func NewGetLoadReportRequest

func NewGetLoadReportRequest(server string) (*http.Request, error)

NewGetLoadReportRequest generates requests for GetLoadReport

func NewGetMBeansRequest

func NewGetMBeansRequest(server string) (*http.Request, error)

NewGetMBeansRequest generates requests for GetMBeans

func NewGetNamespaceAntiAffinityGroupRequest

func NewGetNamespaceAntiAffinityGroupRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceAntiAffinityGroupRequest generates requests for GetNamespaceAntiAffinityGroup

func NewGetNamespaceBacklogQuotaMapRequest

func NewGetNamespaceBacklogQuotaMapRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceBacklogQuotaMapRequest generates requests for GetNamespaceBacklogQuotaMap

func NewGetNamespaceBundleResourceQuotaRequest

func NewGetNamespaceBundleResourceQuotaRequest(server string, tenant string, namespace string, bundle string) (*http.Request, error)

NewGetNamespaceBundleResourceQuotaRequest generates requests for GetNamespaceBundleResourceQuota

func NewGetNamespaceCompactionThresholdRequest

func NewGetNamespaceCompactionThresholdRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceCompactionThresholdRequest generates requests for GetNamespaceCompactionThreshold

func NewGetNamespaceDeduplicationRequest

func NewGetNamespaceDeduplicationRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceDeduplicationRequest generates requests for GetNamespaceDeduplication

func NewGetNamespaceDeduplicationSnapshotIntervalRequest

func NewGetNamespaceDeduplicationSnapshotIntervalRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceDeduplicationSnapshotIntervalRequest generates requests for GetNamespaceDeduplicationSnapshotInterval

func NewGetNamespaceDelayedDeliveryPoliciesRequest

func NewGetNamespaceDelayedDeliveryPoliciesRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceDelayedDeliveryPoliciesRequest generates requests for GetNamespaceDelayedDeliveryPolicies

func NewGetNamespaceDispatchRateRequest

func NewGetNamespaceDispatchRateRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceDispatchRateRequest generates requests for GetNamespaceDispatchRate

func NewGetNamespaceEntryFiltersPerTopicRequest

func NewGetNamespaceEntryFiltersPerTopicRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceEntryFiltersPerTopicRequest generates requests for GetNamespaceEntryFiltersPerTopic

func NewGetNamespaceInactiveTopicPoliciesRequest

func NewGetNamespaceInactiveTopicPoliciesRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceInactiveTopicPoliciesRequest generates requests for GetNamespaceInactiveTopicPolicies

func NewGetNamespaceIsolationPoliciesRequest

func NewGetNamespaceIsolationPoliciesRequest(server string, cluster string) (*http.Request, error)

NewGetNamespaceIsolationPoliciesRequest generates requests for GetNamespaceIsolationPolicies

func NewGetNamespaceIsolationPolicyRequest

func NewGetNamespaceIsolationPolicyRequest(server string, cluster string, policyName string) (*http.Request, error)

NewGetNamespaceIsolationPolicyRequest generates requests for GetNamespaceIsolationPolicy

func NewGetNamespaceMaxConsumersPerSubscriptionRequest

func NewGetNamespaceMaxConsumersPerSubscriptionRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceMaxConsumersPerSubscriptionRequest generates requests for GetNamespaceMaxConsumersPerSubscription

func NewGetNamespaceMaxConsumersPerTopicRequest

func NewGetNamespaceMaxConsumersPerTopicRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceMaxConsumersPerTopicRequest generates requests for GetNamespaceMaxConsumersPerTopic

func NewGetNamespaceMaxProducersPerTopicRequest

func NewGetNamespaceMaxProducersPerTopicRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceMaxProducersPerTopicRequest generates requests for GetNamespaceMaxProducersPerTopic

func NewGetNamespaceMaxSubscriptionsPerTopicRequest

func NewGetNamespaceMaxSubscriptionsPerTopicRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceMaxSubscriptionsPerTopicRequest generates requests for GetNamespaceMaxSubscriptionsPerTopic

func NewGetNamespaceMaxTopicsPerNamespaceRequest

func NewGetNamespaceMaxTopicsPerNamespaceRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceMaxTopicsPerNamespaceRequest generates requests for GetNamespaceMaxTopicsPerNamespace

func NewGetNamespaceMaxUnackedMessagesPerConsumerRequest

func NewGetNamespaceMaxUnackedMessagesPerConsumerRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceMaxUnackedMessagesPerConsumerRequest generates requests for GetNamespaceMaxUnackedMessagesPerConsumer

func NewGetNamespaceMaxUnackedmessagesPerSubscriptionRequest

func NewGetNamespaceMaxUnackedmessagesPerSubscriptionRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceMaxUnackedmessagesPerSubscriptionRequest generates requests for GetNamespaceMaxUnackedmessagesPerSubscription

func NewGetNamespaceMessageTTLRequest

func NewGetNamespaceMessageTTLRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceMessageTTLRequest generates requests for GetNamespaceMessageTTL

func NewGetNamespaceOffloadDeletionLagRequest

func NewGetNamespaceOffloadDeletionLagRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceOffloadDeletionLagRequest generates requests for GetNamespaceOffloadDeletionLag

func NewGetNamespaceOffloadPoliciesRequest

func NewGetNamespaceOffloadPoliciesRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceOffloadPoliciesRequest generates requests for GetNamespaceOffloadPolicies

func NewGetNamespaceOffloadThresholdRequest

func NewGetNamespaceOffloadThresholdRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceOffloadThresholdRequest generates requests for GetNamespaceOffloadThreshold

func NewGetNamespacePersistenceRequest

func NewGetNamespacePersistenceRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespacePersistenceRequest generates requests for GetNamespacePersistence

func NewGetNamespacePropertiesRequest

func NewGetNamespacePropertiesRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespacePropertiesRequest generates requests for GetNamespaceProperties

func NewGetNamespaceReplicationClustersRequest

func NewGetNamespaceReplicationClustersRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceReplicationClustersRequest generates requests for GetNamespaceReplicationClusters

func NewGetNamespaceReplicatorDispatchRateRequest

func NewGetNamespaceReplicatorDispatchRateRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceReplicatorDispatchRateRequest generates requests for GetNamespaceReplicatorDispatchRate

func NewGetNamespaceResourceGroupRequest

func NewGetNamespaceResourceGroupRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceResourceGroupRequest generates requests for GetNamespaceResourceGroup

func NewGetNamespaceRetentionRequest

func NewGetNamespaceRetentionRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceRetentionRequest generates requests for GetNamespaceRetention

func NewGetNamespaceSchemaCompatibilityStrategyRequest

func NewGetNamespaceSchemaCompatibilityStrategyRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceSchemaCompatibilityStrategyRequest generates requests for GetNamespaceSchemaCompatibilityStrategy

func NewGetNamespaceSubscribeRateRequest

func NewGetNamespaceSubscribeRateRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceSubscribeRateRequest generates requests for GetNamespaceSubscribeRate

func NewGetNamespaceSubscriptionDispatchRateRequest

func NewGetNamespaceSubscriptionDispatchRateRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceSubscriptionDispatchRateRequest generates requests for GetNamespaceSubscriptionDispatchRate

func NewGetNamespaceSubscriptionTypesEnabledRequest

func NewGetNamespaceSubscriptionTypesEnabledRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetNamespaceSubscriptionTypesEnabledRequest generates requests for GetNamespaceSubscriptionTypesEnabled

func NewGetNonPersistentPartitionedTopicListRequest

func NewGetNonPersistentPartitionedTopicListRequest(server string, tenant string, namespace string, params *GetNonPersistentPartitionedTopicListParams) (*http.Request, error)

NewGetNonPersistentPartitionedTopicListRequest generates requests for GetNonPersistentPartitionedTopicList

func NewGetNonPersistentTopicBacklogQuotaMapRequest

func NewGetNonPersistentTopicBacklogQuotaMapRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicBacklogQuotaMapParams) (*http.Request, error)

NewGetNonPersistentTopicBacklogQuotaMapRequest generates requests for GetNonPersistentTopicBacklogQuotaMap

func NewGetNonPersistentTopicBacklogRequest

func NewGetNonPersistentTopicBacklogRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicBacklogParams) (*http.Request, error)

NewGetNonPersistentTopicBacklogRequest generates requests for GetNonPersistentTopicBacklog

func NewGetNonPersistentTopicBacklogSizeByMessageIdRequest

func NewGetNonPersistentTopicBacklogSizeByMessageIdRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicBacklogSizeByMessageIdParams) (*http.Request, error)

NewGetNonPersistentTopicBacklogSizeByMessageIdRequest generates requests for GetNonPersistentTopicBacklogSizeByMessageId

func NewGetNonPersistentTopicCompactionStatusRequest

func NewGetNonPersistentTopicCompactionStatusRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicCompactionStatusParams) (*http.Request, error)

NewGetNonPersistentTopicCompactionStatusRequest generates requests for GetNonPersistentTopicCompactionStatus

func NewGetNonPersistentTopicCompactionThresholdRequest

func NewGetNonPersistentTopicCompactionThresholdRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicCompactionThresholdParams) (*http.Request, error)

NewGetNonPersistentTopicCompactionThresholdRequest generates requests for GetNonPersistentTopicCompactionThreshold

func NewGetNonPersistentTopicDeduplicationRequest

func NewGetNonPersistentTopicDeduplicationRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicDeduplicationParams) (*http.Request, error)

NewGetNonPersistentTopicDeduplicationRequest generates requests for GetNonPersistentTopicDeduplication

func NewGetNonPersistentTopicDeduplicationSnapshotIntervalRequest

func NewGetNonPersistentTopicDeduplicationSnapshotIntervalRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicDeduplicationSnapshotIntervalParams) (*http.Request, error)

NewGetNonPersistentTopicDeduplicationSnapshotIntervalRequest generates requests for GetNonPersistentTopicDeduplicationSnapshotInterval

func NewGetNonPersistentTopicDelayedDeliveryPoliciesRequest

func NewGetNonPersistentTopicDelayedDeliveryPoliciesRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicDelayedDeliveryPoliciesParams) (*http.Request, error)

NewGetNonPersistentTopicDelayedDeliveryPoliciesRequest generates requests for GetNonPersistentTopicDelayedDeliveryPolicies

func NewGetNonPersistentTopicDispatchRateRequest

func NewGetNonPersistentTopicDispatchRateRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicDispatchRateParams) (*http.Request, error)

NewGetNonPersistentTopicDispatchRateRequest generates requests for GetNonPersistentTopicDispatchRate

func NewGetNonPersistentTopicEntryFiltersRequest

func NewGetNonPersistentTopicEntryFiltersRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicEntryFiltersParams) (*http.Request, error)

NewGetNonPersistentTopicEntryFiltersRequest generates requests for GetNonPersistentTopicEntryFilters

func NewGetNonPersistentTopicInactiveTopicPoliciesRequest

func NewGetNonPersistentTopicInactiveTopicPoliciesRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicInactiveTopicPoliciesParams) (*http.Request, error)

NewGetNonPersistentTopicInactiveTopicPoliciesRequest generates requests for GetNonPersistentTopicInactiveTopicPolicies

func NewGetNonPersistentTopicInternalStatsRequest

func NewGetNonPersistentTopicInternalStatsRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicInternalStatsParams) (*http.Request, error)

NewGetNonPersistentTopicInternalStatsRequest generates requests for GetNonPersistentTopicInternalStats

func NewGetNonPersistentTopicLastMessageIdRequest

func NewGetNonPersistentTopicLastMessageIdRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicLastMessageIdParams) (*http.Request, error)

NewGetNonPersistentTopicLastMessageIdRequest generates requests for GetNonPersistentTopicLastMessageId

func NewGetNonPersistentTopicListRequest

func NewGetNonPersistentTopicListRequest(server string, tenant string, namespace string, params *GetNonPersistentTopicListParams) (*http.Request, error)

NewGetNonPersistentTopicListRequest generates requests for GetNonPersistentTopicList

func NewGetNonPersistentTopicManagedLedgerInfoRequest

func NewGetNonPersistentTopicManagedLedgerInfoRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicManagedLedgerInfoParams) (*http.Request, error)

NewGetNonPersistentTopicManagedLedgerInfoRequest generates requests for GetNonPersistentTopicManagedLedgerInfo

func NewGetNonPersistentTopicMaxConsumersPerSubscriptionRequest

func NewGetNonPersistentTopicMaxConsumersPerSubscriptionRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxConsumersPerSubscriptionParams) (*http.Request, error)

NewGetNonPersistentTopicMaxConsumersPerSubscriptionRequest generates requests for GetNonPersistentTopicMaxConsumersPerSubscription

func NewGetNonPersistentTopicMaxConsumersRequest

func NewGetNonPersistentTopicMaxConsumersRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxConsumersParams) (*http.Request, error)

NewGetNonPersistentTopicMaxConsumersRequest generates requests for GetNonPersistentTopicMaxConsumers

func NewGetNonPersistentTopicMaxMessageSizeRequest

func NewGetNonPersistentTopicMaxMessageSizeRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxMessageSizeParams) (*http.Request, error)

NewGetNonPersistentTopicMaxMessageSizeRequest generates requests for GetNonPersistentTopicMaxMessageSize

func NewGetNonPersistentTopicMaxProducersRequest

func NewGetNonPersistentTopicMaxProducersRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxProducersParams) (*http.Request, error)

NewGetNonPersistentTopicMaxProducersRequest generates requests for GetNonPersistentTopicMaxProducers

func NewGetNonPersistentTopicMaxSubscriptionsPerTopicRequest

func NewGetNonPersistentTopicMaxSubscriptionsPerTopicRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxSubscriptionsPerTopicParams) (*http.Request, error)

NewGetNonPersistentTopicMaxSubscriptionsPerTopicRequest generates requests for GetNonPersistentTopicMaxSubscriptionsPerTopic

func NewGetNonPersistentTopicMaxUnackedMessagesOnConsumerRequest

func NewGetNonPersistentTopicMaxUnackedMessagesOnConsumerRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxUnackedMessagesOnConsumerParams) (*http.Request, error)

NewGetNonPersistentTopicMaxUnackedMessagesOnConsumerRequest generates requests for GetNonPersistentTopicMaxUnackedMessagesOnConsumer

func NewGetNonPersistentTopicMaxUnackedMessagesOnSubscriptionRequest

func NewGetNonPersistentTopicMaxUnackedMessagesOnSubscriptionRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams) (*http.Request, error)

NewGetNonPersistentTopicMaxUnackedMessagesOnSubscriptionRequest generates requests for GetNonPersistentTopicMaxUnackedMessagesOnSubscription

func NewGetNonPersistentTopicMessageByIdRequest

func NewGetNonPersistentTopicMessageByIdRequest(server string, tenant string, namespace string, topic string, ledgerId int64, entryId int64, params *GetNonPersistentTopicMessageByIdParams) (*http.Request, error)

NewGetNonPersistentTopicMessageByIdRequest generates requests for GetNonPersistentTopicMessageById

func NewGetNonPersistentTopicMessageIdByTimestampRequest

func NewGetNonPersistentTopicMessageIdByTimestampRequest(server string, tenant string, namespace string, topic string, timestamp int64, params *GetNonPersistentTopicMessageIdByTimestampParams) (*http.Request, error)

NewGetNonPersistentTopicMessageIdByTimestampRequest generates requests for GetNonPersistentTopicMessageIdByTimestamp

func NewGetNonPersistentTopicMessageTTLRequest

func NewGetNonPersistentTopicMessageTTLRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicMessageTTLParams) (*http.Request, error)

NewGetNonPersistentTopicMessageTTLRequest generates requests for GetNonPersistentTopicMessageTTL

func NewGetNonPersistentTopicOffloadPoliciesRequest

func NewGetNonPersistentTopicOffloadPoliciesRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicOffloadPoliciesParams) (*http.Request, error)

NewGetNonPersistentTopicOffloadPoliciesRequest generates requests for GetNonPersistentTopicOffloadPolicies

func NewGetNonPersistentTopicPartitionedMetadataRequest

func NewGetNonPersistentTopicPartitionedMetadataRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicPartitionedMetadataParams) (*http.Request, error)

NewGetNonPersistentTopicPartitionedMetadataRequest generates requests for GetNonPersistentTopicPartitionedMetadata

func NewGetNonPersistentTopicPartitionedStatsRequest

func NewGetNonPersistentTopicPartitionedStatsRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicPartitionedStatsParams) (*http.Request, error)

NewGetNonPersistentTopicPartitionedStatsRequest generates requests for GetNonPersistentTopicPartitionedStats

func NewGetNonPersistentTopicPermissionsOnTopicRequest

func NewGetNonPersistentTopicPermissionsOnTopicRequest(server string, tenant string, namespace string, topic string) (*http.Request, error)

NewGetNonPersistentTopicPermissionsOnTopicRequest generates requests for GetNonPersistentTopicPermissionsOnTopic

func NewGetNonPersistentTopicPersistenceRequest

func NewGetNonPersistentTopicPersistenceRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicPersistenceParams) (*http.Request, error)

NewGetNonPersistentTopicPersistenceRequest generates requests for GetNonPersistentTopicPersistence

func NewGetNonPersistentTopicPropertiesRequest

func NewGetNonPersistentTopicPropertiesRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicPropertiesParams) (*http.Request, error)

NewGetNonPersistentTopicPropertiesRequest generates requests for GetNonPersistentTopicProperties

func NewGetNonPersistentTopicPublishRateRequest

func NewGetNonPersistentTopicPublishRateRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicPublishRateParams) (*http.Request, error)

NewGetNonPersistentTopicPublishRateRequest generates requests for GetNonPersistentTopicPublishRate

func NewGetNonPersistentTopicReplicatedSubscriptionStatusRequest

func NewGetNonPersistentTopicReplicatedSubscriptionStatusRequest(server string, tenant string, namespace string, topic string, subName string, params *GetNonPersistentTopicReplicatedSubscriptionStatusParams) (*http.Request, error)

NewGetNonPersistentTopicReplicatedSubscriptionStatusRequest generates requests for GetNonPersistentTopicReplicatedSubscriptionStatus

func NewGetNonPersistentTopicReplicationClustersRequest

func NewGetNonPersistentTopicReplicationClustersRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicReplicationClustersParams) (*http.Request, error)

NewGetNonPersistentTopicReplicationClustersRequest generates requests for GetNonPersistentTopicReplicationClusters

func NewGetNonPersistentTopicReplicatorDispatchRateRequest

func NewGetNonPersistentTopicReplicatorDispatchRateRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicReplicatorDispatchRateParams) (*http.Request, error)

NewGetNonPersistentTopicReplicatorDispatchRateRequest generates requests for GetNonPersistentTopicReplicatorDispatchRate

func NewGetNonPersistentTopicRetentionRequest

func NewGetNonPersistentTopicRetentionRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicRetentionParams) (*http.Request, error)

NewGetNonPersistentTopicRetentionRequest generates requests for GetNonPersistentTopicRetention

func NewGetNonPersistentTopicSchemaCompatibilityStrategyRequest

func NewGetNonPersistentTopicSchemaCompatibilityStrategyRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicSchemaCompatibilityStrategyParams) (*http.Request, error)

NewGetNonPersistentTopicSchemaCompatibilityStrategyRequest generates requests for GetNonPersistentTopicSchemaCompatibilityStrategy

func NewGetNonPersistentTopicSchemaValidationEnforcedRequest

func NewGetNonPersistentTopicSchemaValidationEnforcedRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicSchemaValidationEnforcedParams) (*http.Request, error)

NewGetNonPersistentTopicSchemaValidationEnforcedRequest generates requests for GetNonPersistentTopicSchemaValidationEnforced

func NewGetNonPersistentTopicShadowTopicsRequest

func NewGetNonPersistentTopicShadowTopicsRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicShadowTopicsParams) (*http.Request, error)

NewGetNonPersistentTopicShadowTopicsRequest generates requests for GetNonPersistentTopicShadowTopics

func NewGetNonPersistentTopicStatsRequest

func NewGetNonPersistentTopicStatsRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicStatsParams) (*http.Request, error)

NewGetNonPersistentTopicStatsRequest generates requests for GetNonPersistentTopicStats

func NewGetNonPersistentTopicSubscribeRateRequest

func NewGetNonPersistentTopicSubscribeRateRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscribeRateParams) (*http.Request, error)

NewGetNonPersistentTopicSubscribeRateRequest generates requests for GetNonPersistentTopicSubscribeRate

func NewGetNonPersistentTopicSubscriptionDispatchRateRequest

func NewGetNonPersistentTopicSubscriptionDispatchRateRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscriptionDispatchRateParams) (*http.Request, error)

NewGetNonPersistentTopicSubscriptionDispatchRateRequest generates requests for GetNonPersistentTopicSubscriptionDispatchRate

func NewGetNonPersistentTopicSubscriptionLevelDispatchRateRequest

func NewGetNonPersistentTopicSubscriptionLevelDispatchRateRequest(server string, tenant string, namespace string, topic string, subName string, params *GetNonPersistentTopicSubscriptionLevelDispatchRateParams) (*http.Request, error)

NewGetNonPersistentTopicSubscriptionLevelDispatchRateRequest generates requests for GetNonPersistentTopicSubscriptionLevelDispatchRate

func NewGetNonPersistentTopicSubscriptionPropertiesRequest

func NewGetNonPersistentTopicSubscriptionPropertiesRequest(server string, tenant string, namespace string, topic string, subName string, params *GetNonPersistentTopicSubscriptionPropertiesParams) (*http.Request, error)

NewGetNonPersistentTopicSubscriptionPropertiesRequest generates requests for GetNonPersistentTopicSubscriptionProperties

func NewGetNonPersistentTopicSubscriptionTypesEnabledRequest

func NewGetNonPersistentTopicSubscriptionTypesEnabledRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscriptionTypesEnabledParams) (*http.Request, error)

NewGetNonPersistentTopicSubscriptionTypesEnabledRequest generates requests for GetNonPersistentTopicSubscriptionTypesEnabled

func NewGetNonPersistentTopicSubscriptionsRequest

func NewGetNonPersistentTopicSubscriptionsRequest(server string, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscriptionsParams) (*http.Request, error)

NewGetNonPersistentTopicSubscriptionsRequest generates requests for GetNonPersistentTopicSubscriptions

func NewGetOwnedNamespacesRequest

func NewGetOwnedNamespacesRequest(server string, clusterName string, brokerWebserviceurl string) (*http.Request, error)

NewGetOwnedNamespacesRequest generates requests for GetOwnedNamespaces

func NewGetPeerClusterRequest

func NewGetPeerClusterRequest(server string, cluster string) (*http.Request, error)

NewGetPeerClusterRequest generates requests for GetPeerCluster

func NewGetPendingBookieOpsStatsRequest

func NewGetPendingBookieOpsStatsRequest(server string) (*http.Request, error)

NewGetPendingBookieOpsStatsRequest generates requests for GetPendingBookieOpsStats

func NewGetPermissionOnSubscriptionRequest

func NewGetPermissionOnSubscriptionRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetPermissionOnSubscriptionRequest generates requests for GetPermissionOnSubscription

func NewGetPermissionsRequest

func NewGetPermissionsRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetPermissionsRequest generates requests for GetPermissions

func NewGetPersistentPartitionedTopicListRequest

func NewGetPersistentPartitionedTopicListRequest(server string, tenant string, namespace string, params *GetPersistentPartitionedTopicListParams) (*http.Request, error)

NewGetPersistentPartitionedTopicListRequest generates requests for GetPersistentPartitionedTopicList

func NewGetPersistentTopicBacklogQuotaMapRequest

func NewGetPersistentTopicBacklogQuotaMapRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicBacklogQuotaMapParams) (*http.Request, error)

NewGetPersistentTopicBacklogQuotaMapRequest generates requests for GetPersistentTopicBacklogQuotaMap

func NewGetPersistentTopicBacklogRequest

func NewGetPersistentTopicBacklogRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicBacklogParams) (*http.Request, error)

NewGetPersistentTopicBacklogRequest generates requests for GetPersistentTopicBacklog

func NewGetPersistentTopicBacklogSizeByMessageIdRequest

func NewGetPersistentTopicBacklogSizeByMessageIdRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicBacklogSizeByMessageIdParams) (*http.Request, error)

NewGetPersistentTopicBacklogSizeByMessageIdRequest generates requests for GetPersistentTopicBacklogSizeByMessageId

func NewGetPersistentTopicCompactionStatusRequest

func NewGetPersistentTopicCompactionStatusRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicCompactionStatusParams) (*http.Request, error)

NewGetPersistentTopicCompactionStatusRequest generates requests for GetPersistentTopicCompactionStatus

func NewGetPersistentTopicCompactionThresholdRequest

func NewGetPersistentTopicCompactionThresholdRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicCompactionThresholdParams) (*http.Request, error)

NewGetPersistentTopicCompactionThresholdRequest generates requests for GetPersistentTopicCompactionThreshold

func NewGetPersistentTopicDeduplicationRequest

func NewGetPersistentTopicDeduplicationRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicDeduplicationParams) (*http.Request, error)

NewGetPersistentTopicDeduplicationRequest generates requests for GetPersistentTopicDeduplication

func NewGetPersistentTopicDeduplicationSnapshotIntervalRequest

func NewGetPersistentTopicDeduplicationSnapshotIntervalRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicDeduplicationSnapshotIntervalParams) (*http.Request, error)

NewGetPersistentTopicDeduplicationSnapshotIntervalRequest generates requests for GetPersistentTopicDeduplicationSnapshotInterval

func NewGetPersistentTopicDelayedDeliveryPoliciesRequest

func NewGetPersistentTopicDelayedDeliveryPoliciesRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicDelayedDeliveryPoliciesParams) (*http.Request, error)

NewGetPersistentTopicDelayedDeliveryPoliciesRequest generates requests for GetPersistentTopicDelayedDeliveryPolicies

func NewGetPersistentTopicDispatchRateRequest

func NewGetPersistentTopicDispatchRateRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicDispatchRateParams) (*http.Request, error)

NewGetPersistentTopicDispatchRateRequest generates requests for GetPersistentTopicDispatchRate

func NewGetPersistentTopicEntryFiltersRequest

func NewGetPersistentTopicEntryFiltersRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicEntryFiltersParams) (*http.Request, error)

NewGetPersistentTopicEntryFiltersRequest generates requests for GetPersistentTopicEntryFilters

func NewGetPersistentTopicInactiveTopicPoliciesRequest

func NewGetPersistentTopicInactiveTopicPoliciesRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicInactiveTopicPoliciesParams) (*http.Request, error)

NewGetPersistentTopicInactiveTopicPoliciesRequest generates requests for GetPersistentTopicInactiveTopicPolicies

func NewGetPersistentTopicInternalStatsRequest

func NewGetPersistentTopicInternalStatsRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicInternalStatsParams) (*http.Request, error)

NewGetPersistentTopicInternalStatsRequest generates requests for GetPersistentTopicInternalStats

func NewGetPersistentTopicLastMessageIdRequest

func NewGetPersistentTopicLastMessageIdRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicLastMessageIdParams) (*http.Request, error)

NewGetPersistentTopicLastMessageIdRequest generates requests for GetPersistentTopicLastMessageId

func NewGetPersistentTopicListRequest

func NewGetPersistentTopicListRequest(server string, tenant string, namespace string, params *GetPersistentTopicListParams) (*http.Request, error)

NewGetPersistentTopicListRequest generates requests for GetPersistentTopicList

func NewGetPersistentTopicManagedLedgerInfoRequest

func NewGetPersistentTopicManagedLedgerInfoRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicManagedLedgerInfoParams) (*http.Request, error)

NewGetPersistentTopicManagedLedgerInfoRequest generates requests for GetPersistentTopicManagedLedgerInfo

func NewGetPersistentTopicMaxConsumersPerSubscriptionRequest

func NewGetPersistentTopicMaxConsumersPerSubscriptionRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicMaxConsumersPerSubscriptionParams) (*http.Request, error)

NewGetPersistentTopicMaxConsumersPerSubscriptionRequest generates requests for GetPersistentTopicMaxConsumersPerSubscription

func NewGetPersistentTopicMaxConsumersRequest

func NewGetPersistentTopicMaxConsumersRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicMaxConsumersParams) (*http.Request, error)

NewGetPersistentTopicMaxConsumersRequest generates requests for GetPersistentTopicMaxConsumers

func NewGetPersistentTopicMaxMessageSizeRequest

func NewGetPersistentTopicMaxMessageSizeRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicMaxMessageSizeParams) (*http.Request, error)

NewGetPersistentTopicMaxMessageSizeRequest generates requests for GetPersistentTopicMaxMessageSize

func NewGetPersistentTopicMaxProducersRequest

func NewGetPersistentTopicMaxProducersRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicMaxProducersParams) (*http.Request, error)

NewGetPersistentTopicMaxProducersRequest generates requests for GetPersistentTopicMaxProducers

func NewGetPersistentTopicMaxSubscriptionsPerTopicRequest

func NewGetPersistentTopicMaxSubscriptionsPerTopicRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicMaxSubscriptionsPerTopicParams) (*http.Request, error)

NewGetPersistentTopicMaxSubscriptionsPerTopicRequest generates requests for GetPersistentTopicMaxSubscriptionsPerTopic

func NewGetPersistentTopicMaxUnackedMessagesOnConsumerRequest

func NewGetPersistentTopicMaxUnackedMessagesOnConsumerRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicMaxUnackedMessagesOnConsumerParams) (*http.Request, error)

NewGetPersistentTopicMaxUnackedMessagesOnConsumerRequest generates requests for GetPersistentTopicMaxUnackedMessagesOnConsumer

func NewGetPersistentTopicMaxUnackedMessagesOnSubscriptionRequest

func NewGetPersistentTopicMaxUnackedMessagesOnSubscriptionRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicMaxUnackedMessagesOnSubscriptionParams) (*http.Request, error)

NewGetPersistentTopicMaxUnackedMessagesOnSubscriptionRequest generates requests for GetPersistentTopicMaxUnackedMessagesOnSubscription

func NewGetPersistentTopicMessageByIdRequest

func NewGetPersistentTopicMessageByIdRequest(server string, tenant string, namespace string, topic string, ledgerId int64, entryId int64, params *GetPersistentTopicMessageByIdParams) (*http.Request, error)

NewGetPersistentTopicMessageByIdRequest generates requests for GetPersistentTopicMessageById

func NewGetPersistentTopicMessageIdByTimestampRequest

func NewGetPersistentTopicMessageIdByTimestampRequest(server string, tenant string, namespace string, topic string, timestamp int64, params *GetPersistentTopicMessageIdByTimestampParams) (*http.Request, error)

NewGetPersistentTopicMessageIdByTimestampRequest generates requests for GetPersistentTopicMessageIdByTimestamp

func NewGetPersistentTopicMessageTTLRequest

func NewGetPersistentTopicMessageTTLRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicMessageTTLParams) (*http.Request, error)

NewGetPersistentTopicMessageTTLRequest generates requests for GetPersistentTopicMessageTTL

func NewGetPersistentTopicOffloadPoliciesRequest

func NewGetPersistentTopicOffloadPoliciesRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicOffloadPoliciesParams) (*http.Request, error)

NewGetPersistentTopicOffloadPoliciesRequest generates requests for GetPersistentTopicOffloadPolicies

func NewGetPersistentTopicPartitionedMetadataRequest

func NewGetPersistentTopicPartitionedMetadataRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicPartitionedMetadataParams) (*http.Request, error)

NewGetPersistentTopicPartitionedMetadataRequest generates requests for GetPersistentTopicPartitionedMetadata

func NewGetPersistentTopicPartitionedStatsRequest

func NewGetPersistentTopicPartitionedStatsRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicPartitionedStatsParams) (*http.Request, error)

NewGetPersistentTopicPartitionedStatsRequest generates requests for GetPersistentTopicPartitionedStats

func NewGetPersistentTopicPermissionsOnTopicRequest

func NewGetPersistentTopicPermissionsOnTopicRequest(server string, tenant string, namespace string, topic string) (*http.Request, error)

NewGetPersistentTopicPermissionsOnTopicRequest generates requests for GetPersistentTopicPermissionsOnTopic

func NewGetPersistentTopicPersistenceRequest

func NewGetPersistentTopicPersistenceRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicPersistenceParams) (*http.Request, error)

NewGetPersistentTopicPersistenceRequest generates requests for GetPersistentTopicPersistence

func NewGetPersistentTopicPropertiesRequest

func NewGetPersistentTopicPropertiesRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicPropertiesParams) (*http.Request, error)

NewGetPersistentTopicPropertiesRequest generates requests for GetPersistentTopicProperties

func NewGetPersistentTopicPublishRateRequest

func NewGetPersistentTopicPublishRateRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicPublishRateParams) (*http.Request, error)

NewGetPersistentTopicPublishRateRequest generates requests for GetPersistentTopicPublishRate

func NewGetPersistentTopicReplicatedSubscriptionStatusRequest

func NewGetPersistentTopicReplicatedSubscriptionStatusRequest(server string, tenant string, namespace string, topic string, subName string, params *GetPersistentTopicReplicatedSubscriptionStatusParams) (*http.Request, error)

NewGetPersistentTopicReplicatedSubscriptionStatusRequest generates requests for GetPersistentTopicReplicatedSubscriptionStatus

func NewGetPersistentTopicReplicationClustersRequest

func NewGetPersistentTopicReplicationClustersRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicReplicationClustersParams) (*http.Request, error)

NewGetPersistentTopicReplicationClustersRequest generates requests for GetPersistentTopicReplicationClusters

func NewGetPersistentTopicReplicatorDispatchRateRequest

func NewGetPersistentTopicReplicatorDispatchRateRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicReplicatorDispatchRateParams) (*http.Request, error)

NewGetPersistentTopicReplicatorDispatchRateRequest generates requests for GetPersistentTopicReplicatorDispatchRate

func NewGetPersistentTopicRetentionRequest

func NewGetPersistentTopicRetentionRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicRetentionParams) (*http.Request, error)

NewGetPersistentTopicRetentionRequest generates requests for GetPersistentTopicRetention

func NewGetPersistentTopicSchemaCompatibilityStrategyRequest

func NewGetPersistentTopicSchemaCompatibilityStrategyRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicSchemaCompatibilityStrategyParams) (*http.Request, error)

NewGetPersistentTopicSchemaCompatibilityStrategyRequest generates requests for GetPersistentTopicSchemaCompatibilityStrategy

func NewGetPersistentTopicSchemaValidationEnforcedRequest

func NewGetPersistentTopicSchemaValidationEnforcedRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicSchemaValidationEnforcedParams) (*http.Request, error)

NewGetPersistentTopicSchemaValidationEnforcedRequest generates requests for GetPersistentTopicSchemaValidationEnforced

func NewGetPersistentTopicShadowTopicsRequest

func NewGetPersistentTopicShadowTopicsRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicShadowTopicsParams) (*http.Request, error)

NewGetPersistentTopicShadowTopicsRequest generates requests for GetPersistentTopicShadowTopics

func NewGetPersistentTopicStatsRequest

func NewGetPersistentTopicStatsRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicStatsParams) (*http.Request, error)

NewGetPersistentTopicStatsRequest generates requests for GetPersistentTopicStats

func NewGetPersistentTopicSubscribeRateRequest

func NewGetPersistentTopicSubscribeRateRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicSubscribeRateParams) (*http.Request, error)

NewGetPersistentTopicSubscribeRateRequest generates requests for GetPersistentTopicSubscribeRate

func NewGetPersistentTopicSubscriptionDispatchRateRequest

func NewGetPersistentTopicSubscriptionDispatchRateRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicSubscriptionDispatchRateParams) (*http.Request, error)

NewGetPersistentTopicSubscriptionDispatchRateRequest generates requests for GetPersistentTopicSubscriptionDispatchRate

func NewGetPersistentTopicSubscriptionLevelDispatchRateRequest

func NewGetPersistentTopicSubscriptionLevelDispatchRateRequest(server string, tenant string, namespace string, topic string, subName string, params *GetPersistentTopicSubscriptionLevelDispatchRateParams) (*http.Request, error)

NewGetPersistentTopicSubscriptionLevelDispatchRateRequest generates requests for GetPersistentTopicSubscriptionLevelDispatchRate

func NewGetPersistentTopicSubscriptionPropertiesRequest

func NewGetPersistentTopicSubscriptionPropertiesRequest(server string, tenant string, namespace string, topic string, subName string, params *GetPersistentTopicSubscriptionPropertiesParams) (*http.Request, error)

NewGetPersistentTopicSubscriptionPropertiesRequest generates requests for GetPersistentTopicSubscriptionProperties

func NewGetPersistentTopicSubscriptionTypesEnabledRequest

func NewGetPersistentTopicSubscriptionTypesEnabledRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicSubscriptionTypesEnabledParams) (*http.Request, error)

NewGetPersistentTopicSubscriptionTypesEnabledRequest generates requests for GetPersistentTopicSubscriptionTypesEnabled

func NewGetPersistentTopicSubscriptionsRequest

func NewGetPersistentTopicSubscriptionsRequest(server string, tenant string, namespace string, topic string, params *GetPersistentTopicSubscriptionsParams) (*http.Request, error)

NewGetPersistentTopicSubscriptionsRequest generates requests for GetPersistentTopicSubscriptions

func NewGetPoliciesRequest

func NewGetPoliciesRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetPoliciesRequest generates requests for GetPolicies

func NewGetPropertyRequest

func NewGetPropertyRequest(server string, tenant string, namespace string, key string) (*http.Request, error)

NewGetPropertyRequest generates requests for GetProperty

func NewGetResourceGroupRequest

func NewGetResourceGroupRequest(server string, resourcegroup string) (*http.Request, error)

NewGetResourceGroupRequest generates requests for GetResourceGroup

func NewGetResourceGroupsRequest

func NewGetResourceGroupsRequest(server string) (*http.Request, error)

NewGetResourceGroupsRequest generates requests for GetResourceGroups

func NewGetRuntimeConfigurationRequest

func NewGetRuntimeConfigurationRequest(server string) (*http.Request, error)

NewGetRuntimeConfigurationRequest generates requests for GetRuntimeConfiguration

func NewGetSchemaAutoUpdateCompatibilityStrategyRequest

func NewGetSchemaAutoUpdateCompatibilityStrategyRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetSchemaAutoUpdateCompatibilityStrategyRequest generates requests for GetSchemaAutoUpdateCompatibilityStrategy

func NewGetSchemaOfTopicGivenVersionRequest

func NewGetSchemaOfTopicGivenVersionRequest(server string, tenant string, namespace string, topic string, version string, params *GetSchemaOfTopicGivenVersionParams) (*http.Request, error)

NewGetSchemaOfTopicGivenVersionRequest generates requests for GetSchemaOfTopicGivenVersion

func NewGetSchemaOfTopicRequest

func NewGetSchemaOfTopicRequest(server string, tenant string, namespace string, topic string, params *GetSchemaOfTopicParams) (*http.Request, error)

NewGetSchemaOfTopicRequest generates requests for GetSchemaOfTopic

func NewGetSchemaValidtionEnforcedRequest

func NewGetSchemaValidtionEnforcedRequest(server string, tenant string, namespace string, params *GetSchemaValidtionEnforcedParams) (*http.Request, error)

NewGetSchemaValidtionEnforcedRequest generates requests for GetSchemaValidtionEnforced

func NewGetSubscriptionAuthModeRequest

func NewGetSubscriptionAuthModeRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetSubscriptionAuthModeRequest generates requests for GetSubscriptionAuthMode

func NewGetSubscriptionExpirationTimeRequest

func NewGetSubscriptionExpirationTimeRequest(server string, tenant string, namespace string) (*http.Request, error)

NewGetSubscriptionExpirationTimeRequest generates requests for GetSubscriptionExpirationTime

func NewGetTenantAdminRequest

func NewGetTenantAdminRequest(server string, tenant string) (*http.Request, error)

NewGetTenantAdminRequest generates requests for GetTenantAdmin

func NewGetTenantNamespacesRequest

func NewGetTenantNamespacesRequest(server string, tenant string) (*http.Request, error)

NewGetTenantNamespacesRequest generates requests for GetTenantNamespaces

func NewGetTenantsRequest

func NewGetTenantsRequest(server string) (*http.Request, error)

NewGetTenantsRequest generates requests for GetTenants

func NewGetTopicHashPositionsRequest

func NewGetTopicHashPositionsRequest(server string, tenant string, namespace string, bundle string, params *GetTopicHashPositionsParams) (*http.Request, error)

NewGetTopicHashPositionsRequest generates requests for GetTopicHashPositions

func NewGetTopics2Request

func NewGetTopics2Request(server string) (*http.Request, error)

NewGetTopics2Request generates requests for GetTopics2

func NewGetTopicsRequest

func NewGetTopicsRequest(server string, tenant string, namespace string, params *GetTopicsParams) (*http.Request, error)

NewGetTopicsRequest generates requests for GetTopics

func NewGetVersionBySchemaRequest

func NewGetVersionBySchemaRequest(server string, tenant string, namespace string, topic string, params *GetVersionBySchemaParams, body GetVersionBySchemaJSONRequestBody) (*http.Request, error)

NewGetVersionBySchemaRequest calls the generic GetVersionBySchema builder with application/json body

func NewGetVersionBySchemaRequestWithBody

func NewGetVersionBySchemaRequestWithBody(server string, tenant string, namespace string, topic string, params *GetVersionBySchemaParams, contentType string, body io.Reader) (*http.Request, error)

NewGetVersionBySchemaRequestWithBody generates requests for GetVersionBySchema with any type of body

func NewGetWorkerClusterLeaderRequest

func NewGetWorkerClusterLeaderRequest(server string) (*http.Request, error)

NewGetWorkerClusterLeaderRequest generates requests for GetWorkerClusterLeader

func NewGetWorkerClusterRequest

func NewGetWorkerClusterRequest(server string) (*http.Request, error)

NewGetWorkerClusterRequest generates requests for GetWorkerCluster

func NewGetWorkerStatsMetricsRequest

func NewGetWorkerStatsMetricsRequest(server string) (*http.Request, error)

NewGetWorkerStatsMetricsRequest generates requests for GetWorkerStatsMetrics

func NewGetWorkerStatsRequest

func NewGetWorkerStatsRequest(server string) (*http.Request, error)

NewGetWorkerStatsRequest generates requests for GetWorkerStats

func NewGrantNonPersistentTopicPermissionsOnTopicRequestWithBody

func NewGrantNonPersistentTopicPermissionsOnTopicRequestWithBody(server string, tenant string, namespace string, topic string, role string, contentType string, body io.Reader) (*http.Request, error)

NewGrantNonPersistentTopicPermissionsOnTopicRequestWithBody generates requests for GrantNonPersistentTopicPermissionsOnTopic with any type of body

func NewGrantPermissionOnNamespaceRequest

func NewGrantPermissionOnNamespaceRequest(server string, tenant string, namespace string, role string, body GrantPermissionOnNamespaceJSONRequestBody) (*http.Request, error)

NewGrantPermissionOnNamespaceRequest calls the generic GrantPermissionOnNamespace builder with application/json body

func NewGrantPermissionOnNamespaceRequestWithBody

func NewGrantPermissionOnNamespaceRequestWithBody(server string, tenant string, namespace string, role string, contentType string, body io.Reader) (*http.Request, error)

NewGrantPermissionOnNamespaceRequestWithBody generates requests for GrantPermissionOnNamespace with any type of body

func NewGrantPersistentTopicPermissionsOnTopicRequestWithBody

func NewGrantPersistentTopicPermissionsOnTopicRequestWithBody(server string, tenant string, namespace string, topic string, role string, contentType string, body io.Reader) (*http.Request, error)

NewGrantPersistentTopicPermissionsOnTopicRequestWithBody generates requests for GrantPersistentTopicPermissionsOnTopic with any type of body

func NewHealthCheckRequest

func NewHealthCheckRequest(server string, params *HealthCheckParams) (*http.Request, error)

NewHealthCheckRequest generates requests for HealthCheck

func NewIsLeaderReadyRequest

func NewIsLeaderReadyRequest(server string) (*http.Request, error)

NewIsLeaderReadyRequest generates requests for IsLeaderReady

func NewIsReadyRequest

func NewIsReadyRequest(server string) (*http.Request, error)

NewIsReadyRequest generates requests for IsReady

func NewModifyDeduplicationRequest

func NewModifyDeduplicationRequest(server string, tenant string, namespace string, body ModifyDeduplicationJSONRequestBody) (*http.Request, error)

NewModifyDeduplicationRequest calls the generic ModifyDeduplication builder with application/json body

func NewModifyDeduplicationRequestWithBody

func NewModifyDeduplicationRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewModifyDeduplicationRequestWithBody generates requests for ModifyDeduplication with any type of body

func NewModifyEncryptionRequiredRequest

func NewModifyEncryptionRequiredRequest(server string, tenant string, namespace string, body ModifyEncryptionRequiredJSONRequestBody) (*http.Request, error)

NewModifyEncryptionRequiredRequest calls the generic ModifyEncryptionRequired builder with application/json body

func NewModifyEncryptionRequiredRequestWithBody

func NewModifyEncryptionRequiredRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewModifyEncryptionRequiredRequestWithBody generates requests for ModifyEncryptionRequired with any type of body

func NewOffloadNonPersistentTopicStatusRequest

func NewOffloadNonPersistentTopicStatusRequest(server string, tenant string, namespace string, topic string, params *OffloadNonPersistentTopicStatusParams) (*http.Request, error)

NewOffloadNonPersistentTopicStatusRequest generates requests for OffloadNonPersistentTopicStatus

func NewOffloadPersistentTopicStatusRequest

func NewOffloadPersistentTopicStatusRequest(server string, tenant string, namespace string, topic string, params *OffloadPersistentTopicStatusParams) (*http.Request, error)

NewOffloadPersistentTopicStatusRequest generates requests for OffloadPersistentTopicStatus

func NewPeekNonPersistentTopicNthMessageRequest

func NewPeekNonPersistentTopicNthMessageRequest(server string, tenant string, namespace string, topic string, subName string, messagePosition int32, params *PeekNonPersistentTopicNthMessageParams) (*http.Request, error)

NewPeekNonPersistentTopicNthMessageRequest generates requests for PeekNonPersistentTopicNthMessage

func NewPeekPersistentTopicNthMessageRequest

func NewPeekPersistentTopicNthMessageRequest(server string, tenant string, namespace string, topic string, subName string, messagePosition int32, params *PeekPersistentTopicNthMessageParams) (*http.Request, error)

NewPeekPersistentTopicNthMessageRequest generates requests for PeekPersistentTopicNthMessage

func NewPostSchemaRequest

func NewPostSchemaRequest(server string, tenant string, namespace string, topic string, params *PostSchemaParams, body PostSchemaJSONRequestBody) (*http.Request, error)

NewPostSchemaRequest calls the generic PostSchema builder with application/json body

func NewPostSchemaRequestWithBody

func NewPostSchemaRequestWithBody(server string, tenant string, namespace string, topic string, params *PostSchemaParams, contentType string, body io.Reader) (*http.Request, error)

NewPostSchemaRequestWithBody generates requests for PostSchema with any type of body

func NewRebalanceRequest

func NewRebalanceRequest(server string) (*http.Request, error)

NewRebalanceRequest generates requests for Rebalance

func NewRemoveAutoSubscriptionCreationRequest

func NewRemoveAutoSubscriptionCreationRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveAutoSubscriptionCreationRequest generates requests for RemoveAutoSubscriptionCreation

func NewRemoveAutoTopicCreationRequest

func NewRemoveAutoTopicCreationRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveAutoTopicCreationRequest generates requests for RemoveAutoTopicCreation

func NewRemoveDelayedDeliveryPoliciesRequest

func NewRemoveDelayedDeliveryPoliciesRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveDelayedDeliveryPoliciesRequest generates requests for RemoveDelayedDeliveryPolicies

func NewRemoveInactiveTopicPoliciesRequest

func NewRemoveInactiveTopicPoliciesRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveInactiveTopicPoliciesRequest generates requests for RemoveInactiveTopicPolicies

func NewRemoveNamesapceBacklogQuotaRequest

func NewRemoveNamesapceBacklogQuotaRequest(server string, tenant string, namespace string, params *RemoveNamesapceBacklogQuotaParams) (*http.Request, error)

NewRemoveNamesapceBacklogQuotaRequest generates requests for RemoveNamesapceBacklogQuota

func NewRemoveNamespaceAntiAffinityGroupRequest

func NewRemoveNamespaceAntiAffinityGroupRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveNamespaceAntiAffinityGroupRequest generates requests for RemoveNamespaceAntiAffinityGroup

func NewRemoveNamespaceBundleResourceQuotaRequest

func NewRemoveNamespaceBundleResourceQuotaRequest(server string, tenant string, namespace string, bundle string) (*http.Request, error)

NewRemoveNamespaceBundleResourceQuotaRequest generates requests for RemoveNamespaceBundleResourceQuota

func NewRemoveNamespaceDeduplicationRequest

func NewRemoveNamespaceDeduplicationRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveNamespaceDeduplicationRequest generates requests for RemoveNamespaceDeduplication

func NewRemoveNamespaceEntryFiltersRequest

func NewRemoveNamespaceEntryFiltersRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveNamespaceEntryFiltersRequest generates requests for RemoveNamespaceEntryFilters

func NewRemoveNamespaceMaxConsumersPerSubscriptionRequest

func NewRemoveNamespaceMaxConsumersPerSubscriptionRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveNamespaceMaxConsumersPerSubscriptionRequest generates requests for RemoveNamespaceMaxConsumersPerSubscription

func NewRemoveNamespaceMaxConsumersPerTopicRequest

func NewRemoveNamespaceMaxConsumersPerTopicRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveNamespaceMaxConsumersPerTopicRequest generates requests for RemoveNamespaceMaxConsumersPerTopic

func NewRemoveNamespaceMaxProducersPerTopicRequest

func NewRemoveNamespaceMaxProducersPerTopicRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveNamespaceMaxProducersPerTopicRequest generates requests for RemoveNamespaceMaxProducersPerTopic

func NewRemoveNamespaceMaxSubscriptionsPerTopicRequest

func NewRemoveNamespaceMaxSubscriptionsPerTopicRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveNamespaceMaxSubscriptionsPerTopicRequest generates requests for RemoveNamespaceMaxSubscriptionsPerTopic

func NewRemoveNamespaceMaxUnackedmessagesPerConsumerRequest

func NewRemoveNamespaceMaxUnackedmessagesPerConsumerRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveNamespaceMaxUnackedmessagesPerConsumerRequest generates requests for RemoveNamespaceMaxUnackedmessagesPerConsumer

func NewRemoveNamespaceMaxUnackedmessagesPerSubscriptionRequest

func NewRemoveNamespaceMaxUnackedmessagesPerSubscriptionRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveNamespaceMaxUnackedmessagesPerSubscriptionRequest generates requests for RemoveNamespaceMaxUnackedmessagesPerSubscription

func NewRemoveNamespaceMessageTTLRequest

func NewRemoveNamespaceMessageTTLRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveNamespaceMessageTTLRequest generates requests for RemoveNamespaceMessageTTL

func NewRemoveNamespaceOffloadPoliciesRequest

func NewRemoveNamespaceOffloadPoliciesRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveNamespaceOffloadPoliciesRequest generates requests for RemoveNamespaceOffloadPolicies

func NewRemoveNamespaceReplicatorDispatchRateRequest

func NewRemoveNamespaceReplicatorDispatchRateRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveNamespaceReplicatorDispatchRateRequest generates requests for RemoveNamespaceReplicatorDispatchRate

func NewRemoveNamespaceResourceGroupRequest

func NewRemoveNamespaceResourceGroupRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveNamespaceResourceGroupRequest generates requests for RemoveNamespaceResourceGroup

func NewRemoveNamespaceRetentionRequest

func NewRemoveNamespaceRetentionRequest(server string, tenant string, namespace string, body RemoveNamespaceRetentionJSONRequestBody) (*http.Request, error)

NewRemoveNamespaceRetentionRequest calls the generic RemoveNamespaceRetention builder with application/json body

func NewRemoveNamespaceRetentionRequestWithBody

func NewRemoveNamespaceRetentionRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewRemoveNamespaceRetentionRequestWithBody generates requests for RemoveNamespaceRetention with any type of body

func NewRemoveNamespaceSubscriptionTypesEnabledRequest

func NewRemoveNamespaceSubscriptionTypesEnabledRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveNamespaceSubscriptionTypesEnabledRequest generates requests for RemoveNamespaceSubscriptionTypesEnabled

func NewRemoveNonPersistentTopicBacklogQuotaRequest

func NewRemoveNonPersistentTopicBacklogQuotaRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicBacklogQuotaParams) (*http.Request, error)

NewRemoveNonPersistentTopicBacklogQuotaRequest generates requests for RemoveNonPersistentTopicBacklogQuota

func NewRemoveNonPersistentTopicCompactionThresholdRequest

func NewRemoveNonPersistentTopicCompactionThresholdRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicCompactionThresholdParams) (*http.Request, error)

NewRemoveNonPersistentTopicCompactionThresholdRequest generates requests for RemoveNonPersistentTopicCompactionThreshold

func NewRemoveNonPersistentTopicDeduplicationRequest

func NewRemoveNonPersistentTopicDeduplicationRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicDeduplicationParams) (*http.Request, error)

NewRemoveNonPersistentTopicDeduplicationRequest generates requests for RemoveNonPersistentTopicDeduplication

func NewRemoveNonPersistentTopicDispatchRateRequest

func NewRemoveNonPersistentTopicDispatchRateRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicDispatchRateParams) (*http.Request, error)

NewRemoveNonPersistentTopicDispatchRateRequest generates requests for RemoveNonPersistentTopicDispatchRate

func NewRemoveNonPersistentTopicEntryFiltersRequest

func NewRemoveNonPersistentTopicEntryFiltersRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicEntryFiltersParams) (*http.Request, error)

NewRemoveNonPersistentTopicEntryFiltersRequest generates requests for RemoveNonPersistentTopicEntryFilters

func NewRemoveNonPersistentTopicMaxConsumersPerSubscriptionRequest

func NewRemoveNonPersistentTopicMaxConsumersPerSubscriptionRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxConsumersPerSubscriptionParams) (*http.Request, error)

NewRemoveNonPersistentTopicMaxConsumersPerSubscriptionRequest generates requests for RemoveNonPersistentTopicMaxConsumersPerSubscription

func NewRemoveNonPersistentTopicMaxConsumersRequest

func NewRemoveNonPersistentTopicMaxConsumersRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxConsumersParams) (*http.Request, error)

NewRemoveNonPersistentTopicMaxConsumersRequest generates requests for RemoveNonPersistentTopicMaxConsumers

func NewRemoveNonPersistentTopicMaxMessageSizeRequest

func NewRemoveNonPersistentTopicMaxMessageSizeRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxMessageSizeParams) (*http.Request, error)

NewRemoveNonPersistentTopicMaxMessageSizeRequest generates requests for RemoveNonPersistentTopicMaxMessageSize

func NewRemoveNonPersistentTopicMaxProducersRequest

func NewRemoveNonPersistentTopicMaxProducersRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxProducersParams) (*http.Request, error)

NewRemoveNonPersistentTopicMaxProducersRequest generates requests for RemoveNonPersistentTopicMaxProducers

func NewRemoveNonPersistentTopicMaxSubscriptionsPerTopicRequest

func NewRemoveNonPersistentTopicMaxSubscriptionsPerTopicRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxSubscriptionsPerTopicParams) (*http.Request, error)

NewRemoveNonPersistentTopicMaxSubscriptionsPerTopicRequest generates requests for RemoveNonPersistentTopicMaxSubscriptionsPerTopic

func NewRemoveNonPersistentTopicMessageTTLRequest

func NewRemoveNonPersistentTopicMessageTTLRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMessageTTLParams) (*http.Request, error)

NewRemoveNonPersistentTopicMessageTTLRequest generates requests for RemoveNonPersistentTopicMessageTTL

func NewRemoveNonPersistentTopicOffloadPoliciesRequest

func NewRemoveNonPersistentTopicOffloadPoliciesRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicOffloadPoliciesParams) (*http.Request, error)

NewRemoveNonPersistentTopicOffloadPoliciesRequest generates requests for RemoveNonPersistentTopicOffloadPolicies

func NewRemoveNonPersistentTopicPersistenceRequest

func NewRemoveNonPersistentTopicPersistenceRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicPersistenceParams) (*http.Request, error)

NewRemoveNonPersistentTopicPersistenceRequest generates requests for RemoveNonPersistentTopicPersistence

func NewRemoveNonPersistentTopicPropertiesRequest

func NewRemoveNonPersistentTopicPropertiesRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicPropertiesParams) (*http.Request, error)

NewRemoveNonPersistentTopicPropertiesRequest generates requests for RemoveNonPersistentTopicProperties

func NewRemoveNonPersistentTopicPublishRateRequest

func NewRemoveNonPersistentTopicPublishRateRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicPublishRateParams) (*http.Request, error)

NewRemoveNonPersistentTopicPublishRateRequest generates requests for RemoveNonPersistentTopicPublishRate

func NewRemoveNonPersistentTopicReplicationClustersRequest

func NewRemoveNonPersistentTopicReplicationClustersRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicReplicationClustersParams) (*http.Request, error)

NewRemoveNonPersistentTopicReplicationClustersRequest generates requests for RemoveNonPersistentTopicReplicationClusters

func NewRemoveNonPersistentTopicReplicatorDispatchRateRequest

func NewRemoveNonPersistentTopicReplicatorDispatchRateRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicReplicatorDispatchRateParams) (*http.Request, error)

NewRemoveNonPersistentTopicReplicatorDispatchRateRequest generates requests for RemoveNonPersistentTopicReplicatorDispatchRate

func NewRemoveNonPersistentTopicRetentionRequest

func NewRemoveNonPersistentTopicRetentionRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicRetentionParams) (*http.Request, error)

NewRemoveNonPersistentTopicRetentionRequest generates requests for RemoveNonPersistentTopicRetention

func NewRemoveNonPersistentTopicSchemaCompatibilityStrategyRequestWithBody

func NewRemoveNonPersistentTopicSchemaCompatibilityStrategyRequestWithBody(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader) (*http.Request, error)

NewRemoveNonPersistentTopicSchemaCompatibilityStrategyRequestWithBody generates requests for RemoveNonPersistentTopicSchemaCompatibilityStrategy with any type of body

func NewRemoveNonPersistentTopicSubscribeRateRequestWithBody

func NewRemoveNonPersistentTopicSubscribeRateRequestWithBody(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSubscribeRateParams, contentType string, body io.Reader) (*http.Request, error)

NewRemoveNonPersistentTopicSubscribeRateRequestWithBody generates requests for RemoveNonPersistentTopicSubscribeRate with any type of body

func NewRemoveNonPersistentTopicSubscriptionDispatchRateRequest

func NewRemoveNonPersistentTopicSubscriptionDispatchRateRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSubscriptionDispatchRateParams) (*http.Request, error)

NewRemoveNonPersistentTopicSubscriptionDispatchRateRequest generates requests for RemoveNonPersistentTopicSubscriptionDispatchRate

func NewRemoveNonPersistentTopicSubscriptionLevelDispatchRateRequest

func NewRemoveNonPersistentTopicSubscriptionLevelDispatchRateRequest(server string, tenant string, namespace string, topic string, subName string, params *RemoveNonPersistentTopicSubscriptionLevelDispatchRateParams) (*http.Request, error)

NewRemoveNonPersistentTopicSubscriptionLevelDispatchRateRequest generates requests for RemoveNonPersistentTopicSubscriptionLevelDispatchRate

func NewRemoveNonPersistentTopicSubscriptionTypesEnabledRequest

func NewRemoveNonPersistentTopicSubscriptionTypesEnabledRequest(server string, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSubscriptionTypesEnabledParams) (*http.Request, error)

NewRemoveNonPersistentTopicSubscriptionTypesEnabledRequest generates requests for RemoveNonPersistentTopicSubscriptionTypesEnabled

func NewRemovePersistentTopicBacklogQuotaRequest

func NewRemovePersistentTopicBacklogQuotaRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicBacklogQuotaParams) (*http.Request, error)

NewRemovePersistentTopicBacklogQuotaRequest generates requests for RemovePersistentTopicBacklogQuota

func NewRemovePersistentTopicCompactionThresholdRequest

func NewRemovePersistentTopicCompactionThresholdRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicCompactionThresholdParams) (*http.Request, error)

NewRemovePersistentTopicCompactionThresholdRequest generates requests for RemovePersistentTopicCompactionThreshold

func NewRemovePersistentTopicDeduplicationRequest

func NewRemovePersistentTopicDeduplicationRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicDeduplicationParams) (*http.Request, error)

NewRemovePersistentTopicDeduplicationRequest generates requests for RemovePersistentTopicDeduplication

func NewRemovePersistentTopicDispatchRateRequest

func NewRemovePersistentTopicDispatchRateRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicDispatchRateParams) (*http.Request, error)

NewRemovePersistentTopicDispatchRateRequest generates requests for RemovePersistentTopicDispatchRate

func NewRemovePersistentTopicEntryFiltersRequest

func NewRemovePersistentTopicEntryFiltersRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicEntryFiltersParams) (*http.Request, error)

NewRemovePersistentTopicEntryFiltersRequest generates requests for RemovePersistentTopicEntryFilters

func NewRemovePersistentTopicMaxConsumersPerSubscriptionRequest

func NewRemovePersistentTopicMaxConsumersPerSubscriptionRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxConsumersPerSubscriptionParams) (*http.Request, error)

NewRemovePersistentTopicMaxConsumersPerSubscriptionRequest generates requests for RemovePersistentTopicMaxConsumersPerSubscription

func NewRemovePersistentTopicMaxConsumersRequest

func NewRemovePersistentTopicMaxConsumersRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxConsumersParams) (*http.Request, error)

NewRemovePersistentTopicMaxConsumersRequest generates requests for RemovePersistentTopicMaxConsumers

func NewRemovePersistentTopicMaxMessageSizeRequest

func NewRemovePersistentTopicMaxMessageSizeRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxMessageSizeParams) (*http.Request, error)

NewRemovePersistentTopicMaxMessageSizeRequest generates requests for RemovePersistentTopicMaxMessageSize

func NewRemovePersistentTopicMaxProducersRequest

func NewRemovePersistentTopicMaxProducersRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxProducersParams) (*http.Request, error)

NewRemovePersistentTopicMaxProducersRequest generates requests for RemovePersistentTopicMaxProducers

func NewRemovePersistentTopicMaxSubscriptionsPerTopicRequest

func NewRemovePersistentTopicMaxSubscriptionsPerTopicRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxSubscriptionsPerTopicParams) (*http.Request, error)

NewRemovePersistentTopicMaxSubscriptionsPerTopicRequest generates requests for RemovePersistentTopicMaxSubscriptionsPerTopic

func NewRemovePersistentTopicMessageTTLRequest

func NewRemovePersistentTopicMessageTTLRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicMessageTTLParams) (*http.Request, error)

NewRemovePersistentTopicMessageTTLRequest generates requests for RemovePersistentTopicMessageTTL

func NewRemovePersistentTopicOffloadPoliciesRequest

func NewRemovePersistentTopicOffloadPoliciesRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicOffloadPoliciesParams) (*http.Request, error)

NewRemovePersistentTopicOffloadPoliciesRequest generates requests for RemovePersistentTopicOffloadPolicies

func NewRemovePersistentTopicPersistenceRequest

func NewRemovePersistentTopicPersistenceRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicPersistenceParams) (*http.Request, error)

NewRemovePersistentTopicPersistenceRequest generates requests for RemovePersistentTopicPersistence

func NewRemovePersistentTopicPropertiesRequest

func NewRemovePersistentTopicPropertiesRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicPropertiesParams) (*http.Request, error)

NewRemovePersistentTopicPropertiesRequest generates requests for RemovePersistentTopicProperties

func NewRemovePersistentTopicPublishRateRequest

func NewRemovePersistentTopicPublishRateRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicPublishRateParams) (*http.Request, error)

NewRemovePersistentTopicPublishRateRequest generates requests for RemovePersistentTopicPublishRate

func NewRemovePersistentTopicReplicationClustersRequest

func NewRemovePersistentTopicReplicationClustersRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicReplicationClustersParams) (*http.Request, error)

NewRemovePersistentTopicReplicationClustersRequest generates requests for RemovePersistentTopicReplicationClusters

func NewRemovePersistentTopicReplicatorDispatchRateRequest

func NewRemovePersistentTopicReplicatorDispatchRateRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicReplicatorDispatchRateParams) (*http.Request, error)

NewRemovePersistentTopicReplicatorDispatchRateRequest generates requests for RemovePersistentTopicReplicatorDispatchRate

func NewRemovePersistentTopicRetentionRequest

func NewRemovePersistentTopicRetentionRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicRetentionParams) (*http.Request, error)

NewRemovePersistentTopicRetentionRequest generates requests for RemovePersistentTopicRetention

func NewRemovePersistentTopicSchemaCompatibilityStrategyRequestWithBody

func NewRemovePersistentTopicSchemaCompatibilityStrategyRequestWithBody(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader) (*http.Request, error)

NewRemovePersistentTopicSchemaCompatibilityStrategyRequestWithBody generates requests for RemovePersistentTopicSchemaCompatibilityStrategy with any type of body

func NewRemovePersistentTopicSubscribeRateRequestWithBody

func NewRemovePersistentTopicSubscribeRateRequestWithBody(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicSubscribeRateParams, contentType string, body io.Reader) (*http.Request, error)

NewRemovePersistentTopicSubscribeRateRequestWithBody generates requests for RemovePersistentTopicSubscribeRate with any type of body

func NewRemovePersistentTopicSubscriptionDispatchRateRequest

func NewRemovePersistentTopicSubscriptionDispatchRateRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicSubscriptionDispatchRateParams) (*http.Request, error)

NewRemovePersistentTopicSubscriptionDispatchRateRequest generates requests for RemovePersistentTopicSubscriptionDispatchRate

func NewRemovePersistentTopicSubscriptionLevelDispatchRateRequest

func NewRemovePersistentTopicSubscriptionLevelDispatchRateRequest(server string, tenant string, namespace string, topic string, subName string, params *RemovePersistentTopicSubscriptionLevelDispatchRateParams) (*http.Request, error)

NewRemovePersistentTopicSubscriptionLevelDispatchRateRequest generates requests for RemovePersistentTopicSubscriptionLevelDispatchRate

func NewRemovePersistentTopicSubscriptionTypesEnabledRequest

func NewRemovePersistentTopicSubscriptionTypesEnabledRequest(server string, tenant string, namespace string, topic string, params *RemovePersistentTopicSubscriptionTypesEnabledParams) (*http.Request, error)

NewRemovePersistentTopicSubscriptionTypesEnabledRequest generates requests for RemovePersistentTopicSubscriptionTypesEnabled

func NewRemovePropertyRequest

func NewRemovePropertyRequest(server string, tenant string, namespace string, key string) (*http.Request, error)

NewRemovePropertyRequest generates requests for RemoveProperty

func NewRemoveSubscriptionExpirationTimeRequest

func NewRemoveSubscriptionExpirationTimeRequest(server string, tenant string, namespace string) (*http.Request, error)

NewRemoveSubscriptionExpirationTimeRequest generates requests for RemoveSubscriptionExpirationTime

func NewResetNonPersistentTopicCursorOnPositionRequestWithBody

func NewResetNonPersistentTopicCursorOnPositionRequestWithBody(server string, tenant string, namespace string, topic string, subName string, params *ResetNonPersistentTopicCursorOnPositionParams, contentType string, body io.Reader) (*http.Request, error)

NewResetNonPersistentTopicCursorOnPositionRequestWithBody generates requests for ResetNonPersistentTopicCursorOnPosition with any type of body

func NewResetNonPersistentTopicCursorRequest

func NewResetNonPersistentTopicCursorRequest(server string, tenant string, namespace string, topic string, subName string, timestamp int64, params *ResetNonPersistentTopicCursorParams) (*http.Request, error)

NewResetNonPersistentTopicCursorRequest generates requests for ResetNonPersistentTopicCursor

func NewResetPersistentTopicCursorOnPositionRequestWithBody

func NewResetPersistentTopicCursorOnPositionRequestWithBody(server string, tenant string, namespace string, topic string, subName string, params *ResetPersistentTopicCursorOnPositionParams, contentType string, body io.Reader) (*http.Request, error)

NewResetPersistentTopicCursorOnPositionRequestWithBody generates requests for ResetPersistentTopicCursorOnPosition with any type of body

func NewResetPersistentTopicCursorRequest

func NewResetPersistentTopicCursorRequest(server string, tenant string, namespace string, topic string, subName string, timestamp int64, params *ResetPersistentTopicCursorParams) (*http.Request, error)

NewResetPersistentTopicCursorRequest generates requests for ResetPersistentTopicCursor

func NewRevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicRequest

func NewRevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicRequest(server string, tenant string, namespace string, topic string, role string) (*http.Request, error)

NewRevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicRequest generates requests for RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopic

func NewRevokePermissionsOnNamespaceRequest

func NewRevokePermissionsOnNamespaceRequest(server string, tenant string, namespace string, role string) (*http.Request, error)

NewRevokePermissionsOnNamespaceRequest generates requests for RevokePermissionsOnNamespace

func NewRevokePersistentTopicNonPersistentTopicPermissionsOnTopicRequest

func NewRevokePersistentTopicNonPersistentTopicPermissionsOnTopicRequest(server string, tenant string, namespace string, topic string, role string) (*http.Request, error)

NewRevokePersistentTopicNonPersistentTopicPermissionsOnTopicRequest generates requests for RevokePersistentTopicNonPersistentTopicPermissionsOnTopic

func NewScanOffloadedLedgersRequest

func NewScanOffloadedLedgersRequest(server string, tenant string, namespace string) (*http.Request, error)

NewScanOffloadedLedgersRequest generates requests for ScanOffloadedLedgers

func NewSetAutoSubscriptionCreationRequest

func NewSetAutoSubscriptionCreationRequest(server string, tenant string, namespace string, body SetAutoSubscriptionCreationJSONRequestBody) (*http.Request, error)

NewSetAutoSubscriptionCreationRequest calls the generic SetAutoSubscriptionCreation builder with application/json body

func NewSetAutoSubscriptionCreationRequestWithBody

func NewSetAutoSubscriptionCreationRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetAutoSubscriptionCreationRequestWithBody generates requests for SetAutoSubscriptionCreation with any type of body

func NewSetAutoTopicCreationRequest

func NewSetAutoTopicCreationRequest(server string, tenant string, namespace string, body SetAutoTopicCreationJSONRequestBody) (*http.Request, error)

NewSetAutoTopicCreationRequest calls the generic SetAutoTopicCreation builder with application/json body

func NewSetAutoTopicCreationRequestWithBody

func NewSetAutoTopicCreationRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetAutoTopicCreationRequestWithBody generates requests for SetAutoTopicCreation with any type of body

func NewSetBookieAffinityGroupRequest

func NewSetBookieAffinityGroupRequest(server string, tenant string, namespace string, body SetBookieAffinityGroupJSONRequestBody) (*http.Request, error)

NewSetBookieAffinityGroupRequest calls the generic SetBookieAffinityGroup builder with application/json body

func NewSetBookieAffinityGroupRequestWithBody

func NewSetBookieAffinityGroupRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetBookieAffinityGroupRequestWithBody generates requests for SetBookieAffinityGroup with any type of body

func NewSetDefaultResourceQuotaRequest

func NewSetDefaultResourceQuotaRequest(server string, body SetDefaultResourceQuotaJSONRequestBody) (*http.Request, error)

NewSetDefaultResourceQuotaRequest calls the generic SetDefaultResourceQuota builder with application/json body

func NewSetDefaultResourceQuotaRequestWithBody

func NewSetDefaultResourceQuotaRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewSetDefaultResourceQuotaRequestWithBody generates requests for SetDefaultResourceQuota with any type of body

func NewSetEntryFiltersPerTopicRequest

func NewSetEntryFiltersPerTopicRequest(server string, tenant string, namespace string, body SetEntryFiltersPerTopicJSONRequestBody) (*http.Request, error)

NewSetEntryFiltersPerTopicRequest calls the generic SetEntryFiltersPerTopic builder with application/json body

func NewSetEntryFiltersPerTopicRequestWithBody

func NewSetEntryFiltersPerTopicRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetEntryFiltersPerTopicRequestWithBody generates requests for SetEntryFiltersPerTopic with any type of body

func NewSetFailureDomainRequestWithBody

func NewSetFailureDomainRequestWithBody(server string, cluster string, domainName string, contentType string, body io.Reader) (*http.Request, error)

NewSetFailureDomainRequestWithBody generates requests for SetFailureDomain with any type of body

func NewSetIsAllowAutoUpdateSchemaRequest

func NewSetIsAllowAutoUpdateSchemaRequest(server string, tenant string, namespace string, body SetIsAllowAutoUpdateSchemaJSONRequestBody) (*http.Request, error)

NewSetIsAllowAutoUpdateSchemaRequest calls the generic SetIsAllowAutoUpdateSchema builder with application/json body

func NewSetIsAllowAutoUpdateSchemaRequestWithBody

func NewSetIsAllowAutoUpdateSchemaRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetIsAllowAutoUpdateSchemaRequestWithBody generates requests for SetIsAllowAutoUpdateSchema with any type of body

func NewSetNamespaceAntiAffinityGroupRequest

func NewSetNamespaceAntiAffinityGroupRequest(server string, tenant string, namespace string, body SetNamespaceAntiAffinityGroupJSONRequestBody) (*http.Request, error)

NewSetNamespaceAntiAffinityGroupRequest calls the generic SetNamespaceAntiAffinityGroup builder with application/json body

func NewSetNamespaceAntiAffinityGroupRequestWithBody

func NewSetNamespaceAntiAffinityGroupRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceAntiAffinityGroupRequestWithBody generates requests for SetNamespaceAntiAffinityGroup with any type of body

func NewSetNamespaceBacklogQuotaRequest

func NewSetNamespaceBacklogQuotaRequest(server string, tenant string, namespace string, params *SetNamespaceBacklogQuotaParams, body SetNamespaceBacklogQuotaJSONRequestBody) (*http.Request, error)

NewSetNamespaceBacklogQuotaRequest calls the generic SetNamespaceBacklogQuota builder with application/json body

func NewSetNamespaceBacklogQuotaRequestWithBody

func NewSetNamespaceBacklogQuotaRequestWithBody(server string, tenant string, namespace string, params *SetNamespaceBacklogQuotaParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceBacklogQuotaRequestWithBody generates requests for SetNamespaceBacklogQuota with any type of body

func NewSetNamespaceBundleResourceQuotaRequest

func NewSetNamespaceBundleResourceQuotaRequest(server string, tenant string, namespace string, bundle string, body SetNamespaceBundleResourceQuotaJSONRequestBody) (*http.Request, error)

NewSetNamespaceBundleResourceQuotaRequest calls the generic SetNamespaceBundleResourceQuota builder with application/json body

func NewSetNamespaceBundleResourceQuotaRequestWithBody

func NewSetNamespaceBundleResourceQuotaRequestWithBody(server string, tenant string, namespace string, bundle string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceBundleResourceQuotaRequestWithBody generates requests for SetNamespaceBundleResourceQuota with any type of body

func NewSetNamespaceCompactionThresholdRequest

func NewSetNamespaceCompactionThresholdRequest(server string, tenant string, namespace string, body SetNamespaceCompactionThresholdJSONRequestBody) (*http.Request, error)

NewSetNamespaceCompactionThresholdRequest calls the generic SetNamespaceCompactionThreshold builder with application/json body

func NewSetNamespaceCompactionThresholdRequestWithBody

func NewSetNamespaceCompactionThresholdRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceCompactionThresholdRequestWithBody generates requests for SetNamespaceCompactionThreshold with any type of body

func NewSetNamespaceDeduplicationSnapshotIntervalRequest

func NewSetNamespaceDeduplicationSnapshotIntervalRequest(server string, tenant string, namespace string, body SetNamespaceDeduplicationSnapshotIntervalJSONRequestBody) (*http.Request, error)

NewSetNamespaceDeduplicationSnapshotIntervalRequest calls the generic SetNamespaceDeduplicationSnapshotInterval builder with application/json body

func NewSetNamespaceDeduplicationSnapshotIntervalRequestWithBody

func NewSetNamespaceDeduplicationSnapshotIntervalRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceDeduplicationSnapshotIntervalRequestWithBody generates requests for SetNamespaceDeduplicationSnapshotInterval with any type of body

func NewSetNamespaceDelayedDeliveryPoliciesRequest

func NewSetNamespaceDelayedDeliveryPoliciesRequest(server string, tenant string, namespace string, body SetNamespaceDelayedDeliveryPoliciesJSONRequestBody) (*http.Request, error)

NewSetNamespaceDelayedDeliveryPoliciesRequest calls the generic SetNamespaceDelayedDeliveryPolicies builder with application/json body

func NewSetNamespaceDelayedDeliveryPoliciesRequestWithBody

func NewSetNamespaceDelayedDeliveryPoliciesRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceDelayedDeliveryPoliciesRequestWithBody generates requests for SetNamespaceDelayedDeliveryPolicies with any type of body

func NewSetNamespaceDispatchRateRequest

func NewSetNamespaceDispatchRateRequest(server string, tenant string, namespace string, body SetNamespaceDispatchRateJSONRequestBody) (*http.Request, error)

NewSetNamespaceDispatchRateRequest calls the generic SetNamespaceDispatchRate builder with application/json body

func NewSetNamespaceDispatchRateRequestWithBody

func NewSetNamespaceDispatchRateRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceDispatchRateRequestWithBody generates requests for SetNamespaceDispatchRate with any type of body

func NewSetNamespaceInactiveTopicPoliciesRequest

func NewSetNamespaceInactiveTopicPoliciesRequest(server string, tenant string, namespace string, body SetNamespaceInactiveTopicPoliciesJSONRequestBody) (*http.Request, error)

NewSetNamespaceInactiveTopicPoliciesRequest calls the generic SetNamespaceInactiveTopicPolicies builder with application/json body

func NewSetNamespaceInactiveTopicPoliciesRequestWithBody

func NewSetNamespaceInactiveTopicPoliciesRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceInactiveTopicPoliciesRequestWithBody generates requests for SetNamespaceInactiveTopicPolicies with any type of body

func NewSetNamespaceIsolationPolicyRequestWithBody

func NewSetNamespaceIsolationPolicyRequestWithBody(server string, cluster string, policyName string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceIsolationPolicyRequestWithBody generates requests for SetNamespaceIsolationPolicy with any type of body

func NewSetNamespaceMaxConsumersPerSubscriptionRequest

func NewSetNamespaceMaxConsumersPerSubscriptionRequest(server string, tenant string, namespace string, body SetNamespaceMaxConsumersPerSubscriptionJSONRequestBody) (*http.Request, error)

NewSetNamespaceMaxConsumersPerSubscriptionRequest calls the generic SetNamespaceMaxConsumersPerSubscription builder with application/json body

func NewSetNamespaceMaxConsumersPerSubscriptionRequestWithBody

func NewSetNamespaceMaxConsumersPerSubscriptionRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceMaxConsumersPerSubscriptionRequestWithBody generates requests for SetNamespaceMaxConsumersPerSubscription with any type of body

func NewSetNamespaceMaxConsumersPerTopicRequest

func NewSetNamespaceMaxConsumersPerTopicRequest(server string, tenant string, namespace string, body SetNamespaceMaxConsumersPerTopicJSONRequestBody) (*http.Request, error)

NewSetNamespaceMaxConsumersPerTopicRequest calls the generic SetNamespaceMaxConsumersPerTopic builder with application/json body

func NewSetNamespaceMaxConsumersPerTopicRequestWithBody

func NewSetNamespaceMaxConsumersPerTopicRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceMaxConsumersPerTopicRequestWithBody generates requests for SetNamespaceMaxConsumersPerTopic with any type of body

func NewSetNamespaceMaxProducersPerTopicRequest

func NewSetNamespaceMaxProducersPerTopicRequest(server string, tenant string, namespace string, body SetNamespaceMaxProducersPerTopicJSONRequestBody) (*http.Request, error)

NewSetNamespaceMaxProducersPerTopicRequest calls the generic SetNamespaceMaxProducersPerTopic builder with application/json body

func NewSetNamespaceMaxProducersPerTopicRequestWithBody

func NewSetNamespaceMaxProducersPerTopicRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceMaxProducersPerTopicRequestWithBody generates requests for SetNamespaceMaxProducersPerTopic with any type of body

func NewSetNamespaceMaxSubscriptionsPerTopicRequest

func NewSetNamespaceMaxSubscriptionsPerTopicRequest(server string, tenant string, namespace string, body SetNamespaceMaxSubscriptionsPerTopicJSONRequestBody) (*http.Request, error)

NewSetNamespaceMaxSubscriptionsPerTopicRequest calls the generic SetNamespaceMaxSubscriptionsPerTopic builder with application/json body

func NewSetNamespaceMaxSubscriptionsPerTopicRequestWithBody

func NewSetNamespaceMaxSubscriptionsPerTopicRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceMaxSubscriptionsPerTopicRequestWithBody generates requests for SetNamespaceMaxSubscriptionsPerTopic with any type of body

func NewSetNamespaceMaxTopicsPerNamespaceRequest

func NewSetNamespaceMaxTopicsPerNamespaceRequest(server string, tenant string, namespace string, body SetNamespaceMaxTopicsPerNamespaceJSONRequestBody) (*http.Request, error)

NewSetNamespaceMaxTopicsPerNamespaceRequest calls the generic SetNamespaceMaxTopicsPerNamespace builder with application/json body

func NewSetNamespaceMaxTopicsPerNamespaceRequestWithBody

func NewSetNamespaceMaxTopicsPerNamespaceRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceMaxTopicsPerNamespaceRequestWithBody generates requests for SetNamespaceMaxTopicsPerNamespace with any type of body

func NewSetNamespaceMaxUnackedMessagesPerConsumerRequest

func NewSetNamespaceMaxUnackedMessagesPerConsumerRequest(server string, tenant string, namespace string, body SetNamespaceMaxUnackedMessagesPerConsumerJSONRequestBody) (*http.Request, error)

NewSetNamespaceMaxUnackedMessagesPerConsumerRequest calls the generic SetNamespaceMaxUnackedMessagesPerConsumer builder with application/json body

func NewSetNamespaceMaxUnackedMessagesPerConsumerRequestWithBody

func NewSetNamespaceMaxUnackedMessagesPerConsumerRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceMaxUnackedMessagesPerConsumerRequestWithBody generates requests for SetNamespaceMaxUnackedMessagesPerConsumer with any type of body

func NewSetNamespaceMaxUnackedMessagesPerSubscriptionRequest

func NewSetNamespaceMaxUnackedMessagesPerSubscriptionRequest(server string, tenant string, namespace string, body SetNamespaceMaxUnackedMessagesPerSubscriptionJSONRequestBody) (*http.Request, error)

NewSetNamespaceMaxUnackedMessagesPerSubscriptionRequest calls the generic SetNamespaceMaxUnackedMessagesPerSubscription builder with application/json body

func NewSetNamespaceMaxUnackedMessagesPerSubscriptionRequestWithBody

func NewSetNamespaceMaxUnackedMessagesPerSubscriptionRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceMaxUnackedMessagesPerSubscriptionRequestWithBody generates requests for SetNamespaceMaxUnackedMessagesPerSubscription with any type of body

func NewSetNamespaceMessageTTLRequest

func NewSetNamespaceMessageTTLRequest(server string, tenant string, namespace string, body SetNamespaceMessageTTLJSONRequestBody) (*http.Request, error)

NewSetNamespaceMessageTTLRequest calls the generic SetNamespaceMessageTTL builder with application/json body

func NewSetNamespaceMessageTTLRequestWithBody

func NewSetNamespaceMessageTTLRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceMessageTTLRequestWithBody generates requests for SetNamespaceMessageTTL with any type of body

func NewSetNamespaceOffloadDeletionLagRequest

func NewSetNamespaceOffloadDeletionLagRequest(server string, tenant string, namespace string, body SetNamespaceOffloadDeletionLagJSONRequestBody) (*http.Request, error)

NewSetNamespaceOffloadDeletionLagRequest calls the generic SetNamespaceOffloadDeletionLag builder with application/json body

func NewSetNamespaceOffloadDeletionLagRequestWithBody

func NewSetNamespaceOffloadDeletionLagRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceOffloadDeletionLagRequestWithBody generates requests for SetNamespaceOffloadDeletionLag with any type of body

func NewSetNamespaceOffloadPoliciesRequest

func NewSetNamespaceOffloadPoliciesRequest(server string, tenant string, namespace string, body SetNamespaceOffloadPoliciesJSONRequestBody) (*http.Request, error)

NewSetNamespaceOffloadPoliciesRequest calls the generic SetNamespaceOffloadPolicies builder with application/json body

func NewSetNamespaceOffloadPoliciesRequestWithBody

func NewSetNamespaceOffloadPoliciesRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceOffloadPoliciesRequestWithBody generates requests for SetNamespaceOffloadPolicies with any type of body

func NewSetNamespaceOffloadThresholdRequest

func NewSetNamespaceOffloadThresholdRequest(server string, tenant string, namespace string, body SetNamespaceOffloadThresholdJSONRequestBody) (*http.Request, error)

NewSetNamespaceOffloadThresholdRequest calls the generic SetNamespaceOffloadThreshold builder with application/json body

func NewSetNamespaceOffloadThresholdRequestWithBody

func NewSetNamespaceOffloadThresholdRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceOffloadThresholdRequestWithBody generates requests for SetNamespaceOffloadThreshold with any type of body

func NewSetNamespacePersistenceRequest

func NewSetNamespacePersistenceRequest(server string, tenant string, namespace string, body SetNamespacePersistenceJSONRequestBody) (*http.Request, error)

NewSetNamespacePersistenceRequest calls the generic SetNamespacePersistence builder with application/json body

func NewSetNamespacePersistenceRequestWithBody

func NewSetNamespacePersistenceRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespacePersistenceRequestWithBody generates requests for SetNamespacePersistence with any type of body

func NewSetNamespaceReplicationClustersRequest

func NewSetNamespaceReplicationClustersRequest(server string, tenant string, namespace string, body SetNamespaceReplicationClustersJSONRequestBody) (*http.Request, error)

NewSetNamespaceReplicationClustersRequest calls the generic SetNamespaceReplicationClusters builder with application/json body

func NewSetNamespaceReplicationClustersRequestWithBody

func NewSetNamespaceReplicationClustersRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceReplicationClustersRequestWithBody generates requests for SetNamespaceReplicationClusters with any type of body

func NewSetNamespaceReplicatorDispatchRateRequest

func NewSetNamespaceReplicatorDispatchRateRequest(server string, tenant string, namespace string, body SetNamespaceReplicatorDispatchRateJSONRequestBody) (*http.Request, error)

NewSetNamespaceReplicatorDispatchRateRequest calls the generic SetNamespaceReplicatorDispatchRate builder with application/json body

func NewSetNamespaceReplicatorDispatchRateRequestWithBody

func NewSetNamespaceReplicatorDispatchRateRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceReplicatorDispatchRateRequestWithBody generates requests for SetNamespaceReplicatorDispatchRate with any type of body

func NewSetNamespaceResourceGroupRequest

func NewSetNamespaceResourceGroupRequest(server string, tenant string, namespace string, resourcegroup string) (*http.Request, error)

NewSetNamespaceResourceGroupRequest generates requests for SetNamespaceResourceGroup

func NewSetNamespaceRetentionRequest

func NewSetNamespaceRetentionRequest(server string, tenant string, namespace string, body SetNamespaceRetentionJSONRequestBody) (*http.Request, error)

NewSetNamespaceRetentionRequest calls the generic SetNamespaceRetention builder with application/json body

func NewSetNamespaceRetentionRequestWithBody

func NewSetNamespaceRetentionRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceRetentionRequestWithBody generates requests for SetNamespaceRetention with any type of body

func NewSetNamespaceSchemaCompatibilityStrategyRequest

func NewSetNamespaceSchemaCompatibilityStrategyRequest(server string, tenant string, namespace string, body SetNamespaceSchemaCompatibilityStrategyJSONRequestBody) (*http.Request, error)

NewSetNamespaceSchemaCompatibilityStrategyRequest calls the generic SetNamespaceSchemaCompatibilityStrategy builder with application/json body

func NewSetNamespaceSchemaCompatibilityStrategyRequestWithBody

func NewSetNamespaceSchemaCompatibilityStrategyRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceSchemaCompatibilityStrategyRequestWithBody generates requests for SetNamespaceSchemaCompatibilityStrategy with any type of body

func NewSetNamespaceSchemaValidationEnforcedRequest

func NewSetNamespaceSchemaValidationEnforcedRequest(server string, tenant string, namespace string, body SetNamespaceSchemaValidationEnforcedJSONRequestBody) (*http.Request, error)

NewSetNamespaceSchemaValidationEnforcedRequest calls the generic SetNamespaceSchemaValidationEnforced builder with application/json body

func NewSetNamespaceSchemaValidationEnforcedRequestWithBody

func NewSetNamespaceSchemaValidationEnforcedRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceSchemaValidationEnforcedRequestWithBody generates requests for SetNamespaceSchemaValidationEnforced with any type of body

func NewSetNamespaceSubscribeRateRequest

func NewSetNamespaceSubscribeRateRequest(server string, tenant string, namespace string, body SetNamespaceSubscribeRateJSONRequestBody) (*http.Request, error)

NewSetNamespaceSubscribeRateRequest calls the generic SetNamespaceSubscribeRate builder with application/json body

func NewSetNamespaceSubscribeRateRequestWithBody

func NewSetNamespaceSubscribeRateRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceSubscribeRateRequestWithBody generates requests for SetNamespaceSubscribeRate with any type of body

func NewSetNamespaceSubscriptionAuthModeRequest

func NewSetNamespaceSubscriptionAuthModeRequest(server string, tenant string, namespace string, body SetNamespaceSubscriptionAuthModeJSONRequestBody) (*http.Request, error)

NewSetNamespaceSubscriptionAuthModeRequest calls the generic SetNamespaceSubscriptionAuthMode builder with application/json body

func NewSetNamespaceSubscriptionAuthModeRequestWithBody

func NewSetNamespaceSubscriptionAuthModeRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceSubscriptionAuthModeRequestWithBody generates requests for SetNamespaceSubscriptionAuthMode with any type of body

func NewSetNamespaceSubscriptionDispatchRateRequest

func NewSetNamespaceSubscriptionDispatchRateRequest(server string, tenant string, namespace string, body SetNamespaceSubscriptionDispatchRateJSONRequestBody) (*http.Request, error)

NewSetNamespaceSubscriptionDispatchRateRequest calls the generic SetNamespaceSubscriptionDispatchRate builder with application/json body

func NewSetNamespaceSubscriptionDispatchRateRequestWithBody

func NewSetNamespaceSubscriptionDispatchRateRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceSubscriptionDispatchRateRequestWithBody generates requests for SetNamespaceSubscriptionDispatchRate with any type of body

func NewSetNamespaceSubscriptionExpirationTimeRequest

func NewSetNamespaceSubscriptionExpirationTimeRequest(server string, tenant string, namespace string, body SetNamespaceSubscriptionExpirationTimeJSONRequestBody) (*http.Request, error)

NewSetNamespaceSubscriptionExpirationTimeRequest calls the generic SetNamespaceSubscriptionExpirationTime builder with application/json body

func NewSetNamespaceSubscriptionExpirationTimeRequestWithBody

func NewSetNamespaceSubscriptionExpirationTimeRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceSubscriptionExpirationTimeRequestWithBody generates requests for SetNamespaceSubscriptionExpirationTime with any type of body

func NewSetNamespaceSubscriptionTypesEnabledRequest

func NewSetNamespaceSubscriptionTypesEnabledRequest(server string, tenant string, namespace string, body SetNamespaceSubscriptionTypesEnabledJSONRequestBody) (*http.Request, error)

NewSetNamespaceSubscriptionTypesEnabledRequest calls the generic SetNamespaceSubscriptionTypesEnabled builder with application/json body

func NewSetNamespaceSubscriptionTypesEnabledRequestWithBody

func NewSetNamespaceSubscriptionTypesEnabledRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetNamespaceSubscriptionTypesEnabledRequestWithBody generates requests for SetNamespaceSubscriptionTypesEnabled with any type of body

func NewSetNonPersistentTopicBacklogQuotaRequest

func NewSetNonPersistentTopicBacklogQuotaRequest(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicBacklogQuotaParams) (*http.Request, error)

NewSetNonPersistentTopicBacklogQuotaRequest generates requests for SetNonPersistentTopicBacklogQuota

func NewSetNonPersistentTopicCompactionThresholdRequestWithBody

func NewSetNonPersistentTopicCompactionThresholdRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicCompactionThresholdParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicCompactionThresholdRequestWithBody generates requests for SetNonPersistentTopicCompactionThreshold with any type of body

func NewSetNonPersistentTopicDeduplicationRequestWithBody

func NewSetNonPersistentTopicDeduplicationRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicDeduplicationParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicDeduplicationRequestWithBody generates requests for SetNonPersistentTopicDeduplication with any type of body

func NewSetNonPersistentTopicDeduplicationSnapshotIntervalRequestWithBody

func NewSetNonPersistentTopicDeduplicationSnapshotIntervalRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicDeduplicationSnapshotIntervalParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicDeduplicationSnapshotIntervalRequestWithBody generates requests for SetNonPersistentTopicDeduplicationSnapshotInterval with any type of body

func NewSetNonPersistentTopicDelayedDeliveryPoliciesRequestWithBody

func NewSetNonPersistentTopicDelayedDeliveryPoliciesRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicDelayedDeliveryPoliciesParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicDelayedDeliveryPoliciesRequestWithBody generates requests for SetNonPersistentTopicDelayedDeliveryPolicies with any type of body

func NewSetNonPersistentTopicDispatchRateRequestWithBody

func NewSetNonPersistentTopicDispatchRateRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicDispatchRateParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicDispatchRateRequestWithBody generates requests for SetNonPersistentTopicDispatchRate with any type of body

func NewSetNonPersistentTopicEntryFiltersRequestWithBody

func NewSetNonPersistentTopicEntryFiltersRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicEntryFiltersParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicEntryFiltersRequestWithBody generates requests for SetNonPersistentTopicEntryFilters with any type of body

func NewSetNonPersistentTopicInactiveTopicPoliciesRequestWithBody

func NewSetNonPersistentTopicInactiveTopicPoliciesRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicInactiveTopicPoliciesParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicInactiveTopicPoliciesRequestWithBody generates requests for SetNonPersistentTopicInactiveTopicPolicies with any type of body

func NewSetNonPersistentTopicMaxConsumersPerSubscriptionRequestWithBody

func NewSetNonPersistentTopicMaxConsumersPerSubscriptionRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxConsumersPerSubscriptionParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicMaxConsumersPerSubscriptionRequestWithBody generates requests for SetNonPersistentTopicMaxConsumersPerSubscription with any type of body

func NewSetNonPersistentTopicMaxConsumersRequestWithBody

func NewSetNonPersistentTopicMaxConsumersRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxConsumersParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicMaxConsumersRequestWithBody generates requests for SetNonPersistentTopicMaxConsumers with any type of body

func NewSetNonPersistentTopicMaxMessageSizeRequestWithBody

func NewSetNonPersistentTopicMaxMessageSizeRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxMessageSizeParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicMaxMessageSizeRequestWithBody generates requests for SetNonPersistentTopicMaxMessageSize with any type of body

func NewSetNonPersistentTopicMaxProducersRequestWithBody

func NewSetNonPersistentTopicMaxProducersRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxProducersParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicMaxProducersRequestWithBody generates requests for SetNonPersistentTopicMaxProducers with any type of body

func NewSetNonPersistentTopicMaxSubscriptionsPerTopicRequestWithBody

func NewSetNonPersistentTopicMaxSubscriptionsPerTopicRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxSubscriptionsPerTopicParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicMaxSubscriptionsPerTopicRequestWithBody generates requests for SetNonPersistentTopicMaxSubscriptionsPerTopic with any type of body

func NewSetNonPersistentTopicMaxUnackedMessagesOnConsumerRequestWithBody

func NewSetNonPersistentTopicMaxUnackedMessagesOnConsumerRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxUnackedMessagesOnConsumerParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicMaxUnackedMessagesOnConsumerRequestWithBody generates requests for SetNonPersistentTopicMaxUnackedMessagesOnConsumer with any type of body

func NewSetNonPersistentTopicMaxUnackedMessagesOnSubscriptionRequestWithBody

func NewSetNonPersistentTopicMaxUnackedMessagesOnSubscriptionRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicMaxUnackedMessagesOnSubscriptionRequestWithBody generates requests for SetNonPersistentTopicMaxUnackedMessagesOnSubscription with any type of body

func NewSetNonPersistentTopicMessageTTLRequest

func NewSetNonPersistentTopicMessageTTLRequest(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicMessageTTLParams) (*http.Request, error)

NewSetNonPersistentTopicMessageTTLRequest generates requests for SetNonPersistentTopicMessageTTL

func NewSetNonPersistentTopicOffloadPoliciesRequestWithBody

func NewSetNonPersistentTopicOffloadPoliciesRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicOffloadPoliciesParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicOffloadPoliciesRequestWithBody generates requests for SetNonPersistentTopicOffloadPolicies with any type of body

func NewSetNonPersistentTopicPersistenceRequestWithBody

func NewSetNonPersistentTopicPersistenceRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicPersistenceParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicPersistenceRequestWithBody generates requests for SetNonPersistentTopicPersistence with any type of body

func NewSetNonPersistentTopicPublishRateRequestWithBody

func NewSetNonPersistentTopicPublishRateRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicPublishRateParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicPublishRateRequestWithBody generates requests for SetNonPersistentTopicPublishRate with any type of body

func NewSetNonPersistentTopicReplicatedSubscriptionStatusRequestWithBody

func NewSetNonPersistentTopicReplicatedSubscriptionStatusRequestWithBody(server string, tenant string, namespace string, topic string, subName string, params *SetNonPersistentTopicReplicatedSubscriptionStatusParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicReplicatedSubscriptionStatusRequestWithBody generates requests for SetNonPersistentTopicReplicatedSubscriptionStatus with any type of body

func NewSetNonPersistentTopicReplicationClustersRequestWithBody

func NewSetNonPersistentTopicReplicationClustersRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicReplicationClustersParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicReplicationClustersRequestWithBody generates requests for SetNonPersistentTopicReplicationClusters with any type of body

func NewSetNonPersistentTopicReplicatorDispatchRateRequestWithBody

func NewSetNonPersistentTopicReplicatorDispatchRateRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicReplicatorDispatchRateParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicReplicatorDispatchRateRequestWithBody generates requests for SetNonPersistentTopicReplicatorDispatchRate with any type of body

func NewSetNonPersistentTopicRetentionRequestWithBody

func NewSetNonPersistentTopicRetentionRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicRetentionParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicRetentionRequestWithBody generates requests for SetNonPersistentTopicRetention with any type of body

func NewSetNonPersistentTopicSchemaCompatibilityStrategyRequestWithBody

func NewSetNonPersistentTopicSchemaCompatibilityStrategyRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicSchemaCompatibilityStrategyRequestWithBody generates requests for SetNonPersistentTopicSchemaCompatibilityStrategy with any type of body

func NewSetNonPersistentTopicSchemaValidationEnforcedRequestWithBody

func NewSetNonPersistentTopicSchemaValidationEnforcedRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicSchemaValidationEnforcedParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicSchemaValidationEnforcedRequestWithBody generates requests for SetNonPersistentTopicSchemaValidationEnforced with any type of body

func NewSetNonPersistentTopicShadowTopicsRequestWithBody

func NewSetNonPersistentTopicShadowTopicsRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicShadowTopicsParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicShadowTopicsRequestWithBody generates requests for SetNonPersistentTopicShadowTopics with any type of body

func NewSetNonPersistentTopicSubscribeRateRequestWithBody

func NewSetNonPersistentTopicSubscribeRateRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicSubscribeRateParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicSubscribeRateRequestWithBody generates requests for SetNonPersistentTopicSubscribeRate with any type of body

func NewSetNonPersistentTopicSubscriptionDispatchRateRequestWithBody

func NewSetNonPersistentTopicSubscriptionDispatchRateRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicSubscriptionDispatchRateParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicSubscriptionDispatchRateRequestWithBody generates requests for SetNonPersistentTopicSubscriptionDispatchRate with any type of body

func NewSetNonPersistentTopicSubscriptionLevelDispatchRateRequestWithBody

func NewSetNonPersistentTopicSubscriptionLevelDispatchRateRequestWithBody(server string, tenant string, namespace string, topic string, subName string, params *SetNonPersistentTopicSubscriptionLevelDispatchRateParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicSubscriptionLevelDispatchRateRequestWithBody generates requests for SetNonPersistentTopicSubscriptionLevelDispatchRate with any type of body

func NewSetNonPersistentTopicSubscriptionTypesEnabledRequestWithBody

func NewSetNonPersistentTopicSubscriptionTypesEnabledRequestWithBody(server string, tenant string, namespace string, topic string, params *SetNonPersistentTopicSubscriptionTypesEnabledParams, contentType string, body io.Reader) (*http.Request, error)

NewSetNonPersistentTopicSubscriptionTypesEnabledRequestWithBody generates requests for SetNonPersistentTopicSubscriptionTypesEnabled with any type of body

func NewSetPeerClusterNamesRequestWithBody

func NewSetPeerClusterNamesRequestWithBody(server string, cluster string, contentType string, body io.Reader) (*http.Request, error)

NewSetPeerClusterNamesRequestWithBody generates requests for SetPeerClusterNames with any type of body

func NewSetPersistentTopicBacklogQuotaRequest

func NewSetPersistentTopicBacklogQuotaRequest(server string, tenant string, namespace string, topic string, params *SetPersistentTopicBacklogQuotaParams) (*http.Request, error)

NewSetPersistentTopicBacklogQuotaRequest generates requests for SetPersistentTopicBacklogQuota

func NewSetPersistentTopicCompactionThresholdRequestWithBody

func NewSetPersistentTopicCompactionThresholdRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicCompactionThresholdParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicCompactionThresholdRequestWithBody generates requests for SetPersistentTopicCompactionThreshold with any type of body

func NewSetPersistentTopicDeduplicationRequestWithBody

func NewSetPersistentTopicDeduplicationRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicDeduplicationParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicDeduplicationRequestWithBody generates requests for SetPersistentTopicDeduplication with any type of body

func NewSetPersistentTopicDeduplicationSnapshotIntervalRequestWithBody

func NewSetPersistentTopicDeduplicationSnapshotIntervalRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicDeduplicationSnapshotIntervalParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicDeduplicationSnapshotIntervalRequestWithBody generates requests for SetPersistentTopicDeduplicationSnapshotInterval with any type of body

func NewSetPersistentTopicDelayedDeliveryPoliciesRequestWithBody

func NewSetPersistentTopicDelayedDeliveryPoliciesRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicDelayedDeliveryPoliciesParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicDelayedDeliveryPoliciesRequestWithBody generates requests for SetPersistentTopicDelayedDeliveryPolicies with any type of body

func NewSetPersistentTopicDispatchRateRequestWithBody

func NewSetPersistentTopicDispatchRateRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicDispatchRateParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicDispatchRateRequestWithBody generates requests for SetPersistentTopicDispatchRate with any type of body

func NewSetPersistentTopicEntryFiltersRequestWithBody

func NewSetPersistentTopicEntryFiltersRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicEntryFiltersParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicEntryFiltersRequestWithBody generates requests for SetPersistentTopicEntryFilters with any type of body

func NewSetPersistentTopicInactiveTopicPoliciesRequestWithBody

func NewSetPersistentTopicInactiveTopicPoliciesRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicInactiveTopicPoliciesParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicInactiveTopicPoliciesRequestWithBody generates requests for SetPersistentTopicInactiveTopicPolicies with any type of body

func NewSetPersistentTopicMaxConsumersPerSubscriptionRequestWithBody

func NewSetPersistentTopicMaxConsumersPerSubscriptionRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicMaxConsumersPerSubscriptionParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicMaxConsumersPerSubscriptionRequestWithBody generates requests for SetPersistentTopicMaxConsumersPerSubscription with any type of body

func NewSetPersistentTopicMaxConsumersRequestWithBody

func NewSetPersistentTopicMaxConsumersRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicMaxConsumersParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicMaxConsumersRequestWithBody generates requests for SetPersistentTopicMaxConsumers with any type of body

func NewSetPersistentTopicMaxMessageSizeRequestWithBody

func NewSetPersistentTopicMaxMessageSizeRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicMaxMessageSizeParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicMaxMessageSizeRequestWithBody generates requests for SetPersistentTopicMaxMessageSize with any type of body

func NewSetPersistentTopicMaxProducersRequestWithBody

func NewSetPersistentTopicMaxProducersRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicMaxProducersParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicMaxProducersRequestWithBody generates requests for SetPersistentTopicMaxProducers with any type of body

func NewSetPersistentTopicMaxSubscriptionsPerTopicRequestWithBody

func NewSetPersistentTopicMaxSubscriptionsPerTopicRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicMaxSubscriptionsPerTopicParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicMaxSubscriptionsPerTopicRequestWithBody generates requests for SetPersistentTopicMaxSubscriptionsPerTopic with any type of body

func NewSetPersistentTopicMaxUnackedMessagesOnConsumerRequestWithBody

func NewSetPersistentTopicMaxUnackedMessagesOnConsumerRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicMaxUnackedMessagesOnConsumerParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicMaxUnackedMessagesOnConsumerRequestWithBody generates requests for SetPersistentTopicMaxUnackedMessagesOnConsumer with any type of body

func NewSetPersistentTopicMaxUnackedMessagesOnSubscriptionRequestWithBody

func NewSetPersistentTopicMaxUnackedMessagesOnSubscriptionRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicMaxUnackedMessagesOnSubscriptionParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicMaxUnackedMessagesOnSubscriptionRequestWithBody generates requests for SetPersistentTopicMaxUnackedMessagesOnSubscription with any type of body

func NewSetPersistentTopicMessageTTLRequest

func NewSetPersistentTopicMessageTTLRequest(server string, tenant string, namespace string, topic string, params *SetPersistentTopicMessageTTLParams) (*http.Request, error)

NewSetPersistentTopicMessageTTLRequest generates requests for SetPersistentTopicMessageTTL

func NewSetPersistentTopicOffloadPoliciesRequestWithBody

func NewSetPersistentTopicOffloadPoliciesRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicOffloadPoliciesParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicOffloadPoliciesRequestWithBody generates requests for SetPersistentTopicOffloadPolicies with any type of body

func NewSetPersistentTopicPersistenceRequestWithBody

func NewSetPersistentTopicPersistenceRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicPersistenceParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicPersistenceRequestWithBody generates requests for SetPersistentTopicPersistence with any type of body

func NewSetPersistentTopicPublishRateRequestWithBody

func NewSetPersistentTopicPublishRateRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicPublishRateParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicPublishRateRequestWithBody generates requests for SetPersistentTopicPublishRate with any type of body

func NewSetPersistentTopicReplicatedSubscriptionStatusRequestWithBody

func NewSetPersistentTopicReplicatedSubscriptionStatusRequestWithBody(server string, tenant string, namespace string, topic string, subName string, params *SetPersistentTopicReplicatedSubscriptionStatusParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicReplicatedSubscriptionStatusRequestWithBody generates requests for SetPersistentTopicReplicatedSubscriptionStatus with any type of body

func NewSetPersistentTopicReplicationClustersRequestWithBody

func NewSetPersistentTopicReplicationClustersRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicReplicationClustersParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicReplicationClustersRequestWithBody generates requests for SetPersistentTopicReplicationClusters with any type of body

func NewSetPersistentTopicReplicatorDispatchRateRequestWithBody

func NewSetPersistentTopicReplicatorDispatchRateRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicReplicatorDispatchRateParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicReplicatorDispatchRateRequestWithBody generates requests for SetPersistentTopicReplicatorDispatchRate with any type of body

func NewSetPersistentTopicRetentionRequestWithBody

func NewSetPersistentTopicRetentionRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicRetentionParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicRetentionRequestWithBody generates requests for SetPersistentTopicRetention with any type of body

func NewSetPersistentTopicSchemaCompatibilityStrategyRequestWithBody

func NewSetPersistentTopicSchemaCompatibilityStrategyRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicSchemaCompatibilityStrategyRequestWithBody generates requests for SetPersistentTopicSchemaCompatibilityStrategy with any type of body

func NewSetPersistentTopicSchemaValidationEnforcedRequestWithBody

func NewSetPersistentTopicSchemaValidationEnforcedRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicSchemaValidationEnforcedParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicSchemaValidationEnforcedRequestWithBody generates requests for SetPersistentTopicSchemaValidationEnforced with any type of body

func NewSetPersistentTopicShadowTopicsRequestWithBody

func NewSetPersistentTopicShadowTopicsRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicShadowTopicsParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicShadowTopicsRequestWithBody generates requests for SetPersistentTopicShadowTopics with any type of body

func NewSetPersistentTopicSubscribeRateRequestWithBody

func NewSetPersistentTopicSubscribeRateRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicSubscribeRateParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicSubscribeRateRequestWithBody generates requests for SetPersistentTopicSubscribeRate with any type of body

func NewSetPersistentTopicSubscriptionDispatchRateRequestWithBody

func NewSetPersistentTopicSubscriptionDispatchRateRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicSubscriptionDispatchRateParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicSubscriptionDispatchRateRequestWithBody generates requests for SetPersistentTopicSubscriptionDispatchRate with any type of body

func NewSetPersistentTopicSubscriptionLevelDispatchRateRequestWithBody

func NewSetPersistentTopicSubscriptionLevelDispatchRateRequestWithBody(server string, tenant string, namespace string, topic string, subName string, params *SetPersistentTopicSubscriptionLevelDispatchRateParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicSubscriptionLevelDispatchRateRequestWithBody generates requests for SetPersistentTopicSubscriptionLevelDispatchRate with any type of body

func NewSetPersistentTopicSubscriptionTypesEnabledRequestWithBody

func NewSetPersistentTopicSubscriptionTypesEnabledRequestWithBody(server string, tenant string, namespace string, topic string, params *SetPersistentTopicSubscriptionTypesEnabledParams, contentType string, body io.Reader) (*http.Request, error)

NewSetPersistentTopicSubscriptionTypesEnabledRequestWithBody generates requests for SetPersistentTopicSubscriptionTypesEnabled with any type of body

func NewSetPropertiesRequest

func NewSetPropertiesRequest(server string, tenant string, namespace string, body SetPropertiesJSONRequestBody) (*http.Request, error)

NewSetPropertiesRequest calls the generic SetProperties builder with application/json body

func NewSetPropertiesRequestWithBody

func NewSetPropertiesRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetPropertiesRequestWithBody generates requests for SetProperties with any type of body

func NewSetPropertyRequest

func NewSetPropertyRequest(server string, tenant string, namespace string, key string, value string) (*http.Request, error)

NewSetPropertyRequest generates requests for SetProperty

func NewSetSchemaAutoUpdateCompatibilityStrategyRequest

func NewSetSchemaAutoUpdateCompatibilityStrategyRequest(server string, tenant string, namespace string, body SetSchemaAutoUpdateCompatibilityStrategyJSONRequestBody) (*http.Request, error)

NewSetSchemaAutoUpdateCompatibilityStrategyRequest calls the generic SetSchemaAutoUpdateCompatibilityStrategy builder with application/json body

func NewSetSchemaAutoUpdateCompatibilityStrategyRequestWithBody

func NewSetSchemaAutoUpdateCompatibilityStrategyRequestWithBody(server string, tenant string, namespace string, contentType string, body io.Reader) (*http.Request, error)

NewSetSchemaAutoUpdateCompatibilityStrategyRequestWithBody generates requests for SetSchemaAutoUpdateCompatibilityStrategy with any type of body

func NewShutDownBrokerGracefullyRequest

func NewShutDownBrokerGracefullyRequest(server string, params *ShutDownBrokerGracefullyParams) (*http.Request, error)

NewShutDownBrokerGracefullyRequest generates requests for ShutDownBrokerGracefully

func NewSkipNonPersistentTopicAllMessagesRequest

func NewSkipNonPersistentTopicAllMessagesRequest(server string, tenant string, namespace string, topic string, subName string, params *SkipNonPersistentTopicAllMessagesParams) (*http.Request, error)

NewSkipNonPersistentTopicAllMessagesRequest generates requests for SkipNonPersistentTopicAllMessages

func NewSkipNonPersistentTopicMessagesRequest

func NewSkipNonPersistentTopicMessagesRequest(server string, tenant string, namespace string, topic string, subName string, numMessages int32, params *SkipNonPersistentTopicMessagesParams) (*http.Request, error)

NewSkipNonPersistentTopicMessagesRequest generates requests for SkipNonPersistentTopicMessages

func NewSkipPersistentTopicAllMessagesRequest

func NewSkipPersistentTopicAllMessagesRequest(server string, tenant string, namespace string, topic string, subName string, params *SkipPersistentTopicAllMessagesParams) (*http.Request, error)

NewSkipPersistentTopicAllMessagesRequest generates requests for SkipPersistentTopicAllMessages

func NewSkipPersistentTopicMessagesRequest

func NewSkipPersistentTopicMessagesRequest(server string, tenant string, namespace string, topic string, subName string, numMessages int32, params *SkipPersistentTopicMessagesParams) (*http.Request, error)

NewSkipPersistentTopicMessagesRequest generates requests for SkipPersistentTopicMessages

func NewSplitNamespaceBundleRequest

func NewSplitNamespaceBundleRequest(server string, tenant string, namespace string, bundle string, params *SplitNamespaceBundleParams, body SplitNamespaceBundleJSONRequestBody) (*http.Request, error)

NewSplitNamespaceBundleRequest calls the generic SplitNamespaceBundle builder with application/json body

func NewSplitNamespaceBundleRequestWithBody

func NewSplitNamespaceBundleRequestWithBody(server string, tenant string, namespace string, bundle string, params *SplitNamespaceBundleParams, contentType string, body io.Reader) (*http.Request, error)

NewSplitNamespaceBundleRequestWithBody generates requests for SplitNamespaceBundle with any type of body

func NewTerminateNonPersistentTopicPartitionedTopicRequest

func NewTerminateNonPersistentTopicPartitionedTopicRequest(server string, tenant string, namespace string, topic string, params *TerminateNonPersistentTopicPartitionedTopicParams) (*http.Request, error)

NewTerminateNonPersistentTopicPartitionedTopicRequest generates requests for TerminateNonPersistentTopicPartitionedTopic

func NewTerminateNonPersistentTopicRequest

func NewTerminateNonPersistentTopicRequest(server string, tenant string, namespace string, topic string, params *TerminateNonPersistentTopicParams) (*http.Request, error)

NewTerminateNonPersistentTopicRequest generates requests for TerminateNonPersistentTopic

func NewTerminatePersistentTopicPartitionedTopicRequest

func NewTerminatePersistentTopicPartitionedTopicRequest(server string, tenant string, namespace string, topic string, params *TerminatePersistentTopicPartitionedTopicParams) (*http.Request, error)

NewTerminatePersistentTopicPartitionedTopicRequest generates requests for TerminatePersistentTopicPartitionedTopic

func NewTerminatePersistentTopicRequest

func NewTerminatePersistentTopicRequest(server string, tenant string, namespace string, topic string, params *TerminatePersistentTopicParams) (*http.Request, error)

NewTerminatePersistentTopicRequest generates requests for TerminatePersistentTopic

func NewTestCompatibilityRequest

func NewTestCompatibilityRequest(server string, tenant string, namespace string, topic string, params *TestCompatibilityParams, body TestCompatibilityJSONRequestBody) (*http.Request, error)

NewTestCompatibilityRequest calls the generic TestCompatibility builder with application/json body

func NewTestCompatibilityRequestWithBody

func NewTestCompatibilityRequestWithBody(server string, tenant string, namespace string, topic string, params *TestCompatibilityParams, contentType string, body io.Reader) (*http.Request, error)

NewTestCompatibilityRequestWithBody generates requests for TestCompatibility with any type of body

func NewTriggerNonPersistentTopicOffloadRequest

func NewTriggerNonPersistentTopicOffloadRequest(server string, tenant string, namespace string, topic string, params *TriggerNonPersistentTopicOffloadParams) (*http.Request, error)

NewTriggerNonPersistentTopicOffloadRequest generates requests for TriggerNonPersistentTopicOffload

func NewTriggerPersistentTopicOffloadRequest

func NewTriggerPersistentTopicOffloadRequest(server string, tenant string, namespace string, topic string, params *TriggerPersistentTopicOffloadParams) (*http.Request, error)

NewTriggerPersistentTopicOffloadRequest generates requests for TriggerPersistentTopicOffload

func NewTruncateNonPersistentTopicTopicRequest

func NewTruncateNonPersistentTopicTopicRequest(server string, tenant string, namespace string, topic string, params *TruncateNonPersistentTopicTopicParams) (*http.Request, error)

NewTruncateNonPersistentTopicTopicRequest generates requests for TruncateNonPersistentTopicTopic

func NewTruncatePersistentTopicTopicRequest

func NewTruncatePersistentTopicTopicRequest(server string, tenant string, namespace string, topic string, params *TruncatePersistentTopicTopicParams) (*http.Request, error)

NewTruncatePersistentTopicTopicRequest generates requests for TruncatePersistentTopicTopic

func NewUnloadNamespaceBundleRequest

func NewUnloadNamespaceBundleRequest(server string, tenant string, namespace string, bundle string, params *UnloadNamespaceBundleParams) (*http.Request, error)

NewUnloadNamespaceBundleRequest generates requests for UnloadNamespaceBundle

func NewUnloadNamespaceRequest

func NewUnloadNamespaceRequest(server string, tenant string, namespace string) (*http.Request, error)

NewUnloadNamespaceRequest generates requests for UnloadNamespace

func NewUnloadNonPersistentTopicTopicRequest

func NewUnloadNonPersistentTopicTopicRequest(server string, tenant string, namespace string, topic string, params *UnloadNonPersistentTopicTopicParams) (*http.Request, error)

NewUnloadNonPersistentTopicTopicRequest generates requests for UnloadNonPersistentTopicTopic

func NewUnloadPersistentTopicTopicRequest

func NewUnloadPersistentTopicTopicRequest(server string, tenant string, namespace string, topic string, params *UnloadPersistentTopicTopicParams) (*http.Request, error)

NewUnloadPersistentTopicTopicRequest generates requests for UnloadPersistentTopicTopic

func NewUnsubscribeNamespaceBundleRequest

func NewUnsubscribeNamespaceBundleRequest(server string, tenant string, namespace string, bundle string, subscription string, params *UnsubscribeNamespaceBundleParams) (*http.Request, error)

NewUnsubscribeNamespaceBundleRequest generates requests for UnsubscribeNamespaceBundle

func NewUnsubscribeNamespaceRequest

func NewUnsubscribeNamespaceRequest(server string, tenant string, namespace string, subscription string, params *UnsubscribeNamespaceParams) (*http.Request, error)

NewUnsubscribeNamespaceRequest generates requests for UnsubscribeNamespace

func NewUpdateBookieRackInfoRequest

func NewUpdateBookieRackInfoRequest(server string, bookie string, params *UpdateBookieRackInfoParams) (*http.Request, error)

NewUpdateBookieRackInfoRequest generates requests for UpdateBookieRackInfo

func NewUpdateClusterRequestWithBody

func NewUpdateClusterRequestWithBody(server string, cluster string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateClusterRequestWithBody generates requests for UpdateCluster with any type of body

func NewUpdateDynamicConfigurationRequest

func NewUpdateDynamicConfigurationRequest(server string, configName string, configValue string) (*http.Request, error)

NewUpdateDynamicConfigurationRequest generates requests for UpdateDynamicConfiguration

func NewUpdateNonPersistentTopicPartitionedTopicRequestWithBody

func NewUpdateNonPersistentTopicPartitionedTopicRequestWithBody(server string, tenant string, namespace string, topic string, params *UpdateNonPersistentTopicPartitionedTopicParams, contentType string, body io.Reader) (*http.Request, error)

NewUpdateNonPersistentTopicPartitionedTopicRequestWithBody generates requests for UpdateNonPersistentTopicPartitionedTopic with any type of body

func NewUpdateNonPersistentTopicPropertiesRequestWithBody

func NewUpdateNonPersistentTopicPropertiesRequestWithBody(server string, tenant string, namespace string, topic string, params *UpdateNonPersistentTopicPropertiesParams, contentType string, body io.Reader) (*http.Request, error)

NewUpdateNonPersistentTopicPropertiesRequestWithBody generates requests for UpdateNonPersistentTopicProperties with any type of body

func NewUpdateNonPersistentTopicSubscriptionPropertiesRequestWithBody

func NewUpdateNonPersistentTopicSubscriptionPropertiesRequestWithBody(server string, tenant string, namespace string, topic string, subName string, params *UpdateNonPersistentTopicSubscriptionPropertiesParams, contentType string, body io.Reader) (*http.Request, error)

NewUpdateNonPersistentTopicSubscriptionPropertiesRequestWithBody generates requests for UpdateNonPersistentTopicSubscriptionProperties with any type of body

func NewUpdatePersistentTopicPartitionedTopicRequestWithBody

func NewUpdatePersistentTopicPartitionedTopicRequestWithBody(server string, tenant string, namespace string, topic string, params *UpdatePersistentTopicPartitionedTopicParams, contentType string, body io.Reader) (*http.Request, error)

NewUpdatePersistentTopicPartitionedTopicRequestWithBody generates requests for UpdatePersistentTopicPartitionedTopic with any type of body

func NewUpdatePersistentTopicPropertiesRequestWithBody

func NewUpdatePersistentTopicPropertiesRequestWithBody(server string, tenant string, namespace string, topic string, params *UpdatePersistentTopicPropertiesParams, contentType string, body io.Reader) (*http.Request, error)

NewUpdatePersistentTopicPropertiesRequestWithBody generates requests for UpdatePersistentTopicProperties with any type of body

func NewUpdatePersistentTopicSubscriptionPropertiesRequestWithBody

func NewUpdatePersistentTopicSubscriptionPropertiesRequestWithBody(server string, tenant string, namespace string, topic string, subName string, params *UpdatePersistentTopicSubscriptionPropertiesParams, contentType string, body io.Reader) (*http.Request, error)

NewUpdatePersistentTopicSubscriptionPropertiesRequestWithBody generates requests for UpdatePersistentTopicSubscriptionProperties with any type of body

func NewUpdateTenantRequest

func NewUpdateTenantRequest(server string, tenant string, body UpdateTenantJSONRequestBody) (*http.Request, error)

NewUpdateTenantRequest calls the generic UpdateTenant builder with application/json body

func NewUpdateTenantRequestWithBody

func NewUpdateTenantRequestWithBody(server string, tenant string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateTenantRequestWithBody generates requests for UpdateTenant with any type of body

func NewVersionRequest

func NewVersionRequest(server string) (*http.Request, error)

NewVersionRequest generates requests for Version

Types

type AllocatorStats

type AllocatorStats struct {
	DirectArenas         *[]PoolArenaStats `json:"directArenas,omitempty"`
	HeapArenas           *[]PoolArenaStats `json:"heapArenas,omitempty"`
	NormalCacheSize      *int32            `json:"normalCacheSize,omitempty"`
	NumDirectArenas      *int32            `json:"numDirectArenas,omitempty"`
	NumHeapArenas        *int32            `json:"numHeapArenas,omitempty"`
	NumThreadLocalCaches *int32            `json:"numThreadLocalCaches,omitempty"`
	SmallCacheSize       *int32            `json:"smallCacheSize,omitempty"`
}

AllocatorStats defines model for AllocatorStats.

type AnalyzeNonPersistentTopicSubscriptionBacklogParams

type AnalyzeNonPersistentTopicSubscriptionBacklogParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

AnalyzeNonPersistentTopicSubscriptionBacklogParams defines parameters for AnalyzeNonPersistentTopicSubscriptionBacklog.

type AnalyzeNonPersistentTopicSubscriptionBacklogResponse

type AnalyzeNonPersistentTopicSubscriptionBacklogResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseAnalyzeNonPersistentTopicSubscriptionBacklogResponse

func ParseAnalyzeNonPersistentTopicSubscriptionBacklogResponse(rsp *http.Response) (*AnalyzeNonPersistentTopicSubscriptionBacklogResponse, error)

ParseAnalyzeNonPersistentTopicSubscriptionBacklogResponse parses an HTTP response from a AnalyzeNonPersistentTopicSubscriptionBacklogWithResponse call

func (AnalyzeNonPersistentTopicSubscriptionBacklogResponse) Status

Status returns HTTPResponse.Status

func (AnalyzeNonPersistentTopicSubscriptionBacklogResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type AnalyzePersistentTopicSubscriptionBacklogParams

type AnalyzePersistentTopicSubscriptionBacklogParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

AnalyzePersistentTopicSubscriptionBacklogParams defines parameters for AnalyzePersistentTopicSubscriptionBacklog.

type AnalyzePersistentTopicSubscriptionBacklogResponse

type AnalyzePersistentTopicSubscriptionBacklogResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseAnalyzePersistentTopicSubscriptionBacklogResponse

func ParseAnalyzePersistentTopicSubscriptionBacklogResponse(rsp *http.Response) (*AnalyzePersistentTopicSubscriptionBacklogResponse, error)

ParseAnalyzePersistentTopicSubscriptionBacklogResponse parses an HTTP response from a AnalyzePersistentTopicSubscriptionBacklogWithResponse call

func (AnalyzePersistentTopicSubscriptionBacklogResponse) Status

Status returns HTTPResponse.Status

func (AnalyzePersistentTopicSubscriptionBacklogResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type Annotation

type Annotation = map[string]interface{}

Annotation defines model for Annotation.

type AuthPolicies

type AuthPolicies struct {
	NamespaceAuthentication    *map[string][]AuthenticationType            `json:"namespaceAuthentication,omitempty"`
	SubscriptionAuthentication *map[string][]string                        `json:"subscriptionAuthentication,omitempty"`
	TopicAuthentication        *map[string]map[string][]AuthenticationType `json:"topicAuthentication,omitempty"`
}

AuthPolicies defines model for AuthPolicies.

type AuthenticationType

type AuthenticationType string

AuthenticationType defines model for authenticationType.

const (
	Consume   AuthenticationType = "consume"
	Functions AuthenticationType = "functions"
	Packages  AuthenticationType = "packages"
	Produce   AuthenticationType = "produce"
	Sinks     AuthenticationType = "sinks"
	Sources   AuthenticationType = "sources"
)

Defines values for AuthenticationType.

type AutoFailoverPolicyData

type AutoFailoverPolicyData struct {
	Parameters *map[string]string                `json:"parameters,omitempty"`
	PolicyType *AutoFailoverPolicyDataPolicyType `json:"policyType,omitempty"`
}

AutoFailoverPolicyData defines model for AutoFailoverPolicyData.

type AutoFailoverPolicyDataPolicyType

type AutoFailoverPolicyDataPolicyType string

AutoFailoverPolicyDataPolicyType defines model for AutoFailoverPolicyData.PolicyType.

const (
	MinAvailable AutoFailoverPolicyDataPolicyType = "min_available"
)

Defines values for AutoFailoverPolicyDataPolicyType.

type AutoSubscriptionCreationOverride

type AutoSubscriptionCreationOverride struct {
	AllowAutoSubscriptionCreation *bool `json:"allowAutoSubscriptionCreation,omitempty"`
}

AutoSubscriptionCreationOverride defines model for AutoSubscriptionCreationOverride.

type AutoTopicCreationOverride

type AutoTopicCreationOverride struct {
	AllowAutoTopicCreation *bool   `json:"allowAutoTopicCreation,omitempty"`
	DefaultNumPartitions   *int32  `json:"defaultNumPartitions,omitempty"`
	TopicType              *string `json:"topicType,omitempty"`
}

AutoTopicCreationOverride defines model for AutoTopicCreationOverride.

type BacklogQuota

type BacklogQuota struct {
	Limit     *int64              `json:"limit,omitempty"`
	LimitSize *int64              `json:"limitSize,omitempty"`
	LimitTime *int32              `json:"limitTime,omitempty"`
	Policy    *BacklogQuotaPolicy `json:"policy,omitempty"`
}

BacklogQuota defines model for BacklogQuota.

type BacklogQuotaCheckResponse

type BacklogQuotaCheckResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseBacklogQuotaCheckResponse

func ParseBacklogQuotaCheckResponse(rsp *http.Response) (*BacklogQuotaCheckResponse, error)

ParseBacklogQuotaCheckResponse parses an HTTP response from a BacklogQuotaCheckWithResponse call

func (BacklogQuotaCheckResponse) Status

func (r BacklogQuotaCheckResponse) Status() string

Status returns HTTPResponse.Status

func (BacklogQuotaCheckResponse) StatusCode

func (r BacklogQuotaCheckResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type BacklogQuotaPolicy

type BacklogQuotaPolicy string

BacklogQuotaPolicy defines model for BacklogQuota.Policy.

const (
	ConsumerBacklogEviction BacklogQuotaPolicy = "consumer_backlog_eviction"
	ProducerException       BacklogQuotaPolicy = "producer_exception"
	ProducerRequestHold     BacklogQuotaPolicy = "producer_request_hold"
)

Defines values for BacklogQuotaPolicy.

type BookieAffinityGroupData

type BookieAffinityGroupData struct {
	BookkeeperAffinityGroupPrimary   *string `json:"bookkeeperAffinityGroupPrimary,omitempty"`
	BookkeeperAffinityGroupSecondary *string `json:"bookkeeperAffinityGroupSecondary,omitempty"`
}

BookieAffinityGroupData defines model for BookieAffinityGroupData.

type BookieInfo

type BookieInfo struct {
	Hostname *string `json:"hostname,omitempty"`
	Rack     *string `json:"rack,omitempty"`
}

BookieInfo defines model for BookieInfo.

type BookiesClusterInfo

type BookiesClusterInfo struct {
	Bookies *[]RawBookieInfo `json:"bookies,omitempty"`
}

BookiesClusterInfo defines model for BookiesClusterInfo.

type BrokerInfo

type BrokerInfo struct {
	ServiceUrl *string `json:"serviceUrl,omitempty"`
}

BrokerInfo defines model for BrokerInfo.

type BrokerNamespaceIsolationData

type BrokerNamespaceIsolationData struct {
	// BrokerName The broker name
	BrokerName *string `json:"brokerName,omitempty"`

	// NamespaceRegex The namespace-isolation policies attached to this broker
	NamespaceRegex *[]string `json:"namespaceRegex,omitempty"`

	// PolicyName Policy name
	PolicyName *string `json:"policyName,omitempty"`
	Primary    *bool   `json:"primary,omitempty"`
}

BrokerNamespaceIsolationData The namespace isolation data for a given broker

type BundlesData

type BundlesData struct {
	Boundaries *[]string `json:"boundaries,omitempty"`
	NumBundles *int32    `json:"numBundles,omitempty"`
}

BundlesData defines model for BundlesData.

type CharacterEscapes

type CharacterEscapes struct {
	EscapeCodesForAscii *[]int32 `json:"escapeCodesForAscii,omitempty"`
}

CharacterEscapes defines model for CharacterEscapes.

type ClassLoader

type ClassLoader struct {
	DefinedPackages             *[]Package   `json:"definedPackages,omitempty"`
	Name                        *string      `json:"name,omitempty"`
	Parent                      *ClassLoader `json:"parent,omitempty"`
	RegisteredAsParallelCapable *bool        `json:"registeredAsParallelCapable,omitempty"`
	UnnamedModule               *Module      `json:"unnamedModule,omitempty"`
}

ClassLoader defines model for ClassLoader.

type ClearNamespaceBacklogForSubscriptionParams

type ClearNamespaceBacklogForSubscriptionParams struct {
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ClearNamespaceBacklogForSubscriptionParams defines parameters for ClearNamespaceBacklogForSubscription.

type ClearNamespaceBacklogForSubscriptionResponse

type ClearNamespaceBacklogForSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseClearNamespaceBacklogForSubscriptionResponse

func ParseClearNamespaceBacklogForSubscriptionResponse(rsp *http.Response) (*ClearNamespaceBacklogForSubscriptionResponse, error)

ParseClearNamespaceBacklogForSubscriptionResponse parses an HTTP response from a ClearNamespaceBacklogForSubscriptionWithResponse call

func (ClearNamespaceBacklogForSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (ClearNamespaceBacklogForSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ClearNamespaceBacklogParams

type ClearNamespaceBacklogParams struct {
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ClearNamespaceBacklogParams defines parameters for ClearNamespaceBacklog.

type ClearNamespaceBacklogResponse

type ClearNamespaceBacklogResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseClearNamespaceBacklogResponse

func ParseClearNamespaceBacklogResponse(rsp *http.Response) (*ClearNamespaceBacklogResponse, error)

ParseClearNamespaceBacklogResponse parses an HTTP response from a ClearNamespaceBacklogWithResponse call

func (ClearNamespaceBacklogResponse) Status

Status returns HTTPResponse.Status

func (ClearNamespaceBacklogResponse) StatusCode

func (r ClearNamespaceBacklogResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ClearNamespaceBundleBacklogForSubscriptionParams

type ClearNamespaceBundleBacklogForSubscriptionParams struct {
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ClearNamespaceBundleBacklogForSubscriptionParams defines parameters for ClearNamespaceBundleBacklogForSubscription.

type ClearNamespaceBundleBacklogForSubscriptionResponse

type ClearNamespaceBundleBacklogForSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseClearNamespaceBundleBacklogForSubscriptionResponse

func ParseClearNamespaceBundleBacklogForSubscriptionResponse(rsp *http.Response) (*ClearNamespaceBundleBacklogForSubscriptionResponse, error)

ParseClearNamespaceBundleBacklogForSubscriptionResponse parses an HTTP response from a ClearNamespaceBundleBacklogForSubscriptionWithResponse call

func (ClearNamespaceBundleBacklogForSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (ClearNamespaceBundleBacklogForSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ClearNamespaceBundleBacklogParams

type ClearNamespaceBundleBacklogParams struct {
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ClearNamespaceBundleBacklogParams defines parameters for ClearNamespaceBundleBacklog.

type ClearNamespaceBundleBacklogResponse

type ClearNamespaceBundleBacklogResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseClearNamespaceBundleBacklogResponse

func ParseClearNamespaceBundleBacklogResponse(rsp *http.Response) (*ClearNamespaceBundleBacklogResponse, error)

ParseClearNamespaceBundleBacklogResponse parses an HTTP response from a ClearNamespaceBundleBacklogWithResponse call

func (ClearNamespaceBundleBacklogResponse) Status

Status returns HTTPResponse.Status

func (ClearNamespaceBundleBacklogResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ClearOffloadDeletionLagResponse

type ClearOffloadDeletionLagResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseClearOffloadDeletionLagResponse

func ParseClearOffloadDeletionLagResponse(rsp *http.Response) (*ClearOffloadDeletionLagResponse, error)

ParseClearOffloadDeletionLagResponse parses an HTTP response from a ClearOffloadDeletionLagWithResponse call

func (ClearOffloadDeletionLagResponse) Status

Status returns HTTPResponse.Status

func (ClearOffloadDeletionLagResponse) StatusCode

func (r ClearOffloadDeletionLagResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ClearPropertiesResponse

type ClearPropertiesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseClearPropertiesResponse

func ParseClearPropertiesResponse(rsp *http.Response) (*ClearPropertiesResponse, error)

ParseClearPropertiesResponse parses an HTTP response from a ClearPropertiesWithResponse call

func (ClearPropertiesResponse) Status

func (r ClearPropertiesResponse) Status() string

Status returns HTTPResponse.Status

func (ClearPropertiesResponse) StatusCode

func (r ClearPropertiesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Client

type Client struct {
	// The endpoint of the server conforming to this interface, with scheme,
	// https://api.deepmap.com for example. This can contain a path relative
	// to the server, such as https://api.deepmap.com/dev-test, and all the
	// paths in the swagger spec will be appended to the server.
	Server string

	// Doer for performing requests, typically a *http.Client with any
	// customized settings, such as certificate chains.
	Client HttpRequestDoer

	// A list of callbacks for modifying requests which are generated before sending over
	// the network.
	RequestEditors []RequestEditorFn
}

Client which conforms to the OpenAPI3 specification for this service.

func NewClient

func NewClient(server string, opts ...ClientOption) (*Client, error)

Creates a new Client, with reasonable defaults

func (*Client) AnalyzeNonPersistentTopicSubscriptionBacklogWithBody

func (c *Client) AnalyzeNonPersistentTopicSubscriptionBacklogWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *AnalyzeNonPersistentTopicSubscriptionBacklogParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AnalyzePersistentTopicSubscriptionBacklogWithBody

func (c *Client) AnalyzePersistentTopicSubscriptionBacklogWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *AnalyzePersistentTopicSubscriptionBacklogParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BacklogQuotaCheck

func (c *Client) BacklogQuotaCheck(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ClearNamespaceBacklog

func (c *Client) ClearNamespaceBacklog(ctx context.Context, tenant string, namespace string, params *ClearNamespaceBacklogParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ClearNamespaceBacklogForSubscription

func (c *Client) ClearNamespaceBacklogForSubscription(ctx context.Context, tenant string, namespace string, subscription string, params *ClearNamespaceBacklogForSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ClearNamespaceBundleBacklog

func (c *Client) ClearNamespaceBundleBacklog(ctx context.Context, tenant string, namespace string, bundle string, params *ClearNamespaceBundleBacklogParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ClearNamespaceBundleBacklogForSubscription

func (c *Client) ClearNamespaceBundleBacklogForSubscription(ctx context.Context, tenant string, namespace string, bundle string, subscription string, params *ClearNamespaceBundleBacklogForSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ClearOffloadDeletionLag

func (c *Client) ClearOffloadDeletionLag(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ClearProperties

func (c *Client) ClearProperties(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CompactNonPersistentTopic

func (c *Client) CompactNonPersistentTopic(ctx context.Context, tenant string, namespace string, topic string, params *CompactNonPersistentTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CompactPersistentTopic

func (c *Client) CompactPersistentTopic(ctx context.Context, tenant string, namespace string, topic string, params *CompactPersistentTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateClusterWithBody

func (c *Client) CreateClusterWithBody(ctx context.Context, cluster string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateNamespace

func (c *Client) CreateNamespace(ctx context.Context, tenant string, namespace string, body CreateNamespaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateNamespaceWithBody

func (c *Client) CreateNamespaceWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateNonPersistentTopicMissedPartitions

func (c *Client) CreateNonPersistentTopicMissedPartitions(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateNonPersistentTopicNonPartitionedTopicWithBody

func (c *Client) CreateNonPersistentTopicNonPartitionedTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *CreateNonPersistentTopicNonPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateNonPersistentTopicPartitionedTopic

func (c *Client) CreateNonPersistentTopicPartitionedTopic(ctx context.Context, tenant string, namespace string, topic string, params *CreateNonPersistentTopicPartitionedTopicParams, body CreateNonPersistentTopicPartitionedTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateNonPersistentTopicPartitionedTopicWithBody

func (c *Client) CreateNonPersistentTopicPartitionedTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *CreateNonPersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateNonPersistentTopicSubscriptionWithBody

func (c *Client) CreateNonPersistentTopicSubscriptionWithBody(ctx context.Context, tenant string, namespace string, topic string, subscriptionName string, params *CreateNonPersistentTopicSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateOrUpdateResourceGroup

func (c *Client) CreateOrUpdateResourceGroup(ctx context.Context, resourcegroup string, body CreateOrUpdateResourceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateOrUpdateResourceGroupWithBody

func (c *Client) CreateOrUpdateResourceGroupWithBody(ctx context.Context, resourcegroup string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePersistentTopicMissedPartitions

func (c *Client) CreatePersistentTopicMissedPartitions(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePersistentTopicNonPartitionedTopicWithBody

func (c *Client) CreatePersistentTopicNonPartitionedTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *CreatePersistentTopicNonPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePersistentTopicPartitionedTopicWithBody

func (c *Client) CreatePersistentTopicPartitionedTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *CreatePersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePersistentTopicSubscriptionWithBody

func (c *Client) CreatePersistentTopicSubscriptionWithBody(ctx context.Context, tenant string, namespace string, topic string, subscriptionName string, params *CreatePersistentTopicSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateTenant

func (c *Client) CreateTenant(ctx context.Context, tenant string, body CreateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateTenantWithBody

func (c *Client) CreateTenantWithBody(ctx context.Context, tenant string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteBookieAffinityGroup

func (c *Client) DeleteBookieAffinityGroup(ctx context.Context, property string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteBookieRackInfo

func (c *Client) DeleteBookieRackInfo(ctx context.Context, bookie string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteCluster

func (c *Client) DeleteCluster(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteCompactionThreshold

func (c *Client) DeleteCompactionThreshold(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteDispatchRate

func (c *Client) DeleteDispatchRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteDynamicConfiguration

func (c *Client) DeleteDynamicConfiguration(ctx context.Context, configName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteFailureDomain

func (c *Client) DeleteFailureDomain(ctx context.Context, cluster string, domainName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNamespace

func (c *Client) DeleteNamespace(ctx context.Context, tenant string, namespace string, params *DeleteNamespaceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNamespaceBundle

func (c *Client) DeleteNamespaceBundle(ctx context.Context, tenant string, namespace string, bundle string, params *DeleteNamespaceBundleParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNamespaceIsolationPolicy

func (c *Client) DeleteNamespaceIsolationPolicy(ctx context.Context, cluster string, policyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNamespaceMaxTopicsPerNamespace

func (c *Client) DeleteNamespaceMaxTopicsPerNamespace(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNonPersistentTopic

func (c *Client) DeleteNonPersistentTopic(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNonPersistentTopicDeduplicationSnapshotInterval

func (c *Client) DeleteNonPersistentTopicDeduplicationSnapshotInterval(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNonPersistentTopicDelayedDeliveryPolicies

func (c *Client) DeleteNonPersistentTopicDelayedDeliveryPolicies(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNonPersistentTopicInactiveTopicPolicies

func (c *Client) DeleteNonPersistentTopicInactiveTopicPolicies(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNonPersistentTopicMaxUnackedMessagesOnConsumer

func (c *Client) DeleteNonPersistentTopicMaxUnackedMessagesOnConsumer(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNonPersistentTopicMaxUnackedMessagesOnSubscription

func (c *Client) DeleteNonPersistentTopicMaxUnackedMessagesOnSubscription(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNonPersistentTopicPartitionedTopic

func (c *Client) DeleteNonPersistentTopicPartitionedTopic(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNonPersistentTopicShadowTopics

func (c *Client) DeleteNonPersistentTopicShadowTopics(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNonPersistentTopicSubscription

func (c *Client) DeleteNonPersistentTopicSubscription(ctx context.Context, tenant string, namespace string, topic string, subName string, params *DeleteNonPersistentTopicSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePersistence

func (c *Client) DeletePersistence(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePersistentTopic

func (c *Client) DeletePersistentTopic(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePersistentTopicDeduplicationSnapshotInterval

func (c *Client) DeletePersistentTopicDeduplicationSnapshotInterval(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePersistentTopicDelayedDeliveryPolicies

func (c *Client) DeletePersistentTopicDelayedDeliveryPolicies(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePersistentTopicInactiveTopicPolicies

func (c *Client) DeletePersistentTopicInactiveTopicPolicies(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePersistentTopicMaxUnackedMessagesOnConsumer

func (c *Client) DeletePersistentTopicMaxUnackedMessagesOnConsumer(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePersistentTopicMaxUnackedMessagesOnSubscription

func (c *Client) DeletePersistentTopicMaxUnackedMessagesOnSubscription(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePersistentTopicPartitionedTopic

func (c *Client) DeletePersistentTopicPartitionedTopic(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePersistentTopicShadowTopics

func (c *Client) DeletePersistentTopicShadowTopics(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePersistentTopicSubscription

func (c *Client) DeletePersistentTopicSubscription(ctx context.Context, tenant string, namespace string, topic string, subName string, params *DeletePersistentTopicSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteResourceGroup

func (c *Client) DeleteResourceGroup(ctx context.Context, resourcegroup string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteSchema

func (c *Client) DeleteSchema(ctx context.Context, tenant string, namespace string, topic string, params *DeleteSchemaParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteSubscribeRate

func (c *Client) DeleteSubscribeRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteSubscriptionDispatchRate

func (c *Client) DeleteSubscriptionDispatchRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteTenant

func (c *Client) DeleteTenant(ctx context.Context, tenant string, params *DeleteTenantParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Drain

func (c *Client) Drain(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DrainAtLeader

func (c *Client) DrainAtLeader(ctx context.Context, params *DrainAtLeaderParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExamineNonPersistentTopicMessage

func (c *Client) ExamineNonPersistentTopicMessage(ctx context.Context, tenant string, namespace string, topic string, params *ExamineNonPersistentTopicMessageParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExaminePersistentTopicMessage

func (c *Client) ExaminePersistentTopicMessage(ctx context.Context, tenant string, namespace string, topic string, params *ExaminePersistentTopicMessageParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExpireNonPersistentTopicMessagesForAllSubscriptions

func (c *Client) ExpireNonPersistentTopicMessagesForAllSubscriptions(ctx context.Context, tenant string, namespace string, topic string, expireTimeInSeconds int32, params *ExpireNonPersistentTopicMessagesForAllSubscriptionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExpireNonPersistentTopicMessagesTimeInSeconds

func (c *Client) ExpireNonPersistentTopicMessagesTimeInSeconds(ctx context.Context, tenant string, namespace string, topic string, subName string, expireTimeInSeconds int32, params *ExpireNonPersistentTopicMessagesTimeInSecondsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExpireNonPersistentTopicMessagesWithBody

func (c *Client) ExpireNonPersistentTopicMessagesWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ExpireNonPersistentTopicMessagesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExpirePersistentTopicMessagesForAllSubscriptions

func (c *Client) ExpirePersistentTopicMessagesForAllSubscriptions(ctx context.Context, tenant string, namespace string, topic string, expireTimeInSeconds int32, params *ExpirePersistentTopicMessagesForAllSubscriptionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExpirePersistentTopicMessagesTimeInSeconds

func (c *Client) ExpirePersistentTopicMessagesTimeInSeconds(ctx context.Context, tenant string, namespace string, topic string, subName string, expireTimeInSeconds int32, params *ExpirePersistentTopicMessagesTimeInSecondsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ExpirePersistentTopicMessagesWithBody

func (c *Client) ExpirePersistentTopicMessagesWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ExpirePersistentTopicMessagesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetActiveBrokers

func (c *Client) GetActiveBrokers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetActiveClusterBrokers

func (c *Client) GetActiveClusterBrokers(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAllBookies

func (c *Client) GetAllBookies(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAllDynamicConfigurations

func (c *Client) GetAllDynamicConfigurations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAllSchemas

func (c *Client) GetAllSchemas(ctx context.Context, tenant string, namespace string, topic string, params *GetAllSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAllocatorStats

func (c *Client) GetAllocatorStats(ctx context.Context, allocator string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAntiAffinityNamespaces

func (c *Client) GetAntiAffinityNamespaces(ctx context.Context, cluster string, group string, params *GetAntiAffinityNamespacesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAssignments

func (c *Client) GetAssignments(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAutoSubscriptionCreation

func (c *Client) GetAutoSubscriptionCreation(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAutoTopicCreation

func (c *Client) GetAutoTopicCreation(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetBookieAffinityGroup

func (c *Client) GetBookieAffinityGroup(ctx context.Context, property string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetBookieRackInfo

func (c *Client) GetBookieRackInfo(ctx context.Context, bookie string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetBookiesRackInfo

func (c *Client) GetBookiesRackInfo(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetBrokerResourceAvailability

func (c *Client) GetBrokerResourceAvailability(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetBrokerStatsMetrics

func (c *Client) GetBrokerStatsMetrics(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetBrokerWithNamespaceIsolationPolicy

func (c *Client) GetBrokerWithNamespaceIsolationPolicy(ctx context.Context, cluster string, broker string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetBrokersWithNamespaceIsolationPolicy

func (c *Client) GetBrokersWithNamespaceIsolationPolicy(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetBundlesData

func (c *Client) GetBundlesData(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCluster

func (c *Client) GetCluster(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetClusters

func (c *Client) GetClusters(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetConnectorsList

func (c *Client) GetConnectorsList(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetDefaultResourceQuota

func (c *Client) GetDefaultResourceQuota(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetDomain

func (c *Client) GetDomain(ctx context.Context, cluster string, domainName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetDrainStatus

func (c *Client) GetDrainStatus(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetDrainStatusFromLeader

func (c *Client) GetDrainStatusFromLeader(ctx context.Context, params *GetDrainStatusFromLeaderParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetDynamicConfigurationName

func (c *Client) GetDynamicConfigurationName(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetEncryptionRequired

func (c *Client) GetEncryptionRequired(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetFailureDomains

func (c *Client) GetFailureDomains(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetInternalConfigurationData

func (c *Client) GetInternalConfigurationData(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetIsAllowAutoUpdateSchema

func (c *Client) GetIsAllowAutoUpdateSchema(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetLeaderBroker

func (c *Client) GetLeaderBroker(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetListFromBundle

func (c *Client) GetListFromBundle(ctx context.Context, tenant string, namespace string, bundle string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetLoadReport

func (c *Client) GetLoadReport(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetMBeans

func (c *Client) GetMBeans(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceAntiAffinityGroup

func (c *Client) GetNamespaceAntiAffinityGroup(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceBacklogQuotaMap

func (c *Client) GetNamespaceBacklogQuotaMap(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceBundleResourceQuota

func (c *Client) GetNamespaceBundleResourceQuota(ctx context.Context, tenant string, namespace string, bundle string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceCompactionThreshold

func (c *Client) GetNamespaceCompactionThreshold(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceDeduplication

func (c *Client) GetNamespaceDeduplication(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceDeduplicationSnapshotInterval

func (c *Client) GetNamespaceDeduplicationSnapshotInterval(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceDelayedDeliveryPolicies

func (c *Client) GetNamespaceDelayedDeliveryPolicies(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceDispatchRate

func (c *Client) GetNamespaceDispatchRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceEntryFiltersPerTopic

func (c *Client) GetNamespaceEntryFiltersPerTopic(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceInactiveTopicPolicies

func (c *Client) GetNamespaceInactiveTopicPolicies(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceIsolationPolicies

func (c *Client) GetNamespaceIsolationPolicies(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceIsolationPolicy

func (c *Client) GetNamespaceIsolationPolicy(ctx context.Context, cluster string, policyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceMaxConsumersPerSubscription

func (c *Client) GetNamespaceMaxConsumersPerSubscription(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceMaxConsumersPerTopic

func (c *Client) GetNamespaceMaxConsumersPerTopic(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceMaxProducersPerTopic

func (c *Client) GetNamespaceMaxProducersPerTopic(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceMaxSubscriptionsPerTopic

func (c *Client) GetNamespaceMaxSubscriptionsPerTopic(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceMaxTopicsPerNamespace

func (c *Client) GetNamespaceMaxTopicsPerNamespace(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceMaxUnackedMessagesPerConsumer

func (c *Client) GetNamespaceMaxUnackedMessagesPerConsumer(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceMaxUnackedmessagesPerSubscription

func (c *Client) GetNamespaceMaxUnackedmessagesPerSubscription(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceMessageTTL

func (c *Client) GetNamespaceMessageTTL(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceOffloadDeletionLag

func (c *Client) GetNamespaceOffloadDeletionLag(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceOffloadPolicies

func (c *Client) GetNamespaceOffloadPolicies(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceOffloadThreshold

func (c *Client) GetNamespaceOffloadThreshold(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespacePersistence

func (c *Client) GetNamespacePersistence(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceProperties

func (c *Client) GetNamespaceProperties(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceReplicationClusters

func (c *Client) GetNamespaceReplicationClusters(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceReplicatorDispatchRate

func (c *Client) GetNamespaceReplicatorDispatchRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceResourceGroup

func (c *Client) GetNamespaceResourceGroup(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceRetention

func (c *Client) GetNamespaceRetention(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceSchemaCompatibilityStrategy

func (c *Client) GetNamespaceSchemaCompatibilityStrategy(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceSubscribeRate

func (c *Client) GetNamespaceSubscribeRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceSubscriptionDispatchRate

func (c *Client) GetNamespaceSubscriptionDispatchRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNamespaceSubscriptionTypesEnabled

func (c *Client) GetNamespaceSubscriptionTypesEnabled(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentPartitionedTopicList

func (c *Client) GetNonPersistentPartitionedTopicList(ctx context.Context, tenant string, namespace string, params *GetNonPersistentPartitionedTopicListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicBacklog

func (c *Client) GetNonPersistentTopicBacklog(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicBacklogParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicBacklogQuotaMap

func (c *Client) GetNonPersistentTopicBacklogQuotaMap(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicBacklogQuotaMapParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicBacklogSizeByMessageId

func (c *Client) GetNonPersistentTopicBacklogSizeByMessageId(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicBacklogSizeByMessageIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicCompactionStatus

func (c *Client) GetNonPersistentTopicCompactionStatus(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicCompactionStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicCompactionThreshold

func (c *Client) GetNonPersistentTopicCompactionThreshold(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicDeduplication

func (c *Client) GetNonPersistentTopicDeduplication(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicDeduplicationSnapshotInterval

func (c *Client) GetNonPersistentTopicDeduplicationSnapshotInterval(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicDelayedDeliveryPolicies

func (c *Client) GetNonPersistentTopicDelayedDeliveryPolicies(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicDispatchRate

func (c *Client) GetNonPersistentTopicDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicEntryFilters

func (c *Client) GetNonPersistentTopicEntryFilters(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicInactiveTopicPolicies

func (c *Client) GetNonPersistentTopicInactiveTopicPolicies(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicInternalStats

func (c *Client) GetNonPersistentTopicInternalStats(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicInternalStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicLastMessageId

func (c *Client) GetNonPersistentTopicLastMessageId(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicLastMessageIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicList

func (c *Client) GetNonPersistentTopicList(ctx context.Context, tenant string, namespace string, params *GetNonPersistentTopicListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicManagedLedgerInfo

func (c *Client) GetNonPersistentTopicManagedLedgerInfo(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicManagedLedgerInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicMaxConsumers

func (c *Client) GetNonPersistentTopicMaxConsumers(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicMaxConsumersPerSubscription

func (c *Client) GetNonPersistentTopicMaxConsumersPerSubscription(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicMaxMessageSize

func (c *Client) GetNonPersistentTopicMaxMessageSize(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicMaxProducers

func (c *Client) GetNonPersistentTopicMaxProducers(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicMaxSubscriptionsPerTopic

func (c *Client) GetNonPersistentTopicMaxSubscriptionsPerTopic(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicMaxUnackedMessagesOnConsumer

func (c *Client) GetNonPersistentTopicMaxUnackedMessagesOnConsumer(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicMaxUnackedMessagesOnSubscription

func (c *Client) GetNonPersistentTopicMaxUnackedMessagesOnSubscription(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicMessageById

func (c *Client) GetNonPersistentTopicMessageById(ctx context.Context, tenant string, namespace string, topic string, ledgerId int64, entryId int64, params *GetNonPersistentTopicMessageByIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicMessageIdByTimestamp

func (c *Client) GetNonPersistentTopicMessageIdByTimestamp(ctx context.Context, tenant string, namespace string, topic string, timestamp int64, params *GetNonPersistentTopicMessageIdByTimestampParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicMessageTTL

func (c *Client) GetNonPersistentTopicMessageTTL(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicOffloadPolicies

func (c *Client) GetNonPersistentTopicOffloadPolicies(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicPartitionedMetadata

func (c *Client) GetNonPersistentTopicPartitionedMetadata(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPartitionedMetadataParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicPartitionedStats

func (c *Client) GetNonPersistentTopicPartitionedStats(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPartitionedStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicPermissionsOnTopic

func (c *Client) GetNonPersistentTopicPermissionsOnTopic(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicPersistence

func (c *Client) GetNonPersistentTopicPersistence(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicProperties

func (c *Client) GetNonPersistentTopicProperties(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicPublishRate

func (c *Client) GetNonPersistentTopicPublishRate(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicReplicatedSubscriptionStatus

func (c *Client) GetNonPersistentTopicReplicatedSubscriptionStatus(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetNonPersistentTopicReplicatedSubscriptionStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicReplicationClusters

func (c *Client) GetNonPersistentTopicReplicationClusters(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicReplicatorDispatchRate

func (c *Client) GetNonPersistentTopicReplicatorDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicRetention

func (c *Client) GetNonPersistentTopicRetention(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicSchemaCompatibilityStrategy

func (c *Client) GetNonPersistentTopicSchemaCompatibilityStrategy(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSchemaCompatibilityStrategyParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicSchemaValidationEnforced

func (c *Client) GetNonPersistentTopicSchemaValidationEnforced(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSchemaValidationEnforcedParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicShadowTopics

func (c *Client) GetNonPersistentTopicShadowTopics(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicStats

func (c *Client) GetNonPersistentTopicStats(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicSubscribeRate

func (c *Client) GetNonPersistentTopicSubscribeRate(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscribeRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicSubscriptionDispatchRate

func (c *Client) GetNonPersistentTopicSubscriptionDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicSubscriptionLevelDispatchRate

func (c *Client) GetNonPersistentTopicSubscriptionLevelDispatchRate(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetNonPersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicSubscriptionProperties

func (c *Client) GetNonPersistentTopicSubscriptionProperties(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetNonPersistentTopicSubscriptionPropertiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicSubscriptionTypesEnabled

func (c *Client) GetNonPersistentTopicSubscriptionTypesEnabled(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNonPersistentTopicSubscriptions

func (c *Client) GetNonPersistentTopicSubscriptions(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscriptionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOwnedNamespaces

func (c *Client) GetOwnedNamespaces(ctx context.Context, clusterName string, brokerWebserviceurl string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPeerCluster

func (c *Client) GetPeerCluster(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPendingBookieOpsStats

func (c *Client) GetPendingBookieOpsStats(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPermissionOnSubscription

func (c *Client) GetPermissionOnSubscription(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPermissions

func (c *Client) GetPermissions(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentPartitionedTopicList

func (c *Client) GetPersistentPartitionedTopicList(ctx context.Context, tenant string, namespace string, params *GetPersistentPartitionedTopicListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicBacklog

func (c *Client) GetPersistentTopicBacklog(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicBacklogParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicBacklogQuotaMap

func (c *Client) GetPersistentTopicBacklogQuotaMap(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicBacklogQuotaMapParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicBacklogSizeByMessageId

func (c *Client) GetPersistentTopicBacklogSizeByMessageId(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicBacklogSizeByMessageIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicCompactionStatus

func (c *Client) GetPersistentTopicCompactionStatus(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicCompactionStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicCompactionThreshold

func (c *Client) GetPersistentTopicCompactionThreshold(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicDeduplication

func (c *Client) GetPersistentTopicDeduplication(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicDeduplicationSnapshotInterval

func (c *Client) GetPersistentTopicDeduplicationSnapshotInterval(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicDelayedDeliveryPolicies

func (c *Client) GetPersistentTopicDelayedDeliveryPolicies(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicDispatchRate

func (c *Client) GetPersistentTopicDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicEntryFilters

func (c *Client) GetPersistentTopicEntryFilters(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicInactiveTopicPolicies

func (c *Client) GetPersistentTopicInactiveTopicPolicies(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicInternalStats

func (c *Client) GetPersistentTopicInternalStats(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicInternalStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicLastMessageId

func (c *Client) GetPersistentTopicLastMessageId(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicLastMessageIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicList

func (c *Client) GetPersistentTopicList(ctx context.Context, tenant string, namespace string, params *GetPersistentTopicListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicManagedLedgerInfo

func (c *Client) GetPersistentTopicManagedLedgerInfo(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicManagedLedgerInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicMaxConsumers

func (c *Client) GetPersistentTopicMaxConsumers(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicMaxConsumersPerSubscription

func (c *Client) GetPersistentTopicMaxConsumersPerSubscription(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicMaxMessageSize

func (c *Client) GetPersistentTopicMaxMessageSize(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicMaxProducers

func (c *Client) GetPersistentTopicMaxProducers(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicMaxSubscriptionsPerTopic

func (c *Client) GetPersistentTopicMaxSubscriptionsPerTopic(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicMaxUnackedMessagesOnConsumer

func (c *Client) GetPersistentTopicMaxUnackedMessagesOnConsumer(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicMaxUnackedMessagesOnSubscription

func (c *Client) GetPersistentTopicMaxUnackedMessagesOnSubscription(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicMessageById

func (c *Client) GetPersistentTopicMessageById(ctx context.Context, tenant string, namespace string, topic string, ledgerId int64, entryId int64, params *GetPersistentTopicMessageByIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicMessageIdByTimestamp

func (c *Client) GetPersistentTopicMessageIdByTimestamp(ctx context.Context, tenant string, namespace string, topic string, timestamp int64, params *GetPersistentTopicMessageIdByTimestampParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicMessageTTL

func (c *Client) GetPersistentTopicMessageTTL(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicOffloadPolicies

func (c *Client) GetPersistentTopicOffloadPolicies(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicPartitionedMetadata

func (c *Client) GetPersistentTopicPartitionedMetadata(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPartitionedMetadataParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicPartitionedStats

func (c *Client) GetPersistentTopicPartitionedStats(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPartitionedStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicPermissionsOnTopic

func (c *Client) GetPersistentTopicPermissionsOnTopic(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicPersistence

func (c *Client) GetPersistentTopicPersistence(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicProperties

func (c *Client) GetPersistentTopicProperties(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicPublishRate

func (c *Client) GetPersistentTopicPublishRate(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicReplicatedSubscriptionStatus

func (c *Client) GetPersistentTopicReplicatedSubscriptionStatus(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetPersistentTopicReplicatedSubscriptionStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicReplicationClusters

func (c *Client) GetPersistentTopicReplicationClusters(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicReplicatorDispatchRate

func (c *Client) GetPersistentTopicReplicatorDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicRetention

func (c *Client) GetPersistentTopicRetention(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicSchemaCompatibilityStrategy

func (c *Client) GetPersistentTopicSchemaCompatibilityStrategy(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSchemaCompatibilityStrategyParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicSchemaValidationEnforced

func (c *Client) GetPersistentTopicSchemaValidationEnforced(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSchemaValidationEnforcedParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicShadowTopics

func (c *Client) GetPersistentTopicShadowTopics(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicStats

func (c *Client) GetPersistentTopicStats(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicSubscribeRate

func (c *Client) GetPersistentTopicSubscribeRate(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscribeRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicSubscriptionDispatchRate

func (c *Client) GetPersistentTopicSubscriptionDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicSubscriptionLevelDispatchRate

func (c *Client) GetPersistentTopicSubscriptionLevelDispatchRate(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetPersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicSubscriptionProperties

func (c *Client) GetPersistentTopicSubscriptionProperties(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetPersistentTopicSubscriptionPropertiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicSubscriptionTypesEnabled

func (c *Client) GetPersistentTopicSubscriptionTypesEnabled(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPersistentTopicSubscriptions

func (c *Client) GetPersistentTopicSubscriptions(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscriptionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPolicies

func (c *Client) GetPolicies(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetProperty

func (c *Client) GetProperty(ctx context.Context, tenant string, namespace string, key string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetResourceGroup

func (c *Client) GetResourceGroup(ctx context.Context, resourcegroup string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetResourceGroups

func (c *Client) GetResourceGroups(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRuntimeConfiguration

func (c *Client) GetRuntimeConfiguration(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSchemaAutoUpdateCompatibilityStrategy

func (c *Client) GetSchemaAutoUpdateCompatibilityStrategy(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSchemaOfTopic

func (c *Client) GetSchemaOfTopic(ctx context.Context, tenant string, namespace string, topic string, params *GetSchemaOfTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSchemaOfTopicGivenVersion

func (c *Client) GetSchemaOfTopicGivenVersion(ctx context.Context, tenant string, namespace string, topic string, version string, params *GetSchemaOfTopicGivenVersionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSchemaValidtionEnforced

func (c *Client) GetSchemaValidtionEnforced(ctx context.Context, tenant string, namespace string, params *GetSchemaValidtionEnforcedParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSubscriptionAuthMode

func (c *Client) GetSubscriptionAuthMode(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSubscriptionExpirationTime

func (c *Client) GetSubscriptionExpirationTime(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetTenantAdmin

func (c *Client) GetTenantAdmin(ctx context.Context, tenant string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetTenantNamespaces

func (c *Client) GetTenantNamespaces(ctx context.Context, tenant string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetTenants

func (c *Client) GetTenants(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetTopicHashPositions

func (c *Client) GetTopicHashPositions(ctx context.Context, tenant string, namespace string, bundle string, params *GetTopicHashPositionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetTopics

func (c *Client) GetTopics(ctx context.Context, tenant string, namespace string, params *GetTopicsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetTopics2

func (c *Client) GetTopics2(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVersionBySchema

func (c *Client) GetVersionBySchema(ctx context.Context, tenant string, namespace string, topic string, params *GetVersionBySchemaParams, body GetVersionBySchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVersionBySchemaWithBody

func (c *Client) GetVersionBySchemaWithBody(ctx context.Context, tenant string, namespace string, topic string, params *GetVersionBySchemaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkerCluster

func (c *Client) GetWorkerCluster(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkerClusterLeader

func (c *Client) GetWorkerClusterLeader(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkerStats

func (c *Client) GetWorkerStats(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkerStatsMetrics

func (c *Client) GetWorkerStatsMetrics(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GrantNonPersistentTopicPermissionsOnTopicWithBody

func (c *Client) GrantNonPersistentTopicPermissionsOnTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, role string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GrantPermissionOnNamespace

func (c *Client) GrantPermissionOnNamespace(ctx context.Context, tenant string, namespace string, role string, body GrantPermissionOnNamespaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GrantPermissionOnNamespaceWithBody

func (c *Client) GrantPermissionOnNamespaceWithBody(ctx context.Context, tenant string, namespace string, role string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GrantPersistentTopicPermissionsOnTopicWithBody

func (c *Client) GrantPersistentTopicPermissionsOnTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, role string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) HealthCheck

func (c *Client) HealthCheck(ctx context.Context, params *HealthCheckParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) IsLeaderReady

func (c *Client) IsLeaderReady(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) IsReady

func (c *Client) IsReady(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ModifyDeduplication

func (c *Client) ModifyDeduplication(ctx context.Context, tenant string, namespace string, body ModifyDeduplicationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ModifyDeduplicationWithBody

func (c *Client) ModifyDeduplicationWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ModifyEncryptionRequired

func (c *Client) ModifyEncryptionRequired(ctx context.Context, tenant string, namespace string, body ModifyEncryptionRequiredJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ModifyEncryptionRequiredWithBody

func (c *Client) ModifyEncryptionRequiredWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) OffloadNonPersistentTopicStatus

func (c *Client) OffloadNonPersistentTopicStatus(ctx context.Context, tenant string, namespace string, topic string, params *OffloadNonPersistentTopicStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) OffloadPersistentTopicStatus

func (c *Client) OffloadPersistentTopicStatus(ctx context.Context, tenant string, namespace string, topic string, params *OffloadPersistentTopicStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PeekNonPersistentTopicNthMessage

func (c *Client) PeekNonPersistentTopicNthMessage(ctx context.Context, tenant string, namespace string, topic string, subName string, messagePosition int32, params *PeekNonPersistentTopicNthMessageParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PeekPersistentTopicNthMessage

func (c *Client) PeekPersistentTopicNthMessage(ctx context.Context, tenant string, namespace string, topic string, subName string, messagePosition int32, params *PeekPersistentTopicNthMessageParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSchema

func (c *Client) PostSchema(ctx context.Context, tenant string, namespace string, topic string, params *PostSchemaParams, body PostSchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSchemaWithBody

func (c *Client) PostSchemaWithBody(ctx context.Context, tenant string, namespace string, topic string, params *PostSchemaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Rebalance

func (c *Client) Rebalance(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveAutoSubscriptionCreation

func (c *Client) RemoveAutoSubscriptionCreation(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveAutoTopicCreation

func (c *Client) RemoveAutoTopicCreation(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveDelayedDeliveryPolicies

func (c *Client) RemoveDelayedDeliveryPolicies(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveInactiveTopicPolicies

func (c *Client) RemoveInactiveTopicPolicies(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamesapceBacklogQuota

func (c *Client) RemoveNamesapceBacklogQuota(ctx context.Context, tenant string, namespace string, params *RemoveNamesapceBacklogQuotaParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceAntiAffinityGroup

func (c *Client) RemoveNamespaceAntiAffinityGroup(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceBundleResourceQuota

func (c *Client) RemoveNamespaceBundleResourceQuota(ctx context.Context, tenant string, namespace string, bundle string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceDeduplication

func (c *Client) RemoveNamespaceDeduplication(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceEntryFilters

func (c *Client) RemoveNamespaceEntryFilters(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceMaxConsumersPerSubscription

func (c *Client) RemoveNamespaceMaxConsumersPerSubscription(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceMaxConsumersPerTopic

func (c *Client) RemoveNamespaceMaxConsumersPerTopic(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceMaxProducersPerTopic

func (c *Client) RemoveNamespaceMaxProducersPerTopic(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceMaxSubscriptionsPerTopic

func (c *Client) RemoveNamespaceMaxSubscriptionsPerTopic(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceMaxUnackedmessagesPerConsumer

func (c *Client) RemoveNamespaceMaxUnackedmessagesPerConsumer(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceMaxUnackedmessagesPerSubscription

func (c *Client) RemoveNamespaceMaxUnackedmessagesPerSubscription(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceMessageTTL

func (c *Client) RemoveNamespaceMessageTTL(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceOffloadPolicies

func (c *Client) RemoveNamespaceOffloadPolicies(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceReplicatorDispatchRate

func (c *Client) RemoveNamespaceReplicatorDispatchRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceResourceGroup

func (c *Client) RemoveNamespaceResourceGroup(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceRetention

func (c *Client) RemoveNamespaceRetention(ctx context.Context, tenant string, namespace string, body RemoveNamespaceRetentionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceRetentionWithBody

func (c *Client) RemoveNamespaceRetentionWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNamespaceSubscriptionTypesEnabled

func (c *Client) RemoveNamespaceSubscriptionTypesEnabled(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicBacklogQuota

func (c *Client) RemoveNonPersistentTopicBacklogQuota(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicCompactionThreshold

func (c *Client) RemoveNonPersistentTopicCompactionThreshold(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicDeduplication

func (c *Client) RemoveNonPersistentTopicDeduplication(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicDispatchRate

func (c *Client) RemoveNonPersistentTopicDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicEntryFilters

func (c *Client) RemoveNonPersistentTopicEntryFilters(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicMaxConsumers

func (c *Client) RemoveNonPersistentTopicMaxConsumers(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicMaxConsumersPerSubscription

func (c *Client) RemoveNonPersistentTopicMaxConsumersPerSubscription(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicMaxMessageSize

func (c *Client) RemoveNonPersistentTopicMaxMessageSize(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicMaxProducers

func (c *Client) RemoveNonPersistentTopicMaxProducers(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicMaxSubscriptionsPerTopic

func (c *Client) RemoveNonPersistentTopicMaxSubscriptionsPerTopic(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicMessageTTL

func (c *Client) RemoveNonPersistentTopicMessageTTL(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicOffloadPolicies

func (c *Client) RemoveNonPersistentTopicOffloadPolicies(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicPersistence

func (c *Client) RemoveNonPersistentTopicPersistence(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicProperties

func (c *Client) RemoveNonPersistentTopicProperties(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicPublishRate

func (c *Client) RemoveNonPersistentTopicPublishRate(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicReplicationClusters

func (c *Client) RemoveNonPersistentTopicReplicationClusters(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicReplicatorDispatchRate

func (c *Client) RemoveNonPersistentTopicReplicatorDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicRetention

func (c *Client) RemoveNonPersistentTopicRetention(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicSchemaCompatibilityStrategyWithBody

func (c *Client) RemoveNonPersistentTopicSchemaCompatibilityStrategyWithBody(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicSubscribeRateWithBody

func (c *Client) RemoveNonPersistentTopicSubscribeRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicSubscriptionDispatchRate

func (c *Client) RemoveNonPersistentTopicSubscriptionDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicSubscriptionLevelDispatchRate

func (c *Client) RemoveNonPersistentTopicSubscriptionLevelDispatchRate(ctx context.Context, tenant string, namespace string, topic string, subName string, params *RemoveNonPersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveNonPersistentTopicSubscriptionTypesEnabled

func (c *Client) RemoveNonPersistentTopicSubscriptionTypesEnabled(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicBacklogQuota

func (c *Client) RemovePersistentTopicBacklogQuota(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicCompactionThreshold

func (c *Client) RemovePersistentTopicCompactionThreshold(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicDeduplication

func (c *Client) RemovePersistentTopicDeduplication(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicDispatchRate

func (c *Client) RemovePersistentTopicDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicEntryFilters

func (c *Client) RemovePersistentTopicEntryFilters(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicMaxConsumers

func (c *Client) RemovePersistentTopicMaxConsumers(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicMaxConsumersPerSubscription

func (c *Client) RemovePersistentTopicMaxConsumersPerSubscription(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicMaxMessageSize

func (c *Client) RemovePersistentTopicMaxMessageSize(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicMaxProducers

func (c *Client) RemovePersistentTopicMaxProducers(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicMaxSubscriptionsPerTopic

func (c *Client) RemovePersistentTopicMaxSubscriptionsPerTopic(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicMessageTTL

func (c *Client) RemovePersistentTopicMessageTTL(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicOffloadPolicies

func (c *Client) RemovePersistentTopicOffloadPolicies(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicPersistence

func (c *Client) RemovePersistentTopicPersistence(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicProperties

func (c *Client) RemovePersistentTopicProperties(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicPublishRate

func (c *Client) RemovePersistentTopicPublishRate(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicReplicationClusters

func (c *Client) RemovePersistentTopicReplicationClusters(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicReplicatorDispatchRate

func (c *Client) RemovePersistentTopicReplicatorDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicRetention

func (c *Client) RemovePersistentTopicRetention(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicSchemaCompatibilityStrategyWithBody

func (c *Client) RemovePersistentTopicSchemaCompatibilityStrategyWithBody(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicSubscribeRateWithBody

func (c *Client) RemovePersistentTopicSubscribeRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicSubscriptionDispatchRate

func (c *Client) RemovePersistentTopicSubscriptionDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicSubscriptionLevelDispatchRate

func (c *Client) RemovePersistentTopicSubscriptionLevelDispatchRate(ctx context.Context, tenant string, namespace string, topic string, subName string, params *RemovePersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemovePersistentTopicSubscriptionTypesEnabled

func (c *Client) RemovePersistentTopicSubscriptionTypesEnabled(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveProperty

func (c *Client) RemoveProperty(ctx context.Context, tenant string, namespace string, key string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveSubscriptionExpirationTime

func (c *Client) RemoveSubscriptionExpirationTime(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ResetNonPersistentTopicCursor

func (c *Client) ResetNonPersistentTopicCursor(ctx context.Context, tenant string, namespace string, topic string, subName string, timestamp int64, params *ResetNonPersistentTopicCursorParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ResetNonPersistentTopicCursorOnPositionWithBody

func (c *Client) ResetNonPersistentTopicCursorOnPositionWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ResetNonPersistentTopicCursorOnPositionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ResetPersistentTopicCursor

func (c *Client) ResetPersistentTopicCursor(ctx context.Context, tenant string, namespace string, topic string, subName string, timestamp int64, params *ResetPersistentTopicCursorParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ResetPersistentTopicCursorOnPositionWithBody

func (c *Client) ResetPersistentTopicCursorOnPositionWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ResetPersistentTopicCursorOnPositionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopic

func (c *Client) RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopic(ctx context.Context, tenant string, namespace string, topic string, role string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RevokePermissionsOnNamespace

func (c *Client) RevokePermissionsOnNamespace(ctx context.Context, tenant string, namespace string, role string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RevokePersistentTopicNonPersistentTopicPermissionsOnTopic

func (c *Client) RevokePersistentTopicNonPersistentTopicPermissionsOnTopic(ctx context.Context, tenant string, namespace string, topic string, role string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ScanOffloadedLedgers

func (c *Client) ScanOffloadedLedgers(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetAutoSubscriptionCreation

func (c *Client) SetAutoSubscriptionCreation(ctx context.Context, tenant string, namespace string, body SetAutoSubscriptionCreationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetAutoSubscriptionCreationWithBody

func (c *Client) SetAutoSubscriptionCreationWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetAutoTopicCreation

func (c *Client) SetAutoTopicCreation(ctx context.Context, tenant string, namespace string, body SetAutoTopicCreationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetAutoTopicCreationWithBody

func (c *Client) SetAutoTopicCreationWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetBookieAffinityGroup

func (c *Client) SetBookieAffinityGroup(ctx context.Context, tenant string, namespace string, body SetBookieAffinityGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetBookieAffinityGroupWithBody

func (c *Client) SetBookieAffinityGroupWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetDefaultResourceQuota

func (c *Client) SetDefaultResourceQuota(ctx context.Context, body SetDefaultResourceQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetDefaultResourceQuotaWithBody

func (c *Client) SetDefaultResourceQuotaWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetEntryFiltersPerTopic

func (c *Client) SetEntryFiltersPerTopic(ctx context.Context, tenant string, namespace string, body SetEntryFiltersPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetEntryFiltersPerTopicWithBody

func (c *Client) SetEntryFiltersPerTopicWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetFailureDomainWithBody

func (c *Client) SetFailureDomainWithBody(ctx context.Context, cluster string, domainName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetIsAllowAutoUpdateSchema

func (c *Client) SetIsAllowAutoUpdateSchema(ctx context.Context, tenant string, namespace string, body SetIsAllowAutoUpdateSchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetIsAllowAutoUpdateSchemaWithBody

func (c *Client) SetIsAllowAutoUpdateSchemaWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceAntiAffinityGroup

func (c *Client) SetNamespaceAntiAffinityGroup(ctx context.Context, tenant string, namespace string, body SetNamespaceAntiAffinityGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceAntiAffinityGroupWithBody

func (c *Client) SetNamespaceAntiAffinityGroupWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceBacklogQuota

func (c *Client) SetNamespaceBacklogQuota(ctx context.Context, tenant string, namespace string, params *SetNamespaceBacklogQuotaParams, body SetNamespaceBacklogQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceBacklogQuotaWithBody

func (c *Client) SetNamespaceBacklogQuotaWithBody(ctx context.Context, tenant string, namespace string, params *SetNamespaceBacklogQuotaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceBundleResourceQuota

func (c *Client) SetNamespaceBundleResourceQuota(ctx context.Context, tenant string, namespace string, bundle string, body SetNamespaceBundleResourceQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceBundleResourceQuotaWithBody

func (c *Client) SetNamespaceBundleResourceQuotaWithBody(ctx context.Context, tenant string, namespace string, bundle string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceCompactionThreshold

func (c *Client) SetNamespaceCompactionThreshold(ctx context.Context, tenant string, namespace string, body SetNamespaceCompactionThresholdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceCompactionThresholdWithBody

func (c *Client) SetNamespaceCompactionThresholdWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceDeduplicationSnapshotInterval

func (c *Client) SetNamespaceDeduplicationSnapshotInterval(ctx context.Context, tenant string, namespace string, body SetNamespaceDeduplicationSnapshotIntervalJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceDeduplicationSnapshotIntervalWithBody

func (c *Client) SetNamespaceDeduplicationSnapshotIntervalWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceDelayedDeliveryPolicies

func (c *Client) SetNamespaceDelayedDeliveryPolicies(ctx context.Context, tenant string, namespace string, body SetNamespaceDelayedDeliveryPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceDelayedDeliveryPoliciesWithBody

func (c *Client) SetNamespaceDelayedDeliveryPoliciesWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceDispatchRate

func (c *Client) SetNamespaceDispatchRate(ctx context.Context, tenant string, namespace string, body SetNamespaceDispatchRateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceDispatchRateWithBody

func (c *Client) SetNamespaceDispatchRateWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceInactiveTopicPolicies

func (c *Client) SetNamespaceInactiveTopicPolicies(ctx context.Context, tenant string, namespace string, body SetNamespaceInactiveTopicPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceInactiveTopicPoliciesWithBody

func (c *Client) SetNamespaceInactiveTopicPoliciesWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceIsolationPolicyWithBody

func (c *Client) SetNamespaceIsolationPolicyWithBody(ctx context.Context, cluster string, policyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMaxConsumersPerSubscription

func (c *Client) SetNamespaceMaxConsumersPerSubscription(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxConsumersPerSubscriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMaxConsumersPerSubscriptionWithBody

func (c *Client) SetNamespaceMaxConsumersPerSubscriptionWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMaxConsumersPerTopic

func (c *Client) SetNamespaceMaxConsumersPerTopic(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxConsumersPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMaxConsumersPerTopicWithBody

func (c *Client) SetNamespaceMaxConsumersPerTopicWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMaxProducersPerTopic

func (c *Client) SetNamespaceMaxProducersPerTopic(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxProducersPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMaxProducersPerTopicWithBody

func (c *Client) SetNamespaceMaxProducersPerTopicWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMaxSubscriptionsPerTopic

func (c *Client) SetNamespaceMaxSubscriptionsPerTopic(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxSubscriptionsPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMaxSubscriptionsPerTopicWithBody

func (c *Client) SetNamespaceMaxSubscriptionsPerTopicWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMaxTopicsPerNamespace

func (c *Client) SetNamespaceMaxTopicsPerNamespace(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxTopicsPerNamespaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMaxTopicsPerNamespaceWithBody

func (c *Client) SetNamespaceMaxTopicsPerNamespaceWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMaxUnackedMessagesPerConsumer

func (c *Client) SetNamespaceMaxUnackedMessagesPerConsumer(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxUnackedMessagesPerConsumerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMaxUnackedMessagesPerConsumerWithBody

func (c *Client) SetNamespaceMaxUnackedMessagesPerConsumerWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMaxUnackedMessagesPerSubscription

func (c *Client) SetNamespaceMaxUnackedMessagesPerSubscription(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxUnackedMessagesPerSubscriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMaxUnackedMessagesPerSubscriptionWithBody

func (c *Client) SetNamespaceMaxUnackedMessagesPerSubscriptionWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMessageTTL

func (c *Client) SetNamespaceMessageTTL(ctx context.Context, tenant string, namespace string, body SetNamespaceMessageTTLJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceMessageTTLWithBody

func (c *Client) SetNamespaceMessageTTLWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceOffloadDeletionLag

func (c *Client) SetNamespaceOffloadDeletionLag(ctx context.Context, tenant string, namespace string, body SetNamespaceOffloadDeletionLagJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceOffloadDeletionLagWithBody

func (c *Client) SetNamespaceOffloadDeletionLagWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceOffloadPolicies

func (c *Client) SetNamespaceOffloadPolicies(ctx context.Context, tenant string, namespace string, body SetNamespaceOffloadPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceOffloadPoliciesWithBody

func (c *Client) SetNamespaceOffloadPoliciesWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceOffloadThreshold

func (c *Client) SetNamespaceOffloadThreshold(ctx context.Context, tenant string, namespace string, body SetNamespaceOffloadThresholdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceOffloadThresholdWithBody

func (c *Client) SetNamespaceOffloadThresholdWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespacePersistence

func (c *Client) SetNamespacePersistence(ctx context.Context, tenant string, namespace string, body SetNamespacePersistenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespacePersistenceWithBody

func (c *Client) SetNamespacePersistenceWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceReplicationClusters

func (c *Client) SetNamespaceReplicationClusters(ctx context.Context, tenant string, namespace string, body SetNamespaceReplicationClustersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceReplicationClustersWithBody

func (c *Client) SetNamespaceReplicationClustersWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceReplicatorDispatchRate

func (c *Client) SetNamespaceReplicatorDispatchRate(ctx context.Context, tenant string, namespace string, body SetNamespaceReplicatorDispatchRateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceReplicatorDispatchRateWithBody

func (c *Client) SetNamespaceReplicatorDispatchRateWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceResourceGroup

func (c *Client) SetNamespaceResourceGroup(ctx context.Context, tenant string, namespace string, resourcegroup string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceRetention

func (c *Client) SetNamespaceRetention(ctx context.Context, tenant string, namespace string, body SetNamespaceRetentionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceRetentionWithBody

func (c *Client) SetNamespaceRetentionWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceSchemaCompatibilityStrategy

func (c *Client) SetNamespaceSchemaCompatibilityStrategy(ctx context.Context, tenant string, namespace string, body SetNamespaceSchemaCompatibilityStrategyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceSchemaCompatibilityStrategyWithBody

func (c *Client) SetNamespaceSchemaCompatibilityStrategyWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceSchemaValidationEnforced

func (c *Client) SetNamespaceSchemaValidationEnforced(ctx context.Context, tenant string, namespace string, body SetNamespaceSchemaValidationEnforcedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceSchemaValidationEnforcedWithBody

func (c *Client) SetNamespaceSchemaValidationEnforcedWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceSubscribeRate

func (c *Client) SetNamespaceSubscribeRate(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscribeRateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceSubscribeRateWithBody

func (c *Client) SetNamespaceSubscribeRateWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceSubscriptionAuthMode

func (c *Client) SetNamespaceSubscriptionAuthMode(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionAuthModeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceSubscriptionAuthModeWithBody

func (c *Client) SetNamespaceSubscriptionAuthModeWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceSubscriptionDispatchRate

func (c *Client) SetNamespaceSubscriptionDispatchRate(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionDispatchRateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceSubscriptionDispatchRateWithBody

func (c *Client) SetNamespaceSubscriptionDispatchRateWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceSubscriptionExpirationTime

func (c *Client) SetNamespaceSubscriptionExpirationTime(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionExpirationTimeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceSubscriptionExpirationTimeWithBody

func (c *Client) SetNamespaceSubscriptionExpirationTimeWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceSubscriptionTypesEnabled

func (c *Client) SetNamespaceSubscriptionTypesEnabled(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionTypesEnabledJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNamespaceSubscriptionTypesEnabledWithBody

func (c *Client) SetNamespaceSubscriptionTypesEnabledWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicBacklogQuota

func (c *Client) SetNonPersistentTopicBacklogQuota(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicCompactionThresholdWithBody

func (c *Client) SetNonPersistentTopicCompactionThresholdWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicCompactionThresholdParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicDeduplicationSnapshotIntervalWithBody

func (c *Client) SetNonPersistentTopicDeduplicationSnapshotIntervalWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDeduplicationSnapshotIntervalParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicDeduplicationWithBody

func (c *Client) SetNonPersistentTopicDeduplicationWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDeduplicationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicDelayedDeliveryPoliciesWithBody

func (c *Client) SetNonPersistentTopicDelayedDeliveryPoliciesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDelayedDeliveryPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicDispatchRateWithBody

func (c *Client) SetNonPersistentTopicDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicEntryFiltersWithBody

func (c *Client) SetNonPersistentTopicEntryFiltersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicEntryFiltersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicInactiveTopicPoliciesWithBody

func (c *Client) SetNonPersistentTopicInactiveTopicPoliciesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicInactiveTopicPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicMaxConsumersPerSubscriptionWithBody

func (c *Client) SetNonPersistentTopicMaxConsumersPerSubscriptionWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxConsumersPerSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicMaxConsumersWithBody

func (c *Client) SetNonPersistentTopicMaxConsumersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxConsumersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicMaxMessageSizeWithBody

func (c *Client) SetNonPersistentTopicMaxMessageSizeWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxMessageSizeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicMaxProducersWithBody

func (c *Client) SetNonPersistentTopicMaxProducersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxProducersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicMaxSubscriptionsPerTopicWithBody

func (c *Client) SetNonPersistentTopicMaxSubscriptionsPerTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxSubscriptionsPerTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicMaxUnackedMessagesOnConsumerWithBody

func (c *Client) SetNonPersistentTopicMaxUnackedMessagesOnConsumerWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxUnackedMessagesOnConsumerParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithBody

func (c *Client) SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicMessageTTL

func (c *Client) SetNonPersistentTopicMessageTTL(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicOffloadPoliciesWithBody

func (c *Client) SetNonPersistentTopicOffloadPoliciesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicOffloadPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicPersistenceWithBody

func (c *Client) SetNonPersistentTopicPersistenceWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicPersistenceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicPublishRateWithBody

func (c *Client) SetNonPersistentTopicPublishRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicPublishRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicReplicatedSubscriptionStatusWithBody

func (c *Client) SetNonPersistentTopicReplicatedSubscriptionStatusWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetNonPersistentTopicReplicatedSubscriptionStatusParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicReplicationClustersWithBody

func (c *Client) SetNonPersistentTopicReplicationClustersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicReplicationClustersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicReplicatorDispatchRateWithBody

func (c *Client) SetNonPersistentTopicReplicatorDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicReplicatorDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicRetentionWithBody

func (c *Client) SetNonPersistentTopicRetentionWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicRetentionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicSchemaCompatibilityStrategyWithBody

func (c *Client) SetNonPersistentTopicSchemaCompatibilityStrategyWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicSchemaValidationEnforcedWithBody

func (c *Client) SetNonPersistentTopicSchemaValidationEnforcedWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSchemaValidationEnforcedParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicShadowTopicsWithBody

func (c *Client) SetNonPersistentTopicShadowTopicsWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicShadowTopicsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicSubscribeRateWithBody

func (c *Client) SetNonPersistentTopicSubscribeRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicSubscriptionDispatchRateWithBody

func (c *Client) SetNonPersistentTopicSubscriptionDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSubscriptionDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicSubscriptionLevelDispatchRateWithBody

func (c *Client) SetNonPersistentTopicSubscriptionLevelDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetNonPersistentTopicSubscriptionLevelDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetNonPersistentTopicSubscriptionTypesEnabledWithBody

func (c *Client) SetNonPersistentTopicSubscriptionTypesEnabledWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSubscriptionTypesEnabledParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPeerClusterNamesWithBody

func (c *Client) SetPeerClusterNamesWithBody(ctx context.Context, cluster string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicBacklogQuota

func (c *Client) SetPersistentTopicBacklogQuota(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicCompactionThresholdWithBody

func (c *Client) SetPersistentTopicCompactionThresholdWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicCompactionThresholdParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicDeduplicationSnapshotIntervalWithBody

func (c *Client) SetPersistentTopicDeduplicationSnapshotIntervalWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDeduplicationSnapshotIntervalParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicDeduplicationWithBody

func (c *Client) SetPersistentTopicDeduplicationWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDeduplicationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicDelayedDeliveryPoliciesWithBody

func (c *Client) SetPersistentTopicDelayedDeliveryPoliciesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDelayedDeliveryPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicDispatchRateWithBody

func (c *Client) SetPersistentTopicDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicEntryFiltersWithBody

func (c *Client) SetPersistentTopicEntryFiltersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicEntryFiltersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicInactiveTopicPoliciesWithBody

func (c *Client) SetPersistentTopicInactiveTopicPoliciesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicInactiveTopicPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicMaxConsumersPerSubscriptionWithBody

func (c *Client) SetPersistentTopicMaxConsumersPerSubscriptionWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxConsumersPerSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicMaxConsumersWithBody

func (c *Client) SetPersistentTopicMaxConsumersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxConsumersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicMaxMessageSizeWithBody

func (c *Client) SetPersistentTopicMaxMessageSizeWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxMessageSizeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicMaxProducersWithBody

func (c *Client) SetPersistentTopicMaxProducersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxProducersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicMaxSubscriptionsPerTopicWithBody

func (c *Client) SetPersistentTopicMaxSubscriptionsPerTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxSubscriptionsPerTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicMaxUnackedMessagesOnConsumerWithBody

func (c *Client) SetPersistentTopicMaxUnackedMessagesOnConsumerWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxUnackedMessagesOnConsumerParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicMaxUnackedMessagesOnSubscriptionWithBody

func (c *Client) SetPersistentTopicMaxUnackedMessagesOnSubscriptionWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxUnackedMessagesOnSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicMessageTTL

func (c *Client) SetPersistentTopicMessageTTL(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicOffloadPoliciesWithBody

func (c *Client) SetPersistentTopicOffloadPoliciesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicOffloadPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicPersistenceWithBody

func (c *Client) SetPersistentTopicPersistenceWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicPersistenceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicPublishRateWithBody

func (c *Client) SetPersistentTopicPublishRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicPublishRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicReplicatedSubscriptionStatusWithBody

func (c *Client) SetPersistentTopicReplicatedSubscriptionStatusWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetPersistentTopicReplicatedSubscriptionStatusParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicReplicationClustersWithBody

func (c *Client) SetPersistentTopicReplicationClustersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicReplicationClustersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicReplicatorDispatchRateWithBody

func (c *Client) SetPersistentTopicReplicatorDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicReplicatorDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicRetentionWithBody

func (c *Client) SetPersistentTopicRetentionWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicRetentionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicSchemaCompatibilityStrategyWithBody

func (c *Client) SetPersistentTopicSchemaCompatibilityStrategyWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicSchemaValidationEnforcedWithBody

func (c *Client) SetPersistentTopicSchemaValidationEnforcedWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSchemaValidationEnforcedParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicShadowTopicsWithBody

func (c *Client) SetPersistentTopicShadowTopicsWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicShadowTopicsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicSubscribeRateWithBody

func (c *Client) SetPersistentTopicSubscribeRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicSubscriptionDispatchRateWithBody

func (c *Client) SetPersistentTopicSubscriptionDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSubscriptionDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicSubscriptionLevelDispatchRateWithBody

func (c *Client) SetPersistentTopicSubscriptionLevelDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetPersistentTopicSubscriptionLevelDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPersistentTopicSubscriptionTypesEnabledWithBody

func (c *Client) SetPersistentTopicSubscriptionTypesEnabledWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSubscriptionTypesEnabledParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetProperties

func (c *Client) SetProperties(ctx context.Context, tenant string, namespace string, body SetPropertiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetPropertiesWithBody

func (c *Client) SetPropertiesWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetProperty

func (c *Client) SetProperty(ctx context.Context, tenant string, namespace string, key string, value string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetSchemaAutoUpdateCompatibilityStrategy

func (c *Client) SetSchemaAutoUpdateCompatibilityStrategy(ctx context.Context, tenant string, namespace string, body SetSchemaAutoUpdateCompatibilityStrategyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetSchemaAutoUpdateCompatibilityStrategyWithBody

func (c *Client) SetSchemaAutoUpdateCompatibilityStrategyWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ShutDownBrokerGracefully

func (c *Client) ShutDownBrokerGracefully(ctx context.Context, params *ShutDownBrokerGracefullyParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SkipNonPersistentTopicAllMessages

func (c *Client) SkipNonPersistentTopicAllMessages(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SkipNonPersistentTopicAllMessagesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SkipNonPersistentTopicMessages

func (c *Client) SkipNonPersistentTopicMessages(ctx context.Context, tenant string, namespace string, topic string, subName string, numMessages int32, params *SkipNonPersistentTopicMessagesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SkipPersistentTopicAllMessages

func (c *Client) SkipPersistentTopicAllMessages(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SkipPersistentTopicAllMessagesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SkipPersistentTopicMessages

func (c *Client) SkipPersistentTopicMessages(ctx context.Context, tenant string, namespace string, topic string, subName string, numMessages int32, params *SkipPersistentTopicMessagesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SplitNamespaceBundle

func (c *Client) SplitNamespaceBundle(ctx context.Context, tenant string, namespace string, bundle string, params *SplitNamespaceBundleParams, body SplitNamespaceBundleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SplitNamespaceBundleWithBody

func (c *Client) SplitNamespaceBundleWithBody(ctx context.Context, tenant string, namespace string, bundle string, params *SplitNamespaceBundleParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TerminateNonPersistentTopic

func (c *Client) TerminateNonPersistentTopic(ctx context.Context, tenant string, namespace string, topic string, params *TerminateNonPersistentTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TerminateNonPersistentTopicPartitionedTopic

func (c *Client) TerminateNonPersistentTopicPartitionedTopic(ctx context.Context, tenant string, namespace string, topic string, params *TerminateNonPersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TerminatePersistentTopic

func (c *Client) TerminatePersistentTopic(ctx context.Context, tenant string, namespace string, topic string, params *TerminatePersistentTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TerminatePersistentTopicPartitionedTopic

func (c *Client) TerminatePersistentTopicPartitionedTopic(ctx context.Context, tenant string, namespace string, topic string, params *TerminatePersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TestCompatibility

func (c *Client) TestCompatibility(ctx context.Context, tenant string, namespace string, topic string, params *TestCompatibilityParams, body TestCompatibilityJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TestCompatibilityWithBody

func (c *Client) TestCompatibilityWithBody(ctx context.Context, tenant string, namespace string, topic string, params *TestCompatibilityParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TriggerNonPersistentTopicOffload

func (c *Client) TriggerNonPersistentTopicOffload(ctx context.Context, tenant string, namespace string, topic string, params *TriggerNonPersistentTopicOffloadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TriggerPersistentTopicOffload

func (c *Client) TriggerPersistentTopicOffload(ctx context.Context, tenant string, namespace string, topic string, params *TriggerPersistentTopicOffloadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TruncateNonPersistentTopicTopic

func (c *Client) TruncateNonPersistentTopicTopic(ctx context.Context, tenant string, namespace string, topic string, params *TruncateNonPersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TruncatePersistentTopicTopic

func (c *Client) TruncatePersistentTopicTopic(ctx context.Context, tenant string, namespace string, topic string, params *TruncatePersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UnloadNamespace

func (c *Client) UnloadNamespace(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UnloadNamespaceBundle

func (c *Client) UnloadNamespaceBundle(ctx context.Context, tenant string, namespace string, bundle string, params *UnloadNamespaceBundleParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UnloadNonPersistentTopicTopic

func (c *Client) UnloadNonPersistentTopicTopic(ctx context.Context, tenant string, namespace string, topic string, params *UnloadNonPersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UnloadPersistentTopicTopic

func (c *Client) UnloadPersistentTopicTopic(ctx context.Context, tenant string, namespace string, topic string, params *UnloadPersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UnsubscribeNamespace

func (c *Client) UnsubscribeNamespace(ctx context.Context, tenant string, namespace string, subscription string, params *UnsubscribeNamespaceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UnsubscribeNamespaceBundle

func (c *Client) UnsubscribeNamespaceBundle(ctx context.Context, tenant string, namespace string, bundle string, subscription string, params *UnsubscribeNamespaceBundleParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateBookieRackInfo

func (c *Client) UpdateBookieRackInfo(ctx context.Context, bookie string, params *UpdateBookieRackInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateClusterWithBody

func (c *Client) UpdateClusterWithBody(ctx context.Context, cluster string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateDynamicConfiguration

func (c *Client) UpdateDynamicConfiguration(ctx context.Context, configName string, configValue string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateNonPersistentTopicPartitionedTopicWithBody

func (c *Client) UpdateNonPersistentTopicPartitionedTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *UpdateNonPersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateNonPersistentTopicPropertiesWithBody

func (c *Client) UpdateNonPersistentTopicPropertiesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *UpdateNonPersistentTopicPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateNonPersistentTopicSubscriptionPropertiesWithBody

func (c *Client) UpdateNonPersistentTopicSubscriptionPropertiesWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *UpdateNonPersistentTopicSubscriptionPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdatePersistentTopicPartitionedTopicWithBody

func (c *Client) UpdatePersistentTopicPartitionedTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *UpdatePersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdatePersistentTopicPropertiesWithBody

func (c *Client) UpdatePersistentTopicPropertiesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *UpdatePersistentTopicPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdatePersistentTopicSubscriptionPropertiesWithBody

func (c *Client) UpdatePersistentTopicSubscriptionPropertiesWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *UpdatePersistentTopicSubscriptionPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateTenant

func (c *Client) UpdateTenant(ctx context.Context, tenant string, body UpdateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateTenantWithBody

func (c *Client) UpdateTenantWithBody(ctx context.Context, tenant string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Version

func (c *Client) Version(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

type ClientInterface

type ClientInterface interface {
	// GetAllBookies request
	GetAllBookies(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetBookiesRackInfo request
	GetBookiesRackInfo(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteBookieRackInfo request
	DeleteBookieRackInfo(ctx context.Context, bookie string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetBookieRackInfo request
	GetBookieRackInfo(ctx context.Context, bookie string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateBookieRackInfo request
	UpdateBookieRackInfo(ctx context.Context, bookie string, params *UpdateBookieRackInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAllocatorStats request
	GetAllocatorStats(ctx context.Context, allocator string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPendingBookieOpsStats request
	GetPendingBookieOpsStats(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetBrokerResourceAvailability request
	GetBrokerResourceAvailability(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetLoadReport request
	GetLoadReport(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetMBeans request
	GetMBeans(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetBrokerStatsMetrics request
	GetBrokerStatsMetrics(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetTopics2 request
	GetTopics2(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetActiveBrokers request
	GetActiveBrokers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// BacklogQuotaCheck request
	BacklogQuotaCheck(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetDynamicConfigurationName request
	GetDynamicConfigurationName(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRuntimeConfiguration request
	GetRuntimeConfiguration(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAllDynamicConfigurations request
	GetAllDynamicConfigurations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteDynamicConfiguration request
	DeleteDynamicConfiguration(ctx context.Context, configName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateDynamicConfiguration request
	UpdateDynamicConfiguration(ctx context.Context, configName string, configValue string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// HealthCheck request
	HealthCheck(ctx context.Context, params *HealthCheckParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetInternalConfigurationData request
	GetInternalConfigurationData(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetLeaderBroker request
	GetLeaderBroker(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// IsReady request
	IsReady(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ShutDownBrokerGracefully request
	ShutDownBrokerGracefully(ctx context.Context, params *ShutDownBrokerGracefullyParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// Version request
	Version(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOwnedNamespaces request
	GetOwnedNamespaces(ctx context.Context, clusterName string, brokerWebserviceurl string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetActiveClusterBrokers request
	GetActiveClusterBrokers(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetClusters request
	GetClusters(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteCluster request
	DeleteCluster(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCluster request
	GetCluster(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateCluster request with any body
	UpdateClusterWithBody(ctx context.Context, cluster string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateCluster request with any body
	CreateClusterWithBody(ctx context.Context, cluster string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetFailureDomains request
	GetFailureDomains(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteFailureDomain request
	DeleteFailureDomain(ctx context.Context, cluster string, domainName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetDomain request
	GetDomain(ctx context.Context, cluster string, domainName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetFailureDomain request with any body
	SetFailureDomainWithBody(ctx context.Context, cluster string, domainName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceIsolationPolicies request
	GetNamespaceIsolationPolicies(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetBrokersWithNamespaceIsolationPolicy request
	GetBrokersWithNamespaceIsolationPolicy(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetBrokerWithNamespaceIsolationPolicy request
	GetBrokerWithNamespaceIsolationPolicy(ctx context.Context, cluster string, broker string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNamespaceIsolationPolicy request
	DeleteNamespaceIsolationPolicy(ctx context.Context, cluster string, policyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceIsolationPolicy request
	GetNamespaceIsolationPolicy(ctx context.Context, cluster string, policyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceIsolationPolicy request with any body
	SetNamespaceIsolationPolicyWithBody(ctx context.Context, cluster string, policyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPeerCluster request
	GetPeerCluster(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPeerClusterNames request with any body
	SetPeerClusterNamesWithBody(ctx context.Context, cluster string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAntiAffinityNamespaces request
	GetAntiAffinityNamespaces(ctx context.Context, cluster string, group string, params *GetAntiAffinityNamespacesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteBookieAffinityGroup request
	DeleteBookieAffinityGroup(ctx context.Context, property string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetBookieAffinityGroup request
	GetBookieAffinityGroup(ctx context.Context, property string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetTenantNamespaces request
	GetTenantNamespaces(ctx context.Context, tenant string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNamespace request
	DeleteNamespace(ctx context.Context, tenant string, namespace string, params *DeleteNamespaceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPolicies request
	GetPolicies(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateNamespace request with any body
	CreateNamespaceWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateNamespace(ctx context.Context, tenant string, namespace string, body CreateNamespaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceAntiAffinityGroup request
	RemoveNamespaceAntiAffinityGroup(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceAntiAffinityGroup request
	GetNamespaceAntiAffinityGroup(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceAntiAffinityGroup request with any body
	SetNamespaceAntiAffinityGroupWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceAntiAffinityGroup(ctx context.Context, tenant string, namespace string, body SetNamespaceAntiAffinityGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveAutoSubscriptionCreation request
	RemoveAutoSubscriptionCreation(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAutoSubscriptionCreation request
	GetAutoSubscriptionCreation(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetAutoSubscriptionCreation request with any body
	SetAutoSubscriptionCreationWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetAutoSubscriptionCreation(ctx context.Context, tenant string, namespace string, body SetAutoSubscriptionCreationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveAutoTopicCreation request
	RemoveAutoTopicCreation(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAutoTopicCreation request
	GetAutoTopicCreation(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetAutoTopicCreation request with any body
	SetAutoTopicCreationWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetAutoTopicCreation(ctx context.Context, tenant string, namespace string, body SetAutoTopicCreationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamesapceBacklogQuota request
	RemoveNamesapceBacklogQuota(ctx context.Context, tenant string, namespace string, params *RemoveNamesapceBacklogQuotaParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceBacklogQuota request with any body
	SetNamespaceBacklogQuotaWithBody(ctx context.Context, tenant string, namespace string, params *SetNamespaceBacklogQuotaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceBacklogQuota(ctx context.Context, tenant string, namespace string, params *SetNamespaceBacklogQuotaParams, body SetNamespaceBacklogQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceBacklogQuotaMap request
	GetNamespaceBacklogQuotaMap(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetBundlesData request
	GetBundlesData(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ClearNamespaceBacklog request
	ClearNamespaceBacklog(ctx context.Context, tenant string, namespace string, params *ClearNamespaceBacklogParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ClearNamespaceBacklogForSubscription request
	ClearNamespaceBacklogForSubscription(ctx context.Context, tenant string, namespace string, subscription string, params *ClearNamespaceBacklogForSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteCompactionThreshold request
	DeleteCompactionThreshold(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceCompactionThreshold request
	GetNamespaceCompactionThreshold(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceCompactionThreshold request with any body
	SetNamespaceCompactionThresholdWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceCompactionThreshold(ctx context.Context, tenant string, namespace string, body SetNamespaceCompactionThresholdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceDeduplication request
	RemoveNamespaceDeduplication(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceDeduplication request
	GetNamespaceDeduplication(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ModifyDeduplication request with any body
	ModifyDeduplicationWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ModifyDeduplication(ctx context.Context, tenant string, namespace string, body ModifyDeduplicationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceDeduplicationSnapshotInterval request
	GetNamespaceDeduplicationSnapshotInterval(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceDeduplicationSnapshotInterval request with any body
	SetNamespaceDeduplicationSnapshotIntervalWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceDeduplicationSnapshotInterval(ctx context.Context, tenant string, namespace string, body SetNamespaceDeduplicationSnapshotIntervalJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveDelayedDeliveryPolicies request
	RemoveDelayedDeliveryPolicies(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceDelayedDeliveryPolicies request
	GetNamespaceDelayedDeliveryPolicies(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceDelayedDeliveryPolicies request with any body
	SetNamespaceDelayedDeliveryPoliciesWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceDelayedDeliveryPolicies(ctx context.Context, tenant string, namespace string, body SetNamespaceDelayedDeliveryPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteDispatchRate request
	DeleteDispatchRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceDispatchRate request
	GetNamespaceDispatchRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceDispatchRate request with any body
	SetNamespaceDispatchRateWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceDispatchRate(ctx context.Context, tenant string, namespace string, body SetNamespaceDispatchRateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetEncryptionRequired request
	GetEncryptionRequired(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ModifyEncryptionRequired request with any body
	ModifyEncryptionRequiredWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ModifyEncryptionRequired(ctx context.Context, tenant string, namespace string, body ModifyEncryptionRequiredJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceEntryFilters request
	RemoveNamespaceEntryFilters(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceEntryFiltersPerTopic request
	GetNamespaceEntryFiltersPerTopic(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetEntryFiltersPerTopic request with any body
	SetEntryFiltersPerTopicWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetEntryFiltersPerTopic(ctx context.Context, tenant string, namespace string, body SetEntryFiltersPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveInactiveTopicPolicies request
	RemoveInactiveTopicPolicies(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceInactiveTopicPolicies request
	GetNamespaceInactiveTopicPolicies(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceInactiveTopicPolicies request with any body
	SetNamespaceInactiveTopicPoliciesWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceInactiveTopicPolicies(ctx context.Context, tenant string, namespace string, body SetNamespaceInactiveTopicPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetIsAllowAutoUpdateSchema request
	GetIsAllowAutoUpdateSchema(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetIsAllowAutoUpdateSchema request with any body
	SetIsAllowAutoUpdateSchemaWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetIsAllowAutoUpdateSchema(ctx context.Context, tenant string, namespace string, body SetIsAllowAutoUpdateSchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceMaxConsumersPerSubscription request
	RemoveNamespaceMaxConsumersPerSubscription(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceMaxConsumersPerSubscription request
	GetNamespaceMaxConsumersPerSubscription(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceMaxConsumersPerSubscription request with any body
	SetNamespaceMaxConsumersPerSubscriptionWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceMaxConsumersPerSubscription(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxConsumersPerSubscriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceMaxConsumersPerTopic request
	RemoveNamespaceMaxConsumersPerTopic(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceMaxConsumersPerTopic request
	GetNamespaceMaxConsumersPerTopic(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceMaxConsumersPerTopic request with any body
	SetNamespaceMaxConsumersPerTopicWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceMaxConsumersPerTopic(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxConsumersPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceMaxProducersPerTopic request
	RemoveNamespaceMaxProducersPerTopic(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceMaxProducersPerTopic request
	GetNamespaceMaxProducersPerTopic(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceMaxProducersPerTopic request with any body
	SetNamespaceMaxProducersPerTopicWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceMaxProducersPerTopic(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxProducersPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceMaxSubscriptionsPerTopic request
	RemoveNamespaceMaxSubscriptionsPerTopic(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceMaxSubscriptionsPerTopic request
	GetNamespaceMaxSubscriptionsPerTopic(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceMaxSubscriptionsPerTopic request with any body
	SetNamespaceMaxSubscriptionsPerTopicWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceMaxSubscriptionsPerTopic(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxSubscriptionsPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNamespaceMaxTopicsPerNamespace request
	DeleteNamespaceMaxTopicsPerNamespace(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceMaxTopicsPerNamespace request
	GetNamespaceMaxTopicsPerNamespace(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceMaxTopicsPerNamespace request with any body
	SetNamespaceMaxTopicsPerNamespaceWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceMaxTopicsPerNamespace(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxTopicsPerNamespaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceMaxUnackedmessagesPerConsumer request
	RemoveNamespaceMaxUnackedmessagesPerConsumer(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceMaxUnackedMessagesPerConsumer request
	GetNamespaceMaxUnackedMessagesPerConsumer(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceMaxUnackedMessagesPerConsumer request with any body
	SetNamespaceMaxUnackedMessagesPerConsumerWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceMaxUnackedMessagesPerConsumer(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxUnackedMessagesPerConsumerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceMaxUnackedmessagesPerSubscription request
	RemoveNamespaceMaxUnackedmessagesPerSubscription(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceMaxUnackedmessagesPerSubscription request
	GetNamespaceMaxUnackedmessagesPerSubscription(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceMaxUnackedMessagesPerSubscription request with any body
	SetNamespaceMaxUnackedMessagesPerSubscriptionWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceMaxUnackedMessagesPerSubscription(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxUnackedMessagesPerSubscriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceMessageTTL request
	RemoveNamespaceMessageTTL(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceMessageTTL request
	GetNamespaceMessageTTL(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceMessageTTL request with any body
	SetNamespaceMessageTTLWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceMessageTTL(ctx context.Context, tenant string, namespace string, body SetNamespaceMessageTTLJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ClearOffloadDeletionLag request
	ClearOffloadDeletionLag(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceOffloadDeletionLag request
	GetNamespaceOffloadDeletionLag(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceOffloadDeletionLag request with any body
	SetNamespaceOffloadDeletionLagWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceOffloadDeletionLag(ctx context.Context, tenant string, namespace string, body SetNamespaceOffloadDeletionLagJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceOffloadPolicies request
	GetNamespaceOffloadPolicies(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceOffloadPolicies request with any body
	SetNamespaceOffloadPoliciesWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceOffloadPolicies(ctx context.Context, tenant string, namespace string, body SetNamespaceOffloadPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceOffloadThreshold request
	GetNamespaceOffloadThreshold(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceOffloadThreshold request with any body
	SetNamespaceOffloadThresholdWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceOffloadThreshold(ctx context.Context, tenant string, namespace string, body SetNamespaceOffloadThresholdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPermissions request
	GetPermissions(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPermissionOnSubscription request
	GetPermissionOnSubscription(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RevokePermissionsOnNamespace request
	RevokePermissionsOnNamespace(ctx context.Context, tenant string, namespace string, role string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GrantPermissionOnNamespace request with any body
	GrantPermissionOnNamespaceWithBody(ctx context.Context, tenant string, namespace string, role string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	GrantPermissionOnNamespace(ctx context.Context, tenant string, namespace string, role string, body GrantPermissionOnNamespaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePersistence request
	DeletePersistence(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespacePersistence request
	GetNamespacePersistence(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespacePersistence request with any body
	SetNamespacePersistenceWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespacePersistence(ctx context.Context, tenant string, namespace string, body SetNamespacePersistenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetBookieAffinityGroup request with any body
	SetBookieAffinityGroupWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetBookieAffinityGroup(ctx context.Context, tenant string, namespace string, body SetBookieAffinityGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ClearProperties request
	ClearProperties(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceProperties request
	GetNamespaceProperties(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetProperties request with any body
	SetPropertiesWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetProperties(ctx context.Context, tenant string, namespace string, body SetPropertiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveProperty request
	RemoveProperty(ctx context.Context, tenant string, namespace string, key string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetProperty request
	GetProperty(ctx context.Context, tenant string, namespace string, key string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetProperty request
	SetProperty(ctx context.Context, tenant string, namespace string, key string, value string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceOffloadPolicies request
	RemoveNamespaceOffloadPolicies(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceReplicationClusters request
	GetNamespaceReplicationClusters(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceReplicationClusters request with any body
	SetNamespaceReplicationClustersWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceReplicationClusters(ctx context.Context, tenant string, namespace string, body SetNamespaceReplicationClustersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceReplicatorDispatchRate request
	RemoveNamespaceReplicatorDispatchRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceReplicatorDispatchRate request
	GetNamespaceReplicatorDispatchRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceReplicatorDispatchRate request with any body
	SetNamespaceReplicatorDispatchRateWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceReplicatorDispatchRate(ctx context.Context, tenant string, namespace string, body SetNamespaceReplicatorDispatchRateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceResourceGroup request
	RemoveNamespaceResourceGroup(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceResourceGroup request
	GetNamespaceResourceGroup(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceResourceGroup request
	SetNamespaceResourceGroup(ctx context.Context, tenant string, namespace string, resourcegroup string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceRetention request with any body
	RemoveNamespaceRetentionWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	RemoveNamespaceRetention(ctx context.Context, tenant string, namespace string, body RemoveNamespaceRetentionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceRetention request
	GetNamespaceRetention(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceRetention request with any body
	SetNamespaceRetentionWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceRetention(ctx context.Context, tenant string, namespace string, body SetNamespaceRetentionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ScanOffloadedLedgers request
	ScanOffloadedLedgers(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSchemaAutoUpdateCompatibilityStrategy request
	GetSchemaAutoUpdateCompatibilityStrategy(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetSchemaAutoUpdateCompatibilityStrategy request with any body
	SetSchemaAutoUpdateCompatibilityStrategyWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetSchemaAutoUpdateCompatibilityStrategy(ctx context.Context, tenant string, namespace string, body SetSchemaAutoUpdateCompatibilityStrategyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceSchemaCompatibilityStrategy request
	GetNamespaceSchemaCompatibilityStrategy(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceSchemaCompatibilityStrategy request with any body
	SetNamespaceSchemaCompatibilityStrategyWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceSchemaCompatibilityStrategy(ctx context.Context, tenant string, namespace string, body SetNamespaceSchemaCompatibilityStrategyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSchemaValidtionEnforced request
	GetSchemaValidtionEnforced(ctx context.Context, tenant string, namespace string, params *GetSchemaValidtionEnforcedParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceSchemaValidationEnforced request with any body
	SetNamespaceSchemaValidationEnforcedWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceSchemaValidationEnforced(ctx context.Context, tenant string, namespace string, body SetNamespaceSchemaValidationEnforcedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteSubscribeRate request
	DeleteSubscribeRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceSubscribeRate request
	GetNamespaceSubscribeRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceSubscribeRate request with any body
	SetNamespaceSubscribeRateWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceSubscribeRate(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscribeRateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSubscriptionAuthMode request
	GetSubscriptionAuthMode(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceSubscriptionAuthMode request with any body
	SetNamespaceSubscriptionAuthModeWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceSubscriptionAuthMode(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionAuthModeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteSubscriptionDispatchRate request
	DeleteSubscriptionDispatchRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceSubscriptionDispatchRate request
	GetNamespaceSubscriptionDispatchRate(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceSubscriptionDispatchRate request with any body
	SetNamespaceSubscriptionDispatchRateWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceSubscriptionDispatchRate(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionDispatchRateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveSubscriptionExpirationTime request
	RemoveSubscriptionExpirationTime(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSubscriptionExpirationTime request
	GetSubscriptionExpirationTime(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceSubscriptionExpirationTime request with any body
	SetNamespaceSubscriptionExpirationTimeWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceSubscriptionExpirationTime(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionExpirationTimeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceSubscriptionTypesEnabled request
	RemoveNamespaceSubscriptionTypesEnabled(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceSubscriptionTypesEnabled request
	GetNamespaceSubscriptionTypesEnabled(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceSubscriptionTypesEnabled request with any body
	SetNamespaceSubscriptionTypesEnabledWithBody(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceSubscriptionTypesEnabled(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionTypesEnabledJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetTopics request
	GetTopics(ctx context.Context, tenant string, namespace string, params *GetTopicsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UnloadNamespace request
	UnloadNamespace(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UnsubscribeNamespace request
	UnsubscribeNamespace(ctx context.Context, tenant string, namespace string, subscription string, params *UnsubscribeNamespaceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNamespaceBundle request
	DeleteNamespaceBundle(ctx context.Context, tenant string, namespace string, bundle string, params *DeleteNamespaceBundleParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ClearNamespaceBundleBacklog request
	ClearNamespaceBundleBacklog(ctx context.Context, tenant string, namespace string, bundle string, params *ClearNamespaceBundleBacklogParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ClearNamespaceBundleBacklogForSubscription request
	ClearNamespaceBundleBacklogForSubscription(ctx context.Context, tenant string, namespace string, bundle string, subscription string, params *ClearNamespaceBundleBacklogForSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SplitNamespaceBundle request with any body
	SplitNamespaceBundleWithBody(ctx context.Context, tenant string, namespace string, bundle string, params *SplitNamespaceBundleParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SplitNamespaceBundle(ctx context.Context, tenant string, namespace string, bundle string, params *SplitNamespaceBundleParams, body SplitNamespaceBundleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetTopicHashPositions request
	GetTopicHashPositions(ctx context.Context, tenant string, namespace string, bundle string, params *GetTopicHashPositionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UnloadNamespaceBundle request
	UnloadNamespaceBundle(ctx context.Context, tenant string, namespace string, bundle string, params *UnloadNamespaceBundleParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UnsubscribeNamespaceBundle request
	UnsubscribeNamespaceBundle(ctx context.Context, tenant string, namespace string, bundle string, subscription string, params *UnsubscribeNamespaceBundleParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicList request
	GetNonPersistentTopicList(ctx context.Context, tenant string, namespace string, params *GetNonPersistentTopicListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentPartitionedTopicList request
	GetNonPersistentPartitionedTopicList(ctx context.Context, tenant string, namespace string, params *GetNonPersistentPartitionedTopicListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetListFromBundle request
	GetListFromBundle(ctx context.Context, tenant string, namespace string, bundle string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNonPersistentTopic request
	DeleteNonPersistentTopic(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateNonPersistentTopicNonPartitionedTopic request with any body
	CreateNonPersistentTopicNonPartitionedTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *CreateNonPersistentTopicNonPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExpireNonPersistentTopicMessagesForAllSubscriptions request
	ExpireNonPersistentTopicMessagesForAllSubscriptions(ctx context.Context, tenant string, namespace string, topic string, expireTimeInSeconds int32, params *ExpireNonPersistentTopicMessagesForAllSubscriptionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicBacklog request
	GetNonPersistentTopicBacklog(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicBacklogParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicBacklogQuota request
	RemoveNonPersistentTopicBacklogQuota(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicBacklogQuota request
	SetNonPersistentTopicBacklogQuota(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicBacklogQuotaMap request
	GetNonPersistentTopicBacklogQuotaMap(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicBacklogQuotaMapParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicBacklogSizeByMessageId request
	GetNonPersistentTopicBacklogSizeByMessageId(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicBacklogSizeByMessageIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicCompactionStatus request
	GetNonPersistentTopicCompactionStatus(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicCompactionStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CompactNonPersistentTopic request
	CompactNonPersistentTopic(ctx context.Context, tenant string, namespace string, topic string, params *CompactNonPersistentTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicCompactionThreshold request
	RemoveNonPersistentTopicCompactionThreshold(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicCompactionThreshold request
	GetNonPersistentTopicCompactionThreshold(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicCompactionThreshold request with any body
	SetNonPersistentTopicCompactionThresholdWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicCompactionThresholdParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateNonPersistentTopicMissedPartitions request
	CreateNonPersistentTopicMissedPartitions(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicDeduplication request
	RemoveNonPersistentTopicDeduplication(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicDeduplication request
	GetNonPersistentTopicDeduplication(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicDeduplication request with any body
	SetNonPersistentTopicDeduplicationWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDeduplicationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNonPersistentTopicDeduplicationSnapshotInterval request
	DeleteNonPersistentTopicDeduplicationSnapshotInterval(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicDeduplicationSnapshotInterval request
	GetNonPersistentTopicDeduplicationSnapshotInterval(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicDeduplicationSnapshotInterval request with any body
	SetNonPersistentTopicDeduplicationSnapshotIntervalWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDeduplicationSnapshotIntervalParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNonPersistentTopicDelayedDeliveryPolicies request
	DeleteNonPersistentTopicDelayedDeliveryPolicies(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicDelayedDeliveryPolicies request
	GetNonPersistentTopicDelayedDeliveryPolicies(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicDelayedDeliveryPolicies request with any body
	SetNonPersistentTopicDelayedDeliveryPoliciesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDelayedDeliveryPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicDispatchRate request
	RemoveNonPersistentTopicDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicDispatchRate request
	GetNonPersistentTopicDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicDispatchRate request with any body
	SetNonPersistentTopicDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicEntryFilters request
	RemoveNonPersistentTopicEntryFilters(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicEntryFilters request
	GetNonPersistentTopicEntryFilters(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicEntryFilters request with any body
	SetNonPersistentTopicEntryFiltersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicEntryFiltersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExamineNonPersistentTopicMessage request
	ExamineNonPersistentTopicMessage(ctx context.Context, tenant string, namespace string, topic string, params *ExamineNonPersistentTopicMessageParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNonPersistentTopicInactiveTopicPolicies request
	DeleteNonPersistentTopicInactiveTopicPolicies(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicInactiveTopicPolicies request
	GetNonPersistentTopicInactiveTopicPolicies(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicInactiveTopicPolicies request with any body
	SetNonPersistentTopicInactiveTopicPoliciesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicInactiveTopicPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicManagedLedgerInfo request
	GetNonPersistentTopicManagedLedgerInfo(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicManagedLedgerInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicInternalStats request
	GetNonPersistentTopicInternalStats(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicInternalStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicLastMessageId request
	GetNonPersistentTopicLastMessageId(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicLastMessageIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicMessageById request
	GetNonPersistentTopicMessageById(ctx context.Context, tenant string, namespace string, topic string, ledgerId int64, entryId int64, params *GetNonPersistentTopicMessageByIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicMaxConsumers request
	RemoveNonPersistentTopicMaxConsumers(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicMaxConsumers request
	GetNonPersistentTopicMaxConsumers(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicMaxConsumers request with any body
	SetNonPersistentTopicMaxConsumersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxConsumersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicMaxConsumersPerSubscription request
	RemoveNonPersistentTopicMaxConsumersPerSubscription(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicMaxConsumersPerSubscription request
	GetNonPersistentTopicMaxConsumersPerSubscription(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicMaxConsumersPerSubscription request with any body
	SetNonPersistentTopicMaxConsumersPerSubscriptionWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxConsumersPerSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicMaxMessageSize request
	RemoveNonPersistentTopicMaxMessageSize(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicMaxMessageSize request
	GetNonPersistentTopicMaxMessageSize(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicMaxMessageSize request with any body
	SetNonPersistentTopicMaxMessageSizeWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxMessageSizeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicMaxProducers request
	RemoveNonPersistentTopicMaxProducers(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicMaxProducers request
	GetNonPersistentTopicMaxProducers(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicMaxProducers request with any body
	SetNonPersistentTopicMaxProducersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxProducersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicMaxSubscriptionsPerTopic request
	RemoveNonPersistentTopicMaxSubscriptionsPerTopic(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicMaxSubscriptionsPerTopic request
	GetNonPersistentTopicMaxSubscriptionsPerTopic(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicMaxSubscriptionsPerTopic request with any body
	SetNonPersistentTopicMaxSubscriptionsPerTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxSubscriptionsPerTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNonPersistentTopicMaxUnackedMessagesOnConsumer request
	DeleteNonPersistentTopicMaxUnackedMessagesOnConsumer(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicMaxUnackedMessagesOnConsumer request
	GetNonPersistentTopicMaxUnackedMessagesOnConsumer(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicMaxUnackedMessagesOnConsumer request with any body
	SetNonPersistentTopicMaxUnackedMessagesOnConsumerWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxUnackedMessagesOnConsumerParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNonPersistentTopicMaxUnackedMessagesOnSubscription request
	DeleteNonPersistentTopicMaxUnackedMessagesOnSubscription(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicMaxUnackedMessagesOnSubscription request
	GetNonPersistentTopicMaxUnackedMessagesOnSubscription(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicMaxUnackedMessagesOnSubscription request with any body
	SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicMessageTTL request
	RemoveNonPersistentTopicMessageTTL(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicMessageTTL request
	GetNonPersistentTopicMessageTTL(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicMessageTTL request
	SetNonPersistentTopicMessageTTL(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicMessageIdByTimestamp request
	GetNonPersistentTopicMessageIdByTimestamp(ctx context.Context, tenant string, namespace string, topic string, timestamp int64, params *GetNonPersistentTopicMessageIdByTimestampParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// OffloadNonPersistentTopicStatus request
	OffloadNonPersistentTopicStatus(ctx context.Context, tenant string, namespace string, topic string, params *OffloadNonPersistentTopicStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TriggerNonPersistentTopicOffload request
	TriggerNonPersistentTopicOffload(ctx context.Context, tenant string, namespace string, topic string, params *TriggerNonPersistentTopicOffloadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicOffloadPolicies request
	RemoveNonPersistentTopicOffloadPolicies(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicOffloadPolicies request
	GetNonPersistentTopicOffloadPolicies(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicOffloadPolicies request with any body
	SetNonPersistentTopicOffloadPoliciesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicOffloadPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicPartitionedStats request
	GetNonPersistentTopicPartitionedStats(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPartitionedStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNonPersistentTopicPartitionedTopic request
	DeleteNonPersistentTopicPartitionedTopic(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicPartitionedMetadata request
	GetNonPersistentTopicPartitionedMetadata(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPartitionedMetadataParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateNonPersistentTopicPartitionedTopic request with any body
	UpdateNonPersistentTopicPartitionedTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *UpdateNonPersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateNonPersistentTopicPartitionedTopic request with any body
	CreateNonPersistentTopicPartitionedTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *CreateNonPersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateNonPersistentTopicPartitionedTopic(ctx context.Context, tenant string, namespace string, topic string, params *CreateNonPersistentTopicPartitionedTopicParams, body CreateNonPersistentTopicPartitionedTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicPermissionsOnTopic request
	GetNonPersistentTopicPermissionsOnTopic(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopic request
	RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopic(ctx context.Context, tenant string, namespace string, topic string, role string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GrantNonPersistentTopicPermissionsOnTopic request with any body
	GrantNonPersistentTopicPermissionsOnTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, role string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicPersistence request
	RemoveNonPersistentTopicPersistence(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicPersistence request
	GetNonPersistentTopicPersistence(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicPersistence request with any body
	SetNonPersistentTopicPersistenceWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicPersistenceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicProperties request
	RemoveNonPersistentTopicProperties(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicProperties request
	GetNonPersistentTopicProperties(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateNonPersistentTopicProperties request with any body
	UpdateNonPersistentTopicPropertiesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *UpdateNonPersistentTopicPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicPublishRate request
	RemoveNonPersistentTopicPublishRate(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicPublishRate request
	GetNonPersistentTopicPublishRate(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicPublishRate request with any body
	SetNonPersistentTopicPublishRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicPublishRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicReplicationClusters request
	RemoveNonPersistentTopicReplicationClusters(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicReplicationClusters request
	GetNonPersistentTopicReplicationClusters(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicReplicationClusters request with any body
	SetNonPersistentTopicReplicationClustersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicReplicationClustersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicReplicatorDispatchRate request
	RemoveNonPersistentTopicReplicatorDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicReplicatorDispatchRate request
	GetNonPersistentTopicReplicatorDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicReplicatorDispatchRate request with any body
	SetNonPersistentTopicReplicatorDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicReplicatorDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicRetention request
	RemoveNonPersistentTopicRetention(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicRetention request
	GetNonPersistentTopicRetention(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicRetention request with any body
	SetNonPersistentTopicRetentionWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicRetentionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicSchemaCompatibilityStrategy request with any body
	RemoveNonPersistentTopicSchemaCompatibilityStrategyWithBody(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicSchemaCompatibilityStrategy request
	GetNonPersistentTopicSchemaCompatibilityStrategy(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSchemaCompatibilityStrategyParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicSchemaCompatibilityStrategy request with any body
	SetNonPersistentTopicSchemaCompatibilityStrategyWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicSchemaValidationEnforced request
	GetNonPersistentTopicSchemaValidationEnforced(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSchemaValidationEnforcedParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicSchemaValidationEnforced request with any body
	SetNonPersistentTopicSchemaValidationEnforcedWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSchemaValidationEnforcedParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNonPersistentTopicShadowTopics request
	DeleteNonPersistentTopicShadowTopics(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicShadowTopics request
	GetNonPersistentTopicShadowTopics(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicShadowTopics request with any body
	SetNonPersistentTopicShadowTopicsWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicShadowTopicsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicStats request
	GetNonPersistentTopicStats(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicSubscribeRate request with any body
	RemoveNonPersistentTopicSubscribeRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicSubscribeRate request
	GetNonPersistentTopicSubscribeRate(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscribeRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicSubscribeRate request with any body
	SetNonPersistentTopicSubscribeRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNonPersistentTopicSubscription request
	DeleteNonPersistentTopicSubscription(ctx context.Context, tenant string, namespace string, topic string, subName string, params *DeleteNonPersistentTopicSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AnalyzeNonPersistentTopicSubscriptionBacklog request with any body
	AnalyzeNonPersistentTopicSubscriptionBacklogWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *AnalyzeNonPersistentTopicSubscriptionBacklogParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExpireNonPersistentTopicMessages request with any body
	ExpireNonPersistentTopicMessagesWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ExpireNonPersistentTopicMessagesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExpireNonPersistentTopicMessagesTimeInSeconds request
	ExpireNonPersistentTopicMessagesTimeInSeconds(ctx context.Context, tenant string, namespace string, topic string, subName string, expireTimeInSeconds int32, params *ExpireNonPersistentTopicMessagesTimeInSecondsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PeekNonPersistentTopicNthMessage request
	PeekNonPersistentTopicNthMessage(ctx context.Context, tenant string, namespace string, topic string, subName string, messagePosition int32, params *PeekNonPersistentTopicNthMessageParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicSubscriptionProperties request
	GetNonPersistentTopicSubscriptionProperties(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetNonPersistentTopicSubscriptionPropertiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateNonPersistentTopicSubscriptionProperties request with any body
	UpdateNonPersistentTopicSubscriptionPropertiesWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *UpdateNonPersistentTopicSubscriptionPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicReplicatedSubscriptionStatus request
	GetNonPersistentTopicReplicatedSubscriptionStatus(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetNonPersistentTopicReplicatedSubscriptionStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicReplicatedSubscriptionStatus request with any body
	SetNonPersistentTopicReplicatedSubscriptionStatusWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetNonPersistentTopicReplicatedSubscriptionStatusParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ResetNonPersistentTopicCursorOnPosition request with any body
	ResetNonPersistentTopicCursorOnPositionWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ResetNonPersistentTopicCursorOnPositionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ResetNonPersistentTopicCursor request
	ResetNonPersistentTopicCursor(ctx context.Context, tenant string, namespace string, topic string, subName string, timestamp int64, params *ResetNonPersistentTopicCursorParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SkipNonPersistentTopicMessages request
	SkipNonPersistentTopicMessages(ctx context.Context, tenant string, namespace string, topic string, subName string, numMessages int32, params *SkipNonPersistentTopicMessagesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SkipNonPersistentTopicAllMessages request
	SkipNonPersistentTopicAllMessages(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SkipNonPersistentTopicAllMessagesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateNonPersistentTopicSubscription request with any body
	CreateNonPersistentTopicSubscriptionWithBody(ctx context.Context, tenant string, namespace string, topic string, subscriptionName string, params *CreateNonPersistentTopicSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicSubscriptionDispatchRate request
	RemoveNonPersistentTopicSubscriptionDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicSubscriptionDispatchRate request
	GetNonPersistentTopicSubscriptionDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicSubscriptionDispatchRate request with any body
	SetNonPersistentTopicSubscriptionDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSubscriptionDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicSubscriptionTypesEnabled request
	RemoveNonPersistentTopicSubscriptionTypesEnabled(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicSubscriptionTypesEnabled request
	GetNonPersistentTopicSubscriptionTypesEnabled(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicSubscriptionTypesEnabled request with any body
	SetNonPersistentTopicSubscriptionTypesEnabledWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSubscriptionTypesEnabledParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicSubscriptions request
	GetNonPersistentTopicSubscriptions(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscriptionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TerminateNonPersistentTopic request
	TerminateNonPersistentTopic(ctx context.Context, tenant string, namespace string, topic string, params *TerminateNonPersistentTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TerminateNonPersistentTopicPartitionedTopic request
	TerminateNonPersistentTopicPartitionedTopic(ctx context.Context, tenant string, namespace string, topic string, params *TerminateNonPersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TruncateNonPersistentTopicTopic request
	TruncateNonPersistentTopicTopic(ctx context.Context, tenant string, namespace string, topic string, params *TruncateNonPersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UnloadNonPersistentTopicTopic request
	UnloadNonPersistentTopicTopic(ctx context.Context, tenant string, namespace string, topic string, params *UnloadNonPersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNonPersistentTopicSubscriptionLevelDispatchRate request
	RemoveNonPersistentTopicSubscriptionLevelDispatchRate(ctx context.Context, tenant string, namespace string, topic string, subName string, params *RemoveNonPersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNonPersistentTopicSubscriptionLevelDispatchRate request
	GetNonPersistentTopicSubscriptionLevelDispatchRate(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetNonPersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNonPersistentTopicSubscriptionLevelDispatchRate request with any body
	SetNonPersistentTopicSubscriptionLevelDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetNonPersistentTopicSubscriptionLevelDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicList request
	GetPersistentTopicList(ctx context.Context, tenant string, namespace string, params *GetPersistentTopicListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentPartitionedTopicList request
	GetPersistentPartitionedTopicList(ctx context.Context, tenant string, namespace string, params *GetPersistentPartitionedTopicListParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePersistentTopic request
	DeletePersistentTopic(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreatePersistentTopicNonPartitionedTopic request with any body
	CreatePersistentTopicNonPartitionedTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *CreatePersistentTopicNonPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExpirePersistentTopicMessagesForAllSubscriptions request
	ExpirePersistentTopicMessagesForAllSubscriptions(ctx context.Context, tenant string, namespace string, topic string, expireTimeInSeconds int32, params *ExpirePersistentTopicMessagesForAllSubscriptionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicBacklog request
	GetPersistentTopicBacklog(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicBacklogParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicBacklogQuota request
	RemovePersistentTopicBacklogQuota(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicBacklogQuota request
	SetPersistentTopicBacklogQuota(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicBacklogQuotaMap request
	GetPersistentTopicBacklogQuotaMap(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicBacklogQuotaMapParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicBacklogSizeByMessageId request
	GetPersistentTopicBacklogSizeByMessageId(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicBacklogSizeByMessageIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicCompactionStatus request
	GetPersistentTopicCompactionStatus(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicCompactionStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CompactPersistentTopic request
	CompactPersistentTopic(ctx context.Context, tenant string, namespace string, topic string, params *CompactPersistentTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicCompactionThreshold request
	RemovePersistentTopicCompactionThreshold(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicCompactionThreshold request
	GetPersistentTopicCompactionThreshold(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicCompactionThreshold request with any body
	SetPersistentTopicCompactionThresholdWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicCompactionThresholdParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreatePersistentTopicMissedPartitions request
	CreatePersistentTopicMissedPartitions(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicDeduplication request
	RemovePersistentTopicDeduplication(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicDeduplication request
	GetPersistentTopicDeduplication(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicDeduplication request with any body
	SetPersistentTopicDeduplicationWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDeduplicationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePersistentTopicDeduplicationSnapshotInterval request
	DeletePersistentTopicDeduplicationSnapshotInterval(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicDeduplicationSnapshotInterval request
	GetPersistentTopicDeduplicationSnapshotInterval(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicDeduplicationSnapshotInterval request with any body
	SetPersistentTopicDeduplicationSnapshotIntervalWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDeduplicationSnapshotIntervalParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePersistentTopicDelayedDeliveryPolicies request
	DeletePersistentTopicDelayedDeliveryPolicies(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicDelayedDeliveryPolicies request
	GetPersistentTopicDelayedDeliveryPolicies(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicDelayedDeliveryPolicies request with any body
	SetPersistentTopicDelayedDeliveryPoliciesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDelayedDeliveryPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicDispatchRate request
	RemovePersistentTopicDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicDispatchRate request
	GetPersistentTopicDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicDispatchRate request with any body
	SetPersistentTopicDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicEntryFilters request
	RemovePersistentTopicEntryFilters(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicEntryFilters request
	GetPersistentTopicEntryFilters(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicEntryFilters request with any body
	SetPersistentTopicEntryFiltersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicEntryFiltersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExaminePersistentTopicMessage request
	ExaminePersistentTopicMessage(ctx context.Context, tenant string, namespace string, topic string, params *ExaminePersistentTopicMessageParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePersistentTopicInactiveTopicPolicies request
	DeletePersistentTopicInactiveTopicPolicies(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicInactiveTopicPolicies request
	GetPersistentTopicInactiveTopicPolicies(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicInactiveTopicPolicies request with any body
	SetPersistentTopicInactiveTopicPoliciesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicInactiveTopicPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicManagedLedgerInfo request
	GetPersistentTopicManagedLedgerInfo(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicManagedLedgerInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicInternalStats request
	GetPersistentTopicInternalStats(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicInternalStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicLastMessageId request
	GetPersistentTopicLastMessageId(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicLastMessageIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicMessageById request
	GetPersistentTopicMessageById(ctx context.Context, tenant string, namespace string, topic string, ledgerId int64, entryId int64, params *GetPersistentTopicMessageByIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicMaxConsumers request
	RemovePersistentTopicMaxConsumers(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicMaxConsumers request
	GetPersistentTopicMaxConsumers(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicMaxConsumers request with any body
	SetPersistentTopicMaxConsumersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxConsumersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicMaxConsumersPerSubscription request
	RemovePersistentTopicMaxConsumersPerSubscription(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicMaxConsumersPerSubscription request
	GetPersistentTopicMaxConsumersPerSubscription(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicMaxConsumersPerSubscription request with any body
	SetPersistentTopicMaxConsumersPerSubscriptionWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxConsumersPerSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicMaxMessageSize request
	RemovePersistentTopicMaxMessageSize(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicMaxMessageSize request
	GetPersistentTopicMaxMessageSize(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicMaxMessageSize request with any body
	SetPersistentTopicMaxMessageSizeWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxMessageSizeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicMaxProducers request
	RemovePersistentTopicMaxProducers(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicMaxProducers request
	GetPersistentTopicMaxProducers(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicMaxProducers request with any body
	SetPersistentTopicMaxProducersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxProducersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicMaxSubscriptionsPerTopic request
	RemovePersistentTopicMaxSubscriptionsPerTopic(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicMaxSubscriptionsPerTopic request
	GetPersistentTopicMaxSubscriptionsPerTopic(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicMaxSubscriptionsPerTopic request with any body
	SetPersistentTopicMaxSubscriptionsPerTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxSubscriptionsPerTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePersistentTopicMaxUnackedMessagesOnConsumer request
	DeletePersistentTopicMaxUnackedMessagesOnConsumer(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicMaxUnackedMessagesOnConsumer request
	GetPersistentTopicMaxUnackedMessagesOnConsumer(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicMaxUnackedMessagesOnConsumer request with any body
	SetPersistentTopicMaxUnackedMessagesOnConsumerWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxUnackedMessagesOnConsumerParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePersistentTopicMaxUnackedMessagesOnSubscription request
	DeletePersistentTopicMaxUnackedMessagesOnSubscription(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicMaxUnackedMessagesOnSubscription request
	GetPersistentTopicMaxUnackedMessagesOnSubscription(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicMaxUnackedMessagesOnSubscription request with any body
	SetPersistentTopicMaxUnackedMessagesOnSubscriptionWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxUnackedMessagesOnSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicMessageTTL request
	RemovePersistentTopicMessageTTL(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicMessageTTL request
	GetPersistentTopicMessageTTL(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicMessageTTL request
	SetPersistentTopicMessageTTL(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicMessageIdByTimestamp request
	GetPersistentTopicMessageIdByTimestamp(ctx context.Context, tenant string, namespace string, topic string, timestamp int64, params *GetPersistentTopicMessageIdByTimestampParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// OffloadPersistentTopicStatus request
	OffloadPersistentTopicStatus(ctx context.Context, tenant string, namespace string, topic string, params *OffloadPersistentTopicStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TriggerPersistentTopicOffload request
	TriggerPersistentTopicOffload(ctx context.Context, tenant string, namespace string, topic string, params *TriggerPersistentTopicOffloadParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicOffloadPolicies request
	RemovePersistentTopicOffloadPolicies(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicOffloadPolicies request
	GetPersistentTopicOffloadPolicies(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicOffloadPolicies request with any body
	SetPersistentTopicOffloadPoliciesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicOffloadPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicPartitionedStats request
	GetPersistentTopicPartitionedStats(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPartitionedStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePersistentTopicPartitionedTopic request
	DeletePersistentTopicPartitionedTopic(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicPartitionedMetadata request
	GetPersistentTopicPartitionedMetadata(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPartitionedMetadataParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdatePersistentTopicPartitionedTopic request with any body
	UpdatePersistentTopicPartitionedTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *UpdatePersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreatePersistentTopicPartitionedTopic request with any body
	CreatePersistentTopicPartitionedTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, params *CreatePersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicPermissionsOnTopic request
	GetPersistentTopicPermissionsOnTopic(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RevokePersistentTopicNonPersistentTopicPermissionsOnTopic request
	RevokePersistentTopicNonPersistentTopicPermissionsOnTopic(ctx context.Context, tenant string, namespace string, topic string, role string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GrantPersistentTopicPermissionsOnTopic request with any body
	GrantPersistentTopicPermissionsOnTopicWithBody(ctx context.Context, tenant string, namespace string, topic string, role string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicPersistence request
	RemovePersistentTopicPersistence(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicPersistence request
	GetPersistentTopicPersistence(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicPersistence request with any body
	SetPersistentTopicPersistenceWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicPersistenceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicProperties request
	RemovePersistentTopicProperties(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicProperties request
	GetPersistentTopicProperties(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdatePersistentTopicProperties request with any body
	UpdatePersistentTopicPropertiesWithBody(ctx context.Context, tenant string, namespace string, topic string, params *UpdatePersistentTopicPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicPublishRate request
	RemovePersistentTopicPublishRate(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicPublishRate request
	GetPersistentTopicPublishRate(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicPublishRate request with any body
	SetPersistentTopicPublishRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicPublishRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicReplicationClusters request
	RemovePersistentTopicReplicationClusters(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicReplicationClusters request
	GetPersistentTopicReplicationClusters(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicReplicationClusters request with any body
	SetPersistentTopicReplicationClustersWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicReplicationClustersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicReplicatorDispatchRate request
	RemovePersistentTopicReplicatorDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicReplicatorDispatchRate request
	GetPersistentTopicReplicatorDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicReplicatorDispatchRate request with any body
	SetPersistentTopicReplicatorDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicReplicatorDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicRetention request
	RemovePersistentTopicRetention(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicRetention request
	GetPersistentTopicRetention(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicRetention request with any body
	SetPersistentTopicRetentionWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicRetentionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicSchemaCompatibilityStrategy request with any body
	RemovePersistentTopicSchemaCompatibilityStrategyWithBody(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicSchemaCompatibilityStrategy request
	GetPersistentTopicSchemaCompatibilityStrategy(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSchemaCompatibilityStrategyParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicSchemaCompatibilityStrategy request with any body
	SetPersistentTopicSchemaCompatibilityStrategyWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicSchemaValidationEnforced request
	GetPersistentTopicSchemaValidationEnforced(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSchemaValidationEnforcedParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicSchemaValidationEnforced request with any body
	SetPersistentTopicSchemaValidationEnforcedWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSchemaValidationEnforcedParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePersistentTopicShadowTopics request
	DeletePersistentTopicShadowTopics(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicShadowTopics request
	GetPersistentTopicShadowTopics(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicShadowTopics request with any body
	SetPersistentTopicShadowTopicsWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicShadowTopicsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicStats request
	GetPersistentTopicStats(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicSubscribeRate request with any body
	RemovePersistentTopicSubscribeRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicSubscribeRate request
	GetPersistentTopicSubscribeRate(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscribeRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicSubscribeRate request with any body
	SetPersistentTopicSubscribeRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePersistentTopicSubscription request
	DeletePersistentTopicSubscription(ctx context.Context, tenant string, namespace string, topic string, subName string, params *DeletePersistentTopicSubscriptionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AnalyzePersistentTopicSubscriptionBacklog request with any body
	AnalyzePersistentTopicSubscriptionBacklogWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *AnalyzePersistentTopicSubscriptionBacklogParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExpirePersistentTopicMessages request with any body
	ExpirePersistentTopicMessagesWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ExpirePersistentTopicMessagesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ExpirePersistentTopicMessagesTimeInSeconds request
	ExpirePersistentTopicMessagesTimeInSeconds(ctx context.Context, tenant string, namespace string, topic string, subName string, expireTimeInSeconds int32, params *ExpirePersistentTopicMessagesTimeInSecondsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PeekPersistentTopicNthMessage request
	PeekPersistentTopicNthMessage(ctx context.Context, tenant string, namespace string, topic string, subName string, messagePosition int32, params *PeekPersistentTopicNthMessageParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicSubscriptionProperties request
	GetPersistentTopicSubscriptionProperties(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetPersistentTopicSubscriptionPropertiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdatePersistentTopicSubscriptionProperties request with any body
	UpdatePersistentTopicSubscriptionPropertiesWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *UpdatePersistentTopicSubscriptionPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicReplicatedSubscriptionStatus request
	GetPersistentTopicReplicatedSubscriptionStatus(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetPersistentTopicReplicatedSubscriptionStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicReplicatedSubscriptionStatus request with any body
	SetPersistentTopicReplicatedSubscriptionStatusWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetPersistentTopicReplicatedSubscriptionStatusParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ResetPersistentTopicCursorOnPosition request with any body
	ResetPersistentTopicCursorOnPositionWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ResetPersistentTopicCursorOnPositionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ResetPersistentTopicCursor request
	ResetPersistentTopicCursor(ctx context.Context, tenant string, namespace string, topic string, subName string, timestamp int64, params *ResetPersistentTopicCursorParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SkipPersistentTopicMessages request
	SkipPersistentTopicMessages(ctx context.Context, tenant string, namespace string, topic string, subName string, numMessages int32, params *SkipPersistentTopicMessagesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SkipPersistentTopicAllMessages request
	SkipPersistentTopicAllMessages(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SkipPersistentTopicAllMessagesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreatePersistentTopicSubscription request with any body
	CreatePersistentTopicSubscriptionWithBody(ctx context.Context, tenant string, namespace string, topic string, subscriptionName string, params *CreatePersistentTopicSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicSubscriptionDispatchRate request
	RemovePersistentTopicSubscriptionDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicSubscriptionDispatchRate request
	GetPersistentTopicSubscriptionDispatchRate(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicSubscriptionDispatchRate request with any body
	SetPersistentTopicSubscriptionDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSubscriptionDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicSubscriptionTypesEnabled request
	RemovePersistentTopicSubscriptionTypesEnabled(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicSubscriptionTypesEnabled request
	GetPersistentTopicSubscriptionTypesEnabled(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicSubscriptionTypesEnabled request with any body
	SetPersistentTopicSubscriptionTypesEnabledWithBody(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSubscriptionTypesEnabledParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicSubscriptions request
	GetPersistentTopicSubscriptions(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscriptionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TerminatePersistentTopic request
	TerminatePersistentTopic(ctx context.Context, tenant string, namespace string, topic string, params *TerminatePersistentTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TerminatePersistentTopicPartitionedTopic request
	TerminatePersistentTopicPartitionedTopic(ctx context.Context, tenant string, namespace string, topic string, params *TerminatePersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TruncatePersistentTopicTopic request
	TruncatePersistentTopicTopic(ctx context.Context, tenant string, namespace string, topic string, params *TruncatePersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UnloadPersistentTopicTopic request
	UnloadPersistentTopicTopic(ctx context.Context, tenant string, namespace string, topic string, params *UnloadPersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemovePersistentTopicSubscriptionLevelDispatchRate request
	RemovePersistentTopicSubscriptionLevelDispatchRate(ctx context.Context, tenant string, namespace string, topic string, subName string, params *RemovePersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPersistentTopicSubscriptionLevelDispatchRate request
	GetPersistentTopicSubscriptionLevelDispatchRate(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetPersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetPersistentTopicSubscriptionLevelDispatchRate request with any body
	SetPersistentTopicSubscriptionLevelDispatchRateWithBody(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetPersistentTopicSubscriptionLevelDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetDefaultResourceQuota request
	GetDefaultResourceQuota(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetDefaultResourceQuota request with any body
	SetDefaultResourceQuotaWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetDefaultResourceQuota(ctx context.Context, body SetDefaultResourceQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveNamespaceBundleResourceQuota request
	RemoveNamespaceBundleResourceQuota(ctx context.Context, tenant string, namespace string, bundle string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNamespaceBundleResourceQuota request
	GetNamespaceBundleResourceQuota(ctx context.Context, tenant string, namespace string, bundle string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetNamespaceBundleResourceQuota request with any body
	SetNamespaceBundleResourceQuotaWithBody(ctx context.Context, tenant string, namespace string, bundle string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetNamespaceBundleResourceQuota(ctx context.Context, tenant string, namespace string, bundle string, body SetNamespaceBundleResourceQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetResourceGroups request
	GetResourceGroups(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteResourceGroup request
	DeleteResourceGroup(ctx context.Context, resourcegroup string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetResourceGroup request
	GetResourceGroup(ctx context.Context, resourcegroup string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateOrUpdateResourceGroup request with any body
	CreateOrUpdateResourceGroupWithBody(ctx context.Context, resourcegroup string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateOrUpdateResourceGroup(ctx context.Context, resourcegroup string, body CreateOrUpdateResourceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TestCompatibility request with any body
	TestCompatibilityWithBody(ctx context.Context, tenant string, namespace string, topic string, params *TestCompatibilityParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	TestCompatibility(ctx context.Context, tenant string, namespace string, topic string, params *TestCompatibilityParams, body TestCompatibilityJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteSchema request
	DeleteSchema(ctx context.Context, tenant string, namespace string, topic string, params *DeleteSchemaParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSchemaOfTopic request
	GetSchemaOfTopic(ctx context.Context, tenant string, namespace string, topic string, params *GetSchemaOfTopicParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostSchema request with any body
	PostSchemaWithBody(ctx context.Context, tenant string, namespace string, topic string, params *PostSchemaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostSchema(ctx context.Context, tenant string, namespace string, topic string, params *PostSchemaParams, body PostSchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSchemaOfTopicGivenVersion request
	GetSchemaOfTopicGivenVersion(ctx context.Context, tenant string, namespace string, topic string, version string, params *GetSchemaOfTopicGivenVersionParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAllSchemas request
	GetAllSchemas(ctx context.Context, tenant string, namespace string, topic string, params *GetAllSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVersionBySchema request with any body
	GetVersionBySchemaWithBody(ctx context.Context, tenant string, namespace string, topic string, params *GetVersionBySchemaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	GetVersionBySchema(ctx context.Context, tenant string, namespace string, topic string, params *GetVersionBySchemaParams, body GetVersionBySchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetTenants request
	GetTenants(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteTenant request
	DeleteTenant(ctx context.Context, tenant string, params *DeleteTenantParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetTenantAdmin request
	GetTenantAdmin(ctx context.Context, tenant string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateTenant request with any body
	UpdateTenantWithBody(ctx context.Context, tenant string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateTenant(ctx context.Context, tenant string, body UpdateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateTenant request with any body
	CreateTenantWithBody(ctx context.Context, tenant string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateTenant(ctx context.Context, tenant string, body CreateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkerStats request
	GetWorkerStats(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkerStatsMetrics request
	GetWorkerStatsMetrics(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAssignments request
	GetAssignments(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkerCluster request
	GetWorkerCluster(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkerClusterLeader request
	GetWorkerClusterLeader(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// IsLeaderReady request
	IsLeaderReady(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetConnectorsList request
	GetConnectorsList(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetDrainStatus request
	GetDrainStatus(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// Drain request
	Drain(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetDrainStatusFromLeader request
	GetDrainStatusFromLeader(ctx context.Context, params *GetDrainStatusFromLeaderParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DrainAtLeader request
	DrainAtLeader(ctx context.Context, params *DrainAtLeaderParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// Rebalance request
	Rebalance(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
}

The interface specification for the client above.

type ClientOption

type ClientOption func(*Client) error

ClientOption allows setting custom parameters during construction

func WithBaseURL

func WithBaseURL(baseURL string) ClientOption

WithBaseURL overrides the baseURL.

func WithHTTPClient

func WithHTTPClient(doer HttpRequestDoer) ClientOption

WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.

func WithRequestEditorFn

func WithRequestEditorFn(fn RequestEditorFn) ClientOption

WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.

type ClientWithResponses

type ClientWithResponses struct {
	ClientInterface
}

ClientWithResponses builds on ClientInterface to offer response payloads

func NewClientWithResponses

func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)

NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling

func (*ClientWithResponses) AnalyzeNonPersistentTopicSubscriptionBacklogWithBodyWithResponse

func (c *ClientWithResponses) AnalyzeNonPersistentTopicSubscriptionBacklogWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *AnalyzeNonPersistentTopicSubscriptionBacklogParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnalyzeNonPersistentTopicSubscriptionBacklogResponse, error)

AnalyzeNonPersistentTopicSubscriptionBacklogWithBodyWithResponse request with arbitrary body returning *AnalyzeNonPersistentTopicSubscriptionBacklogResponse

func (*ClientWithResponses) AnalyzePersistentTopicSubscriptionBacklogWithBodyWithResponse

func (c *ClientWithResponses) AnalyzePersistentTopicSubscriptionBacklogWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *AnalyzePersistentTopicSubscriptionBacklogParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnalyzePersistentTopicSubscriptionBacklogResponse, error)

AnalyzePersistentTopicSubscriptionBacklogWithBodyWithResponse request with arbitrary body returning *AnalyzePersistentTopicSubscriptionBacklogResponse

func (*ClientWithResponses) BacklogQuotaCheckWithResponse

func (c *ClientWithResponses) BacklogQuotaCheckWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*BacklogQuotaCheckResponse, error)

BacklogQuotaCheckWithResponse request returning *BacklogQuotaCheckResponse

func (*ClientWithResponses) ClearNamespaceBacklogForSubscriptionWithResponse

func (c *ClientWithResponses) ClearNamespaceBacklogForSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, subscription string, params *ClearNamespaceBacklogForSubscriptionParams, reqEditors ...RequestEditorFn) (*ClearNamespaceBacklogForSubscriptionResponse, error)

ClearNamespaceBacklogForSubscriptionWithResponse request returning *ClearNamespaceBacklogForSubscriptionResponse

func (*ClientWithResponses) ClearNamespaceBacklogWithResponse

func (c *ClientWithResponses) ClearNamespaceBacklogWithResponse(ctx context.Context, tenant string, namespace string, params *ClearNamespaceBacklogParams, reqEditors ...RequestEditorFn) (*ClearNamespaceBacklogResponse, error)

ClearNamespaceBacklogWithResponse request returning *ClearNamespaceBacklogResponse

func (*ClientWithResponses) ClearNamespaceBundleBacklogForSubscriptionWithResponse

func (c *ClientWithResponses) ClearNamespaceBundleBacklogForSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, bundle string, subscription string, params *ClearNamespaceBundleBacklogForSubscriptionParams, reqEditors ...RequestEditorFn) (*ClearNamespaceBundleBacklogForSubscriptionResponse, error)

ClearNamespaceBundleBacklogForSubscriptionWithResponse request returning *ClearNamespaceBundleBacklogForSubscriptionResponse

func (*ClientWithResponses) ClearNamespaceBundleBacklogWithResponse

func (c *ClientWithResponses) ClearNamespaceBundleBacklogWithResponse(ctx context.Context, tenant string, namespace string, bundle string, params *ClearNamespaceBundleBacklogParams, reqEditors ...RequestEditorFn) (*ClearNamespaceBundleBacklogResponse, error)

ClearNamespaceBundleBacklogWithResponse request returning *ClearNamespaceBundleBacklogResponse

func (*ClientWithResponses) ClearOffloadDeletionLagWithResponse

func (c *ClientWithResponses) ClearOffloadDeletionLagWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*ClearOffloadDeletionLagResponse, error)

ClearOffloadDeletionLagWithResponse request returning *ClearOffloadDeletionLagResponse

func (*ClientWithResponses) ClearPropertiesWithResponse

func (c *ClientWithResponses) ClearPropertiesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*ClearPropertiesResponse, error)

ClearPropertiesWithResponse request returning *ClearPropertiesResponse

func (*ClientWithResponses) CompactNonPersistentTopicWithResponse

func (c *ClientWithResponses) CompactNonPersistentTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *CompactNonPersistentTopicParams, reqEditors ...RequestEditorFn) (*CompactNonPersistentTopicResponse, error)

CompactNonPersistentTopicWithResponse request returning *CompactNonPersistentTopicResponse

func (*ClientWithResponses) CompactPersistentTopicWithResponse

func (c *ClientWithResponses) CompactPersistentTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *CompactPersistentTopicParams, reqEditors ...RequestEditorFn) (*CompactPersistentTopicResponse, error)

CompactPersistentTopicWithResponse request returning *CompactPersistentTopicResponse

func (*ClientWithResponses) CreateClusterWithBodyWithResponse

func (c *ClientWithResponses) CreateClusterWithBodyWithResponse(ctx context.Context, cluster string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateClusterResponse, error)

CreateClusterWithBodyWithResponse request with arbitrary body returning *CreateClusterResponse

func (*ClientWithResponses) CreateNamespaceWithBodyWithResponse

func (c *ClientWithResponses) CreateNamespaceWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateNamespaceResponse, error)

CreateNamespaceWithBodyWithResponse request with arbitrary body returning *CreateNamespaceResponse

func (*ClientWithResponses) CreateNamespaceWithResponse

func (c *ClientWithResponses) CreateNamespaceWithResponse(ctx context.Context, tenant string, namespace string, body CreateNamespaceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateNamespaceResponse, error)

func (*ClientWithResponses) CreateNonPersistentTopicMissedPartitionsWithResponse

func (c *ClientWithResponses) CreateNonPersistentTopicMissedPartitionsWithResponse(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*CreateNonPersistentTopicMissedPartitionsResponse, error)

CreateNonPersistentTopicMissedPartitionsWithResponse request returning *CreateNonPersistentTopicMissedPartitionsResponse

func (*ClientWithResponses) CreateNonPersistentTopicNonPartitionedTopicWithBodyWithResponse

func (c *ClientWithResponses) CreateNonPersistentTopicNonPartitionedTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *CreateNonPersistentTopicNonPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateNonPersistentTopicNonPartitionedTopicResponse, error)

CreateNonPersistentTopicNonPartitionedTopicWithBodyWithResponse request with arbitrary body returning *CreateNonPersistentTopicNonPartitionedTopicResponse

func (*ClientWithResponses) CreateNonPersistentTopicPartitionedTopicWithBodyWithResponse

func (c *ClientWithResponses) CreateNonPersistentTopicPartitionedTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *CreateNonPersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateNonPersistentTopicPartitionedTopicResponse, error)

CreateNonPersistentTopicPartitionedTopicWithBodyWithResponse request with arbitrary body returning *CreateNonPersistentTopicPartitionedTopicResponse

func (*ClientWithResponses) CreateNonPersistentTopicSubscriptionWithBodyWithResponse

func (c *ClientWithResponses) CreateNonPersistentTopicSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subscriptionName string, params *CreateNonPersistentTopicSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateNonPersistentTopicSubscriptionResponse, error)

CreateNonPersistentTopicSubscriptionWithBodyWithResponse request with arbitrary body returning *CreateNonPersistentTopicSubscriptionResponse

func (*ClientWithResponses) CreateOrUpdateResourceGroupWithBodyWithResponse

func (c *ClientWithResponses) CreateOrUpdateResourceGroupWithBodyWithResponse(ctx context.Context, resourcegroup string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateOrUpdateResourceGroupResponse, error)

CreateOrUpdateResourceGroupWithBodyWithResponse request with arbitrary body returning *CreateOrUpdateResourceGroupResponse

func (*ClientWithResponses) CreateOrUpdateResourceGroupWithResponse

func (c *ClientWithResponses) CreateOrUpdateResourceGroupWithResponse(ctx context.Context, resourcegroup string, body CreateOrUpdateResourceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateOrUpdateResourceGroupResponse, error)

func (*ClientWithResponses) CreatePersistentTopicMissedPartitionsWithResponse

func (c *ClientWithResponses) CreatePersistentTopicMissedPartitionsWithResponse(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*CreatePersistentTopicMissedPartitionsResponse, error)

CreatePersistentTopicMissedPartitionsWithResponse request returning *CreatePersistentTopicMissedPartitionsResponse

func (*ClientWithResponses) CreatePersistentTopicNonPartitionedTopicWithBodyWithResponse

func (c *ClientWithResponses) CreatePersistentTopicNonPartitionedTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *CreatePersistentTopicNonPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePersistentTopicNonPartitionedTopicResponse, error)

CreatePersistentTopicNonPartitionedTopicWithBodyWithResponse request with arbitrary body returning *CreatePersistentTopicNonPartitionedTopicResponse

func (*ClientWithResponses) CreatePersistentTopicPartitionedTopicWithBodyWithResponse

func (c *ClientWithResponses) CreatePersistentTopicPartitionedTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *CreatePersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePersistentTopicPartitionedTopicResponse, error)

CreatePersistentTopicPartitionedTopicWithBodyWithResponse request with arbitrary body returning *CreatePersistentTopicPartitionedTopicResponse

func (*ClientWithResponses) CreatePersistentTopicSubscriptionWithBodyWithResponse

func (c *ClientWithResponses) CreatePersistentTopicSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subscriptionName string, params *CreatePersistentTopicSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePersistentTopicSubscriptionResponse, error)

CreatePersistentTopicSubscriptionWithBodyWithResponse request with arbitrary body returning *CreatePersistentTopicSubscriptionResponse

func (*ClientWithResponses) CreateTenantWithBodyWithResponse

func (c *ClientWithResponses) CreateTenantWithBodyWithResponse(ctx context.Context, tenant string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTenantResponse, error)

CreateTenantWithBodyWithResponse request with arbitrary body returning *CreateTenantResponse

func (*ClientWithResponses) CreateTenantWithResponse

func (c *ClientWithResponses) CreateTenantWithResponse(ctx context.Context, tenant string, body CreateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTenantResponse, error)

func (*ClientWithResponses) DeleteBookieAffinityGroupWithResponse

func (c *ClientWithResponses) DeleteBookieAffinityGroupWithResponse(ctx context.Context, property string, namespace string, reqEditors ...RequestEditorFn) (*DeleteBookieAffinityGroupResponse, error)

DeleteBookieAffinityGroupWithResponse request returning *DeleteBookieAffinityGroupResponse

func (*ClientWithResponses) DeleteBookieRackInfoWithResponse

func (c *ClientWithResponses) DeleteBookieRackInfoWithResponse(ctx context.Context, bookie string, reqEditors ...RequestEditorFn) (*DeleteBookieRackInfoResponse, error)

DeleteBookieRackInfoWithResponse request returning *DeleteBookieRackInfoResponse

func (*ClientWithResponses) DeleteClusterWithResponse

func (c *ClientWithResponses) DeleteClusterWithResponse(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*DeleteClusterResponse, error)

DeleteClusterWithResponse request returning *DeleteClusterResponse

func (*ClientWithResponses) DeleteCompactionThresholdWithResponse

func (c *ClientWithResponses) DeleteCompactionThresholdWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*DeleteCompactionThresholdResponse, error)

DeleteCompactionThresholdWithResponse request returning *DeleteCompactionThresholdResponse

func (*ClientWithResponses) DeleteDispatchRateWithResponse

func (c *ClientWithResponses) DeleteDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*DeleteDispatchRateResponse, error)

DeleteDispatchRateWithResponse request returning *DeleteDispatchRateResponse

func (*ClientWithResponses) DeleteDynamicConfigurationWithResponse

func (c *ClientWithResponses) DeleteDynamicConfigurationWithResponse(ctx context.Context, configName string, reqEditors ...RequestEditorFn) (*DeleteDynamicConfigurationResponse, error)

DeleteDynamicConfigurationWithResponse request returning *DeleteDynamicConfigurationResponse

func (*ClientWithResponses) DeleteFailureDomainWithResponse

func (c *ClientWithResponses) DeleteFailureDomainWithResponse(ctx context.Context, cluster string, domainName string, reqEditors ...RequestEditorFn) (*DeleteFailureDomainResponse, error)

DeleteFailureDomainWithResponse request returning *DeleteFailureDomainResponse

func (*ClientWithResponses) DeleteNamespaceBundleWithResponse

func (c *ClientWithResponses) DeleteNamespaceBundleWithResponse(ctx context.Context, tenant string, namespace string, bundle string, params *DeleteNamespaceBundleParams, reqEditors ...RequestEditorFn) (*DeleteNamespaceBundleResponse, error)

DeleteNamespaceBundleWithResponse request returning *DeleteNamespaceBundleResponse

func (*ClientWithResponses) DeleteNamespaceIsolationPolicyWithResponse

func (c *ClientWithResponses) DeleteNamespaceIsolationPolicyWithResponse(ctx context.Context, cluster string, policyName string, reqEditors ...RequestEditorFn) (*DeleteNamespaceIsolationPolicyResponse, error)

DeleteNamespaceIsolationPolicyWithResponse request returning *DeleteNamespaceIsolationPolicyResponse

func (*ClientWithResponses) DeleteNamespaceMaxTopicsPerNamespaceWithResponse

func (c *ClientWithResponses) DeleteNamespaceMaxTopicsPerNamespaceWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*DeleteNamespaceMaxTopicsPerNamespaceResponse, error)

DeleteNamespaceMaxTopicsPerNamespaceWithResponse request returning *DeleteNamespaceMaxTopicsPerNamespaceResponse

func (*ClientWithResponses) DeleteNamespaceWithResponse

func (c *ClientWithResponses) DeleteNamespaceWithResponse(ctx context.Context, tenant string, namespace string, params *DeleteNamespaceParams, reqEditors ...RequestEditorFn) (*DeleteNamespaceResponse, error)

DeleteNamespaceWithResponse request returning *DeleteNamespaceResponse

func (*ClientWithResponses) DeleteNonPersistentTopicDeduplicationSnapshotIntervalWithResponse

func (c *ClientWithResponses) DeleteNonPersistentTopicDeduplicationSnapshotIntervalWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicDeduplicationSnapshotIntervalResponse, error)

DeleteNonPersistentTopicDeduplicationSnapshotIntervalWithResponse request returning *DeleteNonPersistentTopicDeduplicationSnapshotIntervalResponse

func (*ClientWithResponses) DeleteNonPersistentTopicDelayedDeliveryPoliciesWithResponse

func (c *ClientWithResponses) DeleteNonPersistentTopicDelayedDeliveryPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicDelayedDeliveryPoliciesResponse, error)

DeleteNonPersistentTopicDelayedDeliveryPoliciesWithResponse request returning *DeleteNonPersistentTopicDelayedDeliveryPoliciesResponse

func (*ClientWithResponses) DeleteNonPersistentTopicInactiveTopicPoliciesWithResponse

func (c *ClientWithResponses) DeleteNonPersistentTopicInactiveTopicPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicInactiveTopicPoliciesResponse, error)

DeleteNonPersistentTopicInactiveTopicPoliciesWithResponse request returning *DeleteNonPersistentTopicInactiveTopicPoliciesResponse

func (*ClientWithResponses) DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerWithResponse

func (c *ClientWithResponses) DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerWithResponse request returning *DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerResponse

func (*ClientWithResponses) DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse

func (c *ClientWithResponses) DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse request returning *DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse

func (*ClientWithResponses) DeleteNonPersistentTopicPartitionedTopicWithResponse

func (c *ClientWithResponses) DeleteNonPersistentTopicPartitionedTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicPartitionedTopicResponse, error)

DeleteNonPersistentTopicPartitionedTopicWithResponse request returning *DeleteNonPersistentTopicPartitionedTopicResponse

func (*ClientWithResponses) DeleteNonPersistentTopicShadowTopicsWithResponse

func (c *ClientWithResponses) DeleteNonPersistentTopicShadowTopicsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicShadowTopicsResponse, error)

DeleteNonPersistentTopicShadowTopicsWithResponse request returning *DeleteNonPersistentTopicShadowTopicsResponse

func (*ClientWithResponses) DeleteNonPersistentTopicSubscriptionWithResponse

func (c *ClientWithResponses) DeleteNonPersistentTopicSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *DeleteNonPersistentTopicSubscriptionParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicSubscriptionResponse, error)

DeleteNonPersistentTopicSubscriptionWithResponse request returning *DeleteNonPersistentTopicSubscriptionResponse

func (*ClientWithResponses) DeleteNonPersistentTopicWithResponse

func (c *ClientWithResponses) DeleteNonPersistentTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicResponse, error)

DeleteNonPersistentTopicWithResponse request returning *DeleteNonPersistentTopicResponse

func (*ClientWithResponses) DeletePersistenceWithResponse

func (c *ClientWithResponses) DeletePersistenceWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*DeletePersistenceResponse, error)

DeletePersistenceWithResponse request returning *DeletePersistenceResponse

func (*ClientWithResponses) DeletePersistentTopicDeduplicationSnapshotIntervalWithResponse

func (c *ClientWithResponses) DeletePersistentTopicDeduplicationSnapshotIntervalWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicDeduplicationSnapshotIntervalResponse, error)

DeletePersistentTopicDeduplicationSnapshotIntervalWithResponse request returning *DeletePersistentTopicDeduplicationSnapshotIntervalResponse

func (*ClientWithResponses) DeletePersistentTopicDelayedDeliveryPoliciesWithResponse

func (c *ClientWithResponses) DeletePersistentTopicDelayedDeliveryPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicDelayedDeliveryPoliciesResponse, error)

DeletePersistentTopicDelayedDeliveryPoliciesWithResponse request returning *DeletePersistentTopicDelayedDeliveryPoliciesResponse

func (*ClientWithResponses) DeletePersistentTopicInactiveTopicPoliciesWithResponse

func (c *ClientWithResponses) DeletePersistentTopicInactiveTopicPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicInactiveTopicPoliciesResponse, error)

DeletePersistentTopicInactiveTopicPoliciesWithResponse request returning *DeletePersistentTopicInactiveTopicPoliciesResponse

func (*ClientWithResponses) DeletePersistentTopicMaxUnackedMessagesOnConsumerWithResponse

func (c *ClientWithResponses) DeletePersistentTopicMaxUnackedMessagesOnConsumerWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

DeletePersistentTopicMaxUnackedMessagesOnConsumerWithResponse request returning *DeletePersistentTopicMaxUnackedMessagesOnConsumerResponse

func (*ClientWithResponses) DeletePersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse

func (c *ClientWithResponses) DeletePersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

DeletePersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse request returning *DeletePersistentTopicMaxUnackedMessagesOnSubscriptionResponse

func (*ClientWithResponses) DeletePersistentTopicPartitionedTopicWithResponse

func (c *ClientWithResponses) DeletePersistentTopicPartitionedTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicPartitionedTopicResponse, error)

DeletePersistentTopicPartitionedTopicWithResponse request returning *DeletePersistentTopicPartitionedTopicResponse

func (*ClientWithResponses) DeletePersistentTopicShadowTopicsWithResponse

func (c *ClientWithResponses) DeletePersistentTopicShadowTopicsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicShadowTopicsResponse, error)

DeletePersistentTopicShadowTopicsWithResponse request returning *DeletePersistentTopicShadowTopicsResponse

func (*ClientWithResponses) DeletePersistentTopicSubscriptionWithResponse

func (c *ClientWithResponses) DeletePersistentTopicSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *DeletePersistentTopicSubscriptionParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicSubscriptionResponse, error)

DeletePersistentTopicSubscriptionWithResponse request returning *DeletePersistentTopicSubscriptionResponse

func (*ClientWithResponses) DeletePersistentTopicWithResponse

func (c *ClientWithResponses) DeletePersistentTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicResponse, error)

DeletePersistentTopicWithResponse request returning *DeletePersistentTopicResponse

func (*ClientWithResponses) DeleteResourceGroupWithResponse

func (c *ClientWithResponses) DeleteResourceGroupWithResponse(ctx context.Context, resourcegroup string, reqEditors ...RequestEditorFn) (*DeleteResourceGroupResponse, error)

DeleteResourceGroupWithResponse request returning *DeleteResourceGroupResponse

func (*ClientWithResponses) DeleteSchemaWithResponse

func (c *ClientWithResponses) DeleteSchemaWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteSchemaParams, reqEditors ...RequestEditorFn) (*DeleteSchemaResponse, error)

DeleteSchemaWithResponse request returning *DeleteSchemaResponse

func (*ClientWithResponses) DeleteSubscribeRateWithResponse

func (c *ClientWithResponses) DeleteSubscribeRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*DeleteSubscribeRateResponse, error)

DeleteSubscribeRateWithResponse request returning *DeleteSubscribeRateResponse

func (*ClientWithResponses) DeleteSubscriptionDispatchRateWithResponse

func (c *ClientWithResponses) DeleteSubscriptionDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*DeleteSubscriptionDispatchRateResponse, error)

DeleteSubscriptionDispatchRateWithResponse request returning *DeleteSubscriptionDispatchRateResponse

func (*ClientWithResponses) DeleteTenantWithResponse

func (c *ClientWithResponses) DeleteTenantWithResponse(ctx context.Context, tenant string, params *DeleteTenantParams, reqEditors ...RequestEditorFn) (*DeleteTenantResponse, error)

DeleteTenantWithResponse request returning *DeleteTenantResponse

func (*ClientWithResponses) DrainAtLeaderWithResponse

func (c *ClientWithResponses) DrainAtLeaderWithResponse(ctx context.Context, params *DrainAtLeaderParams, reqEditors ...RequestEditorFn) (*DrainAtLeaderResponse, error)

DrainAtLeaderWithResponse request returning *DrainAtLeaderResponse

func (*ClientWithResponses) DrainWithResponse

func (c *ClientWithResponses) DrainWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DrainResponse, error)

DrainWithResponse request returning *DrainResponse

func (*ClientWithResponses) ExamineNonPersistentTopicMessageWithResponse

func (c *ClientWithResponses) ExamineNonPersistentTopicMessageWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *ExamineNonPersistentTopicMessageParams, reqEditors ...RequestEditorFn) (*ExamineNonPersistentTopicMessageResponse, error)

ExamineNonPersistentTopicMessageWithResponse request returning *ExamineNonPersistentTopicMessageResponse

func (*ClientWithResponses) ExaminePersistentTopicMessageWithResponse

func (c *ClientWithResponses) ExaminePersistentTopicMessageWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *ExaminePersistentTopicMessageParams, reqEditors ...RequestEditorFn) (*ExaminePersistentTopicMessageResponse, error)

ExaminePersistentTopicMessageWithResponse request returning *ExaminePersistentTopicMessageResponse

func (*ClientWithResponses) ExpireNonPersistentTopicMessagesForAllSubscriptionsWithResponse

func (c *ClientWithResponses) ExpireNonPersistentTopicMessagesForAllSubscriptionsWithResponse(ctx context.Context, tenant string, namespace string, topic string, expireTimeInSeconds int32, params *ExpireNonPersistentTopicMessagesForAllSubscriptionsParams, reqEditors ...RequestEditorFn) (*ExpireNonPersistentTopicMessagesForAllSubscriptionsResponse, error)

ExpireNonPersistentTopicMessagesForAllSubscriptionsWithResponse request returning *ExpireNonPersistentTopicMessagesForAllSubscriptionsResponse

func (*ClientWithResponses) ExpireNonPersistentTopicMessagesTimeInSecondsWithResponse

func (c *ClientWithResponses) ExpireNonPersistentTopicMessagesTimeInSecondsWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, expireTimeInSeconds int32, params *ExpireNonPersistentTopicMessagesTimeInSecondsParams, reqEditors ...RequestEditorFn) (*ExpireNonPersistentTopicMessagesTimeInSecondsResponse, error)

ExpireNonPersistentTopicMessagesTimeInSecondsWithResponse request returning *ExpireNonPersistentTopicMessagesTimeInSecondsResponse

func (*ClientWithResponses) ExpireNonPersistentTopicMessagesWithBodyWithResponse

func (c *ClientWithResponses) ExpireNonPersistentTopicMessagesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ExpireNonPersistentTopicMessagesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExpireNonPersistentTopicMessagesResponse, error)

ExpireNonPersistentTopicMessagesWithBodyWithResponse request with arbitrary body returning *ExpireNonPersistentTopicMessagesResponse

func (*ClientWithResponses) ExpirePersistentTopicMessagesForAllSubscriptionsWithResponse

func (c *ClientWithResponses) ExpirePersistentTopicMessagesForAllSubscriptionsWithResponse(ctx context.Context, tenant string, namespace string, topic string, expireTimeInSeconds int32, params *ExpirePersistentTopicMessagesForAllSubscriptionsParams, reqEditors ...RequestEditorFn) (*ExpirePersistentTopicMessagesForAllSubscriptionsResponse, error)

ExpirePersistentTopicMessagesForAllSubscriptionsWithResponse request returning *ExpirePersistentTopicMessagesForAllSubscriptionsResponse

func (*ClientWithResponses) ExpirePersistentTopicMessagesTimeInSecondsWithResponse

func (c *ClientWithResponses) ExpirePersistentTopicMessagesTimeInSecondsWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, expireTimeInSeconds int32, params *ExpirePersistentTopicMessagesTimeInSecondsParams, reqEditors ...RequestEditorFn) (*ExpirePersistentTopicMessagesTimeInSecondsResponse, error)

ExpirePersistentTopicMessagesTimeInSecondsWithResponse request returning *ExpirePersistentTopicMessagesTimeInSecondsResponse

func (*ClientWithResponses) ExpirePersistentTopicMessagesWithBodyWithResponse

func (c *ClientWithResponses) ExpirePersistentTopicMessagesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ExpirePersistentTopicMessagesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExpirePersistentTopicMessagesResponse, error)

ExpirePersistentTopicMessagesWithBodyWithResponse request with arbitrary body returning *ExpirePersistentTopicMessagesResponse

func (*ClientWithResponses) GetActiveBrokersWithResponse

func (c *ClientWithResponses) GetActiveBrokersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetActiveBrokersResponse, error)

GetActiveBrokersWithResponse request returning *GetActiveBrokersResponse

func (*ClientWithResponses) GetActiveClusterBrokersWithResponse

func (c *ClientWithResponses) GetActiveClusterBrokersWithResponse(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*GetActiveClusterBrokersResponse, error)

GetActiveClusterBrokersWithResponse request returning *GetActiveClusterBrokersResponse

func (*ClientWithResponses) GetAllBookiesWithResponse

func (c *ClientWithResponses) GetAllBookiesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAllBookiesResponse, error)

GetAllBookiesWithResponse request returning *GetAllBookiesResponse

func (*ClientWithResponses) GetAllDynamicConfigurationsWithResponse

func (c *ClientWithResponses) GetAllDynamicConfigurationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAllDynamicConfigurationsResponse, error)

GetAllDynamicConfigurationsWithResponse request returning *GetAllDynamicConfigurationsResponse

func (*ClientWithResponses) GetAllSchemasWithResponse

func (c *ClientWithResponses) GetAllSchemasWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetAllSchemasParams, reqEditors ...RequestEditorFn) (*GetAllSchemasResponse, error)

GetAllSchemasWithResponse request returning *GetAllSchemasResponse

func (*ClientWithResponses) GetAllocatorStatsWithResponse

func (c *ClientWithResponses) GetAllocatorStatsWithResponse(ctx context.Context, allocator string, reqEditors ...RequestEditorFn) (*GetAllocatorStatsResponse, error)

GetAllocatorStatsWithResponse request returning *GetAllocatorStatsResponse

func (*ClientWithResponses) GetAntiAffinityNamespacesWithResponse

func (c *ClientWithResponses) GetAntiAffinityNamespacesWithResponse(ctx context.Context, cluster string, group string, params *GetAntiAffinityNamespacesParams, reqEditors ...RequestEditorFn) (*GetAntiAffinityNamespacesResponse, error)

GetAntiAffinityNamespacesWithResponse request returning *GetAntiAffinityNamespacesResponse

func (*ClientWithResponses) GetAssignmentsWithResponse

func (c *ClientWithResponses) GetAssignmentsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAssignmentsResponse, error)

GetAssignmentsWithResponse request returning *GetAssignmentsResponse

func (*ClientWithResponses) GetAutoSubscriptionCreationWithResponse

func (c *ClientWithResponses) GetAutoSubscriptionCreationWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetAutoSubscriptionCreationResponse, error)

GetAutoSubscriptionCreationWithResponse request returning *GetAutoSubscriptionCreationResponse

func (*ClientWithResponses) GetAutoTopicCreationWithResponse

func (c *ClientWithResponses) GetAutoTopicCreationWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetAutoTopicCreationResponse, error)

GetAutoTopicCreationWithResponse request returning *GetAutoTopicCreationResponse

func (*ClientWithResponses) GetBookieAffinityGroupWithResponse

func (c *ClientWithResponses) GetBookieAffinityGroupWithResponse(ctx context.Context, property string, namespace string, reqEditors ...RequestEditorFn) (*GetBookieAffinityGroupResponse, error)

GetBookieAffinityGroupWithResponse request returning *GetBookieAffinityGroupResponse

func (*ClientWithResponses) GetBookieRackInfoWithResponse

func (c *ClientWithResponses) GetBookieRackInfoWithResponse(ctx context.Context, bookie string, reqEditors ...RequestEditorFn) (*GetBookieRackInfoResponse, error)

GetBookieRackInfoWithResponse request returning *GetBookieRackInfoResponse

func (*ClientWithResponses) GetBookiesRackInfoWithResponse

func (c *ClientWithResponses) GetBookiesRackInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetBookiesRackInfoResponse, error)

GetBookiesRackInfoWithResponse request returning *GetBookiesRackInfoResponse

func (*ClientWithResponses) GetBrokerResourceAvailabilityWithResponse

func (c *ClientWithResponses) GetBrokerResourceAvailabilityWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetBrokerResourceAvailabilityResponse, error)

GetBrokerResourceAvailabilityWithResponse request returning *GetBrokerResourceAvailabilityResponse

func (*ClientWithResponses) GetBrokerStatsMetricsWithResponse

func (c *ClientWithResponses) GetBrokerStatsMetricsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetBrokerStatsMetricsResponse, error)

GetBrokerStatsMetricsWithResponse request returning *GetBrokerStatsMetricsResponse

func (*ClientWithResponses) GetBrokerWithNamespaceIsolationPolicyWithResponse

func (c *ClientWithResponses) GetBrokerWithNamespaceIsolationPolicyWithResponse(ctx context.Context, cluster string, broker string, reqEditors ...RequestEditorFn) (*GetBrokerWithNamespaceIsolationPolicyResponse, error)

GetBrokerWithNamespaceIsolationPolicyWithResponse request returning *GetBrokerWithNamespaceIsolationPolicyResponse

func (*ClientWithResponses) GetBrokersWithNamespaceIsolationPolicyWithResponse

func (c *ClientWithResponses) GetBrokersWithNamespaceIsolationPolicyWithResponse(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*GetBrokersWithNamespaceIsolationPolicyResponse, error)

GetBrokersWithNamespaceIsolationPolicyWithResponse request returning *GetBrokersWithNamespaceIsolationPolicyResponse

func (*ClientWithResponses) GetBundlesDataWithResponse

func (c *ClientWithResponses) GetBundlesDataWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetBundlesDataResponse, error)

GetBundlesDataWithResponse request returning *GetBundlesDataResponse

func (*ClientWithResponses) GetClusterWithResponse

func (c *ClientWithResponses) GetClusterWithResponse(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*GetClusterResponse, error)

GetClusterWithResponse request returning *GetClusterResponse

func (*ClientWithResponses) GetClustersWithResponse

func (c *ClientWithResponses) GetClustersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetClustersResponse, error)

GetClustersWithResponse request returning *GetClustersResponse

func (*ClientWithResponses) GetConnectorsListWithResponse

func (c *ClientWithResponses) GetConnectorsListWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetConnectorsListResponse, error)

GetConnectorsListWithResponse request returning *GetConnectorsListResponse

func (*ClientWithResponses) GetDefaultResourceQuotaWithResponse

func (c *ClientWithResponses) GetDefaultResourceQuotaWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDefaultResourceQuotaResponse, error)

GetDefaultResourceQuotaWithResponse request returning *GetDefaultResourceQuotaResponse

func (*ClientWithResponses) GetDomainWithResponse

func (c *ClientWithResponses) GetDomainWithResponse(ctx context.Context, cluster string, domainName string, reqEditors ...RequestEditorFn) (*GetDomainResponse, error)

GetDomainWithResponse request returning *GetDomainResponse

func (*ClientWithResponses) GetDrainStatusFromLeaderWithResponse

func (c *ClientWithResponses) GetDrainStatusFromLeaderWithResponse(ctx context.Context, params *GetDrainStatusFromLeaderParams, reqEditors ...RequestEditorFn) (*GetDrainStatusFromLeaderResponse, error)

GetDrainStatusFromLeaderWithResponse request returning *GetDrainStatusFromLeaderResponse

func (*ClientWithResponses) GetDrainStatusWithResponse

func (c *ClientWithResponses) GetDrainStatusWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDrainStatusResponse, error)

GetDrainStatusWithResponse request returning *GetDrainStatusResponse

func (*ClientWithResponses) GetDynamicConfigurationNameWithResponse

func (c *ClientWithResponses) GetDynamicConfigurationNameWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDynamicConfigurationNameResponse, error)

GetDynamicConfigurationNameWithResponse request returning *GetDynamicConfigurationNameResponse

func (*ClientWithResponses) GetEncryptionRequiredWithResponse

func (c *ClientWithResponses) GetEncryptionRequiredWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetEncryptionRequiredResponse, error)

GetEncryptionRequiredWithResponse request returning *GetEncryptionRequiredResponse

func (*ClientWithResponses) GetFailureDomainsWithResponse

func (c *ClientWithResponses) GetFailureDomainsWithResponse(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*GetFailureDomainsResponse, error)

GetFailureDomainsWithResponse request returning *GetFailureDomainsResponse

func (*ClientWithResponses) GetInternalConfigurationDataWithResponse

func (c *ClientWithResponses) GetInternalConfigurationDataWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetInternalConfigurationDataResponse, error)

GetInternalConfigurationDataWithResponse request returning *GetInternalConfigurationDataResponse

func (*ClientWithResponses) GetIsAllowAutoUpdateSchemaWithResponse

func (c *ClientWithResponses) GetIsAllowAutoUpdateSchemaWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetIsAllowAutoUpdateSchemaResponse, error)

GetIsAllowAutoUpdateSchemaWithResponse request returning *GetIsAllowAutoUpdateSchemaResponse

func (*ClientWithResponses) GetLeaderBrokerWithResponse

func (c *ClientWithResponses) GetLeaderBrokerWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLeaderBrokerResponse, error)

GetLeaderBrokerWithResponse request returning *GetLeaderBrokerResponse

func (*ClientWithResponses) GetListFromBundleWithResponse

func (c *ClientWithResponses) GetListFromBundleWithResponse(ctx context.Context, tenant string, namespace string, bundle string, reqEditors ...RequestEditorFn) (*GetListFromBundleResponse, error)

GetListFromBundleWithResponse request returning *GetListFromBundleResponse

func (*ClientWithResponses) GetLoadReportWithResponse

func (c *ClientWithResponses) GetLoadReportWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLoadReportResponse, error)

GetLoadReportWithResponse request returning *GetLoadReportResponse

func (*ClientWithResponses) GetMBeansWithResponse

func (c *ClientWithResponses) GetMBeansWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetMBeansResponse, error)

GetMBeansWithResponse request returning *GetMBeansResponse

func (*ClientWithResponses) GetNamespaceAntiAffinityGroupWithResponse

func (c *ClientWithResponses) GetNamespaceAntiAffinityGroupWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceAntiAffinityGroupResponse, error)

GetNamespaceAntiAffinityGroupWithResponse request returning *GetNamespaceAntiAffinityGroupResponse

func (*ClientWithResponses) GetNamespaceBacklogQuotaMapWithResponse

func (c *ClientWithResponses) GetNamespaceBacklogQuotaMapWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceBacklogQuotaMapResponse, error)

GetNamespaceBacklogQuotaMapWithResponse request returning *GetNamespaceBacklogQuotaMapResponse

func (*ClientWithResponses) GetNamespaceBundleResourceQuotaWithResponse

func (c *ClientWithResponses) GetNamespaceBundleResourceQuotaWithResponse(ctx context.Context, tenant string, namespace string, bundle string, reqEditors ...RequestEditorFn) (*GetNamespaceBundleResourceQuotaResponse, error)

GetNamespaceBundleResourceQuotaWithResponse request returning *GetNamespaceBundleResourceQuotaResponse

func (*ClientWithResponses) GetNamespaceCompactionThresholdWithResponse

func (c *ClientWithResponses) GetNamespaceCompactionThresholdWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceCompactionThresholdResponse, error)

GetNamespaceCompactionThresholdWithResponse request returning *GetNamespaceCompactionThresholdResponse

func (*ClientWithResponses) GetNamespaceDeduplicationSnapshotIntervalWithResponse

func (c *ClientWithResponses) GetNamespaceDeduplicationSnapshotIntervalWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceDeduplicationSnapshotIntervalResponse, error)

GetNamespaceDeduplicationSnapshotIntervalWithResponse request returning *GetNamespaceDeduplicationSnapshotIntervalResponse

func (*ClientWithResponses) GetNamespaceDeduplicationWithResponse

func (c *ClientWithResponses) GetNamespaceDeduplicationWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceDeduplicationResponse, error)

GetNamespaceDeduplicationWithResponse request returning *GetNamespaceDeduplicationResponse

func (*ClientWithResponses) GetNamespaceDelayedDeliveryPoliciesWithResponse

func (c *ClientWithResponses) GetNamespaceDelayedDeliveryPoliciesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceDelayedDeliveryPoliciesResponse, error)

GetNamespaceDelayedDeliveryPoliciesWithResponse request returning *GetNamespaceDelayedDeliveryPoliciesResponse

func (*ClientWithResponses) GetNamespaceDispatchRateWithResponse

func (c *ClientWithResponses) GetNamespaceDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceDispatchRateResponse, error)

GetNamespaceDispatchRateWithResponse request returning *GetNamespaceDispatchRateResponse

func (*ClientWithResponses) GetNamespaceEntryFiltersPerTopicWithResponse

func (c *ClientWithResponses) GetNamespaceEntryFiltersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceEntryFiltersPerTopicResponse, error)

GetNamespaceEntryFiltersPerTopicWithResponse request returning *GetNamespaceEntryFiltersPerTopicResponse

func (*ClientWithResponses) GetNamespaceInactiveTopicPoliciesWithResponse

func (c *ClientWithResponses) GetNamespaceInactiveTopicPoliciesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceInactiveTopicPoliciesResponse, error)

GetNamespaceInactiveTopicPoliciesWithResponse request returning *GetNamespaceInactiveTopicPoliciesResponse

func (*ClientWithResponses) GetNamespaceIsolationPoliciesWithResponse

func (c *ClientWithResponses) GetNamespaceIsolationPoliciesWithResponse(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*GetNamespaceIsolationPoliciesResponse, error)

GetNamespaceIsolationPoliciesWithResponse request returning *GetNamespaceIsolationPoliciesResponse

func (*ClientWithResponses) GetNamespaceIsolationPolicyWithResponse

func (c *ClientWithResponses) GetNamespaceIsolationPolicyWithResponse(ctx context.Context, cluster string, policyName string, reqEditors ...RequestEditorFn) (*GetNamespaceIsolationPolicyResponse, error)

GetNamespaceIsolationPolicyWithResponse request returning *GetNamespaceIsolationPolicyResponse

func (*ClientWithResponses) GetNamespaceMaxConsumersPerSubscriptionWithResponse

func (c *ClientWithResponses) GetNamespaceMaxConsumersPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMaxConsumersPerSubscriptionResponse, error)

GetNamespaceMaxConsumersPerSubscriptionWithResponse request returning *GetNamespaceMaxConsumersPerSubscriptionResponse

func (*ClientWithResponses) GetNamespaceMaxConsumersPerTopicWithResponse

func (c *ClientWithResponses) GetNamespaceMaxConsumersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMaxConsumersPerTopicResponse, error)

GetNamespaceMaxConsumersPerTopicWithResponse request returning *GetNamespaceMaxConsumersPerTopicResponse

func (*ClientWithResponses) GetNamespaceMaxProducersPerTopicWithResponse

func (c *ClientWithResponses) GetNamespaceMaxProducersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMaxProducersPerTopicResponse, error)

GetNamespaceMaxProducersPerTopicWithResponse request returning *GetNamespaceMaxProducersPerTopicResponse

func (*ClientWithResponses) GetNamespaceMaxSubscriptionsPerTopicWithResponse

func (c *ClientWithResponses) GetNamespaceMaxSubscriptionsPerTopicWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMaxSubscriptionsPerTopicResponse, error)

GetNamespaceMaxSubscriptionsPerTopicWithResponse request returning *GetNamespaceMaxSubscriptionsPerTopicResponse

func (*ClientWithResponses) GetNamespaceMaxTopicsPerNamespaceWithResponse

func (c *ClientWithResponses) GetNamespaceMaxTopicsPerNamespaceWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMaxTopicsPerNamespaceResponse, error)

GetNamespaceMaxTopicsPerNamespaceWithResponse request returning *GetNamespaceMaxTopicsPerNamespaceResponse

func (*ClientWithResponses) GetNamespaceMaxUnackedMessagesPerConsumerWithResponse

func (c *ClientWithResponses) GetNamespaceMaxUnackedMessagesPerConsumerWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMaxUnackedMessagesPerConsumerResponse, error)

GetNamespaceMaxUnackedMessagesPerConsumerWithResponse request returning *GetNamespaceMaxUnackedMessagesPerConsumerResponse

func (*ClientWithResponses) GetNamespaceMaxUnackedmessagesPerSubscriptionWithResponse

func (c *ClientWithResponses) GetNamespaceMaxUnackedmessagesPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMaxUnackedmessagesPerSubscriptionResponse, error)

GetNamespaceMaxUnackedmessagesPerSubscriptionWithResponse request returning *GetNamespaceMaxUnackedmessagesPerSubscriptionResponse

func (*ClientWithResponses) GetNamespaceMessageTTLWithResponse

func (c *ClientWithResponses) GetNamespaceMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMessageTTLResponse, error)

GetNamespaceMessageTTLWithResponse request returning *GetNamespaceMessageTTLResponse

func (*ClientWithResponses) GetNamespaceOffloadDeletionLagWithResponse

func (c *ClientWithResponses) GetNamespaceOffloadDeletionLagWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceOffloadDeletionLagResponse, error)

GetNamespaceOffloadDeletionLagWithResponse request returning *GetNamespaceOffloadDeletionLagResponse

func (*ClientWithResponses) GetNamespaceOffloadPoliciesWithResponse

func (c *ClientWithResponses) GetNamespaceOffloadPoliciesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceOffloadPoliciesResponse, error)

GetNamespaceOffloadPoliciesWithResponse request returning *GetNamespaceOffloadPoliciesResponse

func (*ClientWithResponses) GetNamespaceOffloadThresholdWithResponse

func (c *ClientWithResponses) GetNamespaceOffloadThresholdWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceOffloadThresholdResponse, error)

GetNamespaceOffloadThresholdWithResponse request returning *GetNamespaceOffloadThresholdResponse

func (*ClientWithResponses) GetNamespacePersistenceWithResponse

func (c *ClientWithResponses) GetNamespacePersistenceWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespacePersistenceResponse, error)

GetNamespacePersistenceWithResponse request returning *GetNamespacePersistenceResponse

func (*ClientWithResponses) GetNamespacePropertiesWithResponse

func (c *ClientWithResponses) GetNamespacePropertiesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespacePropertiesResponse, error)

GetNamespacePropertiesWithResponse request returning *GetNamespacePropertiesResponse

func (*ClientWithResponses) GetNamespaceReplicationClustersWithResponse

func (c *ClientWithResponses) GetNamespaceReplicationClustersWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceReplicationClustersResponse, error)

GetNamespaceReplicationClustersWithResponse request returning *GetNamespaceReplicationClustersResponse

func (*ClientWithResponses) GetNamespaceReplicatorDispatchRateWithResponse

func (c *ClientWithResponses) GetNamespaceReplicatorDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceReplicatorDispatchRateResponse, error)

GetNamespaceReplicatorDispatchRateWithResponse request returning *GetNamespaceReplicatorDispatchRateResponse

func (*ClientWithResponses) GetNamespaceResourceGroupWithResponse

func (c *ClientWithResponses) GetNamespaceResourceGroupWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceResourceGroupResponse, error)

GetNamespaceResourceGroupWithResponse request returning *GetNamespaceResourceGroupResponse

func (*ClientWithResponses) GetNamespaceRetentionWithResponse

func (c *ClientWithResponses) GetNamespaceRetentionWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceRetentionResponse, error)

GetNamespaceRetentionWithResponse request returning *GetNamespaceRetentionResponse

func (*ClientWithResponses) GetNamespaceSchemaCompatibilityStrategyWithResponse

func (c *ClientWithResponses) GetNamespaceSchemaCompatibilityStrategyWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceSchemaCompatibilityStrategyResponse, error)

GetNamespaceSchemaCompatibilityStrategyWithResponse request returning *GetNamespaceSchemaCompatibilityStrategyResponse

func (*ClientWithResponses) GetNamespaceSubscribeRateWithResponse

func (c *ClientWithResponses) GetNamespaceSubscribeRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceSubscribeRateResponse, error)

GetNamespaceSubscribeRateWithResponse request returning *GetNamespaceSubscribeRateResponse

func (*ClientWithResponses) GetNamespaceSubscriptionDispatchRateWithResponse

func (c *ClientWithResponses) GetNamespaceSubscriptionDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceSubscriptionDispatchRateResponse, error)

GetNamespaceSubscriptionDispatchRateWithResponse request returning *GetNamespaceSubscriptionDispatchRateResponse

func (*ClientWithResponses) GetNamespaceSubscriptionTypesEnabledWithResponse

func (c *ClientWithResponses) GetNamespaceSubscriptionTypesEnabledWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceSubscriptionTypesEnabledResponse, error)

GetNamespaceSubscriptionTypesEnabledWithResponse request returning *GetNamespaceSubscriptionTypesEnabledResponse

func (*ClientWithResponses) GetNonPersistentPartitionedTopicListWithResponse

func (c *ClientWithResponses) GetNonPersistentPartitionedTopicListWithResponse(ctx context.Context, tenant string, namespace string, params *GetNonPersistentPartitionedTopicListParams, reqEditors ...RequestEditorFn) (*GetNonPersistentPartitionedTopicListResponse, error)

GetNonPersistentPartitionedTopicListWithResponse request returning *GetNonPersistentPartitionedTopicListResponse

func (*ClientWithResponses) GetNonPersistentTopicBacklogQuotaMapWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicBacklogQuotaMapWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicBacklogQuotaMapParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicBacklogQuotaMapResponse, error)

GetNonPersistentTopicBacklogQuotaMapWithResponse request returning *GetNonPersistentTopicBacklogQuotaMapResponse

func (*ClientWithResponses) GetNonPersistentTopicBacklogSizeByMessageIdWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicBacklogSizeByMessageIdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicBacklogSizeByMessageIdParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicBacklogSizeByMessageIdResponse, error)

GetNonPersistentTopicBacklogSizeByMessageIdWithResponse request returning *GetNonPersistentTopicBacklogSizeByMessageIdResponse

func (*ClientWithResponses) GetNonPersistentTopicBacklogWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicBacklogWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicBacklogParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicBacklogResponse, error)

GetNonPersistentTopicBacklogWithResponse request returning *GetNonPersistentTopicBacklogResponse

func (*ClientWithResponses) GetNonPersistentTopicCompactionStatusWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicCompactionStatusWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicCompactionStatusParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicCompactionStatusResponse, error)

GetNonPersistentTopicCompactionStatusWithResponse request returning *GetNonPersistentTopicCompactionStatusResponse

func (*ClientWithResponses) GetNonPersistentTopicCompactionThresholdWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicCompactionThresholdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicCompactionThresholdResponse, error)

GetNonPersistentTopicCompactionThresholdWithResponse request returning *GetNonPersistentTopicCompactionThresholdResponse

func (*ClientWithResponses) GetNonPersistentTopicDeduplicationSnapshotIntervalWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicDeduplicationSnapshotIntervalWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicDeduplicationSnapshotIntervalResponse, error)

GetNonPersistentTopicDeduplicationSnapshotIntervalWithResponse request returning *GetNonPersistentTopicDeduplicationSnapshotIntervalResponse

func (*ClientWithResponses) GetNonPersistentTopicDeduplicationWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicDeduplicationWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicDeduplicationResponse, error)

GetNonPersistentTopicDeduplicationWithResponse request returning *GetNonPersistentTopicDeduplicationResponse

func (*ClientWithResponses) GetNonPersistentTopicDelayedDeliveryPoliciesWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicDelayedDeliveryPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicDelayedDeliveryPoliciesResponse, error)

GetNonPersistentTopicDelayedDeliveryPoliciesWithResponse request returning *GetNonPersistentTopicDelayedDeliveryPoliciesResponse

func (*ClientWithResponses) GetNonPersistentTopicDispatchRateWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicDispatchRateResponse, error)

GetNonPersistentTopicDispatchRateWithResponse request returning *GetNonPersistentTopicDispatchRateResponse

func (*ClientWithResponses) GetNonPersistentTopicEntryFiltersWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicEntryFiltersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicEntryFiltersResponse, error)

GetNonPersistentTopicEntryFiltersWithResponse request returning *GetNonPersistentTopicEntryFiltersResponse

func (*ClientWithResponses) GetNonPersistentTopicInactiveTopicPoliciesWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicInactiveTopicPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicInactiveTopicPoliciesResponse, error)

GetNonPersistentTopicInactiveTopicPoliciesWithResponse request returning *GetNonPersistentTopicInactiveTopicPoliciesResponse

func (*ClientWithResponses) GetNonPersistentTopicInternalStatsWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicInternalStatsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicInternalStatsParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicInternalStatsResponse, error)

GetNonPersistentTopicInternalStatsWithResponse request returning *GetNonPersistentTopicInternalStatsResponse

func (*ClientWithResponses) GetNonPersistentTopicLastMessageIdWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicLastMessageIdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicLastMessageIdParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicLastMessageIdResponse, error)

GetNonPersistentTopicLastMessageIdWithResponse request returning *GetNonPersistentTopicLastMessageIdResponse

func (*ClientWithResponses) GetNonPersistentTopicListWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicListWithResponse(ctx context.Context, tenant string, namespace string, params *GetNonPersistentTopicListParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicListResponse, error)

GetNonPersistentTopicListWithResponse request returning *GetNonPersistentTopicListResponse

func (*ClientWithResponses) GetNonPersistentTopicManagedLedgerInfoWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicManagedLedgerInfoWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicManagedLedgerInfoParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicManagedLedgerInfoResponse, error)

GetNonPersistentTopicManagedLedgerInfoWithResponse request returning *GetNonPersistentTopicManagedLedgerInfoResponse

func (*ClientWithResponses) GetNonPersistentTopicMaxConsumersPerSubscriptionWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicMaxConsumersPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMaxConsumersPerSubscriptionResponse, error)

GetNonPersistentTopicMaxConsumersPerSubscriptionWithResponse request returning *GetNonPersistentTopicMaxConsumersPerSubscriptionResponse

func (*ClientWithResponses) GetNonPersistentTopicMaxConsumersWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicMaxConsumersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMaxConsumersResponse, error)

GetNonPersistentTopicMaxConsumersWithResponse request returning *GetNonPersistentTopicMaxConsumersResponse

func (*ClientWithResponses) GetNonPersistentTopicMaxMessageSizeWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicMaxMessageSizeWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMaxMessageSizeResponse, error)

GetNonPersistentTopicMaxMessageSizeWithResponse request returning *GetNonPersistentTopicMaxMessageSizeResponse

func (*ClientWithResponses) GetNonPersistentTopicMaxProducersWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicMaxProducersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMaxProducersResponse, error)

GetNonPersistentTopicMaxProducersWithResponse request returning *GetNonPersistentTopicMaxProducersResponse

func (*ClientWithResponses) GetNonPersistentTopicMaxSubscriptionsPerTopicWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicMaxSubscriptionsPerTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMaxSubscriptionsPerTopicResponse, error)

GetNonPersistentTopicMaxSubscriptionsPerTopicWithResponse request returning *GetNonPersistentTopicMaxSubscriptionsPerTopicResponse

func (*ClientWithResponses) GetNonPersistentTopicMaxUnackedMessagesOnConsumerWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicMaxUnackedMessagesOnConsumerWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

GetNonPersistentTopicMaxUnackedMessagesOnConsumerWithResponse request returning *GetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse

func (*ClientWithResponses) GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse request returning *GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse

func (*ClientWithResponses) GetNonPersistentTopicMessageByIdWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicMessageByIdWithResponse(ctx context.Context, tenant string, namespace string, topic string, ledgerId int64, entryId int64, params *GetNonPersistentTopicMessageByIdParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMessageByIdResponse, error)

GetNonPersistentTopicMessageByIdWithResponse request returning *GetNonPersistentTopicMessageByIdResponse

func (*ClientWithResponses) GetNonPersistentTopicMessageIdByTimestampWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicMessageIdByTimestampWithResponse(ctx context.Context, tenant string, namespace string, topic string, timestamp int64, params *GetNonPersistentTopicMessageIdByTimestampParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMessageIdByTimestampResponse, error)

GetNonPersistentTopicMessageIdByTimestampWithResponse request returning *GetNonPersistentTopicMessageIdByTimestampResponse

func (*ClientWithResponses) GetNonPersistentTopicMessageTTLWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMessageTTLResponse, error)

GetNonPersistentTopicMessageTTLWithResponse request returning *GetNonPersistentTopicMessageTTLResponse

func (*ClientWithResponses) GetNonPersistentTopicOffloadPoliciesWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicOffloadPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicOffloadPoliciesResponse, error)

GetNonPersistentTopicOffloadPoliciesWithResponse request returning *GetNonPersistentTopicOffloadPoliciesResponse

func (*ClientWithResponses) GetNonPersistentTopicPartitionedMetadataWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicPartitionedMetadataWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPartitionedMetadataParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicPartitionedMetadataResponse, error)

GetNonPersistentTopicPartitionedMetadataWithResponse request returning *GetNonPersistentTopicPartitionedMetadataResponse

func (*ClientWithResponses) GetNonPersistentTopicPartitionedStatsWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicPartitionedStatsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPartitionedStatsParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicPartitionedStatsResponse, error)

GetNonPersistentTopicPartitionedStatsWithResponse request returning *GetNonPersistentTopicPartitionedStatsResponse

func (*ClientWithResponses) GetNonPersistentTopicPermissionsOnTopicWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicPermissionsOnTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicPermissionsOnTopicResponse, error)

GetNonPersistentTopicPermissionsOnTopicWithResponse request returning *GetNonPersistentTopicPermissionsOnTopicResponse

func (*ClientWithResponses) GetNonPersistentTopicPersistenceWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicPersistenceWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicPersistenceResponse, error)

GetNonPersistentTopicPersistenceWithResponse request returning *GetNonPersistentTopicPersistenceResponse

func (*ClientWithResponses) GetNonPersistentTopicPropertiesWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicPropertiesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicPropertiesResponse, error)

GetNonPersistentTopicPropertiesWithResponse request returning *GetNonPersistentTopicPropertiesResponse

func (*ClientWithResponses) GetNonPersistentTopicPublishRateWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicPublishRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicPublishRateResponse, error)

GetNonPersistentTopicPublishRateWithResponse request returning *GetNonPersistentTopicPublishRateResponse

func (*ClientWithResponses) GetNonPersistentTopicReplicatedSubscriptionStatusWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicReplicatedSubscriptionStatusWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetNonPersistentTopicReplicatedSubscriptionStatusParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicReplicatedSubscriptionStatusResponse, error)

GetNonPersistentTopicReplicatedSubscriptionStatusWithResponse request returning *GetNonPersistentTopicReplicatedSubscriptionStatusResponse

func (*ClientWithResponses) GetNonPersistentTopicReplicationClustersWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicReplicationClustersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicReplicationClustersResponse, error)

GetNonPersistentTopicReplicationClustersWithResponse request returning *GetNonPersistentTopicReplicationClustersResponse

func (*ClientWithResponses) GetNonPersistentTopicReplicatorDispatchRateWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicReplicatorDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicReplicatorDispatchRateResponse, error)

GetNonPersistentTopicReplicatorDispatchRateWithResponse request returning *GetNonPersistentTopicReplicatorDispatchRateResponse

func (*ClientWithResponses) GetNonPersistentTopicRetentionWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicRetentionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicRetentionResponse, error)

GetNonPersistentTopicRetentionWithResponse request returning *GetNonPersistentTopicRetentionResponse

func (*ClientWithResponses) GetNonPersistentTopicSchemaCompatibilityStrategyWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicSchemaCompatibilityStrategyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSchemaCompatibilityStrategyParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSchemaCompatibilityStrategyResponse, error)

GetNonPersistentTopicSchemaCompatibilityStrategyWithResponse request returning *GetNonPersistentTopicSchemaCompatibilityStrategyResponse

func (*ClientWithResponses) GetNonPersistentTopicSchemaValidationEnforcedWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicSchemaValidationEnforcedWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSchemaValidationEnforcedParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSchemaValidationEnforcedResponse, error)

GetNonPersistentTopicSchemaValidationEnforcedWithResponse request returning *GetNonPersistentTopicSchemaValidationEnforcedResponse

func (*ClientWithResponses) GetNonPersistentTopicShadowTopicsWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicShadowTopicsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicShadowTopicsResponse, error)

GetNonPersistentTopicShadowTopicsWithResponse request returning *GetNonPersistentTopicShadowTopicsResponse

func (*ClientWithResponses) GetNonPersistentTopicStatsWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicStatsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicStatsParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicStatsResponse, error)

GetNonPersistentTopicStatsWithResponse request returning *GetNonPersistentTopicStatsResponse

func (*ClientWithResponses) GetNonPersistentTopicSubscribeRateWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicSubscribeRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscribeRateParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSubscribeRateResponse, error)

GetNonPersistentTopicSubscribeRateWithResponse request returning *GetNonPersistentTopicSubscribeRateResponse

func (*ClientWithResponses) GetNonPersistentTopicSubscriptionDispatchRateWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicSubscriptionDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSubscriptionDispatchRateResponse, error)

GetNonPersistentTopicSubscriptionDispatchRateWithResponse request returning *GetNonPersistentTopicSubscriptionDispatchRateResponse

func (*ClientWithResponses) GetNonPersistentTopicSubscriptionLevelDispatchRateWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicSubscriptionLevelDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetNonPersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSubscriptionLevelDispatchRateResponse, error)

GetNonPersistentTopicSubscriptionLevelDispatchRateWithResponse request returning *GetNonPersistentTopicSubscriptionLevelDispatchRateResponse

func (*ClientWithResponses) GetNonPersistentTopicSubscriptionPropertiesWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicSubscriptionPropertiesWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetNonPersistentTopicSubscriptionPropertiesParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSubscriptionPropertiesResponse, error)

GetNonPersistentTopicSubscriptionPropertiesWithResponse request returning *GetNonPersistentTopicSubscriptionPropertiesResponse

func (*ClientWithResponses) GetNonPersistentTopicSubscriptionTypesEnabledWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicSubscriptionTypesEnabledWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSubscriptionTypesEnabledResponse, error)

GetNonPersistentTopicSubscriptionTypesEnabledWithResponse request returning *GetNonPersistentTopicSubscriptionTypesEnabledResponse

func (*ClientWithResponses) GetNonPersistentTopicSubscriptionsWithResponse

func (c *ClientWithResponses) GetNonPersistentTopicSubscriptionsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscriptionsParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSubscriptionsResponse, error)

GetNonPersistentTopicSubscriptionsWithResponse request returning *GetNonPersistentTopicSubscriptionsResponse

func (*ClientWithResponses) GetOwnedNamespacesWithResponse

func (c *ClientWithResponses) GetOwnedNamespacesWithResponse(ctx context.Context, clusterName string, brokerWebserviceurl string, reqEditors ...RequestEditorFn) (*GetOwnedNamespacesResponse, error)

GetOwnedNamespacesWithResponse request returning *GetOwnedNamespacesResponse

func (*ClientWithResponses) GetPeerClusterWithResponse

func (c *ClientWithResponses) GetPeerClusterWithResponse(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*GetPeerClusterResponse, error)

GetPeerClusterWithResponse request returning *GetPeerClusterResponse

func (*ClientWithResponses) GetPendingBookieOpsStatsWithResponse

func (c *ClientWithResponses) GetPendingBookieOpsStatsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPendingBookieOpsStatsResponse, error)

GetPendingBookieOpsStatsWithResponse request returning *GetPendingBookieOpsStatsResponse

func (*ClientWithResponses) GetPermissionOnSubscriptionWithResponse

func (c *ClientWithResponses) GetPermissionOnSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetPermissionOnSubscriptionResponse, error)

GetPermissionOnSubscriptionWithResponse request returning *GetPermissionOnSubscriptionResponse

func (*ClientWithResponses) GetPermissionsWithResponse

func (c *ClientWithResponses) GetPermissionsWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetPermissionsResponse, error)

GetPermissionsWithResponse request returning *GetPermissionsResponse

func (*ClientWithResponses) GetPersistentPartitionedTopicListWithResponse

func (c *ClientWithResponses) GetPersistentPartitionedTopicListWithResponse(ctx context.Context, tenant string, namespace string, params *GetPersistentPartitionedTopicListParams, reqEditors ...RequestEditorFn) (*GetPersistentPartitionedTopicListResponse, error)

GetPersistentPartitionedTopicListWithResponse request returning *GetPersistentPartitionedTopicListResponse

func (*ClientWithResponses) GetPersistentTopicBacklogQuotaMapWithResponse

func (c *ClientWithResponses) GetPersistentTopicBacklogQuotaMapWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicBacklogQuotaMapParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicBacklogQuotaMapResponse, error)

GetPersistentTopicBacklogQuotaMapWithResponse request returning *GetPersistentTopicBacklogQuotaMapResponse

func (*ClientWithResponses) GetPersistentTopicBacklogSizeByMessageIdWithResponse

func (c *ClientWithResponses) GetPersistentTopicBacklogSizeByMessageIdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicBacklogSizeByMessageIdParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicBacklogSizeByMessageIdResponse, error)

GetPersistentTopicBacklogSizeByMessageIdWithResponse request returning *GetPersistentTopicBacklogSizeByMessageIdResponse

func (*ClientWithResponses) GetPersistentTopicBacklogWithResponse

func (c *ClientWithResponses) GetPersistentTopicBacklogWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicBacklogParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicBacklogResponse, error)

GetPersistentTopicBacklogWithResponse request returning *GetPersistentTopicBacklogResponse

func (*ClientWithResponses) GetPersistentTopicCompactionStatusWithResponse

func (c *ClientWithResponses) GetPersistentTopicCompactionStatusWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicCompactionStatusParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicCompactionStatusResponse, error)

GetPersistentTopicCompactionStatusWithResponse request returning *GetPersistentTopicCompactionStatusResponse

func (*ClientWithResponses) GetPersistentTopicCompactionThresholdWithResponse

func (c *ClientWithResponses) GetPersistentTopicCompactionThresholdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicCompactionThresholdResponse, error)

GetPersistentTopicCompactionThresholdWithResponse request returning *GetPersistentTopicCompactionThresholdResponse

func (*ClientWithResponses) GetPersistentTopicDeduplicationSnapshotIntervalWithResponse

func (c *ClientWithResponses) GetPersistentTopicDeduplicationSnapshotIntervalWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicDeduplicationSnapshotIntervalResponse, error)

GetPersistentTopicDeduplicationSnapshotIntervalWithResponse request returning *GetPersistentTopicDeduplicationSnapshotIntervalResponse

func (*ClientWithResponses) GetPersistentTopicDeduplicationWithResponse

func (c *ClientWithResponses) GetPersistentTopicDeduplicationWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicDeduplicationResponse, error)

GetPersistentTopicDeduplicationWithResponse request returning *GetPersistentTopicDeduplicationResponse

func (*ClientWithResponses) GetPersistentTopicDelayedDeliveryPoliciesWithResponse

func (c *ClientWithResponses) GetPersistentTopicDelayedDeliveryPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicDelayedDeliveryPoliciesResponse, error)

GetPersistentTopicDelayedDeliveryPoliciesWithResponse request returning *GetPersistentTopicDelayedDeliveryPoliciesResponse

func (*ClientWithResponses) GetPersistentTopicDispatchRateWithResponse

func (c *ClientWithResponses) GetPersistentTopicDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicDispatchRateResponse, error)

GetPersistentTopicDispatchRateWithResponse request returning *GetPersistentTopicDispatchRateResponse

func (*ClientWithResponses) GetPersistentTopicEntryFiltersWithResponse

func (c *ClientWithResponses) GetPersistentTopicEntryFiltersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicEntryFiltersResponse, error)

GetPersistentTopicEntryFiltersWithResponse request returning *GetPersistentTopicEntryFiltersResponse

func (*ClientWithResponses) GetPersistentTopicInactiveTopicPoliciesWithResponse

func (c *ClientWithResponses) GetPersistentTopicInactiveTopicPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicInactiveTopicPoliciesResponse, error)

GetPersistentTopicInactiveTopicPoliciesWithResponse request returning *GetPersistentTopicInactiveTopicPoliciesResponse

func (*ClientWithResponses) GetPersistentTopicInternalStatsWithResponse

func (c *ClientWithResponses) GetPersistentTopicInternalStatsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicInternalStatsParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicInternalStatsResponse, error)

GetPersistentTopicInternalStatsWithResponse request returning *GetPersistentTopicInternalStatsResponse

func (*ClientWithResponses) GetPersistentTopicLastMessageIdWithResponse

func (c *ClientWithResponses) GetPersistentTopicLastMessageIdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicLastMessageIdParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicLastMessageIdResponse, error)

GetPersistentTopicLastMessageIdWithResponse request returning *GetPersistentTopicLastMessageIdResponse

func (*ClientWithResponses) GetPersistentTopicListWithResponse

func (c *ClientWithResponses) GetPersistentTopicListWithResponse(ctx context.Context, tenant string, namespace string, params *GetPersistentTopicListParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicListResponse, error)

GetPersistentTopicListWithResponse request returning *GetPersistentTopicListResponse

func (*ClientWithResponses) GetPersistentTopicManagedLedgerInfoWithResponse

func (c *ClientWithResponses) GetPersistentTopicManagedLedgerInfoWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicManagedLedgerInfoParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicManagedLedgerInfoResponse, error)

GetPersistentTopicManagedLedgerInfoWithResponse request returning *GetPersistentTopicManagedLedgerInfoResponse

func (*ClientWithResponses) GetPersistentTopicMaxConsumersPerSubscriptionWithResponse

func (c *ClientWithResponses) GetPersistentTopicMaxConsumersPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMaxConsumersPerSubscriptionResponse, error)

GetPersistentTopicMaxConsumersPerSubscriptionWithResponse request returning *GetPersistentTopicMaxConsumersPerSubscriptionResponse

func (*ClientWithResponses) GetPersistentTopicMaxConsumersWithResponse

func (c *ClientWithResponses) GetPersistentTopicMaxConsumersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMaxConsumersResponse, error)

GetPersistentTopicMaxConsumersWithResponse request returning *GetPersistentTopicMaxConsumersResponse

func (*ClientWithResponses) GetPersistentTopicMaxMessageSizeWithResponse

func (c *ClientWithResponses) GetPersistentTopicMaxMessageSizeWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMaxMessageSizeResponse, error)

GetPersistentTopicMaxMessageSizeWithResponse request returning *GetPersistentTopicMaxMessageSizeResponse

func (*ClientWithResponses) GetPersistentTopicMaxProducersWithResponse

func (c *ClientWithResponses) GetPersistentTopicMaxProducersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMaxProducersResponse, error)

GetPersistentTopicMaxProducersWithResponse request returning *GetPersistentTopicMaxProducersResponse

func (*ClientWithResponses) GetPersistentTopicMaxSubscriptionsPerTopicWithResponse

func (c *ClientWithResponses) GetPersistentTopicMaxSubscriptionsPerTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMaxSubscriptionsPerTopicResponse, error)

GetPersistentTopicMaxSubscriptionsPerTopicWithResponse request returning *GetPersistentTopicMaxSubscriptionsPerTopicResponse

func (*ClientWithResponses) GetPersistentTopicMaxUnackedMessagesOnConsumerWithResponse

func (c *ClientWithResponses) GetPersistentTopicMaxUnackedMessagesOnConsumerWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

GetPersistentTopicMaxUnackedMessagesOnConsumerWithResponse request returning *GetPersistentTopicMaxUnackedMessagesOnConsumerResponse

func (*ClientWithResponses) GetPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse

func (c *ClientWithResponses) GetPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

GetPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse request returning *GetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse

func (*ClientWithResponses) GetPersistentTopicMessageByIdWithResponse

func (c *ClientWithResponses) GetPersistentTopicMessageByIdWithResponse(ctx context.Context, tenant string, namespace string, topic string, ledgerId int64, entryId int64, params *GetPersistentTopicMessageByIdParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMessageByIdResponse, error)

GetPersistentTopicMessageByIdWithResponse request returning *GetPersistentTopicMessageByIdResponse

func (*ClientWithResponses) GetPersistentTopicMessageIdByTimestampWithResponse

func (c *ClientWithResponses) GetPersistentTopicMessageIdByTimestampWithResponse(ctx context.Context, tenant string, namespace string, topic string, timestamp int64, params *GetPersistentTopicMessageIdByTimestampParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMessageIdByTimestampResponse, error)

GetPersistentTopicMessageIdByTimestampWithResponse request returning *GetPersistentTopicMessageIdByTimestampResponse

func (*ClientWithResponses) GetPersistentTopicMessageTTLWithResponse

func (c *ClientWithResponses) GetPersistentTopicMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMessageTTLResponse, error)

GetPersistentTopicMessageTTLWithResponse request returning *GetPersistentTopicMessageTTLResponse

func (*ClientWithResponses) GetPersistentTopicOffloadPoliciesWithResponse

func (c *ClientWithResponses) GetPersistentTopicOffloadPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicOffloadPoliciesResponse, error)

GetPersistentTopicOffloadPoliciesWithResponse request returning *GetPersistentTopicOffloadPoliciesResponse

func (*ClientWithResponses) GetPersistentTopicPartitionedMetadataWithResponse

func (c *ClientWithResponses) GetPersistentTopicPartitionedMetadataWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPartitionedMetadataParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicPartitionedMetadataResponse, error)

GetPersistentTopicPartitionedMetadataWithResponse request returning *GetPersistentTopicPartitionedMetadataResponse

func (*ClientWithResponses) GetPersistentTopicPartitionedStatsWithResponse

func (c *ClientWithResponses) GetPersistentTopicPartitionedStatsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPartitionedStatsParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicPartitionedStatsResponse, error)

GetPersistentTopicPartitionedStatsWithResponse request returning *GetPersistentTopicPartitionedStatsResponse

func (*ClientWithResponses) GetPersistentTopicPermissionsOnTopicWithResponse

func (c *ClientWithResponses) GetPersistentTopicPermissionsOnTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*GetPersistentTopicPermissionsOnTopicResponse, error)

GetPersistentTopicPermissionsOnTopicWithResponse request returning *GetPersistentTopicPermissionsOnTopicResponse

func (*ClientWithResponses) GetPersistentTopicPersistenceWithResponse

func (c *ClientWithResponses) GetPersistentTopicPersistenceWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicPersistenceResponse, error)

GetPersistentTopicPersistenceWithResponse request returning *GetPersistentTopicPersistenceResponse

func (*ClientWithResponses) GetPersistentTopicPropertiesWithResponse

func (c *ClientWithResponses) GetPersistentTopicPropertiesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicPropertiesResponse, error)

GetPersistentTopicPropertiesWithResponse request returning *GetPersistentTopicPropertiesResponse

func (*ClientWithResponses) GetPersistentTopicPublishRateWithResponse

func (c *ClientWithResponses) GetPersistentTopicPublishRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicPublishRateResponse, error)

GetPersistentTopicPublishRateWithResponse request returning *GetPersistentTopicPublishRateResponse

func (*ClientWithResponses) GetPersistentTopicReplicatedSubscriptionStatusWithResponse

func (c *ClientWithResponses) GetPersistentTopicReplicatedSubscriptionStatusWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetPersistentTopicReplicatedSubscriptionStatusParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicReplicatedSubscriptionStatusResponse, error)

GetPersistentTopicReplicatedSubscriptionStatusWithResponse request returning *GetPersistentTopicReplicatedSubscriptionStatusResponse

func (*ClientWithResponses) GetPersistentTopicReplicationClustersWithResponse

func (c *ClientWithResponses) GetPersistentTopicReplicationClustersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicReplicationClustersResponse, error)

GetPersistentTopicReplicationClustersWithResponse request returning *GetPersistentTopicReplicationClustersResponse

func (*ClientWithResponses) GetPersistentTopicReplicatorDispatchRateWithResponse

func (c *ClientWithResponses) GetPersistentTopicReplicatorDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicReplicatorDispatchRateResponse, error)

GetPersistentTopicReplicatorDispatchRateWithResponse request returning *GetPersistentTopicReplicatorDispatchRateResponse

func (*ClientWithResponses) GetPersistentTopicRetentionWithResponse

func (c *ClientWithResponses) GetPersistentTopicRetentionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicRetentionResponse, error)

GetPersistentTopicRetentionWithResponse request returning *GetPersistentTopicRetentionResponse

func (*ClientWithResponses) GetPersistentTopicSchemaCompatibilityStrategyWithResponse

func (c *ClientWithResponses) GetPersistentTopicSchemaCompatibilityStrategyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSchemaCompatibilityStrategyParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSchemaCompatibilityStrategyResponse, error)

GetPersistentTopicSchemaCompatibilityStrategyWithResponse request returning *GetPersistentTopicSchemaCompatibilityStrategyResponse

func (*ClientWithResponses) GetPersistentTopicSchemaValidationEnforcedWithResponse

func (c *ClientWithResponses) GetPersistentTopicSchemaValidationEnforcedWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSchemaValidationEnforcedParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSchemaValidationEnforcedResponse, error)

GetPersistentTopicSchemaValidationEnforcedWithResponse request returning *GetPersistentTopicSchemaValidationEnforcedResponse

func (*ClientWithResponses) GetPersistentTopicShadowTopicsWithResponse

func (c *ClientWithResponses) GetPersistentTopicShadowTopicsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicShadowTopicsResponse, error)

GetPersistentTopicShadowTopicsWithResponse request returning *GetPersistentTopicShadowTopicsResponse

func (*ClientWithResponses) GetPersistentTopicStatsWithResponse

func (c *ClientWithResponses) GetPersistentTopicStatsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicStatsParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicStatsResponse, error)

GetPersistentTopicStatsWithResponse request returning *GetPersistentTopicStatsResponse

func (*ClientWithResponses) GetPersistentTopicSubscribeRateWithResponse

func (c *ClientWithResponses) GetPersistentTopicSubscribeRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscribeRateParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSubscribeRateResponse, error)

GetPersistentTopicSubscribeRateWithResponse request returning *GetPersistentTopicSubscribeRateResponse

func (*ClientWithResponses) GetPersistentTopicSubscriptionDispatchRateWithResponse

func (c *ClientWithResponses) GetPersistentTopicSubscriptionDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSubscriptionDispatchRateResponse, error)

GetPersistentTopicSubscriptionDispatchRateWithResponse request returning *GetPersistentTopicSubscriptionDispatchRateResponse

func (*ClientWithResponses) GetPersistentTopicSubscriptionLevelDispatchRateWithResponse

func (c *ClientWithResponses) GetPersistentTopicSubscriptionLevelDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetPersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSubscriptionLevelDispatchRateResponse, error)

GetPersistentTopicSubscriptionLevelDispatchRateWithResponse request returning *GetPersistentTopicSubscriptionLevelDispatchRateResponse

func (*ClientWithResponses) GetPersistentTopicSubscriptionPropertiesWithResponse

func (c *ClientWithResponses) GetPersistentTopicSubscriptionPropertiesWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetPersistentTopicSubscriptionPropertiesParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSubscriptionPropertiesResponse, error)

GetPersistentTopicSubscriptionPropertiesWithResponse request returning *GetPersistentTopicSubscriptionPropertiesResponse

func (*ClientWithResponses) GetPersistentTopicSubscriptionTypesEnabledWithResponse

func (c *ClientWithResponses) GetPersistentTopicSubscriptionTypesEnabledWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSubscriptionTypesEnabledResponse, error)

GetPersistentTopicSubscriptionTypesEnabledWithResponse request returning *GetPersistentTopicSubscriptionTypesEnabledResponse

func (*ClientWithResponses) GetPersistentTopicSubscriptionsWithResponse

func (c *ClientWithResponses) GetPersistentTopicSubscriptionsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscriptionsParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSubscriptionsResponse, error)

GetPersistentTopicSubscriptionsWithResponse request returning *GetPersistentTopicSubscriptionsResponse

func (*ClientWithResponses) GetPoliciesWithResponse

func (c *ClientWithResponses) GetPoliciesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetPoliciesResponse, error)

GetPoliciesWithResponse request returning *GetPoliciesResponse

func (*ClientWithResponses) GetPropertyWithResponse

func (c *ClientWithResponses) GetPropertyWithResponse(ctx context.Context, tenant string, namespace string, key string, reqEditors ...RequestEditorFn) (*GetPropertyResponse, error)

GetPropertyWithResponse request returning *GetPropertyResponse

func (*ClientWithResponses) GetResourceGroupWithResponse

func (c *ClientWithResponses) GetResourceGroupWithResponse(ctx context.Context, resourcegroup string, reqEditors ...RequestEditorFn) (*GetResourceGroupResponse, error)

GetResourceGroupWithResponse request returning *GetResourceGroupResponse

func (*ClientWithResponses) GetResourceGroupsWithResponse

func (c *ClientWithResponses) GetResourceGroupsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetResourceGroupsResponse, error)

GetResourceGroupsWithResponse request returning *GetResourceGroupsResponse

func (*ClientWithResponses) GetRuntimeConfigurationWithResponse

func (c *ClientWithResponses) GetRuntimeConfigurationWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetRuntimeConfigurationResponse, error)

GetRuntimeConfigurationWithResponse request returning *GetRuntimeConfigurationResponse

func (*ClientWithResponses) GetSchemaAutoUpdateCompatibilityStrategyWithResponse

func (c *ClientWithResponses) GetSchemaAutoUpdateCompatibilityStrategyWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetSchemaAutoUpdateCompatibilityStrategyResponse, error)

GetSchemaAutoUpdateCompatibilityStrategyWithResponse request returning *GetSchemaAutoUpdateCompatibilityStrategyResponse

func (*ClientWithResponses) GetSchemaOfTopicGivenVersionWithResponse

func (c *ClientWithResponses) GetSchemaOfTopicGivenVersionWithResponse(ctx context.Context, tenant string, namespace string, topic string, version string, params *GetSchemaOfTopicGivenVersionParams, reqEditors ...RequestEditorFn) (*GetSchemaOfTopicGivenVersionResponse, error)

GetSchemaOfTopicGivenVersionWithResponse request returning *GetSchemaOfTopicGivenVersionResponse

func (*ClientWithResponses) GetSchemaOfTopicWithResponse

func (c *ClientWithResponses) GetSchemaOfTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetSchemaOfTopicParams, reqEditors ...RequestEditorFn) (*GetSchemaOfTopicResponse, error)

GetSchemaOfTopicWithResponse request returning *GetSchemaOfTopicResponse

func (*ClientWithResponses) GetSchemaValidtionEnforcedWithResponse

func (c *ClientWithResponses) GetSchemaValidtionEnforcedWithResponse(ctx context.Context, tenant string, namespace string, params *GetSchemaValidtionEnforcedParams, reqEditors ...RequestEditorFn) (*GetSchemaValidtionEnforcedResponse, error)

GetSchemaValidtionEnforcedWithResponse request returning *GetSchemaValidtionEnforcedResponse

func (*ClientWithResponses) GetSubscriptionAuthModeWithResponse

func (c *ClientWithResponses) GetSubscriptionAuthModeWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetSubscriptionAuthModeResponse, error)

GetSubscriptionAuthModeWithResponse request returning *GetSubscriptionAuthModeResponse

func (*ClientWithResponses) GetSubscriptionExpirationTimeWithResponse

func (c *ClientWithResponses) GetSubscriptionExpirationTimeWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetSubscriptionExpirationTimeResponse, error)

GetSubscriptionExpirationTimeWithResponse request returning *GetSubscriptionExpirationTimeResponse

func (*ClientWithResponses) GetTenantAdminWithResponse

func (c *ClientWithResponses) GetTenantAdminWithResponse(ctx context.Context, tenant string, reqEditors ...RequestEditorFn) (*GetTenantAdminResponse, error)

GetTenantAdminWithResponse request returning *GetTenantAdminResponse

func (*ClientWithResponses) GetTenantNamespacesWithResponse

func (c *ClientWithResponses) GetTenantNamespacesWithResponse(ctx context.Context, tenant string, reqEditors ...RequestEditorFn) (*GetTenantNamespacesResponse, error)

GetTenantNamespacesWithResponse request returning *GetTenantNamespacesResponse

func (*ClientWithResponses) GetTenantsWithResponse

func (c *ClientWithResponses) GetTenantsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTenantsResponse, error)

GetTenantsWithResponse request returning *GetTenantsResponse

func (*ClientWithResponses) GetTopicHashPositionsWithResponse

func (c *ClientWithResponses) GetTopicHashPositionsWithResponse(ctx context.Context, tenant string, namespace string, bundle string, params *GetTopicHashPositionsParams, reqEditors ...RequestEditorFn) (*GetTopicHashPositionsResponse, error)

GetTopicHashPositionsWithResponse request returning *GetTopicHashPositionsResponse

func (*ClientWithResponses) GetTopics2WithResponse

func (c *ClientWithResponses) GetTopics2WithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTopics2Response, error)

GetTopics2WithResponse request returning *GetTopics2Response

func (*ClientWithResponses) GetTopicsWithResponse

func (c *ClientWithResponses) GetTopicsWithResponse(ctx context.Context, tenant string, namespace string, params *GetTopicsParams, reqEditors ...RequestEditorFn) (*GetTopicsResponse, error)

GetTopicsWithResponse request returning *GetTopicsResponse

func (*ClientWithResponses) GetVersionBySchemaWithBodyWithResponse

func (c *ClientWithResponses) GetVersionBySchemaWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetVersionBySchemaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GetVersionBySchemaResponse, error)

GetVersionBySchemaWithBodyWithResponse request with arbitrary body returning *GetVersionBySchemaResponse

func (*ClientWithResponses) GetVersionBySchemaWithResponse

func (c *ClientWithResponses) GetVersionBySchemaWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetVersionBySchemaParams, body GetVersionBySchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*GetVersionBySchemaResponse, error)

func (*ClientWithResponses) GetWorkerClusterLeaderWithResponse

func (c *ClientWithResponses) GetWorkerClusterLeaderWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetWorkerClusterLeaderResponse, error)

GetWorkerClusterLeaderWithResponse request returning *GetWorkerClusterLeaderResponse

func (*ClientWithResponses) GetWorkerClusterWithResponse

func (c *ClientWithResponses) GetWorkerClusterWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetWorkerClusterResponse, error)

GetWorkerClusterWithResponse request returning *GetWorkerClusterResponse

func (*ClientWithResponses) GetWorkerStatsMetricsWithResponse

func (c *ClientWithResponses) GetWorkerStatsMetricsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetWorkerStatsMetricsResponse, error)

GetWorkerStatsMetricsWithResponse request returning *GetWorkerStatsMetricsResponse

func (*ClientWithResponses) GetWorkerStatsWithResponse

func (c *ClientWithResponses) GetWorkerStatsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetWorkerStatsResponse, error)

GetWorkerStatsWithResponse request returning *GetWorkerStatsResponse

func (*ClientWithResponses) GrantNonPersistentTopicPermissionsOnTopicWithBodyWithResponse

func (c *ClientWithResponses) GrantNonPersistentTopicPermissionsOnTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, role string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GrantNonPersistentTopicPermissionsOnTopicResponse, error)

GrantNonPersistentTopicPermissionsOnTopicWithBodyWithResponse request with arbitrary body returning *GrantNonPersistentTopicPermissionsOnTopicResponse

func (*ClientWithResponses) GrantPermissionOnNamespaceWithBodyWithResponse

func (c *ClientWithResponses) GrantPermissionOnNamespaceWithBodyWithResponse(ctx context.Context, tenant string, namespace string, role string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GrantPermissionOnNamespaceResponse, error)

GrantPermissionOnNamespaceWithBodyWithResponse request with arbitrary body returning *GrantPermissionOnNamespaceResponse

func (*ClientWithResponses) GrantPermissionOnNamespaceWithResponse

func (c *ClientWithResponses) GrantPermissionOnNamespaceWithResponse(ctx context.Context, tenant string, namespace string, role string, body GrantPermissionOnNamespaceJSONRequestBody, reqEditors ...RequestEditorFn) (*GrantPermissionOnNamespaceResponse, error)

func (*ClientWithResponses) GrantPersistentTopicPermissionsOnTopicWithBodyWithResponse

func (c *ClientWithResponses) GrantPersistentTopicPermissionsOnTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, role string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GrantPersistentTopicPermissionsOnTopicResponse, error)

GrantPersistentTopicPermissionsOnTopicWithBodyWithResponse request with arbitrary body returning *GrantPersistentTopicPermissionsOnTopicResponse

func (*ClientWithResponses) HealthCheckWithResponse

func (c *ClientWithResponses) HealthCheckWithResponse(ctx context.Context, params *HealthCheckParams, reqEditors ...RequestEditorFn) (*HealthCheckResponse, error)

HealthCheckWithResponse request returning *HealthCheckResponse

func (*ClientWithResponses) IsLeaderReadyWithResponse

func (c *ClientWithResponses) IsLeaderReadyWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*IsLeaderReadyResponse, error)

IsLeaderReadyWithResponse request returning *IsLeaderReadyResponse

func (*ClientWithResponses) IsReadyWithResponse

func (c *ClientWithResponses) IsReadyWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*IsReadyResponse, error)

IsReadyWithResponse request returning *IsReadyResponse

func (*ClientWithResponses) ModifyDeduplicationWithBodyWithResponse

func (c *ClientWithResponses) ModifyDeduplicationWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ModifyDeduplicationResponse, error)

ModifyDeduplicationWithBodyWithResponse request with arbitrary body returning *ModifyDeduplicationResponse

func (*ClientWithResponses) ModifyDeduplicationWithResponse

func (c *ClientWithResponses) ModifyDeduplicationWithResponse(ctx context.Context, tenant string, namespace string, body ModifyDeduplicationJSONRequestBody, reqEditors ...RequestEditorFn) (*ModifyDeduplicationResponse, error)

func (*ClientWithResponses) ModifyEncryptionRequiredWithBodyWithResponse

func (c *ClientWithResponses) ModifyEncryptionRequiredWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ModifyEncryptionRequiredResponse, error)

ModifyEncryptionRequiredWithBodyWithResponse request with arbitrary body returning *ModifyEncryptionRequiredResponse

func (*ClientWithResponses) ModifyEncryptionRequiredWithResponse

func (c *ClientWithResponses) ModifyEncryptionRequiredWithResponse(ctx context.Context, tenant string, namespace string, body ModifyEncryptionRequiredJSONRequestBody, reqEditors ...RequestEditorFn) (*ModifyEncryptionRequiredResponse, error)

func (*ClientWithResponses) OffloadNonPersistentTopicStatusWithResponse

func (c *ClientWithResponses) OffloadNonPersistentTopicStatusWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *OffloadNonPersistentTopicStatusParams, reqEditors ...RequestEditorFn) (*OffloadNonPersistentTopicStatusResponse, error)

OffloadNonPersistentTopicStatusWithResponse request returning *OffloadNonPersistentTopicStatusResponse

func (*ClientWithResponses) OffloadPersistentTopicStatusWithResponse

func (c *ClientWithResponses) OffloadPersistentTopicStatusWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *OffloadPersistentTopicStatusParams, reqEditors ...RequestEditorFn) (*OffloadPersistentTopicStatusResponse, error)

OffloadPersistentTopicStatusWithResponse request returning *OffloadPersistentTopicStatusResponse

func (*ClientWithResponses) PeekNonPersistentTopicNthMessageWithResponse

func (c *ClientWithResponses) PeekNonPersistentTopicNthMessageWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, messagePosition int32, params *PeekNonPersistentTopicNthMessageParams, reqEditors ...RequestEditorFn) (*PeekNonPersistentTopicNthMessageResponse, error)

PeekNonPersistentTopicNthMessageWithResponse request returning *PeekNonPersistentTopicNthMessageResponse

func (*ClientWithResponses) PeekPersistentTopicNthMessageWithResponse

func (c *ClientWithResponses) PeekPersistentTopicNthMessageWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, messagePosition int32, params *PeekPersistentTopicNthMessageParams, reqEditors ...RequestEditorFn) (*PeekPersistentTopicNthMessageResponse, error)

PeekPersistentTopicNthMessageWithResponse request returning *PeekPersistentTopicNthMessageResponse

func (*ClientWithResponses) PostSchemaWithBodyWithResponse

func (c *ClientWithResponses) PostSchemaWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *PostSchemaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSchemaResponse, error)

PostSchemaWithBodyWithResponse request with arbitrary body returning *PostSchemaResponse

func (*ClientWithResponses) PostSchemaWithResponse

func (c *ClientWithResponses) PostSchemaWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *PostSchemaParams, body PostSchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSchemaResponse, error)

func (*ClientWithResponses) RebalanceWithResponse

func (c *ClientWithResponses) RebalanceWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*RebalanceResponse, error)

RebalanceWithResponse request returning *RebalanceResponse

func (*ClientWithResponses) RemoveAutoSubscriptionCreationWithResponse

func (c *ClientWithResponses) RemoveAutoSubscriptionCreationWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveAutoSubscriptionCreationResponse, error)

RemoveAutoSubscriptionCreationWithResponse request returning *RemoveAutoSubscriptionCreationResponse

func (*ClientWithResponses) RemoveAutoTopicCreationWithResponse

func (c *ClientWithResponses) RemoveAutoTopicCreationWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveAutoTopicCreationResponse, error)

RemoveAutoTopicCreationWithResponse request returning *RemoveAutoTopicCreationResponse

func (*ClientWithResponses) RemoveDelayedDeliveryPoliciesWithResponse

func (c *ClientWithResponses) RemoveDelayedDeliveryPoliciesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveDelayedDeliveryPoliciesResponse, error)

RemoveDelayedDeliveryPoliciesWithResponse request returning *RemoveDelayedDeliveryPoliciesResponse

func (*ClientWithResponses) RemoveInactiveTopicPoliciesWithResponse

func (c *ClientWithResponses) RemoveInactiveTopicPoliciesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveInactiveTopicPoliciesResponse, error)

RemoveInactiveTopicPoliciesWithResponse request returning *RemoveInactiveTopicPoliciesResponse

func (*ClientWithResponses) RemoveNamesapceBacklogQuotaWithResponse

func (c *ClientWithResponses) RemoveNamesapceBacklogQuotaWithResponse(ctx context.Context, tenant string, namespace string, params *RemoveNamesapceBacklogQuotaParams, reqEditors ...RequestEditorFn) (*RemoveNamesapceBacklogQuotaResponse, error)

RemoveNamesapceBacklogQuotaWithResponse request returning *RemoveNamesapceBacklogQuotaResponse

func (*ClientWithResponses) RemoveNamespaceAntiAffinityGroupWithResponse

func (c *ClientWithResponses) RemoveNamespaceAntiAffinityGroupWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceAntiAffinityGroupResponse, error)

RemoveNamespaceAntiAffinityGroupWithResponse request returning *RemoveNamespaceAntiAffinityGroupResponse

func (*ClientWithResponses) RemoveNamespaceBundleResourceQuotaWithResponse

func (c *ClientWithResponses) RemoveNamespaceBundleResourceQuotaWithResponse(ctx context.Context, tenant string, namespace string, bundle string, reqEditors ...RequestEditorFn) (*RemoveNamespaceBundleResourceQuotaResponse, error)

RemoveNamespaceBundleResourceQuotaWithResponse request returning *RemoveNamespaceBundleResourceQuotaResponse

func (*ClientWithResponses) RemoveNamespaceDeduplicationWithResponse

func (c *ClientWithResponses) RemoveNamespaceDeduplicationWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceDeduplicationResponse, error)

RemoveNamespaceDeduplicationWithResponse request returning *RemoveNamespaceDeduplicationResponse

func (*ClientWithResponses) RemoveNamespaceEntryFiltersWithResponse

func (c *ClientWithResponses) RemoveNamespaceEntryFiltersWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceEntryFiltersResponse, error)

RemoveNamespaceEntryFiltersWithResponse request returning *RemoveNamespaceEntryFiltersResponse

func (*ClientWithResponses) RemoveNamespaceMaxConsumersPerSubscriptionWithResponse

func (c *ClientWithResponses) RemoveNamespaceMaxConsumersPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceMaxConsumersPerSubscriptionResponse, error)

RemoveNamespaceMaxConsumersPerSubscriptionWithResponse request returning *RemoveNamespaceMaxConsumersPerSubscriptionResponse

func (*ClientWithResponses) RemoveNamespaceMaxConsumersPerTopicWithResponse

func (c *ClientWithResponses) RemoveNamespaceMaxConsumersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceMaxConsumersPerTopicResponse, error)

RemoveNamespaceMaxConsumersPerTopicWithResponse request returning *RemoveNamespaceMaxConsumersPerTopicResponse

func (*ClientWithResponses) RemoveNamespaceMaxProducersPerTopicWithResponse

func (c *ClientWithResponses) RemoveNamespaceMaxProducersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceMaxProducersPerTopicResponse, error)

RemoveNamespaceMaxProducersPerTopicWithResponse request returning *RemoveNamespaceMaxProducersPerTopicResponse

func (*ClientWithResponses) RemoveNamespaceMaxSubscriptionsPerTopicWithResponse

func (c *ClientWithResponses) RemoveNamespaceMaxSubscriptionsPerTopicWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceMaxSubscriptionsPerTopicResponse, error)

RemoveNamespaceMaxSubscriptionsPerTopicWithResponse request returning *RemoveNamespaceMaxSubscriptionsPerTopicResponse

func (*ClientWithResponses) RemoveNamespaceMaxUnackedmessagesPerConsumerWithResponse

func (c *ClientWithResponses) RemoveNamespaceMaxUnackedmessagesPerConsumerWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceMaxUnackedmessagesPerConsumerResponse, error)

RemoveNamespaceMaxUnackedmessagesPerConsumerWithResponse request returning *RemoveNamespaceMaxUnackedmessagesPerConsumerResponse

func (*ClientWithResponses) RemoveNamespaceMaxUnackedmessagesPerSubscriptionWithResponse

func (c *ClientWithResponses) RemoveNamespaceMaxUnackedmessagesPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceMaxUnackedmessagesPerSubscriptionResponse, error)

RemoveNamespaceMaxUnackedmessagesPerSubscriptionWithResponse request returning *RemoveNamespaceMaxUnackedmessagesPerSubscriptionResponse

func (*ClientWithResponses) RemoveNamespaceMessageTTLWithResponse

func (c *ClientWithResponses) RemoveNamespaceMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceMessageTTLResponse, error)

RemoveNamespaceMessageTTLWithResponse request returning *RemoveNamespaceMessageTTLResponse

func (*ClientWithResponses) RemoveNamespaceOffloadPoliciesWithResponse

func (c *ClientWithResponses) RemoveNamespaceOffloadPoliciesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceOffloadPoliciesResponse, error)

RemoveNamespaceOffloadPoliciesWithResponse request returning *RemoveNamespaceOffloadPoliciesResponse

func (*ClientWithResponses) RemoveNamespaceReplicatorDispatchRateWithResponse

func (c *ClientWithResponses) RemoveNamespaceReplicatorDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceReplicatorDispatchRateResponse, error)

RemoveNamespaceReplicatorDispatchRateWithResponse request returning *RemoveNamespaceReplicatorDispatchRateResponse

func (*ClientWithResponses) RemoveNamespaceResourceGroupWithResponse

func (c *ClientWithResponses) RemoveNamespaceResourceGroupWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceResourceGroupResponse, error)

RemoveNamespaceResourceGroupWithResponse request returning *RemoveNamespaceResourceGroupResponse

func (*ClientWithResponses) RemoveNamespaceRetentionWithBodyWithResponse

func (c *ClientWithResponses) RemoveNamespaceRetentionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveNamespaceRetentionResponse, error)

RemoveNamespaceRetentionWithBodyWithResponse request with arbitrary body returning *RemoveNamespaceRetentionResponse

func (*ClientWithResponses) RemoveNamespaceRetentionWithResponse

func (c *ClientWithResponses) RemoveNamespaceRetentionWithResponse(ctx context.Context, tenant string, namespace string, body RemoveNamespaceRetentionJSONRequestBody, reqEditors ...RequestEditorFn) (*RemoveNamespaceRetentionResponse, error)

func (*ClientWithResponses) RemoveNamespaceSubscriptionTypesEnabledWithResponse

func (c *ClientWithResponses) RemoveNamespaceSubscriptionTypesEnabledWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceSubscriptionTypesEnabledResponse, error)

RemoveNamespaceSubscriptionTypesEnabledWithResponse request returning *RemoveNamespaceSubscriptionTypesEnabledResponse

func (*ClientWithResponses) RemoveNonPersistentTopicBacklogQuotaWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicBacklogQuotaWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicBacklogQuotaResponse, error)

RemoveNonPersistentTopicBacklogQuotaWithResponse request returning *RemoveNonPersistentTopicBacklogQuotaResponse

func (*ClientWithResponses) RemoveNonPersistentTopicCompactionThresholdWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicCompactionThresholdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicCompactionThresholdResponse, error)

RemoveNonPersistentTopicCompactionThresholdWithResponse request returning *RemoveNonPersistentTopicCompactionThresholdResponse

func (*ClientWithResponses) RemoveNonPersistentTopicDeduplicationWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicDeduplicationWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicDeduplicationResponse, error)

RemoveNonPersistentTopicDeduplicationWithResponse request returning *RemoveNonPersistentTopicDeduplicationResponse

func (*ClientWithResponses) RemoveNonPersistentTopicDispatchRateWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicDispatchRateResponse, error)

RemoveNonPersistentTopicDispatchRateWithResponse request returning *RemoveNonPersistentTopicDispatchRateResponse

func (*ClientWithResponses) RemoveNonPersistentTopicEntryFiltersWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicEntryFiltersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicEntryFiltersResponse, error)

RemoveNonPersistentTopicEntryFiltersWithResponse request returning *RemoveNonPersistentTopicEntryFiltersResponse

func (*ClientWithResponses) RemoveNonPersistentTopicMaxConsumersPerSubscriptionWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicMaxConsumersPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicMaxConsumersPerSubscriptionResponse, error)

RemoveNonPersistentTopicMaxConsumersPerSubscriptionWithResponse request returning *RemoveNonPersistentTopicMaxConsumersPerSubscriptionResponse

func (*ClientWithResponses) RemoveNonPersistentTopicMaxConsumersWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicMaxConsumersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicMaxConsumersResponse, error)

RemoveNonPersistentTopicMaxConsumersWithResponse request returning *RemoveNonPersistentTopicMaxConsumersResponse

func (*ClientWithResponses) RemoveNonPersistentTopicMaxMessageSizeWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicMaxMessageSizeWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicMaxMessageSizeResponse, error)

RemoveNonPersistentTopicMaxMessageSizeWithResponse request returning *RemoveNonPersistentTopicMaxMessageSizeResponse

func (*ClientWithResponses) RemoveNonPersistentTopicMaxProducersWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicMaxProducersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicMaxProducersResponse, error)

RemoveNonPersistentTopicMaxProducersWithResponse request returning *RemoveNonPersistentTopicMaxProducersResponse

func (*ClientWithResponses) RemoveNonPersistentTopicMaxSubscriptionsPerTopicWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicMaxSubscriptionsPerTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicMaxSubscriptionsPerTopicResponse, error)

RemoveNonPersistentTopicMaxSubscriptionsPerTopicWithResponse request returning *RemoveNonPersistentTopicMaxSubscriptionsPerTopicResponse

func (*ClientWithResponses) RemoveNonPersistentTopicMessageTTLWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicMessageTTLResponse, error)

RemoveNonPersistentTopicMessageTTLWithResponse request returning *RemoveNonPersistentTopicMessageTTLResponse

func (*ClientWithResponses) RemoveNonPersistentTopicOffloadPoliciesWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicOffloadPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicOffloadPoliciesResponse, error)

RemoveNonPersistentTopicOffloadPoliciesWithResponse request returning *RemoveNonPersistentTopicOffloadPoliciesResponse

func (*ClientWithResponses) RemoveNonPersistentTopicPersistenceWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicPersistenceWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicPersistenceResponse, error)

RemoveNonPersistentTopicPersistenceWithResponse request returning *RemoveNonPersistentTopicPersistenceResponse

func (*ClientWithResponses) RemoveNonPersistentTopicPropertiesWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicPropertiesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicPropertiesResponse, error)

RemoveNonPersistentTopicPropertiesWithResponse request returning *RemoveNonPersistentTopicPropertiesResponse

func (*ClientWithResponses) RemoveNonPersistentTopicPublishRateWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicPublishRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicPublishRateResponse, error)

RemoveNonPersistentTopicPublishRateWithResponse request returning *RemoveNonPersistentTopicPublishRateResponse

func (*ClientWithResponses) RemoveNonPersistentTopicReplicationClustersWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicReplicationClustersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicReplicationClustersResponse, error)

RemoveNonPersistentTopicReplicationClustersWithResponse request returning *RemoveNonPersistentTopicReplicationClustersResponse

func (*ClientWithResponses) RemoveNonPersistentTopicReplicatorDispatchRateWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicReplicatorDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicReplicatorDispatchRateResponse, error)

RemoveNonPersistentTopicReplicatorDispatchRateWithResponse request returning *RemoveNonPersistentTopicReplicatorDispatchRateResponse

func (*ClientWithResponses) RemoveNonPersistentTopicRetentionWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicRetentionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicRetentionResponse, error)

RemoveNonPersistentTopicRetentionWithResponse request returning *RemoveNonPersistentTopicRetentionResponse

func (*ClientWithResponses) RemoveNonPersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicSchemaCompatibilityStrategyResponse, error)

RemoveNonPersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse request with arbitrary body returning *RemoveNonPersistentTopicSchemaCompatibilityStrategyResponse

func (*ClientWithResponses) RemoveNonPersistentTopicSubscribeRateWithBodyWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicSubscribeRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicSubscribeRateResponse, error)

RemoveNonPersistentTopicSubscribeRateWithBodyWithResponse request with arbitrary body returning *RemoveNonPersistentTopicSubscribeRateResponse

func (*ClientWithResponses) RemoveNonPersistentTopicSubscriptionDispatchRateWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicSubscriptionDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicSubscriptionDispatchRateResponse, error)

RemoveNonPersistentTopicSubscriptionDispatchRateWithResponse request returning *RemoveNonPersistentTopicSubscriptionDispatchRateResponse

func (*ClientWithResponses) RemoveNonPersistentTopicSubscriptionLevelDispatchRateWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicSubscriptionLevelDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *RemoveNonPersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicSubscriptionLevelDispatchRateResponse, error)

RemoveNonPersistentTopicSubscriptionLevelDispatchRateWithResponse request returning *RemoveNonPersistentTopicSubscriptionLevelDispatchRateResponse

func (*ClientWithResponses) RemoveNonPersistentTopicSubscriptionTypesEnabledWithResponse

func (c *ClientWithResponses) RemoveNonPersistentTopicSubscriptionTypesEnabledWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicSubscriptionTypesEnabledResponse, error)

RemoveNonPersistentTopicSubscriptionTypesEnabledWithResponse request returning *RemoveNonPersistentTopicSubscriptionTypesEnabledResponse

func (*ClientWithResponses) RemovePersistentTopicBacklogQuotaWithResponse

func (c *ClientWithResponses) RemovePersistentTopicBacklogQuotaWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicBacklogQuotaResponse, error)

RemovePersistentTopicBacklogQuotaWithResponse request returning *RemovePersistentTopicBacklogQuotaResponse

func (*ClientWithResponses) RemovePersistentTopicCompactionThresholdWithResponse

func (c *ClientWithResponses) RemovePersistentTopicCompactionThresholdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicCompactionThresholdResponse, error)

RemovePersistentTopicCompactionThresholdWithResponse request returning *RemovePersistentTopicCompactionThresholdResponse

func (*ClientWithResponses) RemovePersistentTopicDeduplicationWithResponse

func (c *ClientWithResponses) RemovePersistentTopicDeduplicationWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicDeduplicationResponse, error)

RemovePersistentTopicDeduplicationWithResponse request returning *RemovePersistentTopicDeduplicationResponse

func (*ClientWithResponses) RemovePersistentTopicDispatchRateWithResponse

func (c *ClientWithResponses) RemovePersistentTopicDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicDispatchRateResponse, error)

RemovePersistentTopicDispatchRateWithResponse request returning *RemovePersistentTopicDispatchRateResponse

func (*ClientWithResponses) RemovePersistentTopicEntryFiltersWithResponse

func (c *ClientWithResponses) RemovePersistentTopicEntryFiltersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicEntryFiltersResponse, error)

RemovePersistentTopicEntryFiltersWithResponse request returning *RemovePersistentTopicEntryFiltersResponse

func (*ClientWithResponses) RemovePersistentTopicMaxConsumersPerSubscriptionWithResponse

func (c *ClientWithResponses) RemovePersistentTopicMaxConsumersPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicMaxConsumersPerSubscriptionResponse, error)

RemovePersistentTopicMaxConsumersPerSubscriptionWithResponse request returning *RemovePersistentTopicMaxConsumersPerSubscriptionResponse

func (*ClientWithResponses) RemovePersistentTopicMaxConsumersWithResponse

func (c *ClientWithResponses) RemovePersistentTopicMaxConsumersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicMaxConsumersResponse, error)

RemovePersistentTopicMaxConsumersWithResponse request returning *RemovePersistentTopicMaxConsumersResponse

func (*ClientWithResponses) RemovePersistentTopicMaxMessageSizeWithResponse

func (c *ClientWithResponses) RemovePersistentTopicMaxMessageSizeWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicMaxMessageSizeResponse, error)

RemovePersistentTopicMaxMessageSizeWithResponse request returning *RemovePersistentTopicMaxMessageSizeResponse

func (*ClientWithResponses) RemovePersistentTopicMaxProducersWithResponse

func (c *ClientWithResponses) RemovePersistentTopicMaxProducersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicMaxProducersResponse, error)

RemovePersistentTopicMaxProducersWithResponse request returning *RemovePersistentTopicMaxProducersResponse

func (*ClientWithResponses) RemovePersistentTopicMaxSubscriptionsPerTopicWithResponse

func (c *ClientWithResponses) RemovePersistentTopicMaxSubscriptionsPerTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicMaxSubscriptionsPerTopicResponse, error)

RemovePersistentTopicMaxSubscriptionsPerTopicWithResponse request returning *RemovePersistentTopicMaxSubscriptionsPerTopicResponse

func (*ClientWithResponses) RemovePersistentTopicMessageTTLWithResponse

func (c *ClientWithResponses) RemovePersistentTopicMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicMessageTTLResponse, error)

RemovePersistentTopicMessageTTLWithResponse request returning *RemovePersistentTopicMessageTTLResponse

func (*ClientWithResponses) RemovePersistentTopicOffloadPoliciesWithResponse

func (c *ClientWithResponses) RemovePersistentTopicOffloadPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicOffloadPoliciesResponse, error)

RemovePersistentTopicOffloadPoliciesWithResponse request returning *RemovePersistentTopicOffloadPoliciesResponse

func (*ClientWithResponses) RemovePersistentTopicPersistenceWithResponse

func (c *ClientWithResponses) RemovePersistentTopicPersistenceWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicPersistenceResponse, error)

RemovePersistentTopicPersistenceWithResponse request returning *RemovePersistentTopicPersistenceResponse

func (*ClientWithResponses) RemovePersistentTopicPropertiesWithResponse

func (c *ClientWithResponses) RemovePersistentTopicPropertiesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicPropertiesResponse, error)

RemovePersistentTopicPropertiesWithResponse request returning *RemovePersistentTopicPropertiesResponse

func (*ClientWithResponses) RemovePersistentTopicPublishRateWithResponse

func (c *ClientWithResponses) RemovePersistentTopicPublishRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicPublishRateResponse, error)

RemovePersistentTopicPublishRateWithResponse request returning *RemovePersistentTopicPublishRateResponse

func (*ClientWithResponses) RemovePersistentTopicReplicationClustersWithResponse

func (c *ClientWithResponses) RemovePersistentTopicReplicationClustersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicReplicationClustersResponse, error)

RemovePersistentTopicReplicationClustersWithResponse request returning *RemovePersistentTopicReplicationClustersResponse

func (*ClientWithResponses) RemovePersistentTopicReplicatorDispatchRateWithResponse

func (c *ClientWithResponses) RemovePersistentTopicReplicatorDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicReplicatorDispatchRateResponse, error)

RemovePersistentTopicReplicatorDispatchRateWithResponse request returning *RemovePersistentTopicReplicatorDispatchRateResponse

func (*ClientWithResponses) RemovePersistentTopicRetentionWithResponse

func (c *ClientWithResponses) RemovePersistentTopicRetentionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicRetentionResponse, error)

RemovePersistentTopicRetentionWithResponse request returning *RemovePersistentTopicRetentionResponse

func (*ClientWithResponses) RemovePersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse

func (c *ClientWithResponses) RemovePersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemovePersistentTopicSchemaCompatibilityStrategyResponse, error)

RemovePersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse request with arbitrary body returning *RemovePersistentTopicSchemaCompatibilityStrategyResponse

func (*ClientWithResponses) RemovePersistentTopicSubscribeRateWithBodyWithResponse

func (c *ClientWithResponses) RemovePersistentTopicSubscribeRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemovePersistentTopicSubscribeRateResponse, error)

RemovePersistentTopicSubscribeRateWithBodyWithResponse request with arbitrary body returning *RemovePersistentTopicSubscribeRateResponse

func (*ClientWithResponses) RemovePersistentTopicSubscriptionDispatchRateWithResponse

func (c *ClientWithResponses) RemovePersistentTopicSubscriptionDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicSubscriptionDispatchRateResponse, error)

RemovePersistentTopicSubscriptionDispatchRateWithResponse request returning *RemovePersistentTopicSubscriptionDispatchRateResponse

func (*ClientWithResponses) RemovePersistentTopicSubscriptionLevelDispatchRateWithResponse

func (c *ClientWithResponses) RemovePersistentTopicSubscriptionLevelDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *RemovePersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicSubscriptionLevelDispatchRateResponse, error)

RemovePersistentTopicSubscriptionLevelDispatchRateWithResponse request returning *RemovePersistentTopicSubscriptionLevelDispatchRateResponse

func (*ClientWithResponses) RemovePersistentTopicSubscriptionTypesEnabledWithResponse

func (c *ClientWithResponses) RemovePersistentTopicSubscriptionTypesEnabledWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicSubscriptionTypesEnabledResponse, error)

RemovePersistentTopicSubscriptionTypesEnabledWithResponse request returning *RemovePersistentTopicSubscriptionTypesEnabledResponse

func (*ClientWithResponses) RemovePropertyWithResponse

func (c *ClientWithResponses) RemovePropertyWithResponse(ctx context.Context, tenant string, namespace string, key string, reqEditors ...RequestEditorFn) (*RemovePropertyResponse, error)

RemovePropertyWithResponse request returning *RemovePropertyResponse

func (*ClientWithResponses) RemoveSubscriptionExpirationTimeWithResponse

func (c *ClientWithResponses) RemoveSubscriptionExpirationTimeWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveSubscriptionExpirationTimeResponse, error)

RemoveSubscriptionExpirationTimeWithResponse request returning *RemoveSubscriptionExpirationTimeResponse

func (*ClientWithResponses) ResetNonPersistentTopicCursorOnPositionWithBodyWithResponse

func (c *ClientWithResponses) ResetNonPersistentTopicCursorOnPositionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ResetNonPersistentTopicCursorOnPositionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ResetNonPersistentTopicCursorOnPositionResponse, error)

ResetNonPersistentTopicCursorOnPositionWithBodyWithResponse request with arbitrary body returning *ResetNonPersistentTopicCursorOnPositionResponse

func (*ClientWithResponses) ResetNonPersistentTopicCursorWithResponse

func (c *ClientWithResponses) ResetNonPersistentTopicCursorWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, timestamp int64, params *ResetNonPersistentTopicCursorParams, reqEditors ...RequestEditorFn) (*ResetNonPersistentTopicCursorResponse, error)

ResetNonPersistentTopicCursorWithResponse request returning *ResetNonPersistentTopicCursorResponse

func (*ClientWithResponses) ResetPersistentTopicCursorOnPositionWithBodyWithResponse

func (c *ClientWithResponses) ResetPersistentTopicCursorOnPositionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ResetPersistentTopicCursorOnPositionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ResetPersistentTopicCursorOnPositionResponse, error)

ResetPersistentTopicCursorOnPositionWithBodyWithResponse request with arbitrary body returning *ResetPersistentTopicCursorOnPositionResponse

func (*ClientWithResponses) ResetPersistentTopicCursorWithResponse

func (c *ClientWithResponses) ResetPersistentTopicCursorWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, timestamp int64, params *ResetPersistentTopicCursorParams, reqEditors ...RequestEditorFn) (*ResetPersistentTopicCursorResponse, error)

ResetPersistentTopicCursorWithResponse request returning *ResetPersistentTopicCursorResponse

func (*ClientWithResponses) RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicWithResponse

func (c *ClientWithResponses) RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, role string, reqEditors ...RequestEditorFn) (*RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicResponse, error)

RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicWithResponse request returning *RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicResponse

func (*ClientWithResponses) RevokePermissionsOnNamespaceWithResponse

func (c *ClientWithResponses) RevokePermissionsOnNamespaceWithResponse(ctx context.Context, tenant string, namespace string, role string, reqEditors ...RequestEditorFn) (*RevokePermissionsOnNamespaceResponse, error)

RevokePermissionsOnNamespaceWithResponse request returning *RevokePermissionsOnNamespaceResponse

func (*ClientWithResponses) RevokePersistentTopicNonPersistentTopicPermissionsOnTopicWithResponse

func (c *ClientWithResponses) RevokePersistentTopicNonPersistentTopicPermissionsOnTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, role string, reqEditors ...RequestEditorFn) (*RevokePersistentTopicNonPersistentTopicPermissionsOnTopicResponse, error)

RevokePersistentTopicNonPersistentTopicPermissionsOnTopicWithResponse request returning *RevokePersistentTopicNonPersistentTopicPermissionsOnTopicResponse

func (*ClientWithResponses) ScanOffloadedLedgersWithResponse

func (c *ClientWithResponses) ScanOffloadedLedgersWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*ScanOffloadedLedgersResponse, error)

ScanOffloadedLedgersWithResponse request returning *ScanOffloadedLedgersResponse

func (*ClientWithResponses) SetAutoSubscriptionCreationWithBodyWithResponse

func (c *ClientWithResponses) SetAutoSubscriptionCreationWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetAutoSubscriptionCreationResponse, error)

SetAutoSubscriptionCreationWithBodyWithResponse request with arbitrary body returning *SetAutoSubscriptionCreationResponse

func (*ClientWithResponses) SetAutoSubscriptionCreationWithResponse

func (c *ClientWithResponses) SetAutoSubscriptionCreationWithResponse(ctx context.Context, tenant string, namespace string, body SetAutoSubscriptionCreationJSONRequestBody, reqEditors ...RequestEditorFn) (*SetAutoSubscriptionCreationResponse, error)

func (*ClientWithResponses) SetAutoTopicCreationWithBodyWithResponse

func (c *ClientWithResponses) SetAutoTopicCreationWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetAutoTopicCreationResponse, error)

SetAutoTopicCreationWithBodyWithResponse request with arbitrary body returning *SetAutoTopicCreationResponse

func (*ClientWithResponses) SetAutoTopicCreationWithResponse

func (c *ClientWithResponses) SetAutoTopicCreationWithResponse(ctx context.Context, tenant string, namespace string, body SetAutoTopicCreationJSONRequestBody, reqEditors ...RequestEditorFn) (*SetAutoTopicCreationResponse, error)

func (*ClientWithResponses) SetBookieAffinityGroupWithBodyWithResponse

func (c *ClientWithResponses) SetBookieAffinityGroupWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetBookieAffinityGroupResponse, error)

SetBookieAffinityGroupWithBodyWithResponse request with arbitrary body returning *SetBookieAffinityGroupResponse

func (*ClientWithResponses) SetBookieAffinityGroupWithResponse

func (c *ClientWithResponses) SetBookieAffinityGroupWithResponse(ctx context.Context, tenant string, namespace string, body SetBookieAffinityGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*SetBookieAffinityGroupResponse, error)

func (*ClientWithResponses) SetDefaultResourceQuotaWithBodyWithResponse

func (c *ClientWithResponses) SetDefaultResourceQuotaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetDefaultResourceQuotaResponse, error)

SetDefaultResourceQuotaWithBodyWithResponse request with arbitrary body returning *SetDefaultResourceQuotaResponse

func (*ClientWithResponses) SetDefaultResourceQuotaWithResponse

func (c *ClientWithResponses) SetDefaultResourceQuotaWithResponse(ctx context.Context, body SetDefaultResourceQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*SetDefaultResourceQuotaResponse, error)

func (*ClientWithResponses) SetEntryFiltersPerTopicWithBodyWithResponse

func (c *ClientWithResponses) SetEntryFiltersPerTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetEntryFiltersPerTopicResponse, error)

SetEntryFiltersPerTopicWithBodyWithResponse request with arbitrary body returning *SetEntryFiltersPerTopicResponse

func (*ClientWithResponses) SetEntryFiltersPerTopicWithResponse

func (c *ClientWithResponses) SetEntryFiltersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, body SetEntryFiltersPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*SetEntryFiltersPerTopicResponse, error)

func (*ClientWithResponses) SetFailureDomainWithBodyWithResponse

func (c *ClientWithResponses) SetFailureDomainWithBodyWithResponse(ctx context.Context, cluster string, domainName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetFailureDomainResponse, error)

SetFailureDomainWithBodyWithResponse request with arbitrary body returning *SetFailureDomainResponse

func (*ClientWithResponses) SetIsAllowAutoUpdateSchemaWithBodyWithResponse

func (c *ClientWithResponses) SetIsAllowAutoUpdateSchemaWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetIsAllowAutoUpdateSchemaResponse, error)

SetIsAllowAutoUpdateSchemaWithBodyWithResponse request with arbitrary body returning *SetIsAllowAutoUpdateSchemaResponse

func (*ClientWithResponses) SetIsAllowAutoUpdateSchemaWithResponse

func (c *ClientWithResponses) SetIsAllowAutoUpdateSchemaWithResponse(ctx context.Context, tenant string, namespace string, body SetIsAllowAutoUpdateSchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*SetIsAllowAutoUpdateSchemaResponse, error)

func (*ClientWithResponses) SetNamespaceAntiAffinityGroupWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceAntiAffinityGroupWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceAntiAffinityGroupResponse, error)

SetNamespaceAntiAffinityGroupWithBodyWithResponse request with arbitrary body returning *SetNamespaceAntiAffinityGroupResponse

func (*ClientWithResponses) SetNamespaceAntiAffinityGroupWithResponse

func (c *ClientWithResponses) SetNamespaceAntiAffinityGroupWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceAntiAffinityGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceAntiAffinityGroupResponse, error)

func (*ClientWithResponses) SetNamespaceBacklogQuotaWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceBacklogQuotaWithBodyWithResponse(ctx context.Context, tenant string, namespace string, params *SetNamespaceBacklogQuotaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceBacklogQuotaResponse, error)

SetNamespaceBacklogQuotaWithBodyWithResponse request with arbitrary body returning *SetNamespaceBacklogQuotaResponse

func (*ClientWithResponses) SetNamespaceBacklogQuotaWithResponse

func (c *ClientWithResponses) SetNamespaceBacklogQuotaWithResponse(ctx context.Context, tenant string, namespace string, params *SetNamespaceBacklogQuotaParams, body SetNamespaceBacklogQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceBacklogQuotaResponse, error)

func (*ClientWithResponses) SetNamespaceBundleResourceQuotaWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceBundleResourceQuotaWithBodyWithResponse(ctx context.Context, tenant string, namespace string, bundle string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceBundleResourceQuotaResponse, error)

SetNamespaceBundleResourceQuotaWithBodyWithResponse request with arbitrary body returning *SetNamespaceBundleResourceQuotaResponse

func (*ClientWithResponses) SetNamespaceBundleResourceQuotaWithResponse

func (c *ClientWithResponses) SetNamespaceBundleResourceQuotaWithResponse(ctx context.Context, tenant string, namespace string, bundle string, body SetNamespaceBundleResourceQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceBundleResourceQuotaResponse, error)

func (*ClientWithResponses) SetNamespaceCompactionThresholdWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceCompactionThresholdWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceCompactionThresholdResponse, error)

SetNamespaceCompactionThresholdWithBodyWithResponse request with arbitrary body returning *SetNamespaceCompactionThresholdResponse

func (*ClientWithResponses) SetNamespaceCompactionThresholdWithResponse

func (c *ClientWithResponses) SetNamespaceCompactionThresholdWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceCompactionThresholdJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceCompactionThresholdResponse, error)

func (*ClientWithResponses) SetNamespaceDeduplicationSnapshotIntervalWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceDeduplicationSnapshotIntervalWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceDeduplicationSnapshotIntervalResponse, error)

SetNamespaceDeduplicationSnapshotIntervalWithBodyWithResponse request with arbitrary body returning *SetNamespaceDeduplicationSnapshotIntervalResponse

func (*ClientWithResponses) SetNamespaceDeduplicationSnapshotIntervalWithResponse

func (c *ClientWithResponses) SetNamespaceDeduplicationSnapshotIntervalWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceDeduplicationSnapshotIntervalJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceDeduplicationSnapshotIntervalResponse, error)

func (*ClientWithResponses) SetNamespaceDelayedDeliveryPoliciesWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceDelayedDeliveryPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceDelayedDeliveryPoliciesResponse, error)

SetNamespaceDelayedDeliveryPoliciesWithBodyWithResponse request with arbitrary body returning *SetNamespaceDelayedDeliveryPoliciesResponse

func (*ClientWithResponses) SetNamespaceDelayedDeliveryPoliciesWithResponse

func (c *ClientWithResponses) SetNamespaceDelayedDeliveryPoliciesWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceDelayedDeliveryPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceDelayedDeliveryPoliciesResponse, error)

func (*ClientWithResponses) SetNamespaceDispatchRateWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceDispatchRateResponse, error)

SetNamespaceDispatchRateWithBodyWithResponse request with arbitrary body returning *SetNamespaceDispatchRateResponse

func (*ClientWithResponses) SetNamespaceDispatchRateWithResponse

func (c *ClientWithResponses) SetNamespaceDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceDispatchRateJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceDispatchRateResponse, error)

func (*ClientWithResponses) SetNamespaceInactiveTopicPoliciesWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceInactiveTopicPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceInactiveTopicPoliciesResponse, error)

SetNamespaceInactiveTopicPoliciesWithBodyWithResponse request with arbitrary body returning *SetNamespaceInactiveTopicPoliciesResponse

func (*ClientWithResponses) SetNamespaceInactiveTopicPoliciesWithResponse

func (c *ClientWithResponses) SetNamespaceInactiveTopicPoliciesWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceInactiveTopicPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceInactiveTopicPoliciesResponse, error)

func (*ClientWithResponses) SetNamespaceIsolationPolicyWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceIsolationPolicyWithBodyWithResponse(ctx context.Context, cluster string, policyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceIsolationPolicyResponse, error)

SetNamespaceIsolationPolicyWithBodyWithResponse request with arbitrary body returning *SetNamespaceIsolationPolicyResponse

func (*ClientWithResponses) SetNamespaceMaxConsumersPerSubscriptionWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceMaxConsumersPerSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMaxConsumersPerSubscriptionResponse, error)

SetNamespaceMaxConsumersPerSubscriptionWithBodyWithResponse request with arbitrary body returning *SetNamespaceMaxConsumersPerSubscriptionResponse

func (*ClientWithResponses) SetNamespaceMaxConsumersPerSubscriptionWithResponse

func (c *ClientWithResponses) SetNamespaceMaxConsumersPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxConsumersPerSubscriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceMaxConsumersPerSubscriptionResponse, error)

func (*ClientWithResponses) SetNamespaceMaxConsumersPerTopicWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceMaxConsumersPerTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMaxConsumersPerTopicResponse, error)

SetNamespaceMaxConsumersPerTopicWithBodyWithResponse request with arbitrary body returning *SetNamespaceMaxConsumersPerTopicResponse

func (*ClientWithResponses) SetNamespaceMaxConsumersPerTopicWithResponse

func (c *ClientWithResponses) SetNamespaceMaxConsumersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxConsumersPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceMaxConsumersPerTopicResponse, error)

func (*ClientWithResponses) SetNamespaceMaxProducersPerTopicWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceMaxProducersPerTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMaxProducersPerTopicResponse, error)

SetNamespaceMaxProducersPerTopicWithBodyWithResponse request with arbitrary body returning *SetNamespaceMaxProducersPerTopicResponse

func (*ClientWithResponses) SetNamespaceMaxProducersPerTopicWithResponse

func (c *ClientWithResponses) SetNamespaceMaxProducersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxProducersPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceMaxProducersPerTopicResponse, error)

func (*ClientWithResponses) SetNamespaceMaxSubscriptionsPerTopicWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceMaxSubscriptionsPerTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMaxSubscriptionsPerTopicResponse, error)

SetNamespaceMaxSubscriptionsPerTopicWithBodyWithResponse request with arbitrary body returning *SetNamespaceMaxSubscriptionsPerTopicResponse

func (*ClientWithResponses) SetNamespaceMaxSubscriptionsPerTopicWithResponse

func (c *ClientWithResponses) SetNamespaceMaxSubscriptionsPerTopicWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxSubscriptionsPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceMaxSubscriptionsPerTopicResponse, error)

func (*ClientWithResponses) SetNamespaceMaxTopicsPerNamespaceWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceMaxTopicsPerNamespaceWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMaxTopicsPerNamespaceResponse, error)

SetNamespaceMaxTopicsPerNamespaceWithBodyWithResponse request with arbitrary body returning *SetNamespaceMaxTopicsPerNamespaceResponse

func (*ClientWithResponses) SetNamespaceMaxTopicsPerNamespaceWithResponse

func (c *ClientWithResponses) SetNamespaceMaxTopicsPerNamespaceWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxTopicsPerNamespaceJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceMaxTopicsPerNamespaceResponse, error)

func (*ClientWithResponses) SetNamespaceMaxUnackedMessagesPerConsumerWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceMaxUnackedMessagesPerConsumerWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMaxUnackedMessagesPerConsumerResponse, error)

SetNamespaceMaxUnackedMessagesPerConsumerWithBodyWithResponse request with arbitrary body returning *SetNamespaceMaxUnackedMessagesPerConsumerResponse

func (*ClientWithResponses) SetNamespaceMaxUnackedMessagesPerConsumerWithResponse

func (c *ClientWithResponses) SetNamespaceMaxUnackedMessagesPerConsumerWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxUnackedMessagesPerConsumerJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceMaxUnackedMessagesPerConsumerResponse, error)

func (*ClientWithResponses) SetNamespaceMaxUnackedMessagesPerSubscriptionWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceMaxUnackedMessagesPerSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMaxUnackedMessagesPerSubscriptionResponse, error)

SetNamespaceMaxUnackedMessagesPerSubscriptionWithBodyWithResponse request with arbitrary body returning *SetNamespaceMaxUnackedMessagesPerSubscriptionResponse

func (*ClientWithResponses) SetNamespaceMessageTTLWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceMessageTTLWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMessageTTLResponse, error)

SetNamespaceMessageTTLWithBodyWithResponse request with arbitrary body returning *SetNamespaceMessageTTLResponse

func (*ClientWithResponses) SetNamespaceMessageTTLWithResponse

func (c *ClientWithResponses) SetNamespaceMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceMessageTTLJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceMessageTTLResponse, error)

func (*ClientWithResponses) SetNamespaceOffloadDeletionLagWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceOffloadDeletionLagWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceOffloadDeletionLagResponse, error)

SetNamespaceOffloadDeletionLagWithBodyWithResponse request with arbitrary body returning *SetNamespaceOffloadDeletionLagResponse

func (*ClientWithResponses) SetNamespaceOffloadDeletionLagWithResponse

func (c *ClientWithResponses) SetNamespaceOffloadDeletionLagWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceOffloadDeletionLagJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceOffloadDeletionLagResponse, error)

func (*ClientWithResponses) SetNamespaceOffloadPoliciesWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceOffloadPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceOffloadPoliciesResponse, error)

SetNamespaceOffloadPoliciesWithBodyWithResponse request with arbitrary body returning *SetNamespaceOffloadPoliciesResponse

func (*ClientWithResponses) SetNamespaceOffloadPoliciesWithResponse

func (c *ClientWithResponses) SetNamespaceOffloadPoliciesWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceOffloadPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceOffloadPoliciesResponse, error)

func (*ClientWithResponses) SetNamespaceOffloadThresholdWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceOffloadThresholdWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceOffloadThresholdResponse, error)

SetNamespaceOffloadThresholdWithBodyWithResponse request with arbitrary body returning *SetNamespaceOffloadThresholdResponse

func (*ClientWithResponses) SetNamespaceOffloadThresholdWithResponse

func (c *ClientWithResponses) SetNamespaceOffloadThresholdWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceOffloadThresholdJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceOffloadThresholdResponse, error)

func (*ClientWithResponses) SetNamespacePersistenceWithBodyWithResponse

func (c *ClientWithResponses) SetNamespacePersistenceWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespacePersistenceResponse, error)

SetNamespacePersistenceWithBodyWithResponse request with arbitrary body returning *SetNamespacePersistenceResponse

func (*ClientWithResponses) SetNamespacePersistenceWithResponse

func (c *ClientWithResponses) SetNamespacePersistenceWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespacePersistenceJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespacePersistenceResponse, error)

func (*ClientWithResponses) SetNamespaceReplicationClustersWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceReplicationClustersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceReplicationClustersResponse, error)

SetNamespaceReplicationClustersWithBodyWithResponse request with arbitrary body returning *SetNamespaceReplicationClustersResponse

func (*ClientWithResponses) SetNamespaceReplicationClustersWithResponse

func (c *ClientWithResponses) SetNamespaceReplicationClustersWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceReplicationClustersJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceReplicationClustersResponse, error)

func (*ClientWithResponses) SetNamespaceReplicatorDispatchRateWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceReplicatorDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceReplicatorDispatchRateResponse, error)

SetNamespaceReplicatorDispatchRateWithBodyWithResponse request with arbitrary body returning *SetNamespaceReplicatorDispatchRateResponse

func (*ClientWithResponses) SetNamespaceReplicatorDispatchRateWithResponse

func (c *ClientWithResponses) SetNamespaceReplicatorDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceReplicatorDispatchRateJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceReplicatorDispatchRateResponse, error)

func (*ClientWithResponses) SetNamespaceResourceGroupWithResponse

func (c *ClientWithResponses) SetNamespaceResourceGroupWithResponse(ctx context.Context, tenant string, namespace string, resourcegroup string, reqEditors ...RequestEditorFn) (*SetNamespaceResourceGroupResponse, error)

SetNamespaceResourceGroupWithResponse request returning *SetNamespaceResourceGroupResponse

func (*ClientWithResponses) SetNamespaceRetentionWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceRetentionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceRetentionResponse, error)

SetNamespaceRetentionWithBodyWithResponse request with arbitrary body returning *SetNamespaceRetentionResponse

func (*ClientWithResponses) SetNamespaceRetentionWithResponse

func (c *ClientWithResponses) SetNamespaceRetentionWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceRetentionJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceRetentionResponse, error)

func (*ClientWithResponses) SetNamespaceSchemaCompatibilityStrategyWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceSchemaCompatibilityStrategyWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceSchemaCompatibilityStrategyResponse, error)

SetNamespaceSchemaCompatibilityStrategyWithBodyWithResponse request with arbitrary body returning *SetNamespaceSchemaCompatibilityStrategyResponse

func (*ClientWithResponses) SetNamespaceSchemaCompatibilityStrategyWithResponse

func (c *ClientWithResponses) SetNamespaceSchemaCompatibilityStrategyWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceSchemaCompatibilityStrategyJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceSchemaCompatibilityStrategyResponse, error)

func (*ClientWithResponses) SetNamespaceSchemaValidationEnforcedWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceSchemaValidationEnforcedWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceSchemaValidationEnforcedResponse, error)

SetNamespaceSchemaValidationEnforcedWithBodyWithResponse request with arbitrary body returning *SetNamespaceSchemaValidationEnforcedResponse

func (*ClientWithResponses) SetNamespaceSchemaValidationEnforcedWithResponse

func (c *ClientWithResponses) SetNamespaceSchemaValidationEnforcedWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceSchemaValidationEnforcedJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceSchemaValidationEnforcedResponse, error)

func (*ClientWithResponses) SetNamespaceSubscribeRateWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceSubscribeRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceSubscribeRateResponse, error)

SetNamespaceSubscribeRateWithBodyWithResponse request with arbitrary body returning *SetNamespaceSubscribeRateResponse

func (*ClientWithResponses) SetNamespaceSubscribeRateWithResponse

func (c *ClientWithResponses) SetNamespaceSubscribeRateWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscribeRateJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceSubscribeRateResponse, error)

func (*ClientWithResponses) SetNamespaceSubscriptionAuthModeWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceSubscriptionAuthModeWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionAuthModeResponse, error)

SetNamespaceSubscriptionAuthModeWithBodyWithResponse request with arbitrary body returning *SetNamespaceSubscriptionAuthModeResponse

func (*ClientWithResponses) SetNamespaceSubscriptionAuthModeWithResponse

func (c *ClientWithResponses) SetNamespaceSubscriptionAuthModeWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionAuthModeJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionAuthModeResponse, error)

func (*ClientWithResponses) SetNamespaceSubscriptionDispatchRateWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceSubscriptionDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionDispatchRateResponse, error)

SetNamespaceSubscriptionDispatchRateWithBodyWithResponse request with arbitrary body returning *SetNamespaceSubscriptionDispatchRateResponse

func (*ClientWithResponses) SetNamespaceSubscriptionDispatchRateWithResponse

func (c *ClientWithResponses) SetNamespaceSubscriptionDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionDispatchRateJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionDispatchRateResponse, error)

func (*ClientWithResponses) SetNamespaceSubscriptionExpirationTimeWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceSubscriptionExpirationTimeWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionExpirationTimeResponse, error)

SetNamespaceSubscriptionExpirationTimeWithBodyWithResponse request with arbitrary body returning *SetNamespaceSubscriptionExpirationTimeResponse

func (*ClientWithResponses) SetNamespaceSubscriptionExpirationTimeWithResponse

func (c *ClientWithResponses) SetNamespaceSubscriptionExpirationTimeWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionExpirationTimeJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionExpirationTimeResponse, error)

func (*ClientWithResponses) SetNamespaceSubscriptionTypesEnabledWithBodyWithResponse

func (c *ClientWithResponses) SetNamespaceSubscriptionTypesEnabledWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionTypesEnabledResponse, error)

SetNamespaceSubscriptionTypesEnabledWithBodyWithResponse request with arbitrary body returning *SetNamespaceSubscriptionTypesEnabledResponse

func (*ClientWithResponses) SetNamespaceSubscriptionTypesEnabledWithResponse

func (c *ClientWithResponses) SetNamespaceSubscriptionTypesEnabledWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionTypesEnabledJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionTypesEnabledResponse, error)

func (*ClientWithResponses) SetNonPersistentTopicBacklogQuotaWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicBacklogQuotaWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicBacklogQuotaResponse, error)

SetNonPersistentTopicBacklogQuotaWithResponse request returning *SetNonPersistentTopicBacklogQuotaResponse

func (*ClientWithResponses) SetNonPersistentTopicCompactionThresholdWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicCompactionThresholdWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicCompactionThresholdParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicCompactionThresholdResponse, error)

SetNonPersistentTopicCompactionThresholdWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicCompactionThresholdResponse

func (*ClientWithResponses) SetNonPersistentTopicDeduplicationSnapshotIntervalWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicDeduplicationSnapshotIntervalWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDeduplicationSnapshotIntervalParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicDeduplicationSnapshotIntervalResponse, error)

SetNonPersistentTopicDeduplicationSnapshotIntervalWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicDeduplicationSnapshotIntervalResponse

func (*ClientWithResponses) SetNonPersistentTopicDeduplicationWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicDeduplicationWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDeduplicationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicDeduplicationResponse, error)

SetNonPersistentTopicDeduplicationWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicDeduplicationResponse

func (*ClientWithResponses) SetNonPersistentTopicDelayedDeliveryPoliciesWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicDelayedDeliveryPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDelayedDeliveryPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicDelayedDeliveryPoliciesResponse, error)

SetNonPersistentTopicDelayedDeliveryPoliciesWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicDelayedDeliveryPoliciesResponse

func (*ClientWithResponses) SetNonPersistentTopicDispatchRateWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicDispatchRateResponse, error)

SetNonPersistentTopicDispatchRateWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicDispatchRateResponse

func (*ClientWithResponses) SetNonPersistentTopicEntryFiltersWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicEntryFiltersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicEntryFiltersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicEntryFiltersResponse, error)

SetNonPersistentTopicEntryFiltersWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicEntryFiltersResponse

func (*ClientWithResponses) SetNonPersistentTopicInactiveTopicPoliciesWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicInactiveTopicPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicInactiveTopicPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicInactiveTopicPoliciesResponse, error)

SetNonPersistentTopicInactiveTopicPoliciesWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicInactiveTopicPoliciesResponse

func (*ClientWithResponses) SetNonPersistentTopicMaxConsumersPerSubscriptionWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicMaxConsumersPerSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxConsumersPerSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMaxConsumersPerSubscriptionResponse, error)

SetNonPersistentTopicMaxConsumersPerSubscriptionWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicMaxConsumersPerSubscriptionResponse

func (*ClientWithResponses) SetNonPersistentTopicMaxConsumersWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicMaxConsumersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxConsumersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMaxConsumersResponse, error)

SetNonPersistentTopicMaxConsumersWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicMaxConsumersResponse

func (*ClientWithResponses) SetNonPersistentTopicMaxMessageSizeWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicMaxMessageSizeWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxMessageSizeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMaxMessageSizeResponse, error)

SetNonPersistentTopicMaxMessageSizeWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicMaxMessageSizeResponse

func (*ClientWithResponses) SetNonPersistentTopicMaxProducersWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicMaxProducersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxProducersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMaxProducersResponse, error)

SetNonPersistentTopicMaxProducersWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicMaxProducersResponse

func (*ClientWithResponses) SetNonPersistentTopicMaxSubscriptionsPerTopicWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicMaxSubscriptionsPerTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxSubscriptionsPerTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMaxSubscriptionsPerTopicResponse, error)

SetNonPersistentTopicMaxSubscriptionsPerTopicWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicMaxSubscriptionsPerTopicResponse

func (*ClientWithResponses) SetNonPersistentTopicMaxUnackedMessagesOnConsumerWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicMaxUnackedMessagesOnConsumerWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxUnackedMessagesOnConsumerParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

SetNonPersistentTopicMaxUnackedMessagesOnConsumerWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse

func (*ClientWithResponses) SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse

func (*ClientWithResponses) SetNonPersistentTopicMessageTTLWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMessageTTLResponse, error)

SetNonPersistentTopicMessageTTLWithResponse request returning *SetNonPersistentTopicMessageTTLResponse

func (*ClientWithResponses) SetNonPersistentTopicOffloadPoliciesWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicOffloadPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicOffloadPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicOffloadPoliciesResponse, error)

SetNonPersistentTopicOffloadPoliciesWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicOffloadPoliciesResponse

func (*ClientWithResponses) SetNonPersistentTopicPersistenceWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicPersistenceWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicPersistenceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicPersistenceResponse, error)

SetNonPersistentTopicPersistenceWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicPersistenceResponse

func (*ClientWithResponses) SetNonPersistentTopicPublishRateWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicPublishRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicPublishRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicPublishRateResponse, error)

SetNonPersistentTopicPublishRateWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicPublishRateResponse

func (*ClientWithResponses) SetNonPersistentTopicReplicatedSubscriptionStatusWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicReplicatedSubscriptionStatusWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetNonPersistentTopicReplicatedSubscriptionStatusParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicReplicatedSubscriptionStatusResponse, error)

SetNonPersistentTopicReplicatedSubscriptionStatusWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicReplicatedSubscriptionStatusResponse

func (*ClientWithResponses) SetNonPersistentTopicReplicationClustersWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicReplicationClustersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicReplicationClustersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicReplicationClustersResponse, error)

SetNonPersistentTopicReplicationClustersWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicReplicationClustersResponse

func (*ClientWithResponses) SetNonPersistentTopicReplicatorDispatchRateWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicReplicatorDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicReplicatorDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicReplicatorDispatchRateResponse, error)

SetNonPersistentTopicReplicatorDispatchRateWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicReplicatorDispatchRateResponse

func (*ClientWithResponses) SetNonPersistentTopicRetentionWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicRetentionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicRetentionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicRetentionResponse, error)

SetNonPersistentTopicRetentionWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicRetentionResponse

func (*ClientWithResponses) SetNonPersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicSchemaCompatibilityStrategyResponse, error)

SetNonPersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicSchemaCompatibilityStrategyResponse

func (*ClientWithResponses) SetNonPersistentTopicSchemaValidationEnforcedWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicSchemaValidationEnforcedWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSchemaValidationEnforcedParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicSchemaValidationEnforcedResponse, error)

SetNonPersistentTopicSchemaValidationEnforcedWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicSchemaValidationEnforcedResponse

func (*ClientWithResponses) SetNonPersistentTopicShadowTopicsWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicShadowTopicsWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicShadowTopicsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicShadowTopicsResponse, error)

SetNonPersistentTopicShadowTopicsWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicShadowTopicsResponse

func (*ClientWithResponses) SetNonPersistentTopicSubscribeRateWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicSubscribeRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicSubscribeRateResponse, error)

SetNonPersistentTopicSubscribeRateWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicSubscribeRateResponse

func (*ClientWithResponses) SetNonPersistentTopicSubscriptionDispatchRateWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicSubscriptionDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSubscriptionDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicSubscriptionDispatchRateResponse, error)

SetNonPersistentTopicSubscriptionDispatchRateWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicSubscriptionDispatchRateResponse

func (*ClientWithResponses) SetNonPersistentTopicSubscriptionLevelDispatchRateWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicSubscriptionLevelDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetNonPersistentTopicSubscriptionLevelDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicSubscriptionLevelDispatchRateResponse, error)

SetNonPersistentTopicSubscriptionLevelDispatchRateWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicSubscriptionLevelDispatchRateResponse

func (*ClientWithResponses) SetNonPersistentTopicSubscriptionTypesEnabledWithBodyWithResponse

func (c *ClientWithResponses) SetNonPersistentTopicSubscriptionTypesEnabledWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSubscriptionTypesEnabledParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicSubscriptionTypesEnabledResponse, error)

SetNonPersistentTopicSubscriptionTypesEnabledWithBodyWithResponse request with arbitrary body returning *SetNonPersistentTopicSubscriptionTypesEnabledResponse

func (*ClientWithResponses) SetPeerClusterNamesWithBodyWithResponse

func (c *ClientWithResponses) SetPeerClusterNamesWithBodyWithResponse(ctx context.Context, cluster string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPeerClusterNamesResponse, error)

SetPeerClusterNamesWithBodyWithResponse request with arbitrary body returning *SetPeerClusterNamesResponse

func (*ClientWithResponses) SetPersistentTopicBacklogQuotaWithResponse

func (c *ClientWithResponses) SetPersistentTopicBacklogQuotaWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*SetPersistentTopicBacklogQuotaResponse, error)

SetPersistentTopicBacklogQuotaWithResponse request returning *SetPersistentTopicBacklogQuotaResponse

func (*ClientWithResponses) SetPersistentTopicCompactionThresholdWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicCompactionThresholdWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicCompactionThresholdParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicCompactionThresholdResponse, error)

SetPersistentTopicCompactionThresholdWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicCompactionThresholdResponse

func (*ClientWithResponses) SetPersistentTopicDeduplicationSnapshotIntervalWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicDeduplicationSnapshotIntervalWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDeduplicationSnapshotIntervalParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicDeduplicationSnapshotIntervalResponse, error)

SetPersistentTopicDeduplicationSnapshotIntervalWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicDeduplicationSnapshotIntervalResponse

func (*ClientWithResponses) SetPersistentTopicDeduplicationWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicDeduplicationWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDeduplicationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicDeduplicationResponse, error)

SetPersistentTopicDeduplicationWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicDeduplicationResponse

func (*ClientWithResponses) SetPersistentTopicDelayedDeliveryPoliciesWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicDelayedDeliveryPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDelayedDeliveryPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicDelayedDeliveryPoliciesResponse, error)

SetPersistentTopicDelayedDeliveryPoliciesWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicDelayedDeliveryPoliciesResponse

func (*ClientWithResponses) SetPersistentTopicDispatchRateWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicDispatchRateResponse, error)

SetPersistentTopicDispatchRateWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicDispatchRateResponse

func (*ClientWithResponses) SetPersistentTopicEntryFiltersWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicEntryFiltersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicEntryFiltersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicEntryFiltersResponse, error)

SetPersistentTopicEntryFiltersWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicEntryFiltersResponse

func (*ClientWithResponses) SetPersistentTopicInactiveTopicPoliciesWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicInactiveTopicPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicInactiveTopicPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicInactiveTopicPoliciesResponse, error)

SetPersistentTopicInactiveTopicPoliciesWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicInactiveTopicPoliciesResponse

func (*ClientWithResponses) SetPersistentTopicMaxConsumersPerSubscriptionWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicMaxConsumersPerSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxConsumersPerSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicMaxConsumersPerSubscriptionResponse, error)

SetPersistentTopicMaxConsumersPerSubscriptionWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicMaxConsumersPerSubscriptionResponse

func (*ClientWithResponses) SetPersistentTopicMaxConsumersWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicMaxConsumersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxConsumersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicMaxConsumersResponse, error)

SetPersistentTopicMaxConsumersWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicMaxConsumersResponse

func (*ClientWithResponses) SetPersistentTopicMaxMessageSizeWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicMaxMessageSizeWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxMessageSizeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicMaxMessageSizeResponse, error)

SetPersistentTopicMaxMessageSizeWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicMaxMessageSizeResponse

func (*ClientWithResponses) SetPersistentTopicMaxProducersWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicMaxProducersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxProducersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicMaxProducersResponse, error)

SetPersistentTopicMaxProducersWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicMaxProducersResponse

func (*ClientWithResponses) SetPersistentTopicMaxSubscriptionsPerTopicWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicMaxSubscriptionsPerTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxSubscriptionsPerTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicMaxSubscriptionsPerTopicResponse, error)

SetPersistentTopicMaxSubscriptionsPerTopicWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicMaxSubscriptionsPerTopicResponse

func (*ClientWithResponses) SetPersistentTopicMaxUnackedMessagesOnConsumerWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicMaxUnackedMessagesOnConsumerWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxUnackedMessagesOnConsumerParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

SetPersistentTopicMaxUnackedMessagesOnConsumerWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicMaxUnackedMessagesOnConsumerResponse

func (*ClientWithResponses) SetPersistentTopicMaxUnackedMessagesOnSubscriptionWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicMaxUnackedMessagesOnSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxUnackedMessagesOnSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

SetPersistentTopicMaxUnackedMessagesOnSubscriptionWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse

func (*ClientWithResponses) SetPersistentTopicMessageTTLWithResponse

func (c *ClientWithResponses) SetPersistentTopicMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*SetPersistentTopicMessageTTLResponse, error)

SetPersistentTopicMessageTTLWithResponse request returning *SetPersistentTopicMessageTTLResponse

func (*ClientWithResponses) SetPersistentTopicOffloadPoliciesWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicOffloadPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicOffloadPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicOffloadPoliciesResponse, error)

SetPersistentTopicOffloadPoliciesWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicOffloadPoliciesResponse

func (*ClientWithResponses) SetPersistentTopicPersistenceWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicPersistenceWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicPersistenceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicPersistenceResponse, error)

SetPersistentTopicPersistenceWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicPersistenceResponse

func (*ClientWithResponses) SetPersistentTopicPublishRateWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicPublishRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicPublishRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicPublishRateResponse, error)

SetPersistentTopicPublishRateWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicPublishRateResponse

func (*ClientWithResponses) SetPersistentTopicReplicatedSubscriptionStatusWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicReplicatedSubscriptionStatusWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetPersistentTopicReplicatedSubscriptionStatusParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicReplicatedSubscriptionStatusResponse, error)

SetPersistentTopicReplicatedSubscriptionStatusWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicReplicatedSubscriptionStatusResponse

func (*ClientWithResponses) SetPersistentTopicReplicationClustersWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicReplicationClustersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicReplicationClustersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicReplicationClustersResponse, error)

SetPersistentTopicReplicationClustersWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicReplicationClustersResponse

func (*ClientWithResponses) SetPersistentTopicReplicatorDispatchRateWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicReplicatorDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicReplicatorDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicReplicatorDispatchRateResponse, error)

SetPersistentTopicReplicatorDispatchRateWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicReplicatorDispatchRateResponse

func (*ClientWithResponses) SetPersistentTopicRetentionWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicRetentionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicRetentionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicRetentionResponse, error)

SetPersistentTopicRetentionWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicRetentionResponse

func (*ClientWithResponses) SetPersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicSchemaCompatibilityStrategyResponse, error)

SetPersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicSchemaCompatibilityStrategyResponse

func (*ClientWithResponses) SetPersistentTopicSchemaValidationEnforcedWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicSchemaValidationEnforcedWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSchemaValidationEnforcedParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicSchemaValidationEnforcedResponse, error)

SetPersistentTopicSchemaValidationEnforcedWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicSchemaValidationEnforcedResponse

func (*ClientWithResponses) SetPersistentTopicShadowTopicsWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicShadowTopicsWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicShadowTopicsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicShadowTopicsResponse, error)

SetPersistentTopicShadowTopicsWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicShadowTopicsResponse

func (*ClientWithResponses) SetPersistentTopicSubscribeRateWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicSubscribeRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicSubscribeRateResponse, error)

SetPersistentTopicSubscribeRateWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicSubscribeRateResponse

func (*ClientWithResponses) SetPersistentTopicSubscriptionDispatchRateWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicSubscriptionDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSubscriptionDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicSubscriptionDispatchRateResponse, error)

SetPersistentTopicSubscriptionDispatchRateWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicSubscriptionDispatchRateResponse

func (*ClientWithResponses) SetPersistentTopicSubscriptionLevelDispatchRateWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicSubscriptionLevelDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetPersistentTopicSubscriptionLevelDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicSubscriptionLevelDispatchRateResponse, error)

SetPersistentTopicSubscriptionLevelDispatchRateWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicSubscriptionLevelDispatchRateResponse

func (*ClientWithResponses) SetPersistentTopicSubscriptionTypesEnabledWithBodyWithResponse

func (c *ClientWithResponses) SetPersistentTopicSubscriptionTypesEnabledWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSubscriptionTypesEnabledParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicSubscriptionTypesEnabledResponse, error)

SetPersistentTopicSubscriptionTypesEnabledWithBodyWithResponse request with arbitrary body returning *SetPersistentTopicSubscriptionTypesEnabledResponse

func (*ClientWithResponses) SetPropertiesWithBodyWithResponse

func (c *ClientWithResponses) SetPropertiesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPropertiesResponse, error)

SetPropertiesWithBodyWithResponse request with arbitrary body returning *SetPropertiesResponse

func (*ClientWithResponses) SetPropertiesWithResponse

func (c *ClientWithResponses) SetPropertiesWithResponse(ctx context.Context, tenant string, namespace string, body SetPropertiesJSONRequestBody, reqEditors ...RequestEditorFn) (*SetPropertiesResponse, error)

func (*ClientWithResponses) SetPropertyWithResponse

func (c *ClientWithResponses) SetPropertyWithResponse(ctx context.Context, tenant string, namespace string, key string, value string, reqEditors ...RequestEditorFn) (*SetPropertyResponse, error)

SetPropertyWithResponse request returning *SetPropertyResponse

func (*ClientWithResponses) SetSchemaAutoUpdateCompatibilityStrategyWithBodyWithResponse

func (c *ClientWithResponses) SetSchemaAutoUpdateCompatibilityStrategyWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetSchemaAutoUpdateCompatibilityStrategyResponse, error)

SetSchemaAutoUpdateCompatibilityStrategyWithBodyWithResponse request with arbitrary body returning *SetSchemaAutoUpdateCompatibilityStrategyResponse

func (*ClientWithResponses) SetSchemaAutoUpdateCompatibilityStrategyWithResponse

func (c *ClientWithResponses) SetSchemaAutoUpdateCompatibilityStrategyWithResponse(ctx context.Context, tenant string, namespace string, body SetSchemaAutoUpdateCompatibilityStrategyJSONRequestBody, reqEditors ...RequestEditorFn) (*SetSchemaAutoUpdateCompatibilityStrategyResponse, error)

func (*ClientWithResponses) ShutDownBrokerGracefullyWithResponse

func (c *ClientWithResponses) ShutDownBrokerGracefullyWithResponse(ctx context.Context, params *ShutDownBrokerGracefullyParams, reqEditors ...RequestEditorFn) (*ShutDownBrokerGracefullyResponse, error)

ShutDownBrokerGracefullyWithResponse request returning *ShutDownBrokerGracefullyResponse

func (*ClientWithResponses) SkipNonPersistentTopicAllMessagesWithResponse

func (c *ClientWithResponses) SkipNonPersistentTopicAllMessagesWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SkipNonPersistentTopicAllMessagesParams, reqEditors ...RequestEditorFn) (*SkipNonPersistentTopicAllMessagesResponse, error)

SkipNonPersistentTopicAllMessagesWithResponse request returning *SkipNonPersistentTopicAllMessagesResponse

func (*ClientWithResponses) SkipNonPersistentTopicMessagesWithResponse

func (c *ClientWithResponses) SkipNonPersistentTopicMessagesWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, numMessages int32, params *SkipNonPersistentTopicMessagesParams, reqEditors ...RequestEditorFn) (*SkipNonPersistentTopicMessagesResponse, error)

SkipNonPersistentTopicMessagesWithResponse request returning *SkipNonPersistentTopicMessagesResponse

func (*ClientWithResponses) SkipPersistentTopicAllMessagesWithResponse

func (c *ClientWithResponses) SkipPersistentTopicAllMessagesWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SkipPersistentTopicAllMessagesParams, reqEditors ...RequestEditorFn) (*SkipPersistentTopicAllMessagesResponse, error)

SkipPersistentTopicAllMessagesWithResponse request returning *SkipPersistentTopicAllMessagesResponse

func (*ClientWithResponses) SkipPersistentTopicMessagesWithResponse

func (c *ClientWithResponses) SkipPersistentTopicMessagesWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, numMessages int32, params *SkipPersistentTopicMessagesParams, reqEditors ...RequestEditorFn) (*SkipPersistentTopicMessagesResponse, error)

SkipPersistentTopicMessagesWithResponse request returning *SkipPersistentTopicMessagesResponse

func (*ClientWithResponses) SplitNamespaceBundleWithBodyWithResponse

func (c *ClientWithResponses) SplitNamespaceBundleWithBodyWithResponse(ctx context.Context, tenant string, namespace string, bundle string, params *SplitNamespaceBundleParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SplitNamespaceBundleResponse, error)

SplitNamespaceBundleWithBodyWithResponse request with arbitrary body returning *SplitNamespaceBundleResponse

func (*ClientWithResponses) SplitNamespaceBundleWithResponse

func (c *ClientWithResponses) SplitNamespaceBundleWithResponse(ctx context.Context, tenant string, namespace string, bundle string, params *SplitNamespaceBundleParams, body SplitNamespaceBundleJSONRequestBody, reqEditors ...RequestEditorFn) (*SplitNamespaceBundleResponse, error)

func (*ClientWithResponses) TerminateNonPersistentTopicPartitionedTopicWithResponse

func (c *ClientWithResponses) TerminateNonPersistentTopicPartitionedTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TerminateNonPersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*TerminateNonPersistentTopicPartitionedTopicResponse, error)

TerminateNonPersistentTopicPartitionedTopicWithResponse request returning *TerminateNonPersistentTopicPartitionedTopicResponse

func (*ClientWithResponses) TerminateNonPersistentTopicWithResponse

func (c *ClientWithResponses) TerminateNonPersistentTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TerminateNonPersistentTopicParams, reqEditors ...RequestEditorFn) (*TerminateNonPersistentTopicResponse, error)

TerminateNonPersistentTopicWithResponse request returning *TerminateNonPersistentTopicResponse

func (*ClientWithResponses) TerminatePersistentTopicPartitionedTopicWithResponse

func (c *ClientWithResponses) TerminatePersistentTopicPartitionedTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TerminatePersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*TerminatePersistentTopicPartitionedTopicResponse, error)

TerminatePersistentTopicPartitionedTopicWithResponse request returning *TerminatePersistentTopicPartitionedTopicResponse

func (*ClientWithResponses) TerminatePersistentTopicWithResponse

func (c *ClientWithResponses) TerminatePersistentTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TerminatePersistentTopicParams, reqEditors ...RequestEditorFn) (*TerminatePersistentTopicResponse, error)

TerminatePersistentTopicWithResponse request returning *TerminatePersistentTopicResponse

func (*ClientWithResponses) TestCompatibilityWithBodyWithResponse

func (c *ClientWithResponses) TestCompatibilityWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TestCompatibilityParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestCompatibilityResponse, error)

TestCompatibilityWithBodyWithResponse request with arbitrary body returning *TestCompatibilityResponse

func (*ClientWithResponses) TestCompatibilityWithResponse

func (c *ClientWithResponses) TestCompatibilityWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TestCompatibilityParams, body TestCompatibilityJSONRequestBody, reqEditors ...RequestEditorFn) (*TestCompatibilityResponse, error)

func (*ClientWithResponses) TriggerNonPersistentTopicOffloadWithResponse

func (c *ClientWithResponses) TriggerNonPersistentTopicOffloadWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TriggerNonPersistentTopicOffloadParams, reqEditors ...RequestEditorFn) (*TriggerNonPersistentTopicOffloadResponse, error)

TriggerNonPersistentTopicOffloadWithResponse request returning *TriggerNonPersistentTopicOffloadResponse

func (*ClientWithResponses) TriggerPersistentTopicOffloadWithResponse

func (c *ClientWithResponses) TriggerPersistentTopicOffloadWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TriggerPersistentTopicOffloadParams, reqEditors ...RequestEditorFn) (*TriggerPersistentTopicOffloadResponse, error)

TriggerPersistentTopicOffloadWithResponse request returning *TriggerPersistentTopicOffloadResponse

func (*ClientWithResponses) TruncateNonPersistentTopicTopicWithResponse

func (c *ClientWithResponses) TruncateNonPersistentTopicTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TruncateNonPersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*TruncateNonPersistentTopicTopicResponse, error)

TruncateNonPersistentTopicTopicWithResponse request returning *TruncateNonPersistentTopicTopicResponse

func (*ClientWithResponses) TruncatePersistentTopicTopicWithResponse

func (c *ClientWithResponses) TruncatePersistentTopicTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TruncatePersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*TruncatePersistentTopicTopicResponse, error)

TruncatePersistentTopicTopicWithResponse request returning *TruncatePersistentTopicTopicResponse

func (*ClientWithResponses) UnloadNamespaceBundleWithResponse

func (c *ClientWithResponses) UnloadNamespaceBundleWithResponse(ctx context.Context, tenant string, namespace string, bundle string, params *UnloadNamespaceBundleParams, reqEditors ...RequestEditorFn) (*UnloadNamespaceBundleResponse, error)

UnloadNamespaceBundleWithResponse request returning *UnloadNamespaceBundleResponse

func (*ClientWithResponses) UnloadNamespaceWithResponse

func (c *ClientWithResponses) UnloadNamespaceWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*UnloadNamespaceResponse, error)

UnloadNamespaceWithResponse request returning *UnloadNamespaceResponse

func (*ClientWithResponses) UnloadNonPersistentTopicTopicWithResponse

func (c *ClientWithResponses) UnloadNonPersistentTopicTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *UnloadNonPersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*UnloadNonPersistentTopicTopicResponse, error)

UnloadNonPersistentTopicTopicWithResponse request returning *UnloadNonPersistentTopicTopicResponse

func (*ClientWithResponses) UnloadPersistentTopicTopicWithResponse

func (c *ClientWithResponses) UnloadPersistentTopicTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *UnloadPersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*UnloadPersistentTopicTopicResponse, error)

UnloadPersistentTopicTopicWithResponse request returning *UnloadPersistentTopicTopicResponse

func (*ClientWithResponses) UnsubscribeNamespaceBundleWithResponse

func (c *ClientWithResponses) UnsubscribeNamespaceBundleWithResponse(ctx context.Context, tenant string, namespace string, bundle string, subscription string, params *UnsubscribeNamespaceBundleParams, reqEditors ...RequestEditorFn) (*UnsubscribeNamespaceBundleResponse, error)

UnsubscribeNamespaceBundleWithResponse request returning *UnsubscribeNamespaceBundleResponse

func (*ClientWithResponses) UnsubscribeNamespaceWithResponse

func (c *ClientWithResponses) UnsubscribeNamespaceWithResponse(ctx context.Context, tenant string, namespace string, subscription string, params *UnsubscribeNamespaceParams, reqEditors ...RequestEditorFn) (*UnsubscribeNamespaceResponse, error)

UnsubscribeNamespaceWithResponse request returning *UnsubscribeNamespaceResponse

func (*ClientWithResponses) UpdateBookieRackInfoWithResponse

func (c *ClientWithResponses) UpdateBookieRackInfoWithResponse(ctx context.Context, bookie string, params *UpdateBookieRackInfoParams, reqEditors ...RequestEditorFn) (*UpdateBookieRackInfoResponse, error)

UpdateBookieRackInfoWithResponse request returning *UpdateBookieRackInfoResponse

func (*ClientWithResponses) UpdateClusterWithBodyWithResponse

func (c *ClientWithResponses) UpdateClusterWithBodyWithResponse(ctx context.Context, cluster string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateClusterResponse, error)

UpdateClusterWithBodyWithResponse request with arbitrary body returning *UpdateClusterResponse

func (*ClientWithResponses) UpdateDynamicConfigurationWithResponse

func (c *ClientWithResponses) UpdateDynamicConfigurationWithResponse(ctx context.Context, configName string, configValue string, reqEditors ...RequestEditorFn) (*UpdateDynamicConfigurationResponse, error)

UpdateDynamicConfigurationWithResponse request returning *UpdateDynamicConfigurationResponse

func (*ClientWithResponses) UpdateNonPersistentTopicPartitionedTopicWithBodyWithResponse

func (c *ClientWithResponses) UpdateNonPersistentTopicPartitionedTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *UpdateNonPersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNonPersistentTopicPartitionedTopicResponse, error)

UpdateNonPersistentTopicPartitionedTopicWithBodyWithResponse request with arbitrary body returning *UpdateNonPersistentTopicPartitionedTopicResponse

func (*ClientWithResponses) UpdateNonPersistentTopicPropertiesWithBodyWithResponse

func (c *ClientWithResponses) UpdateNonPersistentTopicPropertiesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *UpdateNonPersistentTopicPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNonPersistentTopicPropertiesResponse, error)

UpdateNonPersistentTopicPropertiesWithBodyWithResponse request with arbitrary body returning *UpdateNonPersistentTopicPropertiesResponse

func (*ClientWithResponses) UpdateNonPersistentTopicSubscriptionPropertiesWithBodyWithResponse

func (c *ClientWithResponses) UpdateNonPersistentTopicSubscriptionPropertiesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *UpdateNonPersistentTopicSubscriptionPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNonPersistentTopicSubscriptionPropertiesResponse, error)

UpdateNonPersistentTopicSubscriptionPropertiesWithBodyWithResponse request with arbitrary body returning *UpdateNonPersistentTopicSubscriptionPropertiesResponse

func (*ClientWithResponses) UpdatePersistentTopicPartitionedTopicWithBodyWithResponse

func (c *ClientWithResponses) UpdatePersistentTopicPartitionedTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *UpdatePersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePersistentTopicPartitionedTopicResponse, error)

UpdatePersistentTopicPartitionedTopicWithBodyWithResponse request with arbitrary body returning *UpdatePersistentTopicPartitionedTopicResponse

func (*ClientWithResponses) UpdatePersistentTopicPropertiesWithBodyWithResponse

func (c *ClientWithResponses) UpdatePersistentTopicPropertiesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *UpdatePersistentTopicPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePersistentTopicPropertiesResponse, error)

UpdatePersistentTopicPropertiesWithBodyWithResponse request with arbitrary body returning *UpdatePersistentTopicPropertiesResponse

func (*ClientWithResponses) UpdatePersistentTopicSubscriptionPropertiesWithBodyWithResponse

func (c *ClientWithResponses) UpdatePersistentTopicSubscriptionPropertiesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *UpdatePersistentTopicSubscriptionPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePersistentTopicSubscriptionPropertiesResponse, error)

UpdatePersistentTopicSubscriptionPropertiesWithBodyWithResponse request with arbitrary body returning *UpdatePersistentTopicSubscriptionPropertiesResponse

func (*ClientWithResponses) UpdateTenantWithBodyWithResponse

func (c *ClientWithResponses) UpdateTenantWithBodyWithResponse(ctx context.Context, tenant string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTenantResponse, error)

UpdateTenantWithBodyWithResponse request with arbitrary body returning *UpdateTenantResponse

func (*ClientWithResponses) UpdateTenantWithResponse

func (c *ClientWithResponses) UpdateTenantWithResponse(ctx context.Context, tenant string, body UpdateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTenantResponse, error)

func (*ClientWithResponses) VersionWithResponse

func (c *ClientWithResponses) VersionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*VersionResponse, error)

VersionWithResponse request returning *VersionResponse

type ClientWithResponsesInterface

type ClientWithResponsesInterface interface {
	// GetAllBookies request
	GetAllBookiesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAllBookiesResponse, error)

	// GetBookiesRackInfo request
	GetBookiesRackInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetBookiesRackInfoResponse, error)

	// DeleteBookieRackInfo request
	DeleteBookieRackInfoWithResponse(ctx context.Context, bookie string, reqEditors ...RequestEditorFn) (*DeleteBookieRackInfoResponse, error)

	// GetBookieRackInfo request
	GetBookieRackInfoWithResponse(ctx context.Context, bookie string, reqEditors ...RequestEditorFn) (*GetBookieRackInfoResponse, error)

	// UpdateBookieRackInfo request
	UpdateBookieRackInfoWithResponse(ctx context.Context, bookie string, params *UpdateBookieRackInfoParams, reqEditors ...RequestEditorFn) (*UpdateBookieRackInfoResponse, error)

	// GetAllocatorStats request
	GetAllocatorStatsWithResponse(ctx context.Context, allocator string, reqEditors ...RequestEditorFn) (*GetAllocatorStatsResponse, error)

	// GetPendingBookieOpsStats request
	GetPendingBookieOpsStatsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPendingBookieOpsStatsResponse, error)

	// GetBrokerResourceAvailability request
	GetBrokerResourceAvailabilityWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetBrokerResourceAvailabilityResponse, error)

	// GetLoadReport request
	GetLoadReportWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLoadReportResponse, error)

	// GetMBeans request
	GetMBeansWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetMBeansResponse, error)

	// GetBrokerStatsMetrics request
	GetBrokerStatsMetricsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetBrokerStatsMetricsResponse, error)

	// GetTopics2 request
	GetTopics2WithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTopics2Response, error)

	// GetActiveBrokers request
	GetActiveBrokersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetActiveBrokersResponse, error)

	// BacklogQuotaCheck request
	BacklogQuotaCheckWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*BacklogQuotaCheckResponse, error)

	// GetDynamicConfigurationName request
	GetDynamicConfigurationNameWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDynamicConfigurationNameResponse, error)

	// GetRuntimeConfiguration request
	GetRuntimeConfigurationWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetRuntimeConfigurationResponse, error)

	// GetAllDynamicConfigurations request
	GetAllDynamicConfigurationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAllDynamicConfigurationsResponse, error)

	// DeleteDynamicConfiguration request
	DeleteDynamicConfigurationWithResponse(ctx context.Context, configName string, reqEditors ...RequestEditorFn) (*DeleteDynamicConfigurationResponse, error)

	// UpdateDynamicConfiguration request
	UpdateDynamicConfigurationWithResponse(ctx context.Context, configName string, configValue string, reqEditors ...RequestEditorFn) (*UpdateDynamicConfigurationResponse, error)

	// HealthCheck request
	HealthCheckWithResponse(ctx context.Context, params *HealthCheckParams, reqEditors ...RequestEditorFn) (*HealthCheckResponse, error)

	// GetInternalConfigurationData request
	GetInternalConfigurationDataWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetInternalConfigurationDataResponse, error)

	// GetLeaderBroker request
	GetLeaderBrokerWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLeaderBrokerResponse, error)

	// IsReady request
	IsReadyWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*IsReadyResponse, error)

	// ShutDownBrokerGracefully request
	ShutDownBrokerGracefullyWithResponse(ctx context.Context, params *ShutDownBrokerGracefullyParams, reqEditors ...RequestEditorFn) (*ShutDownBrokerGracefullyResponse, error)

	// Version request
	VersionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*VersionResponse, error)

	// GetOwnedNamespaces request
	GetOwnedNamespacesWithResponse(ctx context.Context, clusterName string, brokerWebserviceurl string, reqEditors ...RequestEditorFn) (*GetOwnedNamespacesResponse, error)

	// GetActiveClusterBrokers request
	GetActiveClusterBrokersWithResponse(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*GetActiveClusterBrokersResponse, error)

	// GetClusters request
	GetClustersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetClustersResponse, error)

	// DeleteCluster request
	DeleteClusterWithResponse(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*DeleteClusterResponse, error)

	// GetCluster request
	GetClusterWithResponse(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*GetClusterResponse, error)

	// UpdateCluster request with any body
	UpdateClusterWithBodyWithResponse(ctx context.Context, cluster string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateClusterResponse, error)

	// CreateCluster request with any body
	CreateClusterWithBodyWithResponse(ctx context.Context, cluster string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateClusterResponse, error)

	// GetFailureDomains request
	GetFailureDomainsWithResponse(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*GetFailureDomainsResponse, error)

	// DeleteFailureDomain request
	DeleteFailureDomainWithResponse(ctx context.Context, cluster string, domainName string, reqEditors ...RequestEditorFn) (*DeleteFailureDomainResponse, error)

	// GetDomain request
	GetDomainWithResponse(ctx context.Context, cluster string, domainName string, reqEditors ...RequestEditorFn) (*GetDomainResponse, error)

	// SetFailureDomain request with any body
	SetFailureDomainWithBodyWithResponse(ctx context.Context, cluster string, domainName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetFailureDomainResponse, error)

	// GetNamespaceIsolationPolicies request
	GetNamespaceIsolationPoliciesWithResponse(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*GetNamespaceIsolationPoliciesResponse, error)

	// GetBrokersWithNamespaceIsolationPolicy request
	GetBrokersWithNamespaceIsolationPolicyWithResponse(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*GetBrokersWithNamespaceIsolationPolicyResponse, error)

	// GetBrokerWithNamespaceIsolationPolicy request
	GetBrokerWithNamespaceIsolationPolicyWithResponse(ctx context.Context, cluster string, broker string, reqEditors ...RequestEditorFn) (*GetBrokerWithNamespaceIsolationPolicyResponse, error)

	// DeleteNamespaceIsolationPolicy request
	DeleteNamespaceIsolationPolicyWithResponse(ctx context.Context, cluster string, policyName string, reqEditors ...RequestEditorFn) (*DeleteNamespaceIsolationPolicyResponse, error)

	// GetNamespaceIsolationPolicy request
	GetNamespaceIsolationPolicyWithResponse(ctx context.Context, cluster string, policyName string, reqEditors ...RequestEditorFn) (*GetNamespaceIsolationPolicyResponse, error)

	// SetNamespaceIsolationPolicy request with any body
	SetNamespaceIsolationPolicyWithBodyWithResponse(ctx context.Context, cluster string, policyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceIsolationPolicyResponse, error)

	// GetPeerCluster request
	GetPeerClusterWithResponse(ctx context.Context, cluster string, reqEditors ...RequestEditorFn) (*GetPeerClusterResponse, error)

	// SetPeerClusterNames request with any body
	SetPeerClusterNamesWithBodyWithResponse(ctx context.Context, cluster string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPeerClusterNamesResponse, error)

	// GetAntiAffinityNamespaces request
	GetAntiAffinityNamespacesWithResponse(ctx context.Context, cluster string, group string, params *GetAntiAffinityNamespacesParams, reqEditors ...RequestEditorFn) (*GetAntiAffinityNamespacesResponse, error)

	// DeleteBookieAffinityGroup request
	DeleteBookieAffinityGroupWithResponse(ctx context.Context, property string, namespace string, reqEditors ...RequestEditorFn) (*DeleteBookieAffinityGroupResponse, error)

	// GetBookieAffinityGroup request
	GetBookieAffinityGroupWithResponse(ctx context.Context, property string, namespace string, reqEditors ...RequestEditorFn) (*GetBookieAffinityGroupResponse, error)

	// GetTenantNamespaces request
	GetTenantNamespacesWithResponse(ctx context.Context, tenant string, reqEditors ...RequestEditorFn) (*GetTenantNamespacesResponse, error)

	// DeleteNamespace request
	DeleteNamespaceWithResponse(ctx context.Context, tenant string, namespace string, params *DeleteNamespaceParams, reqEditors ...RequestEditorFn) (*DeleteNamespaceResponse, error)

	// GetPolicies request
	GetPoliciesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetPoliciesResponse, error)

	// CreateNamespace request with any body
	CreateNamespaceWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateNamespaceResponse, error)

	CreateNamespaceWithResponse(ctx context.Context, tenant string, namespace string, body CreateNamespaceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateNamespaceResponse, error)

	// RemoveNamespaceAntiAffinityGroup request
	RemoveNamespaceAntiAffinityGroupWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceAntiAffinityGroupResponse, error)

	// GetNamespaceAntiAffinityGroup request
	GetNamespaceAntiAffinityGroupWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceAntiAffinityGroupResponse, error)

	// SetNamespaceAntiAffinityGroup request with any body
	SetNamespaceAntiAffinityGroupWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceAntiAffinityGroupResponse, error)

	SetNamespaceAntiAffinityGroupWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceAntiAffinityGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceAntiAffinityGroupResponse, error)

	// RemoveAutoSubscriptionCreation request
	RemoveAutoSubscriptionCreationWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveAutoSubscriptionCreationResponse, error)

	// GetAutoSubscriptionCreation request
	GetAutoSubscriptionCreationWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetAutoSubscriptionCreationResponse, error)

	// SetAutoSubscriptionCreation request with any body
	SetAutoSubscriptionCreationWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetAutoSubscriptionCreationResponse, error)

	SetAutoSubscriptionCreationWithResponse(ctx context.Context, tenant string, namespace string, body SetAutoSubscriptionCreationJSONRequestBody, reqEditors ...RequestEditorFn) (*SetAutoSubscriptionCreationResponse, error)

	// RemoveAutoTopicCreation request
	RemoveAutoTopicCreationWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveAutoTopicCreationResponse, error)

	// GetAutoTopicCreation request
	GetAutoTopicCreationWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetAutoTopicCreationResponse, error)

	// SetAutoTopicCreation request with any body
	SetAutoTopicCreationWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetAutoTopicCreationResponse, error)

	SetAutoTopicCreationWithResponse(ctx context.Context, tenant string, namespace string, body SetAutoTopicCreationJSONRequestBody, reqEditors ...RequestEditorFn) (*SetAutoTopicCreationResponse, error)

	// RemoveNamesapceBacklogQuota request
	RemoveNamesapceBacklogQuotaWithResponse(ctx context.Context, tenant string, namespace string, params *RemoveNamesapceBacklogQuotaParams, reqEditors ...RequestEditorFn) (*RemoveNamesapceBacklogQuotaResponse, error)

	// SetNamespaceBacklogQuota request with any body
	SetNamespaceBacklogQuotaWithBodyWithResponse(ctx context.Context, tenant string, namespace string, params *SetNamespaceBacklogQuotaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceBacklogQuotaResponse, error)

	SetNamespaceBacklogQuotaWithResponse(ctx context.Context, tenant string, namespace string, params *SetNamespaceBacklogQuotaParams, body SetNamespaceBacklogQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceBacklogQuotaResponse, error)

	// GetNamespaceBacklogQuotaMap request
	GetNamespaceBacklogQuotaMapWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceBacklogQuotaMapResponse, error)

	// GetBundlesData request
	GetBundlesDataWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetBundlesDataResponse, error)

	// ClearNamespaceBacklog request
	ClearNamespaceBacklogWithResponse(ctx context.Context, tenant string, namespace string, params *ClearNamespaceBacklogParams, reqEditors ...RequestEditorFn) (*ClearNamespaceBacklogResponse, error)

	// ClearNamespaceBacklogForSubscription request
	ClearNamespaceBacklogForSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, subscription string, params *ClearNamespaceBacklogForSubscriptionParams, reqEditors ...RequestEditorFn) (*ClearNamespaceBacklogForSubscriptionResponse, error)

	// DeleteCompactionThreshold request
	DeleteCompactionThresholdWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*DeleteCompactionThresholdResponse, error)

	// GetNamespaceCompactionThreshold request
	GetNamespaceCompactionThresholdWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceCompactionThresholdResponse, error)

	// SetNamespaceCompactionThreshold request with any body
	SetNamespaceCompactionThresholdWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceCompactionThresholdResponse, error)

	SetNamespaceCompactionThresholdWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceCompactionThresholdJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceCompactionThresholdResponse, error)

	// RemoveNamespaceDeduplication request
	RemoveNamespaceDeduplicationWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceDeduplicationResponse, error)

	// GetNamespaceDeduplication request
	GetNamespaceDeduplicationWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceDeduplicationResponse, error)

	// ModifyDeduplication request with any body
	ModifyDeduplicationWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ModifyDeduplicationResponse, error)

	ModifyDeduplicationWithResponse(ctx context.Context, tenant string, namespace string, body ModifyDeduplicationJSONRequestBody, reqEditors ...RequestEditorFn) (*ModifyDeduplicationResponse, error)

	// GetNamespaceDeduplicationSnapshotInterval request
	GetNamespaceDeduplicationSnapshotIntervalWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceDeduplicationSnapshotIntervalResponse, error)

	// SetNamespaceDeduplicationSnapshotInterval request with any body
	SetNamespaceDeduplicationSnapshotIntervalWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceDeduplicationSnapshotIntervalResponse, error)

	SetNamespaceDeduplicationSnapshotIntervalWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceDeduplicationSnapshotIntervalJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceDeduplicationSnapshotIntervalResponse, error)

	// RemoveDelayedDeliveryPolicies request
	RemoveDelayedDeliveryPoliciesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveDelayedDeliveryPoliciesResponse, error)

	// GetNamespaceDelayedDeliveryPolicies request
	GetNamespaceDelayedDeliveryPoliciesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceDelayedDeliveryPoliciesResponse, error)

	// SetNamespaceDelayedDeliveryPolicies request with any body
	SetNamespaceDelayedDeliveryPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceDelayedDeliveryPoliciesResponse, error)

	SetNamespaceDelayedDeliveryPoliciesWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceDelayedDeliveryPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceDelayedDeliveryPoliciesResponse, error)

	// DeleteDispatchRate request
	DeleteDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*DeleteDispatchRateResponse, error)

	// GetNamespaceDispatchRate request
	GetNamespaceDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceDispatchRateResponse, error)

	// SetNamespaceDispatchRate request with any body
	SetNamespaceDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceDispatchRateResponse, error)

	SetNamespaceDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceDispatchRateJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceDispatchRateResponse, error)

	// GetEncryptionRequired request
	GetEncryptionRequiredWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetEncryptionRequiredResponse, error)

	// ModifyEncryptionRequired request with any body
	ModifyEncryptionRequiredWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ModifyEncryptionRequiredResponse, error)

	ModifyEncryptionRequiredWithResponse(ctx context.Context, tenant string, namespace string, body ModifyEncryptionRequiredJSONRequestBody, reqEditors ...RequestEditorFn) (*ModifyEncryptionRequiredResponse, error)

	// RemoveNamespaceEntryFilters request
	RemoveNamespaceEntryFiltersWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceEntryFiltersResponse, error)

	// GetNamespaceEntryFiltersPerTopic request
	GetNamespaceEntryFiltersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceEntryFiltersPerTopicResponse, error)

	// SetEntryFiltersPerTopic request with any body
	SetEntryFiltersPerTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetEntryFiltersPerTopicResponse, error)

	SetEntryFiltersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, body SetEntryFiltersPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*SetEntryFiltersPerTopicResponse, error)

	// RemoveInactiveTopicPolicies request
	RemoveInactiveTopicPoliciesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveInactiveTopicPoliciesResponse, error)

	// GetNamespaceInactiveTopicPolicies request
	GetNamespaceInactiveTopicPoliciesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceInactiveTopicPoliciesResponse, error)

	// SetNamespaceInactiveTopicPolicies request with any body
	SetNamespaceInactiveTopicPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceInactiveTopicPoliciesResponse, error)

	SetNamespaceInactiveTopicPoliciesWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceInactiveTopicPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceInactiveTopicPoliciesResponse, error)

	// GetIsAllowAutoUpdateSchema request
	GetIsAllowAutoUpdateSchemaWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetIsAllowAutoUpdateSchemaResponse, error)

	// SetIsAllowAutoUpdateSchema request with any body
	SetIsAllowAutoUpdateSchemaWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetIsAllowAutoUpdateSchemaResponse, error)

	SetIsAllowAutoUpdateSchemaWithResponse(ctx context.Context, tenant string, namespace string, body SetIsAllowAutoUpdateSchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*SetIsAllowAutoUpdateSchemaResponse, error)

	// RemoveNamespaceMaxConsumersPerSubscription request
	RemoveNamespaceMaxConsumersPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceMaxConsumersPerSubscriptionResponse, error)

	// GetNamespaceMaxConsumersPerSubscription request
	GetNamespaceMaxConsumersPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMaxConsumersPerSubscriptionResponse, error)

	// SetNamespaceMaxConsumersPerSubscription request with any body
	SetNamespaceMaxConsumersPerSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMaxConsumersPerSubscriptionResponse, error)

	SetNamespaceMaxConsumersPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxConsumersPerSubscriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceMaxConsumersPerSubscriptionResponse, error)

	// RemoveNamespaceMaxConsumersPerTopic request
	RemoveNamespaceMaxConsumersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceMaxConsumersPerTopicResponse, error)

	// GetNamespaceMaxConsumersPerTopic request
	GetNamespaceMaxConsumersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMaxConsumersPerTopicResponse, error)

	// SetNamespaceMaxConsumersPerTopic request with any body
	SetNamespaceMaxConsumersPerTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMaxConsumersPerTopicResponse, error)

	SetNamespaceMaxConsumersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxConsumersPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceMaxConsumersPerTopicResponse, error)

	// RemoveNamespaceMaxProducersPerTopic request
	RemoveNamespaceMaxProducersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceMaxProducersPerTopicResponse, error)

	// GetNamespaceMaxProducersPerTopic request
	GetNamespaceMaxProducersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMaxProducersPerTopicResponse, error)

	// SetNamespaceMaxProducersPerTopic request with any body
	SetNamespaceMaxProducersPerTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMaxProducersPerTopicResponse, error)

	SetNamespaceMaxProducersPerTopicWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxProducersPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceMaxProducersPerTopicResponse, error)

	// RemoveNamespaceMaxSubscriptionsPerTopic request
	RemoveNamespaceMaxSubscriptionsPerTopicWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceMaxSubscriptionsPerTopicResponse, error)

	// GetNamespaceMaxSubscriptionsPerTopic request
	GetNamespaceMaxSubscriptionsPerTopicWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMaxSubscriptionsPerTopicResponse, error)

	// SetNamespaceMaxSubscriptionsPerTopic request with any body
	SetNamespaceMaxSubscriptionsPerTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMaxSubscriptionsPerTopicResponse, error)

	SetNamespaceMaxSubscriptionsPerTopicWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxSubscriptionsPerTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceMaxSubscriptionsPerTopicResponse, error)

	// DeleteNamespaceMaxTopicsPerNamespace request
	DeleteNamespaceMaxTopicsPerNamespaceWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*DeleteNamespaceMaxTopicsPerNamespaceResponse, error)

	// GetNamespaceMaxTopicsPerNamespace request
	GetNamespaceMaxTopicsPerNamespaceWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMaxTopicsPerNamespaceResponse, error)

	// SetNamespaceMaxTopicsPerNamespace request with any body
	SetNamespaceMaxTopicsPerNamespaceWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMaxTopicsPerNamespaceResponse, error)

	SetNamespaceMaxTopicsPerNamespaceWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxTopicsPerNamespaceJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceMaxTopicsPerNamespaceResponse, error)

	// RemoveNamespaceMaxUnackedmessagesPerConsumer request
	RemoveNamespaceMaxUnackedmessagesPerConsumerWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceMaxUnackedmessagesPerConsumerResponse, error)

	// GetNamespaceMaxUnackedMessagesPerConsumer request
	GetNamespaceMaxUnackedMessagesPerConsumerWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMaxUnackedMessagesPerConsumerResponse, error)

	// SetNamespaceMaxUnackedMessagesPerConsumer request with any body
	SetNamespaceMaxUnackedMessagesPerConsumerWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMaxUnackedMessagesPerConsumerResponse, error)

	SetNamespaceMaxUnackedMessagesPerConsumerWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxUnackedMessagesPerConsumerJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceMaxUnackedMessagesPerConsumerResponse, error)

	// RemoveNamespaceMaxUnackedmessagesPerSubscription request
	RemoveNamespaceMaxUnackedmessagesPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceMaxUnackedmessagesPerSubscriptionResponse, error)

	// GetNamespaceMaxUnackedmessagesPerSubscription request
	GetNamespaceMaxUnackedmessagesPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMaxUnackedmessagesPerSubscriptionResponse, error)

	// SetNamespaceMaxUnackedMessagesPerSubscription request with any body
	SetNamespaceMaxUnackedMessagesPerSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMaxUnackedMessagesPerSubscriptionResponse, error)

	SetNamespaceMaxUnackedMessagesPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceMaxUnackedMessagesPerSubscriptionJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceMaxUnackedMessagesPerSubscriptionResponse, error)

	// RemoveNamespaceMessageTTL request
	RemoveNamespaceMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceMessageTTLResponse, error)

	// GetNamespaceMessageTTL request
	GetNamespaceMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceMessageTTLResponse, error)

	// SetNamespaceMessageTTL request with any body
	SetNamespaceMessageTTLWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceMessageTTLResponse, error)

	SetNamespaceMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceMessageTTLJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceMessageTTLResponse, error)

	// ClearOffloadDeletionLag request
	ClearOffloadDeletionLagWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*ClearOffloadDeletionLagResponse, error)

	// GetNamespaceOffloadDeletionLag request
	GetNamespaceOffloadDeletionLagWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceOffloadDeletionLagResponse, error)

	// SetNamespaceOffloadDeletionLag request with any body
	SetNamespaceOffloadDeletionLagWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceOffloadDeletionLagResponse, error)

	SetNamespaceOffloadDeletionLagWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceOffloadDeletionLagJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceOffloadDeletionLagResponse, error)

	// GetNamespaceOffloadPolicies request
	GetNamespaceOffloadPoliciesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceOffloadPoliciesResponse, error)

	// SetNamespaceOffloadPolicies request with any body
	SetNamespaceOffloadPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceOffloadPoliciesResponse, error)

	SetNamespaceOffloadPoliciesWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceOffloadPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceOffloadPoliciesResponse, error)

	// GetNamespaceOffloadThreshold request
	GetNamespaceOffloadThresholdWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceOffloadThresholdResponse, error)

	// SetNamespaceOffloadThreshold request with any body
	SetNamespaceOffloadThresholdWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceOffloadThresholdResponse, error)

	SetNamespaceOffloadThresholdWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceOffloadThresholdJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceOffloadThresholdResponse, error)

	// GetPermissions request
	GetPermissionsWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetPermissionsResponse, error)

	// GetPermissionOnSubscription request
	GetPermissionOnSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetPermissionOnSubscriptionResponse, error)

	// RevokePermissionsOnNamespace request
	RevokePermissionsOnNamespaceWithResponse(ctx context.Context, tenant string, namespace string, role string, reqEditors ...RequestEditorFn) (*RevokePermissionsOnNamespaceResponse, error)

	// GrantPermissionOnNamespace request with any body
	GrantPermissionOnNamespaceWithBodyWithResponse(ctx context.Context, tenant string, namespace string, role string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GrantPermissionOnNamespaceResponse, error)

	GrantPermissionOnNamespaceWithResponse(ctx context.Context, tenant string, namespace string, role string, body GrantPermissionOnNamespaceJSONRequestBody, reqEditors ...RequestEditorFn) (*GrantPermissionOnNamespaceResponse, error)

	// DeletePersistence request
	DeletePersistenceWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*DeletePersistenceResponse, error)

	// GetNamespacePersistence request
	GetNamespacePersistenceWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespacePersistenceResponse, error)

	// SetNamespacePersistence request with any body
	SetNamespacePersistenceWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespacePersistenceResponse, error)

	SetNamespacePersistenceWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespacePersistenceJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespacePersistenceResponse, error)

	// SetBookieAffinityGroup request with any body
	SetBookieAffinityGroupWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetBookieAffinityGroupResponse, error)

	SetBookieAffinityGroupWithResponse(ctx context.Context, tenant string, namespace string, body SetBookieAffinityGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*SetBookieAffinityGroupResponse, error)

	// ClearProperties request
	ClearPropertiesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*ClearPropertiesResponse, error)

	// GetNamespaceProperties request
	GetNamespacePropertiesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespacePropertiesResponse, error)

	// SetProperties request with any body
	SetPropertiesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPropertiesResponse, error)

	SetPropertiesWithResponse(ctx context.Context, tenant string, namespace string, body SetPropertiesJSONRequestBody, reqEditors ...RequestEditorFn) (*SetPropertiesResponse, error)

	// RemoveProperty request
	RemovePropertyWithResponse(ctx context.Context, tenant string, namespace string, key string, reqEditors ...RequestEditorFn) (*RemovePropertyResponse, error)

	// GetProperty request
	GetPropertyWithResponse(ctx context.Context, tenant string, namespace string, key string, reqEditors ...RequestEditorFn) (*GetPropertyResponse, error)

	// SetProperty request
	SetPropertyWithResponse(ctx context.Context, tenant string, namespace string, key string, value string, reqEditors ...RequestEditorFn) (*SetPropertyResponse, error)

	// RemoveNamespaceOffloadPolicies request
	RemoveNamespaceOffloadPoliciesWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceOffloadPoliciesResponse, error)

	// GetNamespaceReplicationClusters request
	GetNamespaceReplicationClustersWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceReplicationClustersResponse, error)

	// SetNamespaceReplicationClusters request with any body
	SetNamespaceReplicationClustersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceReplicationClustersResponse, error)

	SetNamespaceReplicationClustersWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceReplicationClustersJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceReplicationClustersResponse, error)

	// RemoveNamespaceReplicatorDispatchRate request
	RemoveNamespaceReplicatorDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceReplicatorDispatchRateResponse, error)

	// GetNamespaceReplicatorDispatchRate request
	GetNamespaceReplicatorDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceReplicatorDispatchRateResponse, error)

	// SetNamespaceReplicatorDispatchRate request with any body
	SetNamespaceReplicatorDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceReplicatorDispatchRateResponse, error)

	SetNamespaceReplicatorDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceReplicatorDispatchRateJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceReplicatorDispatchRateResponse, error)

	// RemoveNamespaceResourceGroup request
	RemoveNamespaceResourceGroupWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceResourceGroupResponse, error)

	// GetNamespaceResourceGroup request
	GetNamespaceResourceGroupWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceResourceGroupResponse, error)

	// SetNamespaceResourceGroup request
	SetNamespaceResourceGroupWithResponse(ctx context.Context, tenant string, namespace string, resourcegroup string, reqEditors ...RequestEditorFn) (*SetNamespaceResourceGroupResponse, error)

	// RemoveNamespaceRetention request with any body
	RemoveNamespaceRetentionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveNamespaceRetentionResponse, error)

	RemoveNamespaceRetentionWithResponse(ctx context.Context, tenant string, namespace string, body RemoveNamespaceRetentionJSONRequestBody, reqEditors ...RequestEditorFn) (*RemoveNamespaceRetentionResponse, error)

	// GetNamespaceRetention request
	GetNamespaceRetentionWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceRetentionResponse, error)

	// SetNamespaceRetention request with any body
	SetNamespaceRetentionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceRetentionResponse, error)

	SetNamespaceRetentionWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceRetentionJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceRetentionResponse, error)

	// ScanOffloadedLedgers request
	ScanOffloadedLedgersWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*ScanOffloadedLedgersResponse, error)

	// GetSchemaAutoUpdateCompatibilityStrategy request
	GetSchemaAutoUpdateCompatibilityStrategyWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetSchemaAutoUpdateCompatibilityStrategyResponse, error)

	// SetSchemaAutoUpdateCompatibilityStrategy request with any body
	SetSchemaAutoUpdateCompatibilityStrategyWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetSchemaAutoUpdateCompatibilityStrategyResponse, error)

	SetSchemaAutoUpdateCompatibilityStrategyWithResponse(ctx context.Context, tenant string, namespace string, body SetSchemaAutoUpdateCompatibilityStrategyJSONRequestBody, reqEditors ...RequestEditorFn) (*SetSchemaAutoUpdateCompatibilityStrategyResponse, error)

	// GetNamespaceSchemaCompatibilityStrategy request
	GetNamespaceSchemaCompatibilityStrategyWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceSchemaCompatibilityStrategyResponse, error)

	// SetNamespaceSchemaCompatibilityStrategy request with any body
	SetNamespaceSchemaCompatibilityStrategyWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceSchemaCompatibilityStrategyResponse, error)

	SetNamespaceSchemaCompatibilityStrategyWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceSchemaCompatibilityStrategyJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceSchemaCompatibilityStrategyResponse, error)

	// GetSchemaValidtionEnforced request
	GetSchemaValidtionEnforcedWithResponse(ctx context.Context, tenant string, namespace string, params *GetSchemaValidtionEnforcedParams, reqEditors ...RequestEditorFn) (*GetSchemaValidtionEnforcedResponse, error)

	// SetNamespaceSchemaValidationEnforced request with any body
	SetNamespaceSchemaValidationEnforcedWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceSchemaValidationEnforcedResponse, error)

	SetNamespaceSchemaValidationEnforcedWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceSchemaValidationEnforcedJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceSchemaValidationEnforcedResponse, error)

	// DeleteSubscribeRate request
	DeleteSubscribeRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*DeleteSubscribeRateResponse, error)

	// GetNamespaceSubscribeRate request
	GetNamespaceSubscribeRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceSubscribeRateResponse, error)

	// SetNamespaceSubscribeRate request with any body
	SetNamespaceSubscribeRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceSubscribeRateResponse, error)

	SetNamespaceSubscribeRateWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscribeRateJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceSubscribeRateResponse, error)

	// GetSubscriptionAuthMode request
	GetSubscriptionAuthModeWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetSubscriptionAuthModeResponse, error)

	// SetNamespaceSubscriptionAuthMode request with any body
	SetNamespaceSubscriptionAuthModeWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionAuthModeResponse, error)

	SetNamespaceSubscriptionAuthModeWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionAuthModeJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionAuthModeResponse, error)

	// DeleteSubscriptionDispatchRate request
	DeleteSubscriptionDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*DeleteSubscriptionDispatchRateResponse, error)

	// GetNamespaceSubscriptionDispatchRate request
	GetNamespaceSubscriptionDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceSubscriptionDispatchRateResponse, error)

	// SetNamespaceSubscriptionDispatchRate request with any body
	SetNamespaceSubscriptionDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionDispatchRateResponse, error)

	SetNamespaceSubscriptionDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionDispatchRateJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionDispatchRateResponse, error)

	// RemoveSubscriptionExpirationTime request
	RemoveSubscriptionExpirationTimeWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveSubscriptionExpirationTimeResponse, error)

	// GetSubscriptionExpirationTime request
	GetSubscriptionExpirationTimeWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetSubscriptionExpirationTimeResponse, error)

	// SetNamespaceSubscriptionExpirationTime request with any body
	SetNamespaceSubscriptionExpirationTimeWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionExpirationTimeResponse, error)

	SetNamespaceSubscriptionExpirationTimeWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionExpirationTimeJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionExpirationTimeResponse, error)

	// RemoveNamespaceSubscriptionTypesEnabled request
	RemoveNamespaceSubscriptionTypesEnabledWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*RemoveNamespaceSubscriptionTypesEnabledResponse, error)

	// GetNamespaceSubscriptionTypesEnabled request
	GetNamespaceSubscriptionTypesEnabledWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*GetNamespaceSubscriptionTypesEnabledResponse, error)

	// SetNamespaceSubscriptionTypesEnabled request with any body
	SetNamespaceSubscriptionTypesEnabledWithBodyWithResponse(ctx context.Context, tenant string, namespace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionTypesEnabledResponse, error)

	SetNamespaceSubscriptionTypesEnabledWithResponse(ctx context.Context, tenant string, namespace string, body SetNamespaceSubscriptionTypesEnabledJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceSubscriptionTypesEnabledResponse, error)

	// GetTopics request
	GetTopicsWithResponse(ctx context.Context, tenant string, namespace string, params *GetTopicsParams, reqEditors ...RequestEditorFn) (*GetTopicsResponse, error)

	// UnloadNamespace request
	UnloadNamespaceWithResponse(ctx context.Context, tenant string, namespace string, reqEditors ...RequestEditorFn) (*UnloadNamespaceResponse, error)

	// UnsubscribeNamespace request
	UnsubscribeNamespaceWithResponse(ctx context.Context, tenant string, namespace string, subscription string, params *UnsubscribeNamespaceParams, reqEditors ...RequestEditorFn) (*UnsubscribeNamespaceResponse, error)

	// DeleteNamespaceBundle request
	DeleteNamespaceBundleWithResponse(ctx context.Context, tenant string, namespace string, bundle string, params *DeleteNamespaceBundleParams, reqEditors ...RequestEditorFn) (*DeleteNamespaceBundleResponse, error)

	// ClearNamespaceBundleBacklog request
	ClearNamespaceBundleBacklogWithResponse(ctx context.Context, tenant string, namespace string, bundle string, params *ClearNamespaceBundleBacklogParams, reqEditors ...RequestEditorFn) (*ClearNamespaceBundleBacklogResponse, error)

	// ClearNamespaceBundleBacklogForSubscription request
	ClearNamespaceBundleBacklogForSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, bundle string, subscription string, params *ClearNamespaceBundleBacklogForSubscriptionParams, reqEditors ...RequestEditorFn) (*ClearNamespaceBundleBacklogForSubscriptionResponse, error)

	// SplitNamespaceBundle request with any body
	SplitNamespaceBundleWithBodyWithResponse(ctx context.Context, tenant string, namespace string, bundle string, params *SplitNamespaceBundleParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SplitNamespaceBundleResponse, error)

	SplitNamespaceBundleWithResponse(ctx context.Context, tenant string, namespace string, bundle string, params *SplitNamespaceBundleParams, body SplitNamespaceBundleJSONRequestBody, reqEditors ...RequestEditorFn) (*SplitNamespaceBundleResponse, error)

	// GetTopicHashPositions request
	GetTopicHashPositionsWithResponse(ctx context.Context, tenant string, namespace string, bundle string, params *GetTopicHashPositionsParams, reqEditors ...RequestEditorFn) (*GetTopicHashPositionsResponse, error)

	// UnloadNamespaceBundle request
	UnloadNamespaceBundleWithResponse(ctx context.Context, tenant string, namespace string, bundle string, params *UnloadNamespaceBundleParams, reqEditors ...RequestEditorFn) (*UnloadNamespaceBundleResponse, error)

	// UnsubscribeNamespaceBundle request
	UnsubscribeNamespaceBundleWithResponse(ctx context.Context, tenant string, namespace string, bundle string, subscription string, params *UnsubscribeNamespaceBundleParams, reqEditors ...RequestEditorFn) (*UnsubscribeNamespaceBundleResponse, error)

	// GetNonPersistentTopicList request
	GetNonPersistentTopicListWithResponse(ctx context.Context, tenant string, namespace string, params *GetNonPersistentTopicListParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicListResponse, error)

	// GetNonPersistentPartitionedTopicList request
	GetNonPersistentPartitionedTopicListWithResponse(ctx context.Context, tenant string, namespace string, params *GetNonPersistentPartitionedTopicListParams, reqEditors ...RequestEditorFn) (*GetNonPersistentPartitionedTopicListResponse, error)

	// GetListFromBundle request
	GetListFromBundleWithResponse(ctx context.Context, tenant string, namespace string, bundle string, reqEditors ...RequestEditorFn) (*GetListFromBundleResponse, error)

	// DeleteNonPersistentTopic request
	DeleteNonPersistentTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicResponse, error)

	// CreateNonPersistentTopicNonPartitionedTopic request with any body
	CreateNonPersistentTopicNonPartitionedTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *CreateNonPersistentTopicNonPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateNonPersistentTopicNonPartitionedTopicResponse, error)

	// ExpireNonPersistentTopicMessagesForAllSubscriptions request
	ExpireNonPersistentTopicMessagesForAllSubscriptionsWithResponse(ctx context.Context, tenant string, namespace string, topic string, expireTimeInSeconds int32, params *ExpireNonPersistentTopicMessagesForAllSubscriptionsParams, reqEditors ...RequestEditorFn) (*ExpireNonPersistentTopicMessagesForAllSubscriptionsResponse, error)

	// GetNonPersistentTopicBacklog request
	GetNonPersistentTopicBacklogWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicBacklogParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicBacklogResponse, error)

	// RemoveNonPersistentTopicBacklogQuota request
	RemoveNonPersistentTopicBacklogQuotaWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicBacklogQuotaResponse, error)

	// SetNonPersistentTopicBacklogQuota request
	SetNonPersistentTopicBacklogQuotaWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicBacklogQuotaResponse, error)

	// GetNonPersistentTopicBacklogQuotaMap request
	GetNonPersistentTopicBacklogQuotaMapWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicBacklogQuotaMapParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicBacklogQuotaMapResponse, error)

	// GetNonPersistentTopicBacklogSizeByMessageId request
	GetNonPersistentTopicBacklogSizeByMessageIdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicBacklogSizeByMessageIdParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicBacklogSizeByMessageIdResponse, error)

	// GetNonPersistentTopicCompactionStatus request
	GetNonPersistentTopicCompactionStatusWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicCompactionStatusParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicCompactionStatusResponse, error)

	// CompactNonPersistentTopic request
	CompactNonPersistentTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *CompactNonPersistentTopicParams, reqEditors ...RequestEditorFn) (*CompactNonPersistentTopicResponse, error)

	// RemoveNonPersistentTopicCompactionThreshold request
	RemoveNonPersistentTopicCompactionThresholdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicCompactionThresholdResponse, error)

	// GetNonPersistentTopicCompactionThreshold request
	GetNonPersistentTopicCompactionThresholdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicCompactionThresholdResponse, error)

	// SetNonPersistentTopicCompactionThreshold request with any body
	SetNonPersistentTopicCompactionThresholdWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicCompactionThresholdParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicCompactionThresholdResponse, error)

	// CreateNonPersistentTopicMissedPartitions request
	CreateNonPersistentTopicMissedPartitionsWithResponse(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*CreateNonPersistentTopicMissedPartitionsResponse, error)

	// RemoveNonPersistentTopicDeduplication request
	RemoveNonPersistentTopicDeduplicationWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicDeduplicationResponse, error)

	// GetNonPersistentTopicDeduplication request
	GetNonPersistentTopicDeduplicationWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicDeduplicationResponse, error)

	// SetNonPersistentTopicDeduplication request with any body
	SetNonPersistentTopicDeduplicationWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDeduplicationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicDeduplicationResponse, error)

	// DeleteNonPersistentTopicDeduplicationSnapshotInterval request
	DeleteNonPersistentTopicDeduplicationSnapshotIntervalWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicDeduplicationSnapshotIntervalResponse, error)

	// GetNonPersistentTopicDeduplicationSnapshotInterval request
	GetNonPersistentTopicDeduplicationSnapshotIntervalWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicDeduplicationSnapshotIntervalResponse, error)

	// SetNonPersistentTopicDeduplicationSnapshotInterval request with any body
	SetNonPersistentTopicDeduplicationSnapshotIntervalWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDeduplicationSnapshotIntervalParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicDeduplicationSnapshotIntervalResponse, error)

	// DeleteNonPersistentTopicDelayedDeliveryPolicies request
	DeleteNonPersistentTopicDelayedDeliveryPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicDelayedDeliveryPoliciesResponse, error)

	// GetNonPersistentTopicDelayedDeliveryPolicies request
	GetNonPersistentTopicDelayedDeliveryPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicDelayedDeliveryPoliciesResponse, error)

	// SetNonPersistentTopicDelayedDeliveryPolicies request with any body
	SetNonPersistentTopicDelayedDeliveryPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDelayedDeliveryPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicDelayedDeliveryPoliciesResponse, error)

	// RemoveNonPersistentTopicDispatchRate request
	RemoveNonPersistentTopicDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicDispatchRateResponse, error)

	// GetNonPersistentTopicDispatchRate request
	GetNonPersistentTopicDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicDispatchRateResponse, error)

	// SetNonPersistentTopicDispatchRate request with any body
	SetNonPersistentTopicDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicDispatchRateResponse, error)

	// RemoveNonPersistentTopicEntryFilters request
	RemoveNonPersistentTopicEntryFiltersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicEntryFiltersResponse, error)

	// GetNonPersistentTopicEntryFilters request
	GetNonPersistentTopicEntryFiltersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicEntryFiltersResponse, error)

	// SetNonPersistentTopicEntryFilters request with any body
	SetNonPersistentTopicEntryFiltersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicEntryFiltersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicEntryFiltersResponse, error)

	// ExamineNonPersistentTopicMessage request
	ExamineNonPersistentTopicMessageWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *ExamineNonPersistentTopicMessageParams, reqEditors ...RequestEditorFn) (*ExamineNonPersistentTopicMessageResponse, error)

	// DeleteNonPersistentTopicInactiveTopicPolicies request
	DeleteNonPersistentTopicInactiveTopicPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicInactiveTopicPoliciesResponse, error)

	// GetNonPersistentTopicInactiveTopicPolicies request
	GetNonPersistentTopicInactiveTopicPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicInactiveTopicPoliciesResponse, error)

	// SetNonPersistentTopicInactiveTopicPolicies request with any body
	SetNonPersistentTopicInactiveTopicPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicInactiveTopicPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicInactiveTopicPoliciesResponse, error)

	// GetNonPersistentTopicManagedLedgerInfo request
	GetNonPersistentTopicManagedLedgerInfoWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicManagedLedgerInfoParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicManagedLedgerInfoResponse, error)

	// GetNonPersistentTopicInternalStats request
	GetNonPersistentTopicInternalStatsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicInternalStatsParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicInternalStatsResponse, error)

	// GetNonPersistentTopicLastMessageId request
	GetNonPersistentTopicLastMessageIdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicLastMessageIdParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicLastMessageIdResponse, error)

	// GetNonPersistentTopicMessageById request
	GetNonPersistentTopicMessageByIdWithResponse(ctx context.Context, tenant string, namespace string, topic string, ledgerId int64, entryId int64, params *GetNonPersistentTopicMessageByIdParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMessageByIdResponse, error)

	// RemoveNonPersistentTopicMaxConsumers request
	RemoveNonPersistentTopicMaxConsumersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicMaxConsumersResponse, error)

	// GetNonPersistentTopicMaxConsumers request
	GetNonPersistentTopicMaxConsumersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMaxConsumersResponse, error)

	// SetNonPersistentTopicMaxConsumers request with any body
	SetNonPersistentTopicMaxConsumersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxConsumersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMaxConsumersResponse, error)

	// RemoveNonPersistentTopicMaxConsumersPerSubscription request
	RemoveNonPersistentTopicMaxConsumersPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicMaxConsumersPerSubscriptionResponse, error)

	// GetNonPersistentTopicMaxConsumersPerSubscription request
	GetNonPersistentTopicMaxConsumersPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMaxConsumersPerSubscriptionResponse, error)

	// SetNonPersistentTopicMaxConsumersPerSubscription request with any body
	SetNonPersistentTopicMaxConsumersPerSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxConsumersPerSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMaxConsumersPerSubscriptionResponse, error)

	// RemoveNonPersistentTopicMaxMessageSize request
	RemoveNonPersistentTopicMaxMessageSizeWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicMaxMessageSizeResponse, error)

	// GetNonPersistentTopicMaxMessageSize request
	GetNonPersistentTopicMaxMessageSizeWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMaxMessageSizeResponse, error)

	// SetNonPersistentTopicMaxMessageSize request with any body
	SetNonPersistentTopicMaxMessageSizeWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxMessageSizeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMaxMessageSizeResponse, error)

	// RemoveNonPersistentTopicMaxProducers request
	RemoveNonPersistentTopicMaxProducersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicMaxProducersResponse, error)

	// GetNonPersistentTopicMaxProducers request
	GetNonPersistentTopicMaxProducersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMaxProducersResponse, error)

	// SetNonPersistentTopicMaxProducers request with any body
	SetNonPersistentTopicMaxProducersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxProducersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMaxProducersResponse, error)

	// RemoveNonPersistentTopicMaxSubscriptionsPerTopic request
	RemoveNonPersistentTopicMaxSubscriptionsPerTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicMaxSubscriptionsPerTopicResponse, error)

	// GetNonPersistentTopicMaxSubscriptionsPerTopic request
	GetNonPersistentTopicMaxSubscriptionsPerTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMaxSubscriptionsPerTopicResponse, error)

	// SetNonPersistentTopicMaxSubscriptionsPerTopic request with any body
	SetNonPersistentTopicMaxSubscriptionsPerTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxSubscriptionsPerTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMaxSubscriptionsPerTopicResponse, error)

	// DeleteNonPersistentTopicMaxUnackedMessagesOnConsumer request
	DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

	// GetNonPersistentTopicMaxUnackedMessagesOnConsumer request
	GetNonPersistentTopicMaxUnackedMessagesOnConsumerWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

	// SetNonPersistentTopicMaxUnackedMessagesOnConsumer request with any body
	SetNonPersistentTopicMaxUnackedMessagesOnConsumerWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxUnackedMessagesOnConsumerParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

	// DeleteNonPersistentTopicMaxUnackedMessagesOnSubscription request
	DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

	// GetNonPersistentTopicMaxUnackedMessagesOnSubscription request
	GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

	// SetNonPersistentTopicMaxUnackedMessagesOnSubscription request with any body
	SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

	// RemoveNonPersistentTopicMessageTTL request
	RemoveNonPersistentTopicMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicMessageTTLResponse, error)

	// GetNonPersistentTopicMessageTTL request
	GetNonPersistentTopicMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMessageTTLResponse, error)

	// SetNonPersistentTopicMessageTTL request
	SetNonPersistentTopicMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicMessageTTLResponse, error)

	// GetNonPersistentTopicMessageIdByTimestamp request
	GetNonPersistentTopicMessageIdByTimestampWithResponse(ctx context.Context, tenant string, namespace string, topic string, timestamp int64, params *GetNonPersistentTopicMessageIdByTimestampParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicMessageIdByTimestampResponse, error)

	// OffloadNonPersistentTopicStatus request
	OffloadNonPersistentTopicStatusWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *OffloadNonPersistentTopicStatusParams, reqEditors ...RequestEditorFn) (*OffloadNonPersistentTopicStatusResponse, error)

	// TriggerNonPersistentTopicOffload request
	TriggerNonPersistentTopicOffloadWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TriggerNonPersistentTopicOffloadParams, reqEditors ...RequestEditorFn) (*TriggerNonPersistentTopicOffloadResponse, error)

	// RemoveNonPersistentTopicOffloadPolicies request
	RemoveNonPersistentTopicOffloadPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicOffloadPoliciesResponse, error)

	// GetNonPersistentTopicOffloadPolicies request
	GetNonPersistentTopicOffloadPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicOffloadPoliciesResponse, error)

	// SetNonPersistentTopicOffloadPolicies request with any body
	SetNonPersistentTopicOffloadPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicOffloadPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicOffloadPoliciesResponse, error)

	// GetNonPersistentTopicPartitionedStats request
	GetNonPersistentTopicPartitionedStatsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPartitionedStatsParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicPartitionedStatsResponse, error)

	// DeleteNonPersistentTopicPartitionedTopic request
	DeleteNonPersistentTopicPartitionedTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicPartitionedTopicResponse, error)

	// GetNonPersistentTopicPartitionedMetadata request
	GetNonPersistentTopicPartitionedMetadataWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPartitionedMetadataParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicPartitionedMetadataResponse, error)

	// UpdateNonPersistentTopicPartitionedTopic request with any body
	UpdateNonPersistentTopicPartitionedTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *UpdateNonPersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNonPersistentTopicPartitionedTopicResponse, error)

	// CreateNonPersistentTopicPartitionedTopic request with any body
	CreateNonPersistentTopicPartitionedTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *CreateNonPersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateNonPersistentTopicPartitionedTopicResponse, error)

	CreateNonPersistentTopicPartitionedTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *CreateNonPersistentTopicPartitionedTopicParams, body CreateNonPersistentTopicPartitionedTopicJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateNonPersistentTopicPartitionedTopicResponse, error)

	// GetNonPersistentTopicPermissionsOnTopic request
	GetNonPersistentTopicPermissionsOnTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicPermissionsOnTopicResponse, error)

	// RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopic request
	RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, role string, reqEditors ...RequestEditorFn) (*RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicResponse, error)

	// GrantNonPersistentTopicPermissionsOnTopic request with any body
	GrantNonPersistentTopicPermissionsOnTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, role string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GrantNonPersistentTopicPermissionsOnTopicResponse, error)

	// RemoveNonPersistentTopicPersistence request
	RemoveNonPersistentTopicPersistenceWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicPersistenceResponse, error)

	// GetNonPersistentTopicPersistence request
	GetNonPersistentTopicPersistenceWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicPersistenceResponse, error)

	// SetNonPersistentTopicPersistence request with any body
	SetNonPersistentTopicPersistenceWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicPersistenceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicPersistenceResponse, error)

	// RemoveNonPersistentTopicProperties request
	RemoveNonPersistentTopicPropertiesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicPropertiesResponse, error)

	// GetNonPersistentTopicProperties request
	GetNonPersistentTopicPropertiesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicPropertiesResponse, error)

	// UpdateNonPersistentTopicProperties request with any body
	UpdateNonPersistentTopicPropertiesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *UpdateNonPersistentTopicPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNonPersistentTopicPropertiesResponse, error)

	// RemoveNonPersistentTopicPublishRate request
	RemoveNonPersistentTopicPublishRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicPublishRateResponse, error)

	// GetNonPersistentTopicPublishRate request
	GetNonPersistentTopicPublishRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicPublishRateResponse, error)

	// SetNonPersistentTopicPublishRate request with any body
	SetNonPersistentTopicPublishRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicPublishRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicPublishRateResponse, error)

	// RemoveNonPersistentTopicReplicationClusters request
	RemoveNonPersistentTopicReplicationClustersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicReplicationClustersResponse, error)

	// GetNonPersistentTopicReplicationClusters request
	GetNonPersistentTopicReplicationClustersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicReplicationClustersResponse, error)

	// SetNonPersistentTopicReplicationClusters request with any body
	SetNonPersistentTopicReplicationClustersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicReplicationClustersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicReplicationClustersResponse, error)

	// RemoveNonPersistentTopicReplicatorDispatchRate request
	RemoveNonPersistentTopicReplicatorDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicReplicatorDispatchRateResponse, error)

	// GetNonPersistentTopicReplicatorDispatchRate request
	GetNonPersistentTopicReplicatorDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicReplicatorDispatchRateResponse, error)

	// SetNonPersistentTopicReplicatorDispatchRate request with any body
	SetNonPersistentTopicReplicatorDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicReplicatorDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicReplicatorDispatchRateResponse, error)

	// RemoveNonPersistentTopicRetention request
	RemoveNonPersistentTopicRetentionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicRetentionResponse, error)

	// GetNonPersistentTopicRetention request
	GetNonPersistentTopicRetentionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicRetentionResponse, error)

	// SetNonPersistentTopicRetention request with any body
	SetNonPersistentTopicRetentionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicRetentionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicRetentionResponse, error)

	// RemoveNonPersistentTopicSchemaCompatibilityStrategy request with any body
	RemoveNonPersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicSchemaCompatibilityStrategyResponse, error)

	// GetNonPersistentTopicSchemaCompatibilityStrategy request
	GetNonPersistentTopicSchemaCompatibilityStrategyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSchemaCompatibilityStrategyParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSchemaCompatibilityStrategyResponse, error)

	// SetNonPersistentTopicSchemaCompatibilityStrategy request with any body
	SetNonPersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicSchemaCompatibilityStrategyResponse, error)

	// GetNonPersistentTopicSchemaValidationEnforced request
	GetNonPersistentTopicSchemaValidationEnforcedWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSchemaValidationEnforcedParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSchemaValidationEnforcedResponse, error)

	// SetNonPersistentTopicSchemaValidationEnforced request with any body
	SetNonPersistentTopicSchemaValidationEnforcedWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSchemaValidationEnforcedParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicSchemaValidationEnforcedResponse, error)

	// DeleteNonPersistentTopicShadowTopics request
	DeleteNonPersistentTopicShadowTopicsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteNonPersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicShadowTopicsResponse, error)

	// GetNonPersistentTopicShadowTopics request
	GetNonPersistentTopicShadowTopicsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicShadowTopicsResponse, error)

	// SetNonPersistentTopicShadowTopics request with any body
	SetNonPersistentTopicShadowTopicsWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicShadowTopicsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicShadowTopicsResponse, error)

	// GetNonPersistentTopicStats request
	GetNonPersistentTopicStatsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicStatsParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicStatsResponse, error)

	// RemoveNonPersistentTopicSubscribeRate request with any body
	RemoveNonPersistentTopicSubscribeRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicSubscribeRateResponse, error)

	// GetNonPersistentTopicSubscribeRate request
	GetNonPersistentTopicSubscribeRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscribeRateParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSubscribeRateResponse, error)

	// SetNonPersistentTopicSubscribeRate request with any body
	SetNonPersistentTopicSubscribeRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicSubscribeRateResponse, error)

	// DeleteNonPersistentTopicSubscription request
	DeleteNonPersistentTopicSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *DeleteNonPersistentTopicSubscriptionParams, reqEditors ...RequestEditorFn) (*DeleteNonPersistentTopicSubscriptionResponse, error)

	// AnalyzeNonPersistentTopicSubscriptionBacklog request with any body
	AnalyzeNonPersistentTopicSubscriptionBacklogWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *AnalyzeNonPersistentTopicSubscriptionBacklogParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnalyzeNonPersistentTopicSubscriptionBacklogResponse, error)

	// ExpireNonPersistentTopicMessages request with any body
	ExpireNonPersistentTopicMessagesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ExpireNonPersistentTopicMessagesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExpireNonPersistentTopicMessagesResponse, error)

	// ExpireNonPersistentTopicMessagesTimeInSeconds request
	ExpireNonPersistentTopicMessagesTimeInSecondsWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, expireTimeInSeconds int32, params *ExpireNonPersistentTopicMessagesTimeInSecondsParams, reqEditors ...RequestEditorFn) (*ExpireNonPersistentTopicMessagesTimeInSecondsResponse, error)

	// PeekNonPersistentTopicNthMessage request
	PeekNonPersistentTopicNthMessageWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, messagePosition int32, params *PeekNonPersistentTopicNthMessageParams, reqEditors ...RequestEditorFn) (*PeekNonPersistentTopicNthMessageResponse, error)

	// GetNonPersistentTopicSubscriptionProperties request
	GetNonPersistentTopicSubscriptionPropertiesWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetNonPersistentTopicSubscriptionPropertiesParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSubscriptionPropertiesResponse, error)

	// UpdateNonPersistentTopicSubscriptionProperties request with any body
	UpdateNonPersistentTopicSubscriptionPropertiesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *UpdateNonPersistentTopicSubscriptionPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNonPersistentTopicSubscriptionPropertiesResponse, error)

	// GetNonPersistentTopicReplicatedSubscriptionStatus request
	GetNonPersistentTopicReplicatedSubscriptionStatusWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetNonPersistentTopicReplicatedSubscriptionStatusParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicReplicatedSubscriptionStatusResponse, error)

	// SetNonPersistentTopicReplicatedSubscriptionStatus request with any body
	SetNonPersistentTopicReplicatedSubscriptionStatusWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetNonPersistentTopicReplicatedSubscriptionStatusParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicReplicatedSubscriptionStatusResponse, error)

	// ResetNonPersistentTopicCursorOnPosition request with any body
	ResetNonPersistentTopicCursorOnPositionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ResetNonPersistentTopicCursorOnPositionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ResetNonPersistentTopicCursorOnPositionResponse, error)

	// ResetNonPersistentTopicCursor request
	ResetNonPersistentTopicCursorWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, timestamp int64, params *ResetNonPersistentTopicCursorParams, reqEditors ...RequestEditorFn) (*ResetNonPersistentTopicCursorResponse, error)

	// SkipNonPersistentTopicMessages request
	SkipNonPersistentTopicMessagesWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, numMessages int32, params *SkipNonPersistentTopicMessagesParams, reqEditors ...RequestEditorFn) (*SkipNonPersistentTopicMessagesResponse, error)

	// SkipNonPersistentTopicAllMessages request
	SkipNonPersistentTopicAllMessagesWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SkipNonPersistentTopicAllMessagesParams, reqEditors ...RequestEditorFn) (*SkipNonPersistentTopicAllMessagesResponse, error)

	// CreateNonPersistentTopicSubscription request with any body
	CreateNonPersistentTopicSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subscriptionName string, params *CreateNonPersistentTopicSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateNonPersistentTopicSubscriptionResponse, error)

	// RemoveNonPersistentTopicSubscriptionDispatchRate request
	RemoveNonPersistentTopicSubscriptionDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicSubscriptionDispatchRateResponse, error)

	// GetNonPersistentTopicSubscriptionDispatchRate request
	GetNonPersistentTopicSubscriptionDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSubscriptionDispatchRateResponse, error)

	// SetNonPersistentTopicSubscriptionDispatchRate request with any body
	SetNonPersistentTopicSubscriptionDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSubscriptionDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicSubscriptionDispatchRateResponse, error)

	// RemoveNonPersistentTopicSubscriptionTypesEnabled request
	RemoveNonPersistentTopicSubscriptionTypesEnabledWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemoveNonPersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicSubscriptionTypesEnabledResponse, error)

	// GetNonPersistentTopicSubscriptionTypesEnabled request
	GetNonPersistentTopicSubscriptionTypesEnabledWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSubscriptionTypesEnabledResponse, error)

	// SetNonPersistentTopicSubscriptionTypesEnabled request with any body
	SetNonPersistentTopicSubscriptionTypesEnabledWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetNonPersistentTopicSubscriptionTypesEnabledParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicSubscriptionTypesEnabledResponse, error)

	// GetNonPersistentTopicSubscriptions request
	GetNonPersistentTopicSubscriptionsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetNonPersistentTopicSubscriptionsParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSubscriptionsResponse, error)

	// TerminateNonPersistentTopic request
	TerminateNonPersistentTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TerminateNonPersistentTopicParams, reqEditors ...RequestEditorFn) (*TerminateNonPersistentTopicResponse, error)

	// TerminateNonPersistentTopicPartitionedTopic request
	TerminateNonPersistentTopicPartitionedTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TerminateNonPersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*TerminateNonPersistentTopicPartitionedTopicResponse, error)

	// TruncateNonPersistentTopicTopic request
	TruncateNonPersistentTopicTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TruncateNonPersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*TruncateNonPersistentTopicTopicResponse, error)

	// UnloadNonPersistentTopicTopic request
	UnloadNonPersistentTopicTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *UnloadNonPersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*UnloadNonPersistentTopicTopicResponse, error)

	// RemoveNonPersistentTopicSubscriptionLevelDispatchRate request
	RemoveNonPersistentTopicSubscriptionLevelDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *RemoveNonPersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*RemoveNonPersistentTopicSubscriptionLevelDispatchRateResponse, error)

	// GetNonPersistentTopicSubscriptionLevelDispatchRate request
	GetNonPersistentTopicSubscriptionLevelDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetNonPersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*GetNonPersistentTopicSubscriptionLevelDispatchRateResponse, error)

	// SetNonPersistentTopicSubscriptionLevelDispatchRate request with any body
	SetNonPersistentTopicSubscriptionLevelDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetNonPersistentTopicSubscriptionLevelDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNonPersistentTopicSubscriptionLevelDispatchRateResponse, error)

	// GetPersistentTopicList request
	GetPersistentTopicListWithResponse(ctx context.Context, tenant string, namespace string, params *GetPersistentTopicListParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicListResponse, error)

	// GetPersistentPartitionedTopicList request
	GetPersistentPartitionedTopicListWithResponse(ctx context.Context, tenant string, namespace string, params *GetPersistentPartitionedTopicListParams, reqEditors ...RequestEditorFn) (*GetPersistentPartitionedTopicListResponse, error)

	// DeletePersistentTopic request
	DeletePersistentTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicResponse, error)

	// CreatePersistentTopicNonPartitionedTopic request with any body
	CreatePersistentTopicNonPartitionedTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *CreatePersistentTopicNonPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePersistentTopicNonPartitionedTopicResponse, error)

	// ExpirePersistentTopicMessagesForAllSubscriptions request
	ExpirePersistentTopicMessagesForAllSubscriptionsWithResponse(ctx context.Context, tenant string, namespace string, topic string, expireTimeInSeconds int32, params *ExpirePersistentTopicMessagesForAllSubscriptionsParams, reqEditors ...RequestEditorFn) (*ExpirePersistentTopicMessagesForAllSubscriptionsResponse, error)

	// GetPersistentTopicBacklog request
	GetPersistentTopicBacklogWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicBacklogParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicBacklogResponse, error)

	// RemovePersistentTopicBacklogQuota request
	RemovePersistentTopicBacklogQuotaWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicBacklogQuotaResponse, error)

	// SetPersistentTopicBacklogQuota request
	SetPersistentTopicBacklogQuotaWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicBacklogQuotaParams, reqEditors ...RequestEditorFn) (*SetPersistentTopicBacklogQuotaResponse, error)

	// GetPersistentTopicBacklogQuotaMap request
	GetPersistentTopicBacklogQuotaMapWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicBacklogQuotaMapParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicBacklogQuotaMapResponse, error)

	// GetPersistentTopicBacklogSizeByMessageId request
	GetPersistentTopicBacklogSizeByMessageIdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicBacklogSizeByMessageIdParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicBacklogSizeByMessageIdResponse, error)

	// GetPersistentTopicCompactionStatus request
	GetPersistentTopicCompactionStatusWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicCompactionStatusParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicCompactionStatusResponse, error)

	// CompactPersistentTopic request
	CompactPersistentTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *CompactPersistentTopicParams, reqEditors ...RequestEditorFn) (*CompactPersistentTopicResponse, error)

	// RemovePersistentTopicCompactionThreshold request
	RemovePersistentTopicCompactionThresholdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicCompactionThresholdResponse, error)

	// GetPersistentTopicCompactionThreshold request
	GetPersistentTopicCompactionThresholdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicCompactionThresholdParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicCompactionThresholdResponse, error)

	// SetPersistentTopicCompactionThreshold request with any body
	SetPersistentTopicCompactionThresholdWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicCompactionThresholdParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicCompactionThresholdResponse, error)

	// CreatePersistentTopicMissedPartitions request
	CreatePersistentTopicMissedPartitionsWithResponse(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*CreatePersistentTopicMissedPartitionsResponse, error)

	// RemovePersistentTopicDeduplication request
	RemovePersistentTopicDeduplicationWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicDeduplicationResponse, error)

	// GetPersistentTopicDeduplication request
	GetPersistentTopicDeduplicationWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDeduplicationParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicDeduplicationResponse, error)

	// SetPersistentTopicDeduplication request with any body
	SetPersistentTopicDeduplicationWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDeduplicationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicDeduplicationResponse, error)

	// DeletePersistentTopicDeduplicationSnapshotInterval request
	DeletePersistentTopicDeduplicationSnapshotIntervalWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicDeduplicationSnapshotIntervalResponse, error)

	// GetPersistentTopicDeduplicationSnapshotInterval request
	GetPersistentTopicDeduplicationSnapshotIntervalWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDeduplicationSnapshotIntervalParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicDeduplicationSnapshotIntervalResponse, error)

	// SetPersistentTopicDeduplicationSnapshotInterval request with any body
	SetPersistentTopicDeduplicationSnapshotIntervalWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDeduplicationSnapshotIntervalParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicDeduplicationSnapshotIntervalResponse, error)

	// DeletePersistentTopicDelayedDeliveryPolicies request
	DeletePersistentTopicDelayedDeliveryPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicDelayedDeliveryPoliciesResponse, error)

	// GetPersistentTopicDelayedDeliveryPolicies request
	GetPersistentTopicDelayedDeliveryPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDelayedDeliveryPoliciesParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicDelayedDeliveryPoliciesResponse, error)

	// SetPersistentTopicDelayedDeliveryPolicies request with any body
	SetPersistentTopicDelayedDeliveryPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDelayedDeliveryPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicDelayedDeliveryPoliciesResponse, error)

	// RemovePersistentTopicDispatchRate request
	RemovePersistentTopicDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicDispatchRateResponse, error)

	// GetPersistentTopicDispatchRate request
	GetPersistentTopicDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicDispatchRateParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicDispatchRateResponse, error)

	// SetPersistentTopicDispatchRate request with any body
	SetPersistentTopicDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicDispatchRateResponse, error)

	// RemovePersistentTopicEntryFilters request
	RemovePersistentTopicEntryFiltersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicEntryFiltersResponse, error)

	// GetPersistentTopicEntryFilters request
	GetPersistentTopicEntryFiltersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicEntryFiltersParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicEntryFiltersResponse, error)

	// SetPersistentTopicEntryFilters request with any body
	SetPersistentTopicEntryFiltersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicEntryFiltersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicEntryFiltersResponse, error)

	// ExaminePersistentTopicMessage request
	ExaminePersistentTopicMessageWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *ExaminePersistentTopicMessageParams, reqEditors ...RequestEditorFn) (*ExaminePersistentTopicMessageResponse, error)

	// DeletePersistentTopicInactiveTopicPolicies request
	DeletePersistentTopicInactiveTopicPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicInactiveTopicPoliciesResponse, error)

	// GetPersistentTopicInactiveTopicPolicies request
	GetPersistentTopicInactiveTopicPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicInactiveTopicPoliciesParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicInactiveTopicPoliciesResponse, error)

	// SetPersistentTopicInactiveTopicPolicies request with any body
	SetPersistentTopicInactiveTopicPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicInactiveTopicPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicInactiveTopicPoliciesResponse, error)

	// GetPersistentTopicManagedLedgerInfo request
	GetPersistentTopicManagedLedgerInfoWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicManagedLedgerInfoParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicManagedLedgerInfoResponse, error)

	// GetPersistentTopicInternalStats request
	GetPersistentTopicInternalStatsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicInternalStatsParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicInternalStatsResponse, error)

	// GetPersistentTopicLastMessageId request
	GetPersistentTopicLastMessageIdWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicLastMessageIdParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicLastMessageIdResponse, error)

	// GetPersistentTopicMessageById request
	GetPersistentTopicMessageByIdWithResponse(ctx context.Context, tenant string, namespace string, topic string, ledgerId int64, entryId int64, params *GetPersistentTopicMessageByIdParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMessageByIdResponse, error)

	// RemovePersistentTopicMaxConsumers request
	RemovePersistentTopicMaxConsumersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicMaxConsumersResponse, error)

	// GetPersistentTopicMaxConsumers request
	GetPersistentTopicMaxConsumersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxConsumersParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMaxConsumersResponse, error)

	// SetPersistentTopicMaxConsumers request with any body
	SetPersistentTopicMaxConsumersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxConsumersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicMaxConsumersResponse, error)

	// RemovePersistentTopicMaxConsumersPerSubscription request
	RemovePersistentTopicMaxConsumersPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicMaxConsumersPerSubscriptionResponse, error)

	// GetPersistentTopicMaxConsumersPerSubscription request
	GetPersistentTopicMaxConsumersPerSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxConsumersPerSubscriptionParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMaxConsumersPerSubscriptionResponse, error)

	// SetPersistentTopicMaxConsumersPerSubscription request with any body
	SetPersistentTopicMaxConsumersPerSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxConsumersPerSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicMaxConsumersPerSubscriptionResponse, error)

	// RemovePersistentTopicMaxMessageSize request
	RemovePersistentTopicMaxMessageSizeWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicMaxMessageSizeResponse, error)

	// GetPersistentTopicMaxMessageSize request
	GetPersistentTopicMaxMessageSizeWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxMessageSizeParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMaxMessageSizeResponse, error)

	// SetPersistentTopicMaxMessageSize request with any body
	SetPersistentTopicMaxMessageSizeWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxMessageSizeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicMaxMessageSizeResponse, error)

	// RemovePersistentTopicMaxProducers request
	RemovePersistentTopicMaxProducersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicMaxProducersResponse, error)

	// GetPersistentTopicMaxProducers request
	GetPersistentTopicMaxProducersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxProducersParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMaxProducersResponse, error)

	// SetPersistentTopicMaxProducers request with any body
	SetPersistentTopicMaxProducersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxProducersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicMaxProducersResponse, error)

	// RemovePersistentTopicMaxSubscriptionsPerTopic request
	RemovePersistentTopicMaxSubscriptionsPerTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicMaxSubscriptionsPerTopicResponse, error)

	// GetPersistentTopicMaxSubscriptionsPerTopic request
	GetPersistentTopicMaxSubscriptionsPerTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxSubscriptionsPerTopicParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMaxSubscriptionsPerTopicResponse, error)

	// SetPersistentTopicMaxSubscriptionsPerTopic request with any body
	SetPersistentTopicMaxSubscriptionsPerTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxSubscriptionsPerTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicMaxSubscriptionsPerTopicResponse, error)

	// DeletePersistentTopicMaxUnackedMessagesOnConsumer request
	DeletePersistentTopicMaxUnackedMessagesOnConsumerWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

	// GetPersistentTopicMaxUnackedMessagesOnConsumer request
	GetPersistentTopicMaxUnackedMessagesOnConsumerWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxUnackedMessagesOnConsumerParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

	// SetPersistentTopicMaxUnackedMessagesOnConsumer request with any body
	SetPersistentTopicMaxUnackedMessagesOnConsumerWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxUnackedMessagesOnConsumerParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

	// DeletePersistentTopicMaxUnackedMessagesOnSubscription request
	DeletePersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

	// GetPersistentTopicMaxUnackedMessagesOnSubscription request
	GetPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMaxUnackedMessagesOnSubscriptionParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

	// SetPersistentTopicMaxUnackedMessagesOnSubscription request with any body
	SetPersistentTopicMaxUnackedMessagesOnSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMaxUnackedMessagesOnSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

	// RemovePersistentTopicMessageTTL request
	RemovePersistentTopicMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicMessageTTLResponse, error)

	// GetPersistentTopicMessageTTL request
	GetPersistentTopicMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMessageTTLResponse, error)

	// SetPersistentTopicMessageTTL request
	SetPersistentTopicMessageTTLWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicMessageTTLParams, reqEditors ...RequestEditorFn) (*SetPersistentTopicMessageTTLResponse, error)

	// GetPersistentTopicMessageIdByTimestamp request
	GetPersistentTopicMessageIdByTimestampWithResponse(ctx context.Context, tenant string, namespace string, topic string, timestamp int64, params *GetPersistentTopicMessageIdByTimestampParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicMessageIdByTimestampResponse, error)

	// OffloadPersistentTopicStatus request
	OffloadPersistentTopicStatusWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *OffloadPersistentTopicStatusParams, reqEditors ...RequestEditorFn) (*OffloadPersistentTopicStatusResponse, error)

	// TriggerPersistentTopicOffload request
	TriggerPersistentTopicOffloadWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TriggerPersistentTopicOffloadParams, reqEditors ...RequestEditorFn) (*TriggerPersistentTopicOffloadResponse, error)

	// RemovePersistentTopicOffloadPolicies request
	RemovePersistentTopicOffloadPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicOffloadPoliciesResponse, error)

	// GetPersistentTopicOffloadPolicies request
	GetPersistentTopicOffloadPoliciesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicOffloadPoliciesParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicOffloadPoliciesResponse, error)

	// SetPersistentTopicOffloadPolicies request with any body
	SetPersistentTopicOffloadPoliciesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicOffloadPoliciesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicOffloadPoliciesResponse, error)

	// GetPersistentTopicPartitionedStats request
	GetPersistentTopicPartitionedStatsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPartitionedStatsParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicPartitionedStatsResponse, error)

	// DeletePersistentTopicPartitionedTopic request
	DeletePersistentTopicPartitionedTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicPartitionedTopicResponse, error)

	// GetPersistentTopicPartitionedMetadata request
	GetPersistentTopicPartitionedMetadataWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPartitionedMetadataParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicPartitionedMetadataResponse, error)

	// UpdatePersistentTopicPartitionedTopic request with any body
	UpdatePersistentTopicPartitionedTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *UpdatePersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePersistentTopicPartitionedTopicResponse, error)

	// CreatePersistentTopicPartitionedTopic request with any body
	CreatePersistentTopicPartitionedTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *CreatePersistentTopicPartitionedTopicParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePersistentTopicPartitionedTopicResponse, error)

	// GetPersistentTopicPermissionsOnTopic request
	GetPersistentTopicPermissionsOnTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, reqEditors ...RequestEditorFn) (*GetPersistentTopicPermissionsOnTopicResponse, error)

	// RevokePersistentTopicNonPersistentTopicPermissionsOnTopic request
	RevokePersistentTopicNonPersistentTopicPermissionsOnTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, role string, reqEditors ...RequestEditorFn) (*RevokePersistentTopicNonPersistentTopicPermissionsOnTopicResponse, error)

	// GrantPersistentTopicPermissionsOnTopic request with any body
	GrantPersistentTopicPermissionsOnTopicWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, role string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GrantPersistentTopicPermissionsOnTopicResponse, error)

	// RemovePersistentTopicPersistence request
	RemovePersistentTopicPersistenceWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicPersistenceResponse, error)

	// GetPersistentTopicPersistence request
	GetPersistentTopicPersistenceWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPersistenceParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicPersistenceResponse, error)

	// SetPersistentTopicPersistence request with any body
	SetPersistentTopicPersistenceWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicPersistenceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicPersistenceResponse, error)

	// RemovePersistentTopicProperties request
	RemovePersistentTopicPropertiesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicPropertiesResponse, error)

	// GetPersistentTopicProperties request
	GetPersistentTopicPropertiesWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPropertiesParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicPropertiesResponse, error)

	// UpdatePersistentTopicProperties request with any body
	UpdatePersistentTopicPropertiesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *UpdatePersistentTopicPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePersistentTopicPropertiesResponse, error)

	// RemovePersistentTopicPublishRate request
	RemovePersistentTopicPublishRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicPublishRateResponse, error)

	// GetPersistentTopicPublishRate request
	GetPersistentTopicPublishRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicPublishRateParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicPublishRateResponse, error)

	// SetPersistentTopicPublishRate request with any body
	SetPersistentTopicPublishRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicPublishRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicPublishRateResponse, error)

	// RemovePersistentTopicReplicationClusters request
	RemovePersistentTopicReplicationClustersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicReplicationClustersResponse, error)

	// GetPersistentTopicReplicationClusters request
	GetPersistentTopicReplicationClustersWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicReplicationClustersParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicReplicationClustersResponse, error)

	// SetPersistentTopicReplicationClusters request with any body
	SetPersistentTopicReplicationClustersWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicReplicationClustersParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicReplicationClustersResponse, error)

	// RemovePersistentTopicReplicatorDispatchRate request
	RemovePersistentTopicReplicatorDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicReplicatorDispatchRateResponse, error)

	// GetPersistentTopicReplicatorDispatchRate request
	GetPersistentTopicReplicatorDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicReplicatorDispatchRateParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicReplicatorDispatchRateResponse, error)

	// SetPersistentTopicReplicatorDispatchRate request with any body
	SetPersistentTopicReplicatorDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicReplicatorDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicReplicatorDispatchRateResponse, error)

	// RemovePersistentTopicRetention request
	RemovePersistentTopicRetentionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicRetentionResponse, error)

	// GetPersistentTopicRetention request
	GetPersistentTopicRetentionWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicRetentionParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicRetentionResponse, error)

	// SetPersistentTopicRetention request with any body
	SetPersistentTopicRetentionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicRetentionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicRetentionResponse, error)

	// RemovePersistentTopicSchemaCompatibilityStrategy request with any body
	RemovePersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemovePersistentTopicSchemaCompatibilityStrategyResponse, error)

	// GetPersistentTopicSchemaCompatibilityStrategy request
	GetPersistentTopicSchemaCompatibilityStrategyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSchemaCompatibilityStrategyParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSchemaCompatibilityStrategyResponse, error)

	// SetPersistentTopicSchemaCompatibilityStrategy request with any body
	SetPersistentTopicSchemaCompatibilityStrategyWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSchemaCompatibilityStrategyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicSchemaCompatibilityStrategyResponse, error)

	// GetPersistentTopicSchemaValidationEnforced request
	GetPersistentTopicSchemaValidationEnforcedWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSchemaValidationEnforcedParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSchemaValidationEnforcedResponse, error)

	// SetPersistentTopicSchemaValidationEnforced request with any body
	SetPersistentTopicSchemaValidationEnforcedWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSchemaValidationEnforcedParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicSchemaValidationEnforcedResponse, error)

	// DeletePersistentTopicShadowTopics request
	DeletePersistentTopicShadowTopicsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeletePersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicShadowTopicsResponse, error)

	// GetPersistentTopicShadowTopics request
	GetPersistentTopicShadowTopicsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicShadowTopicsParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicShadowTopicsResponse, error)

	// SetPersistentTopicShadowTopics request with any body
	SetPersistentTopicShadowTopicsWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicShadowTopicsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicShadowTopicsResponse, error)

	// GetPersistentTopicStats request
	GetPersistentTopicStatsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicStatsParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicStatsResponse, error)

	// RemovePersistentTopicSubscribeRate request with any body
	RemovePersistentTopicSubscribeRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemovePersistentTopicSubscribeRateResponse, error)

	// GetPersistentTopicSubscribeRate request
	GetPersistentTopicSubscribeRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscribeRateParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSubscribeRateResponse, error)

	// SetPersistentTopicSubscribeRate request with any body
	SetPersistentTopicSubscribeRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSubscribeRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicSubscribeRateResponse, error)

	// DeletePersistentTopicSubscription request
	DeletePersistentTopicSubscriptionWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *DeletePersistentTopicSubscriptionParams, reqEditors ...RequestEditorFn) (*DeletePersistentTopicSubscriptionResponse, error)

	// AnalyzePersistentTopicSubscriptionBacklog request with any body
	AnalyzePersistentTopicSubscriptionBacklogWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *AnalyzePersistentTopicSubscriptionBacklogParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnalyzePersistentTopicSubscriptionBacklogResponse, error)

	// ExpirePersistentTopicMessages request with any body
	ExpirePersistentTopicMessagesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ExpirePersistentTopicMessagesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExpirePersistentTopicMessagesResponse, error)

	// ExpirePersistentTopicMessagesTimeInSeconds request
	ExpirePersistentTopicMessagesTimeInSecondsWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, expireTimeInSeconds int32, params *ExpirePersistentTopicMessagesTimeInSecondsParams, reqEditors ...RequestEditorFn) (*ExpirePersistentTopicMessagesTimeInSecondsResponse, error)

	// PeekPersistentTopicNthMessage request
	PeekPersistentTopicNthMessageWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, messagePosition int32, params *PeekPersistentTopicNthMessageParams, reqEditors ...RequestEditorFn) (*PeekPersistentTopicNthMessageResponse, error)

	// GetPersistentTopicSubscriptionProperties request
	GetPersistentTopicSubscriptionPropertiesWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetPersistentTopicSubscriptionPropertiesParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSubscriptionPropertiesResponse, error)

	// UpdatePersistentTopicSubscriptionProperties request with any body
	UpdatePersistentTopicSubscriptionPropertiesWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *UpdatePersistentTopicSubscriptionPropertiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePersistentTopicSubscriptionPropertiesResponse, error)

	// GetPersistentTopicReplicatedSubscriptionStatus request
	GetPersistentTopicReplicatedSubscriptionStatusWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetPersistentTopicReplicatedSubscriptionStatusParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicReplicatedSubscriptionStatusResponse, error)

	// SetPersistentTopicReplicatedSubscriptionStatus request with any body
	SetPersistentTopicReplicatedSubscriptionStatusWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetPersistentTopicReplicatedSubscriptionStatusParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicReplicatedSubscriptionStatusResponse, error)

	// ResetPersistentTopicCursorOnPosition request with any body
	ResetPersistentTopicCursorOnPositionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *ResetPersistentTopicCursorOnPositionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ResetPersistentTopicCursorOnPositionResponse, error)

	// ResetPersistentTopicCursor request
	ResetPersistentTopicCursorWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, timestamp int64, params *ResetPersistentTopicCursorParams, reqEditors ...RequestEditorFn) (*ResetPersistentTopicCursorResponse, error)

	// SkipPersistentTopicMessages request
	SkipPersistentTopicMessagesWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, numMessages int32, params *SkipPersistentTopicMessagesParams, reqEditors ...RequestEditorFn) (*SkipPersistentTopicMessagesResponse, error)

	// SkipPersistentTopicAllMessages request
	SkipPersistentTopicAllMessagesWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SkipPersistentTopicAllMessagesParams, reqEditors ...RequestEditorFn) (*SkipPersistentTopicAllMessagesResponse, error)

	// CreatePersistentTopicSubscription request with any body
	CreatePersistentTopicSubscriptionWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subscriptionName string, params *CreatePersistentTopicSubscriptionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePersistentTopicSubscriptionResponse, error)

	// RemovePersistentTopicSubscriptionDispatchRate request
	RemovePersistentTopicSubscriptionDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicSubscriptionDispatchRateResponse, error)

	// GetPersistentTopicSubscriptionDispatchRate request
	GetPersistentTopicSubscriptionDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscriptionDispatchRateParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSubscriptionDispatchRateResponse, error)

	// SetPersistentTopicSubscriptionDispatchRate request with any body
	SetPersistentTopicSubscriptionDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSubscriptionDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicSubscriptionDispatchRateResponse, error)

	// RemovePersistentTopicSubscriptionTypesEnabled request
	RemovePersistentTopicSubscriptionTypesEnabledWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *RemovePersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicSubscriptionTypesEnabledResponse, error)

	// GetPersistentTopicSubscriptionTypesEnabled request
	GetPersistentTopicSubscriptionTypesEnabledWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscriptionTypesEnabledParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSubscriptionTypesEnabledResponse, error)

	// SetPersistentTopicSubscriptionTypesEnabled request with any body
	SetPersistentTopicSubscriptionTypesEnabledWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *SetPersistentTopicSubscriptionTypesEnabledParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicSubscriptionTypesEnabledResponse, error)

	// GetPersistentTopicSubscriptions request
	GetPersistentTopicSubscriptionsWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetPersistentTopicSubscriptionsParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSubscriptionsResponse, error)

	// TerminatePersistentTopic request
	TerminatePersistentTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TerminatePersistentTopicParams, reqEditors ...RequestEditorFn) (*TerminatePersistentTopicResponse, error)

	// TerminatePersistentTopicPartitionedTopic request
	TerminatePersistentTopicPartitionedTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TerminatePersistentTopicPartitionedTopicParams, reqEditors ...RequestEditorFn) (*TerminatePersistentTopicPartitionedTopicResponse, error)

	// TruncatePersistentTopicTopic request
	TruncatePersistentTopicTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TruncatePersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*TruncatePersistentTopicTopicResponse, error)

	// UnloadPersistentTopicTopic request
	UnloadPersistentTopicTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *UnloadPersistentTopicTopicParams, reqEditors ...RequestEditorFn) (*UnloadPersistentTopicTopicResponse, error)

	// RemovePersistentTopicSubscriptionLevelDispatchRate request
	RemovePersistentTopicSubscriptionLevelDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *RemovePersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*RemovePersistentTopicSubscriptionLevelDispatchRateResponse, error)

	// GetPersistentTopicSubscriptionLevelDispatchRate request
	GetPersistentTopicSubscriptionLevelDispatchRateWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *GetPersistentTopicSubscriptionLevelDispatchRateParams, reqEditors ...RequestEditorFn) (*GetPersistentTopicSubscriptionLevelDispatchRateResponse, error)

	// SetPersistentTopicSubscriptionLevelDispatchRate request with any body
	SetPersistentTopicSubscriptionLevelDispatchRateWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, subName string, params *SetPersistentTopicSubscriptionLevelDispatchRateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetPersistentTopicSubscriptionLevelDispatchRateResponse, error)

	// GetDefaultResourceQuota request
	GetDefaultResourceQuotaWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDefaultResourceQuotaResponse, error)

	// SetDefaultResourceQuota request with any body
	SetDefaultResourceQuotaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetDefaultResourceQuotaResponse, error)

	SetDefaultResourceQuotaWithResponse(ctx context.Context, body SetDefaultResourceQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*SetDefaultResourceQuotaResponse, error)

	// RemoveNamespaceBundleResourceQuota request
	RemoveNamespaceBundleResourceQuotaWithResponse(ctx context.Context, tenant string, namespace string, bundle string, reqEditors ...RequestEditorFn) (*RemoveNamespaceBundleResourceQuotaResponse, error)

	// GetNamespaceBundleResourceQuota request
	GetNamespaceBundleResourceQuotaWithResponse(ctx context.Context, tenant string, namespace string, bundle string, reqEditors ...RequestEditorFn) (*GetNamespaceBundleResourceQuotaResponse, error)

	// SetNamespaceBundleResourceQuota request with any body
	SetNamespaceBundleResourceQuotaWithBodyWithResponse(ctx context.Context, tenant string, namespace string, bundle string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetNamespaceBundleResourceQuotaResponse, error)

	SetNamespaceBundleResourceQuotaWithResponse(ctx context.Context, tenant string, namespace string, bundle string, body SetNamespaceBundleResourceQuotaJSONRequestBody, reqEditors ...RequestEditorFn) (*SetNamespaceBundleResourceQuotaResponse, error)

	// GetResourceGroups request
	GetResourceGroupsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetResourceGroupsResponse, error)

	// DeleteResourceGroup request
	DeleteResourceGroupWithResponse(ctx context.Context, resourcegroup string, reqEditors ...RequestEditorFn) (*DeleteResourceGroupResponse, error)

	// GetResourceGroup request
	GetResourceGroupWithResponse(ctx context.Context, resourcegroup string, reqEditors ...RequestEditorFn) (*GetResourceGroupResponse, error)

	// CreateOrUpdateResourceGroup request with any body
	CreateOrUpdateResourceGroupWithBodyWithResponse(ctx context.Context, resourcegroup string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateOrUpdateResourceGroupResponse, error)

	CreateOrUpdateResourceGroupWithResponse(ctx context.Context, resourcegroup string, body CreateOrUpdateResourceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateOrUpdateResourceGroupResponse, error)

	// TestCompatibility request with any body
	TestCompatibilityWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TestCompatibilityParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestCompatibilityResponse, error)

	TestCompatibilityWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *TestCompatibilityParams, body TestCompatibilityJSONRequestBody, reqEditors ...RequestEditorFn) (*TestCompatibilityResponse, error)

	// DeleteSchema request
	DeleteSchemaWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *DeleteSchemaParams, reqEditors ...RequestEditorFn) (*DeleteSchemaResponse, error)

	// GetSchemaOfTopic request
	GetSchemaOfTopicWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetSchemaOfTopicParams, reqEditors ...RequestEditorFn) (*GetSchemaOfTopicResponse, error)

	// PostSchema request with any body
	PostSchemaWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *PostSchemaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSchemaResponse, error)

	PostSchemaWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *PostSchemaParams, body PostSchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSchemaResponse, error)

	// GetSchemaOfTopicGivenVersion request
	GetSchemaOfTopicGivenVersionWithResponse(ctx context.Context, tenant string, namespace string, topic string, version string, params *GetSchemaOfTopicGivenVersionParams, reqEditors ...RequestEditorFn) (*GetSchemaOfTopicGivenVersionResponse, error)

	// GetAllSchemas request
	GetAllSchemasWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetAllSchemasParams, reqEditors ...RequestEditorFn) (*GetAllSchemasResponse, error)

	// GetVersionBySchema request with any body
	GetVersionBySchemaWithBodyWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetVersionBySchemaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GetVersionBySchemaResponse, error)

	GetVersionBySchemaWithResponse(ctx context.Context, tenant string, namespace string, topic string, params *GetVersionBySchemaParams, body GetVersionBySchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*GetVersionBySchemaResponse, error)

	// GetTenants request
	GetTenantsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTenantsResponse, error)

	// DeleteTenant request
	DeleteTenantWithResponse(ctx context.Context, tenant string, params *DeleteTenantParams, reqEditors ...RequestEditorFn) (*DeleteTenantResponse, error)

	// GetTenantAdmin request
	GetTenantAdminWithResponse(ctx context.Context, tenant string, reqEditors ...RequestEditorFn) (*GetTenantAdminResponse, error)

	// UpdateTenant request with any body
	UpdateTenantWithBodyWithResponse(ctx context.Context, tenant string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTenantResponse, error)

	UpdateTenantWithResponse(ctx context.Context, tenant string, body UpdateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTenantResponse, error)

	// CreateTenant request with any body
	CreateTenantWithBodyWithResponse(ctx context.Context, tenant string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTenantResponse, error)

	CreateTenantWithResponse(ctx context.Context, tenant string, body CreateTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTenantResponse, error)

	// GetWorkerStats request
	GetWorkerStatsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetWorkerStatsResponse, error)

	// GetWorkerStatsMetrics request
	GetWorkerStatsMetricsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetWorkerStatsMetricsResponse, error)

	// GetAssignments request
	GetAssignmentsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAssignmentsResponse, error)

	// GetWorkerCluster request
	GetWorkerClusterWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetWorkerClusterResponse, error)

	// GetWorkerClusterLeader request
	GetWorkerClusterLeaderWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetWorkerClusterLeaderResponse, error)

	// IsLeaderReady request
	IsLeaderReadyWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*IsLeaderReadyResponse, error)

	// GetConnectorsList request
	GetConnectorsListWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetConnectorsListResponse, error)

	// GetDrainStatus request
	GetDrainStatusWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDrainStatusResponse, error)

	// Drain request
	DrainWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DrainResponse, error)

	// GetDrainStatusFromLeader request
	GetDrainStatusFromLeaderWithResponse(ctx context.Context, params *GetDrainStatusFromLeaderParams, reqEditors ...RequestEditorFn) (*GetDrainStatusFromLeaderResponse, error)

	// DrainAtLeader request
	DrainAtLeaderWithResponse(ctx context.Context, params *DrainAtLeaderParams, reqEditors ...RequestEditorFn) (*DrainAtLeaderResponse, error)

	// Rebalance request
	RebalanceWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*RebalanceResponse, error)
}

ClientWithResponsesInterface is the interface specification for the client with responses above.

type ClusterData

type ClusterData struct {
	// AuthenticationParameters Authentication parameters when client would like to connect to cluster.
	AuthenticationParameters *string `json:"authenticationParameters,omitempty"`

	// AuthenticationPlugin Authentication plugin when client would like to connect to cluster.
	AuthenticationPlugin *string `json:"authenticationPlugin,omitempty"`

	// BrokerClientTlsEnabled Enable TLS when talking with other brokers in the same cluster (admin operation) or different clusters (replication)
	BrokerClientTlsEnabled *bool `json:"brokerClientTlsEnabled,omitempty"`

	// BrokerClientTlsEnabledWithKeyStore Whether internal client use KeyStore type to authenticate with other Pulsar brokers
	BrokerClientTlsEnabledWithKeyStore *bool `json:"brokerClientTlsEnabledWithKeyStore,omitempty"`

	// BrokerClientTlsTrustStore TLS TrustStore path for internal client used by the internal client to authenticate with Pulsar brokers
	BrokerClientTlsTrustStore *string `json:"brokerClientTlsTrustStore,omitempty"`

	// BrokerClientTlsTrustStorePassword TLS TrustStore password for internal client used by the internal client to authenticate with Pulsar brokers
	BrokerClientTlsTrustStorePassword *string `json:"brokerClientTlsTrustStorePassword,omitempty"`

	// BrokerClientTlsTrustStoreType TLS TrustStore type configuration for internal client: JKS, PKCS12 used by the internal client to authenticate with Pulsar brokers
	BrokerClientTlsTrustStoreType *string `json:"brokerClientTlsTrustStoreType,omitempty"`

	// BrokerClientTrustCertsFilePath Path for the trusted TLS certificate file for outgoing connection to a server (broker)
	BrokerClientTrustCertsFilePath *string `json:"brokerClientTrustCertsFilePath,omitempty"`

	// BrokerServiceUrl The broker service url (for produce and consume operations)
	BrokerServiceUrl *string `json:"brokerServiceUrl,omitempty"`

	// BrokerServiceUrlTls The secured broker service url (for produce and consume operations)
	BrokerServiceUrlTls *string `json:"brokerServiceUrlTls,omitempty"`

	// ListenerName listenerName when client would like to connect to cluster
	ListenerName *string `json:"listenerName,omitempty"`

	// PeerClusterNames A set of peer cluster names
	PeerClusterNames *[]string `json:"peerClusterNames,omitempty"`

	// ProxyProtocol protocol to decide type of proxy routing eg: SNI-routing
	ProxyProtocol *ClusterDataProxyProtocol `json:"proxyProtocol,omitempty"`

	// ProxyServiceUrl Proxy-service url when client would like to connect to broker via proxy.
	ProxyServiceUrl *string `json:"proxyServiceUrl,omitempty"`

	// ServiceUrl The HTTP rest service URL (for admin operations)
	ServiceUrl *string `json:"serviceUrl,omitempty"`

	// ServiceUrlTls The HTTPS rest service URL (for admin operations)
	ServiceUrlTls *string `json:"serviceUrlTls,omitempty"`

	// TlsAllowInsecureConnection Allow TLS connections to servers whose certificate cannot be be verified to have been signed by a trusted certificate authority.
	TlsAllowInsecureConnection *bool `json:"tlsAllowInsecureConnection,omitempty"`
}

ClusterData The configuration data for a cluster

type ClusterDataProxyProtocol

type ClusterDataProxyProtocol string

ClusterDataProxyProtocol protocol to decide type of proxy routing eg: SNI-routing

const (
	SNI ClusterDataProxyProtocol = "SNI"
)

Defines values for ClusterDataProxyProtocol.

type CompactNonPersistentTopicParams

type CompactNonPersistentTopicParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

CompactNonPersistentTopicParams defines parameters for CompactNonPersistentTopic.

type CompactNonPersistentTopicResponse

type CompactNonPersistentTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCompactNonPersistentTopicResponse

func ParseCompactNonPersistentTopicResponse(rsp *http.Response) (*CompactNonPersistentTopicResponse, error)

ParseCompactNonPersistentTopicResponse parses an HTTP response from a CompactNonPersistentTopicWithResponse call

func (CompactNonPersistentTopicResponse) Status

Status returns HTTPResponse.Status

func (CompactNonPersistentTopicResponse) StatusCode

func (r CompactNonPersistentTopicResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CompactPersistentTopicParams

type CompactPersistentTopicParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

CompactPersistentTopicParams defines parameters for CompactPersistentTopic.

type CompactPersistentTopicResponse

type CompactPersistentTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCompactPersistentTopicResponse

func ParseCompactPersistentTopicResponse(rsp *http.Response) (*CompactPersistentTopicResponse, error)

ParseCompactPersistentTopicResponse parses an HTTP response from a CompactPersistentTopicWithResponse call

func (CompactPersistentTopicResponse) Status

Status returns HTTPResponse.Status

func (CompactPersistentTopicResponse) StatusCode

func (r CompactPersistentTopicResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateClusterResponse

type CreateClusterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateClusterResponse

func ParseCreateClusterResponse(rsp *http.Response) (*CreateClusterResponse, error)

ParseCreateClusterResponse parses an HTTP response from a CreateClusterWithResponse call

func (CreateClusterResponse) Status

func (r CreateClusterResponse) Status() string

Status returns HTTPResponse.Status

func (CreateClusterResponse) StatusCode

func (r CreateClusterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateNamespaceJSONRequestBody

type CreateNamespaceJSONRequestBody = Policies

CreateNamespaceJSONRequestBody defines body for CreateNamespace for application/json ContentType.

type CreateNamespaceResponse

type CreateNamespaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateNamespaceResponse

func ParseCreateNamespaceResponse(rsp *http.Response) (*CreateNamespaceResponse, error)

ParseCreateNamespaceResponse parses an HTTP response from a CreateNamespaceWithResponse call

func (CreateNamespaceResponse) Status

func (r CreateNamespaceResponse) Status() string

Status returns HTTPResponse.Status

func (CreateNamespaceResponse) StatusCode

func (r CreateNamespaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateNonPersistentTopicMissedPartitionsResponse

type CreateNonPersistentTopicMissedPartitionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateNonPersistentTopicMissedPartitionsResponse

func ParseCreateNonPersistentTopicMissedPartitionsResponse(rsp *http.Response) (*CreateNonPersistentTopicMissedPartitionsResponse, error)

ParseCreateNonPersistentTopicMissedPartitionsResponse parses an HTTP response from a CreateNonPersistentTopicMissedPartitionsWithResponse call

func (CreateNonPersistentTopicMissedPartitionsResponse) Status

Status returns HTTPResponse.Status

func (CreateNonPersistentTopicMissedPartitionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreateNonPersistentTopicNonPartitionedTopicParams

type CreateNonPersistentTopicNonPartitionedTopicParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

CreateNonPersistentTopicNonPartitionedTopicParams defines parameters for CreateNonPersistentTopicNonPartitionedTopic.

type CreateNonPersistentTopicNonPartitionedTopicResponse

type CreateNonPersistentTopicNonPartitionedTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateNonPersistentTopicNonPartitionedTopicResponse

func ParseCreateNonPersistentTopicNonPartitionedTopicResponse(rsp *http.Response) (*CreateNonPersistentTopicNonPartitionedTopicResponse, error)

ParseCreateNonPersistentTopicNonPartitionedTopicResponse parses an HTTP response from a CreateNonPersistentTopicNonPartitionedTopicWithResponse call

func (CreateNonPersistentTopicNonPartitionedTopicResponse) Status

Status returns HTTPResponse.Status

func (CreateNonPersistentTopicNonPartitionedTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreateNonPersistentTopicPartitionedTopicJSONRequestBody

type CreateNonPersistentTopicPartitionedTopicJSONRequestBody = PartitionedTopicMetadata

CreateNonPersistentTopicPartitionedTopicJSONRequestBody defines body for CreateNonPersistentTopicPartitionedTopic for application/vnd.partitioned-topic-metadata+json ContentType.

type CreateNonPersistentTopicPartitionedTopicParams

type CreateNonPersistentTopicPartitionedTopicParams struct {
	CreateLocalTopicOnly *bool `form:"createLocalTopicOnly,omitempty" json:"createLocalTopicOnly,omitempty"`
}

CreateNonPersistentTopicPartitionedTopicParams defines parameters for CreateNonPersistentTopicPartitionedTopic.

type CreateNonPersistentTopicPartitionedTopicResponse

type CreateNonPersistentTopicPartitionedTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateNonPersistentTopicPartitionedTopicResponse

func ParseCreateNonPersistentTopicPartitionedTopicResponse(rsp *http.Response) (*CreateNonPersistentTopicPartitionedTopicResponse, error)

ParseCreateNonPersistentTopicPartitionedTopicResponse parses an HTTP response from a CreateNonPersistentTopicPartitionedTopicWithResponse call

func (CreateNonPersistentTopicPartitionedTopicResponse) Status

Status returns HTTPResponse.Status

func (CreateNonPersistentTopicPartitionedTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreateNonPersistentTopicSubscriptionParams

type CreateNonPersistentTopicSubscriptionParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`

	// Replicated Is replicated required to perform this operation
	Replicated *bool `form:"replicated,omitempty" json:"replicated,omitempty"`
}

CreateNonPersistentTopicSubscriptionParams defines parameters for CreateNonPersistentTopicSubscription.

type CreateNonPersistentTopicSubscriptionResponse

type CreateNonPersistentTopicSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateNonPersistentTopicSubscriptionResponse

func ParseCreateNonPersistentTopicSubscriptionResponse(rsp *http.Response) (*CreateNonPersistentTopicSubscriptionResponse, error)

ParseCreateNonPersistentTopicSubscriptionResponse parses an HTTP response from a CreateNonPersistentTopicSubscriptionWithResponse call

func (CreateNonPersistentTopicSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (CreateNonPersistentTopicSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreateOrUpdateResourceGroupJSONRequestBody

type CreateOrUpdateResourceGroupJSONRequestBody = ResourceGroup

CreateOrUpdateResourceGroupJSONRequestBody defines body for CreateOrUpdateResourceGroup for application/json ContentType.

type CreateOrUpdateResourceGroupResponse

type CreateOrUpdateResourceGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateOrUpdateResourceGroupResponse

func ParseCreateOrUpdateResourceGroupResponse(rsp *http.Response) (*CreateOrUpdateResourceGroupResponse, error)

ParseCreateOrUpdateResourceGroupResponse parses an HTTP response from a CreateOrUpdateResourceGroupWithResponse call

func (CreateOrUpdateResourceGroupResponse) Status

Status returns HTTPResponse.Status

func (CreateOrUpdateResourceGroupResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreatePersistentTopicMissedPartitionsResponse

type CreatePersistentTopicMissedPartitionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreatePersistentTopicMissedPartitionsResponse

func ParseCreatePersistentTopicMissedPartitionsResponse(rsp *http.Response) (*CreatePersistentTopicMissedPartitionsResponse, error)

ParseCreatePersistentTopicMissedPartitionsResponse parses an HTTP response from a CreatePersistentTopicMissedPartitionsWithResponse call

func (CreatePersistentTopicMissedPartitionsResponse) Status

Status returns HTTPResponse.Status

func (CreatePersistentTopicMissedPartitionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreatePersistentTopicNonPartitionedTopicParams

type CreatePersistentTopicNonPartitionedTopicParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

CreatePersistentTopicNonPartitionedTopicParams defines parameters for CreatePersistentTopicNonPartitionedTopic.

type CreatePersistentTopicNonPartitionedTopicResponse

type CreatePersistentTopicNonPartitionedTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreatePersistentTopicNonPartitionedTopicResponse

func ParseCreatePersistentTopicNonPartitionedTopicResponse(rsp *http.Response) (*CreatePersistentTopicNonPartitionedTopicResponse, error)

ParseCreatePersistentTopicNonPartitionedTopicResponse parses an HTTP response from a CreatePersistentTopicNonPartitionedTopicWithResponse call

func (CreatePersistentTopicNonPartitionedTopicResponse) Status

Status returns HTTPResponse.Status

func (CreatePersistentTopicNonPartitionedTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreatePersistentTopicPartitionedTopicParams

type CreatePersistentTopicPartitionedTopicParams struct {
	CreateLocalTopicOnly *bool `form:"createLocalTopicOnly,omitempty" json:"createLocalTopicOnly,omitempty"`
}

CreatePersistentTopicPartitionedTopicParams defines parameters for CreatePersistentTopicPartitionedTopic.

type CreatePersistentTopicPartitionedTopicResponse

type CreatePersistentTopicPartitionedTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreatePersistentTopicPartitionedTopicResponse

func ParseCreatePersistentTopicPartitionedTopicResponse(rsp *http.Response) (*CreatePersistentTopicPartitionedTopicResponse, error)

ParseCreatePersistentTopicPartitionedTopicResponse parses an HTTP response from a CreatePersistentTopicPartitionedTopicWithResponse call

func (CreatePersistentTopicPartitionedTopicResponse) Status

Status returns HTTPResponse.Status

func (CreatePersistentTopicPartitionedTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreatePersistentTopicSubscriptionParams

type CreatePersistentTopicSubscriptionParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`

	// Replicated Is replicated required to perform this operation
	Replicated *bool `form:"replicated,omitempty" json:"replicated,omitempty"`
}

CreatePersistentTopicSubscriptionParams defines parameters for CreatePersistentTopicSubscription.

type CreatePersistentTopicSubscriptionResponse

type CreatePersistentTopicSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreatePersistentTopicSubscriptionResponse

func ParseCreatePersistentTopicSubscriptionResponse(rsp *http.Response) (*CreatePersistentTopicSubscriptionResponse, error)

ParseCreatePersistentTopicSubscriptionResponse parses an HTTP response from a CreatePersistentTopicSubscriptionWithResponse call

func (CreatePersistentTopicSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (CreatePersistentTopicSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreateTenantJSONRequestBody

type CreateTenantJSONRequestBody = TenantInfo

CreateTenantJSONRequestBody defines body for CreateTenant for application/json ContentType.

type CreateTenantResponse

type CreateTenantResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseCreateTenantResponse

func ParseCreateTenantResponse(rsp *http.Response) (*CreateTenantResponse, error)

ParseCreateTenantResponse parses an HTTP response from a CreateTenantWithResponse call

func (CreateTenantResponse) Status

func (r CreateTenantResponse) Status() string

Status returns HTTPResponse.Status

func (CreateTenantResponse) StatusCode

func (r CreateTenantResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DelayedDeliveryPolicies

type DelayedDeliveryPolicies struct {
	Active   *bool  `json:"active,omitempty"`
	TickTime *int64 `json:"tickTime,omitempty"`
}

DelayedDeliveryPolicies defines model for DelayedDeliveryPolicies.

type DeleteBookieAffinityGroupResponse

type DeleteBookieAffinityGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteBookieAffinityGroupResponse

func ParseDeleteBookieAffinityGroupResponse(rsp *http.Response) (*DeleteBookieAffinityGroupResponse, error)

ParseDeleteBookieAffinityGroupResponse parses an HTTP response from a DeleteBookieAffinityGroupWithResponse call

func (DeleteBookieAffinityGroupResponse) Status

Status returns HTTPResponse.Status

func (DeleteBookieAffinityGroupResponse) StatusCode

func (r DeleteBookieAffinityGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteBookieRackInfoResponse

type DeleteBookieRackInfoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteBookieRackInfoResponse

func ParseDeleteBookieRackInfoResponse(rsp *http.Response) (*DeleteBookieRackInfoResponse, error)

ParseDeleteBookieRackInfoResponse parses an HTTP response from a DeleteBookieRackInfoWithResponse call

func (DeleteBookieRackInfoResponse) Status

Status returns HTTPResponse.Status

func (DeleteBookieRackInfoResponse) StatusCode

func (r DeleteBookieRackInfoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteClusterResponse

type DeleteClusterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteClusterResponse

func ParseDeleteClusterResponse(rsp *http.Response) (*DeleteClusterResponse, error)

ParseDeleteClusterResponse parses an HTTP response from a DeleteClusterWithResponse call

func (DeleteClusterResponse) Status

func (r DeleteClusterResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteClusterResponse) StatusCode

func (r DeleteClusterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteCompactionThresholdResponse

type DeleteCompactionThresholdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteCompactionThresholdResponse

func ParseDeleteCompactionThresholdResponse(rsp *http.Response) (*DeleteCompactionThresholdResponse, error)

ParseDeleteCompactionThresholdResponse parses an HTTP response from a DeleteCompactionThresholdWithResponse call

func (DeleteCompactionThresholdResponse) Status

Status returns HTTPResponse.Status

func (DeleteCompactionThresholdResponse) StatusCode

func (r DeleteCompactionThresholdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteDispatchRateResponse

type DeleteDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteDispatchRateResponse

func ParseDeleteDispatchRateResponse(rsp *http.Response) (*DeleteDispatchRateResponse, error)

ParseDeleteDispatchRateResponse parses an HTTP response from a DeleteDispatchRateWithResponse call

func (DeleteDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (DeleteDispatchRateResponse) StatusCode

func (r DeleteDispatchRateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteDynamicConfigurationResponse

type DeleteDynamicConfigurationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteDynamicConfigurationResponse

func ParseDeleteDynamicConfigurationResponse(rsp *http.Response) (*DeleteDynamicConfigurationResponse, error)

ParseDeleteDynamicConfigurationResponse parses an HTTP response from a DeleteDynamicConfigurationWithResponse call

func (DeleteDynamicConfigurationResponse) Status

Status returns HTTPResponse.Status

func (DeleteDynamicConfigurationResponse) StatusCode

func (r DeleteDynamicConfigurationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteFailureDomainResponse

type DeleteFailureDomainResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteFailureDomainResponse

func ParseDeleteFailureDomainResponse(rsp *http.Response) (*DeleteFailureDomainResponse, error)

ParseDeleteFailureDomainResponse parses an HTTP response from a DeleteFailureDomainWithResponse call

func (DeleteFailureDomainResponse) Status

Status returns HTTPResponse.Status

func (DeleteFailureDomainResponse) StatusCode

func (r DeleteFailureDomainResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteNamespaceBundleParams

type DeleteNamespaceBundleParams struct {
	Force         *bool `form:"force,omitempty" json:"force,omitempty"`
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeleteNamespaceBundleParams defines parameters for DeleteNamespaceBundle.

type DeleteNamespaceBundleResponse

type DeleteNamespaceBundleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteNamespaceBundleResponse

func ParseDeleteNamespaceBundleResponse(rsp *http.Response) (*DeleteNamespaceBundleResponse, error)

ParseDeleteNamespaceBundleResponse parses an HTTP response from a DeleteNamespaceBundleWithResponse call

func (DeleteNamespaceBundleResponse) Status

Status returns HTTPResponse.Status

func (DeleteNamespaceBundleResponse) StatusCode

func (r DeleteNamespaceBundleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteNamespaceIsolationPolicyResponse

type DeleteNamespaceIsolationPolicyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteNamespaceIsolationPolicyResponse

func ParseDeleteNamespaceIsolationPolicyResponse(rsp *http.Response) (*DeleteNamespaceIsolationPolicyResponse, error)

ParseDeleteNamespaceIsolationPolicyResponse parses an HTTP response from a DeleteNamespaceIsolationPolicyWithResponse call

func (DeleteNamespaceIsolationPolicyResponse) Status

Status returns HTTPResponse.Status

func (DeleteNamespaceIsolationPolicyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteNamespaceMaxTopicsPerNamespaceResponse

type DeleteNamespaceMaxTopicsPerNamespaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteNamespaceMaxTopicsPerNamespaceResponse

func ParseDeleteNamespaceMaxTopicsPerNamespaceResponse(rsp *http.Response) (*DeleteNamespaceMaxTopicsPerNamespaceResponse, error)

ParseDeleteNamespaceMaxTopicsPerNamespaceResponse parses an HTTP response from a DeleteNamespaceMaxTopicsPerNamespaceWithResponse call

func (DeleteNamespaceMaxTopicsPerNamespaceResponse) Status

Status returns HTTPResponse.Status

func (DeleteNamespaceMaxTopicsPerNamespaceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteNamespaceParams

type DeleteNamespaceParams struct {
	Force         *bool `form:"force,omitempty" json:"force,omitempty"`
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeleteNamespaceParams defines parameters for DeleteNamespace.

type DeleteNamespaceResponse

type DeleteNamespaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteNamespaceResponse

func ParseDeleteNamespaceResponse(rsp *http.Response) (*DeleteNamespaceResponse, error)

ParseDeleteNamespaceResponse parses an HTTP response from a DeleteNamespaceWithResponse call

func (DeleteNamespaceResponse) Status

func (r DeleteNamespaceResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteNamespaceResponse) StatusCode

func (r DeleteNamespaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteNonPersistentTopicDeduplicationSnapshotIntervalParams

type DeleteNonPersistentTopicDeduplicationSnapshotIntervalParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeleteNonPersistentTopicDeduplicationSnapshotIntervalParams defines parameters for DeleteNonPersistentTopicDeduplicationSnapshotInterval.

type DeleteNonPersistentTopicDeduplicationSnapshotIntervalResponse

type DeleteNonPersistentTopicDeduplicationSnapshotIntervalResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteNonPersistentTopicDeduplicationSnapshotIntervalResponse

func ParseDeleteNonPersistentTopicDeduplicationSnapshotIntervalResponse(rsp *http.Response) (*DeleteNonPersistentTopicDeduplicationSnapshotIntervalResponse, error)

ParseDeleteNonPersistentTopicDeduplicationSnapshotIntervalResponse parses an HTTP response from a DeleteNonPersistentTopicDeduplicationSnapshotIntervalWithResponse call

func (DeleteNonPersistentTopicDeduplicationSnapshotIntervalResponse) Status

Status returns HTTPResponse.Status

func (DeleteNonPersistentTopicDeduplicationSnapshotIntervalResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteNonPersistentTopicDelayedDeliveryPoliciesParams

type DeleteNonPersistentTopicDelayedDeliveryPoliciesParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeleteNonPersistentTopicDelayedDeliveryPoliciesParams defines parameters for DeleteNonPersistentTopicDelayedDeliveryPolicies.

type DeleteNonPersistentTopicDelayedDeliveryPoliciesResponse

type DeleteNonPersistentTopicDelayedDeliveryPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteNonPersistentTopicDelayedDeliveryPoliciesResponse

func ParseDeleteNonPersistentTopicDelayedDeliveryPoliciesResponse(rsp *http.Response) (*DeleteNonPersistentTopicDelayedDeliveryPoliciesResponse, error)

ParseDeleteNonPersistentTopicDelayedDeliveryPoliciesResponse parses an HTTP response from a DeleteNonPersistentTopicDelayedDeliveryPoliciesWithResponse call

func (DeleteNonPersistentTopicDelayedDeliveryPoliciesResponse) Status

Status returns HTTPResponse.Status

func (DeleteNonPersistentTopicDelayedDeliveryPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteNonPersistentTopicInactiveTopicPoliciesParams

type DeleteNonPersistentTopicInactiveTopicPoliciesParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeleteNonPersistentTopicInactiveTopicPoliciesParams defines parameters for DeleteNonPersistentTopicInactiveTopicPolicies.

type DeleteNonPersistentTopicInactiveTopicPoliciesResponse

type DeleteNonPersistentTopicInactiveTopicPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteNonPersistentTopicInactiveTopicPoliciesResponse

func ParseDeleteNonPersistentTopicInactiveTopicPoliciesResponse(rsp *http.Response) (*DeleteNonPersistentTopicInactiveTopicPoliciesResponse, error)

ParseDeleteNonPersistentTopicInactiveTopicPoliciesResponse parses an HTTP response from a DeleteNonPersistentTopicInactiveTopicPoliciesWithResponse call

func (DeleteNonPersistentTopicInactiveTopicPoliciesResponse) Status

Status returns HTTPResponse.Status

func (DeleteNonPersistentTopicInactiveTopicPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerParams

type DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerParams defines parameters for DeleteNonPersistentTopicMaxUnackedMessagesOnConsumer.

type DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerResponse

type DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteNonPersistentTopicMaxUnackedMessagesOnConsumerResponse

func ParseDeleteNonPersistentTopicMaxUnackedMessagesOnConsumerResponse(rsp *http.Response) (*DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

ParseDeleteNonPersistentTopicMaxUnackedMessagesOnConsumerResponse parses an HTTP response from a DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerWithResponse call

func (DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerResponse) Status

Status returns HTTPResponse.Status

func (DeleteNonPersistentTopicMaxUnackedMessagesOnConsumerResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams

type DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams defines parameters for DeleteNonPersistentTopicMaxUnackedMessagesOnSubscription.

type DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse

type DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse

func ParseDeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse(rsp *http.Response) (*DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

ParseDeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse parses an HTTP response from a DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse call

func (DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (DeleteNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteNonPersistentTopicParams

type DeleteNonPersistentTopicParams struct {
	// Force Stop all producer/consumer/replicator and delete topic forcefully
	Force *bool `form:"force,omitempty" json:"force,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeleteNonPersistentTopicParams defines parameters for DeleteNonPersistentTopic.

type DeleteNonPersistentTopicPartitionedTopicParams

type DeleteNonPersistentTopicPartitionedTopicParams struct {
	// Force Stop all producer/consumer/replicator and delete topic forcefully
	Force *bool `form:"force,omitempty" json:"force,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeleteNonPersistentTopicPartitionedTopicParams defines parameters for DeleteNonPersistentTopicPartitionedTopic.

type DeleteNonPersistentTopicPartitionedTopicResponse

type DeleteNonPersistentTopicPartitionedTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteNonPersistentTopicPartitionedTopicResponse

func ParseDeleteNonPersistentTopicPartitionedTopicResponse(rsp *http.Response) (*DeleteNonPersistentTopicPartitionedTopicResponse, error)

ParseDeleteNonPersistentTopicPartitionedTopicResponse parses an HTTP response from a DeleteNonPersistentTopicPartitionedTopicWithResponse call

func (DeleteNonPersistentTopicPartitionedTopicResponse) Status

Status returns HTTPResponse.Status

func (DeleteNonPersistentTopicPartitionedTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteNonPersistentTopicResponse

type DeleteNonPersistentTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteNonPersistentTopicResponse

func ParseDeleteNonPersistentTopicResponse(rsp *http.Response) (*DeleteNonPersistentTopicResponse, error)

ParseDeleteNonPersistentTopicResponse parses an HTTP response from a DeleteNonPersistentTopicWithResponse call

func (DeleteNonPersistentTopicResponse) Status

Status returns HTTPResponse.Status

func (DeleteNonPersistentTopicResponse) StatusCode

func (r DeleteNonPersistentTopicResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteNonPersistentTopicShadowTopicsParams

type DeleteNonPersistentTopicShadowTopicsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeleteNonPersistentTopicShadowTopicsParams defines parameters for DeleteNonPersistentTopicShadowTopics.

type DeleteNonPersistentTopicShadowTopicsResponse

type DeleteNonPersistentTopicShadowTopicsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteNonPersistentTopicShadowTopicsResponse

func ParseDeleteNonPersistentTopicShadowTopicsResponse(rsp *http.Response) (*DeleteNonPersistentTopicShadowTopicsResponse, error)

ParseDeleteNonPersistentTopicShadowTopicsResponse parses an HTTP response from a DeleteNonPersistentTopicShadowTopicsWithResponse call

func (DeleteNonPersistentTopicShadowTopicsResponse) Status

Status returns HTTPResponse.Status

func (DeleteNonPersistentTopicShadowTopicsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteNonPersistentTopicSubscriptionParams

type DeleteNonPersistentTopicSubscriptionParams struct {
	// Force Disconnect and close all consumers and delete subscription forcefully
	Force *bool `form:"force,omitempty" json:"force,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeleteNonPersistentTopicSubscriptionParams defines parameters for DeleteNonPersistentTopicSubscription.

type DeleteNonPersistentTopicSubscriptionResponse

type DeleteNonPersistentTopicSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteNonPersistentTopicSubscriptionResponse

func ParseDeleteNonPersistentTopicSubscriptionResponse(rsp *http.Response) (*DeleteNonPersistentTopicSubscriptionResponse, error)

ParseDeleteNonPersistentTopicSubscriptionResponse parses an HTTP response from a DeleteNonPersistentTopicSubscriptionWithResponse call

func (DeleteNonPersistentTopicSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (DeleteNonPersistentTopicSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeletePersistenceResponse

type DeletePersistenceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeletePersistenceResponse

func ParseDeletePersistenceResponse(rsp *http.Response) (*DeletePersistenceResponse, error)

ParseDeletePersistenceResponse parses an HTTP response from a DeletePersistenceWithResponse call

func (DeletePersistenceResponse) Status

func (r DeletePersistenceResponse) Status() string

Status returns HTTPResponse.Status

func (DeletePersistenceResponse) StatusCode

func (r DeletePersistenceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeletePersistentTopicDeduplicationSnapshotIntervalParams

type DeletePersistentTopicDeduplicationSnapshotIntervalParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeletePersistentTopicDeduplicationSnapshotIntervalParams defines parameters for DeletePersistentTopicDeduplicationSnapshotInterval.

type DeletePersistentTopicDeduplicationSnapshotIntervalResponse

type DeletePersistentTopicDeduplicationSnapshotIntervalResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeletePersistentTopicDeduplicationSnapshotIntervalResponse

func ParseDeletePersistentTopicDeduplicationSnapshotIntervalResponse(rsp *http.Response) (*DeletePersistentTopicDeduplicationSnapshotIntervalResponse, error)

ParseDeletePersistentTopicDeduplicationSnapshotIntervalResponse parses an HTTP response from a DeletePersistentTopicDeduplicationSnapshotIntervalWithResponse call

func (DeletePersistentTopicDeduplicationSnapshotIntervalResponse) Status

Status returns HTTPResponse.Status

func (DeletePersistentTopicDeduplicationSnapshotIntervalResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeletePersistentTopicDelayedDeliveryPoliciesParams

type DeletePersistentTopicDelayedDeliveryPoliciesParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeletePersistentTopicDelayedDeliveryPoliciesParams defines parameters for DeletePersistentTopicDelayedDeliveryPolicies.

type DeletePersistentTopicDelayedDeliveryPoliciesResponse

type DeletePersistentTopicDelayedDeliveryPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeletePersistentTopicDelayedDeliveryPoliciesResponse

func ParseDeletePersistentTopicDelayedDeliveryPoliciesResponse(rsp *http.Response) (*DeletePersistentTopicDelayedDeliveryPoliciesResponse, error)

ParseDeletePersistentTopicDelayedDeliveryPoliciesResponse parses an HTTP response from a DeletePersistentTopicDelayedDeliveryPoliciesWithResponse call

func (DeletePersistentTopicDelayedDeliveryPoliciesResponse) Status

Status returns HTTPResponse.Status

func (DeletePersistentTopicDelayedDeliveryPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeletePersistentTopicInactiveTopicPoliciesParams

type DeletePersistentTopicInactiveTopicPoliciesParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeletePersistentTopicInactiveTopicPoliciesParams defines parameters for DeletePersistentTopicInactiveTopicPolicies.

type DeletePersistentTopicInactiveTopicPoliciesResponse

type DeletePersistentTopicInactiveTopicPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeletePersistentTopicInactiveTopicPoliciesResponse

func ParseDeletePersistentTopicInactiveTopicPoliciesResponse(rsp *http.Response) (*DeletePersistentTopicInactiveTopicPoliciesResponse, error)

ParseDeletePersistentTopicInactiveTopicPoliciesResponse parses an HTTP response from a DeletePersistentTopicInactiveTopicPoliciesWithResponse call

func (DeletePersistentTopicInactiveTopicPoliciesResponse) Status

Status returns HTTPResponse.Status

func (DeletePersistentTopicInactiveTopicPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeletePersistentTopicMaxUnackedMessagesOnConsumerParams

type DeletePersistentTopicMaxUnackedMessagesOnConsumerParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeletePersistentTopicMaxUnackedMessagesOnConsumerParams defines parameters for DeletePersistentTopicMaxUnackedMessagesOnConsumer.

type DeletePersistentTopicMaxUnackedMessagesOnConsumerResponse

type DeletePersistentTopicMaxUnackedMessagesOnConsumerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeletePersistentTopicMaxUnackedMessagesOnConsumerResponse

func ParseDeletePersistentTopicMaxUnackedMessagesOnConsumerResponse(rsp *http.Response) (*DeletePersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

ParseDeletePersistentTopicMaxUnackedMessagesOnConsumerResponse parses an HTTP response from a DeletePersistentTopicMaxUnackedMessagesOnConsumerWithResponse call

func (DeletePersistentTopicMaxUnackedMessagesOnConsumerResponse) Status

Status returns HTTPResponse.Status

func (DeletePersistentTopicMaxUnackedMessagesOnConsumerResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeletePersistentTopicMaxUnackedMessagesOnSubscriptionParams

type DeletePersistentTopicMaxUnackedMessagesOnSubscriptionParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeletePersistentTopicMaxUnackedMessagesOnSubscriptionParams defines parameters for DeletePersistentTopicMaxUnackedMessagesOnSubscription.

type DeletePersistentTopicMaxUnackedMessagesOnSubscriptionResponse

type DeletePersistentTopicMaxUnackedMessagesOnSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeletePersistentTopicMaxUnackedMessagesOnSubscriptionResponse

func ParseDeletePersistentTopicMaxUnackedMessagesOnSubscriptionResponse(rsp *http.Response) (*DeletePersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

ParseDeletePersistentTopicMaxUnackedMessagesOnSubscriptionResponse parses an HTTP response from a DeletePersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse call

func (DeletePersistentTopicMaxUnackedMessagesOnSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (DeletePersistentTopicMaxUnackedMessagesOnSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeletePersistentTopicParams

type DeletePersistentTopicParams struct {
	// Force Stop all producer/consumer/replicator and delete topic forcefully
	Force *bool `form:"force,omitempty" json:"force,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeletePersistentTopicParams defines parameters for DeletePersistentTopic.

type DeletePersistentTopicPartitionedTopicParams

type DeletePersistentTopicPartitionedTopicParams struct {
	// Force Stop all producer/consumer/replicator and delete topic forcefully
	Force *bool `form:"force,omitempty" json:"force,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeletePersistentTopicPartitionedTopicParams defines parameters for DeletePersistentTopicPartitionedTopic.

type DeletePersistentTopicPartitionedTopicResponse

type DeletePersistentTopicPartitionedTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeletePersistentTopicPartitionedTopicResponse

func ParseDeletePersistentTopicPartitionedTopicResponse(rsp *http.Response) (*DeletePersistentTopicPartitionedTopicResponse, error)

ParseDeletePersistentTopicPartitionedTopicResponse parses an HTTP response from a DeletePersistentTopicPartitionedTopicWithResponse call

func (DeletePersistentTopicPartitionedTopicResponse) Status

Status returns HTTPResponse.Status

func (DeletePersistentTopicPartitionedTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeletePersistentTopicResponse

type DeletePersistentTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeletePersistentTopicResponse

func ParseDeletePersistentTopicResponse(rsp *http.Response) (*DeletePersistentTopicResponse, error)

ParseDeletePersistentTopicResponse parses an HTTP response from a DeletePersistentTopicWithResponse call

func (DeletePersistentTopicResponse) Status

Status returns HTTPResponse.Status

func (DeletePersistentTopicResponse) StatusCode

func (r DeletePersistentTopicResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeletePersistentTopicShadowTopicsParams

type DeletePersistentTopicShadowTopicsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeletePersistentTopicShadowTopicsParams defines parameters for DeletePersistentTopicShadowTopics.

type DeletePersistentTopicShadowTopicsResponse

type DeletePersistentTopicShadowTopicsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeletePersistentTopicShadowTopicsResponse

func ParseDeletePersistentTopicShadowTopicsResponse(rsp *http.Response) (*DeletePersistentTopicShadowTopicsResponse, error)

ParseDeletePersistentTopicShadowTopicsResponse parses an HTTP response from a DeletePersistentTopicShadowTopicsWithResponse call

func (DeletePersistentTopicShadowTopicsResponse) Status

Status returns HTTPResponse.Status

func (DeletePersistentTopicShadowTopicsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeletePersistentTopicSubscriptionParams

type DeletePersistentTopicSubscriptionParams struct {
	// Force Disconnect and close all consumers and delete subscription forcefully
	Force *bool `form:"force,omitempty" json:"force,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

DeletePersistentTopicSubscriptionParams defines parameters for DeletePersistentTopicSubscription.

type DeletePersistentTopicSubscriptionResponse

type DeletePersistentTopicSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeletePersistentTopicSubscriptionResponse

func ParseDeletePersistentTopicSubscriptionResponse(rsp *http.Response) (*DeletePersistentTopicSubscriptionResponse, error)

ParseDeletePersistentTopicSubscriptionResponse parses an HTTP response from a DeletePersistentTopicSubscriptionWithResponse call

func (DeletePersistentTopicSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (DeletePersistentTopicSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteResourceGroupResponse

type DeleteResourceGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteResourceGroupResponse

func ParseDeleteResourceGroupResponse(rsp *http.Response) (*DeleteResourceGroupResponse, error)

ParseDeleteResourceGroupResponse parses an HTTP response from a DeleteResourceGroupWithResponse call

func (DeleteResourceGroupResponse) Status

Status returns HTTPResponse.Status

func (DeleteResourceGroupResponse) StatusCode

func (r DeleteResourceGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteSchemaParams

type DeleteSchemaParams struct {
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	Force         *bool `form:"force,omitempty" json:"force,omitempty"`
}

DeleteSchemaParams defines parameters for DeleteSchema.

type DeleteSchemaResponse

type DeleteSchemaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeleteSchemaSuccessResponse
}

func ParseDeleteSchemaResponse

func ParseDeleteSchemaResponse(rsp *http.Response) (*DeleteSchemaResponse, error)

ParseDeleteSchemaResponse parses an HTTP response from a DeleteSchemaWithResponse call

func (DeleteSchemaResponse) Status

func (r DeleteSchemaResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteSchemaResponse) StatusCode

func (r DeleteSchemaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteSchemaSuccessResponse

type DeleteSchemaSuccessResponse struct {
	Version *int64 `json:"version,omitempty"`
}

DeleteSchemaSuccessResponse defines model for DeleteSchemaSuccessResponse.

type DeleteSubscribeRateResponse

type DeleteSubscribeRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteSubscribeRateResponse

func ParseDeleteSubscribeRateResponse(rsp *http.Response) (*DeleteSubscribeRateResponse, error)

ParseDeleteSubscribeRateResponse parses an HTTP response from a DeleteSubscribeRateWithResponse call

func (DeleteSubscribeRateResponse) Status

Status returns HTTPResponse.Status

func (DeleteSubscribeRateResponse) StatusCode

func (r DeleteSubscribeRateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteSubscriptionDispatchRateResponse

type DeleteSubscriptionDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteSubscriptionDispatchRateResponse

func ParseDeleteSubscriptionDispatchRateResponse(rsp *http.Response) (*DeleteSubscriptionDispatchRateResponse, error)

ParseDeleteSubscriptionDispatchRateResponse parses an HTTP response from a DeleteSubscriptionDispatchRateWithResponse call

func (DeleteSubscriptionDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (DeleteSubscriptionDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteTenantParams

type DeleteTenantParams struct {
	Force *bool `form:"force,omitempty" json:"force,omitempty"`
}

DeleteTenantParams defines parameters for DeleteTenant.

type DeleteTenantResponse

type DeleteTenantResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteTenantResponse

func ParseDeleteTenantResponse(rsp *http.Response) (*DeleteTenantResponse, error)

ParseDeleteTenantResponse parses an HTTP response from a DeleteTenantWithResponse call

func (DeleteTenantResponse) Status

func (r DeleteTenantResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteTenantResponse) StatusCode

func (r DeleteTenantResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DispatchRateImpl

type DispatchRateImpl struct {
	DispatchThrottlingRateInByte *int64 `json:"dispatchThrottlingRateInByte,omitempty"`
	DispatchThrottlingRateInMsg  *int32 `json:"dispatchThrottlingRateInMsg,omitempty"`
	RatePeriodInSecond           *int32 `json:"ratePeriodInSecond,omitempty"`
	RelativeToPublishRate        *bool  `json:"relativeToPublishRate,omitempty"`
}

DispatchRateImpl defines model for DispatchRateImpl.

type DrainAtLeaderParams

type DrainAtLeaderParams struct {
	WorkerId *string `form:"workerId,omitempty" json:"workerId,omitempty"`
}

DrainAtLeaderParams defines parameters for DrainAtLeader.

type DrainAtLeaderResponse

type DrainAtLeaderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDrainAtLeaderResponse

func ParseDrainAtLeaderResponse(rsp *http.Response) (*DrainAtLeaderResponse, error)

ParseDrainAtLeaderResponse parses an HTTP response from a DrainAtLeaderWithResponse call

func (DrainAtLeaderResponse) Status

func (r DrainAtLeaderResponse) Status() string

Status returns HTTPResponse.Status

func (DrainAtLeaderResponse) StatusCode

func (r DrainAtLeaderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DrainResponse

type DrainResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDrainResponse

func ParseDrainResponse(rsp *http.Response) (*DrainResponse, error)

ParseDrainResponse parses an HTTP response from a DrainWithResponse call

func (DrainResponse) Status

func (r DrainResponse) Status() string

Status returns HTTPResponse.Status

func (DrainResponse) StatusCode

func (r DrainResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EntryFilters

type EntryFilters struct {
	EntryFilterNames *string `json:"entryFilterNames,omitempty"`
}

EntryFilters defines model for EntryFilters.

type ExamineNonPersistentTopicMessageParams

type ExamineNonPersistentTopicMessageParams struct {
	// InitialPosition Relative start position to examine message.It can be 'latest' or 'earliest'
	InitialPosition *ExamineNonPersistentTopicMessageParamsInitialPosition `form:"initialPosition,omitempty" json:"initialPosition,omitempty"`

	// MessagePosition The position of messages (default 1)
	MessagePosition *int64 `form:"messagePosition,omitempty" json:"messagePosition,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ExamineNonPersistentTopicMessageParams defines parameters for ExamineNonPersistentTopicMessage.

type ExamineNonPersistentTopicMessageParamsInitialPosition

type ExamineNonPersistentTopicMessageParamsInitialPosition string

ExamineNonPersistentTopicMessageParamsInitialPosition defines parameters for ExamineNonPersistentTopicMessage.

const (
	ExamineNonPersistentTopicMessageParamsInitialPositionEarliest ExamineNonPersistentTopicMessageParamsInitialPosition = "earliest"
	ExamineNonPersistentTopicMessageParamsInitialPositionLatest   ExamineNonPersistentTopicMessageParamsInitialPosition = "latest"
)

Defines values for ExamineNonPersistentTopicMessageParamsInitialPosition.

type ExamineNonPersistentTopicMessageResponse

type ExamineNonPersistentTopicMessageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseExamineNonPersistentTopicMessageResponse

func ParseExamineNonPersistentTopicMessageResponse(rsp *http.Response) (*ExamineNonPersistentTopicMessageResponse, error)

ParseExamineNonPersistentTopicMessageResponse parses an HTTP response from a ExamineNonPersistentTopicMessageWithResponse call

func (ExamineNonPersistentTopicMessageResponse) Status

Status returns HTTPResponse.Status

func (ExamineNonPersistentTopicMessageResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ExaminePersistentTopicMessageParams

type ExaminePersistentTopicMessageParams struct {
	// InitialPosition Relative start position to examine message.It can be 'latest' or 'earliest'
	InitialPosition *ExaminePersistentTopicMessageParamsInitialPosition `form:"initialPosition,omitempty" json:"initialPosition,omitempty"`

	// MessagePosition The position of messages (default 1)
	MessagePosition *int64 `form:"messagePosition,omitempty" json:"messagePosition,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ExaminePersistentTopicMessageParams defines parameters for ExaminePersistentTopicMessage.

type ExaminePersistentTopicMessageParamsInitialPosition

type ExaminePersistentTopicMessageParamsInitialPosition string

ExaminePersistentTopicMessageParamsInitialPosition defines parameters for ExaminePersistentTopicMessage.

const (
	ExaminePersistentTopicMessageParamsInitialPositionEarliest ExaminePersistentTopicMessageParamsInitialPosition = "earliest"
	ExaminePersistentTopicMessageParamsInitialPositionLatest   ExaminePersistentTopicMessageParamsInitialPosition = "latest"
)

Defines values for ExaminePersistentTopicMessageParamsInitialPosition.

type ExaminePersistentTopicMessageResponse

type ExaminePersistentTopicMessageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseExaminePersistentTopicMessageResponse

func ParseExaminePersistentTopicMessageResponse(rsp *http.Response) (*ExaminePersistentTopicMessageResponse, error)

ParseExaminePersistentTopicMessageResponse parses an HTTP response from a ExaminePersistentTopicMessageWithResponse call

func (ExaminePersistentTopicMessageResponse) Status

Status returns HTTPResponse.Status

func (ExaminePersistentTopicMessageResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ExpireNonPersistentTopicMessagesForAllSubscriptionsParams

type ExpireNonPersistentTopicMessagesForAllSubscriptionsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ExpireNonPersistentTopicMessagesForAllSubscriptionsParams defines parameters for ExpireNonPersistentTopicMessagesForAllSubscriptions.

type ExpireNonPersistentTopicMessagesForAllSubscriptionsResponse

type ExpireNonPersistentTopicMessagesForAllSubscriptionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseExpireNonPersistentTopicMessagesForAllSubscriptionsResponse

func ParseExpireNonPersistentTopicMessagesForAllSubscriptionsResponse(rsp *http.Response) (*ExpireNonPersistentTopicMessagesForAllSubscriptionsResponse, error)

ParseExpireNonPersistentTopicMessagesForAllSubscriptionsResponse parses an HTTP response from a ExpireNonPersistentTopicMessagesForAllSubscriptionsWithResponse call

func (ExpireNonPersistentTopicMessagesForAllSubscriptionsResponse) Status

Status returns HTTPResponse.Status

func (ExpireNonPersistentTopicMessagesForAllSubscriptionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ExpireNonPersistentTopicMessagesParams

type ExpireNonPersistentTopicMessagesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ExpireNonPersistentTopicMessagesParams defines parameters for ExpireNonPersistentTopicMessages.

type ExpireNonPersistentTopicMessagesResponse

type ExpireNonPersistentTopicMessagesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseExpireNonPersistentTopicMessagesResponse

func ParseExpireNonPersistentTopicMessagesResponse(rsp *http.Response) (*ExpireNonPersistentTopicMessagesResponse, error)

ParseExpireNonPersistentTopicMessagesResponse parses an HTTP response from a ExpireNonPersistentTopicMessagesWithResponse call

func (ExpireNonPersistentTopicMessagesResponse) Status

Status returns HTTPResponse.Status

func (ExpireNonPersistentTopicMessagesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ExpireNonPersistentTopicMessagesTimeInSecondsParams

type ExpireNonPersistentTopicMessagesTimeInSecondsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ExpireNonPersistentTopicMessagesTimeInSecondsParams defines parameters for ExpireNonPersistentTopicMessagesTimeInSeconds.

type ExpireNonPersistentTopicMessagesTimeInSecondsResponse

type ExpireNonPersistentTopicMessagesTimeInSecondsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseExpireNonPersistentTopicMessagesTimeInSecondsResponse

func ParseExpireNonPersistentTopicMessagesTimeInSecondsResponse(rsp *http.Response) (*ExpireNonPersistentTopicMessagesTimeInSecondsResponse, error)

ParseExpireNonPersistentTopicMessagesTimeInSecondsResponse parses an HTTP response from a ExpireNonPersistentTopicMessagesTimeInSecondsWithResponse call

func (ExpireNonPersistentTopicMessagesTimeInSecondsResponse) Status

Status returns HTTPResponse.Status

func (ExpireNonPersistentTopicMessagesTimeInSecondsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ExpirePersistentTopicMessagesForAllSubscriptionsParams

type ExpirePersistentTopicMessagesForAllSubscriptionsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ExpirePersistentTopicMessagesForAllSubscriptionsParams defines parameters for ExpirePersistentTopicMessagesForAllSubscriptions.

type ExpirePersistentTopicMessagesForAllSubscriptionsResponse

type ExpirePersistentTopicMessagesForAllSubscriptionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseExpirePersistentTopicMessagesForAllSubscriptionsResponse

func ParseExpirePersistentTopicMessagesForAllSubscriptionsResponse(rsp *http.Response) (*ExpirePersistentTopicMessagesForAllSubscriptionsResponse, error)

ParseExpirePersistentTopicMessagesForAllSubscriptionsResponse parses an HTTP response from a ExpirePersistentTopicMessagesForAllSubscriptionsWithResponse call

func (ExpirePersistentTopicMessagesForAllSubscriptionsResponse) Status

Status returns HTTPResponse.Status

func (ExpirePersistentTopicMessagesForAllSubscriptionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ExpirePersistentTopicMessagesParams

type ExpirePersistentTopicMessagesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ExpirePersistentTopicMessagesParams defines parameters for ExpirePersistentTopicMessages.

type ExpirePersistentTopicMessagesResponse

type ExpirePersistentTopicMessagesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseExpirePersistentTopicMessagesResponse

func ParseExpirePersistentTopicMessagesResponse(rsp *http.Response) (*ExpirePersistentTopicMessagesResponse, error)

ParseExpirePersistentTopicMessagesResponse parses an HTTP response from a ExpirePersistentTopicMessagesWithResponse call

func (ExpirePersistentTopicMessagesResponse) Status

Status returns HTTPResponse.Status

func (ExpirePersistentTopicMessagesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ExpirePersistentTopicMessagesTimeInSecondsParams

type ExpirePersistentTopicMessagesTimeInSecondsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ExpirePersistentTopicMessagesTimeInSecondsParams defines parameters for ExpirePersistentTopicMessagesTimeInSeconds.

type ExpirePersistentTopicMessagesTimeInSecondsResponse

type ExpirePersistentTopicMessagesTimeInSecondsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseExpirePersistentTopicMessagesTimeInSecondsResponse

func ParseExpirePersistentTopicMessagesTimeInSecondsResponse(rsp *http.Response) (*ExpirePersistentTopicMessagesTimeInSecondsResponse, error)

ParseExpirePersistentTopicMessagesTimeInSecondsResponse parses an HTTP response from a ExpirePersistentTopicMessagesTimeInSecondsWithResponse call

func (ExpirePersistentTopicMessagesTimeInSecondsResponse) Status

Status returns HTTPResponse.Status

func (ExpirePersistentTopicMessagesTimeInSecondsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type FailureDomain

type FailureDomain struct {
	// Brokers The collection of brokers in the same failure domain
	Brokers *[]string `json:"brokers,omitempty"`
}

FailureDomain The data of a failure domain configuration in a cluster

type FunctionInstanceStatsData

type FunctionInstanceStatsData struct {
	AvgProcessLatency          *float64                       `json:"avgProcessLatency,omitempty"`
	LastInvocation             *int64                         `json:"lastInvocation,omitempty"`
	OneMin                     *FunctionInstanceStatsDataBase `json:"oneMin,omitempty"`
	ProcessedSuccessfullyTotal *int64                         `json:"processedSuccessfullyTotal,omitempty"`
	ReceivedTotal              *int64                         `json:"receivedTotal,omitempty"`
	SystemExceptionsTotal      *int64                         `json:"systemExceptionsTotal,omitempty"`
	UserExceptionsTotal        *int64                         `json:"userExceptionsTotal,omitempty"`
	UserMetrics                *map[string]float64            `json:"userMetrics,omitempty"`
}

FunctionInstanceStatsData defines model for FunctionInstanceStatsData.

type FunctionInstanceStatsDataBase

type FunctionInstanceStatsDataBase struct {
	AvgProcessLatency          *float64 `json:"avgProcessLatency,omitempty"`
	ProcessedSuccessfullyTotal *int64   `json:"processedSuccessfullyTotal,omitempty"`
	ReceivedTotal              *int64   `json:"receivedTotal,omitempty"`
	SystemExceptionsTotal      *int64   `json:"systemExceptionsTotal,omitempty"`
	UserExceptionsTotal        *int64   `json:"userExceptionsTotal,omitempty"`
}

FunctionInstanceStatsDataBase defines model for FunctionInstanceStatsDataBase.

type GetActiveBrokersResponse

type GetActiveBrokersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetActiveBrokersResponse

func ParseGetActiveBrokersResponse(rsp *http.Response) (*GetActiveBrokersResponse, error)

ParseGetActiveBrokersResponse parses an HTTP response from a GetActiveBrokersWithResponse call

func (GetActiveBrokersResponse) Status

func (r GetActiveBrokersResponse) Status() string

Status returns HTTPResponse.Status

func (GetActiveBrokersResponse) StatusCode

func (r GetActiveBrokersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetActiveClusterBrokersResponse

type GetActiveClusterBrokersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetActiveClusterBrokersResponse

func ParseGetActiveClusterBrokersResponse(rsp *http.Response) (*GetActiveClusterBrokersResponse, error)

ParseGetActiveClusterBrokersResponse parses an HTTP response from a GetActiveClusterBrokersWithResponse call

func (GetActiveClusterBrokersResponse) Status

Status returns HTTPResponse.Status

func (GetActiveClusterBrokersResponse) StatusCode

func (r GetActiveClusterBrokersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAllBookiesResponse

type GetAllBookiesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *BookiesClusterInfo
}

func ParseGetAllBookiesResponse

func ParseGetAllBookiesResponse(rsp *http.Response) (*GetAllBookiesResponse, error)

ParseGetAllBookiesResponse parses an HTTP response from a GetAllBookiesWithResponse call

func (GetAllBookiesResponse) Status

func (r GetAllBookiesResponse) Status() string

Status returns HTTPResponse.Status

func (GetAllBookiesResponse) StatusCode

func (r GetAllBookiesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAllDynamicConfigurationsResponse

type GetAllDynamicConfigurationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetAllDynamicConfigurationsResponse

func ParseGetAllDynamicConfigurationsResponse(rsp *http.Response) (*GetAllDynamicConfigurationsResponse, error)

ParseGetAllDynamicConfigurationsResponse parses an HTTP response from a GetAllDynamicConfigurationsWithResponse call

func (GetAllDynamicConfigurationsResponse) Status

Status returns HTTPResponse.Status

func (GetAllDynamicConfigurationsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetAllSchemasParams

type GetAllSchemasParams struct {
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetAllSchemasParams defines parameters for GetAllSchemas.

type GetAllSchemasResponse

type GetAllSchemasResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *GetAllVersionsSchemaResponse
}

func ParseGetAllSchemasResponse

func ParseGetAllSchemasResponse(rsp *http.Response) (*GetAllSchemasResponse, error)

ParseGetAllSchemasResponse parses an HTTP response from a GetAllSchemasWithResponse call

func (GetAllSchemasResponse) Status

func (r GetAllSchemasResponse) Status() string

Status returns HTTPResponse.Status

func (GetAllSchemasResponse) StatusCode

func (r GetAllSchemasResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAllVersionsSchemaResponse

type GetAllVersionsSchemaResponse struct {
	GetSchemaResponses *[]GetSchemaResponse `json:"getSchemaResponses,omitempty"`
}

GetAllVersionsSchemaResponse defines model for GetAllVersionsSchemaResponse.

type GetAllocatorStatsResponse

type GetAllocatorStatsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AllocatorStats
}

func ParseGetAllocatorStatsResponse

func ParseGetAllocatorStatsResponse(rsp *http.Response) (*GetAllocatorStatsResponse, error)

ParseGetAllocatorStatsResponse parses an HTTP response from a GetAllocatorStatsWithResponse call

func (GetAllocatorStatsResponse) Status

func (r GetAllocatorStatsResponse) Status() string

Status returns HTTPResponse.Status

func (GetAllocatorStatsResponse) StatusCode

func (r GetAllocatorStatsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAntiAffinityNamespacesParams

type GetAntiAffinityNamespacesParams struct {
	Tenant *string `form:"tenant,omitempty" json:"tenant,omitempty"`
}

GetAntiAffinityNamespacesParams defines parameters for GetAntiAffinityNamespaces.

type GetAntiAffinityNamespacesResponse

type GetAntiAffinityNamespacesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetAntiAffinityNamespacesResponse

func ParseGetAntiAffinityNamespacesResponse(rsp *http.Response) (*GetAntiAffinityNamespacesResponse, error)

ParseGetAntiAffinityNamespacesResponse parses an HTTP response from a GetAntiAffinityNamespacesWithResponse call

func (GetAntiAffinityNamespacesResponse) Status

Status returns HTTPResponse.Status

func (GetAntiAffinityNamespacesResponse) StatusCode

func (r GetAntiAffinityNamespacesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAssignmentsResponse

type GetAssignmentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]map[string]interface{}
}

func ParseGetAssignmentsResponse

func ParseGetAssignmentsResponse(rsp *http.Response) (*GetAssignmentsResponse, error)

ParseGetAssignmentsResponse parses an HTTP response from a GetAssignmentsWithResponse call

func (GetAssignmentsResponse) Status

func (r GetAssignmentsResponse) Status() string

Status returns HTTPResponse.Status

func (GetAssignmentsResponse) StatusCode

func (r GetAssignmentsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAutoSubscriptionCreationResponse

type GetAutoSubscriptionCreationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetAutoSubscriptionCreationResponse

func ParseGetAutoSubscriptionCreationResponse(rsp *http.Response) (*GetAutoSubscriptionCreationResponse, error)

ParseGetAutoSubscriptionCreationResponse parses an HTTP response from a GetAutoSubscriptionCreationWithResponse call

func (GetAutoSubscriptionCreationResponse) Status

Status returns HTTPResponse.Status

func (GetAutoSubscriptionCreationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetAutoTopicCreationResponse

type GetAutoTopicCreationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetAutoTopicCreationResponse

func ParseGetAutoTopicCreationResponse(rsp *http.Response) (*GetAutoTopicCreationResponse, error)

ParseGetAutoTopicCreationResponse parses an HTTP response from a GetAutoTopicCreationWithResponse call

func (GetAutoTopicCreationResponse) Status

Status returns HTTPResponse.Status

func (GetAutoTopicCreationResponse) StatusCode

func (r GetAutoTopicCreationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetBookieAffinityGroupResponse

type GetBookieAffinityGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *BookieAffinityGroupData
}

func ParseGetBookieAffinityGroupResponse

func ParseGetBookieAffinityGroupResponse(rsp *http.Response) (*GetBookieAffinityGroupResponse, error)

ParseGetBookieAffinityGroupResponse parses an HTTP response from a GetBookieAffinityGroupWithResponse call

func (GetBookieAffinityGroupResponse) Status

Status returns HTTPResponse.Status

func (GetBookieAffinityGroupResponse) StatusCode

func (r GetBookieAffinityGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetBookieRackInfoResponse

type GetBookieRackInfoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *BookieInfo
}

func ParseGetBookieRackInfoResponse

func ParseGetBookieRackInfoResponse(rsp *http.Response) (*GetBookieRackInfoResponse, error)

ParseGetBookieRackInfoResponse parses an HTTP response from a GetBookieRackInfoWithResponse call

func (GetBookieRackInfoResponse) Status

func (r GetBookieRackInfoResponse) Status() string

Status returns HTTPResponse.Status

func (GetBookieRackInfoResponse) StatusCode

func (r GetBookieRackInfoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetBookiesRackInfoResponse

type GetBookiesRackInfoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]map[string]BookieInfo
}

func ParseGetBookiesRackInfoResponse

func ParseGetBookiesRackInfoResponse(rsp *http.Response) (*GetBookiesRackInfoResponse, error)

ParseGetBookiesRackInfoResponse parses an HTTP response from a GetBookiesRackInfoWithResponse call

func (GetBookiesRackInfoResponse) Status

Status returns HTTPResponse.Status

func (GetBookiesRackInfoResponse) StatusCode

func (r GetBookiesRackInfoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetBrokerResourceAvailabilityResponse

type GetBrokerResourceAvailabilityResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]ResourceUnit
}

func ParseGetBrokerResourceAvailabilityResponse

func ParseGetBrokerResourceAvailabilityResponse(rsp *http.Response) (*GetBrokerResourceAvailabilityResponse, error)

ParseGetBrokerResourceAvailabilityResponse parses an HTTP response from a GetBrokerResourceAvailabilityWithResponse call

func (GetBrokerResourceAvailabilityResponse) Status

Status returns HTTPResponse.Status

func (GetBrokerResourceAvailabilityResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetBrokerStatsMetricsResponse

type GetBrokerStatsMetricsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Metrics
}

func ParseGetBrokerStatsMetricsResponse

func ParseGetBrokerStatsMetricsResponse(rsp *http.Response) (*GetBrokerStatsMetricsResponse, error)

ParseGetBrokerStatsMetricsResponse parses an HTTP response from a GetBrokerStatsMetricsWithResponse call

func (GetBrokerStatsMetricsResponse) Status

Status returns HTTPResponse.Status

func (GetBrokerStatsMetricsResponse) StatusCode

func (r GetBrokerStatsMetricsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetBrokerWithNamespaceIsolationPolicyResponse

type GetBrokerWithNamespaceIsolationPolicyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *BrokerNamespaceIsolationData
}

func ParseGetBrokerWithNamespaceIsolationPolicyResponse

func ParseGetBrokerWithNamespaceIsolationPolicyResponse(rsp *http.Response) (*GetBrokerWithNamespaceIsolationPolicyResponse, error)

ParseGetBrokerWithNamespaceIsolationPolicyResponse parses an HTTP response from a GetBrokerWithNamespaceIsolationPolicyWithResponse call

func (GetBrokerWithNamespaceIsolationPolicyResponse) Status

Status returns HTTPResponse.Status

func (GetBrokerWithNamespaceIsolationPolicyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetBrokersWithNamespaceIsolationPolicyResponse

type GetBrokersWithNamespaceIsolationPolicyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]BrokerNamespaceIsolationData
}

func ParseGetBrokersWithNamespaceIsolationPolicyResponse

func ParseGetBrokersWithNamespaceIsolationPolicyResponse(rsp *http.Response) (*GetBrokersWithNamespaceIsolationPolicyResponse, error)

ParseGetBrokersWithNamespaceIsolationPolicyResponse parses an HTTP response from a GetBrokersWithNamespaceIsolationPolicyWithResponse call

func (GetBrokersWithNamespaceIsolationPolicyResponse) Status

Status returns HTTPResponse.Status

func (GetBrokersWithNamespaceIsolationPolicyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetBundlesDataResponse

type GetBundlesDataResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetBundlesDataResponse

func ParseGetBundlesDataResponse(rsp *http.Response) (*GetBundlesDataResponse, error)

ParseGetBundlesDataResponse parses an HTTP response from a GetBundlesDataWithResponse call

func (GetBundlesDataResponse) Status

func (r GetBundlesDataResponse) Status() string

Status returns HTTPResponse.Status

func (GetBundlesDataResponse) StatusCode

func (r GetBundlesDataResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetClusterResponse

type GetClusterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ClusterData
}

func ParseGetClusterResponse

func ParseGetClusterResponse(rsp *http.Response) (*GetClusterResponse, error)

ParseGetClusterResponse parses an HTTP response from a GetClusterWithResponse call

func (GetClusterResponse) Status

func (r GetClusterResponse) Status() string

Status returns HTTPResponse.Status

func (GetClusterResponse) StatusCode

func (r GetClusterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetClustersResponse

type GetClustersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetClustersResponse

func ParseGetClustersResponse(rsp *http.Response) (*GetClustersResponse, error)

ParseGetClustersResponse parses an HTTP response from a GetClustersWithResponse call

func (GetClustersResponse) Status

func (r GetClustersResponse) Status() string

Status returns HTTPResponse.Status

func (GetClustersResponse) StatusCode

func (r GetClustersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetConnectorsListResponse

type GetConnectorsListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]map[string]interface{}
}

func ParseGetConnectorsListResponse

func ParseGetConnectorsListResponse(rsp *http.Response) (*GetConnectorsListResponse, error)

ParseGetConnectorsListResponse parses an HTTP response from a GetConnectorsListWithResponse call

func (GetConnectorsListResponse) Status

func (r GetConnectorsListResponse) Status() string

Status returns HTTPResponse.Status

func (GetConnectorsListResponse) StatusCode

func (r GetConnectorsListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDefaultResourceQuotaResponse

type GetDefaultResourceQuotaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetDefaultResourceQuotaResponse

func ParseGetDefaultResourceQuotaResponse(rsp *http.Response) (*GetDefaultResourceQuotaResponse, error)

ParseGetDefaultResourceQuotaResponse parses an HTTP response from a GetDefaultResourceQuotaWithResponse call

func (GetDefaultResourceQuotaResponse) Status

Status returns HTTPResponse.Status

func (GetDefaultResourceQuotaResponse) StatusCode

func (r GetDefaultResourceQuotaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDomainResponse

type GetDomainResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *FailureDomain
}

func ParseGetDomainResponse

func ParseGetDomainResponse(rsp *http.Response) (*GetDomainResponse, error)

ParseGetDomainResponse parses an HTTP response from a GetDomainWithResponse call

func (GetDomainResponse) Status

func (r GetDomainResponse) Status() string

Status returns HTTPResponse.Status

func (GetDomainResponse) StatusCode

func (r GetDomainResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDrainStatusFromLeaderParams

type GetDrainStatusFromLeaderParams struct {
	WorkerId *string `form:"workerId,omitempty" json:"workerId,omitempty"`
}

GetDrainStatusFromLeaderParams defines parameters for GetDrainStatusFromLeader.

type GetDrainStatusFromLeaderResponse

type GetDrainStatusFromLeaderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetDrainStatusFromLeaderResponse

func ParseGetDrainStatusFromLeaderResponse(rsp *http.Response) (*GetDrainStatusFromLeaderResponse, error)

ParseGetDrainStatusFromLeaderResponse parses an HTTP response from a GetDrainStatusFromLeaderWithResponse call

func (GetDrainStatusFromLeaderResponse) Status

Status returns HTTPResponse.Status

func (GetDrainStatusFromLeaderResponse) StatusCode

func (r GetDrainStatusFromLeaderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDrainStatusResponse

type GetDrainStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetDrainStatusResponse

func ParseGetDrainStatusResponse(rsp *http.Response) (*GetDrainStatusResponse, error)

ParseGetDrainStatusResponse parses an HTTP response from a GetDrainStatusWithResponse call

func (GetDrainStatusResponse) Status

func (r GetDrainStatusResponse) Status() string

Status returns HTTPResponse.Status

func (GetDrainStatusResponse) StatusCode

func (r GetDrainStatusResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDynamicConfigurationNameResponse

type GetDynamicConfigurationNameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetDynamicConfigurationNameResponse

func ParseGetDynamicConfigurationNameResponse(rsp *http.Response) (*GetDynamicConfigurationNameResponse, error)

ParseGetDynamicConfigurationNameResponse parses an HTTP response from a GetDynamicConfigurationNameWithResponse call

func (GetDynamicConfigurationNameResponse) Status

Status returns HTTPResponse.Status

func (GetDynamicConfigurationNameResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetEncryptionRequiredResponse

type GetEncryptionRequiredResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetEncryptionRequiredResponse

func ParseGetEncryptionRequiredResponse(rsp *http.Response) (*GetEncryptionRequiredResponse, error)

ParseGetEncryptionRequiredResponse parses an HTTP response from a GetEncryptionRequiredWithResponse call

func (GetEncryptionRequiredResponse) Status

Status returns HTTPResponse.Status

func (GetEncryptionRequiredResponse) StatusCode

func (r GetEncryptionRequiredResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFailureDomainsResponse

type GetFailureDomainsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]FailureDomain
}

func ParseGetFailureDomainsResponse

func ParseGetFailureDomainsResponse(rsp *http.Response) (*GetFailureDomainsResponse, error)

ParseGetFailureDomainsResponse parses an HTTP response from a GetFailureDomainsWithResponse call

func (GetFailureDomainsResponse) Status

func (r GetFailureDomainsResponse) Status() string

Status returns HTTPResponse.Status

func (GetFailureDomainsResponse) StatusCode

func (r GetFailureDomainsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetInternalConfigurationDataResponse

type GetInternalConfigurationDataResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *InternalConfigurationData
}

func ParseGetInternalConfigurationDataResponse

func ParseGetInternalConfigurationDataResponse(rsp *http.Response) (*GetInternalConfigurationDataResponse, error)

ParseGetInternalConfigurationDataResponse parses an HTTP response from a GetInternalConfigurationDataWithResponse call

func (GetInternalConfigurationDataResponse) Status

Status returns HTTPResponse.Status

func (GetInternalConfigurationDataResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetIsAllowAutoUpdateSchemaResponse

type GetIsAllowAutoUpdateSchemaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetIsAllowAutoUpdateSchemaResponse

func ParseGetIsAllowAutoUpdateSchemaResponse(rsp *http.Response) (*GetIsAllowAutoUpdateSchemaResponse, error)

ParseGetIsAllowAutoUpdateSchemaResponse parses an HTTP response from a GetIsAllowAutoUpdateSchemaWithResponse call

func (GetIsAllowAutoUpdateSchemaResponse) Status

Status returns HTTPResponse.Status

func (GetIsAllowAutoUpdateSchemaResponse) StatusCode

func (r GetIsAllowAutoUpdateSchemaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetLeaderBrokerResponse

type GetLeaderBrokerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *BrokerInfo
}

func ParseGetLeaderBrokerResponse

func ParseGetLeaderBrokerResponse(rsp *http.Response) (*GetLeaderBrokerResponse, error)

ParseGetLeaderBrokerResponse parses an HTTP response from a GetLeaderBrokerWithResponse call

func (GetLeaderBrokerResponse) Status

func (r GetLeaderBrokerResponse) Status() string

Status returns HTTPResponse.Status

func (GetLeaderBrokerResponse) StatusCode

func (r GetLeaderBrokerResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetListFromBundleResponse

type GetListFromBundleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetListFromBundleResponse

func ParseGetListFromBundleResponse(rsp *http.Response) (*GetListFromBundleResponse, error)

ParseGetListFromBundleResponse parses an HTTP response from a GetListFromBundleWithResponse call

func (GetListFromBundleResponse) Status

func (r GetListFromBundleResponse) Status() string

Status returns HTTPResponse.Status

func (GetListFromBundleResponse) StatusCode

func (r GetListFromBundleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetLoadReportResponse

type GetLoadReportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LoadReport
}

func ParseGetLoadReportResponse

func ParseGetLoadReportResponse(rsp *http.Response) (*GetLoadReportResponse, error)

ParseGetLoadReportResponse parses an HTTP response from a GetLoadReportWithResponse call

func (GetLoadReportResponse) Status

func (r GetLoadReportResponse) Status() string

Status returns HTTPResponse.Status

func (GetLoadReportResponse) StatusCode

func (r GetLoadReportResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetMBeansResponse

type GetMBeansResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Metrics
}

func ParseGetMBeansResponse

func ParseGetMBeansResponse(rsp *http.Response) (*GetMBeansResponse, error)

ParseGetMBeansResponse parses an HTTP response from a GetMBeansWithResponse call

func (GetMBeansResponse) Status

func (r GetMBeansResponse) Status() string

Status returns HTTPResponse.Status

func (GetMBeansResponse) StatusCode

func (r GetMBeansResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceAntiAffinityGroupResponse

type GetNamespaceAntiAffinityGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *string
}

func ParseGetNamespaceAntiAffinityGroupResponse

func ParseGetNamespaceAntiAffinityGroupResponse(rsp *http.Response) (*GetNamespaceAntiAffinityGroupResponse, error)

ParseGetNamespaceAntiAffinityGroupResponse parses an HTTP response from a GetNamespaceAntiAffinityGroupWithResponse call

func (GetNamespaceAntiAffinityGroupResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceAntiAffinityGroupResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceBacklogQuotaMapResponse

type GetNamespaceBacklogQuotaMapResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceBacklogQuotaMapResponse

func ParseGetNamespaceBacklogQuotaMapResponse(rsp *http.Response) (*GetNamespaceBacklogQuotaMapResponse, error)

ParseGetNamespaceBacklogQuotaMapResponse parses an HTTP response from a GetNamespaceBacklogQuotaMapWithResponse call

func (GetNamespaceBacklogQuotaMapResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceBacklogQuotaMapResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceBundleResourceQuotaResponse

type GetNamespaceBundleResourceQuotaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceBundleResourceQuotaResponse

func ParseGetNamespaceBundleResourceQuotaResponse(rsp *http.Response) (*GetNamespaceBundleResourceQuotaResponse, error)

ParseGetNamespaceBundleResourceQuotaResponse parses an HTTP response from a GetNamespaceBundleResourceQuotaWithResponse call

func (GetNamespaceBundleResourceQuotaResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceBundleResourceQuotaResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceCompactionThresholdResponse

type GetNamespaceCompactionThresholdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceCompactionThresholdResponse

func ParseGetNamespaceCompactionThresholdResponse(rsp *http.Response) (*GetNamespaceCompactionThresholdResponse, error)

ParseGetNamespaceCompactionThresholdResponse parses an HTTP response from a GetNamespaceCompactionThresholdWithResponse call

func (GetNamespaceCompactionThresholdResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceCompactionThresholdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceDeduplicationResponse

type GetNamespaceDeduplicationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceDeduplicationResponse

func ParseGetNamespaceDeduplicationResponse(rsp *http.Response) (*GetNamespaceDeduplicationResponse, error)

ParseGetNamespaceDeduplicationResponse parses an HTTP response from a GetNamespaceDeduplicationWithResponse call

func (GetNamespaceDeduplicationResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceDeduplicationResponse) StatusCode

func (r GetNamespaceDeduplicationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceDeduplicationSnapshotIntervalResponse

type GetNamespaceDeduplicationSnapshotIntervalResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceDeduplicationSnapshotIntervalResponse

func ParseGetNamespaceDeduplicationSnapshotIntervalResponse(rsp *http.Response) (*GetNamespaceDeduplicationSnapshotIntervalResponse, error)

ParseGetNamespaceDeduplicationSnapshotIntervalResponse parses an HTTP response from a GetNamespaceDeduplicationSnapshotIntervalWithResponse call

func (GetNamespaceDeduplicationSnapshotIntervalResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceDeduplicationSnapshotIntervalResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceDelayedDeliveryPoliciesResponse

type GetNamespaceDelayedDeliveryPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceDelayedDeliveryPoliciesResponse

func ParseGetNamespaceDelayedDeliveryPoliciesResponse(rsp *http.Response) (*GetNamespaceDelayedDeliveryPoliciesResponse, error)

ParseGetNamespaceDelayedDeliveryPoliciesResponse parses an HTTP response from a GetNamespaceDelayedDeliveryPoliciesWithResponse call

func (GetNamespaceDelayedDeliveryPoliciesResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceDelayedDeliveryPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceDispatchRateResponse

type GetNamespaceDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceDispatchRateResponse

func ParseGetNamespaceDispatchRateResponse(rsp *http.Response) (*GetNamespaceDispatchRateResponse, error)

ParseGetNamespaceDispatchRateResponse parses an HTTP response from a GetNamespaceDispatchRateWithResponse call

func (GetNamespaceDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceDispatchRateResponse) StatusCode

func (r GetNamespaceDispatchRateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceEntryFiltersPerTopicResponse

type GetNamespaceEntryFiltersPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceEntryFiltersPerTopicResponse

func ParseGetNamespaceEntryFiltersPerTopicResponse(rsp *http.Response) (*GetNamespaceEntryFiltersPerTopicResponse, error)

ParseGetNamespaceEntryFiltersPerTopicResponse parses an HTTP response from a GetNamespaceEntryFiltersPerTopicWithResponse call

func (GetNamespaceEntryFiltersPerTopicResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceEntryFiltersPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceInactiveTopicPoliciesResponse

type GetNamespaceInactiveTopicPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceInactiveTopicPoliciesResponse

func ParseGetNamespaceInactiveTopicPoliciesResponse(rsp *http.Response) (*GetNamespaceInactiveTopicPoliciesResponse, error)

ParseGetNamespaceInactiveTopicPoliciesResponse parses an HTTP response from a GetNamespaceInactiveTopicPoliciesWithResponse call

func (GetNamespaceInactiveTopicPoliciesResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceInactiveTopicPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceIsolationPoliciesResponse

type GetNamespaceIsolationPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]NamespaceIsolationData
}

func ParseGetNamespaceIsolationPoliciesResponse

func ParseGetNamespaceIsolationPoliciesResponse(rsp *http.Response) (*GetNamespaceIsolationPoliciesResponse, error)

ParseGetNamespaceIsolationPoliciesResponse parses an HTTP response from a GetNamespaceIsolationPoliciesWithResponse call

func (GetNamespaceIsolationPoliciesResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceIsolationPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceIsolationPolicyResponse

type GetNamespaceIsolationPolicyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NamespaceIsolationData
}

func ParseGetNamespaceIsolationPolicyResponse

func ParseGetNamespaceIsolationPolicyResponse(rsp *http.Response) (*GetNamespaceIsolationPolicyResponse, error)

ParseGetNamespaceIsolationPolicyResponse parses an HTTP response from a GetNamespaceIsolationPolicyWithResponse call

func (GetNamespaceIsolationPolicyResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceIsolationPolicyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceMaxConsumersPerSubscriptionResponse

type GetNamespaceMaxConsumersPerSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceMaxConsumersPerSubscriptionResponse

func ParseGetNamespaceMaxConsumersPerSubscriptionResponse(rsp *http.Response) (*GetNamespaceMaxConsumersPerSubscriptionResponse, error)

ParseGetNamespaceMaxConsumersPerSubscriptionResponse parses an HTTP response from a GetNamespaceMaxConsumersPerSubscriptionWithResponse call

func (GetNamespaceMaxConsumersPerSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceMaxConsumersPerSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceMaxConsumersPerTopicResponse

type GetNamespaceMaxConsumersPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceMaxConsumersPerTopicResponse

func ParseGetNamespaceMaxConsumersPerTopicResponse(rsp *http.Response) (*GetNamespaceMaxConsumersPerTopicResponse, error)

ParseGetNamespaceMaxConsumersPerTopicResponse parses an HTTP response from a GetNamespaceMaxConsumersPerTopicWithResponse call

func (GetNamespaceMaxConsumersPerTopicResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceMaxConsumersPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceMaxProducersPerTopicResponse

type GetNamespaceMaxProducersPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceMaxProducersPerTopicResponse

func ParseGetNamespaceMaxProducersPerTopicResponse(rsp *http.Response) (*GetNamespaceMaxProducersPerTopicResponse, error)

ParseGetNamespaceMaxProducersPerTopicResponse parses an HTTP response from a GetNamespaceMaxProducersPerTopicWithResponse call

func (GetNamespaceMaxProducersPerTopicResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceMaxProducersPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceMaxSubscriptionsPerTopicResponse

type GetNamespaceMaxSubscriptionsPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceMaxSubscriptionsPerTopicResponse

func ParseGetNamespaceMaxSubscriptionsPerTopicResponse(rsp *http.Response) (*GetNamespaceMaxSubscriptionsPerTopicResponse, error)

ParseGetNamespaceMaxSubscriptionsPerTopicResponse parses an HTTP response from a GetNamespaceMaxSubscriptionsPerTopicWithResponse call

func (GetNamespaceMaxSubscriptionsPerTopicResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceMaxSubscriptionsPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceMaxTopicsPerNamespaceResponse

type GetNamespaceMaxTopicsPerNamespaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceMaxTopicsPerNamespaceResponse

func ParseGetNamespaceMaxTopicsPerNamespaceResponse(rsp *http.Response) (*GetNamespaceMaxTopicsPerNamespaceResponse, error)

ParseGetNamespaceMaxTopicsPerNamespaceResponse parses an HTTP response from a GetNamespaceMaxTopicsPerNamespaceWithResponse call

func (GetNamespaceMaxTopicsPerNamespaceResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceMaxTopicsPerNamespaceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceMaxUnackedMessagesPerConsumerResponse

type GetNamespaceMaxUnackedMessagesPerConsumerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceMaxUnackedMessagesPerConsumerResponse

func ParseGetNamespaceMaxUnackedMessagesPerConsumerResponse(rsp *http.Response) (*GetNamespaceMaxUnackedMessagesPerConsumerResponse, error)

ParseGetNamespaceMaxUnackedMessagesPerConsumerResponse parses an HTTP response from a GetNamespaceMaxUnackedMessagesPerConsumerWithResponse call

func (GetNamespaceMaxUnackedMessagesPerConsumerResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceMaxUnackedMessagesPerConsumerResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceMaxUnackedmessagesPerSubscriptionResponse

type GetNamespaceMaxUnackedmessagesPerSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceMaxUnackedmessagesPerSubscriptionResponse

func ParseGetNamespaceMaxUnackedmessagesPerSubscriptionResponse(rsp *http.Response) (*GetNamespaceMaxUnackedmessagesPerSubscriptionResponse, error)

ParseGetNamespaceMaxUnackedmessagesPerSubscriptionResponse parses an HTTP response from a GetNamespaceMaxUnackedmessagesPerSubscriptionWithResponse call

func (GetNamespaceMaxUnackedmessagesPerSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceMaxUnackedmessagesPerSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceMessageTTLResponse

type GetNamespaceMessageTTLResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *int32
}

func ParseGetNamespaceMessageTTLResponse

func ParseGetNamespaceMessageTTLResponse(rsp *http.Response) (*GetNamespaceMessageTTLResponse, error)

ParseGetNamespaceMessageTTLResponse parses an HTTP response from a GetNamespaceMessageTTLWithResponse call

func (GetNamespaceMessageTTLResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceMessageTTLResponse) StatusCode

func (r GetNamespaceMessageTTLResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceOffloadDeletionLagResponse

type GetNamespaceOffloadDeletionLagResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceOffloadDeletionLagResponse

func ParseGetNamespaceOffloadDeletionLagResponse(rsp *http.Response) (*GetNamespaceOffloadDeletionLagResponse, error)

ParseGetNamespaceOffloadDeletionLagResponse parses an HTTP response from a GetNamespaceOffloadDeletionLagWithResponse call

func (GetNamespaceOffloadDeletionLagResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceOffloadDeletionLagResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceOffloadPoliciesResponse

type GetNamespaceOffloadPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceOffloadPoliciesResponse

func ParseGetNamespaceOffloadPoliciesResponse(rsp *http.Response) (*GetNamespaceOffloadPoliciesResponse, error)

ParseGetNamespaceOffloadPoliciesResponse parses an HTTP response from a GetNamespaceOffloadPoliciesWithResponse call

func (GetNamespaceOffloadPoliciesResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceOffloadPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceOffloadThresholdResponse

type GetNamespaceOffloadThresholdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceOffloadThresholdResponse

func ParseGetNamespaceOffloadThresholdResponse(rsp *http.Response) (*GetNamespaceOffloadThresholdResponse, error)

ParseGetNamespaceOffloadThresholdResponse parses an HTTP response from a GetNamespaceOffloadThresholdWithResponse call

func (GetNamespaceOffloadThresholdResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceOffloadThresholdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespacePersistenceResponse

type GetNamespacePersistenceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespacePersistenceResponse

func ParseGetNamespacePersistenceResponse(rsp *http.Response) (*GetNamespacePersistenceResponse, error)

ParseGetNamespacePersistenceResponse parses an HTTP response from a GetNamespacePersistenceWithResponse call

func (GetNamespacePersistenceResponse) Status

Status returns HTTPResponse.Status

func (GetNamespacePersistenceResponse) StatusCode

func (r GetNamespacePersistenceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNamespacePropertiesResponse

type GetNamespacePropertiesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespacePropertiesResponse

func ParseGetNamespacePropertiesResponse(rsp *http.Response) (*GetNamespacePropertiesResponse, error)

ParseGetNamespacePropertiesResponse parses an HTTP response from a GetNamespacePropertiesWithResponse call

func (GetNamespacePropertiesResponse) Status

Status returns HTTPResponse.Status

func (GetNamespacePropertiesResponse) StatusCode

func (r GetNamespacePropertiesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceReplicationClustersResponse

type GetNamespaceReplicationClustersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetNamespaceReplicationClustersResponse

func ParseGetNamespaceReplicationClustersResponse(rsp *http.Response) (*GetNamespaceReplicationClustersResponse, error)

ParseGetNamespaceReplicationClustersResponse parses an HTTP response from a GetNamespaceReplicationClustersWithResponse call

func (GetNamespaceReplicationClustersResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceReplicationClustersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceReplicatorDispatchRateResponse

type GetNamespaceReplicatorDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceReplicatorDispatchRateResponse

func ParseGetNamespaceReplicatorDispatchRateResponse(rsp *http.Response) (*GetNamespaceReplicatorDispatchRateResponse, error)

ParseGetNamespaceReplicatorDispatchRateResponse parses an HTTP response from a GetNamespaceReplicatorDispatchRateWithResponse call

func (GetNamespaceReplicatorDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceReplicatorDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceResourceGroupResponse

type GetNamespaceResourceGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceResourceGroupResponse

func ParseGetNamespaceResourceGroupResponse(rsp *http.Response) (*GetNamespaceResourceGroupResponse, error)

ParseGetNamespaceResourceGroupResponse parses an HTTP response from a GetNamespaceResourceGroupWithResponse call

func (GetNamespaceResourceGroupResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceResourceGroupResponse) StatusCode

func (r GetNamespaceResourceGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceRetentionResponse

type GetNamespaceRetentionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceRetentionResponse

func ParseGetNamespaceRetentionResponse(rsp *http.Response) (*GetNamespaceRetentionResponse, error)

ParseGetNamespaceRetentionResponse parses an HTTP response from a GetNamespaceRetentionWithResponse call

func (GetNamespaceRetentionResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceRetentionResponse) StatusCode

func (r GetNamespaceRetentionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceSchemaCompatibilityStrategyResponse

type GetNamespaceSchemaCompatibilityStrategyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceSchemaCompatibilityStrategyResponse

func ParseGetNamespaceSchemaCompatibilityStrategyResponse(rsp *http.Response) (*GetNamespaceSchemaCompatibilityStrategyResponse, error)

ParseGetNamespaceSchemaCompatibilityStrategyResponse parses an HTTP response from a GetNamespaceSchemaCompatibilityStrategyWithResponse call

func (GetNamespaceSchemaCompatibilityStrategyResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceSchemaCompatibilityStrategyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceSubscribeRateResponse

type GetNamespaceSubscribeRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceSubscribeRateResponse

func ParseGetNamespaceSubscribeRateResponse(rsp *http.Response) (*GetNamespaceSubscribeRateResponse, error)

ParseGetNamespaceSubscribeRateResponse parses an HTTP response from a GetNamespaceSubscribeRateWithResponse call

func (GetNamespaceSubscribeRateResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceSubscribeRateResponse) StatusCode

func (r GetNamespaceSubscribeRateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceSubscriptionDispatchRateResponse

type GetNamespaceSubscriptionDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceSubscriptionDispatchRateResponse

func ParseGetNamespaceSubscriptionDispatchRateResponse(rsp *http.Response) (*GetNamespaceSubscriptionDispatchRateResponse, error)

ParseGetNamespaceSubscriptionDispatchRateResponse parses an HTTP response from a GetNamespaceSubscriptionDispatchRateWithResponse call

func (GetNamespaceSubscriptionDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceSubscriptionDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNamespaceSubscriptionTypesEnabledResponse

type GetNamespaceSubscriptionTypesEnabledResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNamespaceSubscriptionTypesEnabledResponse

func ParseGetNamespaceSubscriptionTypesEnabledResponse(rsp *http.Response) (*GetNamespaceSubscriptionTypesEnabledResponse, error)

ParseGetNamespaceSubscriptionTypesEnabledResponse parses an HTTP response from a GetNamespaceSubscriptionTypesEnabledWithResponse call

func (GetNamespaceSubscriptionTypesEnabledResponse) Status

Status returns HTTPResponse.Status

func (GetNamespaceSubscriptionTypesEnabledResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentPartitionedTopicListParams

type GetNonPersistentPartitionedTopicListParams struct {
	// IncludeSystemTopic Include system topic
	IncludeSystemTopic *bool `form:"includeSystemTopic,omitempty" json:"includeSystemTopic,omitempty"`
}

GetNonPersistentPartitionedTopicListParams defines parameters for GetNonPersistentPartitionedTopicList.

type GetNonPersistentPartitionedTopicListResponse

type GetNonPersistentPartitionedTopicListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetNonPersistentPartitionedTopicListResponse

func ParseGetNonPersistentPartitionedTopicListResponse(rsp *http.Response) (*GetNonPersistentPartitionedTopicListResponse, error)

ParseGetNonPersistentPartitionedTopicListResponse parses an HTTP response from a GetNonPersistentPartitionedTopicListWithResponse call

func (GetNonPersistentPartitionedTopicListResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentPartitionedTopicListResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicBacklogParams

type GetNonPersistentTopicBacklogParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicBacklogParams defines parameters for GetNonPersistentTopicBacklog.

type GetNonPersistentTopicBacklogQuotaMapParams

type GetNonPersistentTopicBacklogQuotaMapParams struct {
	Applied *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

GetNonPersistentTopicBacklogQuotaMapParams defines parameters for GetNonPersistentTopicBacklogQuotaMap.

type GetNonPersistentTopicBacklogQuotaMapResponse

type GetNonPersistentTopicBacklogQuotaMapResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicBacklogQuotaMapResponse

func ParseGetNonPersistentTopicBacklogQuotaMapResponse(rsp *http.Response) (*GetNonPersistentTopicBacklogQuotaMapResponse, error)

ParseGetNonPersistentTopicBacklogQuotaMapResponse parses an HTTP response from a GetNonPersistentTopicBacklogQuotaMapWithResponse call

func (GetNonPersistentTopicBacklogQuotaMapResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicBacklogQuotaMapResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicBacklogResponse

type GetNonPersistentTopicBacklogResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicBacklogResponse

func ParseGetNonPersistentTopicBacklogResponse(rsp *http.Response) (*GetNonPersistentTopicBacklogResponse, error)

ParseGetNonPersistentTopicBacklogResponse parses an HTTP response from a GetNonPersistentTopicBacklogWithResponse call

func (GetNonPersistentTopicBacklogResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicBacklogResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicBacklogSizeByMessageIdParams

type GetNonPersistentTopicBacklogSizeByMessageIdParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicBacklogSizeByMessageIdParams defines parameters for GetNonPersistentTopicBacklogSizeByMessageId.

type GetNonPersistentTopicBacklogSizeByMessageIdResponse

type GetNonPersistentTopicBacklogSizeByMessageIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicBacklogSizeByMessageIdResponse

func ParseGetNonPersistentTopicBacklogSizeByMessageIdResponse(rsp *http.Response) (*GetNonPersistentTopicBacklogSizeByMessageIdResponse, error)

ParseGetNonPersistentTopicBacklogSizeByMessageIdResponse parses an HTTP response from a GetNonPersistentTopicBacklogSizeByMessageIdWithResponse call

func (GetNonPersistentTopicBacklogSizeByMessageIdResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicBacklogSizeByMessageIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicCompactionStatusParams

type GetNonPersistentTopicCompactionStatusParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicCompactionStatusParams defines parameters for GetNonPersistentTopicCompactionStatus.

type GetNonPersistentTopicCompactionStatusResponse

type GetNonPersistentTopicCompactionStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicCompactionStatusResponse

func ParseGetNonPersistentTopicCompactionStatusResponse(rsp *http.Response) (*GetNonPersistentTopicCompactionStatusResponse, error)

ParseGetNonPersistentTopicCompactionStatusResponse parses an HTTP response from a GetNonPersistentTopicCompactionStatusWithResponse call

func (GetNonPersistentTopicCompactionStatusResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicCompactionStatusResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicCompactionThresholdParams

type GetNonPersistentTopicCompactionThresholdParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicCompactionThresholdParams defines parameters for GetNonPersistentTopicCompactionThreshold.

type GetNonPersistentTopicCompactionThresholdResponse

type GetNonPersistentTopicCompactionThresholdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicCompactionThresholdResponse

func ParseGetNonPersistentTopicCompactionThresholdResponse(rsp *http.Response) (*GetNonPersistentTopicCompactionThresholdResponse, error)

ParseGetNonPersistentTopicCompactionThresholdResponse parses an HTTP response from a GetNonPersistentTopicCompactionThresholdWithResponse call

func (GetNonPersistentTopicCompactionThresholdResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicCompactionThresholdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicDeduplicationParams

type GetNonPersistentTopicDeduplicationParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicDeduplicationParams defines parameters for GetNonPersistentTopicDeduplication.

type GetNonPersistentTopicDeduplicationResponse

type GetNonPersistentTopicDeduplicationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicDeduplicationResponse

func ParseGetNonPersistentTopicDeduplicationResponse(rsp *http.Response) (*GetNonPersistentTopicDeduplicationResponse, error)

ParseGetNonPersistentTopicDeduplicationResponse parses an HTTP response from a GetNonPersistentTopicDeduplicationWithResponse call

func (GetNonPersistentTopicDeduplicationResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicDeduplicationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicDeduplicationSnapshotIntervalParams

type GetNonPersistentTopicDeduplicationSnapshotIntervalParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicDeduplicationSnapshotIntervalParams defines parameters for GetNonPersistentTopicDeduplicationSnapshotInterval.

type GetNonPersistentTopicDeduplicationSnapshotIntervalResponse

type GetNonPersistentTopicDeduplicationSnapshotIntervalResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicDeduplicationSnapshotIntervalResponse

func ParseGetNonPersistentTopicDeduplicationSnapshotIntervalResponse(rsp *http.Response) (*GetNonPersistentTopicDeduplicationSnapshotIntervalResponse, error)

ParseGetNonPersistentTopicDeduplicationSnapshotIntervalResponse parses an HTTP response from a GetNonPersistentTopicDeduplicationSnapshotIntervalWithResponse call

func (GetNonPersistentTopicDeduplicationSnapshotIntervalResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicDeduplicationSnapshotIntervalResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicDelayedDeliveryPoliciesParams

type GetNonPersistentTopicDelayedDeliveryPoliciesParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicDelayedDeliveryPoliciesParams defines parameters for GetNonPersistentTopicDelayedDeliveryPolicies.

type GetNonPersistentTopicDelayedDeliveryPoliciesResponse

type GetNonPersistentTopicDelayedDeliveryPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicDelayedDeliveryPoliciesResponse

func ParseGetNonPersistentTopicDelayedDeliveryPoliciesResponse(rsp *http.Response) (*GetNonPersistentTopicDelayedDeliveryPoliciesResponse, error)

ParseGetNonPersistentTopicDelayedDeliveryPoliciesResponse parses an HTTP response from a GetNonPersistentTopicDelayedDeliveryPoliciesWithResponse call

func (GetNonPersistentTopicDelayedDeliveryPoliciesResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicDelayedDeliveryPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicDispatchRateParams

type GetNonPersistentTopicDispatchRateParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicDispatchRateParams defines parameters for GetNonPersistentTopicDispatchRate.

type GetNonPersistentTopicDispatchRateResponse

type GetNonPersistentTopicDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicDispatchRateResponse

func ParseGetNonPersistentTopicDispatchRateResponse(rsp *http.Response) (*GetNonPersistentTopicDispatchRateResponse, error)

ParseGetNonPersistentTopicDispatchRateResponse parses an HTTP response from a GetNonPersistentTopicDispatchRateWithResponse call

func (GetNonPersistentTopicDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicEntryFiltersParams

type GetNonPersistentTopicEntryFiltersParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicEntryFiltersParams defines parameters for GetNonPersistentTopicEntryFilters.

type GetNonPersistentTopicEntryFiltersResponse

type GetNonPersistentTopicEntryFiltersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicEntryFiltersResponse

func ParseGetNonPersistentTopicEntryFiltersResponse(rsp *http.Response) (*GetNonPersistentTopicEntryFiltersResponse, error)

ParseGetNonPersistentTopicEntryFiltersResponse parses an HTTP response from a GetNonPersistentTopicEntryFiltersWithResponse call

func (GetNonPersistentTopicEntryFiltersResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicEntryFiltersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicInactiveTopicPoliciesParams

type GetNonPersistentTopicInactiveTopicPoliciesParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicInactiveTopicPoliciesParams defines parameters for GetNonPersistentTopicInactiveTopicPolicies.

type GetNonPersistentTopicInactiveTopicPoliciesResponse

type GetNonPersistentTopicInactiveTopicPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicInactiveTopicPoliciesResponse

func ParseGetNonPersistentTopicInactiveTopicPoliciesResponse(rsp *http.Response) (*GetNonPersistentTopicInactiveTopicPoliciesResponse, error)

ParseGetNonPersistentTopicInactiveTopicPoliciesResponse parses an HTTP response from a GetNonPersistentTopicInactiveTopicPoliciesWithResponse call

func (GetNonPersistentTopicInactiveTopicPoliciesResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicInactiveTopicPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicInternalStatsParams

type GetNonPersistentTopicInternalStatsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	Metadata      *bool `form:"metadata,omitempty" json:"metadata,omitempty"`
}

GetNonPersistentTopicInternalStatsParams defines parameters for GetNonPersistentTopicInternalStats.

type GetNonPersistentTopicInternalStatsResponse

type GetNonPersistentTopicInternalStatsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicInternalStatsResponse

func ParseGetNonPersistentTopicInternalStatsResponse(rsp *http.Response) (*GetNonPersistentTopicInternalStatsResponse, error)

ParseGetNonPersistentTopicInternalStatsResponse parses an HTTP response from a GetNonPersistentTopicInternalStatsWithResponse call

func (GetNonPersistentTopicInternalStatsResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicInternalStatsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicLastMessageIdParams

type GetNonPersistentTopicLastMessageIdParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicLastMessageIdParams defines parameters for GetNonPersistentTopicLastMessageId.

type GetNonPersistentTopicLastMessageIdResponse

type GetNonPersistentTopicLastMessageIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicLastMessageIdResponse

func ParseGetNonPersistentTopicLastMessageIdResponse(rsp *http.Response) (*GetNonPersistentTopicLastMessageIdResponse, error)

ParseGetNonPersistentTopicLastMessageIdResponse parses an HTTP response from a GetNonPersistentTopicLastMessageIdWithResponse call

func (GetNonPersistentTopicLastMessageIdResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicLastMessageIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicListParams

type GetNonPersistentTopicListParams struct {
	// Bundle Specify the bundle name
	Bundle *string `form:"bundle,omitempty" json:"bundle,omitempty"`

	// IncludeSystemTopic Include system topic
	IncludeSystemTopic *bool `form:"includeSystemTopic,omitempty" json:"includeSystemTopic,omitempty"`
}

GetNonPersistentTopicListParams defines parameters for GetNonPersistentTopicList.

type GetNonPersistentTopicListResponse

type GetNonPersistentTopicListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetNonPersistentTopicListResponse

func ParseGetNonPersistentTopicListResponse(rsp *http.Response) (*GetNonPersistentTopicListResponse, error)

ParseGetNonPersistentTopicListResponse parses an HTTP response from a GetNonPersistentTopicListWithResponse call

func (GetNonPersistentTopicListResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicListResponse) StatusCode

func (r GetNonPersistentTopicListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicManagedLedgerInfoParams

type GetNonPersistentTopicManagedLedgerInfoParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicManagedLedgerInfoParams defines parameters for GetNonPersistentTopicManagedLedgerInfo.

type GetNonPersistentTopicManagedLedgerInfoResponse

type GetNonPersistentTopicManagedLedgerInfoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicManagedLedgerInfoResponse

func ParseGetNonPersistentTopicManagedLedgerInfoResponse(rsp *http.Response) (*GetNonPersistentTopicManagedLedgerInfoResponse, error)

ParseGetNonPersistentTopicManagedLedgerInfoResponse parses an HTTP response from a GetNonPersistentTopicManagedLedgerInfoWithResponse call

func (GetNonPersistentTopicManagedLedgerInfoResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicManagedLedgerInfoResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicMaxConsumersParams

type GetNonPersistentTopicMaxConsumersParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicMaxConsumersParams defines parameters for GetNonPersistentTopicMaxConsumers.

type GetNonPersistentTopicMaxConsumersPerSubscriptionParams

type GetNonPersistentTopicMaxConsumersPerSubscriptionParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicMaxConsumersPerSubscriptionParams defines parameters for GetNonPersistentTopicMaxConsumersPerSubscription.

type GetNonPersistentTopicMaxConsumersPerSubscriptionResponse

type GetNonPersistentTopicMaxConsumersPerSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicMaxConsumersPerSubscriptionResponse

func ParseGetNonPersistentTopicMaxConsumersPerSubscriptionResponse(rsp *http.Response) (*GetNonPersistentTopicMaxConsumersPerSubscriptionResponse, error)

ParseGetNonPersistentTopicMaxConsumersPerSubscriptionResponse parses an HTTP response from a GetNonPersistentTopicMaxConsumersPerSubscriptionWithResponse call

func (GetNonPersistentTopicMaxConsumersPerSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicMaxConsumersPerSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicMaxConsumersResponse

type GetNonPersistentTopicMaxConsumersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicMaxConsumersResponse

func ParseGetNonPersistentTopicMaxConsumersResponse(rsp *http.Response) (*GetNonPersistentTopicMaxConsumersResponse, error)

ParseGetNonPersistentTopicMaxConsumersResponse parses an HTTP response from a GetNonPersistentTopicMaxConsumersWithResponse call

func (GetNonPersistentTopicMaxConsumersResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicMaxConsumersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicMaxMessageSizeParams

type GetNonPersistentTopicMaxMessageSizeParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicMaxMessageSizeParams defines parameters for GetNonPersistentTopicMaxMessageSize.

type GetNonPersistentTopicMaxMessageSizeResponse

type GetNonPersistentTopicMaxMessageSizeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicMaxMessageSizeResponse

func ParseGetNonPersistentTopicMaxMessageSizeResponse(rsp *http.Response) (*GetNonPersistentTopicMaxMessageSizeResponse, error)

ParseGetNonPersistentTopicMaxMessageSizeResponse parses an HTTP response from a GetNonPersistentTopicMaxMessageSizeWithResponse call

func (GetNonPersistentTopicMaxMessageSizeResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicMaxMessageSizeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicMaxProducersParams

type GetNonPersistentTopicMaxProducersParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicMaxProducersParams defines parameters for GetNonPersistentTopicMaxProducers.

type GetNonPersistentTopicMaxProducersResponse

type GetNonPersistentTopicMaxProducersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicMaxProducersResponse

func ParseGetNonPersistentTopicMaxProducersResponse(rsp *http.Response) (*GetNonPersistentTopicMaxProducersResponse, error)

ParseGetNonPersistentTopicMaxProducersResponse parses an HTTP response from a GetNonPersistentTopicMaxProducersWithResponse call

func (GetNonPersistentTopicMaxProducersResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicMaxProducersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicMaxSubscriptionsPerTopicParams

type GetNonPersistentTopicMaxSubscriptionsPerTopicParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicMaxSubscriptionsPerTopicParams defines parameters for GetNonPersistentTopicMaxSubscriptionsPerTopic.

type GetNonPersistentTopicMaxSubscriptionsPerTopicResponse

type GetNonPersistentTopicMaxSubscriptionsPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicMaxSubscriptionsPerTopicResponse

func ParseGetNonPersistentTopicMaxSubscriptionsPerTopicResponse(rsp *http.Response) (*GetNonPersistentTopicMaxSubscriptionsPerTopicResponse, error)

ParseGetNonPersistentTopicMaxSubscriptionsPerTopicResponse parses an HTTP response from a GetNonPersistentTopicMaxSubscriptionsPerTopicWithResponse call

func (GetNonPersistentTopicMaxSubscriptionsPerTopicResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicMaxSubscriptionsPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicMaxUnackedMessagesOnConsumerParams

type GetNonPersistentTopicMaxUnackedMessagesOnConsumerParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicMaxUnackedMessagesOnConsumerParams defines parameters for GetNonPersistentTopicMaxUnackedMessagesOnConsumer.

type GetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse

type GetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse

func ParseGetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse(rsp *http.Response) (*GetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

ParseGetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse parses an HTTP response from a GetNonPersistentTopicMaxUnackedMessagesOnConsumerWithResponse call

func (GetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams

type GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams defines parameters for GetNonPersistentTopicMaxUnackedMessagesOnSubscription.

type GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse

type GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse

func ParseGetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse(rsp *http.Response) (*GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

ParseGetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse parses an HTTP response from a GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse call

func (GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicMessageByIdParams

type GetNonPersistentTopicMessageByIdParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicMessageByIdParams defines parameters for GetNonPersistentTopicMessageById.

type GetNonPersistentTopicMessageByIdResponse

type GetNonPersistentTopicMessageByIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicMessageByIdResponse

func ParseGetNonPersistentTopicMessageByIdResponse(rsp *http.Response) (*GetNonPersistentTopicMessageByIdResponse, error)

ParseGetNonPersistentTopicMessageByIdResponse parses an HTTP response from a GetNonPersistentTopicMessageByIdWithResponse call

func (GetNonPersistentTopicMessageByIdResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicMessageByIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicMessageIdByTimestampParams

type GetNonPersistentTopicMessageIdByTimestampParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicMessageIdByTimestampParams defines parameters for GetNonPersistentTopicMessageIdByTimestamp.

type GetNonPersistentTopicMessageIdByTimestampResponse

type GetNonPersistentTopicMessageIdByTimestampResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicMessageIdByTimestampResponse

func ParseGetNonPersistentTopicMessageIdByTimestampResponse(rsp *http.Response) (*GetNonPersistentTopicMessageIdByTimestampResponse, error)

ParseGetNonPersistentTopicMessageIdByTimestampResponse parses an HTTP response from a GetNonPersistentTopicMessageIdByTimestampWithResponse call

func (GetNonPersistentTopicMessageIdByTimestampResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicMessageIdByTimestampResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicMessageTTLParams

type GetNonPersistentTopicMessageTTLParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicMessageTTLParams defines parameters for GetNonPersistentTopicMessageTTL.

type GetNonPersistentTopicMessageTTLResponse

type GetNonPersistentTopicMessageTTLResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicMessageTTLResponse

func ParseGetNonPersistentTopicMessageTTLResponse(rsp *http.Response) (*GetNonPersistentTopicMessageTTLResponse, error)

ParseGetNonPersistentTopicMessageTTLResponse parses an HTTP response from a GetNonPersistentTopicMessageTTLWithResponse call

func (GetNonPersistentTopicMessageTTLResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicMessageTTLResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicOffloadPoliciesParams

type GetNonPersistentTopicOffloadPoliciesParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicOffloadPoliciesParams defines parameters for GetNonPersistentTopicOffloadPolicies.

type GetNonPersistentTopicOffloadPoliciesResponse

type GetNonPersistentTopicOffloadPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicOffloadPoliciesResponse

func ParseGetNonPersistentTopicOffloadPoliciesResponse(rsp *http.Response) (*GetNonPersistentTopicOffloadPoliciesResponse, error)

ParseGetNonPersistentTopicOffloadPoliciesResponse parses an HTTP response from a GetNonPersistentTopicOffloadPoliciesWithResponse call

func (GetNonPersistentTopicOffloadPoliciesResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicOffloadPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicPartitionedMetadataParams

type GetNonPersistentTopicPartitionedMetadataParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`

	// CheckAllowAutoCreation Is check configuration required to automatically create topic
	CheckAllowAutoCreation *bool `form:"checkAllowAutoCreation,omitempty" json:"checkAllowAutoCreation,omitempty"`
}

GetNonPersistentTopicPartitionedMetadataParams defines parameters for GetNonPersistentTopicPartitionedMetadata.

type GetNonPersistentTopicPartitionedMetadataResponse

type GetNonPersistentTopicPartitionedMetadataResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicPartitionedMetadataResponse

func ParseGetNonPersistentTopicPartitionedMetadataResponse(rsp *http.Response) (*GetNonPersistentTopicPartitionedMetadataResponse, error)

ParseGetNonPersistentTopicPartitionedMetadataResponse parses an HTTP response from a GetNonPersistentTopicPartitionedMetadataWithResponse call

func (GetNonPersistentTopicPartitionedMetadataResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicPartitionedMetadataResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicPartitionedStatsParams

type GetNonPersistentTopicPartitionedStatsParams struct {
	// PerPartition Get per partition stats
	PerPartition *bool `form:"perPartition,omitempty" json:"perPartition,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`

	// GetPreciseBacklog If return precise backlog or imprecise backlog
	GetPreciseBacklog *bool `form:"getPreciseBacklog,omitempty" json:"getPreciseBacklog,omitempty"`

	// SubscriptionBacklogSize If return backlog size for each subscription, require locking on ledger so be careful not to use when there's heavy traffic.
	SubscriptionBacklogSize *bool `form:"subscriptionBacklogSize,omitempty" json:"subscriptionBacklogSize,omitempty"`

	// GetEarliestTimeInBacklog If return the earliest time in backlog
	GetEarliestTimeInBacklog *bool `form:"getEarliestTimeInBacklog,omitempty" json:"getEarliestTimeInBacklog,omitempty"`
}

GetNonPersistentTopicPartitionedStatsParams defines parameters for GetNonPersistentTopicPartitionedStats.

type GetNonPersistentTopicPartitionedStatsResponse

type GetNonPersistentTopicPartitionedStatsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicPartitionedStatsResponse

func ParseGetNonPersistentTopicPartitionedStatsResponse(rsp *http.Response) (*GetNonPersistentTopicPartitionedStatsResponse, error)

ParseGetNonPersistentTopicPartitionedStatsResponse parses an HTTP response from a GetNonPersistentTopicPartitionedStatsWithResponse call

func (GetNonPersistentTopicPartitionedStatsResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicPartitionedStatsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicPermissionsOnTopicResponse

type GetNonPersistentTopicPermissionsOnTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicPermissionsOnTopicResponse

func ParseGetNonPersistentTopicPermissionsOnTopicResponse(rsp *http.Response) (*GetNonPersistentTopicPermissionsOnTopicResponse, error)

ParseGetNonPersistentTopicPermissionsOnTopicResponse parses an HTTP response from a GetNonPersistentTopicPermissionsOnTopicWithResponse call

func (GetNonPersistentTopicPermissionsOnTopicResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicPermissionsOnTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicPersistenceParams

type GetNonPersistentTopicPersistenceParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicPersistenceParams defines parameters for GetNonPersistentTopicPersistence.

type GetNonPersistentTopicPersistenceResponse

type GetNonPersistentTopicPersistenceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicPersistenceResponse

func ParseGetNonPersistentTopicPersistenceResponse(rsp *http.Response) (*GetNonPersistentTopicPersistenceResponse, error)

ParseGetNonPersistentTopicPersistenceResponse parses an HTTP response from a GetNonPersistentTopicPersistenceWithResponse call

func (GetNonPersistentTopicPersistenceResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicPersistenceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicPropertiesParams

type GetNonPersistentTopicPropertiesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicPropertiesParams defines parameters for GetNonPersistentTopicProperties.

type GetNonPersistentTopicPropertiesResponse

type GetNonPersistentTopicPropertiesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicPropertiesResponse

func ParseGetNonPersistentTopicPropertiesResponse(rsp *http.Response) (*GetNonPersistentTopicPropertiesResponse, error)

ParseGetNonPersistentTopicPropertiesResponse parses an HTTP response from a GetNonPersistentTopicPropertiesWithResponse call

func (GetNonPersistentTopicPropertiesResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicPropertiesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicPublishRateParams

type GetNonPersistentTopicPublishRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicPublishRateParams defines parameters for GetNonPersistentTopicPublishRate.

type GetNonPersistentTopicPublishRateResponse

type GetNonPersistentTopicPublishRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicPublishRateResponse

func ParseGetNonPersistentTopicPublishRateResponse(rsp *http.Response) (*GetNonPersistentTopicPublishRateResponse, error)

ParseGetNonPersistentTopicPublishRateResponse parses an HTTP response from a GetNonPersistentTopicPublishRateWithResponse call

func (GetNonPersistentTopicPublishRateResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicPublishRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicReplicatedSubscriptionStatusParams

type GetNonPersistentTopicReplicatedSubscriptionStatusParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicReplicatedSubscriptionStatusParams defines parameters for GetNonPersistentTopicReplicatedSubscriptionStatus.

type GetNonPersistentTopicReplicatedSubscriptionStatusResponse

type GetNonPersistentTopicReplicatedSubscriptionStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicReplicatedSubscriptionStatusResponse

func ParseGetNonPersistentTopicReplicatedSubscriptionStatusResponse(rsp *http.Response) (*GetNonPersistentTopicReplicatedSubscriptionStatusResponse, error)

ParseGetNonPersistentTopicReplicatedSubscriptionStatusResponse parses an HTTP response from a GetNonPersistentTopicReplicatedSubscriptionStatusWithResponse call

func (GetNonPersistentTopicReplicatedSubscriptionStatusResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicReplicatedSubscriptionStatusResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicReplicationClustersParams

type GetNonPersistentTopicReplicationClustersParams struct {
	Applied *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicReplicationClustersParams defines parameters for GetNonPersistentTopicReplicationClusters.

type GetNonPersistentTopicReplicationClustersResponse

type GetNonPersistentTopicReplicationClustersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicReplicationClustersResponse

func ParseGetNonPersistentTopicReplicationClustersResponse(rsp *http.Response) (*GetNonPersistentTopicReplicationClustersResponse, error)

ParseGetNonPersistentTopicReplicationClustersResponse parses an HTTP response from a GetNonPersistentTopicReplicationClustersWithResponse call

func (GetNonPersistentTopicReplicationClustersResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicReplicationClustersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicReplicatorDispatchRateParams

type GetNonPersistentTopicReplicatorDispatchRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicReplicatorDispatchRateParams defines parameters for GetNonPersistentTopicReplicatorDispatchRate.

type GetNonPersistentTopicReplicatorDispatchRateResponse

type GetNonPersistentTopicReplicatorDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicReplicatorDispatchRateResponse

func ParseGetNonPersistentTopicReplicatorDispatchRateResponse(rsp *http.Response) (*GetNonPersistentTopicReplicatorDispatchRateResponse, error)

ParseGetNonPersistentTopicReplicatorDispatchRateResponse parses an HTTP response from a GetNonPersistentTopicReplicatorDispatchRateWithResponse call

func (GetNonPersistentTopicReplicatorDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicReplicatorDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicRetentionParams

type GetNonPersistentTopicRetentionParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicRetentionParams defines parameters for GetNonPersistentTopicRetention.

type GetNonPersistentTopicRetentionResponse

type GetNonPersistentTopicRetentionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicRetentionResponse

func ParseGetNonPersistentTopicRetentionResponse(rsp *http.Response) (*GetNonPersistentTopicRetentionResponse, error)

ParseGetNonPersistentTopicRetentionResponse parses an HTTP response from a GetNonPersistentTopicRetentionWithResponse call

func (GetNonPersistentTopicRetentionResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicRetentionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicSchemaCompatibilityStrategyParams

type GetNonPersistentTopicSchemaCompatibilityStrategyParams struct {
	Applied *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicSchemaCompatibilityStrategyParams defines parameters for GetNonPersistentTopicSchemaCompatibilityStrategy.

type GetNonPersistentTopicSchemaCompatibilityStrategyResponse

type GetNonPersistentTopicSchemaCompatibilityStrategyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicSchemaCompatibilityStrategyResponse

func ParseGetNonPersistentTopicSchemaCompatibilityStrategyResponse(rsp *http.Response) (*GetNonPersistentTopicSchemaCompatibilityStrategyResponse, error)

ParseGetNonPersistentTopicSchemaCompatibilityStrategyResponse parses an HTTP response from a GetNonPersistentTopicSchemaCompatibilityStrategyWithResponse call

func (GetNonPersistentTopicSchemaCompatibilityStrategyResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicSchemaCompatibilityStrategyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicSchemaValidationEnforcedParams

type GetNonPersistentTopicSchemaValidationEnforcedParams struct {
	Applied *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicSchemaValidationEnforcedParams defines parameters for GetNonPersistentTopicSchemaValidationEnforced.

type GetNonPersistentTopicSchemaValidationEnforcedResponse

type GetNonPersistentTopicSchemaValidationEnforcedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicSchemaValidationEnforcedResponse

func ParseGetNonPersistentTopicSchemaValidationEnforcedResponse(rsp *http.Response) (*GetNonPersistentTopicSchemaValidationEnforcedResponse, error)

ParseGetNonPersistentTopicSchemaValidationEnforcedResponse parses an HTTP response from a GetNonPersistentTopicSchemaValidationEnforcedWithResponse call

func (GetNonPersistentTopicSchemaValidationEnforcedResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicSchemaValidationEnforcedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicShadowTopicsParams

type GetNonPersistentTopicShadowTopicsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicShadowTopicsParams defines parameters for GetNonPersistentTopicShadowTopics.

type GetNonPersistentTopicShadowTopicsResponse

type GetNonPersistentTopicShadowTopicsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicShadowTopicsResponse

func ParseGetNonPersistentTopicShadowTopicsResponse(rsp *http.Response) (*GetNonPersistentTopicShadowTopicsResponse, error)

ParseGetNonPersistentTopicShadowTopicsResponse parses an HTTP response from a GetNonPersistentTopicShadowTopicsWithResponse call

func (GetNonPersistentTopicShadowTopicsResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicShadowTopicsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicStatsParams

type GetNonPersistentTopicStatsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`

	// GetPreciseBacklog If return precise backlog or imprecise backlog
	GetPreciseBacklog *bool `form:"getPreciseBacklog,omitempty" json:"getPreciseBacklog,omitempty"`

	// SubscriptionBacklogSize If return backlog size for each subscription, require locking on ledger so be careful not to use when there's heavy traffic.
	SubscriptionBacklogSize *bool `form:"subscriptionBacklogSize,omitempty" json:"subscriptionBacklogSize,omitempty"`

	// GetEarliestTimeInBacklog If return time of the earliest message in backlog
	GetEarliestTimeInBacklog *bool `form:"getEarliestTimeInBacklog,omitempty" json:"getEarliestTimeInBacklog,omitempty"`
}

GetNonPersistentTopicStatsParams defines parameters for GetNonPersistentTopicStats.

type GetNonPersistentTopicStatsResponse

type GetNonPersistentTopicStatsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicStatsResponse

func ParseGetNonPersistentTopicStatsResponse(rsp *http.Response) (*GetNonPersistentTopicStatsResponse, error)

ParseGetNonPersistentTopicStatsResponse parses an HTTP response from a GetNonPersistentTopicStatsWithResponse call

func (GetNonPersistentTopicStatsResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicStatsResponse) StatusCode

func (r GetNonPersistentTopicStatsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicSubscribeRateParams

type GetNonPersistentTopicSubscribeRateParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicSubscribeRateParams defines parameters for GetNonPersistentTopicSubscribeRate.

type GetNonPersistentTopicSubscribeRateResponse

type GetNonPersistentTopicSubscribeRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicSubscribeRateResponse

func ParseGetNonPersistentTopicSubscribeRateResponse(rsp *http.Response) (*GetNonPersistentTopicSubscribeRateResponse, error)

ParseGetNonPersistentTopicSubscribeRateResponse parses an HTTP response from a GetNonPersistentTopicSubscribeRateWithResponse call

func (GetNonPersistentTopicSubscribeRateResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicSubscribeRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicSubscriptionDispatchRateParams

type GetNonPersistentTopicSubscriptionDispatchRateParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicSubscriptionDispatchRateParams defines parameters for GetNonPersistentTopicSubscriptionDispatchRate.

type GetNonPersistentTopicSubscriptionDispatchRateResponse

type GetNonPersistentTopicSubscriptionDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicSubscriptionDispatchRateResponse

func ParseGetNonPersistentTopicSubscriptionDispatchRateResponse(rsp *http.Response) (*GetNonPersistentTopicSubscriptionDispatchRateResponse, error)

ParseGetNonPersistentTopicSubscriptionDispatchRateResponse parses an HTTP response from a GetNonPersistentTopicSubscriptionDispatchRateWithResponse call

func (GetNonPersistentTopicSubscriptionDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicSubscriptionDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicSubscriptionLevelDispatchRateParams

type GetNonPersistentTopicSubscriptionLevelDispatchRateParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicSubscriptionLevelDispatchRateParams defines parameters for GetNonPersistentTopicSubscriptionLevelDispatchRate.

type GetNonPersistentTopicSubscriptionLevelDispatchRateResponse

type GetNonPersistentTopicSubscriptionLevelDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicSubscriptionLevelDispatchRateResponse

func ParseGetNonPersistentTopicSubscriptionLevelDispatchRateResponse(rsp *http.Response) (*GetNonPersistentTopicSubscriptionLevelDispatchRateResponse, error)

ParseGetNonPersistentTopicSubscriptionLevelDispatchRateResponse parses an HTTP response from a GetNonPersistentTopicSubscriptionLevelDispatchRateWithResponse call

func (GetNonPersistentTopicSubscriptionLevelDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicSubscriptionLevelDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicSubscriptionPropertiesParams

type GetNonPersistentTopicSubscriptionPropertiesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicSubscriptionPropertiesParams defines parameters for GetNonPersistentTopicSubscriptionProperties.

type GetNonPersistentTopicSubscriptionPropertiesResponse

type GetNonPersistentTopicSubscriptionPropertiesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicSubscriptionPropertiesResponse

func ParseGetNonPersistentTopicSubscriptionPropertiesResponse(rsp *http.Response) (*GetNonPersistentTopicSubscriptionPropertiesResponse, error)

ParseGetNonPersistentTopicSubscriptionPropertiesResponse parses an HTTP response from a GetNonPersistentTopicSubscriptionPropertiesWithResponse call

func (GetNonPersistentTopicSubscriptionPropertiesResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicSubscriptionPropertiesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicSubscriptionTypesEnabledParams

type GetNonPersistentTopicSubscriptionTypesEnabledParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicSubscriptionTypesEnabledParams defines parameters for GetNonPersistentTopicSubscriptionTypesEnabled.

type GetNonPersistentTopicSubscriptionTypesEnabledResponse

type GetNonPersistentTopicSubscriptionTypesEnabledResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicSubscriptionTypesEnabledResponse

func ParseGetNonPersistentTopicSubscriptionTypesEnabledResponse(rsp *http.Response) (*GetNonPersistentTopicSubscriptionTypesEnabledResponse, error)

ParseGetNonPersistentTopicSubscriptionTypesEnabledResponse parses an HTTP response from a GetNonPersistentTopicSubscriptionTypesEnabledWithResponse call

func (GetNonPersistentTopicSubscriptionTypesEnabledResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicSubscriptionTypesEnabledResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetNonPersistentTopicSubscriptionsParams

type GetNonPersistentTopicSubscriptionsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetNonPersistentTopicSubscriptionsParams defines parameters for GetNonPersistentTopicSubscriptions.

type GetNonPersistentTopicSubscriptionsResponse

type GetNonPersistentTopicSubscriptionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetNonPersistentTopicSubscriptionsResponse

func ParseGetNonPersistentTopicSubscriptionsResponse(rsp *http.Response) (*GetNonPersistentTopicSubscriptionsResponse, error)

ParseGetNonPersistentTopicSubscriptionsResponse parses an HTTP response from a GetNonPersistentTopicSubscriptionsWithResponse call

func (GetNonPersistentTopicSubscriptionsResponse) Status

Status returns HTTPResponse.Status

func (GetNonPersistentTopicSubscriptionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOwnedNamespacesResponse

type GetOwnedNamespacesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]NamespaceOwnershipStatus
}

func ParseGetOwnedNamespacesResponse

func ParseGetOwnedNamespacesResponse(rsp *http.Response) (*GetOwnedNamespacesResponse, error)

ParseGetOwnedNamespacesResponse parses an HTTP response from a GetOwnedNamespacesWithResponse call

func (GetOwnedNamespacesResponse) Status

Status returns HTTPResponse.Status

func (GetOwnedNamespacesResponse) StatusCode

func (r GetOwnedNamespacesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPeerClusterResponse

type GetPeerClusterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetPeerClusterResponse

func ParseGetPeerClusterResponse(rsp *http.Response) (*GetPeerClusterResponse, error)

ParseGetPeerClusterResponse parses an HTTP response from a GetPeerClusterWithResponse call

func (GetPeerClusterResponse) Status

func (r GetPeerClusterResponse) Status() string

Status returns HTTPResponse.Status

func (GetPeerClusterResponse) StatusCode

func (r GetPeerClusterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPendingBookieOpsStatsResponse

type GetPendingBookieOpsStatsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]PendingBookieOpsStats
}

func ParseGetPendingBookieOpsStatsResponse

func ParseGetPendingBookieOpsStatsResponse(rsp *http.Response) (*GetPendingBookieOpsStatsResponse, error)

ParseGetPendingBookieOpsStatsResponse parses an HTTP response from a GetPendingBookieOpsStatsWithResponse call

func (GetPendingBookieOpsStatsResponse) Status

Status returns HTTPResponse.Status

func (GetPendingBookieOpsStatsResponse) StatusCode

func (r GetPendingBookieOpsStatsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPermissionOnSubscriptionResponse

type GetPermissionOnSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPermissionOnSubscriptionResponse

func ParseGetPermissionOnSubscriptionResponse(rsp *http.Response) (*GetPermissionOnSubscriptionResponse, error)

ParseGetPermissionOnSubscriptionResponse parses an HTTP response from a GetPermissionOnSubscriptionWithResponse call

func (GetPermissionOnSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (GetPermissionOnSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPermissionsResponse

type GetPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPermissionsResponse

func ParseGetPermissionsResponse(rsp *http.Response) (*GetPermissionsResponse, error)

ParseGetPermissionsResponse parses an HTTP response from a GetPermissionsWithResponse call

func (GetPermissionsResponse) Status

func (r GetPermissionsResponse) Status() string

Status returns HTTPResponse.Status

func (GetPermissionsResponse) StatusCode

func (r GetPermissionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPersistentPartitionedTopicListParams

type GetPersistentPartitionedTopicListParams struct {
	// IncludeSystemTopic Include system topic
	IncludeSystemTopic *bool `form:"includeSystemTopic,omitempty" json:"includeSystemTopic,omitempty"`
}

GetPersistentPartitionedTopicListParams defines parameters for GetPersistentPartitionedTopicList.

type GetPersistentPartitionedTopicListResponse

type GetPersistentPartitionedTopicListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetPersistentPartitionedTopicListResponse

func ParseGetPersistentPartitionedTopicListResponse(rsp *http.Response) (*GetPersistentPartitionedTopicListResponse, error)

ParseGetPersistentPartitionedTopicListResponse parses an HTTP response from a GetPersistentPartitionedTopicListWithResponse call

func (GetPersistentPartitionedTopicListResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentPartitionedTopicListResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicBacklogParams

type GetPersistentTopicBacklogParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicBacklogParams defines parameters for GetPersistentTopicBacklog.

type GetPersistentTopicBacklogQuotaMapParams

type GetPersistentTopicBacklogQuotaMapParams struct {
	Applied *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

GetPersistentTopicBacklogQuotaMapParams defines parameters for GetPersistentTopicBacklogQuotaMap.

type GetPersistentTopicBacklogQuotaMapResponse

type GetPersistentTopicBacklogQuotaMapResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicBacklogQuotaMapResponse

func ParseGetPersistentTopicBacklogQuotaMapResponse(rsp *http.Response) (*GetPersistentTopicBacklogQuotaMapResponse, error)

ParseGetPersistentTopicBacklogQuotaMapResponse parses an HTTP response from a GetPersistentTopicBacklogQuotaMapWithResponse call

func (GetPersistentTopicBacklogQuotaMapResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicBacklogQuotaMapResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicBacklogResponse

type GetPersistentTopicBacklogResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicBacklogResponse

func ParseGetPersistentTopicBacklogResponse(rsp *http.Response) (*GetPersistentTopicBacklogResponse, error)

ParseGetPersistentTopicBacklogResponse parses an HTTP response from a GetPersistentTopicBacklogWithResponse call

func (GetPersistentTopicBacklogResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicBacklogResponse) StatusCode

func (r GetPersistentTopicBacklogResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicBacklogSizeByMessageIdParams

type GetPersistentTopicBacklogSizeByMessageIdParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicBacklogSizeByMessageIdParams defines parameters for GetPersistentTopicBacklogSizeByMessageId.

type GetPersistentTopicBacklogSizeByMessageIdResponse

type GetPersistentTopicBacklogSizeByMessageIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicBacklogSizeByMessageIdResponse

func ParseGetPersistentTopicBacklogSizeByMessageIdResponse(rsp *http.Response) (*GetPersistentTopicBacklogSizeByMessageIdResponse, error)

ParseGetPersistentTopicBacklogSizeByMessageIdResponse parses an HTTP response from a GetPersistentTopicBacklogSizeByMessageIdWithResponse call

func (GetPersistentTopicBacklogSizeByMessageIdResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicBacklogSizeByMessageIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicCompactionStatusParams

type GetPersistentTopicCompactionStatusParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicCompactionStatusParams defines parameters for GetPersistentTopicCompactionStatus.

type GetPersistentTopicCompactionStatusResponse

type GetPersistentTopicCompactionStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicCompactionStatusResponse

func ParseGetPersistentTopicCompactionStatusResponse(rsp *http.Response) (*GetPersistentTopicCompactionStatusResponse, error)

ParseGetPersistentTopicCompactionStatusResponse parses an HTTP response from a GetPersistentTopicCompactionStatusWithResponse call

func (GetPersistentTopicCompactionStatusResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicCompactionStatusResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicCompactionThresholdParams

type GetPersistentTopicCompactionThresholdParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicCompactionThresholdParams defines parameters for GetPersistentTopicCompactionThreshold.

type GetPersistentTopicCompactionThresholdResponse

type GetPersistentTopicCompactionThresholdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicCompactionThresholdResponse

func ParseGetPersistentTopicCompactionThresholdResponse(rsp *http.Response) (*GetPersistentTopicCompactionThresholdResponse, error)

ParseGetPersistentTopicCompactionThresholdResponse parses an HTTP response from a GetPersistentTopicCompactionThresholdWithResponse call

func (GetPersistentTopicCompactionThresholdResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicCompactionThresholdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicDeduplicationParams

type GetPersistentTopicDeduplicationParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicDeduplicationParams defines parameters for GetPersistentTopicDeduplication.

type GetPersistentTopicDeduplicationResponse

type GetPersistentTopicDeduplicationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicDeduplicationResponse

func ParseGetPersistentTopicDeduplicationResponse(rsp *http.Response) (*GetPersistentTopicDeduplicationResponse, error)

ParseGetPersistentTopicDeduplicationResponse parses an HTTP response from a GetPersistentTopicDeduplicationWithResponse call

func (GetPersistentTopicDeduplicationResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicDeduplicationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicDeduplicationSnapshotIntervalParams

type GetPersistentTopicDeduplicationSnapshotIntervalParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicDeduplicationSnapshotIntervalParams defines parameters for GetPersistentTopicDeduplicationSnapshotInterval.

type GetPersistentTopicDeduplicationSnapshotIntervalResponse

type GetPersistentTopicDeduplicationSnapshotIntervalResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicDeduplicationSnapshotIntervalResponse

func ParseGetPersistentTopicDeduplicationSnapshotIntervalResponse(rsp *http.Response) (*GetPersistentTopicDeduplicationSnapshotIntervalResponse, error)

ParseGetPersistentTopicDeduplicationSnapshotIntervalResponse parses an HTTP response from a GetPersistentTopicDeduplicationSnapshotIntervalWithResponse call

func (GetPersistentTopicDeduplicationSnapshotIntervalResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicDeduplicationSnapshotIntervalResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicDelayedDeliveryPoliciesParams

type GetPersistentTopicDelayedDeliveryPoliciesParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicDelayedDeliveryPoliciesParams defines parameters for GetPersistentTopicDelayedDeliveryPolicies.

type GetPersistentTopicDelayedDeliveryPoliciesResponse

type GetPersistentTopicDelayedDeliveryPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicDelayedDeliveryPoliciesResponse

func ParseGetPersistentTopicDelayedDeliveryPoliciesResponse(rsp *http.Response) (*GetPersistentTopicDelayedDeliveryPoliciesResponse, error)

ParseGetPersistentTopicDelayedDeliveryPoliciesResponse parses an HTTP response from a GetPersistentTopicDelayedDeliveryPoliciesWithResponse call

func (GetPersistentTopicDelayedDeliveryPoliciesResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicDelayedDeliveryPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicDispatchRateParams

type GetPersistentTopicDispatchRateParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicDispatchRateParams defines parameters for GetPersistentTopicDispatchRate.

type GetPersistentTopicDispatchRateResponse

type GetPersistentTopicDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicDispatchRateResponse

func ParseGetPersistentTopicDispatchRateResponse(rsp *http.Response) (*GetPersistentTopicDispatchRateResponse, error)

ParseGetPersistentTopicDispatchRateResponse parses an HTTP response from a GetPersistentTopicDispatchRateWithResponse call

func (GetPersistentTopicDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicEntryFiltersParams

type GetPersistentTopicEntryFiltersParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicEntryFiltersParams defines parameters for GetPersistentTopicEntryFilters.

type GetPersistentTopicEntryFiltersResponse

type GetPersistentTopicEntryFiltersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicEntryFiltersResponse

func ParseGetPersistentTopicEntryFiltersResponse(rsp *http.Response) (*GetPersistentTopicEntryFiltersResponse, error)

ParseGetPersistentTopicEntryFiltersResponse parses an HTTP response from a GetPersistentTopicEntryFiltersWithResponse call

func (GetPersistentTopicEntryFiltersResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicEntryFiltersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicInactiveTopicPoliciesParams

type GetPersistentTopicInactiveTopicPoliciesParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicInactiveTopicPoliciesParams defines parameters for GetPersistentTopicInactiveTopicPolicies.

type GetPersistentTopicInactiveTopicPoliciesResponse

type GetPersistentTopicInactiveTopicPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicInactiveTopicPoliciesResponse

func ParseGetPersistentTopicInactiveTopicPoliciesResponse(rsp *http.Response) (*GetPersistentTopicInactiveTopicPoliciesResponse, error)

ParseGetPersistentTopicInactiveTopicPoliciesResponse parses an HTTP response from a GetPersistentTopicInactiveTopicPoliciesWithResponse call

func (GetPersistentTopicInactiveTopicPoliciesResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicInactiveTopicPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicInternalStatsParams

type GetPersistentTopicInternalStatsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	Metadata      *bool `form:"metadata,omitempty" json:"metadata,omitempty"`
}

GetPersistentTopicInternalStatsParams defines parameters for GetPersistentTopicInternalStats.

type GetPersistentTopicInternalStatsResponse

type GetPersistentTopicInternalStatsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicInternalStatsResponse

func ParseGetPersistentTopicInternalStatsResponse(rsp *http.Response) (*GetPersistentTopicInternalStatsResponse, error)

ParseGetPersistentTopicInternalStatsResponse parses an HTTP response from a GetPersistentTopicInternalStatsWithResponse call

func (GetPersistentTopicInternalStatsResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicInternalStatsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicLastMessageIdParams

type GetPersistentTopicLastMessageIdParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicLastMessageIdParams defines parameters for GetPersistentTopicLastMessageId.

type GetPersistentTopicLastMessageIdResponse

type GetPersistentTopicLastMessageIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicLastMessageIdResponse

func ParseGetPersistentTopicLastMessageIdResponse(rsp *http.Response) (*GetPersistentTopicLastMessageIdResponse, error)

ParseGetPersistentTopicLastMessageIdResponse parses an HTTP response from a GetPersistentTopicLastMessageIdWithResponse call

func (GetPersistentTopicLastMessageIdResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicLastMessageIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicListParams

type GetPersistentTopicListParams struct {
	// Bundle Specify the bundle name
	Bundle *string `form:"bundle,omitempty" json:"bundle,omitempty"`

	// IncludeSystemTopic Include system topic
	IncludeSystemTopic *bool `form:"includeSystemTopic,omitempty" json:"includeSystemTopic,omitempty"`
}

GetPersistentTopicListParams defines parameters for GetPersistentTopicList.

type GetPersistentTopicListResponse

type GetPersistentTopicListResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetPersistentTopicListResponse

func ParseGetPersistentTopicListResponse(rsp *http.Response) (*GetPersistentTopicListResponse, error)

ParseGetPersistentTopicListResponse parses an HTTP response from a GetPersistentTopicListWithResponse call

func (GetPersistentTopicListResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicListResponse) StatusCode

func (r GetPersistentTopicListResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicManagedLedgerInfoParams

type GetPersistentTopicManagedLedgerInfoParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicManagedLedgerInfoParams defines parameters for GetPersistentTopicManagedLedgerInfo.

type GetPersistentTopicManagedLedgerInfoResponse

type GetPersistentTopicManagedLedgerInfoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicManagedLedgerInfoResponse

func ParseGetPersistentTopicManagedLedgerInfoResponse(rsp *http.Response) (*GetPersistentTopicManagedLedgerInfoResponse, error)

ParseGetPersistentTopicManagedLedgerInfoResponse parses an HTTP response from a GetPersistentTopicManagedLedgerInfoWithResponse call

func (GetPersistentTopicManagedLedgerInfoResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicManagedLedgerInfoResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicMaxConsumersParams

type GetPersistentTopicMaxConsumersParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicMaxConsumersParams defines parameters for GetPersistentTopicMaxConsumers.

type GetPersistentTopicMaxConsumersPerSubscriptionParams

type GetPersistentTopicMaxConsumersPerSubscriptionParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicMaxConsumersPerSubscriptionParams defines parameters for GetPersistentTopicMaxConsumersPerSubscription.

type GetPersistentTopicMaxConsumersPerSubscriptionResponse

type GetPersistentTopicMaxConsumersPerSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicMaxConsumersPerSubscriptionResponse

func ParseGetPersistentTopicMaxConsumersPerSubscriptionResponse(rsp *http.Response) (*GetPersistentTopicMaxConsumersPerSubscriptionResponse, error)

ParseGetPersistentTopicMaxConsumersPerSubscriptionResponse parses an HTTP response from a GetPersistentTopicMaxConsumersPerSubscriptionWithResponse call

func (GetPersistentTopicMaxConsumersPerSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicMaxConsumersPerSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicMaxConsumersResponse

type GetPersistentTopicMaxConsumersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicMaxConsumersResponse

func ParseGetPersistentTopicMaxConsumersResponse(rsp *http.Response) (*GetPersistentTopicMaxConsumersResponse, error)

ParseGetPersistentTopicMaxConsumersResponse parses an HTTP response from a GetPersistentTopicMaxConsumersWithResponse call

func (GetPersistentTopicMaxConsumersResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicMaxConsumersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicMaxMessageSizeParams

type GetPersistentTopicMaxMessageSizeParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicMaxMessageSizeParams defines parameters for GetPersistentTopicMaxMessageSize.

type GetPersistentTopicMaxMessageSizeResponse

type GetPersistentTopicMaxMessageSizeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicMaxMessageSizeResponse

func ParseGetPersistentTopicMaxMessageSizeResponse(rsp *http.Response) (*GetPersistentTopicMaxMessageSizeResponse, error)

ParseGetPersistentTopicMaxMessageSizeResponse parses an HTTP response from a GetPersistentTopicMaxMessageSizeWithResponse call

func (GetPersistentTopicMaxMessageSizeResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicMaxMessageSizeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicMaxProducersParams

type GetPersistentTopicMaxProducersParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicMaxProducersParams defines parameters for GetPersistentTopicMaxProducers.

type GetPersistentTopicMaxProducersResponse

type GetPersistentTopicMaxProducersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicMaxProducersResponse

func ParseGetPersistentTopicMaxProducersResponse(rsp *http.Response) (*GetPersistentTopicMaxProducersResponse, error)

ParseGetPersistentTopicMaxProducersResponse parses an HTTP response from a GetPersistentTopicMaxProducersWithResponse call

func (GetPersistentTopicMaxProducersResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicMaxProducersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicMaxSubscriptionsPerTopicParams

type GetPersistentTopicMaxSubscriptionsPerTopicParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicMaxSubscriptionsPerTopicParams defines parameters for GetPersistentTopicMaxSubscriptionsPerTopic.

type GetPersistentTopicMaxSubscriptionsPerTopicResponse

type GetPersistentTopicMaxSubscriptionsPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicMaxSubscriptionsPerTopicResponse

func ParseGetPersistentTopicMaxSubscriptionsPerTopicResponse(rsp *http.Response) (*GetPersistentTopicMaxSubscriptionsPerTopicResponse, error)

ParseGetPersistentTopicMaxSubscriptionsPerTopicResponse parses an HTTP response from a GetPersistentTopicMaxSubscriptionsPerTopicWithResponse call

func (GetPersistentTopicMaxSubscriptionsPerTopicResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicMaxSubscriptionsPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicMaxUnackedMessagesOnConsumerParams

type GetPersistentTopicMaxUnackedMessagesOnConsumerParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicMaxUnackedMessagesOnConsumerParams defines parameters for GetPersistentTopicMaxUnackedMessagesOnConsumer.

type GetPersistentTopicMaxUnackedMessagesOnConsumerResponse

type GetPersistentTopicMaxUnackedMessagesOnConsumerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicMaxUnackedMessagesOnConsumerResponse

func ParseGetPersistentTopicMaxUnackedMessagesOnConsumerResponse(rsp *http.Response) (*GetPersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

ParseGetPersistentTopicMaxUnackedMessagesOnConsumerResponse parses an HTTP response from a GetPersistentTopicMaxUnackedMessagesOnConsumerWithResponse call

func (GetPersistentTopicMaxUnackedMessagesOnConsumerResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicMaxUnackedMessagesOnConsumerResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicMaxUnackedMessagesOnSubscriptionParams

type GetPersistentTopicMaxUnackedMessagesOnSubscriptionParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicMaxUnackedMessagesOnSubscriptionParams defines parameters for GetPersistentTopicMaxUnackedMessagesOnSubscription.

type GetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse

type GetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse

func ParseGetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse(rsp *http.Response) (*GetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

ParseGetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse parses an HTTP response from a GetPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse call

func (GetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicMessageByIdParams

type GetPersistentTopicMessageByIdParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicMessageByIdParams defines parameters for GetPersistentTopicMessageById.

type GetPersistentTopicMessageByIdResponse

type GetPersistentTopicMessageByIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicMessageByIdResponse

func ParseGetPersistentTopicMessageByIdResponse(rsp *http.Response) (*GetPersistentTopicMessageByIdResponse, error)

ParseGetPersistentTopicMessageByIdResponse parses an HTTP response from a GetPersistentTopicMessageByIdWithResponse call

func (GetPersistentTopicMessageByIdResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicMessageByIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicMessageIdByTimestampParams

type GetPersistentTopicMessageIdByTimestampParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicMessageIdByTimestampParams defines parameters for GetPersistentTopicMessageIdByTimestamp.

type GetPersistentTopicMessageIdByTimestampResponse

type GetPersistentTopicMessageIdByTimestampResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicMessageIdByTimestampResponse

func ParseGetPersistentTopicMessageIdByTimestampResponse(rsp *http.Response) (*GetPersistentTopicMessageIdByTimestampResponse, error)

ParseGetPersistentTopicMessageIdByTimestampResponse parses an HTTP response from a GetPersistentTopicMessageIdByTimestampWithResponse call

func (GetPersistentTopicMessageIdByTimestampResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicMessageIdByTimestampResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicMessageTTLParams

type GetPersistentTopicMessageTTLParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicMessageTTLParams defines parameters for GetPersistentTopicMessageTTL.

type GetPersistentTopicMessageTTLResponse

type GetPersistentTopicMessageTTLResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicMessageTTLResponse

func ParseGetPersistentTopicMessageTTLResponse(rsp *http.Response) (*GetPersistentTopicMessageTTLResponse, error)

ParseGetPersistentTopicMessageTTLResponse parses an HTTP response from a GetPersistentTopicMessageTTLWithResponse call

func (GetPersistentTopicMessageTTLResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicMessageTTLResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicOffloadPoliciesParams

type GetPersistentTopicOffloadPoliciesParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicOffloadPoliciesParams defines parameters for GetPersistentTopicOffloadPolicies.

type GetPersistentTopicOffloadPoliciesResponse

type GetPersistentTopicOffloadPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicOffloadPoliciesResponse

func ParseGetPersistentTopicOffloadPoliciesResponse(rsp *http.Response) (*GetPersistentTopicOffloadPoliciesResponse, error)

ParseGetPersistentTopicOffloadPoliciesResponse parses an HTTP response from a GetPersistentTopicOffloadPoliciesWithResponse call

func (GetPersistentTopicOffloadPoliciesResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicOffloadPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicPartitionedMetadataParams

type GetPersistentTopicPartitionedMetadataParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`

	// CheckAllowAutoCreation Is check configuration required to automatically create topic
	CheckAllowAutoCreation *bool `form:"checkAllowAutoCreation,omitempty" json:"checkAllowAutoCreation,omitempty"`
}

GetPersistentTopicPartitionedMetadataParams defines parameters for GetPersistentTopicPartitionedMetadata.

type GetPersistentTopicPartitionedMetadataResponse

type GetPersistentTopicPartitionedMetadataResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicPartitionedMetadataResponse

func ParseGetPersistentTopicPartitionedMetadataResponse(rsp *http.Response) (*GetPersistentTopicPartitionedMetadataResponse, error)

ParseGetPersistentTopicPartitionedMetadataResponse parses an HTTP response from a GetPersistentTopicPartitionedMetadataWithResponse call

func (GetPersistentTopicPartitionedMetadataResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicPartitionedMetadataResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicPartitionedStatsParams

type GetPersistentTopicPartitionedStatsParams struct {
	// PerPartition Get per partition stats
	PerPartition *bool `form:"perPartition,omitempty" json:"perPartition,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`

	// GetPreciseBacklog If return precise backlog or imprecise backlog
	GetPreciseBacklog *bool `form:"getPreciseBacklog,omitempty" json:"getPreciseBacklog,omitempty"`

	// SubscriptionBacklogSize If return backlog size for each subscription, require locking on ledger so be careful not to use when there's heavy traffic.
	SubscriptionBacklogSize *bool `form:"subscriptionBacklogSize,omitempty" json:"subscriptionBacklogSize,omitempty"`

	// GetEarliestTimeInBacklog If return the earliest time in backlog
	GetEarliestTimeInBacklog *bool `form:"getEarliestTimeInBacklog,omitempty" json:"getEarliestTimeInBacklog,omitempty"`
}

GetPersistentTopicPartitionedStatsParams defines parameters for GetPersistentTopicPartitionedStats.

type GetPersistentTopicPartitionedStatsResponse

type GetPersistentTopicPartitionedStatsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicPartitionedStatsResponse

func ParseGetPersistentTopicPartitionedStatsResponse(rsp *http.Response) (*GetPersistentTopicPartitionedStatsResponse, error)

ParseGetPersistentTopicPartitionedStatsResponse parses an HTTP response from a GetPersistentTopicPartitionedStatsWithResponse call

func (GetPersistentTopicPartitionedStatsResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicPartitionedStatsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicPermissionsOnTopicResponse

type GetPersistentTopicPermissionsOnTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicPermissionsOnTopicResponse

func ParseGetPersistentTopicPermissionsOnTopicResponse(rsp *http.Response) (*GetPersistentTopicPermissionsOnTopicResponse, error)

ParseGetPersistentTopicPermissionsOnTopicResponse parses an HTTP response from a GetPersistentTopicPermissionsOnTopicWithResponse call

func (GetPersistentTopicPermissionsOnTopicResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicPermissionsOnTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicPersistenceParams

type GetPersistentTopicPersistenceParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicPersistenceParams defines parameters for GetPersistentTopicPersistence.

type GetPersistentTopicPersistenceResponse

type GetPersistentTopicPersistenceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicPersistenceResponse

func ParseGetPersistentTopicPersistenceResponse(rsp *http.Response) (*GetPersistentTopicPersistenceResponse, error)

ParseGetPersistentTopicPersistenceResponse parses an HTTP response from a GetPersistentTopicPersistenceWithResponse call

func (GetPersistentTopicPersistenceResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicPersistenceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicPropertiesParams

type GetPersistentTopicPropertiesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicPropertiesParams defines parameters for GetPersistentTopicProperties.

type GetPersistentTopicPropertiesResponse

type GetPersistentTopicPropertiesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicPropertiesResponse

func ParseGetPersistentTopicPropertiesResponse(rsp *http.Response) (*GetPersistentTopicPropertiesResponse, error)

ParseGetPersistentTopicPropertiesResponse parses an HTTP response from a GetPersistentTopicPropertiesWithResponse call

func (GetPersistentTopicPropertiesResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicPropertiesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicPublishRateParams

type GetPersistentTopicPublishRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicPublishRateParams defines parameters for GetPersistentTopicPublishRate.

type GetPersistentTopicPublishRateResponse

type GetPersistentTopicPublishRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicPublishRateResponse

func ParseGetPersistentTopicPublishRateResponse(rsp *http.Response) (*GetPersistentTopicPublishRateResponse, error)

ParseGetPersistentTopicPublishRateResponse parses an HTTP response from a GetPersistentTopicPublishRateWithResponse call

func (GetPersistentTopicPublishRateResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicPublishRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicReplicatedSubscriptionStatusParams

type GetPersistentTopicReplicatedSubscriptionStatusParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicReplicatedSubscriptionStatusParams defines parameters for GetPersistentTopicReplicatedSubscriptionStatus.

type GetPersistentTopicReplicatedSubscriptionStatusResponse

type GetPersistentTopicReplicatedSubscriptionStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicReplicatedSubscriptionStatusResponse

func ParseGetPersistentTopicReplicatedSubscriptionStatusResponse(rsp *http.Response) (*GetPersistentTopicReplicatedSubscriptionStatusResponse, error)

ParseGetPersistentTopicReplicatedSubscriptionStatusResponse parses an HTTP response from a GetPersistentTopicReplicatedSubscriptionStatusWithResponse call

func (GetPersistentTopicReplicatedSubscriptionStatusResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicReplicatedSubscriptionStatusResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicReplicationClustersParams

type GetPersistentTopicReplicationClustersParams struct {
	Applied *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicReplicationClustersParams defines parameters for GetPersistentTopicReplicationClusters.

type GetPersistentTopicReplicationClustersResponse

type GetPersistentTopicReplicationClustersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicReplicationClustersResponse

func ParseGetPersistentTopicReplicationClustersResponse(rsp *http.Response) (*GetPersistentTopicReplicationClustersResponse, error)

ParseGetPersistentTopicReplicationClustersResponse parses an HTTP response from a GetPersistentTopicReplicationClustersWithResponse call

func (GetPersistentTopicReplicationClustersResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicReplicationClustersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicReplicatorDispatchRateParams

type GetPersistentTopicReplicatorDispatchRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicReplicatorDispatchRateParams defines parameters for GetPersistentTopicReplicatorDispatchRate.

type GetPersistentTopicReplicatorDispatchRateResponse

type GetPersistentTopicReplicatorDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicReplicatorDispatchRateResponse

func ParseGetPersistentTopicReplicatorDispatchRateResponse(rsp *http.Response) (*GetPersistentTopicReplicatorDispatchRateResponse, error)

ParseGetPersistentTopicReplicatorDispatchRateResponse parses an HTTP response from a GetPersistentTopicReplicatorDispatchRateWithResponse call

func (GetPersistentTopicReplicatorDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicReplicatorDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicRetentionParams

type GetPersistentTopicRetentionParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicRetentionParams defines parameters for GetPersistentTopicRetention.

type GetPersistentTopicRetentionResponse

type GetPersistentTopicRetentionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicRetentionResponse

func ParseGetPersistentTopicRetentionResponse(rsp *http.Response) (*GetPersistentTopicRetentionResponse, error)

ParseGetPersistentTopicRetentionResponse parses an HTTP response from a GetPersistentTopicRetentionWithResponse call

func (GetPersistentTopicRetentionResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicRetentionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicSchemaCompatibilityStrategyParams

type GetPersistentTopicSchemaCompatibilityStrategyParams struct {
	Applied *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicSchemaCompatibilityStrategyParams defines parameters for GetPersistentTopicSchemaCompatibilityStrategy.

type GetPersistentTopicSchemaCompatibilityStrategyResponse

type GetPersistentTopicSchemaCompatibilityStrategyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicSchemaCompatibilityStrategyResponse

func ParseGetPersistentTopicSchemaCompatibilityStrategyResponse(rsp *http.Response) (*GetPersistentTopicSchemaCompatibilityStrategyResponse, error)

ParseGetPersistentTopicSchemaCompatibilityStrategyResponse parses an HTTP response from a GetPersistentTopicSchemaCompatibilityStrategyWithResponse call

func (GetPersistentTopicSchemaCompatibilityStrategyResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicSchemaCompatibilityStrategyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicSchemaValidationEnforcedParams

type GetPersistentTopicSchemaValidationEnforcedParams struct {
	Applied *bool `form:"applied,omitempty" json:"applied,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicSchemaValidationEnforcedParams defines parameters for GetPersistentTopicSchemaValidationEnforced.

type GetPersistentTopicSchemaValidationEnforcedResponse

type GetPersistentTopicSchemaValidationEnforcedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicSchemaValidationEnforcedResponse

func ParseGetPersistentTopicSchemaValidationEnforcedResponse(rsp *http.Response) (*GetPersistentTopicSchemaValidationEnforcedResponse, error)

ParseGetPersistentTopicSchemaValidationEnforcedResponse parses an HTTP response from a GetPersistentTopicSchemaValidationEnforcedWithResponse call

func (GetPersistentTopicSchemaValidationEnforcedResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicSchemaValidationEnforcedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicShadowTopicsParams

type GetPersistentTopicShadowTopicsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicShadowTopicsParams defines parameters for GetPersistentTopicShadowTopics.

type GetPersistentTopicShadowTopicsResponse

type GetPersistentTopicShadowTopicsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicShadowTopicsResponse

func ParseGetPersistentTopicShadowTopicsResponse(rsp *http.Response) (*GetPersistentTopicShadowTopicsResponse, error)

ParseGetPersistentTopicShadowTopicsResponse parses an HTTP response from a GetPersistentTopicShadowTopicsWithResponse call

func (GetPersistentTopicShadowTopicsResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicShadowTopicsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicStatsParams

type GetPersistentTopicStatsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`

	// GetPreciseBacklog If return precise backlog or imprecise backlog
	GetPreciseBacklog *bool `form:"getPreciseBacklog,omitempty" json:"getPreciseBacklog,omitempty"`

	// SubscriptionBacklogSize If return backlog size for each subscription, require locking on ledger so be careful not to use when there's heavy traffic.
	SubscriptionBacklogSize *bool `form:"subscriptionBacklogSize,omitempty" json:"subscriptionBacklogSize,omitempty"`

	// GetEarliestTimeInBacklog If return time of the earliest message in backlog
	GetEarliestTimeInBacklog *bool `form:"getEarliestTimeInBacklog,omitempty" json:"getEarliestTimeInBacklog,omitempty"`
}

GetPersistentTopicStatsParams defines parameters for GetPersistentTopicStats.

type GetPersistentTopicStatsResponse

type GetPersistentTopicStatsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicStatsResponse

func ParseGetPersistentTopicStatsResponse(rsp *http.Response) (*GetPersistentTopicStatsResponse, error)

ParseGetPersistentTopicStatsResponse parses an HTTP response from a GetPersistentTopicStatsWithResponse call

func (GetPersistentTopicStatsResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicStatsResponse) StatusCode

func (r GetPersistentTopicStatsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicSubscribeRateParams

type GetPersistentTopicSubscribeRateParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicSubscribeRateParams defines parameters for GetPersistentTopicSubscribeRate.

type GetPersistentTopicSubscribeRateResponse

type GetPersistentTopicSubscribeRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicSubscribeRateResponse

func ParseGetPersistentTopicSubscribeRateResponse(rsp *http.Response) (*GetPersistentTopicSubscribeRateResponse, error)

ParseGetPersistentTopicSubscribeRateResponse parses an HTTP response from a GetPersistentTopicSubscribeRateWithResponse call

func (GetPersistentTopicSubscribeRateResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicSubscribeRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicSubscriptionDispatchRateParams

type GetPersistentTopicSubscriptionDispatchRateParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicSubscriptionDispatchRateParams defines parameters for GetPersistentTopicSubscriptionDispatchRate.

type GetPersistentTopicSubscriptionDispatchRateResponse

type GetPersistentTopicSubscriptionDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicSubscriptionDispatchRateResponse

func ParseGetPersistentTopicSubscriptionDispatchRateResponse(rsp *http.Response) (*GetPersistentTopicSubscriptionDispatchRateResponse, error)

ParseGetPersistentTopicSubscriptionDispatchRateResponse parses an HTTP response from a GetPersistentTopicSubscriptionDispatchRateWithResponse call

func (GetPersistentTopicSubscriptionDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicSubscriptionDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicSubscriptionLevelDispatchRateParams

type GetPersistentTopicSubscriptionLevelDispatchRateParams struct {
	Applied  *bool `form:"applied,omitempty" json:"applied,omitempty"`
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicSubscriptionLevelDispatchRateParams defines parameters for GetPersistentTopicSubscriptionLevelDispatchRate.

type GetPersistentTopicSubscriptionLevelDispatchRateResponse

type GetPersistentTopicSubscriptionLevelDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicSubscriptionLevelDispatchRateResponse

func ParseGetPersistentTopicSubscriptionLevelDispatchRateResponse(rsp *http.Response) (*GetPersistentTopicSubscriptionLevelDispatchRateResponse, error)

ParseGetPersistentTopicSubscriptionLevelDispatchRateResponse parses an HTTP response from a GetPersistentTopicSubscriptionLevelDispatchRateWithResponse call

func (GetPersistentTopicSubscriptionLevelDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicSubscriptionLevelDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicSubscriptionPropertiesParams

type GetPersistentTopicSubscriptionPropertiesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicSubscriptionPropertiesParams defines parameters for GetPersistentTopicSubscriptionProperties.

type GetPersistentTopicSubscriptionPropertiesResponse

type GetPersistentTopicSubscriptionPropertiesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicSubscriptionPropertiesResponse

func ParseGetPersistentTopicSubscriptionPropertiesResponse(rsp *http.Response) (*GetPersistentTopicSubscriptionPropertiesResponse, error)

ParseGetPersistentTopicSubscriptionPropertiesResponse parses an HTTP response from a GetPersistentTopicSubscriptionPropertiesWithResponse call

func (GetPersistentTopicSubscriptionPropertiesResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicSubscriptionPropertiesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicSubscriptionTypesEnabledParams

type GetPersistentTopicSubscriptionTypesEnabledParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicSubscriptionTypesEnabledParams defines parameters for GetPersistentTopicSubscriptionTypesEnabled.

type GetPersistentTopicSubscriptionTypesEnabledResponse

type GetPersistentTopicSubscriptionTypesEnabledResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicSubscriptionTypesEnabledResponse

func ParseGetPersistentTopicSubscriptionTypesEnabledResponse(rsp *http.Response) (*GetPersistentTopicSubscriptionTypesEnabledResponse, error)

ParseGetPersistentTopicSubscriptionTypesEnabledResponse parses an HTTP response from a GetPersistentTopicSubscriptionTypesEnabledWithResponse call

func (GetPersistentTopicSubscriptionTypesEnabledResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicSubscriptionTypesEnabledResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPersistentTopicSubscriptionsParams

type GetPersistentTopicSubscriptionsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetPersistentTopicSubscriptionsParams defines parameters for GetPersistentTopicSubscriptions.

type GetPersistentTopicSubscriptionsResponse

type GetPersistentTopicSubscriptionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPersistentTopicSubscriptionsResponse

func ParseGetPersistentTopicSubscriptionsResponse(rsp *http.Response) (*GetPersistentTopicSubscriptionsResponse, error)

ParseGetPersistentTopicSubscriptionsResponse parses an HTTP response from a GetPersistentTopicSubscriptionsWithResponse call

func (GetPersistentTopicSubscriptionsResponse) Status

Status returns HTTPResponse.Status

func (GetPersistentTopicSubscriptionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPoliciesResponse

type GetPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Policies
}

func ParseGetPoliciesResponse

func ParseGetPoliciesResponse(rsp *http.Response) (*GetPoliciesResponse, error)

ParseGetPoliciesResponse parses an HTTP response from a GetPoliciesWithResponse call

func (GetPoliciesResponse) Status

func (r GetPoliciesResponse) Status() string

Status returns HTTPResponse.Status

func (GetPoliciesResponse) StatusCode

func (r GetPoliciesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPropertyResponse

type GetPropertyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPropertyResponse

func ParseGetPropertyResponse(rsp *http.Response) (*GetPropertyResponse, error)

ParseGetPropertyResponse parses an HTTP response from a GetPropertyWithResponse call

func (GetPropertyResponse) Status

func (r GetPropertyResponse) Status() string

Status returns HTTPResponse.Status

func (GetPropertyResponse) StatusCode

func (r GetPropertyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetResourceGroupResponse

type GetResourceGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ResourceGroup
}

func ParseGetResourceGroupResponse

func ParseGetResourceGroupResponse(rsp *http.Response) (*GetResourceGroupResponse, error)

ParseGetResourceGroupResponse parses an HTTP response from a GetResourceGroupWithResponse call

func (GetResourceGroupResponse) Status

func (r GetResourceGroupResponse) Status() string

Status returns HTTPResponse.Status

func (GetResourceGroupResponse) StatusCode

func (r GetResourceGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetResourceGroupsResponse

type GetResourceGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetResourceGroupsResponse

func ParseGetResourceGroupsResponse(rsp *http.Response) (*GetResourceGroupsResponse, error)

ParseGetResourceGroupsResponse parses an HTTP response from a GetResourceGroupsWithResponse call

func (GetResourceGroupsResponse) Status

func (r GetResourceGroupsResponse) Status() string

Status returns HTTPResponse.Status

func (GetResourceGroupsResponse) StatusCode

func (r GetResourceGroupsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRuntimeConfigurationResponse

type GetRuntimeConfigurationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetRuntimeConfigurationResponse

func ParseGetRuntimeConfigurationResponse(rsp *http.Response) (*GetRuntimeConfigurationResponse, error)

ParseGetRuntimeConfigurationResponse parses an HTTP response from a GetRuntimeConfigurationWithResponse call

func (GetRuntimeConfigurationResponse) Status

Status returns HTTPResponse.Status

func (GetRuntimeConfigurationResponse) StatusCode

func (r GetRuntimeConfigurationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSchemaAutoUpdateCompatibilityStrategyResponse

type GetSchemaAutoUpdateCompatibilityStrategyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *string
}

func ParseGetSchemaAutoUpdateCompatibilityStrategyResponse

func ParseGetSchemaAutoUpdateCompatibilityStrategyResponse(rsp *http.Response) (*GetSchemaAutoUpdateCompatibilityStrategyResponse, error)

ParseGetSchemaAutoUpdateCompatibilityStrategyResponse parses an HTTP response from a GetSchemaAutoUpdateCompatibilityStrategyWithResponse call

func (GetSchemaAutoUpdateCompatibilityStrategyResponse) Status

Status returns HTTPResponse.Status

func (GetSchemaAutoUpdateCompatibilityStrategyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetSchemaOfTopicGivenVersionParams

type GetSchemaOfTopicGivenVersionParams struct {
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetSchemaOfTopicGivenVersionParams defines parameters for GetSchemaOfTopicGivenVersion.

type GetSchemaOfTopicGivenVersionResponse

type GetSchemaOfTopicGivenVersionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *GetSchemaResponse
}

func ParseGetSchemaOfTopicGivenVersionResponse

func ParseGetSchemaOfTopicGivenVersionResponse(rsp *http.Response) (*GetSchemaOfTopicGivenVersionResponse, error)

ParseGetSchemaOfTopicGivenVersionResponse parses an HTTP response from a GetSchemaOfTopicGivenVersionWithResponse call

func (GetSchemaOfTopicGivenVersionResponse) Status

Status returns HTTPResponse.Status

func (GetSchemaOfTopicGivenVersionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetSchemaOfTopicParams

type GetSchemaOfTopicParams struct {
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetSchemaOfTopicParams defines parameters for GetSchemaOfTopic.

type GetSchemaOfTopicResponse

type GetSchemaOfTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *GetSchemaResponse
}

func ParseGetSchemaOfTopicResponse

func ParseGetSchemaOfTopicResponse(rsp *http.Response) (*GetSchemaOfTopicResponse, error)

ParseGetSchemaOfTopicResponse parses an HTTP response from a GetSchemaOfTopicWithResponse call

func (GetSchemaOfTopicResponse) Status

func (r GetSchemaOfTopicResponse) Status() string

Status returns HTTPResponse.Status

func (GetSchemaOfTopicResponse) StatusCode

func (r GetSchemaOfTopicResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSchemaResponse

type GetSchemaResponse struct {
	Data       *string                `json:"data,omitempty"`
	Properties *map[string]string     `json:"properties,omitempty"`
	Timestamp  *int64                 `json:"timestamp,omitempty"`
	Type       *GetSchemaResponseType `json:"type,omitempty"`
	Version    *int64                 `json:"version,omitempty"`
}

GetSchemaResponse defines model for GetSchemaResponse.

type GetSchemaResponseType

type GetSchemaResponseType string

GetSchemaResponseType defines model for GetSchemaResponse.Type.

const (
	AUTO           GetSchemaResponseType = "AUTO"
	AUTOCONSUME    GetSchemaResponseType = "AUTO_CONSUME"
	AUTOPUBLISH    GetSchemaResponseType = "AUTO_PUBLISH"
	AVRO           GetSchemaResponseType = "AVRO"
	BOOLEAN        GetSchemaResponseType = "BOOLEAN"
	BYTES          GetSchemaResponseType = "BYTES"
	DATE           GetSchemaResponseType = "DATE"
	DOUBLE         GetSchemaResponseType = "DOUBLE"
	FLOAT          GetSchemaResponseType = "FLOAT"
	INSTANT        GetSchemaResponseType = "INSTANT"
	INT16          GetSchemaResponseType = "INT16"
	INT32          GetSchemaResponseType = "INT32"
	INT64          GetSchemaResponseType = "INT64"
	INT8           GetSchemaResponseType = "INT8"
	JSON           GetSchemaResponseType = "JSON"
	KEYVALUE       GetSchemaResponseType = "KEY_VALUE"
	LOCALDATE      GetSchemaResponseType = "LOCAL_DATE"
	LOCALDATETIME  GetSchemaResponseType = "LOCAL_DATE_TIME"
	LOCALTIME      GetSchemaResponseType = "LOCAL_TIME"
	NONE           GetSchemaResponseType = "NONE"
	PROTOBUF       GetSchemaResponseType = "PROTOBUF"
	PROTOBUFNATIVE GetSchemaResponseType = "PROTOBUF_NATIVE"
	STRING         GetSchemaResponseType = "STRING"
	TIME           GetSchemaResponseType = "TIME"
	TIMESTAMP      GetSchemaResponseType = "TIMESTAMP"
)

Defines values for GetSchemaResponseType.

type GetSchemaValidtionEnforcedParams

type GetSchemaValidtionEnforcedParams struct {
	Applied *bool `form:"applied,omitempty" json:"applied,omitempty"`
}

GetSchemaValidtionEnforcedParams defines parameters for GetSchemaValidtionEnforced.

type GetSchemaValidtionEnforcedResponse

type GetSchemaValidtionEnforcedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetSchemaValidtionEnforcedResponse

func ParseGetSchemaValidtionEnforcedResponse(rsp *http.Response) (*GetSchemaValidtionEnforcedResponse, error)

ParseGetSchemaValidtionEnforcedResponse parses an HTTP response from a GetSchemaValidtionEnforcedWithResponse call

func (GetSchemaValidtionEnforcedResponse) Status

Status returns HTTPResponse.Status

func (GetSchemaValidtionEnforcedResponse) StatusCode

func (r GetSchemaValidtionEnforcedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSubscriptionAuthModeResponse

type GetSubscriptionAuthModeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetSubscriptionAuthModeResponse

func ParseGetSubscriptionAuthModeResponse(rsp *http.Response) (*GetSubscriptionAuthModeResponse, error)

ParseGetSubscriptionAuthModeResponse parses an HTTP response from a GetSubscriptionAuthModeWithResponse call

func (GetSubscriptionAuthModeResponse) Status

Status returns HTTPResponse.Status

func (GetSubscriptionAuthModeResponse) StatusCode

func (r GetSubscriptionAuthModeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSubscriptionExpirationTimeResponse

type GetSubscriptionExpirationTimeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetSubscriptionExpirationTimeResponse

func ParseGetSubscriptionExpirationTimeResponse(rsp *http.Response) (*GetSubscriptionExpirationTimeResponse, error)

ParseGetSubscriptionExpirationTimeResponse parses an HTTP response from a GetSubscriptionExpirationTimeWithResponse call

func (GetSubscriptionExpirationTimeResponse) Status

Status returns HTTPResponse.Status

func (GetSubscriptionExpirationTimeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetTenantAdminResponse

type GetTenantAdminResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetTenantAdminResponse

func ParseGetTenantAdminResponse(rsp *http.Response) (*GetTenantAdminResponse, error)

ParseGetTenantAdminResponse parses an HTTP response from a GetTenantAdminWithResponse call

func (GetTenantAdminResponse) Status

func (r GetTenantAdminResponse) Status() string

Status returns HTTPResponse.Status

func (GetTenantAdminResponse) StatusCode

func (r GetTenantAdminResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTenantNamespacesResponse

type GetTenantNamespacesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetTenantNamespacesResponse

func ParseGetTenantNamespacesResponse(rsp *http.Response) (*GetTenantNamespacesResponse, error)

ParseGetTenantNamespacesResponse parses an HTTP response from a GetTenantNamespacesWithResponse call

func (GetTenantNamespacesResponse) Status

Status returns HTTPResponse.Status

func (GetTenantNamespacesResponse) StatusCode

func (r GetTenantNamespacesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTenantsResponse

type GetTenantsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetTenantsResponse

func ParseGetTenantsResponse(rsp *http.Response) (*GetTenantsResponse, error)

ParseGetTenantsResponse parses an HTTP response from a GetTenantsWithResponse call

func (GetTenantsResponse) Status

func (r GetTenantsResponse) Status() string

Status returns HTTPResponse.Status

func (GetTenantsResponse) StatusCode

func (r GetTenantsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTopicHashPositionsParams

type GetTopicHashPositionsParams struct {
	Topics *[]string `form:"topics,omitempty" json:"topics,omitempty"`
}

GetTopicHashPositionsParams defines parameters for GetTopicHashPositions.

type GetTopicHashPositionsResponse

type GetTopicHashPositionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetTopicHashPositionsResponse

func ParseGetTopicHashPositionsResponse(rsp *http.Response) (*GetTopicHashPositionsResponse, error)

ParseGetTopicHashPositionsResponse parses an HTTP response from a GetTopicHashPositionsWithResponse call

func (GetTopicHashPositionsResponse) Status

Status returns HTTPResponse.Status

func (GetTopicHashPositionsResponse) StatusCode

func (r GetTopicHashPositionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTopics2Response

type GetTopics2Response struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *OutputStream
}

func ParseGetTopics2Response

func ParseGetTopics2Response(rsp *http.Response) (*GetTopics2Response, error)

ParseGetTopics2Response parses an HTTP response from a GetTopics2WithResponse call

func (GetTopics2Response) Status

func (r GetTopics2Response) Status() string

Status returns HTTPResponse.Status

func (GetTopics2Response) StatusCode

func (r GetTopics2Response) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTopicsParams

type GetTopicsParams struct {
	Mode *GetTopicsParamsMode `form:"mode,omitempty" json:"mode,omitempty"`

	// IncludeSystemTopic Include system topic
	IncludeSystemTopic *bool `form:"includeSystemTopic,omitempty" json:"includeSystemTopic,omitempty"`
}

GetTopicsParams defines parameters for GetTopics.

type GetTopicsParamsMode

type GetTopicsParamsMode string

GetTopicsParamsMode defines parameters for GetTopics.

const (
	ALL           GetTopicsParamsMode = "ALL"
	NONPERSISTENT GetTopicsParamsMode = "NON_PERSISTENT"
	PERSISTENT    GetTopicsParamsMode = "PERSISTENT"
)

Defines values for GetTopicsParamsMode.

type GetTopicsResponse

type GetTopicsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseGetTopicsResponse

func ParseGetTopicsResponse(rsp *http.Response) (*GetTopicsResponse, error)

ParseGetTopicsResponse parses an HTTP response from a GetTopicsWithResponse call

func (GetTopicsResponse) Status

func (r GetTopicsResponse) Status() string

Status returns HTTPResponse.Status

func (GetTopicsResponse) StatusCode

func (r GetTopicsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVersionBySchemaJSONRequestBody

type GetVersionBySchemaJSONRequestBody = PostSchemaPayload

GetVersionBySchemaJSONRequestBody defines body for GetVersionBySchema for application/json ContentType.

type GetVersionBySchemaParams

type GetVersionBySchemaParams struct {
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

GetVersionBySchemaParams defines parameters for GetVersionBySchema.

type GetVersionBySchemaResponse

type GetVersionBySchemaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LongSchemaVersion
}

func ParseGetVersionBySchemaResponse

func ParseGetVersionBySchemaResponse(rsp *http.Response) (*GetVersionBySchemaResponse, error)

ParseGetVersionBySchemaResponse parses an HTTP response from a GetVersionBySchemaWithResponse call

func (GetVersionBySchemaResponse) Status

Status returns HTTPResponse.Status

func (GetVersionBySchemaResponse) StatusCode

func (r GetVersionBySchemaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetWorkerClusterLeaderResponse

type GetWorkerClusterLeaderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *WorkerInfo
}

func ParseGetWorkerClusterLeaderResponse

func ParseGetWorkerClusterLeaderResponse(rsp *http.Response) (*GetWorkerClusterLeaderResponse, error)

ParseGetWorkerClusterLeaderResponse parses an HTTP response from a GetWorkerClusterLeaderWithResponse call

func (GetWorkerClusterLeaderResponse) Status

Status returns HTTPResponse.Status

func (GetWorkerClusterLeaderResponse) StatusCode

func (r GetWorkerClusterLeaderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetWorkerClusterResponse

type GetWorkerClusterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]WorkerInfo
}

func ParseGetWorkerClusterResponse

func ParseGetWorkerClusterResponse(rsp *http.Response) (*GetWorkerClusterResponse, error)

ParseGetWorkerClusterResponse parses an HTTP response from a GetWorkerClusterWithResponse call

func (GetWorkerClusterResponse) Status

func (r GetWorkerClusterResponse) Status() string

Status returns HTTPResponse.Status

func (GetWorkerClusterResponse) StatusCode

func (r GetWorkerClusterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetWorkerStatsMetricsResponse

type GetWorkerStatsMetricsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]Metrics
}

func ParseGetWorkerStatsMetricsResponse

func ParseGetWorkerStatsMetricsResponse(rsp *http.Response) (*GetWorkerStatsMetricsResponse, error)

ParseGetWorkerStatsMetricsResponse parses an HTTP response from a GetWorkerStatsMetricsWithResponse call

func (GetWorkerStatsMetricsResponse) Status

Status returns HTTPResponse.Status

func (GetWorkerStatsMetricsResponse) StatusCode

func (r GetWorkerStatsMetricsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetWorkerStatsResponse

type GetWorkerStatsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]WorkerFunctionInstanceStats
}

func ParseGetWorkerStatsResponse

func ParseGetWorkerStatsResponse(rsp *http.Response) (*GetWorkerStatsResponse, error)

ParseGetWorkerStatsResponse parses an HTTP response from a GetWorkerStatsWithResponse call

func (GetWorkerStatsResponse) Status

func (r GetWorkerStatsResponse) Status() string

Status returns HTTPResponse.Status

func (GetWorkerStatsResponse) StatusCode

func (r GetWorkerStatsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GrantNonPersistentTopicPermissionsOnTopicResponse

type GrantNonPersistentTopicPermissionsOnTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGrantNonPersistentTopicPermissionsOnTopicResponse

func ParseGrantNonPersistentTopicPermissionsOnTopicResponse(rsp *http.Response) (*GrantNonPersistentTopicPermissionsOnTopicResponse, error)

ParseGrantNonPersistentTopicPermissionsOnTopicResponse parses an HTTP response from a GrantNonPersistentTopicPermissionsOnTopicWithResponse call

func (GrantNonPersistentTopicPermissionsOnTopicResponse) Status

Status returns HTTPResponse.Status

func (GrantNonPersistentTopicPermissionsOnTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GrantPermissionOnNamespaceJSONBody

type GrantPermissionOnNamespaceJSONBody = []string

GrantPermissionOnNamespaceJSONBody defines parameters for GrantPermissionOnNamespace.

type GrantPermissionOnNamespaceJSONRequestBody

type GrantPermissionOnNamespaceJSONRequestBody = GrantPermissionOnNamespaceJSONBody

GrantPermissionOnNamespaceJSONRequestBody defines body for GrantPermissionOnNamespace for application/json ContentType.

type GrantPermissionOnNamespaceResponse

type GrantPermissionOnNamespaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGrantPermissionOnNamespaceResponse

func ParseGrantPermissionOnNamespaceResponse(rsp *http.Response) (*GrantPermissionOnNamespaceResponse, error)

ParseGrantPermissionOnNamespaceResponse parses an HTTP response from a GrantPermissionOnNamespaceWithResponse call

func (GrantPermissionOnNamespaceResponse) Status

Status returns HTTPResponse.Status

func (GrantPermissionOnNamespaceResponse) StatusCode

func (r GrantPermissionOnNamespaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GrantPersistentTopicPermissionsOnTopicResponse

type GrantPersistentTopicPermissionsOnTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGrantPersistentTopicPermissionsOnTopicResponse

func ParseGrantPersistentTopicPermissionsOnTopicResponse(rsp *http.Response) (*GrantPersistentTopicPermissionsOnTopicResponse, error)

ParseGrantPersistentTopicPermissionsOnTopicResponse parses an HTTP response from a GrantPersistentTopicPermissionsOnTopicWithResponse call

func (GrantPersistentTopicPermissionsOnTopicResponse) Status

Status returns HTTPResponse.Status

func (GrantPersistentTopicPermissionsOnTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type HealthCheckParams

type HealthCheckParams struct {
	TopicVersion *HealthCheckParamsTopicVersion `form:"topicVersion,omitempty" json:"topicVersion,omitempty"`
}

HealthCheckParams defines parameters for HealthCheck.

type HealthCheckParamsTopicVersion

type HealthCheckParamsTopicVersion string

HealthCheckParamsTopicVersion defines parameters for HealthCheck.

Defines values for HealthCheckParamsTopicVersion.

type HealthCheckResponse

type HealthCheckResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseHealthCheckResponse

func ParseHealthCheckResponse(rsp *http.Response) (*HealthCheckResponse, error)

ParseHealthCheckResponse parses an HTTP response from a HealthCheckWithResponse call

func (HealthCheckResponse) Status

func (r HealthCheckResponse) Status() string

Status returns HTTPResponse.Status

func (HealthCheckResponse) StatusCode

func (r HealthCheckResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type HttpRequestDoer

type HttpRequestDoer interface {
	Do(req *http.Request) (*http.Response, error)
}

Doer performs HTTP requests.

The standard http.Client implements this interface.

type InactiveTopicPolicies

type InactiveTopicPolicies struct {
	DeleteWhileInactive        *bool                                         `json:"deleteWhileInactive,omitempty"`
	InactiveTopicDeleteMode    *InactiveTopicPoliciesInactiveTopicDeleteMode `json:"inactiveTopicDeleteMode,omitempty"`
	MaxInactiveDurationSeconds *int32                                        `json:"maxInactiveDurationSeconds,omitempty"`
}

InactiveTopicPolicies defines model for InactiveTopicPolicies.

type InactiveTopicPoliciesInactiveTopicDeleteMode

type InactiveTopicPoliciesInactiveTopicDeleteMode string

InactiveTopicPoliciesInactiveTopicDeleteMode defines model for InactiveTopicPolicies.InactiveTopicDeleteMode.

const (
	DeleteWhenNoSubscriptions       InactiveTopicPoliciesInactiveTopicDeleteMode = "delete_when_no_subscriptions"
	DeleteWhenSubscriptionsCaughtUp InactiveTopicPoliciesInactiveTopicDeleteMode = "delete_when_subscriptions_caught_up"
)

Defines values for InactiveTopicPoliciesInactiveTopicDeleteMode.

type InputDecorator

type InputDecorator = map[string]interface{}

InputDecorator defines model for InputDecorator.

type InternalConfigurationData

type InternalConfigurationData struct {
	BookkeeperMetadataServiceUri  *string `json:"bookkeeperMetadataServiceUri,omitempty"`
	ConfigurationMetadataStoreUrl *string `json:"configurationMetadataStoreUrl,omitempty"`
	LedgersRootPath               *string `json:"ledgersRootPath,omitempty"`
	MetadataStoreUrl              *string `json:"metadataStoreUrl,omitempty"`
	StateStorageServiceUrl        *string `json:"stateStorageServiceUrl,omitempty"`
}

InternalConfigurationData defines model for InternalConfigurationData.

type IsCompatibilityResponse

type IsCompatibilityResponse struct {
	Compatibility               *bool   `json:"compatibility,omitempty"`
	SchemaCompatibilityStrategy *string `json:"schemaCompatibilityStrategy,omitempty"`
}

IsCompatibilityResponse defines model for IsCompatibilityResponse.

type IsLeaderReadyResponse

type IsLeaderReadyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseIsLeaderReadyResponse

func ParseIsLeaderReadyResponse(rsp *http.Response) (*IsLeaderReadyResponse, error)

ParseIsLeaderReadyResponse parses an HTTP response from a IsLeaderReadyWithResponse call

func (IsLeaderReadyResponse) Status

func (r IsLeaderReadyResponse) Status() string

Status returns HTTPResponse.Status

func (IsLeaderReadyResponse) StatusCode

func (r IsLeaderReadyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type IsReadyResponse

type IsReadyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseIsReadyResponse

func ParseIsReadyResponse(rsp *http.Response) (*IsReadyResponse, error)

ParseIsReadyResponse parses an HTTP response from a IsReadyWithResponse call

func (IsReadyResponse) Status

func (r IsReadyResponse) Status() string

Status returns HTTPResponse.Status

func (IsReadyResponse) StatusCode

func (r IsReadyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type JavaType

type JavaType struct {
	Abstract            *bool                   `json:"abstract,omitempty"`
	ArrayType           *bool                   `json:"arrayType,omitempty"`
	Bindings            *TypeBindings           `json:"bindings,omitempty"`
	CollectionLikeType  *bool                   `json:"collectionLikeType,omitempty"`
	Concrete            *bool                   `json:"concrete,omitempty"`
	ContainerType       *bool                   `json:"containerType,omitempty"`
	ContentTypeHandler  *map[string]interface{} `json:"contentTypeHandler,omitempty"`
	ContentValueHandler *map[string]interface{} `json:"contentValueHandler,omitempty"`
	EnumType            *bool                   `json:"enumType,omitempty"`
	ErasedSignature     *string                 `json:"erasedSignature,omitempty"`
	Final               *bool                   `json:"final,omitempty"`
	GenericSignature    *string                 `json:"genericSignature,omitempty"`
	Interface           *bool                   `json:"interface,omitempty"`
	JavaLangObject      *bool                   `json:"javaLangObject,omitempty"`
	MapLikeType         *bool                   `json:"mapLikeType,omitempty"`
	Primitive           *bool                   `json:"primitive,omitempty"`
	ReferenceType       *bool                   `json:"referenceType,omitempty"`
	Throwable           *bool                   `json:"throwable,omitempty"`
	TypeHandler         *map[string]interface{} `json:"typeHandler,omitempty"`
	TypeName            *string                 `json:"typeName,omitempty"`
	ValueHandler        *map[string]interface{} `json:"valueHandler,omitempty"`
}

JavaType defines model for JavaType.

type JsonFactory

type JsonFactory struct {
	CharacterEscapes   *CharacterEscapes `json:"characterEscapes,omitempty"`
	Codec              *ObjectCodec      `json:"codec,omitempty"`
	FormatName         *string           `json:"formatName,omitempty"`
	InputDecorator     *InputDecorator   `json:"inputDecorator,omitempty"`
	OutputDecorator    *OutputDecorator  `json:"outputDecorator,omitempty"`
	RootValueSeparator *string           `json:"rootValueSeparator,omitempty"`
}

JsonFactory defines model for JsonFactory.

type JsonSerializerObject

type JsonSerializerObject struct {
	Delegatee            *JsonSerializerObject `json:"delegatee,omitempty"`
	UnwrappingSerializer *bool                 `json:"unwrappingSerializer,omitempty"`
}

JsonSerializerObject defines model for JsonSerializerObject.

type JsonStreamContext

type JsonStreamContext struct {
	CurrentIndex *int32                  `json:"currentIndex,omitempty"`
	CurrentName  *string                 `json:"currentName,omitempty"`
	CurrentValue *map[string]interface{} `json:"currentValue,omitempty"`
	EntryCount   *int32                  `json:"entryCount,omitempty"`
	Parent       *JsonStreamContext      `json:"parent,omitempty"`
	TypeDesc     *string                 `json:"typeDesc,omitempty"`
}

JsonStreamContext defines model for JsonStreamContext.

type LoadReport

type LoadReport struct {
	AllocatedBandwidthIn       *float64                         `json:"allocatedBandwidthIn,omitempty"`
	AllocatedBandwidthOut      *float64                         `json:"allocatedBandwidthOut,omitempty"`
	AllocatedCPU               *float64                         `json:"allocatedCPU,omitempty"`
	AllocatedMemory            *float64                         `json:"allocatedMemory,omitempty"`
	AllocatedMsgRateIn         *float64                         `json:"allocatedMsgRateIn,omitempty"`
	AllocatedMsgRateOut        *float64                         `json:"allocatedMsgRateOut,omitempty"`
	BandwidthIn                *ResourceUsage                   `json:"bandwidthIn,omitempty"`
	BandwidthOut               *ResourceUsage                   `json:"bandwidthOut,omitempty"`
	BrokerVersionString        *string                          `json:"brokerVersionString,omitempty"`
	BundleGains                *[]string                        `json:"bundleGains,omitempty"`
	BundleLosses               *[]string                        `json:"bundleLosses,omitempty"`
	BundleStats                *map[string]NamespaceBundleStats `json:"bundleStats,omitempty"`
	Cpu                        *ResourceUsage                   `json:"cpu,omitempty"`
	DirectMemory               *ResourceUsage                   `json:"directMemory,omitempty"`
	LastUpdate                 *int64                           `json:"lastUpdate,omitempty"`
	LoadReportType             *string                          `json:"loadReportType,omitempty"`
	Memory                     *ResourceUsage                   `json:"memory,omitempty"`
	MsgRateIn                  *float64                         `json:"msgRateIn,omitempty"`
	MsgRateOut                 *float64                         `json:"msgRateOut,omitempty"`
	MsgThroughputIn            *float64                         `json:"msgThroughputIn,omitempty"`
	MsgThroughputOut           *float64                         `json:"msgThroughputOut,omitempty"`
	Name                       *string                          `json:"name,omitempty"`
	NonPersistentTopicsEnabled *bool                            `json:"nonPersistentTopicsEnabled,omitempty"`
	NumBundles                 *int32                           `json:"numBundles,omitempty"`
	NumConsumers               *int32                           `json:"numConsumers,omitempty"`
	NumProducers               *int32                           `json:"numProducers,omitempty"`
	NumTopics                  *int32                           `json:"numTopics,omitempty"`
	OverLoaded                 *bool                            `json:"overLoaded,omitempty"`
	PersistentTopicsEnabled    *bool                            `json:"persistentTopicsEnabled,omitempty"`
	PreAllocatedBandwidthIn    *float64                         `json:"preAllocatedBandwidthIn,omitempty"`
	PreAllocatedBandwidthOut   *float64                         `json:"preAllocatedBandwidthOut,omitempty"`
	PreAllocatedCPU            *float64                         `json:"preAllocatedCPU,omitempty"`
	PreAllocatedMemory         *float64                         `json:"preAllocatedMemory,omitempty"`
	PreAllocatedMsgRateIn      *float64                         `json:"preAllocatedMsgRateIn,omitempty"`
	PreAllocatedMsgRateOut     *float64                         `json:"preAllocatedMsgRateOut,omitempty"`
	Protocols                  *map[string]string               `json:"protocols,omitempty"`
	PulsarServiceUrl           *string                          `json:"pulsarServiceUrl,omitempty"`
	PulsarServiceUrlTls        *string                          `json:"pulsarServiceUrlTls,omitempty"`
	SystemResourceUsage        *SystemResourceUsage             `json:"systemResourceUsage,omitempty"`
	Timestamp                  *int64                           `json:"timestamp,omitempty"`
	UnderLoaded                *bool                            `json:"underLoaded,omitempty"`
	WebServiceUrl              *string                          `json:"webServiceUrl,omitempty"`
	WebServiceUrlTls           *string                          `json:"webServiceUrlTls,omitempty"`
}

LoadReport defines model for LoadReport.

type LongRunningProcessStatus

type LongRunningProcessStatus struct {
	LastError *string                         `json:"lastError,omitempty"`
	Status    *LongRunningProcessStatusStatus `json:"status,omitempty"`
}

LongRunningProcessStatus defines model for LongRunningProcessStatus.

type LongRunningProcessStatusStatus

type LongRunningProcessStatusStatus string

LongRunningProcessStatusStatus defines model for LongRunningProcessStatus.Status.

const (
	ERROR   LongRunningProcessStatusStatus = "ERROR"
	NOTRUN  LongRunningProcessStatusStatus = "NOT_RUN"
	RUNNING LongRunningProcessStatusStatus = "RUNNING"
	SUCCESS LongRunningProcessStatusStatus = "SUCCESS"
)

Defines values for LongRunningProcessStatusStatus.

type LongSchemaVersion

type LongSchemaVersion struct {
	Version *int64 `json:"version,omitempty"`
}

LongSchemaVersion defines model for LongSchemaVersion.

type Metrics

type Metrics struct {
	Dimensions *map[string]string                 `json:"dimensions,omitempty"`
	Metrics    *map[string]map[string]interface{} `json:"metrics,omitempty"`
}

Metrics defines model for Metrics.

type ModifyDeduplicationJSONBody

type ModifyDeduplicationJSONBody = bool

ModifyDeduplicationJSONBody defines parameters for ModifyDeduplication.

type ModifyDeduplicationJSONRequestBody

type ModifyDeduplicationJSONRequestBody = ModifyDeduplicationJSONBody

ModifyDeduplicationJSONRequestBody defines body for ModifyDeduplication for application/json ContentType.

type ModifyDeduplicationResponse

type ModifyDeduplicationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseModifyDeduplicationResponse

func ParseModifyDeduplicationResponse(rsp *http.Response) (*ModifyDeduplicationResponse, error)

ParseModifyDeduplicationResponse parses an HTTP response from a ModifyDeduplicationWithResponse call

func (ModifyDeduplicationResponse) Status

Status returns HTTPResponse.Status

func (ModifyDeduplicationResponse) StatusCode

func (r ModifyDeduplicationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ModifyEncryptionRequiredJSONBody

type ModifyEncryptionRequiredJSONBody = bool

ModifyEncryptionRequiredJSONBody defines parameters for ModifyEncryptionRequired.

type ModifyEncryptionRequiredJSONRequestBody

type ModifyEncryptionRequiredJSONRequestBody = ModifyEncryptionRequiredJSONBody

ModifyEncryptionRequiredJSONRequestBody defines body for ModifyEncryptionRequired for application/json ContentType.

type ModifyEncryptionRequiredResponse

type ModifyEncryptionRequiredResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseModifyEncryptionRequiredResponse

func ParseModifyEncryptionRequiredResponse(rsp *http.Response) (*ModifyEncryptionRequiredResponse, error)

ParseModifyEncryptionRequiredResponse parses an HTTP response from a ModifyEncryptionRequiredWithResponse call

func (ModifyEncryptionRequiredResponse) Status

Status returns HTTPResponse.Status

func (ModifyEncryptionRequiredResponse) StatusCode

func (r ModifyEncryptionRequiredResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Module

type Module struct {
	Annotations         *[]Annotation     `json:"annotations,omitempty"`
	ClassLoader         *ClassLoader      `json:"classLoader,omitempty"`
	DeclaredAnnotations *[]Annotation     `json:"declaredAnnotations,omitempty"`
	Descriptor          *ModuleDescriptor `json:"descriptor,omitempty"`
	Layer               *ModuleLayer      `json:"layer,omitempty"`
	Name                *string           `json:"name,omitempty"`
	Named               *bool             `json:"named,omitempty"`
	Packages            *[]string         `json:"packages,omitempty"`
}

Module defines model for Module.

type ModuleDescriptor

type ModuleDescriptor struct {
	Automatic *bool `json:"automatic,omitempty"`
	Open      *bool `json:"open,omitempty"`
}

ModuleDescriptor defines model for ModuleDescriptor.

type ModuleLayer

type ModuleLayer = map[string]interface{}

ModuleLayer defines model for ModuleLayer.

type NamespaceBundleStats

type NamespaceBundleStats struct {
	CacheSize        *int64   `json:"cacheSize,omitempty"`
	ConsumerCount    *int32   `json:"consumerCount,omitempty"`
	MsgRateIn        *float64 `json:"msgRateIn,omitempty"`
	MsgRateOut       *float64 `json:"msgRateOut,omitempty"`
	MsgThroughputIn  *float64 `json:"msgThroughputIn,omitempty"`
	MsgThroughputOut *float64 `json:"msgThroughputOut,omitempty"`
	ProducerCount    *int32   `json:"producerCount,omitempty"`
	Topics           *int64   `json:"topics,omitempty"`
}

NamespaceBundleStats defines model for NamespaceBundleStats.

type NamespaceIsolationData

type NamespaceIsolationData struct {
	AutoFailoverPolicy *AutoFailoverPolicyData `json:"auto_failover_policy,omitempty"`

	// Namespaces The list of namespaces to apply this namespace isolation data
	Namespaces *[]string `json:"namespaces,omitempty"`

	// Primary The list of primary brokers for serving the list of namespaces in this isolation policy
	Primary *[]string `json:"primary,omitempty"`

	// Secondary The list of secondary brokers for serving the list of namespaces in this isolation policy
	Secondary *[]string `json:"secondary,omitempty"`
}

NamespaceIsolationData The data of namespace isolation configuration

type NamespaceOwnershipStatus

type NamespaceOwnershipStatus struct {
	BrokerAssignment *NamespaceOwnershipStatusBrokerAssignment `json:"broker_assignment,omitempty"`
	IsActive         *bool                                     `json:"is_active,omitempty"`
	IsControlled     *bool                                     `json:"is_controlled,omitempty"`
}

NamespaceOwnershipStatus defines model for NamespaceOwnershipStatus.

type NamespaceOwnershipStatusBrokerAssignment

type NamespaceOwnershipStatusBrokerAssignment string

NamespaceOwnershipStatusBrokerAssignment defines model for NamespaceOwnershipStatus.BrokerAssignment.

Defines values for NamespaceOwnershipStatusBrokerAssignment.

type ObjectCodec

type ObjectCodec struct {
	Factory     *JsonFactory `json:"factory,omitempty"`
	JsonFactory *JsonFactory `json:"jsonFactory,omitempty"`
}

ObjectCodec defines model for ObjectCodec.

type OffloadNonPersistentTopicStatusParams

type OffloadNonPersistentTopicStatusParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

OffloadNonPersistentTopicStatusParams defines parameters for OffloadNonPersistentTopicStatus.

type OffloadNonPersistentTopicStatusResponse

type OffloadNonPersistentTopicStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseOffloadNonPersistentTopicStatusResponse

func ParseOffloadNonPersistentTopicStatusResponse(rsp *http.Response) (*OffloadNonPersistentTopicStatusResponse, error)

ParseOffloadNonPersistentTopicStatusResponse parses an HTTP response from a OffloadNonPersistentTopicStatusWithResponse call

func (OffloadNonPersistentTopicStatusResponse) Status

Status returns HTTPResponse.Status

func (OffloadNonPersistentTopicStatusResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type OffloadPersistentTopicStatusParams

type OffloadPersistentTopicStatusParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

OffloadPersistentTopicStatusParams defines parameters for OffloadPersistentTopicStatus.

type OffloadPersistentTopicStatusResponse

type OffloadPersistentTopicStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseOffloadPersistentTopicStatusResponse

func ParseOffloadPersistentTopicStatusResponse(rsp *http.Response) (*OffloadPersistentTopicStatusResponse, error)

ParseOffloadPersistentTopicStatusResponse parses an HTTP response from a OffloadPersistentTopicStatusWithResponse call

func (OffloadPersistentTopicStatusResponse) Status

Status returns HTTPResponse.Status

func (OffloadPersistentTopicStatusResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type OffloadPolicies

type OffloadPolicies struct {
	FileSystemProfilePath                        *string                                            `json:"fileSystemProfilePath,omitempty"`
	FileSystemURI                                *string                                            `json:"fileSystemURI,omitempty"`
	GcsManagedLedgerOffloadBucket                *string                                            `json:"gcsManagedLedgerOffloadBucket,omitempty"`
	GcsManagedLedgerOffloadMaxBlockSizeInBytes   *int32                                             `json:"gcsManagedLedgerOffloadMaxBlockSizeInBytes,omitempty"`
	GcsManagedLedgerOffloadReadBufferSizeInBytes *int32                                             `json:"gcsManagedLedgerOffloadReadBufferSizeInBytes,omitempty"`
	GcsManagedLedgerOffloadRegion                *string                                            `json:"gcsManagedLedgerOffloadRegion,omitempty"`
	GcsManagedLedgerOffloadServiceAccountKeyFile *string                                            `json:"gcsManagedLedgerOffloadServiceAccountKeyFile,omitempty"`
	ManagedLedgerOffloadBucket                   *string                                            `json:"managedLedgerOffloadBucket,omitempty"`
	ManagedLedgerOffloadDeletionLagInMillis      *int64                                             `json:"managedLedgerOffloadDeletionLagInMillis,omitempty"`
	ManagedLedgerOffloadDriver                   *string                                            `json:"managedLedgerOffloadDriver,omitempty"`
	ManagedLedgerOffloadMaxBlockSizeInBytes      *int32                                             `json:"managedLedgerOffloadMaxBlockSizeInBytes,omitempty"`
	ManagedLedgerOffloadMaxThreads               *int32                                             `json:"managedLedgerOffloadMaxThreads,omitempty"`
	ManagedLedgerOffloadPrefetchRounds           *int32                                             `json:"managedLedgerOffloadPrefetchRounds,omitempty"`
	ManagedLedgerOffloadReadBufferSizeInBytes    *int32                                             `json:"managedLedgerOffloadReadBufferSizeInBytes,omitempty"`
	ManagedLedgerOffloadRegion                   *string                                            `json:"managedLedgerOffloadRegion,omitempty"`
	ManagedLedgerOffloadServiceEndpoint          *string                                            `json:"managedLedgerOffloadServiceEndpoint,omitempty"`
	ManagedLedgerOffloadThresholdInBytes         *int64                                             `json:"managedLedgerOffloadThresholdInBytes,omitempty"`
	ManagedLedgerOffloadedReadPriority           *OffloadPoliciesManagedLedgerOffloadedReadPriority `json:"managedLedgerOffloadedReadPriority,omitempty"`
	OffloadersDirectory                          *string                                            `json:"offloadersDirectory,omitempty"`
	S3ManagedLedgerOffloadBucket                 *string                                            `json:"s3ManagedLedgerOffloadBucket,omitempty"`
	S3ManagedLedgerOffloadCredentialId           *string                                            `json:"s3ManagedLedgerOffloadCredentialId,omitempty"`
	S3ManagedLedgerOffloadCredentialSecret       *string                                            `json:"s3ManagedLedgerOffloadCredentialSecret,omitempty"`
	S3ManagedLedgerOffloadMaxBlockSizeInBytes    *int32                                             `json:"s3ManagedLedgerOffloadMaxBlockSizeInBytes,omitempty"`
	S3ManagedLedgerOffloadReadBufferSizeInBytes  *int32                                             `json:"s3ManagedLedgerOffloadReadBufferSizeInBytes,omitempty"`
	S3ManagedLedgerOffloadRegion                 *string                                            `json:"s3ManagedLedgerOffloadRegion,omitempty"`
	S3ManagedLedgerOffloadRole                   *string                                            `json:"s3ManagedLedgerOffloadRole,omitempty"`
	S3ManagedLedgerOffloadRoleSessionName        *string                                            `json:"s3ManagedLedgerOffloadRoleSessionName,omitempty"`
	S3ManagedLedgerOffloadServiceEndpoint        *string                                            `json:"s3ManagedLedgerOffloadServiceEndpoint,omitempty"`
}

OffloadPolicies defines model for OffloadPolicies.

type OffloadPoliciesImpl

type OffloadPoliciesImpl struct {
	FileSystemDriver                             *bool                                                  `json:"fileSystemDriver,omitempty"`
	FileSystemProfilePath                        *string                                                `json:"fileSystemProfilePath,omitempty"`
	FileSystemURI                                *string                                                `json:"fileSystemURI,omitempty"`
	GcsDriver                                    *bool                                                  `json:"gcsDriver,omitempty"`
	GcsManagedLedgerOffloadBucket                *string                                                `json:"gcsManagedLedgerOffloadBucket,omitempty"`
	GcsManagedLedgerOffloadMaxBlockSizeInBytes   *int32                                                 `json:"gcsManagedLedgerOffloadMaxBlockSizeInBytes,omitempty"`
	GcsManagedLedgerOffloadReadBufferSizeInBytes *int32                                                 `json:"gcsManagedLedgerOffloadReadBufferSizeInBytes,omitempty"`
	GcsManagedLedgerOffloadRegion                *string                                                `json:"gcsManagedLedgerOffloadRegion,omitempty"`
	GcsManagedLedgerOffloadServiceAccountKeyFile *string                                                `json:"gcsManagedLedgerOffloadServiceAccountKeyFile,omitempty"`
	ManagedLedgerOffloadBucket                   *string                                                `json:"managedLedgerOffloadBucket,omitempty"`
	ManagedLedgerOffloadDeletionLagInMillis      *int64                                                 `json:"managedLedgerOffloadDeletionLagInMillis,omitempty"`
	ManagedLedgerOffloadDriver                   *string                                                `json:"managedLedgerOffloadDriver,omitempty"`
	ManagedLedgerOffloadMaxBlockSizeInBytes      *int32                                                 `json:"managedLedgerOffloadMaxBlockSizeInBytes,omitempty"`
	ManagedLedgerOffloadMaxThreads               *int32                                                 `json:"managedLedgerOffloadMaxThreads,omitempty"`
	ManagedLedgerOffloadPrefetchRounds           *int32                                                 `json:"managedLedgerOffloadPrefetchRounds,omitempty"`
	ManagedLedgerOffloadReadBufferSizeInBytes    *int32                                                 `json:"managedLedgerOffloadReadBufferSizeInBytes,omitempty"`
	ManagedLedgerOffloadRegion                   *string                                                `json:"managedLedgerOffloadRegion,omitempty"`
	ManagedLedgerOffloadServiceEndpoint          *string                                                `json:"managedLedgerOffloadServiceEndpoint,omitempty"`
	ManagedLedgerOffloadThresholdInBytes         *int64                                                 `json:"managedLedgerOffloadThresholdInBytes,omitempty"`
	ManagedLedgerOffloadedReadPriority           *OffloadPoliciesImplManagedLedgerOffloadedReadPriority `json:"managedLedgerOffloadedReadPriority,omitempty"`
	OffloadersDirectory                          *string                                                `json:"offloadersDirectory,omitempty"`
	S3Driver                                     *bool                                                  `json:"s3Driver,omitempty"`
	S3ManagedLedgerOffloadBucket                 *string                                                `json:"s3ManagedLedgerOffloadBucket,omitempty"`
	S3ManagedLedgerOffloadCredentialId           *string                                                `json:"s3ManagedLedgerOffloadCredentialId,omitempty"`
	S3ManagedLedgerOffloadCredentialSecret       *string                                                `json:"s3ManagedLedgerOffloadCredentialSecret,omitempty"`
	S3ManagedLedgerOffloadMaxBlockSizeInBytes    *int32                                                 `json:"s3ManagedLedgerOffloadMaxBlockSizeInBytes,omitempty"`
	S3ManagedLedgerOffloadReadBufferSizeInBytes  *int32                                                 `json:"s3ManagedLedgerOffloadReadBufferSizeInBytes,omitempty"`
	S3ManagedLedgerOffloadRegion                 *string                                                `json:"s3ManagedLedgerOffloadRegion,omitempty"`
	S3ManagedLedgerOffloadRole                   *string                                                `json:"s3ManagedLedgerOffloadRole,omitempty"`
	S3ManagedLedgerOffloadRoleSessionName        *string                                                `json:"s3ManagedLedgerOffloadRoleSessionName,omitempty"`
	S3ManagedLedgerOffloadServiceEndpoint        *string                                                `json:"s3ManagedLedgerOffloadServiceEndpoint,omitempty"`
}

OffloadPoliciesImpl defines model for OffloadPoliciesImpl.

type OffloadPoliciesImplManagedLedgerOffloadedReadPriority

type OffloadPoliciesImplManagedLedgerOffloadedReadPriority string

OffloadPoliciesImplManagedLedgerOffloadedReadPriority defines model for OffloadPoliciesImpl.ManagedLedgerOffloadedReadPriority.

const (
	OffloadPoliciesImplManagedLedgerOffloadedReadPriorityBOOKKEEPERFIRST    OffloadPoliciesImplManagedLedgerOffloadedReadPriority = "BOOKKEEPER_FIRST"
	OffloadPoliciesImplManagedLedgerOffloadedReadPriorityTIEREDSTORAGEFIRST OffloadPoliciesImplManagedLedgerOffloadedReadPriority = "TIERED_STORAGE_FIRST"
)

Defines values for OffloadPoliciesImplManagedLedgerOffloadedReadPriority.

type OffloadPoliciesManagedLedgerOffloadedReadPriority

type OffloadPoliciesManagedLedgerOffloadedReadPriority string

OffloadPoliciesManagedLedgerOffloadedReadPriority defines model for OffloadPolicies.ManagedLedgerOffloadedReadPriority.

const (
	OffloadPoliciesManagedLedgerOffloadedReadPriorityBOOKKEEPERFIRST    OffloadPoliciesManagedLedgerOffloadedReadPriority = "BOOKKEEPER_FIRST"
	OffloadPoliciesManagedLedgerOffloadedReadPriorityTIEREDSTORAGEFIRST OffloadPoliciesManagedLedgerOffloadedReadPriority = "TIERED_STORAGE_FIRST"
)

Defines values for OffloadPoliciesManagedLedgerOffloadedReadPriority.

type OutputDecorator

type OutputDecorator = map[string]interface{}

OutputDecorator defines model for OutputDecorator.

type OutputStream

type OutputStream = map[string]interface{}

OutputStream defines model for OutputStream.

type Package

type Package struct {
	Annotations           *[]Annotation `json:"annotations,omitempty"`
	DeclaredAnnotations   *[]Annotation `json:"declaredAnnotations,omitempty"`
	ImplementationTitle   *string       `json:"implementationTitle,omitempty"`
	ImplementationVendor  *string       `json:"implementationVendor,omitempty"`
	ImplementationVersion *string       `json:"implementationVersion,omitempty"`
	Name                  *string       `json:"name,omitempty"`
	Sealed                *bool         `json:"sealed,omitempty"`
	SpecificationTitle    *string       `json:"specificationTitle,omitempty"`
	SpecificationVendor   *string       `json:"specificationVendor,omitempty"`
	SpecificationVersion  *string       `json:"specificationVersion,omitempty"`
}

Package defines model for Package.

type PartitionedTopicMetadata

type PartitionedTopicMetadata struct {
	Partitions *int32             `json:"partitions,omitempty"`
	Properties *map[string]string `json:"properties,omitempty"`
}

PartitionedTopicMetadata defines model for PartitionedTopicMetadata.

type PeekNonPersistentTopicNthMessageParams

type PeekNonPersistentTopicNthMessageParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

PeekNonPersistentTopicNthMessageParams defines parameters for PeekNonPersistentTopicNthMessage.

type PeekNonPersistentTopicNthMessageResponse

type PeekNonPersistentTopicNthMessageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePeekNonPersistentTopicNthMessageResponse

func ParsePeekNonPersistentTopicNthMessageResponse(rsp *http.Response) (*PeekNonPersistentTopicNthMessageResponse, error)

ParsePeekNonPersistentTopicNthMessageResponse parses an HTTP response from a PeekNonPersistentTopicNthMessageWithResponse call

func (PeekNonPersistentTopicNthMessageResponse) Status

Status returns HTTPResponse.Status

func (PeekNonPersistentTopicNthMessageResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PeekPersistentTopicNthMessageParams

type PeekPersistentTopicNthMessageParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

PeekPersistentTopicNthMessageParams defines parameters for PeekPersistentTopicNthMessage.

type PeekPersistentTopicNthMessageResponse

type PeekPersistentTopicNthMessageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePeekPersistentTopicNthMessageResponse

func ParsePeekPersistentTopicNthMessageResponse(rsp *http.Response) (*PeekPersistentTopicNthMessageResponse, error)

ParsePeekPersistentTopicNthMessageResponse parses an HTTP response from a PeekPersistentTopicNthMessageWithResponse call

func (PeekPersistentTopicNthMessageResponse) Status

Status returns HTTPResponse.Status

func (PeekPersistentTopicNthMessageResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PendingBookieOpsStats

type PendingBookieOpsStats struct {
	CursorLedgerCloseOp  *int64 `json:"cursorLedgerCloseOp,omitempty"`
	CursorLedgerCreateOp *int64 `json:"cursorLedgerCreateOp,omitempty"`
	CursorLedgerDeleteOp *int64 `json:"cursorLedgerDeleteOp,omitempty"`
	CursorLedgerOpenOp   *int64 `json:"cursorLedgerOpenOp,omitempty"`
	DataLedgerCloseOp    *int64 `json:"dataLedgerCloseOp,omitempty"`
	DataLedgerCreateOp   *int64 `json:"dataLedgerCreateOp,omitempty"`
	DataLedgerDeleteOp   *int64 `json:"dataLedgerDeleteOp,omitempty"`
	DataLedgerOpenOp     *int64 `json:"dataLedgerOpenOp,omitempty"`
}

PendingBookieOpsStats defines model for PendingBookieOpsStats.

type PersistencePolicies

type PersistencePolicies struct {
	BookkeeperAckQuorum            *int32   `json:"bookkeeperAckQuorum,omitempty"`
	BookkeeperEnsemble             *int32   `json:"bookkeeperEnsemble,omitempty"`
	BookkeeperWriteQuorum          *int32   `json:"bookkeeperWriteQuorum,omitempty"`
	ManagedLedgerMaxMarkDeleteRate *float64 `json:"managedLedgerMaxMarkDeleteRate,omitempty"`
}

PersistencePolicies defines model for PersistencePolicies.

type Policies

type Policies struct {
	AuthPolicies                          *AuthPolicies                                  `json:"auth_policies,omitempty"`
	AutoSubscriptionCreationOverride      *AutoSubscriptionCreationOverride              `json:"autoSubscriptionCreationOverride,omitempty"`
	AutoTopicCreationOverride             *AutoTopicCreationOverride                     `json:"autoTopicCreationOverride,omitempty"`
	BacklogQuotaMap                       *map[string]BacklogQuota                       `json:"backlog_quota_map,omitempty"`
	Bundles                               *BundlesData                                   `json:"bundles,omitempty"`
	ClusterDispatchRate                   *map[string]DispatchRateImpl                   `json:"clusterDispatchRate,omitempty"`
	ClusterSubscribeRate                  *map[string]SubscribeRate                      `json:"clusterSubscribeRate,omitempty"`
	CompactionThreshold                   *int64                                         `json:"compaction_threshold,omitempty"`
	DeduplicationEnabled                  *bool                                          `json:"deduplicationEnabled,omitempty"`
	DeduplicationSnapshotIntervalSeconds  *int32                                         `json:"deduplicationSnapshotIntervalSeconds,omitempty"`
	DelayedDeliveryPolicies               *DelayedDeliveryPolicies                       `json:"delayed_delivery_policies,omitempty"`
	Deleted                               *bool                                          `json:"deleted,omitempty"`
	EncryptionRequired                    *bool                                          `json:"encryption_required,omitempty"`
	EntryFilters                          *EntryFilters                                  `json:"entryFilters,omitempty"`
	InactiveTopicPolicies                 *InactiveTopicPolicies                         `json:"inactive_topic_policies,omitempty"`
	IsAllowAutoUpdateSchema               *bool                                          `json:"is_allow_auto_update_schema,omitempty"`
	LatencyStatsSampleRate                *map[string]int32                              `json:"latency_stats_sample_rate,omitempty"`
	MaxConsumersPerSubscription           *int32                                         `json:"max_consumers_per_subscription,omitempty"`
	MaxConsumersPerTopic                  *int32                                         `json:"max_consumers_per_topic,omitempty"`
	MaxProducersPerTopic                  *int32                                         `json:"max_producers_per_topic,omitempty"`
	MaxSubscriptionsPerTopic              *int32                                         `json:"max_subscriptions_per_topic,omitempty"`
	MaxTopicsPerNamespace                 *int32                                         `json:"max_topics_per_namespace,omitempty"`
	MaxUnackedMessagesPerConsumer         *int32                                         `json:"max_unacked_messages_per_consumer,omitempty"`
	MaxUnackedMessagesPerSubscription     *int32                                         `json:"max_unacked_messages_per_subscription,omitempty"`
	MessageTtlInSeconds                   *int32                                         `json:"message_ttl_in_seconds,omitempty"`
	OffloadDeletionLagMs                  *int64                                         `json:"offload_deletion_lag_ms,omitempty"`
	OffloadPolicies                       *OffloadPolicies                               `json:"offload_policies,omitempty"`
	OffloadThreshold                      *int64                                         `json:"offload_threshold,omitempty"`
	Persistence                           *PersistencePolicies                           `json:"persistence,omitempty"`
	Properties                            *map[string]string                             `json:"properties,omitempty"`
	PublishMaxMessageRate                 *map[string]PublishRate                        `json:"publishMaxMessageRate,omitempty"`
	ReplicationClusters                   *[]string                                      `json:"replication_clusters,omitempty"`
	ReplicatorDispatchRate                *map[string]DispatchRateImpl                   `json:"replicatorDispatchRate,omitempty"`
	ResourceGroupName                     *string                                        `json:"resource_group_name,omitempty"`
	RetentionPolicies                     *RetentionPolicies                             `json:"retention_policies,omitempty"`
	SchemaAutoUpdateCompatibilityStrategy *PoliciesSchemaAutoUpdateCompatibilityStrategy `json:"schema_auto_update_compatibility_strategy,omitempty"`
	SchemaCompatibilityStrategy           *PoliciesSchemaCompatibilityStrategy           `json:"schema_compatibility_strategy,omitempty"`
	SchemaValidationEnforced              *bool                                          `json:"schema_validation_enforced,omitempty"`
	SubscriptionDispatchRate              *map[string]DispatchRateImpl                   `json:"subscriptionDispatchRate,omitempty"`
	SubscriptionAuthMode                  *PoliciesSubscriptionAuthMode                  `json:"subscription_auth_mode,omitempty"`
	SubscriptionExpirationTimeMinutes     *int32                                         `json:"subscription_expiration_time_minutes,omitempty"`
	SubscriptionTypesEnabled              *[]string                                      `json:"subscription_types_enabled,omitempty"`
	TopicDispatchRate                     *map[string]DispatchRateImpl                   `json:"topicDispatchRate,omitempty"`
}

Policies defines model for Policies.

type PoliciesSchemaAutoUpdateCompatibilityStrategy

type PoliciesSchemaAutoUpdateCompatibilityStrategy string

PoliciesSchemaAutoUpdateCompatibilityStrategy defines model for Policies.SchemaAutoUpdateCompatibilityStrategy.

const (
	AlwaysCompatible   PoliciesSchemaAutoUpdateCompatibilityStrategy = "AlwaysCompatible"
	AutoUpdateDisabled PoliciesSchemaAutoUpdateCompatibilityStrategy = "AutoUpdateDisabled"
	Backward           PoliciesSchemaAutoUpdateCompatibilityStrategy = "Backward"
	BackwardTransitive PoliciesSchemaAutoUpdateCompatibilityStrategy = "BackwardTransitive"
	Forward            PoliciesSchemaAutoUpdateCompatibilityStrategy = "Forward"
	ForwardTransitive  PoliciesSchemaAutoUpdateCompatibilityStrategy = "ForwardTransitive"
	Full               PoliciesSchemaAutoUpdateCompatibilityStrategy = "Full"
	FullTransitive     PoliciesSchemaAutoUpdateCompatibilityStrategy = "FullTransitive"
)

Defines values for PoliciesSchemaAutoUpdateCompatibilityStrategy.

type PoliciesSchemaCompatibilityStrategy

type PoliciesSchemaCompatibilityStrategy string

PoliciesSchemaCompatibilityStrategy defines model for Policies.SchemaCompatibilityStrategy.

const (
	ALWAYSCOMPATIBLE   PoliciesSchemaCompatibilityStrategy = "ALWAYS_COMPATIBLE"
	ALWAYSINCOMPATIBLE PoliciesSchemaCompatibilityStrategy = "ALWAYS_INCOMPATIBLE"
	BACKWARD           PoliciesSchemaCompatibilityStrategy = "BACKWARD"
	BACKWARDTRANSITIVE PoliciesSchemaCompatibilityStrategy = "BACKWARD_TRANSITIVE"
	FORWARD            PoliciesSchemaCompatibilityStrategy = "FORWARD"
	FORWARDTRANSITIVE  PoliciesSchemaCompatibilityStrategy = "FORWARD_TRANSITIVE"
	FULL               PoliciesSchemaCompatibilityStrategy = "FULL"
	FULLTRANSITIVE     PoliciesSchemaCompatibilityStrategy = "FULL_TRANSITIVE"
	UNDEFINED          PoliciesSchemaCompatibilityStrategy = "UNDEFINED"
)

Defines values for PoliciesSchemaCompatibilityStrategy.

type PoliciesSubscriptionAuthMode

type PoliciesSubscriptionAuthMode string

PoliciesSubscriptionAuthMode defines model for Policies.SubscriptionAuthMode.

const (
	None   PoliciesSubscriptionAuthMode = "None"
	Prefix PoliciesSubscriptionAuthMode = "Prefix"
)

Defines values for PoliciesSubscriptionAuthMode.

type PoolArenaStats

type PoolArenaStats struct {
	ChunkLists                 *[]PoolChunkListStats `json:"chunkLists,omitempty"`
	NumActiveAllocations       *int64                `json:"numActiveAllocations,omitempty"`
	NumActiveHugeAllocations   *int64                `json:"numActiveHugeAllocations,omitempty"`
	NumActiveNormalAllocations *int64                `json:"numActiveNormalAllocations,omitempty"`
	NumActiveSmallAllocations  *int64                `json:"numActiveSmallAllocations,omitempty"`
	NumAllocations             *int64                `json:"numAllocations,omitempty"`
	NumChunkLists              *int32                `json:"numChunkLists,omitempty"`
	NumDeallocations           *int64                `json:"numDeallocations,omitempty"`
	NumHugeAllocations         *int64                `json:"numHugeAllocations,omitempty"`
	NumHugeDeallocations       *int64                `json:"numHugeDeallocations,omitempty"`
	NumNormalAllocations       *int64                `json:"numNormalAllocations,omitempty"`
	NumNormalDeallocations     *int64                `json:"numNormalDeallocations,omitempty"`
	NumSmallAllocations        *int64                `json:"numSmallAllocations,omitempty"`
	NumSmallDeallocations      *int64                `json:"numSmallDeallocations,omitempty"`
	NumSmallSubpages           *int32                `json:"numSmallSubpages,omitempty"`
	SmallSubpages              *[]PoolSubpageStats   `json:"smallSubpages,omitempty"`
}

PoolArenaStats defines model for PoolArenaStats.

type PoolChunkListStats

type PoolChunkListStats struct {
	Chunks   *[]PoolChunkStats `json:"chunks,omitempty"`
	MaxUsage *int32            `json:"maxUsage,omitempty"`
	MinUsage *int32            `json:"minUsage,omitempty"`
}

PoolChunkListStats defines model for PoolChunkListStats.

type PoolChunkStats

type PoolChunkStats struct {
	ChunkSize *int32 `json:"chunkSize,omitempty"`
	FreeBytes *int32 `json:"freeBytes,omitempty"`
	Usage     *int32 `json:"usage,omitempty"`
}

PoolChunkStats defines model for PoolChunkStats.

type PoolSubpageStats

type PoolSubpageStats struct {
	ElementSize    *int32 `json:"elementSize,omitempty"`
	MaxNumElements *int32 `json:"maxNumElements,omitempty"`
	NumAvailable   *int32 `json:"numAvailable,omitempty"`
	PageSize       *int32 `json:"pageSize,omitempty"`
}

PoolSubpageStats defines model for PoolSubpageStats.

type PostSchemaJSONRequestBody

type PostSchemaJSONRequestBody = PostSchemaPayload

PostSchemaJSONRequestBody defines body for PostSchema for application/json ContentType.

type PostSchemaParams

type PostSchemaParams struct {
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

PostSchemaParams defines parameters for PostSchema.

type PostSchemaPayload

type PostSchemaPayload struct {
	Properties *map[string]string `json:"properties,omitempty"`
	Schema     *string            `json:"schema,omitempty"`
	Type       *string            `json:"type,omitempty"`
}

PostSchemaPayload defines model for PostSchemaPayload.

type PostSchemaResponse

type PostSchemaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PostSchemaSuccessResponse
}

func ParsePostSchemaResponse

func ParsePostSchemaResponse(rsp *http.Response) (*PostSchemaResponse, error)

ParsePostSchemaResponse parses an HTTP response from a PostSchemaWithResponse call

func (PostSchemaResponse) Status

func (r PostSchemaResponse) Status() string

Status returns HTTPResponse.Status

func (PostSchemaResponse) StatusCode

func (r PostSchemaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostSchemaSuccessResponse

type PostSchemaSuccessResponse struct {
	Version *SchemaVersion `json:"version,omitempty"`
}

PostSchemaSuccessResponse defines model for PostSchemaSuccessResponse.

type PublishRate

type PublishRate struct {
	PublishThrottlingRateInByte *int64 `json:"publishThrottlingRateInByte,omitempty"`
	PublishThrottlingRateInMsg  *int32 `json:"publishThrottlingRateInMsg,omitempty"`
}

PublishRate defines model for PublishRate.

type RawBookieInfo

type RawBookieInfo struct {
	BookieId *string `json:"bookieId,omitempty"`
}

RawBookieInfo defines model for RawBookieInfo.

type RebalanceResponse

type RebalanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRebalanceResponse

func ParseRebalanceResponse(rsp *http.Response) (*RebalanceResponse, error)

ParseRebalanceResponse parses an HTTP response from a RebalanceWithResponse call

func (RebalanceResponse) Status

func (r RebalanceResponse) Status() string

Status returns HTTPResponse.Status

func (RebalanceResponse) StatusCode

func (r RebalanceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RemoveAutoSubscriptionCreationResponse

type RemoveAutoSubscriptionCreationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveAutoSubscriptionCreationResponse

func ParseRemoveAutoSubscriptionCreationResponse(rsp *http.Response) (*RemoveAutoSubscriptionCreationResponse, error)

ParseRemoveAutoSubscriptionCreationResponse parses an HTTP response from a RemoveAutoSubscriptionCreationWithResponse call

func (RemoveAutoSubscriptionCreationResponse) Status

Status returns HTTPResponse.Status

func (RemoveAutoSubscriptionCreationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveAutoTopicCreationResponse

type RemoveAutoTopicCreationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveAutoTopicCreationResponse

func ParseRemoveAutoTopicCreationResponse(rsp *http.Response) (*RemoveAutoTopicCreationResponse, error)

ParseRemoveAutoTopicCreationResponse parses an HTTP response from a RemoveAutoTopicCreationWithResponse call

func (RemoveAutoTopicCreationResponse) Status

Status returns HTTPResponse.Status

func (RemoveAutoTopicCreationResponse) StatusCode

func (r RemoveAutoTopicCreationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RemoveDelayedDeliveryPoliciesResponse

type RemoveDelayedDeliveryPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveDelayedDeliveryPoliciesResponse

func ParseRemoveDelayedDeliveryPoliciesResponse(rsp *http.Response) (*RemoveDelayedDeliveryPoliciesResponse, error)

ParseRemoveDelayedDeliveryPoliciesResponse parses an HTTP response from a RemoveDelayedDeliveryPoliciesWithResponse call

func (RemoveDelayedDeliveryPoliciesResponse) Status

Status returns HTTPResponse.Status

func (RemoveDelayedDeliveryPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveInactiveTopicPoliciesResponse

type RemoveInactiveTopicPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveInactiveTopicPoliciesResponse

func ParseRemoveInactiveTopicPoliciesResponse(rsp *http.Response) (*RemoveInactiveTopicPoliciesResponse, error)

ParseRemoveInactiveTopicPoliciesResponse parses an HTTP response from a RemoveInactiveTopicPoliciesWithResponse call

func (RemoveInactiveTopicPoliciesResponse) Status

Status returns HTTPResponse.Status

func (RemoveInactiveTopicPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNamesapceBacklogQuotaParams

type RemoveNamesapceBacklogQuotaParams struct {
	BacklogQuotaType *RemoveNamesapceBacklogQuotaParamsBacklogQuotaType `form:"backlogQuotaType,omitempty" json:"backlogQuotaType,omitempty"`
}

RemoveNamesapceBacklogQuotaParams defines parameters for RemoveNamesapceBacklogQuota.

type RemoveNamesapceBacklogQuotaParamsBacklogQuotaType

type RemoveNamesapceBacklogQuotaParamsBacklogQuotaType string

RemoveNamesapceBacklogQuotaParamsBacklogQuotaType defines parameters for RemoveNamesapceBacklogQuota.

const (
	RemoveNamesapceBacklogQuotaParamsBacklogQuotaTypeDestinationStorage RemoveNamesapceBacklogQuotaParamsBacklogQuotaType = "destination_storage"
	RemoveNamesapceBacklogQuotaParamsBacklogQuotaTypeMessageAge         RemoveNamesapceBacklogQuotaParamsBacklogQuotaType = "message_age"
)

Defines values for RemoveNamesapceBacklogQuotaParamsBacklogQuotaType.

type RemoveNamesapceBacklogQuotaResponse

type RemoveNamesapceBacklogQuotaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamesapceBacklogQuotaResponse

func ParseRemoveNamesapceBacklogQuotaResponse(rsp *http.Response) (*RemoveNamesapceBacklogQuotaResponse, error)

ParseRemoveNamesapceBacklogQuotaResponse parses an HTTP response from a RemoveNamesapceBacklogQuotaWithResponse call

func (RemoveNamesapceBacklogQuotaResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamesapceBacklogQuotaResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceAntiAffinityGroupResponse

type RemoveNamespaceAntiAffinityGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceAntiAffinityGroupResponse

func ParseRemoveNamespaceAntiAffinityGroupResponse(rsp *http.Response) (*RemoveNamespaceAntiAffinityGroupResponse, error)

ParseRemoveNamespaceAntiAffinityGroupResponse parses an HTTP response from a RemoveNamespaceAntiAffinityGroupWithResponse call

func (RemoveNamespaceAntiAffinityGroupResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceAntiAffinityGroupResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceBundleResourceQuotaResponse

type RemoveNamespaceBundleResourceQuotaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceBundleResourceQuotaResponse

func ParseRemoveNamespaceBundleResourceQuotaResponse(rsp *http.Response) (*RemoveNamespaceBundleResourceQuotaResponse, error)

ParseRemoveNamespaceBundleResourceQuotaResponse parses an HTTP response from a RemoveNamespaceBundleResourceQuotaWithResponse call

func (RemoveNamespaceBundleResourceQuotaResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceBundleResourceQuotaResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceDeduplicationResponse

type RemoveNamespaceDeduplicationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceDeduplicationResponse

func ParseRemoveNamespaceDeduplicationResponse(rsp *http.Response) (*RemoveNamespaceDeduplicationResponse, error)

ParseRemoveNamespaceDeduplicationResponse parses an HTTP response from a RemoveNamespaceDeduplicationWithResponse call

func (RemoveNamespaceDeduplicationResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceDeduplicationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceEntryFiltersResponse

type RemoveNamespaceEntryFiltersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceEntryFiltersResponse

func ParseRemoveNamespaceEntryFiltersResponse(rsp *http.Response) (*RemoveNamespaceEntryFiltersResponse, error)

ParseRemoveNamespaceEntryFiltersResponse parses an HTTP response from a RemoveNamespaceEntryFiltersWithResponse call

func (RemoveNamespaceEntryFiltersResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceEntryFiltersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceMaxConsumersPerSubscriptionResponse

type RemoveNamespaceMaxConsumersPerSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceMaxConsumersPerSubscriptionResponse

func ParseRemoveNamespaceMaxConsumersPerSubscriptionResponse(rsp *http.Response) (*RemoveNamespaceMaxConsumersPerSubscriptionResponse, error)

ParseRemoveNamespaceMaxConsumersPerSubscriptionResponse parses an HTTP response from a RemoveNamespaceMaxConsumersPerSubscriptionWithResponse call

func (RemoveNamespaceMaxConsumersPerSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceMaxConsumersPerSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceMaxConsumersPerTopicResponse

type RemoveNamespaceMaxConsumersPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceMaxConsumersPerTopicResponse

func ParseRemoveNamespaceMaxConsumersPerTopicResponse(rsp *http.Response) (*RemoveNamespaceMaxConsumersPerTopicResponse, error)

ParseRemoveNamespaceMaxConsumersPerTopicResponse parses an HTTP response from a RemoveNamespaceMaxConsumersPerTopicWithResponse call

func (RemoveNamespaceMaxConsumersPerTopicResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceMaxConsumersPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceMaxProducersPerTopicResponse

type RemoveNamespaceMaxProducersPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceMaxProducersPerTopicResponse

func ParseRemoveNamespaceMaxProducersPerTopicResponse(rsp *http.Response) (*RemoveNamespaceMaxProducersPerTopicResponse, error)

ParseRemoveNamespaceMaxProducersPerTopicResponse parses an HTTP response from a RemoveNamespaceMaxProducersPerTopicWithResponse call

func (RemoveNamespaceMaxProducersPerTopicResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceMaxProducersPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceMaxSubscriptionsPerTopicResponse

type RemoveNamespaceMaxSubscriptionsPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceMaxSubscriptionsPerTopicResponse

func ParseRemoveNamespaceMaxSubscriptionsPerTopicResponse(rsp *http.Response) (*RemoveNamespaceMaxSubscriptionsPerTopicResponse, error)

ParseRemoveNamespaceMaxSubscriptionsPerTopicResponse parses an HTTP response from a RemoveNamespaceMaxSubscriptionsPerTopicWithResponse call

func (RemoveNamespaceMaxSubscriptionsPerTopicResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceMaxSubscriptionsPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceMaxUnackedmessagesPerConsumerResponse

type RemoveNamespaceMaxUnackedmessagesPerConsumerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceMaxUnackedmessagesPerConsumerResponse

func ParseRemoveNamespaceMaxUnackedmessagesPerConsumerResponse(rsp *http.Response) (*RemoveNamespaceMaxUnackedmessagesPerConsumerResponse, error)

ParseRemoveNamespaceMaxUnackedmessagesPerConsumerResponse parses an HTTP response from a RemoveNamespaceMaxUnackedmessagesPerConsumerWithResponse call

func (RemoveNamespaceMaxUnackedmessagesPerConsumerResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceMaxUnackedmessagesPerConsumerResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceMaxUnackedmessagesPerSubscriptionResponse

type RemoveNamespaceMaxUnackedmessagesPerSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceMaxUnackedmessagesPerSubscriptionResponse

func ParseRemoveNamespaceMaxUnackedmessagesPerSubscriptionResponse(rsp *http.Response) (*RemoveNamespaceMaxUnackedmessagesPerSubscriptionResponse, error)

ParseRemoveNamespaceMaxUnackedmessagesPerSubscriptionResponse parses an HTTP response from a RemoveNamespaceMaxUnackedmessagesPerSubscriptionWithResponse call

func (RemoveNamespaceMaxUnackedmessagesPerSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceMaxUnackedmessagesPerSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceMessageTTLResponse

type RemoveNamespaceMessageTTLResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceMessageTTLResponse

func ParseRemoveNamespaceMessageTTLResponse(rsp *http.Response) (*RemoveNamespaceMessageTTLResponse, error)

ParseRemoveNamespaceMessageTTLResponse parses an HTTP response from a RemoveNamespaceMessageTTLWithResponse call

func (RemoveNamespaceMessageTTLResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceMessageTTLResponse) StatusCode

func (r RemoveNamespaceMessageTTLResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceOffloadPoliciesResponse

type RemoveNamespaceOffloadPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceOffloadPoliciesResponse

func ParseRemoveNamespaceOffloadPoliciesResponse(rsp *http.Response) (*RemoveNamespaceOffloadPoliciesResponse, error)

ParseRemoveNamespaceOffloadPoliciesResponse parses an HTTP response from a RemoveNamespaceOffloadPoliciesWithResponse call

func (RemoveNamespaceOffloadPoliciesResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceOffloadPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceReplicatorDispatchRateResponse

type RemoveNamespaceReplicatorDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceReplicatorDispatchRateResponse

func ParseRemoveNamespaceReplicatorDispatchRateResponse(rsp *http.Response) (*RemoveNamespaceReplicatorDispatchRateResponse, error)

ParseRemoveNamespaceReplicatorDispatchRateResponse parses an HTTP response from a RemoveNamespaceReplicatorDispatchRateWithResponse call

func (RemoveNamespaceReplicatorDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceReplicatorDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceResourceGroupResponse

type RemoveNamespaceResourceGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceResourceGroupResponse

func ParseRemoveNamespaceResourceGroupResponse(rsp *http.Response) (*RemoveNamespaceResourceGroupResponse, error)

ParseRemoveNamespaceResourceGroupResponse parses an HTTP response from a RemoveNamespaceResourceGroupWithResponse call

func (RemoveNamespaceResourceGroupResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceResourceGroupResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceRetentionJSONRequestBody

type RemoveNamespaceRetentionJSONRequestBody = RetentionPolicies

RemoveNamespaceRetentionJSONRequestBody defines body for RemoveNamespaceRetention for application/json ContentType.

type RemoveNamespaceRetentionResponse

type RemoveNamespaceRetentionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceRetentionResponse

func ParseRemoveNamespaceRetentionResponse(rsp *http.Response) (*RemoveNamespaceRetentionResponse, error)

ParseRemoveNamespaceRetentionResponse parses an HTTP response from a RemoveNamespaceRetentionWithResponse call

func (RemoveNamespaceRetentionResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceRetentionResponse) StatusCode

func (r RemoveNamespaceRetentionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RemoveNamespaceSubscriptionTypesEnabledResponse

type RemoveNamespaceSubscriptionTypesEnabledResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNamespaceSubscriptionTypesEnabledResponse

func ParseRemoveNamespaceSubscriptionTypesEnabledResponse(rsp *http.Response) (*RemoveNamespaceSubscriptionTypesEnabledResponse, error)

ParseRemoveNamespaceSubscriptionTypesEnabledResponse parses an HTTP response from a RemoveNamespaceSubscriptionTypesEnabledWithResponse call

func (RemoveNamespaceSubscriptionTypesEnabledResponse) Status

Status returns HTTPResponse.Status

func (RemoveNamespaceSubscriptionTypesEnabledResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicBacklogQuotaParams

type RemoveNonPersistentTopicBacklogQuotaParams struct {
	BacklogQuotaType *RemoveNonPersistentTopicBacklogQuotaParamsBacklogQuotaType `form:"backlogQuotaType,omitempty" json:"backlogQuotaType,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

RemoveNonPersistentTopicBacklogQuotaParams defines parameters for RemoveNonPersistentTopicBacklogQuota.

type RemoveNonPersistentTopicBacklogQuotaParamsBacklogQuotaType

type RemoveNonPersistentTopicBacklogQuotaParamsBacklogQuotaType string

RemoveNonPersistentTopicBacklogQuotaParamsBacklogQuotaType defines parameters for RemoveNonPersistentTopicBacklogQuota.

const (
	RemoveNonPersistentTopicBacklogQuotaParamsBacklogQuotaTypeDestinationStorage RemoveNonPersistentTopicBacklogQuotaParamsBacklogQuotaType = "destination_storage"
	RemoveNonPersistentTopicBacklogQuotaParamsBacklogQuotaTypeMessageAge         RemoveNonPersistentTopicBacklogQuotaParamsBacklogQuotaType = "message_age"
)

Defines values for RemoveNonPersistentTopicBacklogQuotaParamsBacklogQuotaType.

type RemoveNonPersistentTopicBacklogQuotaResponse

type RemoveNonPersistentTopicBacklogQuotaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicBacklogQuotaResponse

func ParseRemoveNonPersistentTopicBacklogQuotaResponse(rsp *http.Response) (*RemoveNonPersistentTopicBacklogQuotaResponse, error)

ParseRemoveNonPersistentTopicBacklogQuotaResponse parses an HTTP response from a RemoveNonPersistentTopicBacklogQuotaWithResponse call

func (RemoveNonPersistentTopicBacklogQuotaResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicBacklogQuotaResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicCompactionThresholdParams

type RemoveNonPersistentTopicCompactionThresholdParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicCompactionThresholdParams defines parameters for RemoveNonPersistentTopicCompactionThreshold.

type RemoveNonPersistentTopicCompactionThresholdResponse

type RemoveNonPersistentTopicCompactionThresholdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicCompactionThresholdResponse

func ParseRemoveNonPersistentTopicCompactionThresholdResponse(rsp *http.Response) (*RemoveNonPersistentTopicCompactionThresholdResponse, error)

ParseRemoveNonPersistentTopicCompactionThresholdResponse parses an HTTP response from a RemoveNonPersistentTopicCompactionThresholdWithResponse call

func (RemoveNonPersistentTopicCompactionThresholdResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicCompactionThresholdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicDeduplicationParams

type RemoveNonPersistentTopicDeduplicationParams struct {
	// IsGlobal Whether leader broker redirected this call to this broker. For internal use.
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicDeduplicationParams defines parameters for RemoveNonPersistentTopicDeduplication.

type RemoveNonPersistentTopicDeduplicationResponse

type RemoveNonPersistentTopicDeduplicationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicDeduplicationResponse

func ParseRemoveNonPersistentTopicDeduplicationResponse(rsp *http.Response) (*RemoveNonPersistentTopicDeduplicationResponse, error)

ParseRemoveNonPersistentTopicDeduplicationResponse parses an HTTP response from a RemoveNonPersistentTopicDeduplicationWithResponse call

func (RemoveNonPersistentTopicDeduplicationResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicDeduplicationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicDispatchRateParams

type RemoveNonPersistentTopicDispatchRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicDispatchRateParams defines parameters for RemoveNonPersistentTopicDispatchRate.

type RemoveNonPersistentTopicDispatchRateResponse

type RemoveNonPersistentTopicDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicDispatchRateResponse

func ParseRemoveNonPersistentTopicDispatchRateResponse(rsp *http.Response) (*RemoveNonPersistentTopicDispatchRateResponse, error)

ParseRemoveNonPersistentTopicDispatchRateResponse parses an HTTP response from a RemoveNonPersistentTopicDispatchRateWithResponse call

func (RemoveNonPersistentTopicDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicEntryFiltersParams

type RemoveNonPersistentTopicEntryFiltersParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected thiscall to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicEntryFiltersParams defines parameters for RemoveNonPersistentTopicEntryFilters.

type RemoveNonPersistentTopicEntryFiltersResponse

type RemoveNonPersistentTopicEntryFiltersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicEntryFiltersResponse

func ParseRemoveNonPersistentTopicEntryFiltersResponse(rsp *http.Response) (*RemoveNonPersistentTopicEntryFiltersResponse, error)

ParseRemoveNonPersistentTopicEntryFiltersResponse parses an HTTP response from a RemoveNonPersistentTopicEntryFiltersWithResponse call

func (RemoveNonPersistentTopicEntryFiltersResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicEntryFiltersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicMaxConsumersParams

type RemoveNonPersistentTopicMaxConsumersParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicMaxConsumersParams defines parameters for RemoveNonPersistentTopicMaxConsumers.

type RemoveNonPersistentTopicMaxConsumersPerSubscriptionParams

type RemoveNonPersistentTopicMaxConsumersPerSubscriptionParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicMaxConsumersPerSubscriptionParams defines parameters for RemoveNonPersistentTopicMaxConsumersPerSubscription.

type RemoveNonPersistentTopicMaxConsumersPerSubscriptionResponse

type RemoveNonPersistentTopicMaxConsumersPerSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicMaxConsumersPerSubscriptionResponse

func ParseRemoveNonPersistentTopicMaxConsumersPerSubscriptionResponse(rsp *http.Response) (*RemoveNonPersistentTopicMaxConsumersPerSubscriptionResponse, error)

ParseRemoveNonPersistentTopicMaxConsumersPerSubscriptionResponse parses an HTTP response from a RemoveNonPersistentTopicMaxConsumersPerSubscriptionWithResponse call

func (RemoveNonPersistentTopicMaxConsumersPerSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicMaxConsumersPerSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicMaxConsumersResponse

type RemoveNonPersistentTopicMaxConsumersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicMaxConsumersResponse

func ParseRemoveNonPersistentTopicMaxConsumersResponse(rsp *http.Response) (*RemoveNonPersistentTopicMaxConsumersResponse, error)

ParseRemoveNonPersistentTopicMaxConsumersResponse parses an HTTP response from a RemoveNonPersistentTopicMaxConsumersWithResponse call

func (RemoveNonPersistentTopicMaxConsumersResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicMaxConsumersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicMaxMessageSizeParams

type RemoveNonPersistentTopicMaxMessageSizeParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicMaxMessageSizeParams defines parameters for RemoveNonPersistentTopicMaxMessageSize.

type RemoveNonPersistentTopicMaxMessageSizeResponse

type RemoveNonPersistentTopicMaxMessageSizeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicMaxMessageSizeResponse

func ParseRemoveNonPersistentTopicMaxMessageSizeResponse(rsp *http.Response) (*RemoveNonPersistentTopicMaxMessageSizeResponse, error)

ParseRemoveNonPersistentTopicMaxMessageSizeResponse parses an HTTP response from a RemoveNonPersistentTopicMaxMessageSizeWithResponse call

func (RemoveNonPersistentTopicMaxMessageSizeResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicMaxMessageSizeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicMaxProducersParams

type RemoveNonPersistentTopicMaxProducersParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicMaxProducersParams defines parameters for RemoveNonPersistentTopicMaxProducers.

type RemoveNonPersistentTopicMaxProducersResponse

type RemoveNonPersistentTopicMaxProducersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicMaxProducersResponse

func ParseRemoveNonPersistentTopicMaxProducersResponse(rsp *http.Response) (*RemoveNonPersistentTopicMaxProducersResponse, error)

ParseRemoveNonPersistentTopicMaxProducersResponse parses an HTTP response from a RemoveNonPersistentTopicMaxProducersWithResponse call

func (RemoveNonPersistentTopicMaxProducersResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicMaxProducersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicMaxSubscriptionsPerTopicParams

type RemoveNonPersistentTopicMaxSubscriptionsPerTopicParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicMaxSubscriptionsPerTopicParams defines parameters for RemoveNonPersistentTopicMaxSubscriptionsPerTopic.

type RemoveNonPersistentTopicMaxSubscriptionsPerTopicResponse

type RemoveNonPersistentTopicMaxSubscriptionsPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicMaxSubscriptionsPerTopicResponse

func ParseRemoveNonPersistentTopicMaxSubscriptionsPerTopicResponse(rsp *http.Response) (*RemoveNonPersistentTopicMaxSubscriptionsPerTopicResponse, error)

ParseRemoveNonPersistentTopicMaxSubscriptionsPerTopicResponse parses an HTTP response from a RemoveNonPersistentTopicMaxSubscriptionsPerTopicWithResponse call

func (RemoveNonPersistentTopicMaxSubscriptionsPerTopicResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicMaxSubscriptionsPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicMessageTTLParams

type RemoveNonPersistentTopicMessageTTLParams struct {
	// IsGlobal Whether leader broker redirected this call to this broker. For internal use.
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicMessageTTLParams defines parameters for RemoveNonPersistentTopicMessageTTL.

type RemoveNonPersistentTopicMessageTTLResponse

type RemoveNonPersistentTopicMessageTTLResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicMessageTTLResponse

func ParseRemoveNonPersistentTopicMessageTTLResponse(rsp *http.Response) (*RemoveNonPersistentTopicMessageTTLResponse, error)

ParseRemoveNonPersistentTopicMessageTTLResponse parses an HTTP response from a RemoveNonPersistentTopicMessageTTLWithResponse call

func (RemoveNonPersistentTopicMessageTTLResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicMessageTTLResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicOffloadPoliciesParams

type RemoveNonPersistentTopicOffloadPoliciesParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicOffloadPoliciesParams defines parameters for RemoveNonPersistentTopicOffloadPolicies.

type RemoveNonPersistentTopicOffloadPoliciesResponse

type RemoveNonPersistentTopicOffloadPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicOffloadPoliciesResponse

func ParseRemoveNonPersistentTopicOffloadPoliciesResponse(rsp *http.Response) (*RemoveNonPersistentTopicOffloadPoliciesResponse, error)

ParseRemoveNonPersistentTopicOffloadPoliciesResponse parses an HTTP response from a RemoveNonPersistentTopicOffloadPoliciesWithResponse call

func (RemoveNonPersistentTopicOffloadPoliciesResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicOffloadPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicPersistenceParams

type RemoveNonPersistentTopicPersistenceParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicPersistenceParams defines parameters for RemoveNonPersistentTopicPersistence.

type RemoveNonPersistentTopicPersistenceResponse

type RemoveNonPersistentTopicPersistenceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicPersistenceResponse

func ParseRemoveNonPersistentTopicPersistenceResponse(rsp *http.Response) (*RemoveNonPersistentTopicPersistenceResponse, error)

ParseRemoveNonPersistentTopicPersistenceResponse parses an HTTP response from a RemoveNonPersistentTopicPersistenceWithResponse call

func (RemoveNonPersistentTopicPersistenceResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicPersistenceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicPropertiesParams

type RemoveNonPersistentTopicPropertiesParams struct {
	Key           *string `form:"key,omitempty" json:"key,omitempty"`
	Authoritative *bool   `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicPropertiesParams defines parameters for RemoveNonPersistentTopicProperties.

type RemoveNonPersistentTopicPropertiesResponse

type RemoveNonPersistentTopicPropertiesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicPropertiesResponse

func ParseRemoveNonPersistentTopicPropertiesResponse(rsp *http.Response) (*RemoveNonPersistentTopicPropertiesResponse, error)

ParseRemoveNonPersistentTopicPropertiesResponse parses an HTTP response from a RemoveNonPersistentTopicPropertiesWithResponse call

func (RemoveNonPersistentTopicPropertiesResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicPropertiesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicPublishRateParams

type RemoveNonPersistentTopicPublishRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicPublishRateParams defines parameters for RemoveNonPersistentTopicPublishRate.

type RemoveNonPersistentTopicPublishRateResponse

type RemoveNonPersistentTopicPublishRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicPublishRateResponse

func ParseRemoveNonPersistentTopicPublishRateResponse(rsp *http.Response) (*RemoveNonPersistentTopicPublishRateResponse, error)

ParseRemoveNonPersistentTopicPublishRateResponse parses an HTTP response from a RemoveNonPersistentTopicPublishRateWithResponse call

func (RemoveNonPersistentTopicPublishRateResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicPublishRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicReplicationClustersParams

type RemoveNonPersistentTopicReplicationClustersParams struct {
	BacklogQuotaType *RemoveNonPersistentTopicReplicationClustersParamsBacklogQuotaType `form:"backlogQuotaType,omitempty" json:"backlogQuotaType,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicReplicationClustersParams defines parameters for RemoveNonPersistentTopicReplicationClusters.

type RemoveNonPersistentTopicReplicationClustersParamsBacklogQuotaType

type RemoveNonPersistentTopicReplicationClustersParamsBacklogQuotaType string

RemoveNonPersistentTopicReplicationClustersParamsBacklogQuotaType defines parameters for RemoveNonPersistentTopicReplicationClusters.

const (
	RemoveNonPersistentTopicReplicationClustersParamsBacklogQuotaTypeDestinationStorage RemoveNonPersistentTopicReplicationClustersParamsBacklogQuotaType = "destination_storage"
	RemoveNonPersistentTopicReplicationClustersParamsBacklogQuotaTypeMessageAge         RemoveNonPersistentTopicReplicationClustersParamsBacklogQuotaType = "message_age"
)

Defines values for RemoveNonPersistentTopicReplicationClustersParamsBacklogQuotaType.

type RemoveNonPersistentTopicReplicationClustersResponse

type RemoveNonPersistentTopicReplicationClustersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicReplicationClustersResponse

func ParseRemoveNonPersistentTopicReplicationClustersResponse(rsp *http.Response) (*RemoveNonPersistentTopicReplicationClustersResponse, error)

ParseRemoveNonPersistentTopicReplicationClustersResponse parses an HTTP response from a RemoveNonPersistentTopicReplicationClustersWithResponse call

func (RemoveNonPersistentTopicReplicationClustersResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicReplicationClustersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicReplicatorDispatchRateParams

type RemoveNonPersistentTopicReplicatorDispatchRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicReplicatorDispatchRateParams defines parameters for RemoveNonPersistentTopicReplicatorDispatchRate.

type RemoveNonPersistentTopicReplicatorDispatchRateResponse

type RemoveNonPersistentTopicReplicatorDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicReplicatorDispatchRateResponse

func ParseRemoveNonPersistentTopicReplicatorDispatchRateResponse(rsp *http.Response) (*RemoveNonPersistentTopicReplicatorDispatchRateResponse, error)

ParseRemoveNonPersistentTopicReplicatorDispatchRateResponse parses an HTTP response from a RemoveNonPersistentTopicReplicatorDispatchRateWithResponse call

func (RemoveNonPersistentTopicReplicatorDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicReplicatorDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicRetentionParams

type RemoveNonPersistentTopicRetentionParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicRetentionParams defines parameters for RemoveNonPersistentTopicRetention.

type RemoveNonPersistentTopicRetentionResponse

type RemoveNonPersistentTopicRetentionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicRetentionResponse

func ParseRemoveNonPersistentTopicRetentionResponse(rsp *http.Response) (*RemoveNonPersistentTopicRetentionResponse, error)

ParseRemoveNonPersistentTopicRetentionResponse parses an HTTP response from a RemoveNonPersistentTopicRetentionWithResponse call

func (RemoveNonPersistentTopicRetentionResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicRetentionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicSchemaCompatibilityStrategyParams

type RemoveNonPersistentTopicSchemaCompatibilityStrategyParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicSchemaCompatibilityStrategyParams defines parameters for RemoveNonPersistentTopicSchemaCompatibilityStrategy.

type RemoveNonPersistentTopicSchemaCompatibilityStrategyResponse

type RemoveNonPersistentTopicSchemaCompatibilityStrategyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicSchemaCompatibilityStrategyResponse

func ParseRemoveNonPersistentTopicSchemaCompatibilityStrategyResponse(rsp *http.Response) (*RemoveNonPersistentTopicSchemaCompatibilityStrategyResponse, error)

ParseRemoveNonPersistentTopicSchemaCompatibilityStrategyResponse parses an HTTP response from a RemoveNonPersistentTopicSchemaCompatibilityStrategyWithResponse call

func (RemoveNonPersistentTopicSchemaCompatibilityStrategyResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicSchemaCompatibilityStrategyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicSubscribeRateParams

type RemoveNonPersistentTopicSubscribeRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicSubscribeRateParams defines parameters for RemoveNonPersistentTopicSubscribeRate.

type RemoveNonPersistentTopicSubscribeRateResponse

type RemoveNonPersistentTopicSubscribeRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicSubscribeRateResponse

func ParseRemoveNonPersistentTopicSubscribeRateResponse(rsp *http.Response) (*RemoveNonPersistentTopicSubscribeRateResponse, error)

ParseRemoveNonPersistentTopicSubscribeRateResponse parses an HTTP response from a RemoveNonPersistentTopicSubscribeRateWithResponse call

func (RemoveNonPersistentTopicSubscribeRateResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicSubscribeRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicSubscriptionDispatchRateParams

type RemoveNonPersistentTopicSubscriptionDispatchRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicSubscriptionDispatchRateParams defines parameters for RemoveNonPersistentTopicSubscriptionDispatchRate.

type RemoveNonPersistentTopicSubscriptionDispatchRateResponse

type RemoveNonPersistentTopicSubscriptionDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicSubscriptionDispatchRateResponse

func ParseRemoveNonPersistentTopicSubscriptionDispatchRateResponse(rsp *http.Response) (*RemoveNonPersistentTopicSubscriptionDispatchRateResponse, error)

ParseRemoveNonPersistentTopicSubscriptionDispatchRateResponse parses an HTTP response from a RemoveNonPersistentTopicSubscriptionDispatchRateWithResponse call

func (RemoveNonPersistentTopicSubscriptionDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicSubscriptionDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicSubscriptionLevelDispatchRateParams

type RemoveNonPersistentTopicSubscriptionLevelDispatchRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicSubscriptionLevelDispatchRateParams defines parameters for RemoveNonPersistentTopicSubscriptionLevelDispatchRate.

type RemoveNonPersistentTopicSubscriptionLevelDispatchRateResponse

type RemoveNonPersistentTopicSubscriptionLevelDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicSubscriptionLevelDispatchRateResponse

func ParseRemoveNonPersistentTopicSubscriptionLevelDispatchRateResponse(rsp *http.Response) (*RemoveNonPersistentTopicSubscriptionLevelDispatchRateResponse, error)

ParseRemoveNonPersistentTopicSubscriptionLevelDispatchRateResponse parses an HTTP response from a RemoveNonPersistentTopicSubscriptionLevelDispatchRateWithResponse call

func (RemoveNonPersistentTopicSubscriptionLevelDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicSubscriptionLevelDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemoveNonPersistentTopicSubscriptionTypesEnabledParams

type RemoveNonPersistentTopicSubscriptionTypesEnabledParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemoveNonPersistentTopicSubscriptionTypesEnabledParams defines parameters for RemoveNonPersistentTopicSubscriptionTypesEnabled.

type RemoveNonPersistentTopicSubscriptionTypesEnabledResponse

type RemoveNonPersistentTopicSubscriptionTypesEnabledResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveNonPersistentTopicSubscriptionTypesEnabledResponse

func ParseRemoveNonPersistentTopicSubscriptionTypesEnabledResponse(rsp *http.Response) (*RemoveNonPersistentTopicSubscriptionTypesEnabledResponse, error)

ParseRemoveNonPersistentTopicSubscriptionTypesEnabledResponse parses an HTTP response from a RemoveNonPersistentTopicSubscriptionTypesEnabledWithResponse call

func (RemoveNonPersistentTopicSubscriptionTypesEnabledResponse) Status

Status returns HTTPResponse.Status

func (RemoveNonPersistentTopicSubscriptionTypesEnabledResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicBacklogQuotaParams

type RemovePersistentTopicBacklogQuotaParams struct {
	BacklogQuotaType *RemovePersistentTopicBacklogQuotaParamsBacklogQuotaType `form:"backlogQuotaType,omitempty" json:"backlogQuotaType,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

RemovePersistentTopicBacklogQuotaParams defines parameters for RemovePersistentTopicBacklogQuota.

type RemovePersistentTopicBacklogQuotaParamsBacklogQuotaType

type RemovePersistentTopicBacklogQuotaParamsBacklogQuotaType string

RemovePersistentTopicBacklogQuotaParamsBacklogQuotaType defines parameters for RemovePersistentTopicBacklogQuota.

const (
	RemovePersistentTopicBacklogQuotaParamsBacklogQuotaTypeDestinationStorage RemovePersistentTopicBacklogQuotaParamsBacklogQuotaType = "destination_storage"
	RemovePersistentTopicBacklogQuotaParamsBacklogQuotaTypeMessageAge         RemovePersistentTopicBacklogQuotaParamsBacklogQuotaType = "message_age"
)

Defines values for RemovePersistentTopicBacklogQuotaParamsBacklogQuotaType.

type RemovePersistentTopicBacklogQuotaResponse

type RemovePersistentTopicBacklogQuotaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicBacklogQuotaResponse

func ParseRemovePersistentTopicBacklogQuotaResponse(rsp *http.Response) (*RemovePersistentTopicBacklogQuotaResponse, error)

ParseRemovePersistentTopicBacklogQuotaResponse parses an HTTP response from a RemovePersistentTopicBacklogQuotaWithResponse call

func (RemovePersistentTopicBacklogQuotaResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicBacklogQuotaResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicCompactionThresholdParams

type RemovePersistentTopicCompactionThresholdParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicCompactionThresholdParams defines parameters for RemovePersistentTopicCompactionThreshold.

type RemovePersistentTopicCompactionThresholdResponse

type RemovePersistentTopicCompactionThresholdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicCompactionThresholdResponse

func ParseRemovePersistentTopicCompactionThresholdResponse(rsp *http.Response) (*RemovePersistentTopicCompactionThresholdResponse, error)

ParseRemovePersistentTopicCompactionThresholdResponse parses an HTTP response from a RemovePersistentTopicCompactionThresholdWithResponse call

func (RemovePersistentTopicCompactionThresholdResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicCompactionThresholdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicDeduplicationParams

type RemovePersistentTopicDeduplicationParams struct {
	// IsGlobal Whether leader broker redirected this call to this broker. For internal use.
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicDeduplicationParams defines parameters for RemovePersistentTopicDeduplication.

type RemovePersistentTopicDeduplicationResponse

type RemovePersistentTopicDeduplicationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicDeduplicationResponse

func ParseRemovePersistentTopicDeduplicationResponse(rsp *http.Response) (*RemovePersistentTopicDeduplicationResponse, error)

ParseRemovePersistentTopicDeduplicationResponse parses an HTTP response from a RemovePersistentTopicDeduplicationWithResponse call

func (RemovePersistentTopicDeduplicationResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicDeduplicationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicDispatchRateParams

type RemovePersistentTopicDispatchRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicDispatchRateParams defines parameters for RemovePersistentTopicDispatchRate.

type RemovePersistentTopicDispatchRateResponse

type RemovePersistentTopicDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicDispatchRateResponse

func ParseRemovePersistentTopicDispatchRateResponse(rsp *http.Response) (*RemovePersistentTopicDispatchRateResponse, error)

ParseRemovePersistentTopicDispatchRateResponse parses an HTTP response from a RemovePersistentTopicDispatchRateWithResponse call

func (RemovePersistentTopicDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicEntryFiltersParams

type RemovePersistentTopicEntryFiltersParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected thiscall to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicEntryFiltersParams defines parameters for RemovePersistentTopicEntryFilters.

type RemovePersistentTopicEntryFiltersResponse

type RemovePersistentTopicEntryFiltersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicEntryFiltersResponse

func ParseRemovePersistentTopicEntryFiltersResponse(rsp *http.Response) (*RemovePersistentTopicEntryFiltersResponse, error)

ParseRemovePersistentTopicEntryFiltersResponse parses an HTTP response from a RemovePersistentTopicEntryFiltersWithResponse call

func (RemovePersistentTopicEntryFiltersResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicEntryFiltersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicMaxConsumersParams

type RemovePersistentTopicMaxConsumersParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicMaxConsumersParams defines parameters for RemovePersistentTopicMaxConsumers.

type RemovePersistentTopicMaxConsumersPerSubscriptionParams

type RemovePersistentTopicMaxConsumersPerSubscriptionParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicMaxConsumersPerSubscriptionParams defines parameters for RemovePersistentTopicMaxConsumersPerSubscription.

type RemovePersistentTopicMaxConsumersPerSubscriptionResponse

type RemovePersistentTopicMaxConsumersPerSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicMaxConsumersPerSubscriptionResponse

func ParseRemovePersistentTopicMaxConsumersPerSubscriptionResponse(rsp *http.Response) (*RemovePersistentTopicMaxConsumersPerSubscriptionResponse, error)

ParseRemovePersistentTopicMaxConsumersPerSubscriptionResponse parses an HTTP response from a RemovePersistentTopicMaxConsumersPerSubscriptionWithResponse call

func (RemovePersistentTopicMaxConsumersPerSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicMaxConsumersPerSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicMaxConsumersResponse

type RemovePersistentTopicMaxConsumersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicMaxConsumersResponse

func ParseRemovePersistentTopicMaxConsumersResponse(rsp *http.Response) (*RemovePersistentTopicMaxConsumersResponse, error)

ParseRemovePersistentTopicMaxConsumersResponse parses an HTTP response from a RemovePersistentTopicMaxConsumersWithResponse call

func (RemovePersistentTopicMaxConsumersResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicMaxConsumersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicMaxMessageSizeParams

type RemovePersistentTopicMaxMessageSizeParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicMaxMessageSizeParams defines parameters for RemovePersistentTopicMaxMessageSize.

type RemovePersistentTopicMaxMessageSizeResponse

type RemovePersistentTopicMaxMessageSizeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicMaxMessageSizeResponse

func ParseRemovePersistentTopicMaxMessageSizeResponse(rsp *http.Response) (*RemovePersistentTopicMaxMessageSizeResponse, error)

ParseRemovePersistentTopicMaxMessageSizeResponse parses an HTTP response from a RemovePersistentTopicMaxMessageSizeWithResponse call

func (RemovePersistentTopicMaxMessageSizeResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicMaxMessageSizeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicMaxProducersParams

type RemovePersistentTopicMaxProducersParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicMaxProducersParams defines parameters for RemovePersistentTopicMaxProducers.

type RemovePersistentTopicMaxProducersResponse

type RemovePersistentTopicMaxProducersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicMaxProducersResponse

func ParseRemovePersistentTopicMaxProducersResponse(rsp *http.Response) (*RemovePersistentTopicMaxProducersResponse, error)

ParseRemovePersistentTopicMaxProducersResponse parses an HTTP response from a RemovePersistentTopicMaxProducersWithResponse call

func (RemovePersistentTopicMaxProducersResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicMaxProducersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicMaxSubscriptionsPerTopicParams

type RemovePersistentTopicMaxSubscriptionsPerTopicParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicMaxSubscriptionsPerTopicParams defines parameters for RemovePersistentTopicMaxSubscriptionsPerTopic.

type RemovePersistentTopicMaxSubscriptionsPerTopicResponse

type RemovePersistentTopicMaxSubscriptionsPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicMaxSubscriptionsPerTopicResponse

func ParseRemovePersistentTopicMaxSubscriptionsPerTopicResponse(rsp *http.Response) (*RemovePersistentTopicMaxSubscriptionsPerTopicResponse, error)

ParseRemovePersistentTopicMaxSubscriptionsPerTopicResponse parses an HTTP response from a RemovePersistentTopicMaxSubscriptionsPerTopicWithResponse call

func (RemovePersistentTopicMaxSubscriptionsPerTopicResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicMaxSubscriptionsPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicMessageTTLParams

type RemovePersistentTopicMessageTTLParams struct {
	// IsGlobal Whether leader broker redirected this call to this broker. For internal use.
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicMessageTTLParams defines parameters for RemovePersistentTopicMessageTTL.

type RemovePersistentTopicMessageTTLResponse

type RemovePersistentTopicMessageTTLResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicMessageTTLResponse

func ParseRemovePersistentTopicMessageTTLResponse(rsp *http.Response) (*RemovePersistentTopicMessageTTLResponse, error)

ParseRemovePersistentTopicMessageTTLResponse parses an HTTP response from a RemovePersistentTopicMessageTTLWithResponse call

func (RemovePersistentTopicMessageTTLResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicMessageTTLResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicOffloadPoliciesParams

type RemovePersistentTopicOffloadPoliciesParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicOffloadPoliciesParams defines parameters for RemovePersistentTopicOffloadPolicies.

type RemovePersistentTopicOffloadPoliciesResponse

type RemovePersistentTopicOffloadPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicOffloadPoliciesResponse

func ParseRemovePersistentTopicOffloadPoliciesResponse(rsp *http.Response) (*RemovePersistentTopicOffloadPoliciesResponse, error)

ParseRemovePersistentTopicOffloadPoliciesResponse parses an HTTP response from a RemovePersistentTopicOffloadPoliciesWithResponse call

func (RemovePersistentTopicOffloadPoliciesResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicOffloadPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicPersistenceParams

type RemovePersistentTopicPersistenceParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicPersistenceParams defines parameters for RemovePersistentTopicPersistence.

type RemovePersistentTopicPersistenceResponse

type RemovePersistentTopicPersistenceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicPersistenceResponse

func ParseRemovePersistentTopicPersistenceResponse(rsp *http.Response) (*RemovePersistentTopicPersistenceResponse, error)

ParseRemovePersistentTopicPersistenceResponse parses an HTTP response from a RemovePersistentTopicPersistenceWithResponse call

func (RemovePersistentTopicPersistenceResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicPersistenceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicPropertiesParams

type RemovePersistentTopicPropertiesParams struct {
	Key           *string `form:"key,omitempty" json:"key,omitempty"`
	Authoritative *bool   `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicPropertiesParams defines parameters for RemovePersistentTopicProperties.

type RemovePersistentTopicPropertiesResponse

type RemovePersistentTopicPropertiesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicPropertiesResponse

func ParseRemovePersistentTopicPropertiesResponse(rsp *http.Response) (*RemovePersistentTopicPropertiesResponse, error)

ParseRemovePersistentTopicPropertiesResponse parses an HTTP response from a RemovePersistentTopicPropertiesWithResponse call

func (RemovePersistentTopicPropertiesResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicPropertiesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicPublishRateParams

type RemovePersistentTopicPublishRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicPublishRateParams defines parameters for RemovePersistentTopicPublishRate.

type RemovePersistentTopicPublishRateResponse

type RemovePersistentTopicPublishRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicPublishRateResponse

func ParseRemovePersistentTopicPublishRateResponse(rsp *http.Response) (*RemovePersistentTopicPublishRateResponse, error)

ParseRemovePersistentTopicPublishRateResponse parses an HTTP response from a RemovePersistentTopicPublishRateWithResponse call

func (RemovePersistentTopicPublishRateResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicPublishRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicReplicationClustersParams

type RemovePersistentTopicReplicationClustersParams struct {
	BacklogQuotaType *RemovePersistentTopicReplicationClustersParamsBacklogQuotaType `form:"backlogQuotaType,omitempty" json:"backlogQuotaType,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicReplicationClustersParams defines parameters for RemovePersistentTopicReplicationClusters.

type RemovePersistentTopicReplicationClustersParamsBacklogQuotaType

type RemovePersistentTopicReplicationClustersParamsBacklogQuotaType string

RemovePersistentTopicReplicationClustersParamsBacklogQuotaType defines parameters for RemovePersistentTopicReplicationClusters.

const (
	RemovePersistentTopicReplicationClustersParamsBacklogQuotaTypeDestinationStorage RemovePersistentTopicReplicationClustersParamsBacklogQuotaType = "destination_storage"
	RemovePersistentTopicReplicationClustersParamsBacklogQuotaTypeMessageAge         RemovePersistentTopicReplicationClustersParamsBacklogQuotaType = "message_age"
)

Defines values for RemovePersistentTopicReplicationClustersParamsBacklogQuotaType.

type RemovePersistentTopicReplicationClustersResponse

type RemovePersistentTopicReplicationClustersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicReplicationClustersResponse

func ParseRemovePersistentTopicReplicationClustersResponse(rsp *http.Response) (*RemovePersistentTopicReplicationClustersResponse, error)

ParseRemovePersistentTopicReplicationClustersResponse parses an HTTP response from a RemovePersistentTopicReplicationClustersWithResponse call

func (RemovePersistentTopicReplicationClustersResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicReplicationClustersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicReplicatorDispatchRateParams

type RemovePersistentTopicReplicatorDispatchRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicReplicatorDispatchRateParams defines parameters for RemovePersistentTopicReplicatorDispatchRate.

type RemovePersistentTopicReplicatorDispatchRateResponse

type RemovePersistentTopicReplicatorDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicReplicatorDispatchRateResponse

func ParseRemovePersistentTopicReplicatorDispatchRateResponse(rsp *http.Response) (*RemovePersistentTopicReplicatorDispatchRateResponse, error)

ParseRemovePersistentTopicReplicatorDispatchRateResponse parses an HTTP response from a RemovePersistentTopicReplicatorDispatchRateWithResponse call

func (RemovePersistentTopicReplicatorDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicReplicatorDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicRetentionParams

type RemovePersistentTopicRetentionParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicRetentionParams defines parameters for RemovePersistentTopicRetention.

type RemovePersistentTopicRetentionResponse

type RemovePersistentTopicRetentionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicRetentionResponse

func ParseRemovePersistentTopicRetentionResponse(rsp *http.Response) (*RemovePersistentTopicRetentionResponse, error)

ParseRemovePersistentTopicRetentionResponse parses an HTTP response from a RemovePersistentTopicRetentionWithResponse call

func (RemovePersistentTopicRetentionResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicRetentionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicSchemaCompatibilityStrategyParams

type RemovePersistentTopicSchemaCompatibilityStrategyParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicSchemaCompatibilityStrategyParams defines parameters for RemovePersistentTopicSchemaCompatibilityStrategy.

type RemovePersistentTopicSchemaCompatibilityStrategyResponse

type RemovePersistentTopicSchemaCompatibilityStrategyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicSchemaCompatibilityStrategyResponse

func ParseRemovePersistentTopicSchemaCompatibilityStrategyResponse(rsp *http.Response) (*RemovePersistentTopicSchemaCompatibilityStrategyResponse, error)

ParseRemovePersistentTopicSchemaCompatibilityStrategyResponse parses an HTTP response from a RemovePersistentTopicSchemaCompatibilityStrategyWithResponse call

func (RemovePersistentTopicSchemaCompatibilityStrategyResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicSchemaCompatibilityStrategyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicSubscribeRateParams

type RemovePersistentTopicSubscribeRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicSubscribeRateParams defines parameters for RemovePersistentTopicSubscribeRate.

type RemovePersistentTopicSubscribeRateResponse

type RemovePersistentTopicSubscribeRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicSubscribeRateResponse

func ParseRemovePersistentTopicSubscribeRateResponse(rsp *http.Response) (*RemovePersistentTopicSubscribeRateResponse, error)

ParseRemovePersistentTopicSubscribeRateResponse parses an HTTP response from a RemovePersistentTopicSubscribeRateWithResponse call

func (RemovePersistentTopicSubscribeRateResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicSubscribeRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicSubscriptionDispatchRateParams

type RemovePersistentTopicSubscriptionDispatchRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicSubscriptionDispatchRateParams defines parameters for RemovePersistentTopicSubscriptionDispatchRate.

type RemovePersistentTopicSubscriptionDispatchRateResponse

type RemovePersistentTopicSubscriptionDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicSubscriptionDispatchRateResponse

func ParseRemovePersistentTopicSubscriptionDispatchRateResponse(rsp *http.Response) (*RemovePersistentTopicSubscriptionDispatchRateResponse, error)

ParseRemovePersistentTopicSubscriptionDispatchRateResponse parses an HTTP response from a RemovePersistentTopicSubscriptionDispatchRateWithResponse call

func (RemovePersistentTopicSubscriptionDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicSubscriptionDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicSubscriptionLevelDispatchRateParams

type RemovePersistentTopicSubscriptionLevelDispatchRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicSubscriptionLevelDispatchRateParams defines parameters for RemovePersistentTopicSubscriptionLevelDispatchRate.

type RemovePersistentTopicSubscriptionLevelDispatchRateResponse

type RemovePersistentTopicSubscriptionLevelDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicSubscriptionLevelDispatchRateResponse

func ParseRemovePersistentTopicSubscriptionLevelDispatchRateResponse(rsp *http.Response) (*RemovePersistentTopicSubscriptionLevelDispatchRateResponse, error)

ParseRemovePersistentTopicSubscriptionLevelDispatchRateResponse parses an HTTP response from a RemovePersistentTopicSubscriptionLevelDispatchRateWithResponse call

func (RemovePersistentTopicSubscriptionLevelDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicSubscriptionLevelDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePersistentTopicSubscriptionTypesEnabledParams

type RemovePersistentTopicSubscriptionTypesEnabledParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

RemovePersistentTopicSubscriptionTypesEnabledParams defines parameters for RemovePersistentTopicSubscriptionTypesEnabled.

type RemovePersistentTopicSubscriptionTypesEnabledResponse

type RemovePersistentTopicSubscriptionTypesEnabledResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePersistentTopicSubscriptionTypesEnabledResponse

func ParseRemovePersistentTopicSubscriptionTypesEnabledResponse(rsp *http.Response) (*RemovePersistentTopicSubscriptionTypesEnabledResponse, error)

ParseRemovePersistentTopicSubscriptionTypesEnabledResponse parses an HTTP response from a RemovePersistentTopicSubscriptionTypesEnabledWithResponse call

func (RemovePersistentTopicSubscriptionTypesEnabledResponse) Status

Status returns HTTPResponse.Status

func (RemovePersistentTopicSubscriptionTypesEnabledResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RemovePropertyResponse

type RemovePropertyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemovePropertyResponse

func ParseRemovePropertyResponse(rsp *http.Response) (*RemovePropertyResponse, error)

ParseRemovePropertyResponse parses an HTTP response from a RemovePropertyWithResponse call

func (RemovePropertyResponse) Status

func (r RemovePropertyResponse) Status() string

Status returns HTTPResponse.Status

func (RemovePropertyResponse) StatusCode

func (r RemovePropertyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RemoveSubscriptionExpirationTimeResponse

type RemoveSubscriptionExpirationTimeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRemoveSubscriptionExpirationTimeResponse

func ParseRemoveSubscriptionExpirationTimeResponse(rsp *http.Response) (*RemoveSubscriptionExpirationTimeResponse, error)

ParseRemoveSubscriptionExpirationTimeResponse parses an HTTP response from a RemoveSubscriptionExpirationTimeWithResponse call

func (RemoveSubscriptionExpirationTimeResponse) Status

Status returns HTTPResponse.Status

func (RemoveSubscriptionExpirationTimeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RequestEditorFn

type RequestEditorFn func(ctx context.Context, req *http.Request) error

RequestEditorFn is the function signature for the RequestEditor callback function

type ResetCursorData

type ResetCursorData struct {
	BatchIndex     *int32             `json:"batchIndex,omitempty"`
	EntryId        *int64             `json:"entryId,omitempty"`
	Excluded       *bool              `json:"excluded,omitempty"`
	LedgerId       *int64             `json:"ledgerId,omitempty"`
	PartitionIndex *int32             `json:"partitionIndex,omitempty"`
	Properties     *map[string]string `json:"properties,omitempty"`
}

ResetCursorData defines model for ResetCursorData.

type ResetNonPersistentTopicCursorOnPositionParams

type ResetNonPersistentTopicCursorOnPositionParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ResetNonPersistentTopicCursorOnPositionParams defines parameters for ResetNonPersistentTopicCursorOnPosition.

type ResetNonPersistentTopicCursorOnPositionResponse

type ResetNonPersistentTopicCursorOnPositionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseResetNonPersistentTopicCursorOnPositionResponse

func ParseResetNonPersistentTopicCursorOnPositionResponse(rsp *http.Response) (*ResetNonPersistentTopicCursorOnPositionResponse, error)

ParseResetNonPersistentTopicCursorOnPositionResponse parses an HTTP response from a ResetNonPersistentTopicCursorOnPositionWithResponse call

func (ResetNonPersistentTopicCursorOnPositionResponse) Status

Status returns HTTPResponse.Status

func (ResetNonPersistentTopicCursorOnPositionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ResetNonPersistentTopicCursorParams

type ResetNonPersistentTopicCursorParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ResetNonPersistentTopicCursorParams defines parameters for ResetNonPersistentTopicCursor.

type ResetNonPersistentTopicCursorResponse

type ResetNonPersistentTopicCursorResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseResetNonPersistentTopicCursorResponse

func ParseResetNonPersistentTopicCursorResponse(rsp *http.Response) (*ResetNonPersistentTopicCursorResponse, error)

ParseResetNonPersistentTopicCursorResponse parses an HTTP response from a ResetNonPersistentTopicCursorWithResponse call

func (ResetNonPersistentTopicCursorResponse) Status

Status returns HTTPResponse.Status

func (ResetNonPersistentTopicCursorResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ResetPersistentTopicCursorOnPositionParams

type ResetPersistentTopicCursorOnPositionParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ResetPersistentTopicCursorOnPositionParams defines parameters for ResetPersistentTopicCursorOnPosition.

type ResetPersistentTopicCursorOnPositionResponse

type ResetPersistentTopicCursorOnPositionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseResetPersistentTopicCursorOnPositionResponse

func ParseResetPersistentTopicCursorOnPositionResponse(rsp *http.Response) (*ResetPersistentTopicCursorOnPositionResponse, error)

ParseResetPersistentTopicCursorOnPositionResponse parses an HTTP response from a ResetPersistentTopicCursorOnPositionWithResponse call

func (ResetPersistentTopicCursorOnPositionResponse) Status

Status returns HTTPResponse.Status

func (ResetPersistentTopicCursorOnPositionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ResetPersistentTopicCursorParams

type ResetPersistentTopicCursorParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

ResetPersistentTopicCursorParams defines parameters for ResetPersistentTopicCursor.

type ResetPersistentTopicCursorResponse

type ResetPersistentTopicCursorResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseResetPersistentTopicCursorResponse

func ParseResetPersistentTopicCursorResponse(rsp *http.Response) (*ResetPersistentTopicCursorResponse, error)

ParseResetPersistentTopicCursorResponse parses an HTTP response from a ResetPersistentTopicCursorWithResponse call

func (ResetPersistentTopicCursorResponse) Status

Status returns HTTPResponse.Status

func (ResetPersistentTopicCursorResponse) StatusCode

func (r ResetPersistentTopicCursorResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ResourceDescription

type ResourceDescription struct {
	ResourceUsage *map[string]ResourceUsage `json:"resourceUsage,omitempty"`
	UsagePct      *int32                    `json:"usagePct,omitempty"`
}

ResourceDescription defines model for ResourceDescription.

type ResourceGroup

type ResourceGroup struct {
	DispatchRateInBytes *int64 `json:"dispatchRateInBytes,omitempty"`
	DispatchRateInMsgs  *int32 `json:"dispatchRateInMsgs,omitempty"`
	PublishRateInBytes  *int64 `json:"publishRateInBytes,omitempty"`
	PublishRateInMsgs   *int32 `json:"publishRateInMsgs,omitempty"`
}

ResourceGroup defines model for ResourceGroup.

type ResourceQuota

type ResourceQuota struct {
	BandwidthIn  *float64 `json:"bandwidthIn,omitempty"`
	BandwidthOut *float64 `json:"bandwidthOut,omitempty"`
	Dynamic      *bool    `json:"dynamic,omitempty"`
	Memory       *float64 `json:"memory,omitempty"`
	MsgRateIn    *float64 `json:"msgRateIn,omitempty"`
	MsgRateOut   *float64 `json:"msgRateOut,omitempty"`
}

ResourceQuota defines model for ResourceQuota.

type ResourceUnit

type ResourceUnit struct {
	AvailableResource *ResourceDescription `json:"availableResource,omitempty"`
	ResourceId        *string              `json:"resourceId,omitempty"`
}

ResourceUnit defines model for ResourceUnit.

type ResourceUsage

type ResourceUsage struct {
	Limit *float64 `json:"limit,omitempty"`
	Usage *float64 `json:"usage,omitempty"`
}

ResourceUsage defines model for ResourceUsage.

type RetentionPolicies

type RetentionPolicies struct {
	RetentionSizeInMB      *int64 `json:"retentionSizeInMB,omitempty"`
	RetentionTimeInMinutes *int32 `json:"retentionTimeInMinutes,omitempty"`
}

RetentionPolicies defines model for RetentionPolicies.

type RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicResponse

type RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicResponse

func ParseRevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicResponse(rsp *http.Response) (*RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicResponse, error)

ParseRevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicResponse parses an HTTP response from a RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicWithResponse call

func (RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicResponse) Status

Status returns HTTPResponse.Status

func (RevokeNonPersistentTopicNonPersistentTopicPermissionsOnTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RevokePermissionsOnNamespaceResponse

type RevokePermissionsOnNamespaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRevokePermissionsOnNamespaceResponse

func ParseRevokePermissionsOnNamespaceResponse(rsp *http.Response) (*RevokePermissionsOnNamespaceResponse, error)

ParseRevokePermissionsOnNamespaceResponse parses an HTTP response from a RevokePermissionsOnNamespaceWithResponse call

func (RevokePermissionsOnNamespaceResponse) Status

Status returns HTTPResponse.Status

func (RevokePermissionsOnNamespaceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type RevokePersistentTopicNonPersistentTopicPermissionsOnTopicResponse

type RevokePersistentTopicNonPersistentTopicPermissionsOnTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseRevokePersistentTopicNonPersistentTopicPermissionsOnTopicResponse

func ParseRevokePersistentTopicNonPersistentTopicPermissionsOnTopicResponse(rsp *http.Response) (*RevokePersistentTopicNonPersistentTopicPermissionsOnTopicResponse, error)

ParseRevokePersistentTopicNonPersistentTopicPermissionsOnTopicResponse parses an HTTP response from a RevokePersistentTopicNonPersistentTopicPermissionsOnTopicWithResponse call

func (RevokePersistentTopicNonPersistentTopicPermissionsOnTopicResponse) Status

Status returns HTTPResponse.Status

func (RevokePersistentTopicNonPersistentTopicPermissionsOnTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ScanOffloadedLedgersResponse

type ScanOffloadedLedgersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseScanOffloadedLedgersResponse

func ParseScanOffloadedLedgersResponse(rsp *http.Response) (*ScanOffloadedLedgersResponse, error)

ParseScanOffloadedLedgersResponse parses an HTTP response from a ScanOffloadedLedgersWithResponse call

func (ScanOffloadedLedgersResponse) Status

Status returns HTTPResponse.Status

func (ScanOffloadedLedgersResponse) StatusCode

func (r ScanOffloadedLedgersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SchemaVersion

type SchemaVersion = map[string]interface{}

SchemaVersion defines model for SchemaVersion.

type SetAutoSubscriptionCreationJSONRequestBody

type SetAutoSubscriptionCreationJSONRequestBody = AutoSubscriptionCreationOverride

SetAutoSubscriptionCreationJSONRequestBody defines body for SetAutoSubscriptionCreation for application/json ContentType.

type SetAutoSubscriptionCreationResponse

type SetAutoSubscriptionCreationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetAutoSubscriptionCreationResponse

func ParseSetAutoSubscriptionCreationResponse(rsp *http.Response) (*SetAutoSubscriptionCreationResponse, error)

ParseSetAutoSubscriptionCreationResponse parses an HTTP response from a SetAutoSubscriptionCreationWithResponse call

func (SetAutoSubscriptionCreationResponse) Status

Status returns HTTPResponse.Status

func (SetAutoSubscriptionCreationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetAutoTopicCreationJSONRequestBody

type SetAutoTopicCreationJSONRequestBody = AutoTopicCreationOverride

SetAutoTopicCreationJSONRequestBody defines body for SetAutoTopicCreation for application/json ContentType.

type SetAutoTopicCreationResponse

type SetAutoTopicCreationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetAutoTopicCreationResponse

func ParseSetAutoTopicCreationResponse(rsp *http.Response) (*SetAutoTopicCreationResponse, error)

ParseSetAutoTopicCreationResponse parses an HTTP response from a SetAutoTopicCreationWithResponse call

func (SetAutoTopicCreationResponse) Status

Status returns HTTPResponse.Status

func (SetAutoTopicCreationResponse) StatusCode

func (r SetAutoTopicCreationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetBookieAffinityGroupJSONRequestBody

type SetBookieAffinityGroupJSONRequestBody = BookieAffinityGroupData

SetBookieAffinityGroupJSONRequestBody defines body for SetBookieAffinityGroup for application/json ContentType.

type SetBookieAffinityGroupResponse

type SetBookieAffinityGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetBookieAffinityGroupResponse

func ParseSetBookieAffinityGroupResponse(rsp *http.Response) (*SetBookieAffinityGroupResponse, error)

ParseSetBookieAffinityGroupResponse parses an HTTP response from a SetBookieAffinityGroupWithResponse call

func (SetBookieAffinityGroupResponse) Status

Status returns HTTPResponse.Status

func (SetBookieAffinityGroupResponse) StatusCode

func (r SetBookieAffinityGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetDefaultResourceQuotaJSONRequestBody

type SetDefaultResourceQuotaJSONRequestBody = ResourceQuota

SetDefaultResourceQuotaJSONRequestBody defines body for SetDefaultResourceQuota for application/json ContentType.

type SetDefaultResourceQuotaResponse

type SetDefaultResourceQuotaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
}

func ParseSetDefaultResourceQuotaResponse

func ParseSetDefaultResourceQuotaResponse(rsp *http.Response) (*SetDefaultResourceQuotaResponse, error)

ParseSetDefaultResourceQuotaResponse parses an HTTP response from a SetDefaultResourceQuotaWithResponse call

func (SetDefaultResourceQuotaResponse) Status

Status returns HTTPResponse.Status

func (SetDefaultResourceQuotaResponse) StatusCode

func (r SetDefaultResourceQuotaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetEntryFiltersPerTopicJSONRequestBody

type SetEntryFiltersPerTopicJSONRequestBody = EntryFilters

SetEntryFiltersPerTopicJSONRequestBody defines body for SetEntryFiltersPerTopic for application/json ContentType.

type SetEntryFiltersPerTopicResponse

type SetEntryFiltersPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetEntryFiltersPerTopicResponse

func ParseSetEntryFiltersPerTopicResponse(rsp *http.Response) (*SetEntryFiltersPerTopicResponse, error)

ParseSetEntryFiltersPerTopicResponse parses an HTTP response from a SetEntryFiltersPerTopicWithResponse call

func (SetEntryFiltersPerTopicResponse) Status

Status returns HTTPResponse.Status

func (SetEntryFiltersPerTopicResponse) StatusCode

func (r SetEntryFiltersPerTopicResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetFailureDomainResponse

type SetFailureDomainResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetFailureDomainResponse

func ParseSetFailureDomainResponse(rsp *http.Response) (*SetFailureDomainResponse, error)

ParseSetFailureDomainResponse parses an HTTP response from a SetFailureDomainWithResponse call

func (SetFailureDomainResponse) Status

func (r SetFailureDomainResponse) Status() string

Status returns HTTPResponse.Status

func (SetFailureDomainResponse) StatusCode

func (r SetFailureDomainResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetIsAllowAutoUpdateSchemaJSONBody

type SetIsAllowAutoUpdateSchemaJSONBody = bool

SetIsAllowAutoUpdateSchemaJSONBody defines parameters for SetIsAllowAutoUpdateSchema.

type SetIsAllowAutoUpdateSchemaJSONRequestBody

type SetIsAllowAutoUpdateSchemaJSONRequestBody = SetIsAllowAutoUpdateSchemaJSONBody

SetIsAllowAutoUpdateSchemaJSONRequestBody defines body for SetIsAllowAutoUpdateSchema for application/json ContentType.

type SetIsAllowAutoUpdateSchemaResponse

type SetIsAllowAutoUpdateSchemaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetIsAllowAutoUpdateSchemaResponse

func ParseSetIsAllowAutoUpdateSchemaResponse(rsp *http.Response) (*SetIsAllowAutoUpdateSchemaResponse, error)

ParseSetIsAllowAutoUpdateSchemaResponse parses an HTTP response from a SetIsAllowAutoUpdateSchemaWithResponse call

func (SetIsAllowAutoUpdateSchemaResponse) Status

Status returns HTTPResponse.Status

func (SetIsAllowAutoUpdateSchemaResponse) StatusCode

func (r SetIsAllowAutoUpdateSchemaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceAntiAffinityGroupJSONBody

type SetNamespaceAntiAffinityGroupJSONBody = string

SetNamespaceAntiAffinityGroupJSONBody defines parameters for SetNamespaceAntiAffinityGroup.

type SetNamespaceAntiAffinityGroupJSONRequestBody

type SetNamespaceAntiAffinityGroupJSONRequestBody = SetNamespaceAntiAffinityGroupJSONBody

SetNamespaceAntiAffinityGroupJSONRequestBody defines body for SetNamespaceAntiAffinityGroup for application/json ContentType.

type SetNamespaceAntiAffinityGroupResponse

type SetNamespaceAntiAffinityGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceAntiAffinityGroupResponse

func ParseSetNamespaceAntiAffinityGroupResponse(rsp *http.Response) (*SetNamespaceAntiAffinityGroupResponse, error)

ParseSetNamespaceAntiAffinityGroupResponse parses an HTTP response from a SetNamespaceAntiAffinityGroupWithResponse call

func (SetNamespaceAntiAffinityGroupResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceAntiAffinityGroupResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceBacklogQuotaJSONRequestBody

type SetNamespaceBacklogQuotaJSONRequestBody = BacklogQuota

SetNamespaceBacklogQuotaJSONRequestBody defines body for SetNamespaceBacklogQuota for application/json ContentType.

type SetNamespaceBacklogQuotaParams

type SetNamespaceBacklogQuotaParams struct {
	BacklogQuotaType *SetNamespaceBacklogQuotaParamsBacklogQuotaType `form:"backlogQuotaType,omitempty" json:"backlogQuotaType,omitempty"`
}

SetNamespaceBacklogQuotaParams defines parameters for SetNamespaceBacklogQuota.

type SetNamespaceBacklogQuotaParamsBacklogQuotaType

type SetNamespaceBacklogQuotaParamsBacklogQuotaType string

SetNamespaceBacklogQuotaParamsBacklogQuotaType defines parameters for SetNamespaceBacklogQuota.

const (
	SetNamespaceBacklogQuotaParamsBacklogQuotaTypeDestinationStorage SetNamespaceBacklogQuotaParamsBacklogQuotaType = "destination_storage"
	SetNamespaceBacklogQuotaParamsBacklogQuotaTypeMessageAge         SetNamespaceBacklogQuotaParamsBacklogQuotaType = "message_age"
)

Defines values for SetNamespaceBacklogQuotaParamsBacklogQuotaType.

type SetNamespaceBacklogQuotaResponse

type SetNamespaceBacklogQuotaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceBacklogQuotaResponse

func ParseSetNamespaceBacklogQuotaResponse(rsp *http.Response) (*SetNamespaceBacklogQuotaResponse, error)

ParseSetNamespaceBacklogQuotaResponse parses an HTTP response from a SetNamespaceBacklogQuotaWithResponse call

func (SetNamespaceBacklogQuotaResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceBacklogQuotaResponse) StatusCode

func (r SetNamespaceBacklogQuotaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceBundleResourceQuotaJSONRequestBody

type SetNamespaceBundleResourceQuotaJSONRequestBody = ResourceQuota

SetNamespaceBundleResourceQuotaJSONRequestBody defines body for SetNamespaceBundleResourceQuota for application/json ContentType.

type SetNamespaceBundleResourceQuotaResponse

type SetNamespaceBundleResourceQuotaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceBundleResourceQuotaResponse

func ParseSetNamespaceBundleResourceQuotaResponse(rsp *http.Response) (*SetNamespaceBundleResourceQuotaResponse, error)

ParseSetNamespaceBundleResourceQuotaResponse parses an HTTP response from a SetNamespaceBundleResourceQuotaWithResponse call

func (SetNamespaceBundleResourceQuotaResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceBundleResourceQuotaResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceCompactionThresholdJSONBody

type SetNamespaceCompactionThresholdJSONBody = int64

SetNamespaceCompactionThresholdJSONBody defines parameters for SetNamespaceCompactionThreshold.

type SetNamespaceCompactionThresholdJSONRequestBody

type SetNamespaceCompactionThresholdJSONRequestBody = SetNamespaceCompactionThresholdJSONBody

SetNamespaceCompactionThresholdJSONRequestBody defines body for SetNamespaceCompactionThreshold for application/json ContentType.

type SetNamespaceCompactionThresholdResponse

type SetNamespaceCompactionThresholdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceCompactionThresholdResponse

func ParseSetNamespaceCompactionThresholdResponse(rsp *http.Response) (*SetNamespaceCompactionThresholdResponse, error)

ParseSetNamespaceCompactionThresholdResponse parses an HTTP response from a SetNamespaceCompactionThresholdWithResponse call

func (SetNamespaceCompactionThresholdResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceCompactionThresholdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceDeduplicationSnapshotIntervalJSONBody

type SetNamespaceDeduplicationSnapshotIntervalJSONBody = int32

SetNamespaceDeduplicationSnapshotIntervalJSONBody defines parameters for SetNamespaceDeduplicationSnapshotInterval.

type SetNamespaceDeduplicationSnapshotIntervalJSONRequestBody

type SetNamespaceDeduplicationSnapshotIntervalJSONRequestBody = SetNamespaceDeduplicationSnapshotIntervalJSONBody

SetNamespaceDeduplicationSnapshotIntervalJSONRequestBody defines body for SetNamespaceDeduplicationSnapshotInterval for application/json ContentType.

type SetNamespaceDeduplicationSnapshotIntervalResponse

type SetNamespaceDeduplicationSnapshotIntervalResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceDeduplicationSnapshotIntervalResponse

func ParseSetNamespaceDeduplicationSnapshotIntervalResponse(rsp *http.Response) (*SetNamespaceDeduplicationSnapshotIntervalResponse, error)

ParseSetNamespaceDeduplicationSnapshotIntervalResponse parses an HTTP response from a SetNamespaceDeduplicationSnapshotIntervalWithResponse call

func (SetNamespaceDeduplicationSnapshotIntervalResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceDeduplicationSnapshotIntervalResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceDelayedDeliveryPoliciesJSONRequestBody

type SetNamespaceDelayedDeliveryPoliciesJSONRequestBody = DelayedDeliveryPolicies

SetNamespaceDelayedDeliveryPoliciesJSONRequestBody defines body for SetNamespaceDelayedDeliveryPolicies for application/json ContentType.

type SetNamespaceDelayedDeliveryPoliciesResponse

type SetNamespaceDelayedDeliveryPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceDelayedDeliveryPoliciesResponse

func ParseSetNamespaceDelayedDeliveryPoliciesResponse(rsp *http.Response) (*SetNamespaceDelayedDeliveryPoliciesResponse, error)

ParseSetNamespaceDelayedDeliveryPoliciesResponse parses an HTTP response from a SetNamespaceDelayedDeliveryPoliciesWithResponse call

func (SetNamespaceDelayedDeliveryPoliciesResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceDelayedDeliveryPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceDispatchRateJSONRequestBody

type SetNamespaceDispatchRateJSONRequestBody = DispatchRateImpl

SetNamespaceDispatchRateJSONRequestBody defines body for SetNamespaceDispatchRate for application/json ContentType.

type SetNamespaceDispatchRateResponse

type SetNamespaceDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceDispatchRateResponse

func ParseSetNamespaceDispatchRateResponse(rsp *http.Response) (*SetNamespaceDispatchRateResponse, error)

ParseSetNamespaceDispatchRateResponse parses an HTTP response from a SetNamespaceDispatchRateWithResponse call

func (SetNamespaceDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceDispatchRateResponse) StatusCode

func (r SetNamespaceDispatchRateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceInactiveTopicPoliciesJSONRequestBody

type SetNamespaceInactiveTopicPoliciesJSONRequestBody = InactiveTopicPolicies

SetNamespaceInactiveTopicPoliciesJSONRequestBody defines body for SetNamespaceInactiveTopicPolicies for application/json ContentType.

type SetNamespaceInactiveTopicPoliciesResponse

type SetNamespaceInactiveTopicPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceInactiveTopicPoliciesResponse

func ParseSetNamespaceInactiveTopicPoliciesResponse(rsp *http.Response) (*SetNamespaceInactiveTopicPoliciesResponse, error)

ParseSetNamespaceInactiveTopicPoliciesResponse parses an HTTP response from a SetNamespaceInactiveTopicPoliciesWithResponse call

func (SetNamespaceInactiveTopicPoliciesResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceInactiveTopicPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceIsolationPolicyResponse

type SetNamespaceIsolationPolicyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceIsolationPolicyResponse

func ParseSetNamespaceIsolationPolicyResponse(rsp *http.Response) (*SetNamespaceIsolationPolicyResponse, error)

ParseSetNamespaceIsolationPolicyResponse parses an HTTP response from a SetNamespaceIsolationPolicyWithResponse call

func (SetNamespaceIsolationPolicyResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceIsolationPolicyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceMaxConsumersPerSubscriptionJSONBody

type SetNamespaceMaxConsumersPerSubscriptionJSONBody = int32

SetNamespaceMaxConsumersPerSubscriptionJSONBody defines parameters for SetNamespaceMaxConsumersPerSubscription.

type SetNamespaceMaxConsumersPerSubscriptionJSONRequestBody

type SetNamespaceMaxConsumersPerSubscriptionJSONRequestBody = SetNamespaceMaxConsumersPerSubscriptionJSONBody

SetNamespaceMaxConsumersPerSubscriptionJSONRequestBody defines body for SetNamespaceMaxConsumersPerSubscription for application/json ContentType.

type SetNamespaceMaxConsumersPerSubscriptionResponse

type SetNamespaceMaxConsumersPerSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceMaxConsumersPerSubscriptionResponse

func ParseSetNamespaceMaxConsumersPerSubscriptionResponse(rsp *http.Response) (*SetNamespaceMaxConsumersPerSubscriptionResponse, error)

ParseSetNamespaceMaxConsumersPerSubscriptionResponse parses an HTTP response from a SetNamespaceMaxConsumersPerSubscriptionWithResponse call

func (SetNamespaceMaxConsumersPerSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceMaxConsumersPerSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceMaxConsumersPerTopicJSONBody

type SetNamespaceMaxConsumersPerTopicJSONBody = int32

SetNamespaceMaxConsumersPerTopicJSONBody defines parameters for SetNamespaceMaxConsumersPerTopic.

type SetNamespaceMaxConsumersPerTopicJSONRequestBody

type SetNamespaceMaxConsumersPerTopicJSONRequestBody = SetNamespaceMaxConsumersPerTopicJSONBody

SetNamespaceMaxConsumersPerTopicJSONRequestBody defines body for SetNamespaceMaxConsumersPerTopic for application/json ContentType.

type SetNamespaceMaxConsumersPerTopicResponse

type SetNamespaceMaxConsumersPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceMaxConsumersPerTopicResponse

func ParseSetNamespaceMaxConsumersPerTopicResponse(rsp *http.Response) (*SetNamespaceMaxConsumersPerTopicResponse, error)

ParseSetNamespaceMaxConsumersPerTopicResponse parses an HTTP response from a SetNamespaceMaxConsumersPerTopicWithResponse call

func (SetNamespaceMaxConsumersPerTopicResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceMaxConsumersPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceMaxProducersPerTopicJSONBody

type SetNamespaceMaxProducersPerTopicJSONBody = int32

SetNamespaceMaxProducersPerTopicJSONBody defines parameters for SetNamespaceMaxProducersPerTopic.

type SetNamespaceMaxProducersPerTopicJSONRequestBody

type SetNamespaceMaxProducersPerTopicJSONRequestBody = SetNamespaceMaxProducersPerTopicJSONBody

SetNamespaceMaxProducersPerTopicJSONRequestBody defines body for SetNamespaceMaxProducersPerTopic for application/json ContentType.

type SetNamespaceMaxProducersPerTopicResponse

type SetNamespaceMaxProducersPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceMaxProducersPerTopicResponse

func ParseSetNamespaceMaxProducersPerTopicResponse(rsp *http.Response) (*SetNamespaceMaxProducersPerTopicResponse, error)

ParseSetNamespaceMaxProducersPerTopicResponse parses an HTTP response from a SetNamespaceMaxProducersPerTopicWithResponse call

func (SetNamespaceMaxProducersPerTopicResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceMaxProducersPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceMaxSubscriptionsPerTopicJSONBody

type SetNamespaceMaxSubscriptionsPerTopicJSONBody = int32

SetNamespaceMaxSubscriptionsPerTopicJSONBody defines parameters for SetNamespaceMaxSubscriptionsPerTopic.

type SetNamespaceMaxSubscriptionsPerTopicJSONRequestBody

type SetNamespaceMaxSubscriptionsPerTopicJSONRequestBody = SetNamespaceMaxSubscriptionsPerTopicJSONBody

SetNamespaceMaxSubscriptionsPerTopicJSONRequestBody defines body for SetNamespaceMaxSubscriptionsPerTopic for application/json ContentType.

type SetNamespaceMaxSubscriptionsPerTopicResponse

type SetNamespaceMaxSubscriptionsPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceMaxSubscriptionsPerTopicResponse

func ParseSetNamespaceMaxSubscriptionsPerTopicResponse(rsp *http.Response) (*SetNamespaceMaxSubscriptionsPerTopicResponse, error)

ParseSetNamespaceMaxSubscriptionsPerTopicResponse parses an HTTP response from a SetNamespaceMaxSubscriptionsPerTopicWithResponse call

func (SetNamespaceMaxSubscriptionsPerTopicResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceMaxSubscriptionsPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceMaxTopicsPerNamespaceJSONBody

type SetNamespaceMaxTopicsPerNamespaceJSONBody = int32

SetNamespaceMaxTopicsPerNamespaceJSONBody defines parameters for SetNamespaceMaxTopicsPerNamespace.

type SetNamespaceMaxTopicsPerNamespaceJSONRequestBody

type SetNamespaceMaxTopicsPerNamespaceJSONRequestBody = SetNamespaceMaxTopicsPerNamespaceJSONBody

SetNamespaceMaxTopicsPerNamespaceJSONRequestBody defines body for SetNamespaceMaxTopicsPerNamespace for application/json ContentType.

type SetNamespaceMaxTopicsPerNamespaceResponse

type SetNamespaceMaxTopicsPerNamespaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceMaxTopicsPerNamespaceResponse

func ParseSetNamespaceMaxTopicsPerNamespaceResponse(rsp *http.Response) (*SetNamespaceMaxTopicsPerNamespaceResponse, error)

ParseSetNamespaceMaxTopicsPerNamespaceResponse parses an HTTP response from a SetNamespaceMaxTopicsPerNamespaceWithResponse call

func (SetNamespaceMaxTopicsPerNamespaceResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceMaxTopicsPerNamespaceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceMaxUnackedMessagesPerConsumerJSONBody

type SetNamespaceMaxUnackedMessagesPerConsumerJSONBody = int32

SetNamespaceMaxUnackedMessagesPerConsumerJSONBody defines parameters for SetNamespaceMaxUnackedMessagesPerConsumer.

type SetNamespaceMaxUnackedMessagesPerConsumerJSONRequestBody

type SetNamespaceMaxUnackedMessagesPerConsumerJSONRequestBody = SetNamespaceMaxUnackedMessagesPerConsumerJSONBody

SetNamespaceMaxUnackedMessagesPerConsumerJSONRequestBody defines body for SetNamespaceMaxUnackedMessagesPerConsumer for application/json ContentType.

type SetNamespaceMaxUnackedMessagesPerConsumerResponse

type SetNamespaceMaxUnackedMessagesPerConsumerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceMaxUnackedMessagesPerConsumerResponse

func ParseSetNamespaceMaxUnackedMessagesPerConsumerResponse(rsp *http.Response) (*SetNamespaceMaxUnackedMessagesPerConsumerResponse, error)

ParseSetNamespaceMaxUnackedMessagesPerConsumerResponse parses an HTTP response from a SetNamespaceMaxUnackedMessagesPerConsumerWithResponse call

func (SetNamespaceMaxUnackedMessagesPerConsumerResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceMaxUnackedMessagesPerConsumerResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceMaxUnackedMessagesPerSubscriptionJSONBody

type SetNamespaceMaxUnackedMessagesPerSubscriptionJSONBody = int32

SetNamespaceMaxUnackedMessagesPerSubscriptionJSONBody defines parameters for SetNamespaceMaxUnackedMessagesPerSubscription.

type SetNamespaceMaxUnackedMessagesPerSubscriptionJSONRequestBody

type SetNamespaceMaxUnackedMessagesPerSubscriptionJSONRequestBody = SetNamespaceMaxUnackedMessagesPerSubscriptionJSONBody

SetNamespaceMaxUnackedMessagesPerSubscriptionJSONRequestBody defines body for SetNamespaceMaxUnackedMessagesPerSubscription for application/json ContentType.

type SetNamespaceMaxUnackedMessagesPerSubscriptionResponse

type SetNamespaceMaxUnackedMessagesPerSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceMaxUnackedMessagesPerSubscriptionResponse

func ParseSetNamespaceMaxUnackedMessagesPerSubscriptionResponse(rsp *http.Response) (*SetNamespaceMaxUnackedMessagesPerSubscriptionResponse, error)

ParseSetNamespaceMaxUnackedMessagesPerSubscriptionResponse parses an HTTP response from a SetNamespaceMaxUnackedMessagesPerSubscriptionWithResponse call

func (SetNamespaceMaxUnackedMessagesPerSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceMaxUnackedMessagesPerSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceMessageTTLJSONBody

type SetNamespaceMessageTTLJSONBody = int32

SetNamespaceMessageTTLJSONBody defines parameters for SetNamespaceMessageTTL.

type SetNamespaceMessageTTLJSONRequestBody

type SetNamespaceMessageTTLJSONRequestBody = SetNamespaceMessageTTLJSONBody

SetNamespaceMessageTTLJSONRequestBody defines body for SetNamespaceMessageTTL for application/json ContentType.

type SetNamespaceMessageTTLResponse

type SetNamespaceMessageTTLResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceMessageTTLResponse

func ParseSetNamespaceMessageTTLResponse(rsp *http.Response) (*SetNamespaceMessageTTLResponse, error)

ParseSetNamespaceMessageTTLResponse parses an HTTP response from a SetNamespaceMessageTTLWithResponse call

func (SetNamespaceMessageTTLResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceMessageTTLResponse) StatusCode

func (r SetNamespaceMessageTTLResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceOffloadDeletionLagJSONBody

type SetNamespaceOffloadDeletionLagJSONBody = int64

SetNamespaceOffloadDeletionLagJSONBody defines parameters for SetNamespaceOffloadDeletionLag.

type SetNamespaceOffloadDeletionLagJSONRequestBody

type SetNamespaceOffloadDeletionLagJSONRequestBody = SetNamespaceOffloadDeletionLagJSONBody

SetNamespaceOffloadDeletionLagJSONRequestBody defines body for SetNamespaceOffloadDeletionLag for application/json ContentType.

type SetNamespaceOffloadDeletionLagResponse

type SetNamespaceOffloadDeletionLagResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceOffloadDeletionLagResponse

func ParseSetNamespaceOffloadDeletionLagResponse(rsp *http.Response) (*SetNamespaceOffloadDeletionLagResponse, error)

ParseSetNamespaceOffloadDeletionLagResponse parses an HTTP response from a SetNamespaceOffloadDeletionLagWithResponse call

func (SetNamespaceOffloadDeletionLagResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceOffloadDeletionLagResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceOffloadPoliciesJSONRequestBody

type SetNamespaceOffloadPoliciesJSONRequestBody = OffloadPoliciesImpl

SetNamespaceOffloadPoliciesJSONRequestBody defines body for SetNamespaceOffloadPolicies for application/json ContentType.

type SetNamespaceOffloadPoliciesResponse

type SetNamespaceOffloadPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceOffloadPoliciesResponse

func ParseSetNamespaceOffloadPoliciesResponse(rsp *http.Response) (*SetNamespaceOffloadPoliciesResponse, error)

ParseSetNamespaceOffloadPoliciesResponse parses an HTTP response from a SetNamespaceOffloadPoliciesWithResponse call

func (SetNamespaceOffloadPoliciesResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceOffloadPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceOffloadThresholdJSONBody

type SetNamespaceOffloadThresholdJSONBody = int64

SetNamespaceOffloadThresholdJSONBody defines parameters for SetNamespaceOffloadThreshold.

type SetNamespaceOffloadThresholdJSONRequestBody

type SetNamespaceOffloadThresholdJSONRequestBody = SetNamespaceOffloadThresholdJSONBody

SetNamespaceOffloadThresholdJSONRequestBody defines body for SetNamespaceOffloadThreshold for application/json ContentType.

type SetNamespaceOffloadThresholdResponse

type SetNamespaceOffloadThresholdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceOffloadThresholdResponse

func ParseSetNamespaceOffloadThresholdResponse(rsp *http.Response) (*SetNamespaceOffloadThresholdResponse, error)

ParseSetNamespaceOffloadThresholdResponse parses an HTTP response from a SetNamespaceOffloadThresholdWithResponse call

func (SetNamespaceOffloadThresholdResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceOffloadThresholdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespacePersistenceJSONRequestBody

type SetNamespacePersistenceJSONRequestBody = PersistencePolicies

SetNamespacePersistenceJSONRequestBody defines body for SetNamespacePersistence for application/json ContentType.

type SetNamespacePersistenceResponse

type SetNamespacePersistenceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespacePersistenceResponse

func ParseSetNamespacePersistenceResponse(rsp *http.Response) (*SetNamespacePersistenceResponse, error)

ParseSetNamespacePersistenceResponse parses an HTTP response from a SetNamespacePersistenceWithResponse call

func (SetNamespacePersistenceResponse) Status

Status returns HTTPResponse.Status

func (SetNamespacePersistenceResponse) StatusCode

func (r SetNamespacePersistenceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceReplicationClustersJSONBody

type SetNamespaceReplicationClustersJSONBody = []string

SetNamespaceReplicationClustersJSONBody defines parameters for SetNamespaceReplicationClusters.

type SetNamespaceReplicationClustersJSONRequestBody

type SetNamespaceReplicationClustersJSONRequestBody = SetNamespaceReplicationClustersJSONBody

SetNamespaceReplicationClustersJSONRequestBody defines body for SetNamespaceReplicationClusters for application/json ContentType.

type SetNamespaceReplicationClustersResponse

type SetNamespaceReplicationClustersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceReplicationClustersResponse

func ParseSetNamespaceReplicationClustersResponse(rsp *http.Response) (*SetNamespaceReplicationClustersResponse, error)

ParseSetNamespaceReplicationClustersResponse parses an HTTP response from a SetNamespaceReplicationClustersWithResponse call

func (SetNamespaceReplicationClustersResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceReplicationClustersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceReplicatorDispatchRateJSONRequestBody

type SetNamespaceReplicatorDispatchRateJSONRequestBody = DispatchRateImpl

SetNamespaceReplicatorDispatchRateJSONRequestBody defines body for SetNamespaceReplicatorDispatchRate for application/json ContentType.

type SetNamespaceReplicatorDispatchRateResponse

type SetNamespaceReplicatorDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceReplicatorDispatchRateResponse

func ParseSetNamespaceReplicatorDispatchRateResponse(rsp *http.Response) (*SetNamespaceReplicatorDispatchRateResponse, error)

ParseSetNamespaceReplicatorDispatchRateResponse parses an HTTP response from a SetNamespaceReplicatorDispatchRateWithResponse call

func (SetNamespaceReplicatorDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceReplicatorDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceResourceGroupResponse

type SetNamespaceResourceGroupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceResourceGroupResponse

func ParseSetNamespaceResourceGroupResponse(rsp *http.Response) (*SetNamespaceResourceGroupResponse, error)

ParseSetNamespaceResourceGroupResponse parses an HTTP response from a SetNamespaceResourceGroupWithResponse call

func (SetNamespaceResourceGroupResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceResourceGroupResponse) StatusCode

func (r SetNamespaceResourceGroupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceRetentionJSONRequestBody

type SetNamespaceRetentionJSONRequestBody = RetentionPolicies

SetNamespaceRetentionJSONRequestBody defines body for SetNamespaceRetention for application/json ContentType.

type SetNamespaceRetentionResponse

type SetNamespaceRetentionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceRetentionResponse

func ParseSetNamespaceRetentionResponse(rsp *http.Response) (*SetNamespaceRetentionResponse, error)

ParseSetNamespaceRetentionResponse parses an HTTP response from a SetNamespaceRetentionWithResponse call

func (SetNamespaceRetentionResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceRetentionResponse) StatusCode

func (r SetNamespaceRetentionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceSchemaCompatibilityStrategyJSONBody

type SetNamespaceSchemaCompatibilityStrategyJSONBody = string

SetNamespaceSchemaCompatibilityStrategyJSONBody defines parameters for SetNamespaceSchemaCompatibilityStrategy.

type SetNamespaceSchemaCompatibilityStrategyJSONRequestBody

type SetNamespaceSchemaCompatibilityStrategyJSONRequestBody = SetNamespaceSchemaCompatibilityStrategyJSONBody

SetNamespaceSchemaCompatibilityStrategyJSONRequestBody defines body for SetNamespaceSchemaCompatibilityStrategy for application/json ContentType.

type SetNamespaceSchemaCompatibilityStrategyResponse

type SetNamespaceSchemaCompatibilityStrategyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceSchemaCompatibilityStrategyResponse

func ParseSetNamespaceSchemaCompatibilityStrategyResponse(rsp *http.Response) (*SetNamespaceSchemaCompatibilityStrategyResponse, error)

ParseSetNamespaceSchemaCompatibilityStrategyResponse parses an HTTP response from a SetNamespaceSchemaCompatibilityStrategyWithResponse call

func (SetNamespaceSchemaCompatibilityStrategyResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceSchemaCompatibilityStrategyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceSchemaValidationEnforcedJSONBody

type SetNamespaceSchemaValidationEnforcedJSONBody = bool

SetNamespaceSchemaValidationEnforcedJSONBody defines parameters for SetNamespaceSchemaValidationEnforced.

type SetNamespaceSchemaValidationEnforcedJSONRequestBody

type SetNamespaceSchemaValidationEnforcedJSONRequestBody = SetNamespaceSchemaValidationEnforcedJSONBody

SetNamespaceSchemaValidationEnforcedJSONRequestBody defines body for SetNamespaceSchemaValidationEnforced for application/json ContentType.

type SetNamespaceSchemaValidationEnforcedResponse

type SetNamespaceSchemaValidationEnforcedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceSchemaValidationEnforcedResponse

func ParseSetNamespaceSchemaValidationEnforcedResponse(rsp *http.Response) (*SetNamespaceSchemaValidationEnforcedResponse, error)

ParseSetNamespaceSchemaValidationEnforcedResponse parses an HTTP response from a SetNamespaceSchemaValidationEnforcedWithResponse call

func (SetNamespaceSchemaValidationEnforcedResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceSchemaValidationEnforcedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceSubscribeRateJSONRequestBody

type SetNamespaceSubscribeRateJSONRequestBody = SubscribeRate

SetNamespaceSubscribeRateJSONRequestBody defines body for SetNamespaceSubscribeRate for application/json ContentType.

type SetNamespaceSubscribeRateResponse

type SetNamespaceSubscribeRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceSubscribeRateResponse

func ParseSetNamespaceSubscribeRateResponse(rsp *http.Response) (*SetNamespaceSubscribeRateResponse, error)

ParseSetNamespaceSubscribeRateResponse parses an HTTP response from a SetNamespaceSubscribeRateWithResponse call

func (SetNamespaceSubscribeRateResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceSubscribeRateResponse) StatusCode

func (r SetNamespaceSubscribeRateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceSubscriptionAuthModeJSONBody

type SetNamespaceSubscriptionAuthModeJSONBody = string

SetNamespaceSubscriptionAuthModeJSONBody defines parameters for SetNamespaceSubscriptionAuthMode.

type SetNamespaceSubscriptionAuthModeJSONRequestBody

type SetNamespaceSubscriptionAuthModeJSONRequestBody = SetNamespaceSubscriptionAuthModeJSONBody

SetNamespaceSubscriptionAuthModeJSONRequestBody defines body for SetNamespaceSubscriptionAuthMode for application/json ContentType.

type SetNamespaceSubscriptionAuthModeResponse

type SetNamespaceSubscriptionAuthModeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceSubscriptionAuthModeResponse

func ParseSetNamespaceSubscriptionAuthModeResponse(rsp *http.Response) (*SetNamespaceSubscriptionAuthModeResponse, error)

ParseSetNamespaceSubscriptionAuthModeResponse parses an HTTP response from a SetNamespaceSubscriptionAuthModeWithResponse call

func (SetNamespaceSubscriptionAuthModeResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceSubscriptionAuthModeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceSubscriptionDispatchRateJSONRequestBody

type SetNamespaceSubscriptionDispatchRateJSONRequestBody = DispatchRateImpl

SetNamespaceSubscriptionDispatchRateJSONRequestBody defines body for SetNamespaceSubscriptionDispatchRate for application/json ContentType.

type SetNamespaceSubscriptionDispatchRateResponse

type SetNamespaceSubscriptionDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceSubscriptionDispatchRateResponse

func ParseSetNamespaceSubscriptionDispatchRateResponse(rsp *http.Response) (*SetNamespaceSubscriptionDispatchRateResponse, error)

ParseSetNamespaceSubscriptionDispatchRateResponse parses an HTTP response from a SetNamespaceSubscriptionDispatchRateWithResponse call

func (SetNamespaceSubscriptionDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceSubscriptionDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceSubscriptionExpirationTimeJSONBody

type SetNamespaceSubscriptionExpirationTimeJSONBody = int32

SetNamespaceSubscriptionExpirationTimeJSONBody defines parameters for SetNamespaceSubscriptionExpirationTime.

type SetNamespaceSubscriptionExpirationTimeJSONRequestBody

type SetNamespaceSubscriptionExpirationTimeJSONRequestBody = SetNamespaceSubscriptionExpirationTimeJSONBody

SetNamespaceSubscriptionExpirationTimeJSONRequestBody defines body for SetNamespaceSubscriptionExpirationTime for application/json ContentType.

type SetNamespaceSubscriptionExpirationTimeResponse

type SetNamespaceSubscriptionExpirationTimeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceSubscriptionExpirationTimeResponse

func ParseSetNamespaceSubscriptionExpirationTimeResponse(rsp *http.Response) (*SetNamespaceSubscriptionExpirationTimeResponse, error)

ParseSetNamespaceSubscriptionExpirationTimeResponse parses an HTTP response from a SetNamespaceSubscriptionExpirationTimeWithResponse call

func (SetNamespaceSubscriptionExpirationTimeResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceSubscriptionExpirationTimeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNamespaceSubscriptionTypesEnabledJSONBody

type SetNamespaceSubscriptionTypesEnabledJSONBody = []string

SetNamespaceSubscriptionTypesEnabledJSONBody defines parameters for SetNamespaceSubscriptionTypesEnabled.

type SetNamespaceSubscriptionTypesEnabledJSONRequestBody

type SetNamespaceSubscriptionTypesEnabledJSONRequestBody = SetNamespaceSubscriptionTypesEnabledJSONBody

SetNamespaceSubscriptionTypesEnabledJSONRequestBody defines body for SetNamespaceSubscriptionTypesEnabled for application/json ContentType.

type SetNamespaceSubscriptionTypesEnabledResponse

type SetNamespaceSubscriptionTypesEnabledResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNamespaceSubscriptionTypesEnabledResponse

func ParseSetNamespaceSubscriptionTypesEnabledResponse(rsp *http.Response) (*SetNamespaceSubscriptionTypesEnabledResponse, error)

ParseSetNamespaceSubscriptionTypesEnabledResponse parses an HTTP response from a SetNamespaceSubscriptionTypesEnabledWithResponse call

func (SetNamespaceSubscriptionTypesEnabledResponse) Status

Status returns HTTPResponse.Status

func (SetNamespaceSubscriptionTypesEnabledResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicBacklogQuotaParams

type SetNonPersistentTopicBacklogQuotaParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative    *bool                                                    `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal         *bool                                                    `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
	BacklogQuotaType *SetNonPersistentTopicBacklogQuotaParamsBacklogQuotaType `form:"backlogQuotaType,omitempty" json:"backlogQuotaType,omitempty"`
}

SetNonPersistentTopicBacklogQuotaParams defines parameters for SetNonPersistentTopicBacklogQuota.

type SetNonPersistentTopicBacklogQuotaParamsBacklogQuotaType

type SetNonPersistentTopicBacklogQuotaParamsBacklogQuotaType string

SetNonPersistentTopicBacklogQuotaParamsBacklogQuotaType defines parameters for SetNonPersistentTopicBacklogQuota.

const (
	SetNonPersistentTopicBacklogQuotaParamsBacklogQuotaTypeDestinationStorage SetNonPersistentTopicBacklogQuotaParamsBacklogQuotaType = "destination_storage"
	SetNonPersistentTopicBacklogQuotaParamsBacklogQuotaTypeMessageAge         SetNonPersistentTopicBacklogQuotaParamsBacklogQuotaType = "message_age"
)

Defines values for SetNonPersistentTopicBacklogQuotaParamsBacklogQuotaType.

type SetNonPersistentTopicBacklogQuotaResponse

type SetNonPersistentTopicBacklogQuotaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicBacklogQuotaResponse

func ParseSetNonPersistentTopicBacklogQuotaResponse(rsp *http.Response) (*SetNonPersistentTopicBacklogQuotaResponse, error)

ParseSetNonPersistentTopicBacklogQuotaResponse parses an HTTP response from a SetNonPersistentTopicBacklogQuotaWithResponse call

func (SetNonPersistentTopicBacklogQuotaResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicBacklogQuotaResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicCompactionThresholdParams

type SetNonPersistentTopicCompactionThresholdParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetNonPersistentTopicCompactionThresholdParams defines parameters for SetNonPersistentTopicCompactionThreshold.

type SetNonPersistentTopicCompactionThresholdResponse

type SetNonPersistentTopicCompactionThresholdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicCompactionThresholdResponse

func ParseSetNonPersistentTopicCompactionThresholdResponse(rsp *http.Response) (*SetNonPersistentTopicCompactionThresholdResponse, error)

ParseSetNonPersistentTopicCompactionThresholdResponse parses an HTTP response from a SetNonPersistentTopicCompactionThresholdWithResponse call

func (SetNonPersistentTopicCompactionThresholdResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicCompactionThresholdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicDeduplicationParams

type SetNonPersistentTopicDeduplicationParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicDeduplicationParams defines parameters for SetNonPersistentTopicDeduplication.

type SetNonPersistentTopicDeduplicationResponse

type SetNonPersistentTopicDeduplicationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicDeduplicationResponse

func ParseSetNonPersistentTopicDeduplicationResponse(rsp *http.Response) (*SetNonPersistentTopicDeduplicationResponse, error)

ParseSetNonPersistentTopicDeduplicationResponse parses an HTTP response from a SetNonPersistentTopicDeduplicationWithResponse call

func (SetNonPersistentTopicDeduplicationResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicDeduplicationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicDeduplicationSnapshotIntervalParams

type SetNonPersistentTopicDeduplicationSnapshotIntervalParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicDeduplicationSnapshotIntervalParams defines parameters for SetNonPersistentTopicDeduplicationSnapshotInterval.

type SetNonPersistentTopicDeduplicationSnapshotIntervalResponse

type SetNonPersistentTopicDeduplicationSnapshotIntervalResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicDeduplicationSnapshotIntervalResponse

func ParseSetNonPersistentTopicDeduplicationSnapshotIntervalResponse(rsp *http.Response) (*SetNonPersistentTopicDeduplicationSnapshotIntervalResponse, error)

ParseSetNonPersistentTopicDeduplicationSnapshotIntervalResponse parses an HTTP response from a SetNonPersistentTopicDeduplicationSnapshotIntervalWithResponse call

func (SetNonPersistentTopicDeduplicationSnapshotIntervalResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicDeduplicationSnapshotIntervalResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicDelayedDeliveryPoliciesParams

type SetNonPersistentTopicDelayedDeliveryPoliciesParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicDelayedDeliveryPoliciesParams defines parameters for SetNonPersistentTopicDelayedDeliveryPolicies.

type SetNonPersistentTopicDelayedDeliveryPoliciesResponse

type SetNonPersistentTopicDelayedDeliveryPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicDelayedDeliveryPoliciesResponse

func ParseSetNonPersistentTopicDelayedDeliveryPoliciesResponse(rsp *http.Response) (*SetNonPersistentTopicDelayedDeliveryPoliciesResponse, error)

ParseSetNonPersistentTopicDelayedDeliveryPoliciesResponse parses an HTTP response from a SetNonPersistentTopicDelayedDeliveryPoliciesWithResponse call

func (SetNonPersistentTopicDelayedDeliveryPoliciesResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicDelayedDeliveryPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicDispatchRateParams

type SetNonPersistentTopicDispatchRateParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetNonPersistentTopicDispatchRateParams defines parameters for SetNonPersistentTopicDispatchRate.

type SetNonPersistentTopicDispatchRateResponse

type SetNonPersistentTopicDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicDispatchRateResponse

func ParseSetNonPersistentTopicDispatchRateResponse(rsp *http.Response) (*SetNonPersistentTopicDispatchRateResponse, error)

ParseSetNonPersistentTopicDispatchRateResponse parses an HTTP response from a SetNonPersistentTopicDispatchRateWithResponse call

func (SetNonPersistentTopicDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicEntryFiltersParams

type SetNonPersistentTopicEntryFiltersParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicEntryFiltersParams defines parameters for SetNonPersistentTopicEntryFilters.

type SetNonPersistentTopicEntryFiltersResponse

type SetNonPersistentTopicEntryFiltersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicEntryFiltersResponse

func ParseSetNonPersistentTopicEntryFiltersResponse(rsp *http.Response) (*SetNonPersistentTopicEntryFiltersResponse, error)

ParseSetNonPersistentTopicEntryFiltersResponse parses an HTTP response from a SetNonPersistentTopicEntryFiltersWithResponse call

func (SetNonPersistentTopicEntryFiltersResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicEntryFiltersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicInactiveTopicPoliciesParams

type SetNonPersistentTopicInactiveTopicPoliciesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetNonPersistentTopicInactiveTopicPoliciesParams defines parameters for SetNonPersistentTopicInactiveTopicPolicies.

type SetNonPersistentTopicInactiveTopicPoliciesResponse

type SetNonPersistentTopicInactiveTopicPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicInactiveTopicPoliciesResponse

func ParseSetNonPersistentTopicInactiveTopicPoliciesResponse(rsp *http.Response) (*SetNonPersistentTopicInactiveTopicPoliciesResponse, error)

ParseSetNonPersistentTopicInactiveTopicPoliciesResponse parses an HTTP response from a SetNonPersistentTopicInactiveTopicPoliciesWithResponse call

func (SetNonPersistentTopicInactiveTopicPoliciesResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicInactiveTopicPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicMaxConsumersParams

type SetNonPersistentTopicMaxConsumersParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicMaxConsumersParams defines parameters for SetNonPersistentTopicMaxConsumers.

type SetNonPersistentTopicMaxConsumersPerSubscriptionParams

type SetNonPersistentTopicMaxConsumersPerSubscriptionParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicMaxConsumersPerSubscriptionParams defines parameters for SetNonPersistentTopicMaxConsumersPerSubscription.

type SetNonPersistentTopicMaxConsumersPerSubscriptionResponse

type SetNonPersistentTopicMaxConsumersPerSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicMaxConsumersPerSubscriptionResponse

func ParseSetNonPersistentTopicMaxConsumersPerSubscriptionResponse(rsp *http.Response) (*SetNonPersistentTopicMaxConsumersPerSubscriptionResponse, error)

ParseSetNonPersistentTopicMaxConsumersPerSubscriptionResponse parses an HTTP response from a SetNonPersistentTopicMaxConsumersPerSubscriptionWithResponse call

func (SetNonPersistentTopicMaxConsumersPerSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicMaxConsumersPerSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicMaxConsumersResponse

type SetNonPersistentTopicMaxConsumersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicMaxConsumersResponse

func ParseSetNonPersistentTopicMaxConsumersResponse(rsp *http.Response) (*SetNonPersistentTopicMaxConsumersResponse, error)

ParseSetNonPersistentTopicMaxConsumersResponse parses an HTTP response from a SetNonPersistentTopicMaxConsumersWithResponse call

func (SetNonPersistentTopicMaxConsumersResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicMaxConsumersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicMaxMessageSizeParams

type SetNonPersistentTopicMaxMessageSizeParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicMaxMessageSizeParams defines parameters for SetNonPersistentTopicMaxMessageSize.

type SetNonPersistentTopicMaxMessageSizeResponse

type SetNonPersistentTopicMaxMessageSizeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicMaxMessageSizeResponse

func ParseSetNonPersistentTopicMaxMessageSizeResponse(rsp *http.Response) (*SetNonPersistentTopicMaxMessageSizeResponse, error)

ParseSetNonPersistentTopicMaxMessageSizeResponse parses an HTTP response from a SetNonPersistentTopicMaxMessageSizeWithResponse call

func (SetNonPersistentTopicMaxMessageSizeResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicMaxMessageSizeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicMaxProducersParams

type SetNonPersistentTopicMaxProducersParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetNonPersistentTopicMaxProducersParams defines parameters for SetNonPersistentTopicMaxProducers.

type SetNonPersistentTopicMaxProducersResponse

type SetNonPersistentTopicMaxProducersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicMaxProducersResponse

func ParseSetNonPersistentTopicMaxProducersResponse(rsp *http.Response) (*SetNonPersistentTopicMaxProducersResponse, error)

ParseSetNonPersistentTopicMaxProducersResponse parses an HTTP response from a SetNonPersistentTopicMaxProducersWithResponse call

func (SetNonPersistentTopicMaxProducersResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicMaxProducersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicMaxSubscriptionsPerTopicParams

type SetNonPersistentTopicMaxSubscriptionsPerTopicParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicMaxSubscriptionsPerTopicParams defines parameters for SetNonPersistentTopicMaxSubscriptionsPerTopic.

type SetNonPersistentTopicMaxSubscriptionsPerTopicResponse

type SetNonPersistentTopicMaxSubscriptionsPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicMaxSubscriptionsPerTopicResponse

func ParseSetNonPersistentTopicMaxSubscriptionsPerTopicResponse(rsp *http.Response) (*SetNonPersistentTopicMaxSubscriptionsPerTopicResponse, error)

ParseSetNonPersistentTopicMaxSubscriptionsPerTopicResponse parses an HTTP response from a SetNonPersistentTopicMaxSubscriptionsPerTopicWithResponse call

func (SetNonPersistentTopicMaxSubscriptionsPerTopicResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicMaxSubscriptionsPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicMaxUnackedMessagesOnConsumerParams

type SetNonPersistentTopicMaxUnackedMessagesOnConsumerParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicMaxUnackedMessagesOnConsumerParams defines parameters for SetNonPersistentTopicMaxUnackedMessagesOnConsumer.

type SetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse

type SetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse

func ParseSetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse(rsp *http.Response) (*SetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

ParseSetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse parses an HTTP response from a SetNonPersistentTopicMaxUnackedMessagesOnConsumerWithResponse call

func (SetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicMaxUnackedMessagesOnConsumerResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams

type SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionParams defines parameters for SetNonPersistentTopicMaxUnackedMessagesOnSubscription.

type SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse

type SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse

func ParseSetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse(rsp *http.Response) (*SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

ParseSetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse parses an HTTP response from a SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse call

func (SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicMaxUnackedMessagesOnSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicMessageTTLParams

type SetNonPersistentTopicMessageTTLParams struct {
	// MessageTTL TTL in seconds for the specified namespace
	MessageTTL int32 `form:"messageTTL" json:"messageTTL"`
	IsGlobal   *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicMessageTTLParams defines parameters for SetNonPersistentTopicMessageTTL.

type SetNonPersistentTopicMessageTTLResponse

type SetNonPersistentTopicMessageTTLResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicMessageTTLResponse

func ParseSetNonPersistentTopicMessageTTLResponse(rsp *http.Response) (*SetNonPersistentTopicMessageTTLResponse, error)

ParseSetNonPersistentTopicMessageTTLResponse parses an HTTP response from a SetNonPersistentTopicMessageTTLWithResponse call

func (SetNonPersistentTopicMessageTTLResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicMessageTTLResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicOffloadPoliciesParams

type SetNonPersistentTopicOffloadPoliciesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetNonPersistentTopicOffloadPoliciesParams defines parameters for SetNonPersistentTopicOffloadPolicies.

type SetNonPersistentTopicOffloadPoliciesResponse

type SetNonPersistentTopicOffloadPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicOffloadPoliciesResponse

func ParseSetNonPersistentTopicOffloadPoliciesResponse(rsp *http.Response) (*SetNonPersistentTopicOffloadPoliciesResponse, error)

ParseSetNonPersistentTopicOffloadPoliciesResponse parses an HTTP response from a SetNonPersistentTopicOffloadPoliciesWithResponse call

func (SetNonPersistentTopicOffloadPoliciesResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicOffloadPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicPersistenceParams

type SetNonPersistentTopicPersistenceParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetNonPersistentTopicPersistenceParams defines parameters for SetNonPersistentTopicPersistence.

type SetNonPersistentTopicPersistenceResponse

type SetNonPersistentTopicPersistenceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicPersistenceResponse

func ParseSetNonPersistentTopicPersistenceResponse(rsp *http.Response) (*SetNonPersistentTopicPersistenceResponse, error)

ParseSetNonPersistentTopicPersistenceResponse parses an HTTP response from a SetNonPersistentTopicPersistenceWithResponse call

func (SetNonPersistentTopicPersistenceResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicPersistenceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicPublishRateParams

type SetNonPersistentTopicPublishRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicPublishRateParams defines parameters for SetNonPersistentTopicPublishRate.

type SetNonPersistentTopicPublishRateResponse

type SetNonPersistentTopicPublishRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicPublishRateResponse

func ParseSetNonPersistentTopicPublishRateResponse(rsp *http.Response) (*SetNonPersistentTopicPublishRateResponse, error)

ParseSetNonPersistentTopicPublishRateResponse parses an HTTP response from a SetNonPersistentTopicPublishRateWithResponse call

func (SetNonPersistentTopicPublishRateResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicPublishRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicReplicatedSubscriptionStatusParams

type SetNonPersistentTopicReplicatedSubscriptionStatusParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicReplicatedSubscriptionStatusParams defines parameters for SetNonPersistentTopicReplicatedSubscriptionStatus.

type SetNonPersistentTopicReplicatedSubscriptionStatusResponse

type SetNonPersistentTopicReplicatedSubscriptionStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicReplicatedSubscriptionStatusResponse

func ParseSetNonPersistentTopicReplicatedSubscriptionStatusResponse(rsp *http.Response) (*SetNonPersistentTopicReplicatedSubscriptionStatusResponse, error)

ParseSetNonPersistentTopicReplicatedSubscriptionStatusResponse parses an HTTP response from a SetNonPersistentTopicReplicatedSubscriptionStatusWithResponse call

func (SetNonPersistentTopicReplicatedSubscriptionStatusResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicReplicatedSubscriptionStatusResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicReplicationClustersParams

type SetNonPersistentTopicReplicationClustersParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicReplicationClustersParams defines parameters for SetNonPersistentTopicReplicationClusters.

type SetNonPersistentTopicReplicationClustersResponse

type SetNonPersistentTopicReplicationClustersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicReplicationClustersResponse

func ParseSetNonPersistentTopicReplicationClustersResponse(rsp *http.Response) (*SetNonPersistentTopicReplicationClustersResponse, error)

ParseSetNonPersistentTopicReplicationClustersResponse parses an HTTP response from a SetNonPersistentTopicReplicationClustersWithResponse call

func (SetNonPersistentTopicReplicationClustersResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicReplicationClustersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicReplicatorDispatchRateParams

type SetNonPersistentTopicReplicatorDispatchRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicReplicatorDispatchRateParams defines parameters for SetNonPersistentTopicReplicatorDispatchRate.

type SetNonPersistentTopicReplicatorDispatchRateResponse

type SetNonPersistentTopicReplicatorDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicReplicatorDispatchRateResponse

func ParseSetNonPersistentTopicReplicatorDispatchRateResponse(rsp *http.Response) (*SetNonPersistentTopicReplicatorDispatchRateResponse, error)

ParseSetNonPersistentTopicReplicatorDispatchRateResponse parses an HTTP response from a SetNonPersistentTopicReplicatorDispatchRateWithResponse call

func (SetNonPersistentTopicReplicatorDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicReplicatorDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicRetentionParams

type SetNonPersistentTopicRetentionParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetNonPersistentTopicRetentionParams defines parameters for SetNonPersistentTopicRetention.

type SetNonPersistentTopicRetentionResponse

type SetNonPersistentTopicRetentionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicRetentionResponse

func ParseSetNonPersistentTopicRetentionResponse(rsp *http.Response) (*SetNonPersistentTopicRetentionResponse, error)

ParseSetNonPersistentTopicRetentionResponse parses an HTTP response from a SetNonPersistentTopicRetentionWithResponse call

func (SetNonPersistentTopicRetentionResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicRetentionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicSchemaCompatibilityStrategyParams

type SetNonPersistentTopicSchemaCompatibilityStrategyParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicSchemaCompatibilityStrategyParams defines parameters for SetNonPersistentTopicSchemaCompatibilityStrategy.

type SetNonPersistentTopicSchemaCompatibilityStrategyResponse

type SetNonPersistentTopicSchemaCompatibilityStrategyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicSchemaCompatibilityStrategyResponse

func ParseSetNonPersistentTopicSchemaCompatibilityStrategyResponse(rsp *http.Response) (*SetNonPersistentTopicSchemaCompatibilityStrategyResponse, error)

ParseSetNonPersistentTopicSchemaCompatibilityStrategyResponse parses an HTTP response from a SetNonPersistentTopicSchemaCompatibilityStrategyWithResponse call

func (SetNonPersistentTopicSchemaCompatibilityStrategyResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicSchemaCompatibilityStrategyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicSchemaValidationEnforcedParams

type SetNonPersistentTopicSchemaValidationEnforcedParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicSchemaValidationEnforcedParams defines parameters for SetNonPersistentTopicSchemaValidationEnforced.

type SetNonPersistentTopicSchemaValidationEnforcedResponse

type SetNonPersistentTopicSchemaValidationEnforcedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicSchemaValidationEnforcedResponse

func ParseSetNonPersistentTopicSchemaValidationEnforcedResponse(rsp *http.Response) (*SetNonPersistentTopicSchemaValidationEnforcedResponse, error)

ParseSetNonPersistentTopicSchemaValidationEnforcedResponse parses an HTTP response from a SetNonPersistentTopicSchemaValidationEnforcedWithResponse call

func (SetNonPersistentTopicSchemaValidationEnforcedResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicSchemaValidationEnforcedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicShadowTopicsParams

type SetNonPersistentTopicShadowTopicsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicShadowTopicsParams defines parameters for SetNonPersistentTopicShadowTopics.

type SetNonPersistentTopicShadowTopicsResponse

type SetNonPersistentTopicShadowTopicsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicShadowTopicsResponse

func ParseSetNonPersistentTopicShadowTopicsResponse(rsp *http.Response) (*SetNonPersistentTopicShadowTopicsResponse, error)

ParseSetNonPersistentTopicShadowTopicsResponse parses an HTTP response from a SetNonPersistentTopicShadowTopicsWithResponse call

func (SetNonPersistentTopicShadowTopicsResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicShadowTopicsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicSubscribeRateParams

type SetNonPersistentTopicSubscribeRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicSubscribeRateParams defines parameters for SetNonPersistentTopicSubscribeRate.

type SetNonPersistentTopicSubscribeRateResponse

type SetNonPersistentTopicSubscribeRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicSubscribeRateResponse

func ParseSetNonPersistentTopicSubscribeRateResponse(rsp *http.Response) (*SetNonPersistentTopicSubscribeRateResponse, error)

ParseSetNonPersistentTopicSubscribeRateResponse parses an HTTP response from a SetNonPersistentTopicSubscribeRateWithResponse call

func (SetNonPersistentTopicSubscribeRateResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicSubscribeRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicSubscriptionDispatchRateParams

type SetNonPersistentTopicSubscriptionDispatchRateParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetNonPersistentTopicSubscriptionDispatchRateParams defines parameters for SetNonPersistentTopicSubscriptionDispatchRate.

type SetNonPersistentTopicSubscriptionDispatchRateResponse

type SetNonPersistentTopicSubscriptionDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicSubscriptionDispatchRateResponse

func ParseSetNonPersistentTopicSubscriptionDispatchRateResponse(rsp *http.Response) (*SetNonPersistentTopicSubscriptionDispatchRateResponse, error)

ParseSetNonPersistentTopicSubscriptionDispatchRateResponse parses an HTTP response from a SetNonPersistentTopicSubscriptionDispatchRateWithResponse call

func (SetNonPersistentTopicSubscriptionDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicSubscriptionDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicSubscriptionLevelDispatchRateParams

type SetNonPersistentTopicSubscriptionLevelDispatchRateParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetNonPersistentTopicSubscriptionLevelDispatchRateParams defines parameters for SetNonPersistentTopicSubscriptionLevelDispatchRate.

type SetNonPersistentTopicSubscriptionLevelDispatchRateResponse

type SetNonPersistentTopicSubscriptionLevelDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicSubscriptionLevelDispatchRateResponse

func ParseSetNonPersistentTopicSubscriptionLevelDispatchRateResponse(rsp *http.Response) (*SetNonPersistentTopicSubscriptionLevelDispatchRateResponse, error)

ParseSetNonPersistentTopicSubscriptionLevelDispatchRateResponse parses an HTTP response from a SetNonPersistentTopicSubscriptionLevelDispatchRateWithResponse call

func (SetNonPersistentTopicSubscriptionLevelDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicSubscriptionLevelDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetNonPersistentTopicSubscriptionTypesEnabledParams

type SetNonPersistentTopicSubscriptionTypesEnabledParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetNonPersistentTopicSubscriptionTypesEnabledParams defines parameters for SetNonPersistentTopicSubscriptionTypesEnabled.

type SetNonPersistentTopicSubscriptionTypesEnabledResponse

type SetNonPersistentTopicSubscriptionTypesEnabledResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetNonPersistentTopicSubscriptionTypesEnabledResponse

func ParseSetNonPersistentTopicSubscriptionTypesEnabledResponse(rsp *http.Response) (*SetNonPersistentTopicSubscriptionTypesEnabledResponse, error)

ParseSetNonPersistentTopicSubscriptionTypesEnabledResponse parses an HTTP response from a SetNonPersistentTopicSubscriptionTypesEnabledWithResponse call

func (SetNonPersistentTopicSubscriptionTypesEnabledResponse) Status

Status returns HTTPResponse.Status

func (SetNonPersistentTopicSubscriptionTypesEnabledResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPeerClusterNamesResponse

type SetPeerClusterNamesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPeerClusterNamesResponse

func ParseSetPeerClusterNamesResponse(rsp *http.Response) (*SetPeerClusterNamesResponse, error)

ParseSetPeerClusterNamesResponse parses an HTTP response from a SetPeerClusterNamesWithResponse call

func (SetPeerClusterNamesResponse) Status

Status returns HTTPResponse.Status

func (SetPeerClusterNamesResponse) StatusCode

func (r SetPeerClusterNamesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicBacklogQuotaParams

type SetPersistentTopicBacklogQuotaParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative    *bool                                                 `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal         *bool                                                 `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
	BacklogQuotaType *SetPersistentTopicBacklogQuotaParamsBacklogQuotaType `form:"backlogQuotaType,omitempty" json:"backlogQuotaType,omitempty"`
}

SetPersistentTopicBacklogQuotaParams defines parameters for SetPersistentTopicBacklogQuota.

type SetPersistentTopicBacklogQuotaParamsBacklogQuotaType

type SetPersistentTopicBacklogQuotaParamsBacklogQuotaType string

SetPersistentTopicBacklogQuotaParamsBacklogQuotaType defines parameters for SetPersistentTopicBacklogQuota.

const (
	SetPersistentTopicBacklogQuotaParamsBacklogQuotaTypeDestinationStorage SetPersistentTopicBacklogQuotaParamsBacklogQuotaType = "destination_storage"
	SetPersistentTopicBacklogQuotaParamsBacklogQuotaTypeMessageAge         SetPersistentTopicBacklogQuotaParamsBacklogQuotaType = "message_age"
)

Defines values for SetPersistentTopicBacklogQuotaParamsBacklogQuotaType.

type SetPersistentTopicBacklogQuotaResponse

type SetPersistentTopicBacklogQuotaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicBacklogQuotaResponse

func ParseSetPersistentTopicBacklogQuotaResponse(rsp *http.Response) (*SetPersistentTopicBacklogQuotaResponse, error)

ParseSetPersistentTopicBacklogQuotaResponse parses an HTTP response from a SetPersistentTopicBacklogQuotaWithResponse call

func (SetPersistentTopicBacklogQuotaResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicBacklogQuotaResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicCompactionThresholdParams

type SetPersistentTopicCompactionThresholdParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetPersistentTopicCompactionThresholdParams defines parameters for SetPersistentTopicCompactionThreshold.

type SetPersistentTopicCompactionThresholdResponse

type SetPersistentTopicCompactionThresholdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicCompactionThresholdResponse

func ParseSetPersistentTopicCompactionThresholdResponse(rsp *http.Response) (*SetPersistentTopicCompactionThresholdResponse, error)

ParseSetPersistentTopicCompactionThresholdResponse parses an HTTP response from a SetPersistentTopicCompactionThresholdWithResponse call

func (SetPersistentTopicCompactionThresholdResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicCompactionThresholdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicDeduplicationParams

type SetPersistentTopicDeduplicationParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicDeduplicationParams defines parameters for SetPersistentTopicDeduplication.

type SetPersistentTopicDeduplicationResponse

type SetPersistentTopicDeduplicationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicDeduplicationResponse

func ParseSetPersistentTopicDeduplicationResponse(rsp *http.Response) (*SetPersistentTopicDeduplicationResponse, error)

ParseSetPersistentTopicDeduplicationResponse parses an HTTP response from a SetPersistentTopicDeduplicationWithResponse call

func (SetPersistentTopicDeduplicationResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicDeduplicationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicDeduplicationSnapshotIntervalParams

type SetPersistentTopicDeduplicationSnapshotIntervalParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicDeduplicationSnapshotIntervalParams defines parameters for SetPersistentTopicDeduplicationSnapshotInterval.

type SetPersistentTopicDeduplicationSnapshotIntervalResponse

type SetPersistentTopicDeduplicationSnapshotIntervalResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicDeduplicationSnapshotIntervalResponse

func ParseSetPersistentTopicDeduplicationSnapshotIntervalResponse(rsp *http.Response) (*SetPersistentTopicDeduplicationSnapshotIntervalResponse, error)

ParseSetPersistentTopicDeduplicationSnapshotIntervalResponse parses an HTTP response from a SetPersistentTopicDeduplicationSnapshotIntervalWithResponse call

func (SetPersistentTopicDeduplicationSnapshotIntervalResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicDeduplicationSnapshotIntervalResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicDelayedDeliveryPoliciesParams

type SetPersistentTopicDelayedDeliveryPoliciesParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicDelayedDeliveryPoliciesParams defines parameters for SetPersistentTopicDelayedDeliveryPolicies.

type SetPersistentTopicDelayedDeliveryPoliciesResponse

type SetPersistentTopicDelayedDeliveryPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicDelayedDeliveryPoliciesResponse

func ParseSetPersistentTopicDelayedDeliveryPoliciesResponse(rsp *http.Response) (*SetPersistentTopicDelayedDeliveryPoliciesResponse, error)

ParseSetPersistentTopicDelayedDeliveryPoliciesResponse parses an HTTP response from a SetPersistentTopicDelayedDeliveryPoliciesWithResponse call

func (SetPersistentTopicDelayedDeliveryPoliciesResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicDelayedDeliveryPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicDispatchRateParams

type SetPersistentTopicDispatchRateParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetPersistentTopicDispatchRateParams defines parameters for SetPersistentTopicDispatchRate.

type SetPersistentTopicDispatchRateResponse

type SetPersistentTopicDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicDispatchRateResponse

func ParseSetPersistentTopicDispatchRateResponse(rsp *http.Response) (*SetPersistentTopicDispatchRateResponse, error)

ParseSetPersistentTopicDispatchRateResponse parses an HTTP response from a SetPersistentTopicDispatchRateWithResponse call

func (SetPersistentTopicDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicEntryFiltersParams

type SetPersistentTopicEntryFiltersParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected thiscall to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicEntryFiltersParams defines parameters for SetPersistentTopicEntryFilters.

type SetPersistentTopicEntryFiltersResponse

type SetPersistentTopicEntryFiltersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicEntryFiltersResponse

func ParseSetPersistentTopicEntryFiltersResponse(rsp *http.Response) (*SetPersistentTopicEntryFiltersResponse, error)

ParseSetPersistentTopicEntryFiltersResponse parses an HTTP response from a SetPersistentTopicEntryFiltersWithResponse call

func (SetPersistentTopicEntryFiltersResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicEntryFiltersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicInactiveTopicPoliciesParams

type SetPersistentTopicInactiveTopicPoliciesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetPersistentTopicInactiveTopicPoliciesParams defines parameters for SetPersistentTopicInactiveTopicPolicies.

type SetPersistentTopicInactiveTopicPoliciesResponse

type SetPersistentTopicInactiveTopicPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicInactiveTopicPoliciesResponse

func ParseSetPersistentTopicInactiveTopicPoliciesResponse(rsp *http.Response) (*SetPersistentTopicInactiveTopicPoliciesResponse, error)

ParseSetPersistentTopicInactiveTopicPoliciesResponse parses an HTTP response from a SetPersistentTopicInactiveTopicPoliciesWithResponse call

func (SetPersistentTopicInactiveTopicPoliciesResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicInactiveTopicPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicMaxConsumersParams

type SetPersistentTopicMaxConsumersParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicMaxConsumersParams defines parameters for SetPersistentTopicMaxConsumers.

type SetPersistentTopicMaxConsumersPerSubscriptionParams

type SetPersistentTopicMaxConsumersPerSubscriptionParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicMaxConsumersPerSubscriptionParams defines parameters for SetPersistentTopicMaxConsumersPerSubscription.

type SetPersistentTopicMaxConsumersPerSubscriptionResponse

type SetPersistentTopicMaxConsumersPerSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicMaxConsumersPerSubscriptionResponse

func ParseSetPersistentTopicMaxConsumersPerSubscriptionResponse(rsp *http.Response) (*SetPersistentTopicMaxConsumersPerSubscriptionResponse, error)

ParseSetPersistentTopicMaxConsumersPerSubscriptionResponse parses an HTTP response from a SetPersistentTopicMaxConsumersPerSubscriptionWithResponse call

func (SetPersistentTopicMaxConsumersPerSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicMaxConsumersPerSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicMaxConsumersResponse

type SetPersistentTopicMaxConsumersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicMaxConsumersResponse

func ParseSetPersistentTopicMaxConsumersResponse(rsp *http.Response) (*SetPersistentTopicMaxConsumersResponse, error)

ParseSetPersistentTopicMaxConsumersResponse parses an HTTP response from a SetPersistentTopicMaxConsumersWithResponse call

func (SetPersistentTopicMaxConsumersResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicMaxConsumersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicMaxMessageSizeParams

type SetPersistentTopicMaxMessageSizeParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicMaxMessageSizeParams defines parameters for SetPersistentTopicMaxMessageSize.

type SetPersistentTopicMaxMessageSizeResponse

type SetPersistentTopicMaxMessageSizeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicMaxMessageSizeResponse

func ParseSetPersistentTopicMaxMessageSizeResponse(rsp *http.Response) (*SetPersistentTopicMaxMessageSizeResponse, error)

ParseSetPersistentTopicMaxMessageSizeResponse parses an HTTP response from a SetPersistentTopicMaxMessageSizeWithResponse call

func (SetPersistentTopicMaxMessageSizeResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicMaxMessageSizeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicMaxProducersParams

type SetPersistentTopicMaxProducersParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetPersistentTopicMaxProducersParams defines parameters for SetPersistentTopicMaxProducers.

type SetPersistentTopicMaxProducersResponse

type SetPersistentTopicMaxProducersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicMaxProducersResponse

func ParseSetPersistentTopicMaxProducersResponse(rsp *http.Response) (*SetPersistentTopicMaxProducersResponse, error)

ParseSetPersistentTopicMaxProducersResponse parses an HTTP response from a SetPersistentTopicMaxProducersWithResponse call

func (SetPersistentTopicMaxProducersResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicMaxProducersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicMaxSubscriptionsPerTopicParams

type SetPersistentTopicMaxSubscriptionsPerTopicParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicMaxSubscriptionsPerTopicParams defines parameters for SetPersistentTopicMaxSubscriptionsPerTopic.

type SetPersistentTopicMaxSubscriptionsPerTopicResponse

type SetPersistentTopicMaxSubscriptionsPerTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicMaxSubscriptionsPerTopicResponse

func ParseSetPersistentTopicMaxSubscriptionsPerTopicResponse(rsp *http.Response) (*SetPersistentTopicMaxSubscriptionsPerTopicResponse, error)

ParseSetPersistentTopicMaxSubscriptionsPerTopicResponse parses an HTTP response from a SetPersistentTopicMaxSubscriptionsPerTopicWithResponse call

func (SetPersistentTopicMaxSubscriptionsPerTopicResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicMaxSubscriptionsPerTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicMaxUnackedMessagesOnConsumerParams

type SetPersistentTopicMaxUnackedMessagesOnConsumerParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicMaxUnackedMessagesOnConsumerParams defines parameters for SetPersistentTopicMaxUnackedMessagesOnConsumer.

type SetPersistentTopicMaxUnackedMessagesOnConsumerResponse

type SetPersistentTopicMaxUnackedMessagesOnConsumerResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicMaxUnackedMessagesOnConsumerResponse

func ParseSetPersistentTopicMaxUnackedMessagesOnConsumerResponse(rsp *http.Response) (*SetPersistentTopicMaxUnackedMessagesOnConsumerResponse, error)

ParseSetPersistentTopicMaxUnackedMessagesOnConsumerResponse parses an HTTP response from a SetPersistentTopicMaxUnackedMessagesOnConsumerWithResponse call

func (SetPersistentTopicMaxUnackedMessagesOnConsumerResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicMaxUnackedMessagesOnConsumerResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicMaxUnackedMessagesOnSubscriptionParams

type SetPersistentTopicMaxUnackedMessagesOnSubscriptionParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicMaxUnackedMessagesOnSubscriptionParams defines parameters for SetPersistentTopicMaxUnackedMessagesOnSubscription.

type SetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse

type SetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse

func ParseSetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse(rsp *http.Response) (*SetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse, error)

ParseSetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse parses an HTTP response from a SetPersistentTopicMaxUnackedMessagesOnSubscriptionWithResponse call

func (SetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicMaxUnackedMessagesOnSubscriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicMessageTTLParams

type SetPersistentTopicMessageTTLParams struct {
	// MessageTTL TTL in seconds for the specified namespace
	MessageTTL int32 `form:"messageTTL" json:"messageTTL"`
	IsGlobal   *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicMessageTTLParams defines parameters for SetPersistentTopicMessageTTL.

type SetPersistentTopicMessageTTLResponse

type SetPersistentTopicMessageTTLResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicMessageTTLResponse

func ParseSetPersistentTopicMessageTTLResponse(rsp *http.Response) (*SetPersistentTopicMessageTTLResponse, error)

ParseSetPersistentTopicMessageTTLResponse parses an HTTP response from a SetPersistentTopicMessageTTLWithResponse call

func (SetPersistentTopicMessageTTLResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicMessageTTLResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicOffloadPoliciesParams

type SetPersistentTopicOffloadPoliciesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetPersistentTopicOffloadPoliciesParams defines parameters for SetPersistentTopicOffloadPolicies.

type SetPersistentTopicOffloadPoliciesResponse

type SetPersistentTopicOffloadPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicOffloadPoliciesResponse

func ParseSetPersistentTopicOffloadPoliciesResponse(rsp *http.Response) (*SetPersistentTopicOffloadPoliciesResponse, error)

ParseSetPersistentTopicOffloadPoliciesResponse parses an HTTP response from a SetPersistentTopicOffloadPoliciesWithResponse call

func (SetPersistentTopicOffloadPoliciesResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicOffloadPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicPersistenceParams

type SetPersistentTopicPersistenceParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetPersistentTopicPersistenceParams defines parameters for SetPersistentTopicPersistence.

type SetPersistentTopicPersistenceResponse

type SetPersistentTopicPersistenceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicPersistenceResponse

func ParseSetPersistentTopicPersistenceResponse(rsp *http.Response) (*SetPersistentTopicPersistenceResponse, error)

ParseSetPersistentTopicPersistenceResponse parses an HTTP response from a SetPersistentTopicPersistenceWithResponse call

func (SetPersistentTopicPersistenceResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicPersistenceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicPublishRateParams

type SetPersistentTopicPublishRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicPublishRateParams defines parameters for SetPersistentTopicPublishRate.

type SetPersistentTopicPublishRateResponse

type SetPersistentTopicPublishRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicPublishRateResponse

func ParseSetPersistentTopicPublishRateResponse(rsp *http.Response) (*SetPersistentTopicPublishRateResponse, error)

ParseSetPersistentTopicPublishRateResponse parses an HTTP response from a SetPersistentTopicPublishRateWithResponse call

func (SetPersistentTopicPublishRateResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicPublishRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicReplicatedSubscriptionStatusParams

type SetPersistentTopicReplicatedSubscriptionStatusParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicReplicatedSubscriptionStatusParams defines parameters for SetPersistentTopicReplicatedSubscriptionStatus.

type SetPersistentTopicReplicatedSubscriptionStatusResponse

type SetPersistentTopicReplicatedSubscriptionStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicReplicatedSubscriptionStatusResponse

func ParseSetPersistentTopicReplicatedSubscriptionStatusResponse(rsp *http.Response) (*SetPersistentTopicReplicatedSubscriptionStatusResponse, error)

ParseSetPersistentTopicReplicatedSubscriptionStatusResponse parses an HTTP response from a SetPersistentTopicReplicatedSubscriptionStatusWithResponse call

func (SetPersistentTopicReplicatedSubscriptionStatusResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicReplicatedSubscriptionStatusResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicReplicationClustersParams

type SetPersistentTopicReplicationClustersParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicReplicationClustersParams defines parameters for SetPersistentTopicReplicationClusters.

type SetPersistentTopicReplicationClustersResponse

type SetPersistentTopicReplicationClustersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicReplicationClustersResponse

func ParseSetPersistentTopicReplicationClustersResponse(rsp *http.Response) (*SetPersistentTopicReplicationClustersResponse, error)

ParseSetPersistentTopicReplicationClustersResponse parses an HTTP response from a SetPersistentTopicReplicationClustersWithResponse call

func (SetPersistentTopicReplicationClustersResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicReplicationClustersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicReplicatorDispatchRateParams

type SetPersistentTopicReplicatorDispatchRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicReplicatorDispatchRateParams defines parameters for SetPersistentTopicReplicatorDispatchRate.

type SetPersistentTopicReplicatorDispatchRateResponse

type SetPersistentTopicReplicatorDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicReplicatorDispatchRateResponse

func ParseSetPersistentTopicReplicatorDispatchRateResponse(rsp *http.Response) (*SetPersistentTopicReplicatorDispatchRateResponse, error)

ParseSetPersistentTopicReplicatorDispatchRateResponse parses an HTTP response from a SetPersistentTopicReplicatorDispatchRateWithResponse call

func (SetPersistentTopicReplicatorDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicReplicatorDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicRetentionParams

type SetPersistentTopicRetentionParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetPersistentTopicRetentionParams defines parameters for SetPersistentTopicRetention.

type SetPersistentTopicRetentionResponse

type SetPersistentTopicRetentionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicRetentionResponse

func ParseSetPersistentTopicRetentionResponse(rsp *http.Response) (*SetPersistentTopicRetentionResponse, error)

ParseSetPersistentTopicRetentionResponse parses an HTTP response from a SetPersistentTopicRetentionWithResponse call

func (SetPersistentTopicRetentionResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicRetentionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicSchemaCompatibilityStrategyParams

type SetPersistentTopicSchemaCompatibilityStrategyParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicSchemaCompatibilityStrategyParams defines parameters for SetPersistentTopicSchemaCompatibilityStrategy.

type SetPersistentTopicSchemaCompatibilityStrategyResponse

type SetPersistentTopicSchemaCompatibilityStrategyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicSchemaCompatibilityStrategyResponse

func ParseSetPersistentTopicSchemaCompatibilityStrategyResponse(rsp *http.Response) (*SetPersistentTopicSchemaCompatibilityStrategyResponse, error)

ParseSetPersistentTopicSchemaCompatibilityStrategyResponse parses an HTTP response from a SetPersistentTopicSchemaCompatibilityStrategyWithResponse call

func (SetPersistentTopicSchemaCompatibilityStrategyResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicSchemaCompatibilityStrategyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicSchemaValidationEnforcedParams

type SetPersistentTopicSchemaValidationEnforcedParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicSchemaValidationEnforcedParams defines parameters for SetPersistentTopicSchemaValidationEnforced.

type SetPersistentTopicSchemaValidationEnforcedResponse

type SetPersistentTopicSchemaValidationEnforcedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicSchemaValidationEnforcedResponse

func ParseSetPersistentTopicSchemaValidationEnforcedResponse(rsp *http.Response) (*SetPersistentTopicSchemaValidationEnforcedResponse, error)

ParseSetPersistentTopicSchemaValidationEnforcedResponse parses an HTTP response from a SetPersistentTopicSchemaValidationEnforcedWithResponse call

func (SetPersistentTopicSchemaValidationEnforcedResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicSchemaValidationEnforcedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicShadowTopicsParams

type SetPersistentTopicShadowTopicsParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicShadowTopicsParams defines parameters for SetPersistentTopicShadowTopics.

type SetPersistentTopicShadowTopicsResponse

type SetPersistentTopicShadowTopicsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicShadowTopicsResponse

func ParseSetPersistentTopicShadowTopicsResponse(rsp *http.Response) (*SetPersistentTopicShadowTopicsResponse, error)

ParseSetPersistentTopicShadowTopicsResponse parses an HTTP response from a SetPersistentTopicShadowTopicsWithResponse call

func (SetPersistentTopicShadowTopicsResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicShadowTopicsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicSubscribeRateParams

type SetPersistentTopicSubscribeRateParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicSubscribeRateParams defines parameters for SetPersistentTopicSubscribeRate.

type SetPersistentTopicSubscribeRateResponse

type SetPersistentTopicSubscribeRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicSubscribeRateResponse

func ParseSetPersistentTopicSubscribeRateResponse(rsp *http.Response) (*SetPersistentTopicSubscribeRateResponse, error)

ParseSetPersistentTopicSubscribeRateResponse parses an HTTP response from a SetPersistentTopicSubscribeRateWithResponse call

func (SetPersistentTopicSubscribeRateResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicSubscribeRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicSubscriptionDispatchRateParams

type SetPersistentTopicSubscriptionDispatchRateParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetPersistentTopicSubscriptionDispatchRateParams defines parameters for SetPersistentTopicSubscriptionDispatchRate.

type SetPersistentTopicSubscriptionDispatchRateResponse

type SetPersistentTopicSubscriptionDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicSubscriptionDispatchRateResponse

func ParseSetPersistentTopicSubscriptionDispatchRateResponse(rsp *http.Response) (*SetPersistentTopicSubscriptionDispatchRateResponse, error)

ParseSetPersistentTopicSubscriptionDispatchRateResponse parses an HTTP response from a SetPersistentTopicSubscriptionDispatchRateWithResponse call

func (SetPersistentTopicSubscriptionDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicSubscriptionDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicSubscriptionLevelDispatchRateParams

type SetPersistentTopicSubscriptionLevelDispatchRateParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	IsGlobal      *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`
}

SetPersistentTopicSubscriptionLevelDispatchRateParams defines parameters for SetPersistentTopicSubscriptionLevelDispatchRate.

type SetPersistentTopicSubscriptionLevelDispatchRateResponse

type SetPersistentTopicSubscriptionLevelDispatchRateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicSubscriptionLevelDispatchRateResponse

func ParseSetPersistentTopicSubscriptionLevelDispatchRateResponse(rsp *http.Response) (*SetPersistentTopicSubscriptionLevelDispatchRateResponse, error)

ParseSetPersistentTopicSubscriptionLevelDispatchRateResponse parses an HTTP response from a SetPersistentTopicSubscriptionLevelDispatchRateWithResponse call

func (SetPersistentTopicSubscriptionLevelDispatchRateResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicSubscriptionLevelDispatchRateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPersistentTopicSubscriptionTypesEnabledParams

type SetPersistentTopicSubscriptionTypesEnabledParams struct {
	IsGlobal *bool `form:"isGlobal,omitempty" json:"isGlobal,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SetPersistentTopicSubscriptionTypesEnabledParams defines parameters for SetPersistentTopicSubscriptionTypesEnabled.

type SetPersistentTopicSubscriptionTypesEnabledResponse

type SetPersistentTopicSubscriptionTypesEnabledResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPersistentTopicSubscriptionTypesEnabledResponse

func ParseSetPersistentTopicSubscriptionTypesEnabledResponse(rsp *http.Response) (*SetPersistentTopicSubscriptionTypesEnabledResponse, error)

ParseSetPersistentTopicSubscriptionTypesEnabledResponse parses an HTTP response from a SetPersistentTopicSubscriptionTypesEnabledWithResponse call

func (SetPersistentTopicSubscriptionTypesEnabledResponse) Status

Status returns HTTPResponse.Status

func (SetPersistentTopicSubscriptionTypesEnabledResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SetPropertiesJSONBody

type SetPropertiesJSONBody map[string]string

SetPropertiesJSONBody defines parameters for SetProperties.

type SetPropertiesJSONRequestBody

type SetPropertiesJSONRequestBody SetPropertiesJSONBody

SetPropertiesJSONRequestBody defines body for SetProperties for application/json ContentType.

type SetPropertiesResponse

type SetPropertiesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPropertiesResponse

func ParseSetPropertiesResponse(rsp *http.Response) (*SetPropertiesResponse, error)

ParseSetPropertiesResponse parses an HTTP response from a SetPropertiesWithResponse call

func (SetPropertiesResponse) Status

func (r SetPropertiesResponse) Status() string

Status returns HTTPResponse.Status

func (SetPropertiesResponse) StatusCode

func (r SetPropertiesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetPropertyResponse

type SetPropertyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetPropertyResponse

func ParseSetPropertyResponse(rsp *http.Response) (*SetPropertyResponse, error)

ParseSetPropertyResponse parses an HTTP response from a SetPropertyWithResponse call

func (SetPropertyResponse) Status

func (r SetPropertyResponse) Status() string

Status returns HTTPResponse.Status

func (SetPropertyResponse) StatusCode

func (r SetPropertyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetSchemaAutoUpdateCompatibilityStrategyJSONBody

type SetSchemaAutoUpdateCompatibilityStrategyJSONBody = string

SetSchemaAutoUpdateCompatibilityStrategyJSONBody defines parameters for SetSchemaAutoUpdateCompatibilityStrategy.

type SetSchemaAutoUpdateCompatibilityStrategyJSONRequestBody

type SetSchemaAutoUpdateCompatibilityStrategyJSONRequestBody = SetSchemaAutoUpdateCompatibilityStrategyJSONBody

SetSchemaAutoUpdateCompatibilityStrategyJSONRequestBody defines body for SetSchemaAutoUpdateCompatibilityStrategy for application/json ContentType.

type SetSchemaAutoUpdateCompatibilityStrategyResponse

type SetSchemaAutoUpdateCompatibilityStrategyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSetSchemaAutoUpdateCompatibilityStrategyResponse

func ParseSetSchemaAutoUpdateCompatibilityStrategyResponse(rsp *http.Response) (*SetSchemaAutoUpdateCompatibilityStrategyResponse, error)

ParseSetSchemaAutoUpdateCompatibilityStrategyResponse parses an HTTP response from a SetSchemaAutoUpdateCompatibilityStrategyWithResponse call

func (SetSchemaAutoUpdateCompatibilityStrategyResponse) Status

Status returns HTTPResponse.Status

func (SetSchemaAutoUpdateCompatibilityStrategyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type ShutDownBrokerGracefullyParams

type ShutDownBrokerGracefullyParams struct {
	// MaxConcurrentUnloadPerSec if the value absent(value=0) means no concurrent limitation.
	MaxConcurrentUnloadPerSec *int32 `form:"maxConcurrentUnloadPerSec,omitempty" json:"maxConcurrentUnloadPerSec,omitempty"`
	ForcedTerminateTopic      *bool  `form:"forcedTerminateTopic,omitempty" json:"forcedTerminateTopic,omitempty"`
}

ShutDownBrokerGracefullyParams defines parameters for ShutDownBrokerGracefully.

type ShutDownBrokerGracefullyResponse

type ShutDownBrokerGracefullyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseShutDownBrokerGracefullyResponse

func ParseShutDownBrokerGracefullyResponse(rsp *http.Response) (*ShutDownBrokerGracefullyResponse, error)

ParseShutDownBrokerGracefullyResponse parses an HTTP response from a ShutDownBrokerGracefullyWithResponse call

func (ShutDownBrokerGracefullyResponse) Status

Status returns HTTPResponse.Status

func (ShutDownBrokerGracefullyResponse) StatusCode

func (r ShutDownBrokerGracefullyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SkipNonPersistentTopicAllMessagesParams

type SkipNonPersistentTopicAllMessagesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SkipNonPersistentTopicAllMessagesParams defines parameters for SkipNonPersistentTopicAllMessages.

type SkipNonPersistentTopicAllMessagesResponse

type SkipNonPersistentTopicAllMessagesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSkipNonPersistentTopicAllMessagesResponse

func ParseSkipNonPersistentTopicAllMessagesResponse(rsp *http.Response) (*SkipNonPersistentTopicAllMessagesResponse, error)

ParseSkipNonPersistentTopicAllMessagesResponse parses an HTTP response from a SkipNonPersistentTopicAllMessagesWithResponse call

func (SkipNonPersistentTopicAllMessagesResponse) Status

Status returns HTTPResponse.Status

func (SkipNonPersistentTopicAllMessagesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SkipNonPersistentTopicMessagesParams

type SkipNonPersistentTopicMessagesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SkipNonPersistentTopicMessagesParams defines parameters for SkipNonPersistentTopicMessages.

type SkipNonPersistentTopicMessagesResponse

type SkipNonPersistentTopicMessagesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSkipNonPersistentTopicMessagesResponse

func ParseSkipNonPersistentTopicMessagesResponse(rsp *http.Response) (*SkipNonPersistentTopicMessagesResponse, error)

ParseSkipNonPersistentTopicMessagesResponse parses an HTTP response from a SkipNonPersistentTopicMessagesWithResponse call

func (SkipNonPersistentTopicMessagesResponse) Status

Status returns HTTPResponse.Status

func (SkipNonPersistentTopicMessagesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SkipPersistentTopicAllMessagesParams

type SkipPersistentTopicAllMessagesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SkipPersistentTopicAllMessagesParams defines parameters for SkipPersistentTopicAllMessages.

type SkipPersistentTopicAllMessagesResponse

type SkipPersistentTopicAllMessagesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSkipPersistentTopicAllMessagesResponse

func ParseSkipPersistentTopicAllMessagesResponse(rsp *http.Response) (*SkipPersistentTopicAllMessagesResponse, error)

ParseSkipPersistentTopicAllMessagesResponse parses an HTTP response from a SkipPersistentTopicAllMessagesWithResponse call

func (SkipPersistentTopicAllMessagesResponse) Status

Status returns HTTPResponse.Status

func (SkipPersistentTopicAllMessagesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SkipPersistentTopicMessagesParams

type SkipPersistentTopicMessagesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

SkipPersistentTopicMessagesParams defines parameters for SkipPersistentTopicMessages.

type SkipPersistentTopicMessagesResponse

type SkipPersistentTopicMessagesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSkipPersistentTopicMessagesResponse

func ParseSkipPersistentTopicMessagesResponse(rsp *http.Response) (*SkipPersistentTopicMessagesResponse, error)

ParseSkipPersistentTopicMessagesResponse parses an HTTP response from a SkipPersistentTopicMessagesWithResponse call

func (SkipPersistentTopicMessagesResponse) Status

Status returns HTTPResponse.Status

func (SkipPersistentTopicMessagesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SplitNamespaceBundleJSONBody

type SplitNamespaceBundleJSONBody = []int64

SplitNamespaceBundleJSONBody defines parameters for SplitNamespaceBundle.

type SplitNamespaceBundleJSONRequestBody

type SplitNamespaceBundleJSONRequestBody = SplitNamespaceBundleJSONBody

SplitNamespaceBundleJSONRequestBody defines body for SplitNamespaceBundle for application/json ContentType.

type SplitNamespaceBundleParams

type SplitNamespaceBundleParams struct {
	Authoritative      *bool   `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	Unload             *bool   `form:"unload,omitempty" json:"unload,omitempty"`
	SplitAlgorithmName *string `form:"splitAlgorithmName,omitempty" json:"splitAlgorithmName,omitempty"`
}

SplitNamespaceBundleParams defines parameters for SplitNamespaceBundle.

type SplitNamespaceBundleResponse

type SplitNamespaceBundleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseSplitNamespaceBundleResponse

func ParseSplitNamespaceBundleResponse(rsp *http.Response) (*SplitNamespaceBundleResponse, error)

ParseSplitNamespaceBundleResponse parses an HTTP response from a SplitNamespaceBundleWithResponse call

func (SplitNamespaceBundleResponse) Status

Status returns HTTPResponse.Status

func (SplitNamespaceBundleResponse) StatusCode

func (r SplitNamespaceBundleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SubscribeRate

type SubscribeRate struct {
	RatePeriodInSecond                 *int32 `json:"ratePeriodInSecond,omitempty"`
	SubscribeThrottlingRatePerConsumer *int32 `json:"subscribeThrottlingRatePerConsumer,omitempty"`
}

SubscribeRate defines model for SubscribeRate.

type SystemResourceUsage

type SystemResourceUsage struct {
	BandwidthIn  *ResourceUsage `json:"bandwidthIn,omitempty"`
	BandwidthOut *ResourceUsage `json:"bandwidthOut,omitempty"`
	Cpu          *ResourceUsage `json:"cpu,omitempty"`
	DirectMemory *ResourceUsage `json:"directMemory,omitempty"`
	Memory       *ResourceUsage `json:"memory,omitempty"`
}

SystemResourceUsage defines model for SystemResourceUsage.

type TenantInfo

type TenantInfo struct {
	// AdminRoles Comma separated list of auth principal allowed to administrate the tenant.
	AdminRoles *[]string `json:"adminRoles,omitempty"`

	// AllowedClusters Comma separated allowed clusters.
	AllowedClusters *[]string `json:"allowedClusters,omitempty"`
}

TenantInfo Information of adminRoles and allowedClusters for tenant

type TerminateNonPersistentTopicParams

type TerminateNonPersistentTopicParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

TerminateNonPersistentTopicParams defines parameters for TerminateNonPersistentTopic.

type TerminateNonPersistentTopicPartitionedTopicParams

type TerminateNonPersistentTopicPartitionedTopicParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

TerminateNonPersistentTopicPartitionedTopicParams defines parameters for TerminateNonPersistentTopicPartitionedTopic.

type TerminateNonPersistentTopicPartitionedTopicResponse

type TerminateNonPersistentTopicPartitionedTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseTerminateNonPersistentTopicPartitionedTopicResponse

func ParseTerminateNonPersistentTopicPartitionedTopicResponse(rsp *http.Response) (*TerminateNonPersistentTopicPartitionedTopicResponse, error)

ParseTerminateNonPersistentTopicPartitionedTopicResponse parses an HTTP response from a TerminateNonPersistentTopicPartitionedTopicWithResponse call

func (TerminateNonPersistentTopicPartitionedTopicResponse) Status

Status returns HTTPResponse.Status

func (TerminateNonPersistentTopicPartitionedTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type TerminateNonPersistentTopicResponse

type TerminateNonPersistentTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseTerminateNonPersistentTopicResponse

func ParseTerminateNonPersistentTopicResponse(rsp *http.Response) (*TerminateNonPersistentTopicResponse, error)

ParseTerminateNonPersistentTopicResponse parses an HTTP response from a TerminateNonPersistentTopicWithResponse call

func (TerminateNonPersistentTopicResponse) Status

Status returns HTTPResponse.Status

func (TerminateNonPersistentTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type TerminatePersistentTopicParams

type TerminatePersistentTopicParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

TerminatePersistentTopicParams defines parameters for TerminatePersistentTopic.

type TerminatePersistentTopicPartitionedTopicParams

type TerminatePersistentTopicPartitionedTopicParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

TerminatePersistentTopicPartitionedTopicParams defines parameters for TerminatePersistentTopicPartitionedTopic.

type TerminatePersistentTopicPartitionedTopicResponse

type TerminatePersistentTopicPartitionedTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseTerminatePersistentTopicPartitionedTopicResponse

func ParseTerminatePersistentTopicPartitionedTopicResponse(rsp *http.Response) (*TerminatePersistentTopicPartitionedTopicResponse, error)

ParseTerminatePersistentTopicPartitionedTopicResponse parses an HTTP response from a TerminatePersistentTopicPartitionedTopicWithResponse call

func (TerminatePersistentTopicPartitionedTopicResponse) Status

Status returns HTTPResponse.Status

func (TerminatePersistentTopicPartitionedTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type TerminatePersistentTopicResponse

type TerminatePersistentTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseTerminatePersistentTopicResponse

func ParseTerminatePersistentTopicResponse(rsp *http.Response) (*TerminatePersistentTopicResponse, error)

ParseTerminatePersistentTopicResponse parses an HTTP response from a TerminatePersistentTopicWithResponse call

func (TerminatePersistentTopicResponse) Status

Status returns HTTPResponse.Status

func (TerminatePersistentTopicResponse) StatusCode

func (r TerminatePersistentTopicResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TestCompatibilityJSONRequestBody

type TestCompatibilityJSONRequestBody = PostSchemaPayload

TestCompatibilityJSONRequestBody defines body for TestCompatibility for application/json ContentType.

type TestCompatibilityParams

type TestCompatibilityParams struct {
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

TestCompatibilityParams defines parameters for TestCompatibility.

type TestCompatibilityResponse

type TestCompatibilityResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *IsCompatibilityResponse
}

func ParseTestCompatibilityResponse

func ParseTestCompatibilityResponse(rsp *http.Response) (*TestCompatibilityResponse, error)

ParseTestCompatibilityResponse parses an HTTP response from a TestCompatibilityWithResponse call

func (TestCompatibilityResponse) Status

func (r TestCompatibilityResponse) Status() string

Status returns HTTPResponse.Status

func (TestCompatibilityResponse) StatusCode

func (r TestCompatibilityResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TriggerNonPersistentTopicOffloadParams

type TriggerNonPersistentTopicOffloadParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

TriggerNonPersistentTopicOffloadParams defines parameters for TriggerNonPersistentTopicOffload.

type TriggerNonPersistentTopicOffloadResponse

type TriggerNonPersistentTopicOffloadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseTriggerNonPersistentTopicOffloadResponse

func ParseTriggerNonPersistentTopicOffloadResponse(rsp *http.Response) (*TriggerNonPersistentTopicOffloadResponse, error)

ParseTriggerNonPersistentTopicOffloadResponse parses an HTTP response from a TriggerNonPersistentTopicOffloadWithResponse call

func (TriggerNonPersistentTopicOffloadResponse) Status

Status returns HTTPResponse.Status

func (TriggerNonPersistentTopicOffloadResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type TriggerPersistentTopicOffloadParams

type TriggerPersistentTopicOffloadParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

TriggerPersistentTopicOffloadParams defines parameters for TriggerPersistentTopicOffload.

type TriggerPersistentTopicOffloadResponse

type TriggerPersistentTopicOffloadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseTriggerPersistentTopicOffloadResponse

func ParseTriggerPersistentTopicOffloadResponse(rsp *http.Response) (*TriggerPersistentTopicOffloadResponse, error)

ParseTriggerPersistentTopicOffloadResponse parses an HTTP response from a TriggerPersistentTopicOffloadWithResponse call

func (TriggerPersistentTopicOffloadResponse) Status

Status returns HTTPResponse.Status

func (TriggerPersistentTopicOffloadResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type TruncateNonPersistentTopicTopicParams

type TruncateNonPersistentTopicTopicParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

TruncateNonPersistentTopicTopicParams defines parameters for TruncateNonPersistentTopicTopic.

type TruncateNonPersistentTopicTopicResponse

type TruncateNonPersistentTopicTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseTruncateNonPersistentTopicTopicResponse

func ParseTruncateNonPersistentTopicTopicResponse(rsp *http.Response) (*TruncateNonPersistentTopicTopicResponse, error)

ParseTruncateNonPersistentTopicTopicResponse parses an HTTP response from a TruncateNonPersistentTopicTopicWithResponse call

func (TruncateNonPersistentTopicTopicResponse) Status

Status returns HTTPResponse.Status

func (TruncateNonPersistentTopicTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type TruncatePersistentTopicTopicParams

type TruncatePersistentTopicTopicParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

TruncatePersistentTopicTopicParams defines parameters for TruncatePersistentTopicTopic.

type TruncatePersistentTopicTopicResponse

type TruncatePersistentTopicTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseTruncatePersistentTopicTopicResponse

func ParseTruncatePersistentTopicTopicResponse(rsp *http.Response) (*TruncatePersistentTopicTopicResponse, error)

ParseTruncatePersistentTopicTopicResponse parses an HTTP response from a TruncatePersistentTopicTopicWithResponse call

func (TruncatePersistentTopicTopicResponse) Status

Status returns HTTPResponse.Status

func (TruncatePersistentTopicTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type TypeBindings

type TypeBindings struct {
	Empty          *bool       `json:"empty,omitempty"`
	TypeParameters *[]JavaType `json:"typeParameters,omitempty"`
}

TypeBindings defines model for TypeBindings.

type UnloadNamespaceBundleParams

type UnloadNamespaceBundleParams struct {
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

UnloadNamespaceBundleParams defines parameters for UnloadNamespaceBundle.

type UnloadNamespaceBundleResponse

type UnloadNamespaceBundleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUnloadNamespaceBundleResponse

func ParseUnloadNamespaceBundleResponse(rsp *http.Response) (*UnloadNamespaceBundleResponse, error)

ParseUnloadNamespaceBundleResponse parses an HTTP response from a UnloadNamespaceBundleWithResponse call

func (UnloadNamespaceBundleResponse) Status

Status returns HTTPResponse.Status

func (UnloadNamespaceBundleResponse) StatusCode

func (r UnloadNamespaceBundleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UnloadNamespaceResponse

type UnloadNamespaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUnloadNamespaceResponse

func ParseUnloadNamespaceResponse(rsp *http.Response) (*UnloadNamespaceResponse, error)

ParseUnloadNamespaceResponse parses an HTTP response from a UnloadNamespaceWithResponse call

func (UnloadNamespaceResponse) Status

func (r UnloadNamespaceResponse) Status() string

Status returns HTTPResponse.Status

func (UnloadNamespaceResponse) StatusCode

func (r UnloadNamespaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UnloadNonPersistentTopicTopicParams

type UnloadNonPersistentTopicTopicParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

UnloadNonPersistentTopicTopicParams defines parameters for UnloadNonPersistentTopicTopic.

type UnloadNonPersistentTopicTopicResponse

type UnloadNonPersistentTopicTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUnloadNonPersistentTopicTopicResponse

func ParseUnloadNonPersistentTopicTopicResponse(rsp *http.Response) (*UnloadNonPersistentTopicTopicResponse, error)

ParseUnloadNonPersistentTopicTopicResponse parses an HTTP response from a UnloadNonPersistentTopicTopicWithResponse call

func (UnloadNonPersistentTopicTopicResponse) Status

Status returns HTTPResponse.Status

func (UnloadNonPersistentTopicTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UnloadPersistentTopicTopicParams

type UnloadPersistentTopicTopicParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

UnloadPersistentTopicTopicParams defines parameters for UnloadPersistentTopicTopic.

type UnloadPersistentTopicTopicResponse

type UnloadPersistentTopicTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUnloadPersistentTopicTopicResponse

func ParseUnloadPersistentTopicTopicResponse(rsp *http.Response) (*UnloadPersistentTopicTopicResponse, error)

ParseUnloadPersistentTopicTopicResponse parses an HTTP response from a UnloadPersistentTopicTopicWithResponse call

func (UnloadPersistentTopicTopicResponse) Status

Status returns HTTPResponse.Status

func (UnloadPersistentTopicTopicResponse) StatusCode

func (r UnloadPersistentTopicTopicResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UnsubscribeNamespaceBundleParams

type UnsubscribeNamespaceBundleParams struct {
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

UnsubscribeNamespaceBundleParams defines parameters for UnsubscribeNamespaceBundle.

type UnsubscribeNamespaceBundleResponse

type UnsubscribeNamespaceBundleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUnsubscribeNamespaceBundleResponse

func ParseUnsubscribeNamespaceBundleResponse(rsp *http.Response) (*UnsubscribeNamespaceBundleResponse, error)

ParseUnsubscribeNamespaceBundleResponse parses an HTTP response from a UnsubscribeNamespaceBundleWithResponse call

func (UnsubscribeNamespaceBundleResponse) Status

Status returns HTTPResponse.Status

func (UnsubscribeNamespaceBundleResponse) StatusCode

func (r UnsubscribeNamespaceBundleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UnsubscribeNamespaceParams

type UnsubscribeNamespaceParams struct {
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

UnsubscribeNamespaceParams defines parameters for UnsubscribeNamespace.

type UnsubscribeNamespaceResponse

type UnsubscribeNamespaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUnsubscribeNamespaceResponse

func ParseUnsubscribeNamespaceResponse(rsp *http.Response) (*UnsubscribeNamespaceResponse, error)

ParseUnsubscribeNamespaceResponse parses an HTTP response from a UnsubscribeNamespaceWithResponse call

func (UnsubscribeNamespaceResponse) Status

Status returns HTTPResponse.Status

func (UnsubscribeNamespaceResponse) StatusCode

func (r UnsubscribeNamespaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateBookieRackInfoParams

type UpdateBookieRackInfoParams struct {
	Group *string `form:"group,omitempty" json:"group,omitempty"`
}

UpdateBookieRackInfoParams defines parameters for UpdateBookieRackInfo.

type UpdateBookieRackInfoResponse

type UpdateBookieRackInfoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateBookieRackInfoResponse

func ParseUpdateBookieRackInfoResponse(rsp *http.Response) (*UpdateBookieRackInfoResponse, error)

ParseUpdateBookieRackInfoResponse parses an HTTP response from a UpdateBookieRackInfoWithResponse call

func (UpdateBookieRackInfoResponse) Status

Status returns HTTPResponse.Status

func (UpdateBookieRackInfoResponse) StatusCode

func (r UpdateBookieRackInfoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateClusterResponse

type UpdateClusterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateClusterResponse

func ParseUpdateClusterResponse(rsp *http.Response) (*UpdateClusterResponse, error)

ParseUpdateClusterResponse parses an HTTP response from a UpdateClusterWithResponse call

func (UpdateClusterResponse) Status

func (r UpdateClusterResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateClusterResponse) StatusCode

func (r UpdateClusterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateDynamicConfigurationResponse

type UpdateDynamicConfigurationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateDynamicConfigurationResponse

func ParseUpdateDynamicConfigurationResponse(rsp *http.Response) (*UpdateDynamicConfigurationResponse, error)

ParseUpdateDynamicConfigurationResponse parses an HTTP response from a UpdateDynamicConfigurationWithResponse call

func (UpdateDynamicConfigurationResponse) Status

Status returns HTTPResponse.Status

func (UpdateDynamicConfigurationResponse) StatusCode

func (r UpdateDynamicConfigurationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateNonPersistentTopicPartitionedTopicParams

type UpdateNonPersistentTopicPartitionedTopicParams struct {
	UpdateLocalTopicOnly *bool `form:"updateLocalTopicOnly,omitempty" json:"updateLocalTopicOnly,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	Force         *bool `form:"force,omitempty" json:"force,omitempty"`
}

UpdateNonPersistentTopicPartitionedTopicParams defines parameters for UpdateNonPersistentTopicPartitionedTopic.

type UpdateNonPersistentTopicPartitionedTopicResponse

type UpdateNonPersistentTopicPartitionedTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateNonPersistentTopicPartitionedTopicResponse

func ParseUpdateNonPersistentTopicPartitionedTopicResponse(rsp *http.Response) (*UpdateNonPersistentTopicPartitionedTopicResponse, error)

ParseUpdateNonPersistentTopicPartitionedTopicResponse parses an HTTP response from a UpdateNonPersistentTopicPartitionedTopicWithResponse call

func (UpdateNonPersistentTopicPartitionedTopicResponse) Status

Status returns HTTPResponse.Status

func (UpdateNonPersistentTopicPartitionedTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdateNonPersistentTopicPropertiesParams

type UpdateNonPersistentTopicPropertiesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

UpdateNonPersistentTopicPropertiesParams defines parameters for UpdateNonPersistentTopicProperties.

type UpdateNonPersistentTopicPropertiesResponse

type UpdateNonPersistentTopicPropertiesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateNonPersistentTopicPropertiesResponse

func ParseUpdateNonPersistentTopicPropertiesResponse(rsp *http.Response) (*UpdateNonPersistentTopicPropertiesResponse, error)

ParseUpdateNonPersistentTopicPropertiesResponse parses an HTTP response from a UpdateNonPersistentTopicPropertiesWithResponse call

func (UpdateNonPersistentTopicPropertiesResponse) Status

Status returns HTTPResponse.Status

func (UpdateNonPersistentTopicPropertiesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdateNonPersistentTopicSubscriptionPropertiesParams

type UpdateNonPersistentTopicSubscriptionPropertiesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

UpdateNonPersistentTopicSubscriptionPropertiesParams defines parameters for UpdateNonPersistentTopicSubscriptionProperties.

type UpdateNonPersistentTopicSubscriptionPropertiesResponse

type UpdateNonPersistentTopicSubscriptionPropertiesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateNonPersistentTopicSubscriptionPropertiesResponse

func ParseUpdateNonPersistentTopicSubscriptionPropertiesResponse(rsp *http.Response) (*UpdateNonPersistentTopicSubscriptionPropertiesResponse, error)

ParseUpdateNonPersistentTopicSubscriptionPropertiesResponse parses an HTTP response from a UpdateNonPersistentTopicSubscriptionPropertiesWithResponse call

func (UpdateNonPersistentTopicSubscriptionPropertiesResponse) Status

Status returns HTTPResponse.Status

func (UpdateNonPersistentTopicSubscriptionPropertiesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdatePersistentTopicPartitionedTopicParams

type UpdatePersistentTopicPartitionedTopicParams struct {
	UpdateLocalTopicOnly *bool `form:"updateLocalTopicOnly,omitempty" json:"updateLocalTopicOnly,omitempty"`

	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
	Force         *bool `form:"force,omitempty" json:"force,omitempty"`
}

UpdatePersistentTopicPartitionedTopicParams defines parameters for UpdatePersistentTopicPartitionedTopic.

type UpdatePersistentTopicPartitionedTopicResponse

type UpdatePersistentTopicPartitionedTopicResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdatePersistentTopicPartitionedTopicResponse

func ParseUpdatePersistentTopicPartitionedTopicResponse(rsp *http.Response) (*UpdatePersistentTopicPartitionedTopicResponse, error)

ParseUpdatePersistentTopicPartitionedTopicResponse parses an HTTP response from a UpdatePersistentTopicPartitionedTopicWithResponse call

func (UpdatePersistentTopicPartitionedTopicResponse) Status

Status returns HTTPResponse.Status

func (UpdatePersistentTopicPartitionedTopicResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdatePersistentTopicPropertiesParams

type UpdatePersistentTopicPropertiesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

UpdatePersistentTopicPropertiesParams defines parameters for UpdatePersistentTopicProperties.

type UpdatePersistentTopicPropertiesResponse

type UpdatePersistentTopicPropertiesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdatePersistentTopicPropertiesResponse

func ParseUpdatePersistentTopicPropertiesResponse(rsp *http.Response) (*UpdatePersistentTopicPropertiesResponse, error)

ParseUpdatePersistentTopicPropertiesResponse parses an HTTP response from a UpdatePersistentTopicPropertiesWithResponse call

func (UpdatePersistentTopicPropertiesResponse) Status

Status returns HTTPResponse.Status

func (UpdatePersistentTopicPropertiesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdatePersistentTopicSubscriptionPropertiesParams

type UpdatePersistentTopicSubscriptionPropertiesParams struct {
	// Authoritative Whether leader broker redirected this call to this broker. For internal use.
	Authoritative *bool `form:"authoritative,omitempty" json:"authoritative,omitempty"`
}

UpdatePersistentTopicSubscriptionPropertiesParams defines parameters for UpdatePersistentTopicSubscriptionProperties.

type UpdatePersistentTopicSubscriptionPropertiesResponse

type UpdatePersistentTopicSubscriptionPropertiesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdatePersistentTopicSubscriptionPropertiesResponse

func ParseUpdatePersistentTopicSubscriptionPropertiesResponse(rsp *http.Response) (*UpdatePersistentTopicSubscriptionPropertiesResponse, error)

ParseUpdatePersistentTopicSubscriptionPropertiesResponse parses an HTTP response from a UpdatePersistentTopicSubscriptionPropertiesWithResponse call

func (UpdatePersistentTopicSubscriptionPropertiesResponse) Status

Status returns HTTPResponse.Status

func (UpdatePersistentTopicSubscriptionPropertiesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdateTenantJSONRequestBody

type UpdateTenantJSONRequestBody = TenantInfo

UpdateTenantJSONRequestBody defines body for UpdateTenant for application/json ContentType.

type UpdateTenantResponse

type UpdateTenantResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateTenantResponse

func ParseUpdateTenantResponse(rsp *http.Response) (*UpdateTenantResponse, error)

ParseUpdateTenantResponse parses an HTTP response from a UpdateTenantWithResponse call

func (UpdateTenantResponse) Status

func (r UpdateTenantResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateTenantResponse) StatusCode

func (r UpdateTenantResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type VersionResponse

type VersionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *string
}

func ParseVersionResponse

func ParseVersionResponse(rsp *http.Response) (*VersionResponse, error)

ParseVersionResponse parses an HTTP response from a VersionWithResponse call

func (VersionResponse) Status

func (r VersionResponse) Status() string

Status returns HTTPResponse.Status

func (VersionResponse) StatusCode

func (r VersionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type WorkerFunctionInstanceStats

type WorkerFunctionInstanceStats struct {
	Metrics *FunctionInstanceStatsData `json:"metrics,omitempty"`
	Name    *string                    `json:"name,omitempty"`
}

WorkerFunctionInstanceStats defines model for WorkerFunctionInstanceStats.

type WorkerInfo

type WorkerInfo struct {
	Port           *int32  `json:"port,omitempty"`
	WorkerHostname *string `json:"workerHostname,omitempty"`
	WorkerId       *string `json:"workerId,omitempty"`
}

WorkerInfo defines model for WorkerInfo.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL