client

package
v2.0.13 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplyConfigToMachineGroupResponse

type ApplyConfigToMachineGroupResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (ApplyConfigToMachineGroupResponse) GoString

func (*ApplyConfigToMachineGroupResponse) SetHeaders

func (*ApplyConfigToMachineGroupResponse) SetStatusCode

func (ApplyConfigToMachineGroupResponse) String

type ChangeResourceGroupRequest added in v2.0.3

type ChangeResourceGroupRequest struct {
	ResourceGroupId *string `json:"resourceGroupId,omitempty" xml:"resourceGroupId,omitempty"`
	ResourceId      *string `json:"resourceId,omitempty" xml:"resourceId,omitempty"`
	ResourceType    *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"`
}

func (ChangeResourceGroupRequest) GoString added in v2.0.3

func (s ChangeResourceGroupRequest) GoString() string

func (*ChangeResourceGroupRequest) SetResourceGroupId added in v2.0.3

func (*ChangeResourceGroupRequest) SetResourceId added in v2.0.3

func (*ChangeResourceGroupRequest) SetResourceType added in v2.0.3

func (ChangeResourceGroupRequest) String added in v2.0.3

type ChangeResourceGroupResponse added in v2.0.3

type ChangeResourceGroupResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (ChangeResourceGroupResponse) GoString added in v2.0.3

func (s ChangeResourceGroupResponse) GoString() string

func (*ChangeResourceGroupResponse) SetHeaders added in v2.0.3

func (*ChangeResourceGroupResponse) SetStatusCode added in v2.0.3

func (ChangeResourceGroupResponse) String added in v2.0.3

type Chart

type Chart struct {
	Action  map[string]interface{} `json:"action,omitempty" xml:"action,omitempty"`
	Display map[string]interface{} `json:"display,omitempty" xml:"display,omitempty"`
	Search  map[string]interface{} `json:"search,omitempty" xml:"search,omitempty"`
	Title   *string                `json:"title,omitempty" xml:"title,omitempty"`
	Type    *string                `json:"type,omitempty" xml:"type,omitempty"`
}

func (Chart) GoString

func (s Chart) GoString() string

func (*Chart) SetAction

func (s *Chart) SetAction(v map[string]interface{}) *Chart

func (*Chart) SetDisplay

func (s *Chart) SetDisplay(v map[string]interface{}) *Chart

func (*Chart) SetSearch

func (s *Chart) SetSearch(v map[string]interface{}) *Chart

func (*Chart) SetTitle

func (s *Chart) SetTitle(v string) *Chart

func (*Chart) SetType

func (s *Chart) SetType(v string) *Chart

func (Chart) String

func (s Chart) String() string

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) ApplyConfigToMachineGroup

func (client *Client) ApplyConfigToMachineGroup(project *string, machineGroup *string, configName *string) (_result *ApplyConfigToMachineGroupResponse, _err error)

func (*Client) ApplyConfigToMachineGroupWithOptions

func (client *Client) ApplyConfigToMachineGroupWithOptions(project *string, machineGroup *string, configName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ApplyConfigToMachineGroupResponse, _err error)

func (*Client) ChangeResourceGroup added in v2.0.3

func (client *Client) ChangeResourceGroup(request *ChangeResourceGroupRequest) (_result *ChangeResourceGroupResponse, _err error)

func (*Client) ChangeResourceGroupWithOptions added in v2.0.3

func (client *Client) ChangeResourceGroupWithOptions(request *ChangeResourceGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ChangeResourceGroupResponse, _err error)

func (*Client) ConsumerGroupHeartBeat added in v2.0.13

func (client *Client) ConsumerGroupHeartBeat(project *string, logstore *string, consumerGroup *string, request *ConsumerGroupHeartBeatRequest) (_result *ConsumerGroupHeartBeatResponse, _err error)

func (*Client) ConsumerGroupHeartBeatWithOptions added in v2.0.13

func (client *Client) ConsumerGroupHeartBeatWithOptions(project *string, logstore *string, consumerGroup *string, request *ConsumerGroupHeartBeatRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ConsumerGroupHeartBeatResponse, _err error)

func (*Client) CreateConsumerGroup

func (client *Client) CreateConsumerGroup(project *string, logstore *string, request *CreateConsumerGroupRequest) (_result *CreateConsumerGroupResponse, _err error)

func (*Client) CreateConsumerGroupWithOptions

func (client *Client) CreateConsumerGroupWithOptions(project *string, logstore *string, request *CreateConsumerGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateConsumerGroupResponse, _err error)

func (*Client) CreateDomain

func (client *Client) CreateDomain(project *string, request *CreateDomainRequest) (_result *CreateDomainResponse, _err error)

func (*Client) CreateDomainWithOptions

func (client *Client) CreateDomainWithOptions(project *string, request *CreateDomainRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateDomainResponse, _err error)

func (*Client) CreateIndex

func (client *Client) CreateIndex(project *string, logstore *string, request *CreateIndexRequest) (_result *CreateIndexResponse, _err error)

func (*Client) CreateIndexWithOptions

func (client *Client) CreateIndexWithOptions(project *string, logstore *string, request *CreateIndexRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateIndexResponse, _err error)

func (*Client) CreateLogStore

func (client *Client) CreateLogStore(project *string, request *CreateLogStoreRequest) (_result *CreateLogStoreResponse, _err error)

func (*Client) CreateLogStoreWithOptions

func (client *Client) CreateLogStoreWithOptions(project *string, request *CreateLogStoreRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateLogStoreResponse, _err error)

func (*Client) CreateLogging

func (client *Client) CreateLogging(project *string, request *CreateLoggingRequest) (_result *CreateLoggingResponse, _err error)

func (*Client) CreateLoggingWithOptions

func (client *Client) CreateLoggingWithOptions(project *string, request *CreateLoggingRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateLoggingResponse, _err error)

func (*Client) CreateMachineGroup

func (client *Client) CreateMachineGroup(project *string, request *CreateMachineGroupRequest) (_result *CreateMachineGroupResponse, _err error)

func (*Client) CreateMachineGroupWithOptions

func (client *Client) CreateMachineGroupWithOptions(project *string, request *CreateMachineGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateMachineGroupResponse, _err error)

func (*Client) CreateOdpsShipper

func (client *Client) CreateOdpsShipper(project *string, logstore *string, request *CreateOdpsShipperRequest) (_result *CreateOdpsShipperResponse, _err error)

func (*Client) CreateOdpsShipperWithOptions

func (client *Client) CreateOdpsShipperWithOptions(project *string, logstore *string, request *CreateOdpsShipperRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateOdpsShipperResponse, _err error)

func (*Client) CreateOssExternalStore

func (client *Client) CreateOssExternalStore(project *string, request *CreateOssExternalStoreRequest) (_result *CreateOssExternalStoreResponse, _err error)

func (*Client) CreateOssExternalStoreWithOptions

func (client *Client) CreateOssExternalStoreWithOptions(project *string, request *CreateOssExternalStoreRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateOssExternalStoreResponse, _err error)

func (*Client) CreateOssShipper

func (client *Client) CreateOssShipper(project *string, logstore *string, request *CreateOssShipperRequest) (_result *CreateOssShipperResponse, _err error)

func (*Client) CreateOssShipperWithOptions

func (client *Client) CreateOssShipperWithOptions(project *string, logstore *string, request *CreateOssShipperRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateOssShipperResponse, _err error)

func (*Client) CreateProject

func (client *Client) CreateProject(request *CreateProjectRequest) (_result *CreateProjectResponse, _err error)

func (*Client) CreateProjectWithOptions

func (client *Client) CreateProjectWithOptions(request *CreateProjectRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateProjectResponse, _err error)

func (*Client) CreateRdsExternalStore

func (client *Client) CreateRdsExternalStore(project *string, request *CreateRdsExternalStoreRequest) (_result *CreateRdsExternalStoreResponse, _err error)

func (*Client) CreateRdsExternalStoreWithOptions

func (client *Client) CreateRdsExternalStoreWithOptions(project *string, request *CreateRdsExternalStoreRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateRdsExternalStoreResponse, _err error)

func (*Client) CreateSavedSearch

func (client *Client) CreateSavedSearch(project *string, request *CreateSavedSearchRequest) (_result *CreateSavedSearchResponse, _err error)

func (*Client) CreateSavedSearchWithOptions

func (client *Client) CreateSavedSearchWithOptions(project *string, request *CreateSavedSearchRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateSavedSearchResponse, _err error)

func (*Client) DeleteConsumerGroup

func (client *Client) DeleteConsumerGroup(project *string, logstore *string, consumerGroup *string) (_result *DeleteConsumerGroupResponse, _err error)

func (*Client) DeleteConsumerGroupWithOptions

func (client *Client) DeleteConsumerGroupWithOptions(project *string, logstore *string, consumerGroup *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteConsumerGroupResponse, _err error)

func (*Client) DeleteDomain

func (client *Client) DeleteDomain(project *string, domainName *string) (_result *DeleteDomainResponse, _err error)

func (*Client) DeleteDomainWithOptions

func (client *Client) DeleteDomainWithOptions(project *string, domainName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteDomainResponse, _err error)

func (*Client) DeleteExternalStore

func (client *Client) DeleteExternalStore(project *string, externalStoreName *string) (_result *DeleteExternalStoreResponse, _err error)

func (*Client) DeleteExternalStoreWithOptions

func (client *Client) DeleteExternalStoreWithOptions(project *string, externalStoreName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteExternalStoreResponse, _err error)

func (*Client) DeleteIndex

func (client *Client) DeleteIndex(project *string, logstore *string) (_result *DeleteIndexResponse, _err error)

func (*Client) DeleteIndexWithOptions

func (client *Client) DeleteIndexWithOptions(project *string, logstore *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteIndexResponse, _err error)

func (*Client) DeleteLogStore

func (client *Client) DeleteLogStore(project *string, logstore *string) (_result *DeleteLogStoreResponse, _err error)

func (*Client) DeleteLogStoreWithOptions

func (client *Client) DeleteLogStoreWithOptions(project *string, logstore *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteLogStoreResponse, _err error)

func (*Client) DeleteLogging

func (client *Client) DeleteLogging(project *string) (_result *DeleteLoggingResponse, _err error)

func (*Client) DeleteLoggingWithOptions

func (client *Client) DeleteLoggingWithOptions(project *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteLoggingResponse, _err error)

func (*Client) DeleteMachineGroup

func (client *Client) DeleteMachineGroup(project *string, machineGroup *string) (_result *DeleteMachineGroupResponse, _err error)

func (*Client) DeleteMachineGroupWithOptions

func (client *Client) DeleteMachineGroupWithOptions(project *string, machineGroup *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteMachineGroupResponse, _err error)

func (*Client) DeleteProject

func (client *Client) DeleteProject(project *string) (_result *DeleteProjectResponse, _err error)

func (*Client) DeleteProjectPolicy added in v2.0.1

func (client *Client) DeleteProjectPolicy(project *string) (_result *DeleteProjectPolicyResponse, _err error)

func (*Client) DeleteProjectPolicyWithOptions added in v2.0.1

func (client *Client) DeleteProjectPolicyWithOptions(project *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteProjectPolicyResponse, _err error)

func (*Client) DeleteProjectWithOptions

func (client *Client) DeleteProjectWithOptions(project *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteProjectResponse, _err error)

func (*Client) DeleteSavedSearch

func (client *Client) DeleteSavedSearch(project *string, savedsearchName *string) (_result *DeleteSavedSearchResponse, _err error)

func (*Client) DeleteSavedSearchWithOptions

func (client *Client) DeleteSavedSearchWithOptions(project *string, savedsearchName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteSavedSearchResponse, _err error)

func (*Client) DeleteShipper

func (client *Client) DeleteShipper(project *string, logstore *string, shipperName *string) (_result *DeleteShipperResponse, _err error)

func (*Client) DeleteShipperWithOptions

func (client *Client) DeleteShipperWithOptions(project *string, logstore *string, shipperName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteShipperResponse, _err error)

func (*Client) GetAppliedConfigs

func (client *Client) GetAppliedConfigs(project *string, machineGroup *string) (_result *GetAppliedConfigsResponse, _err error)

func (*Client) GetAppliedConfigsWithOptions

func (client *Client) GetAppliedConfigsWithOptions(project *string, machineGroup *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetAppliedConfigsResponse, _err error)

func (*Client) GetAppliedMachineGroups

func (client *Client) GetAppliedMachineGroups(project *string, configName *string) (_result *GetAppliedMachineGroupsResponse, _err error)

func (*Client) GetAppliedMachineGroupsWithOptions

func (client *Client) GetAppliedMachineGroupsWithOptions(project *string, configName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetAppliedMachineGroupsResponse, _err error)

func (*Client) GetCheckPoint

func (client *Client) GetCheckPoint(project *string, logstore *string, consumerGroup *string, request *GetCheckPointRequest) (_result *GetCheckPointResponse, _err error)

func (*Client) GetCheckPointWithOptions

func (client *Client) GetCheckPointWithOptions(project *string, logstore *string, consumerGroup *string, request *GetCheckPointRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetCheckPointResponse, _err error)

func (*Client) GetContextLogs

func (client *Client) GetContextLogs(project *string, logstore *string, request *GetContextLogsRequest) (_result *GetContextLogsResponse, _err error)

func (*Client) GetContextLogsWithOptions

func (client *Client) GetContextLogsWithOptions(project *string, logstore *string, request *GetContextLogsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetContextLogsResponse, _err error)

func (*Client) GetCursor

func (client *Client) GetCursor(project *string, logstore *string, shardId *string, request *GetCursorRequest) (_result *GetCursorResponse, _err error)

func (*Client) GetCursorTime

func (client *Client) GetCursorTime(project *string, logstore *string, shardId *string, request *GetCursorTimeRequest) (_result *GetCursorTimeResponse, _err error)

func (*Client) GetCursorTimeWithOptions

func (client *Client) GetCursorTimeWithOptions(project *string, logstore *string, shardId *string, request *GetCursorTimeRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetCursorTimeResponse, _err error)

func (*Client) GetCursorWithOptions

func (client *Client) GetCursorWithOptions(project *string, logstore *string, shardId *string, request *GetCursorRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetCursorResponse, _err error)

func (*Client) GetExternalStore

func (client *Client) GetExternalStore(project *string, externalStoreName *string) (_result *GetExternalStoreResponse, _err error)

func (*Client) GetExternalStoreWithOptions

func (client *Client) GetExternalStoreWithOptions(project *string, externalStoreName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetExternalStoreResponse, _err error)

func (*Client) GetHistograms

func (client *Client) GetHistograms(project *string, logstore *string, request *GetHistogramsRequest) (_result *GetHistogramsResponse, _err error)

func (*Client) GetHistogramsWithOptions

func (client *Client) GetHistogramsWithOptions(project *string, logstore *string, request *GetHistogramsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetHistogramsResponse, _err error)

func (*Client) GetIndex

func (client *Client) GetIndex(project *string, logstore *string) (_result *GetIndexResponse, _err error)

func (*Client) GetIndexWithOptions

func (client *Client) GetIndexWithOptions(project *string, logstore *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetIndexResponse, _err error)

func (*Client) GetLogStore

func (client *Client) GetLogStore(project *string, logstore *string) (_result *GetLogStoreResponse, _err error)

func (*Client) GetLogStoreWithOptions

func (client *Client) GetLogStoreWithOptions(project *string, logstore *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetLogStoreResponse, _err error)

func (*Client) GetLogging

func (client *Client) GetLogging(project *string) (_result *GetLoggingResponse, _err error)

func (*Client) GetLoggingWithOptions

func (client *Client) GetLoggingWithOptions(project *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetLoggingResponse, _err error)

func (*Client) GetLogs

func (client *Client) GetLogs(project *string, logstore *string, request *GetLogsRequest) (_result *GetLogsResponse, _err error)

func (*Client) GetLogsWithOptions

func (client *Client) GetLogsWithOptions(project *string, logstore *string, request *GetLogsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetLogsResponse, _err error)

func (*Client) GetMachineGroup

func (client *Client) GetMachineGroup(project *string, machineGroup *string) (_result *GetMachineGroupResponse, _err error)

func (*Client) GetMachineGroupWithOptions

func (client *Client) GetMachineGroupWithOptions(project *string, machineGroup *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetMachineGroupResponse, _err error)

func (*Client) GetProject

func (client *Client) GetProject(project *string) (_result *GetProjectResponse, _err error)

func (*Client) GetProjectLogs

func (client *Client) GetProjectLogs(project *string, request *GetProjectLogsRequest) (_result *GetProjectLogsResponse, _err error)

func (*Client) GetProjectLogsWithOptions

func (client *Client) GetProjectLogsWithOptions(project *string, request *GetProjectLogsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProjectLogsResponse, _err error)

func (*Client) GetProjectPolicy added in v2.0.1

func (client *Client) GetProjectPolicy(project *string) (_result *GetProjectPolicyResponse, _err error)

func (*Client) GetProjectPolicyWithOptions added in v2.0.1

func (client *Client) GetProjectPolicyWithOptions(project *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProjectPolicyResponse, _err error)

func (*Client) GetProjectWithOptions

func (client *Client) GetProjectWithOptions(project *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProjectResponse, _err error)

func (*Client) GetSavedSearch

func (client *Client) GetSavedSearch(project *string, savedsearchName *string) (_result *GetSavedSearchResponse, _err error)

func (*Client) GetSavedSearchWithOptions

func (client *Client) GetSavedSearchWithOptions(project *string, savedsearchName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetSavedSearchResponse, _err error)

func (*Client) GetShipperStatus

func (client *Client) GetShipperStatus(project *string, logstore *string, shipperName *string, request *GetShipperStatusRequest) (_result *GetShipperStatusResponse, _err error)

func (*Client) GetShipperStatusWithOptions

func (client *Client) GetShipperStatusWithOptions(project *string, logstore *string, shipperName *string, request *GetShipperStatusRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetShipperStatusResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) ListConsumerGroup

func (client *Client) ListConsumerGroup(project *string, logstore *string) (_result *ListConsumerGroupResponse, _err error)

func (*Client) ListConsumerGroupWithOptions

func (client *Client) ListConsumerGroupWithOptions(project *string, logstore *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListConsumerGroupResponse, _err error)

func (*Client) ListDomains

func (client *Client) ListDomains(project *string, request *ListDomainsRequest) (_result *ListDomainsResponse, _err error)

func (*Client) ListDomainsWithOptions

func (client *Client) ListDomainsWithOptions(project *string, request *ListDomainsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDomainsResponse, _err error)

func (*Client) ListExternalStore

func (client *Client) ListExternalStore(project *string, request *ListExternalStoreRequest) (_result *ListExternalStoreResponse, _err error)

func (*Client) ListExternalStoreWithOptions

func (client *Client) ListExternalStoreWithOptions(project *string, request *ListExternalStoreRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListExternalStoreResponse, _err error)

func (*Client) ListLogStores

func (client *Client) ListLogStores(project *string, request *ListLogStoresRequest) (_result *ListLogStoresResponse, _err error)

func (*Client) ListLogStoresWithOptions

func (client *Client) ListLogStoresWithOptions(project *string, request *ListLogStoresRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListLogStoresResponse, _err error)

func (*Client) ListMachineGroup

func (client *Client) ListMachineGroup(project *string, request *ListMachineGroupRequest) (_result *ListMachineGroupResponse, _err error)

func (*Client) ListMachineGroupWithOptions

func (client *Client) ListMachineGroupWithOptions(project *string, request *ListMachineGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListMachineGroupResponse, _err error)

func (*Client) ListMachines

func (client *Client) ListMachines(project *string, machineGroup *string, request *ListMachinesRequest) (_result *ListMachinesResponse, _err error)

func (*Client) ListMachinesWithOptions

func (client *Client) ListMachinesWithOptions(project *string, machineGroup *string, request *ListMachinesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListMachinesResponse, _err error)

func (*Client) ListProject

func (client *Client) ListProject(resourceGroupId *string, request *ListProjectRequest) (_result *ListProjectResponse, _err error)

func (*Client) ListProjectWithOptions

func (client *Client) ListProjectWithOptions(resourceGroupId *string, request *ListProjectRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProjectResponse, _err error)

func (*Client) ListSavedSearch

func (client *Client) ListSavedSearch(project *string, request *ListSavedSearchRequest) (_result *ListSavedSearchResponse, _err error)

func (*Client) ListSavedSearchWithOptions

func (client *Client) ListSavedSearchWithOptions(project *string, request *ListSavedSearchRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListSavedSearchResponse, _err error)

func (*Client) ListShards

func (client *Client) ListShards(project *string, logstore *string) (_result *ListShardsResponse, _err error)

func (*Client) ListShardsWithOptions

func (client *Client) ListShardsWithOptions(project *string, logstore *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListShardsResponse, _err error)

func (*Client) ListShipper

func (client *Client) ListShipper(project *string, logstore *string) (_result *ListShipperResponse, _err error)

func (*Client) ListShipperWithOptions

func (client *Client) ListShipperWithOptions(project *string, logstore *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListShipperResponse, _err error)

func (*Client) ListTagResources

func (client *Client) ListTagResources(request *ListTagResourcesRequest) (_result *ListTagResourcesResponse, _err error)

func (*Client) ListTagResourcesWithOptions

func (client *Client) ListTagResourcesWithOptions(tmpReq *ListTagResourcesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListTagResourcesResponse, _err error)

func (*Client) PullData added in v2.0.1

func (client *Client) PullData(project *string, logstore *string, shard *string, request *PullDataRequest) (_result *PullDataResponse, _err error)

func (*Client) PullDataWithOptions added in v2.0.1

func (client *Client) PullDataWithOptions(project *string, logstore *string, shard *string, request *PullDataRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PullDataResponse, _err error)

func (*Client) PutProjectPolicy added in v2.0.1

func (client *Client) PutProjectPolicy(project *string, request *PutProjectPolicyRequest) (_result *PutProjectPolicyResponse, _err error)

func (*Client) PutProjectPolicyWithOptions added in v2.0.1

func (client *Client) PutProjectPolicyWithOptions(project *string, request *PutProjectPolicyRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PutProjectPolicyResponse, _err error)

func (*Client) PutWebtracking added in v2.0.1

func (client *Client) PutWebtracking(project *string, logstoreName *string, request *PutWebtrackingRequest) (_result *PutWebtrackingResponse, _err error)

func (*Client) PutWebtrackingWithOptions added in v2.0.1

func (client *Client) PutWebtrackingWithOptions(project *string, logstoreName *string, request *PutWebtrackingRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PutWebtrackingResponse, _err error)

func (*Client) RemoveConfigFromMachineGroup

func (client *Client) RemoveConfigFromMachineGroup(project *string, machineGroup *string, configName *string) (_result *RemoveConfigFromMachineGroupResponse, _err error)

func (*Client) RemoveConfigFromMachineGroupWithOptions

func (client *Client) RemoveConfigFromMachineGroupWithOptions(project *string, machineGroup *string, configName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveConfigFromMachineGroupResponse, _err error)

func (*Client) SplitShard

func (client *Client) SplitShard(project *string, logstore *string, shard *string, request *SplitShardRequest) (_result *SplitShardResponse, _err error)

func (*Client) SplitShardWithOptions

func (client *Client) SplitShardWithOptions(project *string, logstore *string, shard *string, request *SplitShardRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *SplitShardResponse, _err error)

func (*Client) TagResources

func (client *Client) TagResources(request *TagResourcesRequest) (_result *TagResourcesResponse, _err error)

func (*Client) TagResourcesWithOptions

func (client *Client) TagResourcesWithOptions(request *TagResourcesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *TagResourcesResponse, _err error)

func (*Client) UntagResources added in v2.0.1

func (client *Client) UntagResources(request *UntagResourcesRequest) (_result *UntagResourcesResponse, _err error)

func (*Client) UntagResourcesWithOptions added in v2.0.1

func (client *Client) UntagResourcesWithOptions(request *UntagResourcesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UntagResourcesResponse, _err error)

func (*Client) UpdateConsumerGroup

func (client *Client) UpdateConsumerGroup(project *string, logstore *string, consumerGroup *string, request *UpdateConsumerGroupRequest) (_result *UpdateConsumerGroupResponse, _err error)

func (*Client) UpdateConsumerGroupWithOptions

func (client *Client) UpdateConsumerGroupWithOptions(project *string, logstore *string, consumerGroup *string, request *UpdateConsumerGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateConsumerGroupResponse, _err error)

func (*Client) UpdateIndex

func (client *Client) UpdateIndex(project *string, logstore *string, request *UpdateIndexRequest) (_result *UpdateIndexResponse, _err error)

func (*Client) UpdateIndexWithOptions

func (client *Client) UpdateIndexWithOptions(project *string, logstore *string, request *UpdateIndexRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateIndexResponse, _err error)

func (*Client) UpdateLogStore

func (client *Client) UpdateLogStore(project *string, logstore *string, request *UpdateLogStoreRequest) (_result *UpdateLogStoreResponse, _err error)

func (*Client) UpdateLogStoreWithOptions

func (client *Client) UpdateLogStoreWithOptions(project *string, logstore *string, request *UpdateLogStoreRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateLogStoreResponse, _err error)

func (*Client) UpdateLogging

func (client *Client) UpdateLogging(project *string, request *UpdateLoggingRequest) (_result *UpdateLoggingResponse, _err error)

func (*Client) UpdateLoggingWithOptions

func (client *Client) UpdateLoggingWithOptions(project *string, request *UpdateLoggingRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateLoggingResponse, _err error)

func (*Client) UpdateMachineGroup

func (client *Client) UpdateMachineGroup(project *string, groupName *string, request *UpdateMachineGroupRequest) (_result *UpdateMachineGroupResponse, _err error)

func (*Client) UpdateMachineGroupMachine added in v2.0.1

func (client *Client) UpdateMachineGroupMachine(project *string, machineGroup *string, request *UpdateMachineGroupMachineRequest) (_result *UpdateMachineGroupMachineResponse, _err error)

func (*Client) UpdateMachineGroupMachineWithOptions added in v2.0.1

func (client *Client) UpdateMachineGroupMachineWithOptions(project *string, machineGroup *string, request *UpdateMachineGroupMachineRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateMachineGroupMachineResponse, _err error)

func (*Client) UpdateMachineGroupWithOptions

func (client *Client) UpdateMachineGroupWithOptions(project *string, groupName *string, request *UpdateMachineGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateMachineGroupResponse, _err error)

func (*Client) UpdateOdpsShipper

func (client *Client) UpdateOdpsShipper(project *string, logstore *string, shipperName *string, request *UpdateOdpsShipperRequest) (_result *UpdateOdpsShipperResponse, _err error)

func (*Client) UpdateOdpsShipperWithOptions

func (client *Client) UpdateOdpsShipperWithOptions(project *string, logstore *string, shipperName *string, request *UpdateOdpsShipperRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateOdpsShipperResponse, _err error)

func (*Client) UpdateOssExternalStore

func (client *Client) UpdateOssExternalStore(project *string, externalStoreName *string, request *UpdateOssExternalStoreRequest) (_result *UpdateOssExternalStoreResponse, _err error)

func (*Client) UpdateOssExternalStoreWithOptions

func (client *Client) UpdateOssExternalStoreWithOptions(project *string, externalStoreName *string, request *UpdateOssExternalStoreRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateOssExternalStoreResponse, _err error)

func (*Client) UpdateOssShipper

func (client *Client) UpdateOssShipper(project *string, logstore *string, shipperName *string, request *UpdateOssShipperRequest) (_result *UpdateOssShipperResponse, _err error)

func (*Client) UpdateOssShipperWithOptions

func (client *Client) UpdateOssShipperWithOptions(project *string, logstore *string, shipperName *string, request *UpdateOssShipperRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateOssShipperResponse, _err error)

func (*Client) UpdateProject

func (client *Client) UpdateProject(project *string, request *UpdateProjectRequest) (_result *UpdateProjectResponse, _err error)

func (*Client) UpdateProjectWithOptions

func (client *Client) UpdateProjectWithOptions(project *string, request *UpdateProjectRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateProjectResponse, _err error)

func (*Client) UpdateRdsExternalStore

func (client *Client) UpdateRdsExternalStore(project *string, externalStoreName *string, request *UpdateRdsExternalStoreRequest) (_result *UpdateRdsExternalStoreResponse, _err error)

func (*Client) UpdateRdsExternalStoreWithOptions

func (client *Client) UpdateRdsExternalStoreWithOptions(project *string, externalStoreName *string, request *UpdateRdsExternalStoreRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateRdsExternalStoreResponse, _err error)

func (*Client) UpdateSavedSearch

func (client *Client) UpdateSavedSearch(project *string, savedsearchName *string, request *UpdateSavedSearchRequest) (_result *UpdateSavedSearchResponse, _err error)

func (*Client) UpdateSavedSearchWithOptions

func (client *Client) UpdateSavedSearchWithOptions(project *string, savedsearchName *string, request *UpdateSavedSearchRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateSavedSearchResponse, _err error)

type ConsumerGroup

type ConsumerGroup struct {
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	Order   *bool   `json:"order,omitempty" xml:"order,omitempty"`
	Timeout *int32  `json:"timeout,omitempty" xml:"timeout,omitempty"`
}

func (ConsumerGroup) GoString

func (s ConsumerGroup) GoString() string

func (*ConsumerGroup) SetName

func (s *ConsumerGroup) SetName(v string) *ConsumerGroup

func (*ConsumerGroup) SetOrder

func (s *ConsumerGroup) SetOrder(v bool) *ConsumerGroup

func (*ConsumerGroup) SetTimeout

func (s *ConsumerGroup) SetTimeout(v int32) *ConsumerGroup

func (ConsumerGroup) String

func (s ConsumerGroup) String() string

type ConsumerGroupHeartBeatRequest added in v2.0.13

type ConsumerGroupHeartBeatRequest struct {
	Body     []*int32 `json:"body,omitempty" xml:"body,omitempty" type:"Repeated"`
	Consumer *string  `json:"consumer,omitempty" xml:"consumer,omitempty"`
}

func (ConsumerGroupHeartBeatRequest) GoString added in v2.0.13

func (*ConsumerGroupHeartBeatRequest) SetBody added in v2.0.13

func (*ConsumerGroupHeartBeatRequest) SetConsumer added in v2.0.13

func (ConsumerGroupHeartBeatRequest) String added in v2.0.13

type ConsumerGroupHeartBeatResponse added in v2.0.13

type ConsumerGroupHeartBeatResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       []*int32           `json:"body,omitempty" xml:"body,omitempty" require:"true" type:"Repeated"`
}

func (ConsumerGroupHeartBeatResponse) GoString added in v2.0.13

func (*ConsumerGroupHeartBeatResponse) SetBody added in v2.0.13

func (*ConsumerGroupHeartBeatResponse) SetHeaders added in v2.0.13

func (*ConsumerGroupHeartBeatResponse) SetStatusCode added in v2.0.13

func (ConsumerGroupHeartBeatResponse) String added in v2.0.13

type CreateConsumerGroupRequest

type CreateConsumerGroupRequest struct {
	ConsumerGroup *string `json:"consumerGroup,omitempty" xml:"consumerGroup,omitempty"`
	Order         *bool   `json:"order,omitempty" xml:"order,omitempty"`
	Timeout       *int32  `json:"timeout,omitempty" xml:"timeout,omitempty"`
}

func (CreateConsumerGroupRequest) GoString

func (s CreateConsumerGroupRequest) GoString() string

func (*CreateConsumerGroupRequest) SetConsumerGroup

func (*CreateConsumerGroupRequest) SetOrder

func (*CreateConsumerGroupRequest) SetTimeout

func (CreateConsumerGroupRequest) String

type CreateConsumerGroupResponse

type CreateConsumerGroupResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (CreateConsumerGroupResponse) GoString

func (s CreateConsumerGroupResponse) GoString() string

func (*CreateConsumerGroupResponse) SetHeaders

func (*CreateConsumerGroupResponse) SetStatusCode

func (CreateConsumerGroupResponse) String

type CreateDomainRequest

type CreateDomainRequest struct {
	DomainName *string `json:"domainName,omitempty" xml:"domainName,omitempty"`
}

func (CreateDomainRequest) GoString

func (s CreateDomainRequest) GoString() string

func (*CreateDomainRequest) SetDomainName

func (s *CreateDomainRequest) SetDomainName(v string) *CreateDomainRequest

func (CreateDomainRequest) String

func (s CreateDomainRequest) String() string

type CreateDomainResponse

type CreateDomainResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (CreateDomainResponse) GoString

func (s CreateDomainResponse) GoString() string

func (*CreateDomainResponse) SetHeaders

func (s *CreateDomainResponse) SetHeaders(v map[string]*string) *CreateDomainResponse

func (*CreateDomainResponse) SetStatusCode

func (s *CreateDomainResponse) SetStatusCode(v int32) *CreateDomainResponse

func (CreateDomainResponse) String

func (s CreateDomainResponse) String() string

type CreateIndexRequest

type CreateIndexRequest struct {
	Keys               map[string]*KeysValue   `json:"keys,omitempty" xml:"keys,omitempty"`
	Line               *CreateIndexRequestLine `json:"line,omitempty" xml:"line,omitempty" type:"Struct"`
	LogReduce          *bool                   `json:"log_reduce,omitempty" xml:"log_reduce,omitempty"`
	LogReduceBlackList []*string               `json:"log_reduce_black_list,omitempty" xml:"log_reduce_black_list,omitempty" type:"Repeated"`
	LogReduceWhiteList []*string               `json:"log_reduce_white_list,omitempty" xml:"log_reduce_white_list,omitempty" type:"Repeated"`
	MaxTextLen         *int32                  `json:"max_text_len,omitempty" xml:"max_text_len,omitempty"`
	Ttl                *int32                  `json:"ttl,omitempty" xml:"ttl,omitempty"`
}

func (CreateIndexRequest) GoString

func (s CreateIndexRequest) GoString() string

func (*CreateIndexRequest) SetKeys

func (*CreateIndexRequest) SetLine

func (*CreateIndexRequest) SetLogReduce

func (s *CreateIndexRequest) SetLogReduce(v bool) *CreateIndexRequest

func (*CreateIndexRequest) SetLogReduceBlackList

func (s *CreateIndexRequest) SetLogReduceBlackList(v []*string) *CreateIndexRequest

func (*CreateIndexRequest) SetLogReduceWhiteList

func (s *CreateIndexRequest) SetLogReduceWhiteList(v []*string) *CreateIndexRequest

func (*CreateIndexRequest) SetMaxTextLen

func (s *CreateIndexRequest) SetMaxTextLen(v int32) *CreateIndexRequest

func (*CreateIndexRequest) SetTtl

func (CreateIndexRequest) String

func (s CreateIndexRequest) String() string

type CreateIndexRequestLine

type CreateIndexRequestLine struct {
	CaseSensitive *bool     `json:"caseSensitive,omitempty" xml:"caseSensitive,omitempty"`
	Chn           *bool     `json:"chn,omitempty" xml:"chn,omitempty"`
	ExcludeKeys   []*string `json:"exclude_keys,omitempty" xml:"exclude_keys,omitempty" type:"Repeated"`
	IncludeKeys   []*string `json:"include_keys,omitempty" xml:"include_keys,omitempty" type:"Repeated"`
	Token         []*string `json:"token,omitempty" xml:"token,omitempty" type:"Repeated"`
}

func (CreateIndexRequestLine) GoString

func (s CreateIndexRequestLine) GoString() string

func (*CreateIndexRequestLine) SetCaseSensitive

func (s *CreateIndexRequestLine) SetCaseSensitive(v bool) *CreateIndexRequestLine

func (*CreateIndexRequestLine) SetChn

func (*CreateIndexRequestLine) SetExcludeKeys

func (s *CreateIndexRequestLine) SetExcludeKeys(v []*string) *CreateIndexRequestLine

func (*CreateIndexRequestLine) SetIncludeKeys

func (s *CreateIndexRequestLine) SetIncludeKeys(v []*string) *CreateIndexRequestLine

func (*CreateIndexRequestLine) SetToken

func (CreateIndexRequestLine) String

func (s CreateIndexRequestLine) String() string

type CreateIndexResponse

type CreateIndexResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (CreateIndexResponse) GoString

func (s CreateIndexResponse) GoString() string

func (*CreateIndexResponse) SetHeaders

func (s *CreateIndexResponse) SetHeaders(v map[string]*string) *CreateIndexResponse

func (*CreateIndexResponse) SetStatusCode

func (s *CreateIndexResponse) SetStatusCode(v int32) *CreateIndexResponse

func (CreateIndexResponse) String

func (s CreateIndexResponse) String() string

type CreateLogStoreRequest

type CreateLogStoreRequest struct {
	AppendMeta     *bool        `json:"appendMeta,omitempty" xml:"appendMeta,omitempty"`
	AutoSplit      *bool        `json:"autoSplit,omitempty" xml:"autoSplit,omitempty"`
	EnableTracking *bool        `json:"enable_tracking,omitempty" xml:"enable_tracking,omitempty"`
	EncryptConf    *EncryptConf `json:"encrypt_conf,omitempty" xml:"encrypt_conf,omitempty"`
	HotTtl         *int32       `json:"hot_ttl,omitempty" xml:"hot_ttl,omitempty"`
	LogstoreName   *string      `json:"logstoreName,omitempty" xml:"logstoreName,omitempty"`
	MaxSplitShard  *int32       `json:"maxSplitShard,omitempty" xml:"maxSplitShard,omitempty"`
	Mode           *string      `json:"mode,omitempty" xml:"mode,omitempty"`
	ShardCount     *int32       `json:"shardCount,omitempty" xml:"shardCount,omitempty"`
	TelemetryType  *string      `json:"telemetryType,omitempty" xml:"telemetryType,omitempty"`
	Ttl            *int32       `json:"ttl,omitempty" xml:"ttl,omitempty"`
}

func (CreateLogStoreRequest) GoString

func (s CreateLogStoreRequest) GoString() string

func (*CreateLogStoreRequest) SetAppendMeta

func (s *CreateLogStoreRequest) SetAppendMeta(v bool) *CreateLogStoreRequest

func (*CreateLogStoreRequest) SetAutoSplit

func (s *CreateLogStoreRequest) SetAutoSplit(v bool) *CreateLogStoreRequest

func (*CreateLogStoreRequest) SetEnableTracking

func (s *CreateLogStoreRequest) SetEnableTracking(v bool) *CreateLogStoreRequest

func (*CreateLogStoreRequest) SetEncryptConf

func (*CreateLogStoreRequest) SetHotTtl

func (*CreateLogStoreRequest) SetLogstoreName

func (s *CreateLogStoreRequest) SetLogstoreName(v string) *CreateLogStoreRequest

func (*CreateLogStoreRequest) SetMaxSplitShard

func (s *CreateLogStoreRequest) SetMaxSplitShard(v int32) *CreateLogStoreRequest

func (*CreateLogStoreRequest) SetMode

func (*CreateLogStoreRequest) SetShardCount

func (s *CreateLogStoreRequest) SetShardCount(v int32) *CreateLogStoreRequest

func (*CreateLogStoreRequest) SetTelemetryType

func (s *CreateLogStoreRequest) SetTelemetryType(v string) *CreateLogStoreRequest

func (*CreateLogStoreRequest) SetTtl

func (CreateLogStoreRequest) String

func (s CreateLogStoreRequest) String() string

type CreateLogStoreResponse

type CreateLogStoreResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (CreateLogStoreResponse) GoString

func (s CreateLogStoreResponse) GoString() string

func (*CreateLogStoreResponse) SetHeaders

func (*CreateLogStoreResponse) SetStatusCode

func (CreateLogStoreResponse) String

func (s CreateLogStoreResponse) String() string

type CreateLoggingRequest

type CreateLoggingRequest struct {
	LoggingDetails []*CreateLoggingRequestLoggingDetails `json:"loggingDetails,omitempty" xml:"loggingDetails,omitempty" type:"Repeated"`
	LoggingProject *string                               `json:"loggingProject,omitempty" xml:"loggingProject,omitempty"`
}

func (CreateLoggingRequest) GoString

func (s CreateLoggingRequest) GoString() string

func (*CreateLoggingRequest) SetLoggingDetails

func (*CreateLoggingRequest) SetLoggingProject

func (s *CreateLoggingRequest) SetLoggingProject(v string) *CreateLoggingRequest

func (CreateLoggingRequest) String

func (s CreateLoggingRequest) String() string

type CreateLoggingRequestLoggingDetails

type CreateLoggingRequestLoggingDetails struct {
	Logstore *string `json:"logstore,omitempty" xml:"logstore,omitempty"`
	Type     *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateLoggingRequestLoggingDetails) GoString

func (*CreateLoggingRequestLoggingDetails) SetLogstore

func (*CreateLoggingRequestLoggingDetails) SetType

func (CreateLoggingRequestLoggingDetails) String

type CreateLoggingResponse

type CreateLoggingResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (CreateLoggingResponse) GoString

func (s CreateLoggingResponse) GoString() string

func (*CreateLoggingResponse) SetHeaders

func (*CreateLoggingResponse) SetStatusCode

func (s *CreateLoggingResponse) SetStatusCode(v int32) *CreateLoggingResponse

func (CreateLoggingResponse) String

func (s CreateLoggingResponse) String() string

type CreateMachineGroupRequest

type CreateMachineGroupRequest struct {
	GroupAttribute      *CreateMachineGroupRequestGroupAttribute `json:"groupAttribute,omitempty" xml:"groupAttribute,omitempty" type:"Struct"`
	GroupName           *string                                  `json:"groupName,omitempty" xml:"groupName,omitempty"`
	GroupType           *string                                  `json:"groupType,omitempty" xml:"groupType,omitempty"`
	MachineIdentifyType *string                                  `json:"machineIdentifyType,omitempty" xml:"machineIdentifyType,omitempty"`
	MachineList         []*string                                `json:"machineList,omitempty" xml:"machineList,omitempty" type:"Repeated"`
}

func (CreateMachineGroupRequest) GoString

func (s CreateMachineGroupRequest) GoString() string

func (*CreateMachineGroupRequest) SetGroupAttribute

func (*CreateMachineGroupRequest) SetGroupName

func (*CreateMachineGroupRequest) SetGroupType

func (*CreateMachineGroupRequest) SetMachineIdentifyType

func (s *CreateMachineGroupRequest) SetMachineIdentifyType(v string) *CreateMachineGroupRequest

func (*CreateMachineGroupRequest) SetMachineList

func (CreateMachineGroupRequest) String

func (s CreateMachineGroupRequest) String() string

type CreateMachineGroupRequestGroupAttribute

type CreateMachineGroupRequestGroupAttribute struct {
	ExternalName *string `json:"externalName,omitempty" xml:"externalName,omitempty"`
	GroupTopic   *string `json:"groupTopic,omitempty" xml:"groupTopic,omitempty"`
}

func (CreateMachineGroupRequestGroupAttribute) GoString

func (*CreateMachineGroupRequestGroupAttribute) SetExternalName

func (*CreateMachineGroupRequestGroupAttribute) SetGroupTopic

func (CreateMachineGroupRequestGroupAttribute) String

type CreateMachineGroupResponse

type CreateMachineGroupResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (CreateMachineGroupResponse) GoString

func (s CreateMachineGroupResponse) GoString() string

func (*CreateMachineGroupResponse) SetHeaders

func (*CreateMachineGroupResponse) SetStatusCode

func (CreateMachineGroupResponse) String

type CreateOdpsShipperRequest

type CreateOdpsShipperRequest struct {
	ShipperName         *string                                      `json:"shipperName,omitempty" xml:"shipperName,omitempty"`
	TargetConfiguration *CreateOdpsShipperRequestTargetConfiguration `json:"targetConfiguration,omitempty" xml:"targetConfiguration,omitempty" type:"Struct"`
	TargetType          *string                                      `json:"targetType,omitempty" xml:"targetType,omitempty"`
}

func (CreateOdpsShipperRequest) GoString

func (s CreateOdpsShipperRequest) GoString() string

func (*CreateOdpsShipperRequest) SetShipperName

func (*CreateOdpsShipperRequest) SetTargetConfiguration

func (*CreateOdpsShipperRequest) SetTargetType

func (CreateOdpsShipperRequest) String

func (s CreateOdpsShipperRequest) String() string

type CreateOdpsShipperRequestTargetConfiguration

type CreateOdpsShipperRequestTargetConfiguration struct {
	BufferInterval      *int32    `json:"bufferInterval,omitempty" xml:"bufferInterval,omitempty"`
	Enable              *bool     `json:"enable,omitempty" xml:"enable,omitempty"`
	Fields              []*string `json:"fields,omitempty" xml:"fields,omitempty" type:"Repeated"`
	OdpsEndpoint        *string   `json:"odpsEndpoint,omitempty" xml:"odpsEndpoint,omitempty"`
	OdpsProject         *string   `json:"odpsProject,omitempty" xml:"odpsProject,omitempty"`
	OdpsTable           *string   `json:"odpsTable,omitempty" xml:"odpsTable,omitempty"`
	PartitionColumn     []*string `json:"partitionColumn,omitempty" xml:"partitionColumn,omitempty" type:"Repeated"`
	PartitionTimeFormat *string   `json:"partitionTimeFormat,omitempty" xml:"partitionTimeFormat,omitempty"`
}

func (CreateOdpsShipperRequestTargetConfiguration) GoString

func (*CreateOdpsShipperRequestTargetConfiguration) SetBufferInterval

func (*CreateOdpsShipperRequestTargetConfiguration) SetEnable

func (*CreateOdpsShipperRequestTargetConfiguration) SetFields

func (*CreateOdpsShipperRequestTargetConfiguration) SetOdpsEndpoint

func (*CreateOdpsShipperRequestTargetConfiguration) SetOdpsProject

func (*CreateOdpsShipperRequestTargetConfiguration) SetOdpsTable

func (*CreateOdpsShipperRequestTargetConfiguration) SetPartitionColumn

func (*CreateOdpsShipperRequestTargetConfiguration) SetPartitionTimeFormat

func (CreateOdpsShipperRequestTargetConfiguration) String

type CreateOdpsShipperResponse

type CreateOdpsShipperResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (CreateOdpsShipperResponse) GoString

func (s CreateOdpsShipperResponse) GoString() string

func (*CreateOdpsShipperResponse) SetHeaders

func (*CreateOdpsShipperResponse) SetStatusCode

func (CreateOdpsShipperResponse) String

func (s CreateOdpsShipperResponse) String() string

type CreateOssExternalStoreRequest

type CreateOssExternalStoreRequest struct {
	ExternalStoreName *string                                 `json:"externalStoreName,omitempty" xml:"externalStoreName,omitempty"`
	Parameter         *CreateOssExternalStoreRequestParameter `json:"parameter,omitempty" xml:"parameter,omitempty" type:"Struct"`
	StoreType         *string                                 `json:"storeType,omitempty" xml:"storeType,omitempty"`
}

func (CreateOssExternalStoreRequest) GoString

func (*CreateOssExternalStoreRequest) SetExternalStoreName

func (*CreateOssExternalStoreRequest) SetStoreType

func (CreateOssExternalStoreRequest) String

type CreateOssExternalStoreRequestParameter

type CreateOssExternalStoreRequestParameter struct {
	Accessid  *string                                          `json:"accessid,omitempty" xml:"accessid,omitempty"`
	Accesskey *string                                          `json:"accesskey,omitempty" xml:"accesskey,omitempty"`
	Bucket    *string                                          `json:"bucket,omitempty" xml:"bucket,omitempty"`
	Columns   []*CreateOssExternalStoreRequestParameterColumns `json:"columns,omitempty" xml:"columns,omitempty" type:"Repeated"`
	Endpoint  *string                                          `json:"endpoint,omitempty" xml:"endpoint,omitempty"`
	Objects   []*string                                        `json:"objects,omitempty" xml:"objects,omitempty" type:"Repeated"`
}

func (CreateOssExternalStoreRequestParameter) GoString

func (*CreateOssExternalStoreRequestParameter) SetAccessid

func (*CreateOssExternalStoreRequestParameter) SetAccesskey

func (*CreateOssExternalStoreRequestParameter) SetBucket

func (*CreateOssExternalStoreRequestParameter) SetEndpoint

func (*CreateOssExternalStoreRequestParameter) SetObjects

func (CreateOssExternalStoreRequestParameter) String

type CreateOssExternalStoreRequestParameterColumns

type CreateOssExternalStoreRequestParameterColumns struct {
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateOssExternalStoreRequestParameterColumns) GoString

func (*CreateOssExternalStoreRequestParameterColumns) SetName

func (*CreateOssExternalStoreRequestParameterColumns) SetType

func (CreateOssExternalStoreRequestParameterColumns) String

type CreateOssExternalStoreResponse

type CreateOssExternalStoreResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (CreateOssExternalStoreResponse) GoString

func (*CreateOssExternalStoreResponse) SetHeaders

func (*CreateOssExternalStoreResponse) SetStatusCode

func (CreateOssExternalStoreResponse) String

type CreateOssShipperRequest

type CreateOssShipperRequest struct {
	ShipperName         *string                                     `json:"shipperName,omitempty" xml:"shipperName,omitempty"`
	TargetConfiguration *CreateOssShipperRequestTargetConfiguration `json:"targetConfiguration,omitempty" xml:"targetConfiguration,omitempty" type:"Struct"`
	TargetType          *string                                     `json:"targetType,omitempty" xml:"targetType,omitempty"`
}

func (CreateOssShipperRequest) GoString

func (s CreateOssShipperRequest) GoString() string

func (*CreateOssShipperRequest) SetShipperName

func (*CreateOssShipperRequest) SetTargetConfiguration

func (*CreateOssShipperRequest) SetTargetType

func (CreateOssShipperRequest) String

func (s CreateOssShipperRequest) String() string

type CreateOssShipperRequestTargetConfiguration

type CreateOssShipperRequestTargetConfiguration struct {
	BufferInterval *int32                                             `json:"bufferInterval,omitempty" xml:"bufferInterval,omitempty"`
	BufferSize     *int32                                             `json:"bufferSize,omitempty" xml:"bufferSize,omitempty"`
	CompressType   *string                                            `json:"compressType,omitempty" xml:"compressType,omitempty"`
	Enable         *bool                                              `json:"enable,omitempty" xml:"enable,omitempty"`
	OssBucket      *string                                            `json:"ossBucket,omitempty" xml:"ossBucket,omitempty"`
	OssPrefix      *string                                            `json:"ossPrefix,omitempty" xml:"ossPrefix,omitempty"`
	PathFormat     *string                                            `json:"pathFormat,omitempty" xml:"pathFormat,omitempty"`
	RoleArn        *string                                            `json:"roleArn,omitempty" xml:"roleArn,omitempty"`
	Storage        *CreateOssShipperRequestTargetConfigurationStorage `json:"storage,omitempty" xml:"storage,omitempty" type:"Struct"`
	TimeZone       *string                                            `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (CreateOssShipperRequestTargetConfiguration) GoString

func (*CreateOssShipperRequestTargetConfiguration) SetBufferInterval

func (*CreateOssShipperRequestTargetConfiguration) SetBufferSize

func (*CreateOssShipperRequestTargetConfiguration) SetCompressType

func (*CreateOssShipperRequestTargetConfiguration) SetEnable

func (*CreateOssShipperRequestTargetConfiguration) SetOssBucket

func (*CreateOssShipperRequestTargetConfiguration) SetOssPrefix

func (*CreateOssShipperRequestTargetConfiguration) SetPathFormat

func (*CreateOssShipperRequestTargetConfiguration) SetRoleArn

func (*CreateOssShipperRequestTargetConfiguration) SetTimeZone

func (CreateOssShipperRequestTargetConfiguration) String

type CreateOssShipperRequestTargetConfigurationStorage

type CreateOssShipperRequestTargetConfigurationStorage struct {
	Detail map[string]interface{} `json:"detail,omitempty" xml:"detail,omitempty"`
	Format *string                `json:"format,omitempty" xml:"format,omitempty"`
}

func (CreateOssShipperRequestTargetConfigurationStorage) GoString

func (*CreateOssShipperRequestTargetConfigurationStorage) SetDetail

func (*CreateOssShipperRequestTargetConfigurationStorage) SetFormat

func (CreateOssShipperRequestTargetConfigurationStorage) String

type CreateOssShipperResponse

type CreateOssShipperResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (CreateOssShipperResponse) GoString

func (s CreateOssShipperResponse) GoString() string

func (*CreateOssShipperResponse) SetHeaders

func (*CreateOssShipperResponse) SetStatusCode

func (CreateOssShipperResponse) String

func (s CreateOssShipperResponse) String() string

type CreateProjectRequest

type CreateProjectRequest struct {
	Description     *string `json:"description,omitempty" xml:"description,omitempty"`
	ProjectName     *string `json:"projectName,omitempty" xml:"projectName,omitempty"`
	ResourceGroupId *string `json:"resourceGroupId,omitempty" xml:"resourceGroupId,omitempty"`
}

func (CreateProjectRequest) GoString

func (s CreateProjectRequest) GoString() string

func (*CreateProjectRequest) SetDescription

func (s *CreateProjectRequest) SetDescription(v string) *CreateProjectRequest

func (*CreateProjectRequest) SetProjectName

func (s *CreateProjectRequest) SetProjectName(v string) *CreateProjectRequest

func (*CreateProjectRequest) SetResourceGroupId added in v2.0.3

func (s *CreateProjectRequest) SetResourceGroupId(v string) *CreateProjectRequest

func (CreateProjectRequest) String

func (s CreateProjectRequest) String() string

type CreateProjectResponse

type CreateProjectResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (CreateProjectResponse) GoString

func (s CreateProjectResponse) GoString() string

func (*CreateProjectResponse) SetHeaders

func (*CreateProjectResponse) SetStatusCode

func (s *CreateProjectResponse) SetStatusCode(v int32) *CreateProjectResponse

func (CreateProjectResponse) String

func (s CreateProjectResponse) String() string

type CreateRdsExternalStoreRequest

type CreateRdsExternalStoreRequest struct {
	ExternalStoreName *string                                 `json:"externalStoreName,omitempty" xml:"externalStoreName,omitempty"`
	Parameter         *CreateRdsExternalStoreRequestParameter `json:"parameter,omitempty" xml:"parameter,omitempty" type:"Struct"`
	StoreType         *string                                 `json:"storeType,omitempty" xml:"storeType,omitempty"`
}

func (CreateRdsExternalStoreRequest) GoString

func (*CreateRdsExternalStoreRequest) SetExternalStoreName

func (*CreateRdsExternalStoreRequest) SetStoreType

func (CreateRdsExternalStoreRequest) String

type CreateRdsExternalStoreRequestParameter

type CreateRdsExternalStoreRequestParameter struct {
	Db         *string `json:"db,omitempty" xml:"db,omitempty"`
	Host       *string `json:"host,omitempty" xml:"host,omitempty"`
	InstanceId *string `json:"instance-id,omitempty" xml:"instance-id,omitempty"`
	Password   *string `json:"password,omitempty" xml:"password,omitempty"`
	Port       *string `json:"port,omitempty" xml:"port,omitempty"`
	Region     *string `json:"region,omitempty" xml:"region,omitempty"`
	Table      *string `json:"table,omitempty" xml:"table,omitempty"`
	Username   *string `json:"username,omitempty" xml:"username,omitempty"`
	VpcId      *string `json:"vpc-id,omitempty" xml:"vpc-id,omitempty"`
}

func (CreateRdsExternalStoreRequestParameter) GoString

func (*CreateRdsExternalStoreRequestParameter) SetDb

func (*CreateRdsExternalStoreRequestParameter) SetHost

func (*CreateRdsExternalStoreRequestParameter) SetInstanceId

func (*CreateRdsExternalStoreRequestParameter) SetPassword

func (*CreateRdsExternalStoreRequestParameter) SetPort

func (*CreateRdsExternalStoreRequestParameter) SetRegion

func (*CreateRdsExternalStoreRequestParameter) SetTable

func (*CreateRdsExternalStoreRequestParameter) SetUsername

func (*CreateRdsExternalStoreRequestParameter) SetVpcId

func (CreateRdsExternalStoreRequestParameter) String

type CreateRdsExternalStoreResponse

type CreateRdsExternalStoreResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (CreateRdsExternalStoreResponse) GoString

func (*CreateRdsExternalStoreResponse) SetHeaders

func (*CreateRdsExternalStoreResponse) SetStatusCode

func (CreateRdsExternalStoreResponse) String

type CreateSavedSearchRequest

type CreateSavedSearchRequest struct {
	DisplayName     *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Logstore        *string `json:"logstore,omitempty" xml:"logstore,omitempty"`
	SavedsearchName *string `json:"savedsearchName,omitempty" xml:"savedsearchName,omitempty"`
	SearchQuery     *string `json:"searchQuery,omitempty" xml:"searchQuery,omitempty"`
	Topic           *string `json:"topic,omitempty" xml:"topic,omitempty"`
}

func (CreateSavedSearchRequest) GoString

func (s CreateSavedSearchRequest) GoString() string

func (*CreateSavedSearchRequest) SetDisplayName

func (*CreateSavedSearchRequest) SetLogstore

func (*CreateSavedSearchRequest) SetSavedsearchName

func (s *CreateSavedSearchRequest) SetSavedsearchName(v string) *CreateSavedSearchRequest

func (*CreateSavedSearchRequest) SetSearchQuery

func (*CreateSavedSearchRequest) SetTopic

func (CreateSavedSearchRequest) String

func (s CreateSavedSearchRequest) String() string

type CreateSavedSearchResponse

type CreateSavedSearchResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (CreateSavedSearchResponse) GoString

func (s CreateSavedSearchResponse) GoString() string

func (*CreateSavedSearchResponse) SetHeaders

func (*CreateSavedSearchResponse) SetStatusCode

func (CreateSavedSearchResponse) String

func (s CreateSavedSearchResponse) String() string

type Dashboard

type Dashboard struct {
	Attribute     map[string]*string `json:"attribute,omitempty" xml:"attribute,omitempty"`
	Charts        []*Chart           `json:"charts,omitempty" xml:"charts,omitempty" type:"Repeated"`
	DashboardName *string            `json:"dashboardName,omitempty" xml:"dashboardName,omitempty"`
	Description   *string            `json:"description,omitempty" xml:"description,omitempty"`
	DisplayName   *string            `json:"displayName,omitempty" xml:"displayName,omitempty"`
}

func (Dashboard) GoString

func (s Dashboard) GoString() string

func (*Dashboard) SetAttribute

func (s *Dashboard) SetAttribute(v map[string]*string) *Dashboard

func (*Dashboard) SetCharts

func (s *Dashboard) SetCharts(v []*Chart) *Dashboard

func (*Dashboard) SetDashboardName

func (s *Dashboard) SetDashboardName(v string) *Dashboard

func (*Dashboard) SetDescription

func (s *Dashboard) SetDescription(v string) *Dashboard

func (*Dashboard) SetDisplayName

func (s *Dashboard) SetDisplayName(v string) *Dashboard

func (Dashboard) String

func (s Dashboard) String() string

type DeleteConsumerGroupResponse

type DeleteConsumerGroupResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (DeleteConsumerGroupResponse) GoString

func (s DeleteConsumerGroupResponse) GoString() string

func (*DeleteConsumerGroupResponse) SetHeaders

func (*DeleteConsumerGroupResponse) SetStatusCode

func (DeleteConsumerGroupResponse) String

type DeleteDomainResponse

type DeleteDomainResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (DeleteDomainResponse) GoString

func (s DeleteDomainResponse) GoString() string

func (*DeleteDomainResponse) SetHeaders

func (s *DeleteDomainResponse) SetHeaders(v map[string]*string) *DeleteDomainResponse

func (*DeleteDomainResponse) SetStatusCode

func (s *DeleteDomainResponse) SetStatusCode(v int32) *DeleteDomainResponse

func (DeleteDomainResponse) String

func (s DeleteDomainResponse) String() string

type DeleteExternalStoreResponse

type DeleteExternalStoreResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (DeleteExternalStoreResponse) GoString

func (s DeleteExternalStoreResponse) GoString() string

func (*DeleteExternalStoreResponse) SetHeaders

func (*DeleteExternalStoreResponse) SetStatusCode

func (DeleteExternalStoreResponse) String

type DeleteIndexResponse

type DeleteIndexResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (DeleteIndexResponse) GoString

func (s DeleteIndexResponse) GoString() string

func (*DeleteIndexResponse) SetHeaders

func (s *DeleteIndexResponse) SetHeaders(v map[string]*string) *DeleteIndexResponse

func (*DeleteIndexResponse) SetStatusCode

func (s *DeleteIndexResponse) SetStatusCode(v int32) *DeleteIndexResponse

func (DeleteIndexResponse) String

func (s DeleteIndexResponse) String() string

type DeleteLogStoreResponse

type DeleteLogStoreResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (DeleteLogStoreResponse) GoString

func (s DeleteLogStoreResponse) GoString() string

func (*DeleteLogStoreResponse) SetHeaders

func (*DeleteLogStoreResponse) SetStatusCode

func (DeleteLogStoreResponse) String

func (s DeleteLogStoreResponse) String() string

type DeleteLoggingResponse

type DeleteLoggingResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (DeleteLoggingResponse) GoString

func (s DeleteLoggingResponse) GoString() string

func (*DeleteLoggingResponse) SetHeaders

func (*DeleteLoggingResponse) SetStatusCode

func (s *DeleteLoggingResponse) SetStatusCode(v int32) *DeleteLoggingResponse

func (DeleteLoggingResponse) String

func (s DeleteLoggingResponse) String() string

type DeleteMachineGroupResponse

type DeleteMachineGroupResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (DeleteMachineGroupResponse) GoString

func (s DeleteMachineGroupResponse) GoString() string

func (*DeleteMachineGroupResponse) SetHeaders

func (*DeleteMachineGroupResponse) SetStatusCode

func (DeleteMachineGroupResponse) String

type DeleteProjectPolicyResponse added in v2.0.1

type DeleteProjectPolicyResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (DeleteProjectPolicyResponse) GoString added in v2.0.1

func (s DeleteProjectPolicyResponse) GoString() string

func (*DeleteProjectPolicyResponse) SetHeaders added in v2.0.1

func (*DeleteProjectPolicyResponse) SetStatusCode added in v2.0.1

func (DeleteProjectPolicyResponse) String added in v2.0.1

type DeleteProjectResponse

type DeleteProjectResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (DeleteProjectResponse) GoString

func (s DeleteProjectResponse) GoString() string

func (*DeleteProjectResponse) SetHeaders

func (*DeleteProjectResponse) SetStatusCode

func (s *DeleteProjectResponse) SetStatusCode(v int32) *DeleteProjectResponse

func (DeleteProjectResponse) String

func (s DeleteProjectResponse) String() string

type DeleteSavedSearchResponse

type DeleteSavedSearchResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (DeleteSavedSearchResponse) GoString

func (s DeleteSavedSearchResponse) GoString() string

func (*DeleteSavedSearchResponse) SetHeaders

func (*DeleteSavedSearchResponse) SetStatusCode

func (DeleteSavedSearchResponse) String

func (s DeleteSavedSearchResponse) String() string

type DeleteShipperResponse

type DeleteShipperResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (DeleteShipperResponse) GoString

func (s DeleteShipperResponse) GoString() string

func (*DeleteShipperResponse) SetHeaders

func (*DeleteShipperResponse) SetStatusCode

func (s *DeleteShipperResponse) SetStatusCode(v int32) *DeleteShipperResponse

func (DeleteShipperResponse) String

func (s DeleteShipperResponse) String() string

type EncryptConf

type EncryptConf struct {
	Enable      *bool               `json:"enable,omitempty" xml:"enable,omitempty"`
	EncryptType *string             `json:"encrypt_type,omitempty" xml:"encrypt_type,omitempty"`
	UserCmkInfo *EncryptUserCmkConf `json:"user_cmk_info,omitempty" xml:"user_cmk_info,omitempty"`
}

func (EncryptConf) GoString

func (s EncryptConf) GoString() string

func (*EncryptConf) SetEnable

func (s *EncryptConf) SetEnable(v bool) *EncryptConf

func (*EncryptConf) SetEncryptType

func (s *EncryptConf) SetEncryptType(v string) *EncryptConf

func (*EncryptConf) SetUserCmkInfo

func (s *EncryptConf) SetUserCmkInfo(v *EncryptUserCmkConf) *EncryptConf

func (EncryptConf) String

func (s EncryptConf) String() string

type EncryptUserCmkConf

type EncryptUserCmkConf struct {
	Arn      *string `json:"arn,omitempty" xml:"arn,omitempty"`
	CmkKeyId *string `json:"cmk_key_id,omitempty" xml:"cmk_key_id,omitempty"`
	RegionId *string `json:"region_id,omitempty" xml:"region_id,omitempty"`
}

func (EncryptUserCmkConf) GoString

func (s EncryptUserCmkConf) GoString() string

func (*EncryptUserCmkConf) SetArn

func (*EncryptUserCmkConf) SetCmkKeyId

func (s *EncryptUserCmkConf) SetCmkKeyId(v string) *EncryptUserCmkConf

func (*EncryptUserCmkConf) SetRegionId

func (s *EncryptUserCmkConf) SetRegionId(v string) *EncryptUserCmkConf

func (EncryptUserCmkConf) String

func (s EncryptUserCmkConf) String() string

type EtlJob

type EtlJob struct {
	Enable            *bool                  `json:"enable,omitempty" xml:"enable,omitempty"`
	EtlJobName        *string                `json:"etlJobName,omitempty" xml:"etlJobName,omitempty"`
	FunctionConfig    *EtlJobFunctionConfig  `json:"functionConfig,omitempty" xml:"functionConfig,omitempty" type:"Struct"`
	FunctionParameter map[string]interface{} `json:"functionParameter,omitempty" xml:"functionParameter,omitempty"`
	LogConfig         *EtlJobLogConfig       `json:"logConfig,omitempty" xml:"logConfig,omitempty" type:"Struct"`
	SourceConfig      *EtlJobSourceConfig    `json:"sourceConfig,omitempty" xml:"sourceConfig,omitempty" type:"Struct"`
	TriggerConfig     *EtlJobTriggerConfig   `json:"triggerConfig,omitempty" xml:"triggerConfig,omitempty" type:"Struct"`
}

func (EtlJob) GoString

func (s EtlJob) GoString() string

func (*EtlJob) SetEnable

func (s *EtlJob) SetEnable(v bool) *EtlJob

func (*EtlJob) SetEtlJobName

func (s *EtlJob) SetEtlJobName(v string) *EtlJob

func (*EtlJob) SetFunctionConfig

func (s *EtlJob) SetFunctionConfig(v *EtlJobFunctionConfig) *EtlJob

func (*EtlJob) SetFunctionParameter

func (s *EtlJob) SetFunctionParameter(v map[string]interface{}) *EtlJob

func (*EtlJob) SetLogConfig

func (s *EtlJob) SetLogConfig(v *EtlJobLogConfig) *EtlJob

func (*EtlJob) SetSourceConfig

func (s *EtlJob) SetSourceConfig(v *EtlJobSourceConfig) *EtlJob

func (*EtlJob) SetTriggerConfig

func (s *EtlJob) SetTriggerConfig(v *EtlJobTriggerConfig) *EtlJob

func (EtlJob) String

func (s EtlJob) String() string

type EtlJobFunctionConfig

type EtlJobFunctionConfig struct {
	AccountId        *string `json:"accountId,omitempty" xml:"accountId,omitempty"`
	Endpoint         *string `json:"endpoint,omitempty" xml:"endpoint,omitempty"`
	FunctionName     *string `json:"functionName,omitempty" xml:"functionName,omitempty"`
	FunctionProvider *string `json:"functionProvider,omitempty" xml:"functionProvider,omitempty"`
	RegionName       *string `json:"regionName,omitempty" xml:"regionName,omitempty"`
	RoleArn          *string `json:"roleArn,omitempty" xml:"roleArn,omitempty"`
	ServiceName      *string `json:"serviceName,omitempty" xml:"serviceName,omitempty"`
}

func (EtlJobFunctionConfig) GoString

func (s EtlJobFunctionConfig) GoString() string

func (*EtlJobFunctionConfig) SetAccountId

func (s *EtlJobFunctionConfig) SetAccountId(v string) *EtlJobFunctionConfig

func (*EtlJobFunctionConfig) SetEndpoint

func (*EtlJobFunctionConfig) SetFunctionName

func (s *EtlJobFunctionConfig) SetFunctionName(v string) *EtlJobFunctionConfig

func (*EtlJobFunctionConfig) SetFunctionProvider

func (s *EtlJobFunctionConfig) SetFunctionProvider(v string) *EtlJobFunctionConfig

func (*EtlJobFunctionConfig) SetRegionName

func (s *EtlJobFunctionConfig) SetRegionName(v string) *EtlJobFunctionConfig

func (*EtlJobFunctionConfig) SetRoleArn

func (*EtlJobFunctionConfig) SetServiceName

func (s *EtlJobFunctionConfig) SetServiceName(v string) *EtlJobFunctionConfig

func (EtlJobFunctionConfig) String

func (s EtlJobFunctionConfig) String() string

type EtlJobLogConfig

type EtlJobLogConfig struct {
	Endpoint     *string `json:"endpoint,omitempty" xml:"endpoint,omitempty"`
	LogstoreName *string `json:"logstoreName,omitempty" xml:"logstoreName,omitempty"`
	ProjectName  *string `json:"projectName,omitempty" xml:"projectName,omitempty"`
}

func (EtlJobLogConfig) GoString

func (s EtlJobLogConfig) GoString() string

func (*EtlJobLogConfig) SetEndpoint

func (s *EtlJobLogConfig) SetEndpoint(v string) *EtlJobLogConfig

func (*EtlJobLogConfig) SetLogstoreName

func (s *EtlJobLogConfig) SetLogstoreName(v string) *EtlJobLogConfig

func (*EtlJobLogConfig) SetProjectName

func (s *EtlJobLogConfig) SetProjectName(v string) *EtlJobLogConfig

func (EtlJobLogConfig) String

func (s EtlJobLogConfig) String() string

type EtlJobSourceConfig

type EtlJobSourceConfig struct {
	LogstoreName *string `json:"logstoreName,omitempty" xml:"logstoreName,omitempty"`
}

func (EtlJobSourceConfig) GoString

func (s EtlJobSourceConfig) GoString() string

func (*EtlJobSourceConfig) SetLogstoreName

func (s *EtlJobSourceConfig) SetLogstoreName(v string) *EtlJobSourceConfig

func (EtlJobSourceConfig) String

func (s EtlJobSourceConfig) String() string

type EtlJobTriggerConfig

type EtlJobTriggerConfig struct {
	MaxRetryTime     *int32  `json:"maxRetryTime,omitempty" xml:"maxRetryTime,omitempty"`
	RoleArn          *string `json:"roleArn,omitempty" xml:"roleArn,omitempty"`
	StartingPosition *string `json:"startingPosition,omitempty" xml:"startingPosition,omitempty"`
	StartingUnixtime *int64  `json:"startingUnixtime,omitempty" xml:"startingUnixtime,omitempty"`
	TriggerInterval  *int32  `json:"triggerInterval,omitempty" xml:"triggerInterval,omitempty"`
}

func (EtlJobTriggerConfig) GoString

func (s EtlJobTriggerConfig) GoString() string

func (*EtlJobTriggerConfig) SetMaxRetryTime

func (s *EtlJobTriggerConfig) SetMaxRetryTime(v int32) *EtlJobTriggerConfig

func (*EtlJobTriggerConfig) SetRoleArn

func (*EtlJobTriggerConfig) SetStartingPosition

func (s *EtlJobTriggerConfig) SetStartingPosition(v string) *EtlJobTriggerConfig

func (*EtlJobTriggerConfig) SetStartingUnixtime

func (s *EtlJobTriggerConfig) SetStartingUnixtime(v int64) *EtlJobTriggerConfig

func (*EtlJobTriggerConfig) SetTriggerInterval

func (s *EtlJobTriggerConfig) SetTriggerInterval(v int32) *EtlJobTriggerConfig

func (EtlJobTriggerConfig) String

func (s EtlJobTriggerConfig) String() string

type EtlMeta

type EtlMeta struct {
	Enable       *bool   `json:"enable,omitempty" xml:"enable,omitempty"`
	EtlMetaKey   *string `json:"etlMetaKey,omitempty" xml:"etlMetaKey,omitempty"`
	EtlMetaName  *string `json:"etlMetaName,omitempty" xml:"etlMetaName,omitempty"`
	EtlMetaTag   *string `json:"etlMetaTag,omitempty" xml:"etlMetaTag,omitempty"`
	EtlMetaValue *string `json:"etlMetaValue,omitempty" xml:"etlMetaValue,omitempty"`
}

func (EtlMeta) GoString

func (s EtlMeta) GoString() string

func (*EtlMeta) SetEnable

func (s *EtlMeta) SetEnable(v bool) *EtlMeta

func (*EtlMeta) SetEtlMetaKey

func (s *EtlMeta) SetEtlMetaKey(v string) *EtlMeta

func (*EtlMeta) SetEtlMetaName

func (s *EtlMeta) SetEtlMetaName(v string) *EtlMeta

func (*EtlMeta) SetEtlMetaTag

func (s *EtlMeta) SetEtlMetaTag(v string) *EtlMeta

func (*EtlMeta) SetEtlMetaValue

func (s *EtlMeta) SetEtlMetaValue(v string) *EtlMeta

func (EtlMeta) String

func (s EtlMeta) String() string

type ExternalStore

type ExternalStore struct {
	ExternalStoreName *string                `json:"externalStoreName,omitempty" xml:"externalStoreName,omitempty"`
	Parameter         map[string]interface{} `json:"parameter,omitempty" xml:"parameter,omitempty"`
	StoreType         *string                `json:"storeType,omitempty" xml:"storeType,omitempty"`
}

func (ExternalStore) GoString

func (s ExternalStore) GoString() string

func (*ExternalStore) SetExternalStoreName

func (s *ExternalStore) SetExternalStoreName(v string) *ExternalStore

func (*ExternalStore) SetParameter

func (s *ExternalStore) SetParameter(v map[string]interface{}) *ExternalStore

func (*ExternalStore) SetStoreType

func (s *ExternalStore) SetStoreType(v string) *ExternalStore

func (ExternalStore) String

func (s ExternalStore) String() string

type GetAppliedConfigsResponse

type GetAppliedConfigsResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetAppliedConfigsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAppliedConfigsResponse) GoString

func (s GetAppliedConfigsResponse) GoString() string

func (*GetAppliedConfigsResponse) SetBody

func (*GetAppliedConfigsResponse) SetHeaders

func (*GetAppliedConfigsResponse) SetStatusCode

func (GetAppliedConfigsResponse) String

func (s GetAppliedConfigsResponse) String() string

type GetAppliedConfigsResponseBody

type GetAppliedConfigsResponseBody struct {
	Configs []*string `json:"configs,omitempty" xml:"configs,omitempty" type:"Repeated"`
	Count   *int32    `json:"count,omitempty" xml:"count,omitempty"`
}

func (GetAppliedConfigsResponseBody) GoString

func (*GetAppliedConfigsResponseBody) SetConfigs

func (*GetAppliedConfigsResponseBody) SetCount

func (GetAppliedConfigsResponseBody) String

type GetAppliedMachineGroupsResponse

type GetAppliedMachineGroupsResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetAppliedMachineGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAppliedMachineGroupsResponse) GoString

func (*GetAppliedMachineGroupsResponse) SetHeaders

func (*GetAppliedMachineGroupsResponse) SetStatusCode

func (GetAppliedMachineGroupsResponse) String

type GetAppliedMachineGroupsResponseBody

type GetAppliedMachineGroupsResponseBody struct {
	Count         *int32    `json:"count,omitempty" xml:"count,omitempty"`
	Machinegroups []*string `json:"machinegroups,omitempty" xml:"machinegroups,omitempty" type:"Repeated"`
}

func (GetAppliedMachineGroupsResponseBody) GoString

func (*GetAppliedMachineGroupsResponseBody) SetCount

func (*GetAppliedMachineGroupsResponseBody) SetMachinegroups

func (GetAppliedMachineGroupsResponseBody) String

type GetCheckPointRequest

type GetCheckPointRequest struct {
	Shard *int32 `json:"shard,omitempty" xml:"shard,omitempty"`
}

func (GetCheckPointRequest) GoString

func (s GetCheckPointRequest) GoString() string

func (*GetCheckPointRequest) SetShard

func (GetCheckPointRequest) String

func (s GetCheckPointRequest) String() string

type GetCheckPointResponse

type GetCheckPointResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       []*GetCheckPointResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true" type:"Repeated"`
}

func (GetCheckPointResponse) GoString

func (s GetCheckPointResponse) GoString() string

func (*GetCheckPointResponse) SetBody

func (*GetCheckPointResponse) SetHeaders

func (*GetCheckPointResponse) SetStatusCode

func (s *GetCheckPointResponse) SetStatusCode(v int32) *GetCheckPointResponse

func (GetCheckPointResponse) String

func (s GetCheckPointResponse) String() string

type GetCheckPointResponseBody

type GetCheckPointResponseBody struct {
	// Shard ID。
	Shard      *int32  `json:"shard,omitempty" xml:"shard,omitempty"`
	Checkpoint *string `json:"checkpoint,omitempty" xml:"checkpoint,omitempty"`
	UpdateTime *int64  `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
	Consumer   *string `json:"consumer,omitempty" xml:"consumer,omitempty"`
}

func (GetCheckPointResponseBody) GoString

func (s GetCheckPointResponseBody) GoString() string

func (*GetCheckPointResponseBody) SetCheckpoint

func (*GetCheckPointResponseBody) SetConsumer

func (*GetCheckPointResponseBody) SetShard

func (*GetCheckPointResponseBody) SetUpdateTime

func (GetCheckPointResponseBody) String

func (s GetCheckPointResponseBody) String() string

type GetContextLogsRequest

type GetContextLogsRequest struct {
	BackLines    *int64  `json:"back_lines,omitempty" xml:"back_lines,omitempty"`
	ForwardLines *int64  `json:"forward_lines,omitempty" xml:"forward_lines,omitempty"`
	PackId       *string `json:"pack_id,omitempty" xml:"pack_id,omitempty"`
	PackMeta     *string `json:"pack_meta,omitempty" xml:"pack_meta,omitempty"`
	Type         *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetContextLogsRequest) GoString

func (s GetContextLogsRequest) GoString() string

func (*GetContextLogsRequest) SetBackLines

func (*GetContextLogsRequest) SetForwardLines

func (s *GetContextLogsRequest) SetForwardLines(v int64) *GetContextLogsRequest

func (*GetContextLogsRequest) SetPackId

func (*GetContextLogsRequest) SetPackMeta

func (*GetContextLogsRequest) SetType

func (GetContextLogsRequest) String

func (s GetContextLogsRequest) String() string

type GetContextLogsResponse

type GetContextLogsResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetContextLogsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetContextLogsResponse) GoString

func (s GetContextLogsResponse) GoString() string

func (*GetContextLogsResponse) SetBody

func (*GetContextLogsResponse) SetHeaders

func (*GetContextLogsResponse) SetStatusCode

func (GetContextLogsResponse) String

func (s GetContextLogsResponse) String() string

type GetContextLogsResponseBody

type GetContextLogsResponseBody struct {
	BackLines    *int64                   `json:"back_lines,omitempty" xml:"back_lines,omitempty"`
	ForwardLines *int64                   `json:"forward_lines,omitempty" xml:"forward_lines,omitempty"`
	Logs         []map[string]interface{} `json:"logs,omitempty" xml:"logs,omitempty" type:"Repeated"`
	Progress     *string                  `json:"progress,omitempty" xml:"progress,omitempty"`
	TotalLines   *int64                   `json:"total_lines,omitempty" xml:"total_lines,omitempty"`
}

func (GetContextLogsResponseBody) GoString

func (s GetContextLogsResponseBody) GoString() string

func (*GetContextLogsResponseBody) SetBackLines

func (*GetContextLogsResponseBody) SetForwardLines

func (*GetContextLogsResponseBody) SetLogs

func (s *GetContextLogsResponseBody) SetLogs(v []map[string]interface{}) *GetContextLogsResponseBody

func (*GetContextLogsResponseBody) SetProgress

func (*GetContextLogsResponseBody) SetTotalLines

func (GetContextLogsResponseBody) String

type GetCursorRequest

type GetCursorRequest struct {
	From *string `json:"from,omitempty" xml:"from,omitempty"`
}

func (GetCursorRequest) GoString

func (s GetCursorRequest) GoString() string

func (*GetCursorRequest) SetFrom

func (s *GetCursorRequest) SetFrom(v string) *GetCursorRequest

func (GetCursorRequest) String

func (s GetCursorRequest) String() string

type GetCursorResponse

type GetCursorResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetCursorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetCursorResponse) GoString

func (s GetCursorResponse) GoString() string

func (*GetCursorResponse) SetBody

func (*GetCursorResponse) SetHeaders

func (s *GetCursorResponse) SetHeaders(v map[string]*string) *GetCursorResponse

func (*GetCursorResponse) SetStatusCode

func (s *GetCursorResponse) SetStatusCode(v int32) *GetCursorResponse

func (GetCursorResponse) String

func (s GetCursorResponse) String() string

type GetCursorResponseBody

type GetCursorResponseBody struct {
	Cursor *string `json:"cursor,omitempty" xml:"cursor,omitempty"`
}

func (GetCursorResponseBody) GoString

func (s GetCursorResponseBody) GoString() string

func (*GetCursorResponseBody) SetCursor

func (GetCursorResponseBody) String

func (s GetCursorResponseBody) String() string

type GetCursorTimeRequest

type GetCursorTimeRequest struct {
	Cursor *string `json:"cursor,omitempty" xml:"cursor,omitempty"`
}

func (GetCursorTimeRequest) GoString

func (s GetCursorTimeRequest) GoString() string

func (*GetCursorTimeRequest) SetCursor

func (GetCursorTimeRequest) String

func (s GetCursorTimeRequest) String() string

type GetCursorTimeResponse

type GetCursorTimeResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetCursorTimeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetCursorTimeResponse) GoString

func (s GetCursorTimeResponse) GoString() string

func (*GetCursorTimeResponse) SetBody

func (*GetCursorTimeResponse) SetHeaders

func (*GetCursorTimeResponse) SetStatusCode

func (s *GetCursorTimeResponse) SetStatusCode(v int32) *GetCursorTimeResponse

func (GetCursorTimeResponse) String

func (s GetCursorTimeResponse) String() string

type GetCursorTimeResponseBody

type GetCursorTimeResponseBody struct {
	CursorTime *string `json:"cursor_time,omitempty" xml:"cursor_time,omitempty"`
}

func (GetCursorTimeResponseBody) GoString

func (s GetCursorTimeResponseBody) GoString() string

func (*GetCursorTimeResponseBody) SetCursorTime

func (GetCursorTimeResponseBody) String

func (s GetCursorTimeResponseBody) String() string

type GetExternalStoreResponse

type GetExternalStoreResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ExternalStore     `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetExternalStoreResponse) GoString

func (s GetExternalStoreResponse) GoString() string

func (*GetExternalStoreResponse) SetBody

func (*GetExternalStoreResponse) SetHeaders

func (*GetExternalStoreResponse) SetStatusCode

func (GetExternalStoreResponse) String

func (s GetExternalStoreResponse) String() string

type GetHistogramsRequest

type GetHistogramsRequest struct {
	From  *int64  `json:"from,omitempty" xml:"from,omitempty"`
	Query *string `json:"query,omitempty" xml:"query,omitempty"`
	To    *int64  `json:"to,omitempty" xml:"to,omitempty"`
	Topic *string `json:"topic,omitempty" xml:"topic,omitempty"`
}

func (GetHistogramsRequest) GoString

func (s GetHistogramsRequest) GoString() string

func (*GetHistogramsRequest) SetFrom

func (*GetHistogramsRequest) SetQuery

func (*GetHistogramsRequest) SetTo

func (*GetHistogramsRequest) SetTopic

func (GetHistogramsRequest) String

func (s GetHistogramsRequest) String() string

type GetHistogramsResponse

type GetHistogramsResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       []*GetHistogramsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true" type:"Repeated"`
}

func (GetHistogramsResponse) GoString

func (s GetHistogramsResponse) GoString() string

func (*GetHistogramsResponse) SetBody

func (*GetHistogramsResponse) SetHeaders

func (*GetHistogramsResponse) SetStatusCode

func (s *GetHistogramsResponse) SetStatusCode(v int32) *GetHistogramsResponse

func (GetHistogramsResponse) String

func (s GetHistogramsResponse) String() string

type GetHistogramsResponseBody

type GetHistogramsResponseBody struct {
	From     *int64  `json:"from,omitempty" xml:"from,omitempty"`
	To       *int64  `json:"to,omitempty" xml:"to,omitempty"`
	Count    *int64  `json:"count,omitempty" xml:"count,omitempty"`
	Progress *string `json:"progress,omitempty" xml:"progress,omitempty"`
}

func (GetHistogramsResponseBody) GoString

func (s GetHistogramsResponseBody) GoString() string

func (*GetHistogramsResponseBody) SetCount

func (*GetHistogramsResponseBody) SetFrom

func (*GetHistogramsResponseBody) SetProgress

func (*GetHistogramsResponseBody) SetTo

func (GetHistogramsResponseBody) String

func (s GetHistogramsResponseBody) String() string

type GetIndexResponse

type GetIndexResponse struct {
	Headers    map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetIndexResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetIndexResponse) GoString

func (s GetIndexResponse) GoString() string

func (*GetIndexResponse) SetBody

func (*GetIndexResponse) SetHeaders

func (s *GetIndexResponse) SetHeaders(v map[string]*string) *GetIndexResponse

func (*GetIndexResponse) SetStatusCode

func (s *GetIndexResponse) SetStatusCode(v int32) *GetIndexResponse

func (GetIndexResponse) String

func (s GetIndexResponse) String() string

type GetIndexResponseBody

type GetIndexResponseBody struct {
	IndexMode          *string                   `json:"index_mode,omitempty" xml:"index_mode,omitempty"`
	Keys               map[string]*KeysValue     `json:"keys,omitempty" xml:"keys,omitempty"`
	LastModifyTime     *int64                    `json:"lastModifyTime,omitempty" xml:"lastModifyTime,omitempty"`
	Line               *GetIndexResponseBodyLine `json:"line,omitempty" xml:"line,omitempty" type:"Struct"`
	LogReduce          *bool                     `json:"log_reduce,omitempty" xml:"log_reduce,omitempty"`
	LogReduceBlackList []*string                 `json:"log_reduce_black_list,omitempty" xml:"log_reduce_black_list,omitempty" type:"Repeated"`
	LogReduceWhiteList []*string                 `json:"log_reduce_white_list,omitempty" xml:"log_reduce_white_list,omitempty" type:"Repeated"`
	MaxTextLen         *int32                    `json:"max_text_len,omitempty" xml:"max_text_len,omitempty"`
	Storage            *string                   `json:"storage,omitempty" xml:"storage,omitempty"`
	Ttl                *int32                    `json:"ttl,omitempty" xml:"ttl,omitempty"`
}

func (GetIndexResponseBody) GoString

func (s GetIndexResponseBody) GoString() string

func (*GetIndexResponseBody) SetIndexMode

func (s *GetIndexResponseBody) SetIndexMode(v string) *GetIndexResponseBody

func (*GetIndexResponseBody) SetKeys

func (*GetIndexResponseBody) SetLastModifyTime

func (s *GetIndexResponseBody) SetLastModifyTime(v int64) *GetIndexResponseBody

func (*GetIndexResponseBody) SetLine

func (*GetIndexResponseBody) SetLogReduce

func (s *GetIndexResponseBody) SetLogReduce(v bool) *GetIndexResponseBody

func (*GetIndexResponseBody) SetLogReduceBlackList

func (s *GetIndexResponseBody) SetLogReduceBlackList(v []*string) *GetIndexResponseBody

func (*GetIndexResponseBody) SetLogReduceWhiteList

func (s *GetIndexResponseBody) SetLogReduceWhiteList(v []*string) *GetIndexResponseBody

func (*GetIndexResponseBody) SetMaxTextLen

func (s *GetIndexResponseBody) SetMaxTextLen(v int32) *GetIndexResponseBody

func (*GetIndexResponseBody) SetStorage

func (*GetIndexResponseBody) SetTtl

func (GetIndexResponseBody) String

func (s GetIndexResponseBody) String() string

type GetIndexResponseBodyLine

type GetIndexResponseBodyLine struct {
	CaseSensitive *bool     `json:"caseSensitive,omitempty" xml:"caseSensitive,omitempty"`
	Chn           *bool     `json:"chn,omitempty" xml:"chn,omitempty"`
	ExcludeKeys   []*string `json:"exclude_keys,omitempty" xml:"exclude_keys,omitempty" type:"Repeated"`
	IncludeKeys   []*string `json:"include_keys,omitempty" xml:"include_keys,omitempty" type:"Repeated"`
	Token         []*string `json:"token,omitempty" xml:"token,omitempty" type:"Repeated"`
}

func (GetIndexResponseBodyLine) GoString

func (s GetIndexResponseBodyLine) GoString() string

func (*GetIndexResponseBodyLine) SetCaseSensitive

func (s *GetIndexResponseBodyLine) SetCaseSensitive(v bool) *GetIndexResponseBodyLine

func (*GetIndexResponseBodyLine) SetChn

func (*GetIndexResponseBodyLine) SetExcludeKeys

func (s *GetIndexResponseBodyLine) SetExcludeKeys(v []*string) *GetIndexResponseBodyLine

func (*GetIndexResponseBodyLine) SetIncludeKeys

func (s *GetIndexResponseBodyLine) SetIncludeKeys(v []*string) *GetIndexResponseBodyLine

func (*GetIndexResponseBodyLine) SetToken

func (GetIndexResponseBodyLine) String

func (s GetIndexResponseBodyLine) String() string

type GetLogStoreResponse

type GetLogStoreResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *Logstore          `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetLogStoreResponse) GoString

func (s GetLogStoreResponse) GoString() string

func (*GetLogStoreResponse) SetBody

func (*GetLogStoreResponse) SetHeaders

func (s *GetLogStoreResponse) SetHeaders(v map[string]*string) *GetLogStoreResponse

func (*GetLogStoreResponse) SetStatusCode

func (s *GetLogStoreResponse) SetStatusCode(v int32) *GetLogStoreResponse

func (GetLogStoreResponse) String

func (s GetLogStoreResponse) String() string

type GetLoggingResponse

type GetLoggingResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *Logging           `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetLoggingResponse) GoString

func (s GetLoggingResponse) GoString() string

func (*GetLoggingResponse) SetBody

func (*GetLoggingResponse) SetHeaders

func (s *GetLoggingResponse) SetHeaders(v map[string]*string) *GetLoggingResponse

func (*GetLoggingResponse) SetStatusCode

func (s *GetLoggingResponse) SetStatusCode(v int32) *GetLoggingResponse

func (GetLoggingResponse) String

func (s GetLoggingResponse) String() string

type GetLogsRequest

type GetLogsRequest struct {
	From     *int32  `json:"from,omitempty" xml:"from,omitempty"`
	Line     *int64  `json:"line,omitempty" xml:"line,omitempty"`
	Offset   *int64  `json:"offset,omitempty" xml:"offset,omitempty"`
	PowerSql *bool   `json:"powerSql,omitempty" xml:"powerSql,omitempty"`
	Query    *string `json:"query,omitempty" xml:"query,omitempty"`
	Reverse  *bool   `json:"reverse,omitempty" xml:"reverse,omitempty"`
	To       *int32  `json:"to,omitempty" xml:"to,omitempty"`
	Topic    *string `json:"topic,omitempty" xml:"topic,omitempty"`
}

func (GetLogsRequest) GoString

func (s GetLogsRequest) GoString() string

func (*GetLogsRequest) SetFrom

func (s *GetLogsRequest) SetFrom(v int32) *GetLogsRequest

func (*GetLogsRequest) SetLine

func (s *GetLogsRequest) SetLine(v int64) *GetLogsRequest

func (*GetLogsRequest) SetOffset

func (s *GetLogsRequest) SetOffset(v int64) *GetLogsRequest

func (*GetLogsRequest) SetPowerSql

func (s *GetLogsRequest) SetPowerSql(v bool) *GetLogsRequest

func (*GetLogsRequest) SetQuery

func (s *GetLogsRequest) SetQuery(v string) *GetLogsRequest

func (*GetLogsRequest) SetReverse

func (s *GetLogsRequest) SetReverse(v bool) *GetLogsRequest

func (*GetLogsRequest) SetTo

func (s *GetLogsRequest) SetTo(v int32) *GetLogsRequest

func (*GetLogsRequest) SetTopic

func (s *GetLogsRequest) SetTopic(v string) *GetLogsRequest

func (GetLogsRequest) String

func (s GetLogsRequest) String() string

type GetLogsResponse

type GetLogsResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       []map[string]interface{} `json:"body,omitempty" xml:"body,omitempty" require:"true" type:"Repeated"`
}

func (GetLogsResponse) GoString

func (s GetLogsResponse) GoString() string

func (*GetLogsResponse) SetBody

func (s *GetLogsResponse) SetBody(v []map[string]interface{}) *GetLogsResponse

func (*GetLogsResponse) SetHeaders

func (s *GetLogsResponse) SetHeaders(v map[string]*string) *GetLogsResponse

func (*GetLogsResponse) SetStatusCode

func (s *GetLogsResponse) SetStatusCode(v int32) *GetLogsResponse

func (GetLogsResponse) String

func (s GetLogsResponse) String() string

type GetMachineGroupResponse

type GetMachineGroupResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *MachineGroup      `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetMachineGroupResponse) GoString

func (s GetMachineGroupResponse) GoString() string

func (*GetMachineGroupResponse) SetBody

func (*GetMachineGroupResponse) SetHeaders

func (*GetMachineGroupResponse) SetStatusCode

func (GetMachineGroupResponse) String

func (s GetMachineGroupResponse) String() string

type GetProjectLogsRequest

type GetProjectLogsRequest struct {
	PowerSql *bool   `json:"powerSql,omitempty" xml:"powerSql,omitempty"`
	Query    *string `json:"query,omitempty" xml:"query,omitempty"`
}

func (GetProjectLogsRequest) GoString

func (s GetProjectLogsRequest) GoString() string

func (*GetProjectLogsRequest) SetPowerSql

func (*GetProjectLogsRequest) SetQuery

func (GetProjectLogsRequest) String

func (s GetProjectLogsRequest) String() string

type GetProjectLogsResponse

type GetProjectLogsResponse struct {
	Headers    map[string]*string   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       []map[string]*string `json:"body,omitempty" xml:"body,omitempty" require:"true" type:"Repeated"`
}

func (GetProjectLogsResponse) GoString

func (s GetProjectLogsResponse) GoString() string

func (*GetProjectLogsResponse) SetBody

func (*GetProjectLogsResponse) SetHeaders

func (*GetProjectLogsResponse) SetStatusCode

func (GetProjectLogsResponse) String

func (s GetProjectLogsResponse) String() string

type GetProjectPolicyResponse added in v2.0.1

type GetProjectPolicyResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *string            `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetProjectPolicyResponse) GoString added in v2.0.1

func (s GetProjectPolicyResponse) GoString() string

func (*GetProjectPolicyResponse) SetBody added in v2.0.3

func (*GetProjectPolicyResponse) SetHeaders added in v2.0.1

func (*GetProjectPolicyResponse) SetStatusCode added in v2.0.1

func (GetProjectPolicyResponse) String added in v2.0.1

func (s GetProjectPolicyResponse) String() string

type GetProjectResponse

type GetProjectResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *Project           `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetProjectResponse) GoString

func (s GetProjectResponse) GoString() string

func (*GetProjectResponse) SetBody

func (*GetProjectResponse) SetHeaders

func (s *GetProjectResponse) SetHeaders(v map[string]*string) *GetProjectResponse

func (*GetProjectResponse) SetStatusCode

func (s *GetProjectResponse) SetStatusCode(v int32) *GetProjectResponse

func (GetProjectResponse) String

func (s GetProjectResponse) String() string

type GetSavedSearchResponse

type GetSavedSearchResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SavedSearch       `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetSavedSearchResponse) GoString

func (s GetSavedSearchResponse) GoString() string

func (*GetSavedSearchResponse) SetBody

func (*GetSavedSearchResponse) SetHeaders

func (*GetSavedSearchResponse) SetStatusCode

func (GetSavedSearchResponse) String

func (s GetSavedSearchResponse) String() string

type GetShipperStatusRequest

type GetShipperStatusRequest struct {
	From   *int64  `json:"from,omitempty" xml:"from,omitempty"`
	Offset *int32  `json:"offset,omitempty" xml:"offset,omitempty"`
	Size   *int32  `json:"size,omitempty" xml:"size,omitempty"`
	Status *string `json:"status,omitempty" xml:"status,omitempty"`
	To     *int64  `json:"to,omitempty" xml:"to,omitempty"`
}

func (GetShipperStatusRequest) GoString

func (s GetShipperStatusRequest) GoString() string

func (*GetShipperStatusRequest) SetFrom

func (*GetShipperStatusRequest) SetOffset

func (*GetShipperStatusRequest) SetSize

func (*GetShipperStatusRequest) SetStatus

func (*GetShipperStatusRequest) SetTo

func (GetShipperStatusRequest) String

func (s GetShipperStatusRequest) String() string

type GetShipperStatusResponse

type GetShipperStatusResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetShipperStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetShipperStatusResponse) GoString

func (s GetShipperStatusResponse) GoString() string

func (*GetShipperStatusResponse) SetBody

func (*GetShipperStatusResponse) SetHeaders

func (*GetShipperStatusResponse) SetStatusCode

func (GetShipperStatusResponse) String

func (s GetShipperStatusResponse) String() string

type GetShipperStatusResponseBody

type GetShipperStatusResponseBody struct {
	Count      *int64                                  `json:"count,omitempty" xml:"count,omitempty"`
	Statistics *GetShipperStatusResponseBodyStatistics `json:"statistics,omitempty" xml:"statistics,omitempty" type:"Struct"`
	Tasks      *GetShipperStatusResponseBodyTasks      `json:"tasks,omitempty" xml:"tasks,omitempty" type:"Struct"`
	Total      *int64                                  `json:"total,omitempty" xml:"total,omitempty"`
}

func (GetShipperStatusResponseBody) GoString

func (s GetShipperStatusResponseBody) GoString() string

func (*GetShipperStatusResponseBody) SetCount

func (*GetShipperStatusResponseBody) SetTasks

func (*GetShipperStatusResponseBody) SetTotal

func (GetShipperStatusResponseBody) String

type GetShipperStatusResponseBodyStatistics

type GetShipperStatusResponseBodyStatistics struct {
	Fail    *int64 `json:"fail,omitempty" xml:"fail,omitempty"`
	Running *int64 `json:"running,omitempty" xml:"running,omitempty"`
	Success *int64 `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetShipperStatusResponseBodyStatistics) GoString

func (*GetShipperStatusResponseBodyStatistics) SetFail

func (*GetShipperStatusResponseBodyStatistics) SetRunning

func (*GetShipperStatusResponseBodyStatistics) SetSuccess

func (GetShipperStatusResponseBodyStatistics) String

type GetShipperStatusResponseBodyTasks

type GetShipperStatusResponseBodyTasks struct {
	Id                      *string `json:"id,omitempty" xml:"id,omitempty"`
	TaskCode                *string `json:"taskCode,omitempty" xml:"taskCode,omitempty"`
	TaskCreateTime          *int64  `json:"taskCreateTime,omitempty" xml:"taskCreateTime,omitempty"`
	TaskDataLines           *int32  `json:"taskDataLines,omitempty" xml:"taskDataLines,omitempty"`
	TaskFinishTime          *int64  `json:"taskFinishTime,omitempty" xml:"taskFinishTime,omitempty"`
	TaskLastDataReceiveTime *int64  `json:"taskLastDataReceiveTime,omitempty" xml:"taskLastDataReceiveTime,omitempty"`
	TaskMessage             *string `json:"taskMessage,omitempty" xml:"taskMessage,omitempty"`
	TaskStatus              *string `json:"taskStatus,omitempty" xml:"taskStatus,omitempty"`
}

func (GetShipperStatusResponseBodyTasks) GoString

func (*GetShipperStatusResponseBodyTasks) SetId

func (*GetShipperStatusResponseBodyTasks) SetTaskCode

func (*GetShipperStatusResponseBodyTasks) SetTaskCreateTime

func (*GetShipperStatusResponseBodyTasks) SetTaskDataLines

func (*GetShipperStatusResponseBodyTasks) SetTaskFinishTime

func (*GetShipperStatusResponseBodyTasks) SetTaskLastDataReceiveTime

func (*GetShipperStatusResponseBodyTasks) SetTaskMessage

func (*GetShipperStatusResponseBodyTasks) SetTaskStatus

func (GetShipperStatusResponseBodyTasks) String

type Histogram

type Histogram struct {
	Count    *int64  `json:"count,omitempty" xml:"count,omitempty"`
	From     *int32  `json:"from,omitempty" xml:"from,omitempty"`
	Progress *string `json:"progress,omitempty" xml:"progress,omitempty"`
	To       *int32  `json:"to,omitempty" xml:"to,omitempty"`
}

func (Histogram) GoString

func (s Histogram) GoString() string

func (*Histogram) SetCount

func (s *Histogram) SetCount(v int64) *Histogram

func (*Histogram) SetFrom

func (s *Histogram) SetFrom(v int32) *Histogram

func (*Histogram) SetProgress

func (s *Histogram) SetProgress(v string) *Histogram

func (*Histogram) SetTo

func (s *Histogram) SetTo(v int32) *Histogram

func (Histogram) String

func (s Histogram) String() string

type Index

type Index struct {
	Keys               map[string]*IndexKeysValue `json:"keys,omitempty" xml:"keys,omitempty"`
	LastModifyTime     *int64                     `json:"lastModifyTime,omitempty" xml:"lastModifyTime,omitempty"`
	Line               *IndexLine                 `json:"line,omitempty" xml:"line,omitempty" type:"Struct"`
	LogReduce          *bool                      `json:"log_reduce,omitempty" xml:"log_reduce,omitempty"`
	LogReduceBlackList []*string                  `json:"log_reduce_black_list,omitempty" xml:"log_reduce_black_list,omitempty" type:"Repeated"`
	LogReduceWhiteList []*string                  `json:"log_reduce_white_list,omitempty" xml:"log_reduce_white_list,omitempty" type:"Repeated"`
	MaxTextLen         *int32                     `json:"max_text_len,omitempty" xml:"max_text_len,omitempty"`
	Ttl                *int32                     `json:"ttl,omitempty" xml:"ttl,omitempty"`
}

func (Index) GoString

func (s Index) GoString() string

func (*Index) SetKeys

func (s *Index) SetKeys(v map[string]*IndexKeysValue) *Index

func (*Index) SetLastModifyTime

func (s *Index) SetLastModifyTime(v int64) *Index

func (*Index) SetLine

func (s *Index) SetLine(v *IndexLine) *Index

func (*Index) SetLogReduce

func (s *Index) SetLogReduce(v bool) *Index

func (*Index) SetLogReduceBlackList

func (s *Index) SetLogReduceBlackList(v []*string) *Index

func (*Index) SetLogReduceWhiteList

func (s *Index) SetLogReduceWhiteList(v []*string) *Index

func (*Index) SetMaxTextLen

func (s *Index) SetMaxTextLen(v int32) *Index

func (*Index) SetTtl

func (s *Index) SetTtl(v int32) *Index

func (Index) String

func (s Index) String() string

type IndexKeysValue

type IndexKeysValue struct {
	Chn           *bool     `json:"chn,omitempty" xml:"chn,omitempty"`
	CaseSensitive *bool     `json:"caseSensitive,omitempty" xml:"caseSensitive,omitempty"`
	Token         []*string `json:"token,omitempty" xml:"token,omitempty" type:"Repeated"`
	Alias         *string   `json:"alias,omitempty" xml:"alias,omitempty"`
	Type          *string   `json:"type,omitempty" xml:"type,omitempty"`
	DocValue      *bool     `json:"doc_value,omitempty" xml:"doc_value,omitempty"`
}

func (IndexKeysValue) GoString

func (s IndexKeysValue) GoString() string

func (*IndexKeysValue) SetAlias

func (s *IndexKeysValue) SetAlias(v string) *IndexKeysValue

func (*IndexKeysValue) SetCaseSensitive

func (s *IndexKeysValue) SetCaseSensitive(v bool) *IndexKeysValue

func (*IndexKeysValue) SetChn

func (s *IndexKeysValue) SetChn(v bool) *IndexKeysValue

func (*IndexKeysValue) SetDocValue

func (s *IndexKeysValue) SetDocValue(v bool) *IndexKeysValue

func (*IndexKeysValue) SetToken

func (s *IndexKeysValue) SetToken(v []*string) *IndexKeysValue

func (*IndexKeysValue) SetType

func (s *IndexKeysValue) SetType(v string) *IndexKeysValue

func (IndexKeysValue) String

func (s IndexKeysValue) String() string

type IndexLine

type IndexLine struct {
	CaseSensitive *bool     `json:"caseSensitive,omitempty" xml:"caseSensitive,omitempty"`
	Chn           *bool     `json:"chn,omitempty" xml:"chn,omitempty"`
	ExcludeKeys   []*string `json:"exclude_keys,omitempty" xml:"exclude_keys,omitempty" type:"Repeated"`
	IncludeKeys   []*string `json:"include_keys,omitempty" xml:"include_keys,omitempty" type:"Repeated"`
	Token         []*string `json:"token,omitempty" xml:"token,omitempty" type:"Repeated"`
}

func (IndexLine) GoString

func (s IndexLine) GoString() string

func (*IndexLine) SetCaseSensitive

func (s *IndexLine) SetCaseSensitive(v bool) *IndexLine

func (*IndexLine) SetChn

func (s *IndexLine) SetChn(v bool) *IndexLine

func (*IndexLine) SetExcludeKeys

func (s *IndexLine) SetExcludeKeys(v []*string) *IndexLine

func (*IndexLine) SetIncludeKeys

func (s *IndexLine) SetIncludeKeys(v []*string) *IndexLine

func (*IndexLine) SetToken

func (s *IndexLine) SetToken(v []*string) *IndexLine

func (IndexLine) String

func (s IndexLine) String() string

type KeysValue

type KeysValue struct {
	CaseSensitive *bool     `json:"caseSensitive,omitempty" xml:"caseSensitive,omitempty"`
	Chn           *bool     `json:"chn,omitempty" xml:"chn,omitempty"`
	Type          *string   `json:"type,omitempty" xml:"type,omitempty"`
	Alias         *string   `json:"alias,omitempty" xml:"alias,omitempty"`
	Token         []*string `json:"token,omitempty" xml:"token,omitempty" type:"Repeated"`
	DocValue      *bool     `json:"doc_value,omitempty" xml:"doc_value,omitempty"`
}

func (KeysValue) GoString

func (s KeysValue) GoString() string

func (*KeysValue) SetAlias

func (s *KeysValue) SetAlias(v string) *KeysValue

func (*KeysValue) SetCaseSensitive

func (s *KeysValue) SetCaseSensitive(v bool) *KeysValue

func (*KeysValue) SetChn

func (s *KeysValue) SetChn(v bool) *KeysValue

func (*KeysValue) SetDocValue

func (s *KeysValue) SetDocValue(v bool) *KeysValue

func (*KeysValue) SetToken

func (s *KeysValue) SetToken(v []*string) *KeysValue

func (*KeysValue) SetType

func (s *KeysValue) SetType(v string) *KeysValue

func (KeysValue) String

func (s KeysValue) String() string

type ListConsumerGroupResponse

type ListConsumerGroupResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       []*ConsumerGroup   `json:"body,omitempty" xml:"body,omitempty" require:"true" type:"Repeated"`
}

func (ListConsumerGroupResponse) GoString

func (s ListConsumerGroupResponse) GoString() string

func (*ListConsumerGroupResponse) SetBody

func (*ListConsumerGroupResponse) SetHeaders

func (*ListConsumerGroupResponse) SetStatusCode

func (ListConsumerGroupResponse) String

func (s ListConsumerGroupResponse) String() string

type ListDomainsRequest

type ListDomainsRequest struct {
	DomainName *string `json:"domainName,omitempty" xml:"domainName,omitempty"`
	Offset     *int32  `json:"offset,omitempty" xml:"offset,omitempty"`
	Size       *int32  `json:"size,omitempty" xml:"size,omitempty"`
}

func (ListDomainsRequest) GoString

func (s ListDomainsRequest) GoString() string

func (*ListDomainsRequest) SetDomainName

func (s *ListDomainsRequest) SetDomainName(v string) *ListDomainsRequest

func (*ListDomainsRequest) SetOffset

func (s *ListDomainsRequest) SetOffset(v int32) *ListDomainsRequest

func (*ListDomainsRequest) SetSize

func (ListDomainsRequest) String

func (s ListDomainsRequest) String() string

type ListDomainsResponse

type ListDomainsResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDomainsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDomainsResponse) GoString

func (s ListDomainsResponse) GoString() string

func (*ListDomainsResponse) SetBody

func (*ListDomainsResponse) SetHeaders

func (s *ListDomainsResponse) SetHeaders(v map[string]*string) *ListDomainsResponse

func (*ListDomainsResponse) SetStatusCode

func (s *ListDomainsResponse) SetStatusCode(v int32) *ListDomainsResponse

func (ListDomainsResponse) String

func (s ListDomainsResponse) String() string

type ListDomainsResponseBody

type ListDomainsResponseBody struct {
	Count   *int64    `json:"count,omitempty" xml:"count,omitempty"`
	Domains []*string `json:"domains,omitempty" xml:"domains,omitempty" type:"Repeated"`
	Total   *int64    `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListDomainsResponseBody) GoString

func (s ListDomainsResponseBody) GoString() string

func (*ListDomainsResponseBody) SetCount

func (*ListDomainsResponseBody) SetDomains

func (*ListDomainsResponseBody) SetTotal

func (ListDomainsResponseBody) String

func (s ListDomainsResponseBody) String() string

type ListExternalStoreRequest

type ListExternalStoreRequest struct {
	ExternalStoreName *string `json:"externalStoreName,omitempty" xml:"externalStoreName,omitempty"`
	Offset            *int32  `json:"offset,omitempty" xml:"offset,omitempty"`
	Sizs              *int32  `json:"sizs,omitempty" xml:"sizs,omitempty"`
}

func (ListExternalStoreRequest) GoString

func (s ListExternalStoreRequest) GoString() string

func (*ListExternalStoreRequest) SetExternalStoreName

func (s *ListExternalStoreRequest) SetExternalStoreName(v string) *ListExternalStoreRequest

func (*ListExternalStoreRequest) SetOffset

func (*ListExternalStoreRequest) SetSizs

func (ListExternalStoreRequest) String

func (s ListExternalStoreRequest) String() string

type ListExternalStoreResponse

type ListExternalStoreResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListExternalStoreResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListExternalStoreResponse) GoString

func (s ListExternalStoreResponse) GoString() string

func (*ListExternalStoreResponse) SetBody

func (*ListExternalStoreResponse) SetHeaders

func (*ListExternalStoreResponse) SetStatusCode

func (ListExternalStoreResponse) String

func (s ListExternalStoreResponse) String() string

type ListExternalStoreResponseBody

type ListExternalStoreResponseBody struct {
	Count          *int32           `json:"count,omitempty" xml:"count,omitempty"`
	Externalstores []*ExternalStore `json:"externalstores,omitempty" xml:"externalstores,omitempty" type:"Repeated"`
	Total          *int32           `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListExternalStoreResponseBody) GoString

func (*ListExternalStoreResponseBody) SetCount

func (*ListExternalStoreResponseBody) SetExternalstores

func (*ListExternalStoreResponseBody) SetTotal

func (ListExternalStoreResponseBody) String

type ListLogStoresRequest

type ListLogStoresRequest struct {
	LogstoreName  *string `json:"logstoreName,omitempty" xml:"logstoreName,omitempty"`
	Mode          *string `json:"mode,omitempty" xml:"mode,omitempty"`
	Offset        *int32  `json:"offset,omitempty" xml:"offset,omitempty"`
	Size          *int32  `json:"size,omitempty" xml:"size,omitempty"`
	TelemetryType *string `json:"telemetryType,omitempty" xml:"telemetryType,omitempty"`
}

func (ListLogStoresRequest) GoString

func (s ListLogStoresRequest) GoString() string

func (*ListLogStoresRequest) SetLogstoreName

func (s *ListLogStoresRequest) SetLogstoreName(v string) *ListLogStoresRequest

func (*ListLogStoresRequest) SetMode

func (*ListLogStoresRequest) SetOffset

func (*ListLogStoresRequest) SetSize

func (*ListLogStoresRequest) SetTelemetryType

func (s *ListLogStoresRequest) SetTelemetryType(v string) *ListLogStoresRequest

func (ListLogStoresRequest) String

func (s ListLogStoresRequest) String() string

type ListLogStoresResponse

type ListLogStoresResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListLogStoresResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListLogStoresResponse) GoString

func (s ListLogStoresResponse) GoString() string

func (*ListLogStoresResponse) SetBody

func (*ListLogStoresResponse) SetHeaders

func (*ListLogStoresResponse) SetStatusCode

func (s *ListLogStoresResponse) SetStatusCode(v int32) *ListLogStoresResponse

func (ListLogStoresResponse) String

func (s ListLogStoresResponse) String() string

type ListLogStoresResponseBody

type ListLogStoresResponseBody struct {
	Logstores []*string `json:"logstores,omitempty" xml:"logstores,omitempty" type:"Repeated"`
	Total     *int32    `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListLogStoresResponseBody) GoString

func (s ListLogStoresResponseBody) GoString() string

func (*ListLogStoresResponseBody) SetLogstores

func (*ListLogStoresResponseBody) SetTotal

func (ListLogStoresResponseBody) String

func (s ListLogStoresResponseBody) String() string

type ListMachineGroupRequest

type ListMachineGroupRequest struct {
	GroupName *string `json:"groupName,omitempty" xml:"groupName,omitempty"`
	Offset    *int32  `json:"offset,omitempty" xml:"offset,omitempty"`
	Size      *int32  `json:"size,omitempty" xml:"size,omitempty"`
}

func (ListMachineGroupRequest) GoString

func (s ListMachineGroupRequest) GoString() string

func (*ListMachineGroupRequest) SetGroupName

func (*ListMachineGroupRequest) SetOffset

func (*ListMachineGroupRequest) SetSize

func (ListMachineGroupRequest) String

func (s ListMachineGroupRequest) String() string

type ListMachineGroupResponse

type ListMachineGroupResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListMachineGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListMachineGroupResponse) GoString

func (s ListMachineGroupResponse) GoString() string

func (*ListMachineGroupResponse) SetBody

func (*ListMachineGroupResponse) SetHeaders

func (*ListMachineGroupResponse) SetStatusCode

func (ListMachineGroupResponse) String

func (s ListMachineGroupResponse) String() string

type ListMachineGroupResponseBody

type ListMachineGroupResponseBody struct {
	Count         *int32    `json:"count,omitempty" xml:"count,omitempty"`
	Machinegroups []*string `json:"machinegroups,omitempty" xml:"machinegroups,omitempty" type:"Repeated"`
	Total         *int32    `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListMachineGroupResponseBody) GoString

func (s ListMachineGroupResponseBody) GoString() string

func (*ListMachineGroupResponseBody) SetCount

func (*ListMachineGroupResponseBody) SetMachinegroups

func (*ListMachineGroupResponseBody) SetTotal

func (ListMachineGroupResponseBody) String

type ListMachinesRequest

type ListMachinesRequest struct {
	Offset *int32 `json:"offset,omitempty" xml:"offset,omitempty"`
	Size   *int32 `json:"size,omitempty" xml:"size,omitempty"`
}

func (ListMachinesRequest) GoString

func (s ListMachinesRequest) GoString() string

func (*ListMachinesRequest) SetOffset

func (*ListMachinesRequest) SetSize

func (ListMachinesRequest) String

func (s ListMachinesRequest) String() string

type ListMachinesResponse

type ListMachinesResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListMachinesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListMachinesResponse) GoString

func (s ListMachinesResponse) GoString() string

func (*ListMachinesResponse) SetBody

func (*ListMachinesResponse) SetHeaders

func (s *ListMachinesResponse) SetHeaders(v map[string]*string) *ListMachinesResponse

func (*ListMachinesResponse) SetStatusCode

func (s *ListMachinesResponse) SetStatusCode(v int32) *ListMachinesResponse

func (ListMachinesResponse) String

func (s ListMachinesResponse) String() string

type ListMachinesResponseBody

type ListMachinesResponseBody struct {
	Count    *int32     `json:"count,omitempty" xml:"count,omitempty"`
	Machines []*Machine `json:"machines,omitempty" xml:"machines,omitempty" type:"Repeated"`
	Total    *int32     `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListMachinesResponseBody) GoString

func (s ListMachinesResponseBody) GoString() string

func (*ListMachinesResponseBody) SetCount

func (*ListMachinesResponseBody) SetMachines

func (*ListMachinesResponseBody) SetTotal

func (ListMachinesResponseBody) String

func (s ListMachinesResponseBody) String() string

type ListProjectRequest

type ListProjectRequest struct {
	Offset      *int32  `json:"offset,omitempty" xml:"offset,omitempty"`
	ProjectName *string `json:"projectName,omitempty" xml:"projectName,omitempty"`
	Size        *int32  `json:"size,omitempty" xml:"size,omitempty"`
}

func (ListProjectRequest) GoString

func (s ListProjectRequest) GoString() string

func (*ListProjectRequest) SetOffset

func (s *ListProjectRequest) SetOffset(v int32) *ListProjectRequest

func (*ListProjectRequest) SetProjectName

func (s *ListProjectRequest) SetProjectName(v string) *ListProjectRequest

func (*ListProjectRequest) SetSize

func (ListProjectRequest) String

func (s ListProjectRequest) String() string

type ListProjectResponse

type ListProjectResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListProjectResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListProjectResponse) GoString

func (s ListProjectResponse) GoString() string

func (*ListProjectResponse) SetBody

func (*ListProjectResponse) SetHeaders

func (s *ListProjectResponse) SetHeaders(v map[string]*string) *ListProjectResponse

func (*ListProjectResponse) SetStatusCode

func (s *ListProjectResponse) SetStatusCode(v int32) *ListProjectResponse

func (ListProjectResponse) String

func (s ListProjectResponse) String() string

type ListProjectResponseBody

type ListProjectResponseBody struct {
	Count    *int64     `json:"count,omitempty" xml:"count,omitempty"`
	Projects []*Project `json:"projects,omitempty" xml:"projects,omitempty" type:"Repeated"`
	Total    *int64     `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListProjectResponseBody) GoString

func (s ListProjectResponseBody) GoString() string

func (*ListProjectResponseBody) SetCount

func (*ListProjectResponseBody) SetProjects

func (*ListProjectResponseBody) SetTotal

func (ListProjectResponseBody) String

func (s ListProjectResponseBody) String() string

type ListSavedSearchRequest

type ListSavedSearchRequest struct {
	Offset *int32 `json:"offset,omitempty" xml:"offset,omitempty"`
	Size   *int32 `json:"size,omitempty" xml:"size,omitempty"`
}

func (ListSavedSearchRequest) GoString

func (s ListSavedSearchRequest) GoString() string

func (*ListSavedSearchRequest) SetOffset

func (*ListSavedSearchRequest) SetSize

func (ListSavedSearchRequest) String

func (s ListSavedSearchRequest) String() string

type ListSavedSearchResponse

type ListSavedSearchResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSavedSearchResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSavedSearchResponse) GoString

func (s ListSavedSearchResponse) GoString() string

func (*ListSavedSearchResponse) SetBody

func (*ListSavedSearchResponse) SetHeaders

func (*ListSavedSearchResponse) SetStatusCode

func (ListSavedSearchResponse) String

func (s ListSavedSearchResponse) String() string

type ListSavedSearchResponseBody

type ListSavedSearchResponseBody struct {
	Count            *int32         `json:"count,omitempty" xml:"count,omitempty"`
	SavedsearchItems []*SavedSearch `json:"savedsearchItems,omitempty" xml:"savedsearchItems,omitempty" type:"Repeated"`
	Total            *int32         `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListSavedSearchResponseBody) GoString

func (s ListSavedSearchResponseBody) GoString() string

func (*ListSavedSearchResponseBody) SetCount

func (*ListSavedSearchResponseBody) SetSavedsearchItems

func (*ListSavedSearchResponseBody) SetTotal

func (ListSavedSearchResponseBody) String

type ListShardsResponse

type ListShardsResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       []*Shard           `json:"body,omitempty" xml:"body,omitempty" require:"true" type:"Repeated"`
}

func (ListShardsResponse) GoString

func (s ListShardsResponse) GoString() string

func (*ListShardsResponse) SetBody

func (s *ListShardsResponse) SetBody(v []*Shard) *ListShardsResponse

func (*ListShardsResponse) SetHeaders

func (s *ListShardsResponse) SetHeaders(v map[string]*string) *ListShardsResponse

func (*ListShardsResponse) SetStatusCode

func (s *ListShardsResponse) SetStatusCode(v int32) *ListShardsResponse

func (ListShardsResponse) String

func (s ListShardsResponse) String() string

type ListShipperResponse

type ListShipperResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListShipperResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListShipperResponse) GoString

func (s ListShipperResponse) GoString() string

func (*ListShipperResponse) SetBody

func (*ListShipperResponse) SetHeaders

func (s *ListShipperResponse) SetHeaders(v map[string]*string) *ListShipperResponse

func (*ListShipperResponse) SetStatusCode

func (s *ListShipperResponse) SetStatusCode(v int32) *ListShipperResponse

func (ListShipperResponse) String

func (s ListShipperResponse) String() string

type ListShipperResponseBody

type ListShipperResponseBody struct {
	Count   *int64    `json:"count,omitempty" xml:"count,omitempty"`
	Shipper []*string `json:"shipper,omitempty" xml:"shipper,omitempty" type:"Repeated"`
	Total   *int64    `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListShipperResponseBody) GoString

func (s ListShipperResponseBody) GoString() string

func (*ListShipperResponseBody) SetCount

func (*ListShipperResponseBody) SetShipper

func (*ListShipperResponseBody) SetTotal

func (ListShipperResponseBody) String

func (s ListShipperResponseBody) String() string

type ListTagResourcesRequest

type ListTagResourcesRequest struct {
	ResourceId   []*string                      `json:"resourceId,omitempty" xml:"resourceId,omitempty" type:"Repeated"`
	ResourceType *string                        `json:"resourceType,omitempty" xml:"resourceType,omitempty"`
	Tags         []*ListTagResourcesRequestTags `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
}

func (ListTagResourcesRequest) GoString

func (s ListTagResourcesRequest) GoString() string

func (*ListTagResourcesRequest) SetResourceId

func (s *ListTagResourcesRequest) SetResourceId(v []*string) *ListTagResourcesRequest

func (*ListTagResourcesRequest) SetResourceType

func (*ListTagResourcesRequest) SetTags

func (ListTagResourcesRequest) String

func (s ListTagResourcesRequest) String() string

type ListTagResourcesRequestTags

type ListTagResourcesRequestTags struct {
	Key   *string `json:"key,omitempty" xml:"key,omitempty"`
	Value *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (ListTagResourcesRequestTags) GoString

func (s ListTagResourcesRequestTags) GoString() string

func (*ListTagResourcesRequestTags) SetKey

func (*ListTagResourcesRequestTags) SetValue

func (ListTagResourcesRequestTags) String

type ListTagResourcesResponse

type ListTagResourcesResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListTagResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTagResourcesResponse) GoString

func (s ListTagResourcesResponse) GoString() string

func (*ListTagResourcesResponse) SetBody

func (*ListTagResourcesResponse) SetHeaders

func (*ListTagResourcesResponse) SetStatusCode

func (ListTagResourcesResponse) String

func (s ListTagResourcesResponse) String() string

type ListTagResourcesResponseBody

type ListTagResourcesResponseBody struct {
	NextToken    *string                                     `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	TagResources []*ListTagResourcesResponseBodyTagResources `json:"tagResources,omitempty" xml:"tagResources,omitempty" type:"Repeated"`
}

func (ListTagResourcesResponseBody) GoString

func (s ListTagResourcesResponseBody) GoString() string

func (*ListTagResourcesResponseBody) SetNextToken

func (*ListTagResourcesResponseBody) SetTagResources

func (ListTagResourcesResponseBody) String

type ListTagResourcesResponseBodyTagResources

type ListTagResourcesResponseBodyTagResources struct {
	ResourceId   *string `json:"resourceId,omitempty" xml:"resourceId,omitempty"`
	ResourceType *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"`
	TagKey       *string `json:"tagKey,omitempty" xml:"tagKey,omitempty"`
	TagValue     *string `json:"tagValue,omitempty" xml:"tagValue,omitempty"`
}

func (ListTagResourcesResponseBodyTagResources) GoString

func (*ListTagResourcesResponseBodyTagResources) SetResourceId

func (*ListTagResourcesResponseBodyTagResources) SetResourceType

func (*ListTagResourcesResponseBodyTagResources) SetTagKey

func (*ListTagResourcesResponseBodyTagResources) SetTagValue

func (ListTagResourcesResponseBodyTagResources) String

type ListTagResourcesShrinkRequest

type ListTagResourcesShrinkRequest struct {
	ResourceIdShrink *string `json:"resourceId,omitempty" xml:"resourceId,omitempty"`
	ResourceType     *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"`
	TagsShrink       *string `json:"tags,omitempty" xml:"tags,omitempty"`
}

func (ListTagResourcesShrinkRequest) GoString

func (*ListTagResourcesShrinkRequest) SetResourceIdShrink

func (*ListTagResourcesShrinkRequest) SetResourceType

func (*ListTagResourcesShrinkRequest) SetTagsShrink

func (ListTagResourcesShrinkRequest) String

type Logging

type Logging struct {
	LoggingDetails []*LoggingLoggingDetails `json:"loggingDetails,omitempty" xml:"loggingDetails,omitempty" type:"Repeated"`
	LoggingProject *string                  `json:"loggingProject,omitempty" xml:"loggingProject,omitempty"`
}

func (Logging) GoString

func (s Logging) GoString() string

func (*Logging) SetLoggingDetails

func (s *Logging) SetLoggingDetails(v []*LoggingLoggingDetails) *Logging

func (*Logging) SetLoggingProject

func (s *Logging) SetLoggingProject(v string) *Logging

func (Logging) String

func (s Logging) String() string

type LoggingLoggingDetails

type LoggingLoggingDetails struct {
	Logstore *string `json:"logstore,omitempty" xml:"logstore,omitempty"`
	Type     *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (LoggingLoggingDetails) GoString

func (s LoggingLoggingDetails) GoString() string

func (*LoggingLoggingDetails) SetLogstore

func (*LoggingLoggingDetails) SetType

func (LoggingLoggingDetails) String

func (s LoggingLoggingDetails) String() string

type Logstore

type Logstore struct {
	AppendMeta     *bool        `json:"appendMeta,omitempty" xml:"appendMeta,omitempty"`
	AutoSplit      *bool        `json:"autoSplit,omitempty" xml:"autoSplit,omitempty"`
	CreateTime     *int32       `json:"createTime,omitempty" xml:"createTime,omitempty"`
	EnableTracking *bool        `json:"enable_tracking,omitempty" xml:"enable_tracking,omitempty"`
	EncryptConf    *EncryptConf `json:"encrypt_conf,omitempty" xml:"encrypt_conf,omitempty"`
	HotTtl         *int32       `json:"hot_ttl,omitempty" xml:"hot_ttl,omitempty"`
	LastModifyTime *int32       `json:"lastModifyTime,omitempty" xml:"lastModifyTime,omitempty"`
	LogstoreName   *string      `json:"logstoreName,omitempty" xml:"logstoreName,omitempty"`
	MaxSplitShard  *int32       `json:"maxSplitShard,omitempty" xml:"maxSplitShard,omitempty"`
	Mode           *string      `json:"mode,omitempty" xml:"mode,omitempty"`
	ProductType    *string      `json:"productType,omitempty" xml:"productType,omitempty"`
	ShardCount     *int32       `json:"shardCount,omitempty" xml:"shardCount,omitempty"`
	TelemetryType  *string      `json:"telemetryType,omitempty" xml:"telemetryType,omitempty"`
	Ttl            *int32       `json:"ttl,omitempty" xml:"ttl,omitempty"`
}

func (Logstore) GoString

func (s Logstore) GoString() string

func (*Logstore) SetAppendMeta

func (s *Logstore) SetAppendMeta(v bool) *Logstore

func (*Logstore) SetAutoSplit

func (s *Logstore) SetAutoSplit(v bool) *Logstore

func (*Logstore) SetCreateTime

func (s *Logstore) SetCreateTime(v int32) *Logstore

func (*Logstore) SetEnableTracking

func (s *Logstore) SetEnableTracking(v bool) *Logstore

func (*Logstore) SetEncryptConf

func (s *Logstore) SetEncryptConf(v *EncryptConf) *Logstore

func (*Logstore) SetHotTtl

func (s *Logstore) SetHotTtl(v int32) *Logstore

func (*Logstore) SetLastModifyTime

func (s *Logstore) SetLastModifyTime(v int32) *Logstore

func (*Logstore) SetLogstoreName

func (s *Logstore) SetLogstoreName(v string) *Logstore

func (*Logstore) SetMaxSplitShard

func (s *Logstore) SetMaxSplitShard(v int32) *Logstore

func (*Logstore) SetMode

func (s *Logstore) SetMode(v string) *Logstore

func (*Logstore) SetProductType added in v2.0.2

func (s *Logstore) SetProductType(v string) *Logstore

func (*Logstore) SetShardCount

func (s *Logstore) SetShardCount(v int32) *Logstore

func (*Logstore) SetTelemetryType

func (s *Logstore) SetTelemetryType(v string) *Logstore

func (*Logstore) SetTtl

func (s *Logstore) SetTtl(v int32) *Logstore

func (Logstore) String

func (s Logstore) String() string

type LogtailConfig

type LogtailConfig struct {
	ConfigName     *string                    `json:"configName,omitempty" xml:"configName,omitempty"`
	CreateTime     *int64                     `json:"createTime,omitempty" xml:"createTime,omitempty"`
	InputDetail    map[string]interface{}     `json:"inputDetail,omitempty" xml:"inputDetail,omitempty"`
	InputType      *string                    `json:"inputType,omitempty" xml:"inputType,omitempty"`
	LastModifyTime *int64                     `json:"lastModifyTime,omitempty" xml:"lastModifyTime,omitempty"`
	LogSample      *string                    `json:"logSample,omitempty" xml:"logSample,omitempty"`
	OutputDetail   *LogtailConfigOutputDetail `json:"outputDetail,omitempty" xml:"outputDetail,omitempty" type:"Struct"`
	OutputType     *string                    `json:"outputType,omitempty" xml:"outputType,omitempty"`
}

func (LogtailConfig) GoString

func (s LogtailConfig) GoString() string

func (*LogtailConfig) SetConfigName

func (s *LogtailConfig) SetConfigName(v string) *LogtailConfig

func (*LogtailConfig) SetCreateTime

func (s *LogtailConfig) SetCreateTime(v int64) *LogtailConfig

func (*LogtailConfig) SetInputDetail

func (s *LogtailConfig) SetInputDetail(v map[string]interface{}) *LogtailConfig

func (*LogtailConfig) SetInputType

func (s *LogtailConfig) SetInputType(v string) *LogtailConfig

func (*LogtailConfig) SetLastModifyTime

func (s *LogtailConfig) SetLastModifyTime(v int64) *LogtailConfig

func (*LogtailConfig) SetLogSample

func (s *LogtailConfig) SetLogSample(v string) *LogtailConfig

func (*LogtailConfig) SetOutputDetail

func (s *LogtailConfig) SetOutputDetail(v *LogtailConfigOutputDetail) *LogtailConfig

func (*LogtailConfig) SetOutputType

func (s *LogtailConfig) SetOutputType(v string) *LogtailConfig

func (LogtailConfig) String

func (s LogtailConfig) String() string

type LogtailConfigOutputDetail

type LogtailConfigOutputDetail struct {
	Endpoint     *string `json:"endpoint,omitempty" xml:"endpoint,omitempty"`
	LogstoreName *string `json:"logstoreName,omitempty" xml:"logstoreName,omitempty"`
	Region       *string `json:"region,omitempty" xml:"region,omitempty"`
}

func (LogtailConfigOutputDetail) GoString

func (s LogtailConfigOutputDetail) GoString() string

func (*LogtailConfigOutputDetail) SetEndpoint

func (*LogtailConfigOutputDetail) SetLogstoreName

func (*LogtailConfigOutputDetail) SetRegion

func (LogtailConfigOutputDetail) String

func (s LogtailConfigOutputDetail) String() string

type Machine

type Machine struct {
	Ip                *string `json:"ip,omitempty" xml:"ip,omitempty"`
	LastHeartbeatTime *int64  `json:"lastHeartbeatTime,omitempty" xml:"lastHeartbeatTime,omitempty"`
	MachineUniqueid   *string `json:"machine-uniqueid,omitempty" xml:"machine-uniqueid,omitempty"`
	UserdefinedId     *string `json:"userdefined-id,omitempty" xml:"userdefined-id,omitempty"`
}

func (Machine) GoString

func (s Machine) GoString() string

func (*Machine) SetIp

func (s *Machine) SetIp(v string) *Machine

func (*Machine) SetLastHeartbeatTime

func (s *Machine) SetLastHeartbeatTime(v int64) *Machine

func (*Machine) SetMachineUniqueid

func (s *Machine) SetMachineUniqueid(v string) *Machine

func (*Machine) SetUserdefinedId

func (s *Machine) SetUserdefinedId(v string) *Machine

func (Machine) String

func (s Machine) String() string

type MachineGroup

type MachineGroup struct {
	GroupAttribute      *MachineGroupGroupAttribute `json:"groupAttribute,omitempty" xml:"groupAttribute,omitempty" type:"Struct"`
	GroupName           *string                     `json:"groupName,omitempty" xml:"groupName,omitempty"`
	GroupType           *string                     `json:"groupType,omitempty" xml:"groupType,omitempty"`
	MachineIdentifyType *string                     `json:"machineIdentifyType,omitempty" xml:"machineIdentifyType,omitempty"`
	MachineList         []*string                   `json:"machineList,omitempty" xml:"machineList,omitempty" type:"Repeated"`
}

func (MachineGroup) GoString

func (s MachineGroup) GoString() string

func (*MachineGroup) SetGroupAttribute

func (s *MachineGroup) SetGroupAttribute(v *MachineGroupGroupAttribute) *MachineGroup

func (*MachineGroup) SetGroupName

func (s *MachineGroup) SetGroupName(v string) *MachineGroup

func (*MachineGroup) SetGroupType

func (s *MachineGroup) SetGroupType(v string) *MachineGroup

func (*MachineGroup) SetMachineIdentifyType

func (s *MachineGroup) SetMachineIdentifyType(v string) *MachineGroup

func (*MachineGroup) SetMachineList

func (s *MachineGroup) SetMachineList(v []*string) *MachineGroup

func (MachineGroup) String

func (s MachineGroup) String() string

type MachineGroupGroupAttribute

type MachineGroupGroupAttribute struct {
	ExternalName *string `json:"externalName,omitempty" xml:"externalName,omitempty"`
	GroupTopic   *string `json:"groupTopic,omitempty" xml:"groupTopic,omitempty"`
}

func (MachineGroupGroupAttribute) GoString

func (s MachineGroupGroupAttribute) GoString() string

func (*MachineGroupGroupAttribute) SetExternalName

func (*MachineGroupGroupAttribute) SetGroupTopic

func (MachineGroupGroupAttribute) String

type Project

type Project struct {
	CreateTime      *string `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description     *string `json:"description,omitempty" xml:"description,omitempty"`
	LastModifyTime  *string `json:"lastModifyTime,omitempty" xml:"lastModifyTime,omitempty"`
	Owner           *string `json:"owner,omitempty" xml:"owner,omitempty"`
	ProjectName     *string `json:"projectName,omitempty" xml:"projectName,omitempty"`
	Region          *string `json:"region,omitempty" xml:"region,omitempty"`
	ResourceGroupId *string `json:"resourceGroupId,omitempty" xml:"resourceGroupId,omitempty"`
	Status          *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (Project) GoString

func (s Project) GoString() string

func (*Project) SetCreateTime

func (s *Project) SetCreateTime(v string) *Project

func (*Project) SetDescription

func (s *Project) SetDescription(v string) *Project

func (*Project) SetLastModifyTime

func (s *Project) SetLastModifyTime(v string) *Project

func (*Project) SetOwner

func (s *Project) SetOwner(v string) *Project

func (*Project) SetProjectName

func (s *Project) SetProjectName(v string) *Project

func (*Project) SetRegion

func (s *Project) SetRegion(v string) *Project

func (*Project) SetResourceGroupId added in v2.0.3

func (s *Project) SetResourceGroupId(v string) *Project

func (*Project) SetStatus

func (s *Project) SetStatus(v string) *Project

func (Project) String

func (s Project) String() string

type PullDataRequest added in v2.0.1

type PullDataRequest struct {
	Count     *string `json:"count,omitempty" xml:"count,omitempty"`
	Cursor    *string `json:"cursor,omitempty" xml:"cursor,omitempty"`
	EndCursor *string `json:"endCursor,omitempty" xml:"endCursor,omitempty"`
}

func (PullDataRequest) GoString added in v2.0.1

func (s PullDataRequest) GoString() string

func (*PullDataRequest) SetCount added in v2.0.1

func (s *PullDataRequest) SetCount(v string) *PullDataRequest

func (*PullDataRequest) SetCursor added in v2.0.1

func (s *PullDataRequest) SetCursor(v string) *PullDataRequest

func (*PullDataRequest) SetEndCursor added in v2.0.1

func (s *PullDataRequest) SetEndCursor(v string) *PullDataRequest

func (PullDataRequest) String added in v2.0.1

func (s PullDataRequest) String() string

type PullDataResponse added in v2.0.1

type PullDataResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (PullDataResponse) GoString added in v2.0.1

func (s PullDataResponse) GoString() string

func (*PullDataResponse) SetHeaders added in v2.0.1

func (s *PullDataResponse) SetHeaders(v map[string]*string) *PullDataResponse

func (*PullDataResponse) SetStatusCode added in v2.0.1

func (s *PullDataResponse) SetStatusCode(v int32) *PullDataResponse

func (PullDataResponse) String added in v2.0.1

func (s PullDataResponse) String() string

type PutProjectPolicyRequest added in v2.0.1

type PutProjectPolicyRequest struct {
	Body *string `json:"body,omitempty" xml:"body,omitempty"`
}

func (PutProjectPolicyRequest) GoString added in v2.0.1

func (s PutProjectPolicyRequest) GoString() string

func (*PutProjectPolicyRequest) SetBody added in v2.0.1

func (PutProjectPolicyRequest) String added in v2.0.1

func (s PutProjectPolicyRequest) String() string

type PutProjectPolicyResponse added in v2.0.1

type PutProjectPolicyResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (PutProjectPolicyResponse) GoString added in v2.0.1

func (s PutProjectPolicyResponse) GoString() string

func (*PutProjectPolicyResponse) SetHeaders added in v2.0.1

func (*PutProjectPolicyResponse) SetStatusCode added in v2.0.1

func (PutProjectPolicyResponse) String added in v2.0.1

func (s PutProjectPolicyResponse) String() string

type PutWebtrackingRequest added in v2.0.1

type PutWebtrackingRequest struct {
	Logs   []map[string]*string `json:"__logs__,omitempty" xml:"__logs__,omitempty" type:"Repeated"`
	Source *string              `json:"__source__,omitempty" xml:"__source__,omitempty"`
	Tags   map[string]*string   `json:"__tags__,omitempty" xml:"__tags__,omitempty"`
	Topic  *string              `json:"__topic__,omitempty" xml:"__topic__,omitempty"`
}

func (PutWebtrackingRequest) GoString added in v2.0.1

func (s PutWebtrackingRequest) GoString() string

func (*PutWebtrackingRequest) SetLogs added in v2.0.1

func (*PutWebtrackingRequest) SetSource added in v2.0.1

func (*PutWebtrackingRequest) SetTags added in v2.0.1

func (*PutWebtrackingRequest) SetTopic added in v2.0.1

func (PutWebtrackingRequest) String added in v2.0.1

func (s PutWebtrackingRequest) String() string

type PutWebtrackingResponse added in v2.0.1

type PutWebtrackingResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (PutWebtrackingResponse) GoString added in v2.0.1

func (s PutWebtrackingResponse) GoString() string

func (*PutWebtrackingResponse) SetHeaders added in v2.0.1

func (*PutWebtrackingResponse) SetStatusCode added in v2.0.1

func (PutWebtrackingResponse) String added in v2.0.1

func (s PutWebtrackingResponse) String() string

type RemoveConfigFromMachineGroupResponse

type RemoveConfigFromMachineGroupResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (RemoveConfigFromMachineGroupResponse) GoString

func (*RemoveConfigFromMachineGroupResponse) SetHeaders

func (*RemoveConfigFromMachineGroupResponse) SetStatusCode

func (RemoveConfigFromMachineGroupResponse) String

type SavedSearch

type SavedSearch struct {
	DisplayName     *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Logstore        *string `json:"logstore,omitempty" xml:"logstore,omitempty"`
	SavedsearchName *string `json:"savedsearchName,omitempty" xml:"savedsearchName,omitempty"`
	SearchQuery     *string `json:"searchQuery,omitempty" xml:"searchQuery,omitempty"`
	Topic           *string `json:"topic,omitempty" xml:"topic,omitempty"`
}

func (SavedSearch) GoString

func (s SavedSearch) GoString() string

func (*SavedSearch) SetDisplayName

func (s *SavedSearch) SetDisplayName(v string) *SavedSearch

func (*SavedSearch) SetLogstore

func (s *SavedSearch) SetLogstore(v string) *SavedSearch

func (*SavedSearch) SetSavedsearchName

func (s *SavedSearch) SetSavedsearchName(v string) *SavedSearch

func (*SavedSearch) SetSearchQuery

func (s *SavedSearch) SetSearchQuery(v string) *SavedSearch

func (*SavedSearch) SetTopic

func (s *SavedSearch) SetTopic(v string) *SavedSearch

func (SavedSearch) String

func (s SavedSearch) String() string

type Shard

type Shard struct {
	CreateTime        *int32  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	ExclusiveEndKey   *string `json:"exclusiveEndKey,omitempty" xml:"exclusiveEndKey,omitempty"`
	InclusiveBeginKey *string `json:"inclusiveBeginKey,omitempty" xml:"inclusiveBeginKey,omitempty"`
	ShardID           *int32  `json:"shardID,omitempty" xml:"shardID,omitempty"`
	Status            *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (Shard) GoString

func (s Shard) GoString() string

func (*Shard) SetCreateTime

func (s *Shard) SetCreateTime(v int32) *Shard

func (*Shard) SetExclusiveEndKey

func (s *Shard) SetExclusiveEndKey(v string) *Shard

func (*Shard) SetInclusiveBeginKey

func (s *Shard) SetInclusiveBeginKey(v string) *Shard

func (*Shard) SetShardID

func (s *Shard) SetShardID(v int32) *Shard

func (*Shard) SetStatus

func (s *Shard) SetStatus(v string) *Shard

func (Shard) String

func (s Shard) String() string

type SplitShardRequest

type SplitShardRequest struct {
	Key        *string `json:"key,omitempty" xml:"key,omitempty"`
	ShardCount *int32  `json:"shardCount,omitempty" xml:"shardCount,omitempty"`
}

func (SplitShardRequest) GoString

func (s SplitShardRequest) GoString() string

func (*SplitShardRequest) SetKey

func (*SplitShardRequest) SetShardCount

func (s *SplitShardRequest) SetShardCount(v int32) *SplitShardRequest

func (SplitShardRequest) String

func (s SplitShardRequest) String() string

type SplitShardResponse

type SplitShardResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       []*Shard           `json:"body,omitempty" xml:"body,omitempty" require:"true" type:"Repeated"`
}

func (SplitShardResponse) GoString

func (s SplitShardResponse) GoString() string

func (*SplitShardResponse) SetBody

func (s *SplitShardResponse) SetBody(v []*Shard) *SplitShardResponse

func (*SplitShardResponse) SetHeaders

func (s *SplitShardResponse) SetHeaders(v map[string]*string) *SplitShardResponse

func (*SplitShardResponse) SetStatusCode

func (s *SplitShardResponse) SetStatusCode(v int32) *SplitShardResponse

func (SplitShardResponse) String

func (s SplitShardResponse) String() string

type TagResourcesRequest

type TagResourcesRequest struct {
	ResourceId   []*string                  `json:"resourceId,omitempty" xml:"resourceId,omitempty" type:"Repeated"`
	ResourceType *string                    `json:"resourceType,omitempty" xml:"resourceType,omitempty"`
	Tags         []*TagResourcesRequestTags `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
}

func (TagResourcesRequest) GoString

func (s TagResourcesRequest) GoString() string

func (*TagResourcesRequest) SetResourceId

func (s *TagResourcesRequest) SetResourceId(v []*string) *TagResourcesRequest

func (*TagResourcesRequest) SetResourceType

func (s *TagResourcesRequest) SetResourceType(v string) *TagResourcesRequest

func (*TagResourcesRequest) SetTags

func (TagResourcesRequest) String

func (s TagResourcesRequest) String() string

type TagResourcesRequestTags

type TagResourcesRequestTags struct {
	Key   *string `json:"key,omitempty" xml:"key,omitempty"`
	Value *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (TagResourcesRequestTags) GoString

func (s TagResourcesRequestTags) GoString() string

func (*TagResourcesRequestTags) SetKey

func (*TagResourcesRequestTags) SetValue

func (TagResourcesRequestTags) String

func (s TagResourcesRequestTags) String() string

type TagResourcesResponse

type TagResourcesResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (TagResourcesResponse) GoString

func (s TagResourcesResponse) GoString() string

func (*TagResourcesResponse) SetHeaders

func (s *TagResourcesResponse) SetHeaders(v map[string]*string) *TagResourcesResponse

func (*TagResourcesResponse) SetStatusCode

func (s *TagResourcesResponse) SetStatusCode(v int32) *TagResourcesResponse

func (TagResourcesResponse) String

func (s TagResourcesResponse) String() string

type UntagResourcesRequest added in v2.0.1

type UntagResourcesRequest struct {
	All          *bool     `json:"all,omitempty" xml:"all,omitempty"`
	ResourceId   *string   `json:"resourceId,omitempty" xml:"resourceId,omitempty"`
	ResourceType *string   `json:"resourceType,omitempty" xml:"resourceType,omitempty"`
	Tags         []*string `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
}

func (UntagResourcesRequest) GoString added in v2.0.1

func (s UntagResourcesRequest) GoString() string

func (*UntagResourcesRequest) SetAll added in v2.0.1

func (*UntagResourcesRequest) SetResourceId added in v2.0.1

func (s *UntagResourcesRequest) SetResourceId(v string) *UntagResourcesRequest

func (*UntagResourcesRequest) SetResourceType added in v2.0.1

func (s *UntagResourcesRequest) SetResourceType(v string) *UntagResourcesRequest

func (*UntagResourcesRequest) SetTags added in v2.0.1

func (UntagResourcesRequest) String added in v2.0.1

func (s UntagResourcesRequest) String() string

type UntagResourcesResponse added in v2.0.1

type UntagResourcesResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (UntagResourcesResponse) GoString added in v2.0.1

func (s UntagResourcesResponse) GoString() string

func (*UntagResourcesResponse) SetHeaders added in v2.0.1

func (*UntagResourcesResponse) SetStatusCode added in v2.0.1

func (UntagResourcesResponse) String added in v2.0.1

func (s UntagResourcesResponse) String() string

type UpdateConsumerGroupRequest

type UpdateConsumerGroupRequest struct {
	Order   *bool  `json:"order,omitempty" xml:"order,omitempty"`
	Timeout *int32 `json:"timeout,omitempty" xml:"timeout,omitempty"`
}

func (UpdateConsumerGroupRequest) GoString

func (s UpdateConsumerGroupRequest) GoString() string

func (*UpdateConsumerGroupRequest) SetOrder

func (*UpdateConsumerGroupRequest) SetTimeout

func (UpdateConsumerGroupRequest) String

type UpdateConsumerGroupResponse

type UpdateConsumerGroupResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (UpdateConsumerGroupResponse) GoString

func (s UpdateConsumerGroupResponse) GoString() string

func (*UpdateConsumerGroupResponse) SetHeaders

func (*UpdateConsumerGroupResponse) SetStatusCode

func (UpdateConsumerGroupResponse) String

type UpdateIndexRequest

type UpdateIndexRequest struct {
	Keys               map[string]*KeysValue   `json:"keys,omitempty" xml:"keys,omitempty"`
	Line               *UpdateIndexRequestLine `json:"line,omitempty" xml:"line,omitempty" type:"Struct"`
	LogReduce          *bool                   `json:"log_reduce,omitempty" xml:"log_reduce,omitempty"`
	LogReduceBlackList []*string               `json:"log_reduce_black_list,omitempty" xml:"log_reduce_black_list,omitempty" type:"Repeated"`
	LogReduceWhiteList []*string               `json:"log_reduce_white_list,omitempty" xml:"log_reduce_white_list,omitempty" type:"Repeated"`
	MaxTextLen         *int32                  `json:"max_text_len,omitempty" xml:"max_text_len,omitempty"`
	Ttl                *int32                  `json:"ttl,omitempty" xml:"ttl,omitempty"`
}

func (UpdateIndexRequest) GoString

func (s UpdateIndexRequest) GoString() string

func (*UpdateIndexRequest) SetKeys

func (*UpdateIndexRequest) SetLine

func (*UpdateIndexRequest) SetLogReduce

func (s *UpdateIndexRequest) SetLogReduce(v bool) *UpdateIndexRequest

func (*UpdateIndexRequest) SetLogReduceBlackList

func (s *UpdateIndexRequest) SetLogReduceBlackList(v []*string) *UpdateIndexRequest

func (*UpdateIndexRequest) SetLogReduceWhiteList

func (s *UpdateIndexRequest) SetLogReduceWhiteList(v []*string) *UpdateIndexRequest

func (*UpdateIndexRequest) SetMaxTextLen

func (s *UpdateIndexRequest) SetMaxTextLen(v int32) *UpdateIndexRequest

func (*UpdateIndexRequest) SetTtl

func (UpdateIndexRequest) String

func (s UpdateIndexRequest) String() string

type UpdateIndexRequestLine

type UpdateIndexRequestLine struct {
	CaseSensitive *bool     `json:"caseSensitive,omitempty" xml:"caseSensitive,omitempty"`
	Chn           *bool     `json:"chn,omitempty" xml:"chn,omitempty"`
	ExcludeKeys   []*string `json:"exclude_keys,omitempty" xml:"exclude_keys,omitempty" type:"Repeated"`
	IncludeKeys   []*string `json:"include_keys,omitempty" xml:"include_keys,omitempty" type:"Repeated"`
	Token         []*string `json:"token,omitempty" xml:"token,omitempty" type:"Repeated"`
}

func (UpdateIndexRequestLine) GoString

func (s UpdateIndexRequestLine) GoString() string

func (*UpdateIndexRequestLine) SetCaseSensitive

func (s *UpdateIndexRequestLine) SetCaseSensitive(v bool) *UpdateIndexRequestLine

func (*UpdateIndexRequestLine) SetChn

func (*UpdateIndexRequestLine) SetExcludeKeys

func (s *UpdateIndexRequestLine) SetExcludeKeys(v []*string) *UpdateIndexRequestLine

func (*UpdateIndexRequestLine) SetIncludeKeys

func (s *UpdateIndexRequestLine) SetIncludeKeys(v []*string) *UpdateIndexRequestLine

func (*UpdateIndexRequestLine) SetToken

func (UpdateIndexRequestLine) String

func (s UpdateIndexRequestLine) String() string

type UpdateIndexResponse

type UpdateIndexResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (UpdateIndexResponse) GoString

func (s UpdateIndexResponse) GoString() string

func (*UpdateIndexResponse) SetHeaders

func (s *UpdateIndexResponse) SetHeaders(v map[string]*string) *UpdateIndexResponse

func (*UpdateIndexResponse) SetStatusCode

func (s *UpdateIndexResponse) SetStatusCode(v int32) *UpdateIndexResponse

func (UpdateIndexResponse) String

func (s UpdateIndexResponse) String() string

type UpdateLogStoreRequest

type UpdateLogStoreRequest struct {
	AppendMeta     *bool        `json:"appendMeta,omitempty" xml:"appendMeta,omitempty"`
	AutoSplit      *bool        `json:"autoSplit,omitempty" xml:"autoSplit,omitempty"`
	EnableTracking *bool        `json:"enable_tracking,omitempty" xml:"enable_tracking,omitempty"`
	EncryptConf    *EncryptConf `json:"encrypt_conf,omitempty" xml:"encrypt_conf,omitempty"`
	HotTtl         *int32       `json:"hot_ttl,omitempty" xml:"hot_ttl,omitempty"`
	LogstoreName   *string      `json:"logstoreName,omitempty" xml:"logstoreName,omitempty"`
	MaxSplitShard  *int32       `json:"maxSplitShard,omitempty" xml:"maxSplitShard,omitempty"`
	Mode           *string      `json:"mode,omitempty" xml:"mode,omitempty"`
	ShardCount     *int32       `json:"shardCount,omitempty" xml:"shardCount,omitempty"`
	TelemetryType  *string      `json:"telemetryType,omitempty" xml:"telemetryType,omitempty"`
	Ttl            *int32       `json:"ttl,omitempty" xml:"ttl,omitempty"`
}

func (UpdateLogStoreRequest) GoString

func (s UpdateLogStoreRequest) GoString() string

func (*UpdateLogStoreRequest) SetAppendMeta

func (s *UpdateLogStoreRequest) SetAppendMeta(v bool) *UpdateLogStoreRequest

func (*UpdateLogStoreRequest) SetAutoSplit

func (s *UpdateLogStoreRequest) SetAutoSplit(v bool) *UpdateLogStoreRequest

func (*UpdateLogStoreRequest) SetEnableTracking

func (s *UpdateLogStoreRequest) SetEnableTracking(v bool) *UpdateLogStoreRequest

func (*UpdateLogStoreRequest) SetEncryptConf

func (*UpdateLogStoreRequest) SetHotTtl

func (*UpdateLogStoreRequest) SetLogstoreName

func (s *UpdateLogStoreRequest) SetLogstoreName(v string) *UpdateLogStoreRequest

func (*UpdateLogStoreRequest) SetMaxSplitShard

func (s *UpdateLogStoreRequest) SetMaxSplitShard(v int32) *UpdateLogStoreRequest

func (*UpdateLogStoreRequest) SetMode

func (*UpdateLogStoreRequest) SetShardCount

func (s *UpdateLogStoreRequest) SetShardCount(v int32) *UpdateLogStoreRequest

func (*UpdateLogStoreRequest) SetTelemetryType

func (s *UpdateLogStoreRequest) SetTelemetryType(v string) *UpdateLogStoreRequest

func (*UpdateLogStoreRequest) SetTtl

func (UpdateLogStoreRequest) String

func (s UpdateLogStoreRequest) String() string

type UpdateLogStoreResponse

type UpdateLogStoreResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (UpdateLogStoreResponse) GoString

func (s UpdateLogStoreResponse) GoString() string

func (*UpdateLogStoreResponse) SetHeaders

func (*UpdateLogStoreResponse) SetStatusCode

func (UpdateLogStoreResponse) String

func (s UpdateLogStoreResponse) String() string

type UpdateLoggingRequest

type UpdateLoggingRequest struct {
	LoggingDetails []*UpdateLoggingRequestLoggingDetails `json:"loggingDetails,omitempty" xml:"loggingDetails,omitempty" type:"Repeated"`
	LoggingProject *string                               `json:"loggingProject,omitempty" xml:"loggingProject,omitempty"`
}

func (UpdateLoggingRequest) GoString

func (s UpdateLoggingRequest) GoString() string

func (*UpdateLoggingRequest) SetLoggingDetails

func (*UpdateLoggingRequest) SetLoggingProject

func (s *UpdateLoggingRequest) SetLoggingProject(v string) *UpdateLoggingRequest

func (UpdateLoggingRequest) String

func (s UpdateLoggingRequest) String() string

type UpdateLoggingRequestLoggingDetails

type UpdateLoggingRequestLoggingDetails struct {
	Logstore *string `json:"logstore,omitempty" xml:"logstore,omitempty"`
	Type     *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (UpdateLoggingRequestLoggingDetails) GoString

func (*UpdateLoggingRequestLoggingDetails) SetLogstore

func (*UpdateLoggingRequestLoggingDetails) SetType

func (UpdateLoggingRequestLoggingDetails) String

type UpdateLoggingResponse

type UpdateLoggingResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (UpdateLoggingResponse) GoString

func (s UpdateLoggingResponse) GoString() string

func (*UpdateLoggingResponse) SetHeaders

func (*UpdateLoggingResponse) SetStatusCode

func (s *UpdateLoggingResponse) SetStatusCode(v int32) *UpdateLoggingResponse

func (UpdateLoggingResponse) String

func (s UpdateLoggingResponse) String() string

type UpdateMachineGroupMachineRequest added in v2.0.1

type UpdateMachineGroupMachineRequest struct {
	Action *string   `json:"action,omitempty" xml:"action,omitempty"`
	Body   []*string `json:"body,omitempty" xml:"body,omitempty" type:"Repeated"`
}

func (UpdateMachineGroupMachineRequest) GoString added in v2.0.1

func (*UpdateMachineGroupMachineRequest) SetAction added in v2.0.1

func (*UpdateMachineGroupMachineRequest) SetBody added in v2.0.1

func (UpdateMachineGroupMachineRequest) String added in v2.0.1

type UpdateMachineGroupMachineResponse added in v2.0.1

type UpdateMachineGroupMachineResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (UpdateMachineGroupMachineResponse) GoString added in v2.0.1

func (*UpdateMachineGroupMachineResponse) SetHeaders added in v2.0.1

func (*UpdateMachineGroupMachineResponse) SetStatusCode added in v2.0.1

func (UpdateMachineGroupMachineResponse) String added in v2.0.1

type UpdateMachineGroupRequest

type UpdateMachineGroupRequest struct {
	GroupAttribute      *UpdateMachineGroupRequestGroupAttribute `json:"groupAttribute,omitempty" xml:"groupAttribute,omitempty" type:"Struct"`
	GroupName           *string                                  `json:"groupName,omitempty" xml:"groupName,omitempty"`
	GroupType           *string                                  `json:"groupType,omitempty" xml:"groupType,omitempty"`
	MachineIdentifyType *string                                  `json:"machineIdentifyType,omitempty" xml:"machineIdentifyType,omitempty"`
	MachineList         []*string                                `json:"machineList,omitempty" xml:"machineList,omitempty" type:"Repeated"`
}

func (UpdateMachineGroupRequest) GoString

func (s UpdateMachineGroupRequest) GoString() string

func (*UpdateMachineGroupRequest) SetGroupAttribute

func (*UpdateMachineGroupRequest) SetGroupName

func (*UpdateMachineGroupRequest) SetGroupType

func (*UpdateMachineGroupRequest) SetMachineIdentifyType

func (s *UpdateMachineGroupRequest) SetMachineIdentifyType(v string) *UpdateMachineGroupRequest

func (*UpdateMachineGroupRequest) SetMachineList

func (UpdateMachineGroupRequest) String

func (s UpdateMachineGroupRequest) String() string

type UpdateMachineGroupRequestGroupAttribute

type UpdateMachineGroupRequestGroupAttribute struct {
	ExternalName *string `json:"externalName,omitempty" xml:"externalName,omitempty"`
	GroupTopic   *string `json:"groupTopic,omitempty" xml:"groupTopic,omitempty"`
}

func (UpdateMachineGroupRequestGroupAttribute) GoString

func (*UpdateMachineGroupRequestGroupAttribute) SetExternalName

func (*UpdateMachineGroupRequestGroupAttribute) SetGroupTopic

func (UpdateMachineGroupRequestGroupAttribute) String

type UpdateMachineGroupResponse

type UpdateMachineGroupResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (UpdateMachineGroupResponse) GoString

func (s UpdateMachineGroupResponse) GoString() string

func (*UpdateMachineGroupResponse) SetHeaders

func (*UpdateMachineGroupResponse) SetStatusCode

func (UpdateMachineGroupResponse) String

type UpdateOdpsShipperRequest

type UpdateOdpsShipperRequest struct {
	ShipperName         *string                                      `json:"shipperName,omitempty" xml:"shipperName,omitempty"`
	TargetConfiguration *UpdateOdpsShipperRequestTargetConfiguration `json:"targetConfiguration,omitempty" xml:"targetConfiguration,omitempty" type:"Struct"`
	TargetType          *string                                      `json:"targetType,omitempty" xml:"targetType,omitempty"`
}

func (UpdateOdpsShipperRequest) GoString

func (s UpdateOdpsShipperRequest) GoString() string

func (*UpdateOdpsShipperRequest) SetShipperName

func (*UpdateOdpsShipperRequest) SetTargetConfiguration

func (*UpdateOdpsShipperRequest) SetTargetType

func (UpdateOdpsShipperRequest) String

func (s UpdateOdpsShipperRequest) String() string

type UpdateOdpsShipperRequestTargetConfiguration

type UpdateOdpsShipperRequestTargetConfiguration struct {
	BufferInterval      *int32    `json:"bufferInterval,omitempty" xml:"bufferInterval,omitempty"`
	Enable              *bool     `json:"enable,omitempty" xml:"enable,omitempty"`
	Fields              []*string `json:"fields,omitempty" xml:"fields,omitempty" type:"Repeated"`
	OdpsEndpoint        *string   `json:"odpsEndpoint,omitempty" xml:"odpsEndpoint,omitempty"`
	OdpsProject         *string   `json:"odpsProject,omitempty" xml:"odpsProject,omitempty"`
	OdpsTable           *string   `json:"odpsTable,omitempty" xml:"odpsTable,omitempty"`
	PartitionColumn     []*string `json:"partitionColumn,omitempty" xml:"partitionColumn,omitempty" type:"Repeated"`
	PartitionTimeFormat *string   `json:"partitionTimeFormat,omitempty" xml:"partitionTimeFormat,omitempty"`
}

func (UpdateOdpsShipperRequestTargetConfiguration) GoString

func (*UpdateOdpsShipperRequestTargetConfiguration) SetBufferInterval

func (*UpdateOdpsShipperRequestTargetConfiguration) SetEnable

func (*UpdateOdpsShipperRequestTargetConfiguration) SetFields

func (*UpdateOdpsShipperRequestTargetConfiguration) SetOdpsEndpoint

func (*UpdateOdpsShipperRequestTargetConfiguration) SetOdpsProject

func (*UpdateOdpsShipperRequestTargetConfiguration) SetOdpsTable

func (*UpdateOdpsShipperRequestTargetConfiguration) SetPartitionColumn

func (*UpdateOdpsShipperRequestTargetConfiguration) SetPartitionTimeFormat

func (UpdateOdpsShipperRequestTargetConfiguration) String

type UpdateOdpsShipperResponse

type UpdateOdpsShipperResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (UpdateOdpsShipperResponse) GoString

func (s UpdateOdpsShipperResponse) GoString() string

func (*UpdateOdpsShipperResponse) SetHeaders

func (*UpdateOdpsShipperResponse) SetStatusCode

func (UpdateOdpsShipperResponse) String

func (s UpdateOdpsShipperResponse) String() string

type UpdateOssExternalStoreRequest

type UpdateOssExternalStoreRequest struct {
	ExternalStoreName *string                                 `json:"externalStoreName,omitempty" xml:"externalStoreName,omitempty"`
	Parameter         *UpdateOssExternalStoreRequestParameter `json:"parameter,omitempty" xml:"parameter,omitempty" type:"Struct"`
	StoreType         *string                                 `json:"storeType,omitempty" xml:"storeType,omitempty"`
}

func (UpdateOssExternalStoreRequest) GoString

func (*UpdateOssExternalStoreRequest) SetExternalStoreName

func (*UpdateOssExternalStoreRequest) SetStoreType

func (UpdateOssExternalStoreRequest) String

type UpdateOssExternalStoreRequestParameter

type UpdateOssExternalStoreRequestParameter struct {
	Accessid  *string                                          `json:"accessid,omitempty" xml:"accessid,omitempty"`
	Accesskey *string                                          `json:"accesskey,omitempty" xml:"accesskey,omitempty"`
	Bucket    *string                                          `json:"bucket,omitempty" xml:"bucket,omitempty"`
	Columns   []*UpdateOssExternalStoreRequestParameterColumns `json:"columns,omitempty" xml:"columns,omitempty" type:"Repeated"`
	Endpoint  *string                                          `json:"endpoint,omitempty" xml:"endpoint,omitempty"`
	Objects   []*string                                        `json:"objects,omitempty" xml:"objects,omitempty" type:"Repeated"`
}

func (UpdateOssExternalStoreRequestParameter) GoString

func (*UpdateOssExternalStoreRequestParameter) SetAccessid

func (*UpdateOssExternalStoreRequestParameter) SetAccesskey

func (*UpdateOssExternalStoreRequestParameter) SetBucket

func (*UpdateOssExternalStoreRequestParameter) SetEndpoint

func (*UpdateOssExternalStoreRequestParameter) SetObjects

func (UpdateOssExternalStoreRequestParameter) String

type UpdateOssExternalStoreRequestParameterColumns

type UpdateOssExternalStoreRequestParameterColumns struct {
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (UpdateOssExternalStoreRequestParameterColumns) GoString

func (*UpdateOssExternalStoreRequestParameterColumns) SetName

func (*UpdateOssExternalStoreRequestParameterColumns) SetType

func (UpdateOssExternalStoreRequestParameterColumns) String

type UpdateOssExternalStoreResponse

type UpdateOssExternalStoreResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (UpdateOssExternalStoreResponse) GoString

func (*UpdateOssExternalStoreResponse) SetHeaders

func (*UpdateOssExternalStoreResponse) SetStatusCode

func (UpdateOssExternalStoreResponse) String

type UpdateOssShipperRequest

type UpdateOssShipperRequest struct {
	ShipperName         *string                                     `json:"shipperName,omitempty" xml:"shipperName,omitempty"`
	TargetConfiguration *UpdateOssShipperRequestTargetConfiguration `json:"targetConfiguration,omitempty" xml:"targetConfiguration,omitempty" type:"Struct"`
	TargetType          *string                                     `json:"targetType,omitempty" xml:"targetType,omitempty"`
}

func (UpdateOssShipperRequest) GoString

func (s UpdateOssShipperRequest) GoString() string

func (*UpdateOssShipperRequest) SetShipperName

func (*UpdateOssShipperRequest) SetTargetConfiguration

func (*UpdateOssShipperRequest) SetTargetType

func (UpdateOssShipperRequest) String

func (s UpdateOssShipperRequest) String() string

type UpdateOssShipperRequestTargetConfiguration

type UpdateOssShipperRequestTargetConfiguration struct {
	BufferInterval *int32                                             `json:"bufferInterval,omitempty" xml:"bufferInterval,omitempty"`
	BufferSize     *int32                                             `json:"bufferSize,omitempty" xml:"bufferSize,omitempty"`
	CompressType   *string                                            `json:"compressType,omitempty" xml:"compressType,omitempty"`
	Enable         *bool                                              `json:"enable,omitempty" xml:"enable,omitempty"`
	OssBucket      *string                                            `json:"ossBucket,omitempty" xml:"ossBucket,omitempty"`
	OssPrefix      *string                                            `json:"ossPrefix,omitempty" xml:"ossPrefix,omitempty"`
	PathFormat     *string                                            `json:"pathFormat,omitempty" xml:"pathFormat,omitempty"`
	RoleArn        *string                                            `json:"roleArn,omitempty" xml:"roleArn,omitempty"`
	Storage        *UpdateOssShipperRequestTargetConfigurationStorage `json:"storage,omitempty" xml:"storage,omitempty" type:"Struct"`
	TimeZone       *string                                            `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (UpdateOssShipperRequestTargetConfiguration) GoString

func (*UpdateOssShipperRequestTargetConfiguration) SetBufferInterval

func (*UpdateOssShipperRequestTargetConfiguration) SetBufferSize

func (*UpdateOssShipperRequestTargetConfiguration) SetCompressType

func (*UpdateOssShipperRequestTargetConfiguration) SetEnable

func (*UpdateOssShipperRequestTargetConfiguration) SetOssBucket

func (*UpdateOssShipperRequestTargetConfiguration) SetOssPrefix

func (*UpdateOssShipperRequestTargetConfiguration) SetPathFormat

func (*UpdateOssShipperRequestTargetConfiguration) SetRoleArn

func (*UpdateOssShipperRequestTargetConfiguration) SetTimeZone

func (UpdateOssShipperRequestTargetConfiguration) String

type UpdateOssShipperRequestTargetConfigurationStorage

type UpdateOssShipperRequestTargetConfigurationStorage struct {
	Detail map[string]interface{} `json:"detail,omitempty" xml:"detail,omitempty"`
	Format *string                `json:"format,omitempty" xml:"format,omitempty"`
}

func (UpdateOssShipperRequestTargetConfigurationStorage) GoString

func (*UpdateOssShipperRequestTargetConfigurationStorage) SetDetail

func (*UpdateOssShipperRequestTargetConfigurationStorage) SetFormat

func (UpdateOssShipperRequestTargetConfigurationStorage) String

type UpdateOssShipperResponse

type UpdateOssShipperResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (UpdateOssShipperResponse) GoString

func (s UpdateOssShipperResponse) GoString() string

func (*UpdateOssShipperResponse) SetHeaders

func (*UpdateOssShipperResponse) SetStatusCode

func (UpdateOssShipperResponse) String

func (s UpdateOssShipperResponse) String() string

type UpdateProjectRequest

type UpdateProjectRequest struct {
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
}

func (UpdateProjectRequest) GoString

func (s UpdateProjectRequest) GoString() string

func (*UpdateProjectRequest) SetDescription

func (s *UpdateProjectRequest) SetDescription(v string) *UpdateProjectRequest

func (UpdateProjectRequest) String

func (s UpdateProjectRequest) String() string

type UpdateProjectResponse

type UpdateProjectResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (UpdateProjectResponse) GoString

func (s UpdateProjectResponse) GoString() string

func (*UpdateProjectResponse) SetHeaders

func (*UpdateProjectResponse) SetStatusCode

func (s *UpdateProjectResponse) SetStatusCode(v int32) *UpdateProjectResponse

func (UpdateProjectResponse) String

func (s UpdateProjectResponse) String() string

type UpdateRdsExternalStoreRequest

type UpdateRdsExternalStoreRequest struct {
	ExternalStoreName *string                                 `json:"externalStoreName,omitempty" xml:"externalStoreName,omitempty"`
	Parameter         *UpdateRdsExternalStoreRequestParameter `json:"parameter,omitempty" xml:"parameter,omitempty" type:"Struct"`
	StoreType         *string                                 `json:"storeType,omitempty" xml:"storeType,omitempty"`
}

func (UpdateRdsExternalStoreRequest) GoString

func (*UpdateRdsExternalStoreRequest) SetExternalStoreName

func (*UpdateRdsExternalStoreRequest) SetStoreType

func (UpdateRdsExternalStoreRequest) String

type UpdateRdsExternalStoreRequestParameter

type UpdateRdsExternalStoreRequestParameter struct {
	Db         *string `json:"db,omitempty" xml:"db,omitempty"`
	Host       *string `json:"host,omitempty" xml:"host,omitempty"`
	InstanceId *string `json:"instance-id,omitempty" xml:"instance-id,omitempty"`
	Password   *string `json:"password,omitempty" xml:"password,omitempty"`
	Port       *string `json:"port,omitempty" xml:"port,omitempty"`
	Region     *string `json:"region,omitempty" xml:"region,omitempty"`
	Table      *string `json:"table,omitempty" xml:"table,omitempty"`
	Username   *string `json:"username,omitempty" xml:"username,omitempty"`
	VpcId      *string `json:"vpc-id,omitempty" xml:"vpc-id,omitempty"`
}

func (UpdateRdsExternalStoreRequestParameter) GoString

func (*UpdateRdsExternalStoreRequestParameter) SetDb

func (*UpdateRdsExternalStoreRequestParameter) SetHost

func (*UpdateRdsExternalStoreRequestParameter) SetInstanceId

func (*UpdateRdsExternalStoreRequestParameter) SetPassword

func (*UpdateRdsExternalStoreRequestParameter) SetPort

func (*UpdateRdsExternalStoreRequestParameter) SetRegion

func (*UpdateRdsExternalStoreRequestParameter) SetTable

func (*UpdateRdsExternalStoreRequestParameter) SetUsername

func (*UpdateRdsExternalStoreRequestParameter) SetVpcId

func (UpdateRdsExternalStoreRequestParameter) String

type UpdateRdsExternalStoreResponse

type UpdateRdsExternalStoreResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (UpdateRdsExternalStoreResponse) GoString

func (*UpdateRdsExternalStoreResponse) SetHeaders

func (*UpdateRdsExternalStoreResponse) SetStatusCode

func (UpdateRdsExternalStoreResponse) String

type UpdateSavedSearchRequest

type UpdateSavedSearchRequest struct {
	DisplayName     *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Logstore        *string `json:"logstore,omitempty" xml:"logstore,omitempty"`
	SavedsearchName *string `json:"savedsearchName,omitempty" xml:"savedsearchName,omitempty"`
	SearchQuery     *string `json:"searchQuery,omitempty" xml:"searchQuery,omitempty"`
	Topic           *string `json:"topic,omitempty" xml:"topic,omitempty"`
}

func (UpdateSavedSearchRequest) GoString

func (s UpdateSavedSearchRequest) GoString() string

func (*UpdateSavedSearchRequest) SetDisplayName

func (*UpdateSavedSearchRequest) SetLogstore

func (*UpdateSavedSearchRequest) SetSavedsearchName

func (s *UpdateSavedSearchRequest) SetSavedsearchName(v string) *UpdateSavedSearchRequest

func (*UpdateSavedSearchRequest) SetSearchQuery

func (*UpdateSavedSearchRequest) SetTopic

func (UpdateSavedSearchRequest) String

func (s UpdateSavedSearchRequest) String() string

type UpdateSavedSearchResponse

type UpdateSavedSearchResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (UpdateSavedSearchResponse) GoString

func (s UpdateSavedSearchResponse) GoString() string

func (*UpdateSavedSearchResponse) SetHeaders

func (*UpdateSavedSearchResponse) SetStatusCode

func (UpdateSavedSearchResponse) String

func (s UpdateSavedSearchResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL