client

package
v1.5.1 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2022 License: Apache-2.0 Imports: 5 Imported by: 1

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 added in v1.3.0

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 added in v1.3.0

func (*ApplyConfigToMachineGroupResponse) SetHeaders added in v1.3.0

func (*ApplyConfigToMachineGroupResponse) SetStatusCode added in v1.3.0

func (ApplyConfigToMachineGroupResponse) String added in v1.3.0

type BatchCreateEtlMetaRequest added in v1.4.0

type BatchCreateEtlMetaRequest struct {
	EtlMetaList []*BatchCreateEtlMetaRequestEtlMetaList `json:"etlMetaList,omitempty" xml:"etlMetaList,omitempty" type:"Repeated"`
}

func (BatchCreateEtlMetaRequest) GoString added in v1.4.0

func (s BatchCreateEtlMetaRequest) GoString() string

func (*BatchCreateEtlMetaRequest) SetEtlMetaList added in v1.4.0

func (BatchCreateEtlMetaRequest) String added in v1.4.0

func (s BatchCreateEtlMetaRequest) String() string

type BatchCreateEtlMetaRequestEtlMetaList added in v1.4.0

type BatchCreateEtlMetaRequestEtlMetaList 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 map[string]interface{} `json:"etlMetaValue,omitempty" xml:"etlMetaValue,omitempty"`
}

func (BatchCreateEtlMetaRequestEtlMetaList) GoString added in v1.4.0

func (*BatchCreateEtlMetaRequestEtlMetaList) SetEnable added in v1.4.0

func (*BatchCreateEtlMetaRequestEtlMetaList) SetEtlMetaKey added in v1.4.0

func (*BatchCreateEtlMetaRequestEtlMetaList) SetEtlMetaName added in v1.4.0

func (*BatchCreateEtlMetaRequestEtlMetaList) SetEtlMetaTag added in v1.4.0

func (*BatchCreateEtlMetaRequestEtlMetaList) SetEtlMetaValue added in v1.4.0

func (BatchCreateEtlMetaRequestEtlMetaList) String added in v1.4.0

type BatchCreateEtlMetaResponse added in v1.4.0

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

func (BatchCreateEtlMetaResponse) GoString added in v1.4.0

func (s BatchCreateEtlMetaResponse) GoString() string

func (*BatchCreateEtlMetaResponse) SetHeaders added in v1.4.0

func (*BatchCreateEtlMetaResponse) SetStatusCode added in v1.4.0

func (BatchCreateEtlMetaResponse) String added in v1.4.0

type BatchModifyEtlMetaStatusRequest added in v1.4.0

type BatchModifyEtlMetaStatusRequest struct {
	EtlMetaKeyList []*string `json:"etlMetaKeyList,omitempty" xml:"etlMetaKeyList,omitempty" type:"Repeated"`
	EtlMetaName    *string   `json:"etlMetaName,omitempty" xml:"etlMetaName,omitempty"`
	EtlMetaTag     *string   `json:"etlMetaTag,omitempty" xml:"etlMetaTag,omitempty"`
	Range          *string   `json:"range,omitempty" xml:"range,omitempty"`
	Type           *string   `json:"type,omitempty" xml:"type,omitempty"`
}

func (BatchModifyEtlMetaStatusRequest) GoString added in v1.4.0

func (*BatchModifyEtlMetaStatusRequest) SetEtlMetaKeyList added in v1.4.0

func (*BatchModifyEtlMetaStatusRequest) SetEtlMetaName added in v1.4.0

func (*BatchModifyEtlMetaStatusRequest) SetEtlMetaTag added in v1.4.0

func (*BatchModifyEtlMetaStatusRequest) SetRange added in v1.4.0

func (*BatchModifyEtlMetaStatusRequest) SetType added in v1.4.0

func (BatchModifyEtlMetaStatusRequest) String added in v1.4.0

type BatchModifyEtlMetaStatusResponse added in v1.4.0

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

func (BatchModifyEtlMetaStatusResponse) GoString added in v1.4.0

func (*BatchModifyEtlMetaStatusResponse) SetHeaders added in v1.4.0

func (*BatchModifyEtlMetaStatusResponse) SetStatusCode added in v1.4.0

func (BatchModifyEtlMetaStatusResponse) String added in v1.4.0

type BatchUpdateEtlMetaRequest added in v1.4.0

type BatchUpdateEtlMetaRequest struct {
	EtlMetaList *BatchUpdateEtlMetaRequestEtlMetaList `json:"etlMetaList,omitempty" xml:"etlMetaList,omitempty" type:"Struct"`
}

func (BatchUpdateEtlMetaRequest) GoString added in v1.4.0

func (s BatchUpdateEtlMetaRequest) GoString() string

func (*BatchUpdateEtlMetaRequest) SetEtlMetaList added in v1.4.0

func (BatchUpdateEtlMetaRequest) String added in v1.4.0

func (s BatchUpdateEtlMetaRequest) String() string

type BatchUpdateEtlMetaRequestEtlMetaList added in v1.4.0

type BatchUpdateEtlMetaRequestEtlMetaList 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 map[string]interface{} `json:"etlMetaValue,omitempty" xml:"etlMetaValue,omitempty"`
}

func (BatchUpdateEtlMetaRequestEtlMetaList) GoString added in v1.4.0

func (*BatchUpdateEtlMetaRequestEtlMetaList) SetEnable added in v1.4.0

func (*BatchUpdateEtlMetaRequestEtlMetaList) SetEtlMetaKey added in v1.4.0

func (*BatchUpdateEtlMetaRequestEtlMetaList) SetEtlMetaName added in v1.4.0

func (*BatchUpdateEtlMetaRequestEtlMetaList) SetEtlMetaTag added in v1.4.0

func (*BatchUpdateEtlMetaRequestEtlMetaList) SetEtlMetaValue added in v1.4.0

func (BatchUpdateEtlMetaRequestEtlMetaList) String added in v1.4.0

type BatchUpdateEtlMetaResponse added in v1.4.0

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

func (BatchUpdateEtlMetaResponse) GoString added in v1.4.0

func (s BatchUpdateEtlMetaResponse) GoString() string

func (*BatchUpdateEtlMetaResponse) SetHeaders added in v1.4.0

func (*BatchUpdateEtlMetaResponse) SetStatusCode added in v1.4.0

func (BatchUpdateEtlMetaResponse) String added in v1.4.0

type Chart added in v1.0.2

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 added in v1.0.2

func (s Chart) GoString() string

func (*Chart) SetAction added in v1.0.2

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

func (*Chart) SetDisplay added in v1.0.2

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

func (*Chart) SetSearch added in v1.0.2

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

func (*Chart) SetTitle added in v1.0.2

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

func (*Chart) SetType added in v1.0.2

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

func (Chart) String added in v1.0.2

func (s Chart) String() string

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) ApplyConfigToMachineGroup added in v1.3.0

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

func (*Client) ApplyConfigToMachineGroupWithOptions added in v1.3.0

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

func (*Client) BatchCreateEtlMeta added in v1.4.0

func (client *Client) BatchCreateEtlMeta(project *string, request *BatchCreateEtlMetaRequest) (_result *BatchCreateEtlMetaResponse, _err error)

func (*Client) BatchCreateEtlMetaWithOptions added in v1.4.0

func (client *Client) BatchCreateEtlMetaWithOptions(project *string, request *BatchCreateEtlMetaRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BatchCreateEtlMetaResponse, _err error)

func (*Client) BatchModifyEtlMetaStatus added in v1.4.0

func (client *Client) BatchModifyEtlMetaStatus(project *string, request *BatchModifyEtlMetaStatusRequest) (_result *BatchModifyEtlMetaStatusResponse, _err error)

func (*Client) BatchModifyEtlMetaStatusWithOptions added in v1.4.0

func (client *Client) BatchModifyEtlMetaStatusWithOptions(project *string, request *BatchModifyEtlMetaStatusRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BatchModifyEtlMetaStatusResponse, _err error)

func (*Client) BatchUpdateEtlMeta added in v1.4.0

func (client *Client) BatchUpdateEtlMeta(project *string, request *BatchUpdateEtlMetaRequest) (_result *BatchUpdateEtlMetaResponse, _err error)

func (*Client) BatchUpdateEtlMetaWithOptions added in v1.4.0

func (client *Client) BatchUpdateEtlMetaWithOptions(project *string, request *BatchUpdateEtlMetaRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BatchUpdateEtlMetaResponse, _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 added in v1.3.0

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

func (*Client) CreateDomainWithOptions added in v1.3.0

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

func (*Client) CreateEtlJob added in v1.5.1

func (client *Client) CreateEtlJob(project *string, request *CreateEtlJobRequest) (_result *CreateEtlJobResponse, _err error)

func (*Client) CreateEtlJobWithOptions added in v1.5.1

func (client *Client) CreateEtlJobWithOptions(project *string, request *CreateEtlJobRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateEtlJobResponse, _err error)

func (*Client) CreateEtlMeta added in v1.4.0

func (client *Client) CreateEtlMeta(project *string, request *CreateEtlMetaRequest) (_result *CreateEtlMetaResponse, _err error)

func (*Client) CreateEtlMetaWithOptions added in v1.4.0

func (client *Client) CreateEtlMetaWithOptions(project *string, request *CreateEtlMetaRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateEtlMetaResponse, _err error)

func (*Client) CreateIndex added in v1.0.2

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

func (*Client) CreateIndexWithOptions added in v1.0.2

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 added in v1.3.0

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

func (*Client) CreateLoggingWithOptions added in v1.3.0

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

func (*Client) CreateMachineGroup added in v1.3.0

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

func (*Client) CreateMachineGroupWithOptions added in v1.3.0

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

func (*Client) CreateOdpsShipper added in v1.5.0

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

func (*Client) CreateOdpsShipperWithOptions added in v1.5.0

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

func (*Client) CreateOssExternalStore added in v1.5.0

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

func (*Client) CreateOssExternalStoreWithOptions added in v1.5.0

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

func (*Client) CreateOssShipper added in v1.5.0

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

func (*Client) CreateOssShipperWithOptions added in v1.5.0

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 added in v1.5.0

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

func (*Client) CreateRdsExternalStoreWithOptions added in v1.5.0

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 added in v1.3.0

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

func (*Client) DeleteDomainWithOptions added in v1.3.0

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

func (*Client) DeleteEtlJob added in v1.5.1

func (client *Client) DeleteEtlJob(project *string, etlJobName *string) (_result *DeleteEtlJobResponse, _err error)

func (*Client) DeleteEtlJobWithOptions added in v1.5.1

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

func (*Client) DeleteEtlMeta added in v1.4.0

func (client *Client) DeleteEtlMeta(project *string, request *DeleteEtlMetaRequest) (_result *DeleteEtlMetaResponse, _err error)

func (*Client) DeleteEtlMetaWithOptions added in v1.4.0

func (client *Client) DeleteEtlMetaWithOptions(project *string, request *DeleteEtlMetaRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteEtlMetaResponse, _err error)

func (*Client) DeleteExternalStore added in v1.5.0

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

func (*Client) DeleteExternalStoreWithOptions added in v1.5.0

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

func (*Client) DeleteIndex added in v1.0.2

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

func (*Client) DeleteIndexWithOptions added in v1.0.2

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

func (*Client) DeleteLogStore added in v1.0.2

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

func (*Client) DeleteLogStoreWithOptions added in v1.0.2

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

func (*Client) DeleteLogging added in v1.3.0

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

func (*Client) DeleteLoggingWithOptions added in v1.3.0

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

func (*Client) DeleteMachineGroup added in v1.3.0

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

func (*Client) DeleteMachineGroupWithOptions added in v1.3.0

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) 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 added in v1.5.0

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

func (*Client) DeleteShipperWithOptions added in v1.5.0

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

func (*Client) GetAppliedConfigs added in v1.3.0

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

func (*Client) GetAppliedConfigsWithOptions added in v1.3.0

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

func (*Client) GetAppliedMachineGroups added in v1.5.0

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

func (*Client) GetAppliedMachineGroupsWithOptions added in v1.5.0

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

func (*Client) GetCheckPoint added in v1.3.0

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

func (*Client) GetCheckPointWithOptions added in v1.3.0

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 added in v1.1.0

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

func (*Client) GetContextLogsWithOptions added in v1.1.0

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

func (*Client) GetCursor added in v1.1.0

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

func (*Client) GetCursorTime added in v1.1.0

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

func (*Client) GetCursorTimeWithOptions added in v1.1.0

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 added in v1.1.0

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) GetEtlJob added in v1.5.1

func (client *Client) GetEtlJob(project *string, etlJobName *string) (_result *GetEtlJobResponse, _err error)

func (*Client) GetEtlJobWithOptions added in v1.5.1

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

func (*Client) GetEtlMeta added in v1.4.0

func (client *Client) GetEtlMeta(project *string, request *GetEtlMetaRequest) (_result *GetEtlMetaResponse, _err error)

func (*Client) GetEtlMetaWithOptions added in v1.4.0

func (client *Client) GetEtlMetaWithOptions(project *string, request *GetEtlMetaRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetEtlMetaResponse, _err error)

func (*Client) GetExternalStore added in v1.5.0

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

func (*Client) GetExternalStoreWithOptions added in v1.5.0

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

func (*Client) GetHistograms added in v1.0.2

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

func (*Client) GetHistogramsWithOptions added in v1.0.2

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

func (*Client) GetIndex added in v1.0.2

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

func (*Client) GetIndexWithOptions added in v1.0.2

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 added in v1.3.0

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

func (*Client) GetLoggingWithOptions added in v1.3.0

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

func (*Client) GetLogs added in v1.1.0

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

func (*Client) GetLogsWithOptions added in v1.1.0

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

func (*Client) GetMachineGroup added in v1.3.0

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

func (*Client) GetMachineGroupWithOptions added in v1.3.0

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 added in v1.0.2

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

func (*Client) GetProjectLogsWithOptions added in v1.0.2

func (client *Client) GetProjectLogsWithOptions(project *string, request *GetProjectLogsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProjectLogsResponse, _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) GetShipperConfig added in v1.5.0

func (client *Client) GetShipperConfig(project *string, logstore *string, shipperName *string) (_result *GetShipperConfigResponse, _err error)

func (*Client) GetShipperConfigWithOptions added in v1.5.0

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

func (*Client) GetShipperStatus added in v1.5.0

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

func (*Client) GetShipperStatusWithOptions added in v1.5.0

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 added in v1.3.0

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

func (*Client) ListDomainsWithOptions added in v1.3.0

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

func (*Client) ListEtlJob added in v1.5.1

func (client *Client) ListEtlJob(project *string, request *ListEtlJobRequest) (_result *ListEtlJobResponse, _err error)

func (*Client) ListEtlJobWithOptions added in v1.5.1

func (client *Client) ListEtlJobWithOptions(project *string, request *ListEtlJobRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListEtlJobResponse, _err error)

func (*Client) ListEtlMeta added in v1.4.0

func (client *Client) ListEtlMeta(project *string, request *ListEtlMetaRequest) (_result *ListEtlMetaResponse, _err error)

func (*Client) ListEtlMetaName added in v1.4.0

func (client *Client) ListEtlMetaName(project *string, request *ListEtlMetaNameRequest) (_result *ListEtlMetaNameResponse, _err error)

func (*Client) ListEtlMetaNameWithOptions added in v1.4.0

func (client *Client) ListEtlMetaNameWithOptions(project *string, request *ListEtlMetaNameRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListEtlMetaNameResponse, _err error)

func (*Client) ListEtlMetaWithOptions added in v1.4.0

func (client *Client) ListEtlMetaWithOptions(project *string, request *ListEtlMetaRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListEtlMetaResponse, _err error)

func (*Client) ListExternalStore added in v1.5.0

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

func (*Client) ListExternalStoreWithOptions added in v1.5.0

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 added in v1.3.0

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

func (*Client) ListMachineGroupWithOptions added in v1.3.0

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

func (*Client) ListMachines added in v1.3.0

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

func (*Client) ListMachinesWithOptions added in v1.3.0

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(request *ListProjectRequest) (_result *ListProjectResponse, _err error)

func (*Client) ListProjectWithOptions

func (client *Client) ListProjectWithOptions(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 added in v1.1.0

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

func (*Client) ListShardsWithOptions added in v1.1.0

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

func (*Client) ListShipper added in v1.5.0

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

func (*Client) ListShipperWithOptions added in v1.5.0

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

func (*Client) ListTagResources added in v1.2.0

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

func (*Client) ListTagResourcesWithOptions added in v1.2.0

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

func (*Client) MergeShards added in v1.1.0

func (client *Client) MergeShards(project *string, logstore *string, shardID *string, request *MergeShardsRequest) (_result *MergeShardsResponse, _err error)

func (*Client) MergeShardsWithOptions added in v1.1.0

func (client *Client) MergeShardsWithOptions(project *string, logstore *string, shardID *string, request *MergeShardsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *MergeShardsResponse, _err error)

func (*Client) RemoveConfigFromMachineGroup added in v1.3.0

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

func (*Client) RemoveConfigFromMachineGroupWithOptions added in v1.3.0

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

func (*Client) SplitShard added in v1.1.0

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

func (*Client) SplitShardWithOptions added in v1.1.0

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

func (*Client) TagResources added in v1.2.0

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

func (*Client) TagResourcesWithOptions added in v1.2.0

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

func (*Client) UnTagResources added in v1.2.0

func (client *Client) UnTagResources(request *UnTagResourcesRequest) (_result *UnTagResourcesResponse, _err error)

func (*Client) UnTagResourcesWithOptions added in v1.2.0

func (client *Client) UnTagResourcesWithOptions(request *UnTagResourcesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UnTagResourcesResponse, _err error)

func (*Client) UpdateCheckPoint added in v1.3.0

func (client *Client) UpdateCheckPoint(project *string, logstore *string, consumerGroup *string, request *UpdateCheckPointRequest) (_result *UpdateCheckPointResponse, _err error)

func (*Client) UpdateCheckPointWithOptions added in v1.3.0

func (client *Client) UpdateCheckPointWithOptions(project *string, logstore *string, consumerGroup *string, request *UpdateCheckPointRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateCheckPointResponse, _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) UpdateEtlJob added in v1.5.1

func (client *Client) UpdateEtlJob(project *string, etlJobName *string, request *UpdateEtlJobRequest) (_result *UpdateEtlJobResponse, _err error)

func (*Client) UpdateEtlJobWithOptions added in v1.5.1

func (client *Client) UpdateEtlJobWithOptions(project *string, etlJobName *string, request *UpdateEtlJobRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateEtlJobResponse, _err error)

func (*Client) UpdateEtlMeta added in v1.4.0

func (client *Client) UpdateEtlMeta(project *string, request *UpdateEtlMetaRequest) (_result *UpdateEtlMetaResponse, _err error)

func (*Client) UpdateEtlMetaWithOptions added in v1.4.0

func (client *Client) UpdateEtlMetaWithOptions(project *string, request *UpdateEtlMetaRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateEtlMetaResponse, _err error)

func (*Client) UpdateIndex added in v1.0.2

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

func (*Client) UpdateIndexWithOptions added in v1.0.2

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 added in v1.3.0

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

func (*Client) UpdateLoggingWithOptions added in v1.3.0

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

func (*Client) UpdateMachineGroup added in v1.3.0

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

func (*Client) UpdateMachineGroupWithOptions added in v1.3.0

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

func (*Client) UpdateOdpsShipper added in v1.5.0

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

func (*Client) UpdateOdpsShipperWithOptions added in v1.5.0

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 added in v1.5.0

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

func (*Client) UpdateOssExternalStoreWithOptions added in v1.5.0

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

func (*Client) UpdateOssShipper added in v1.5.0

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

func (*Client) UpdateOssShipperWithOptions added in v1.5.0

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 added in v1.5.0

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

func (*Client) UpdateRdsExternalStoreWithOptions added in v1.5.0

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

func (*Client) UpdateSavedSearch added in v1.0.2

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

func (*Client) UpdateSavedSearchWithOptions added in v1.0.2

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 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 added in v1.0.2

func (CreateConsumerGroupResponse) String

type CreateDomainRequest added in v1.3.0

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

func (CreateDomainRequest) GoString added in v1.3.0

func (s CreateDomainRequest) GoString() string

func (*CreateDomainRequest) SetDomainName added in v1.3.0

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

func (CreateDomainRequest) String added in v1.3.0

func (s CreateDomainRequest) String() string

type CreateDomainResponse added in v1.3.0

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 added in v1.3.0

func (s CreateDomainResponse) GoString() string

func (*CreateDomainResponse) SetHeaders added in v1.3.0

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

func (*CreateDomainResponse) SetStatusCode added in v1.3.0

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

func (CreateDomainResponse) String added in v1.3.0

func (s CreateDomainResponse) String() string

type CreateEtlJobRequest added in v1.5.1

type CreateEtlJobRequest struct {
	Enable            *bool                              `json:"enable,omitempty" xml:"enable,omitempty"`
	EtlJobName        *string                            `json:"etlJobName,omitempty" xml:"etlJobName,omitempty"`
	FunctionConfig    *CreateEtlJobRequestFunctionConfig `json:"functionConfig,omitempty" xml:"functionConfig,omitempty" type:"Struct"`
	FunctionParameter map[string]interface{}             `json:"functionParameter,omitempty" xml:"functionParameter,omitempty"`
	LogConfig         *CreateEtlJobRequestLogConfig      `json:"logConfig,omitempty" xml:"logConfig,omitempty" type:"Struct"`
	SourceConfig      *CreateEtlJobRequestSourceConfig   `json:"sourceConfig,omitempty" xml:"sourceConfig,omitempty" type:"Struct"`
	TriggerConfig     *CreateEtlJobRequestTriggerConfig  `json:"triggerConfig,omitempty" xml:"triggerConfig,omitempty" type:"Struct"`
}

func (CreateEtlJobRequest) GoString added in v1.5.1

func (s CreateEtlJobRequest) GoString() string

func (*CreateEtlJobRequest) SetEnable added in v1.5.1

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

func (*CreateEtlJobRequest) SetEtlJobName added in v1.5.1

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

func (*CreateEtlJobRequest) SetFunctionConfig added in v1.5.1

func (*CreateEtlJobRequest) SetFunctionParameter added in v1.5.1

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

func (*CreateEtlJobRequest) SetLogConfig added in v1.5.1

func (*CreateEtlJobRequest) SetSourceConfig added in v1.5.1

func (*CreateEtlJobRequest) SetTriggerConfig added in v1.5.1

func (CreateEtlJobRequest) String added in v1.5.1

func (s CreateEtlJobRequest) String() string

type CreateEtlJobRequestFunctionConfig added in v1.5.1

type CreateEtlJobRequestFunctionConfig 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 (CreateEtlJobRequestFunctionConfig) GoString added in v1.5.1

func (*CreateEtlJobRequestFunctionConfig) SetAccountId added in v1.5.1

func (*CreateEtlJobRequestFunctionConfig) SetEndpoint added in v1.5.1

func (*CreateEtlJobRequestFunctionConfig) SetFunctionName added in v1.5.1

func (*CreateEtlJobRequestFunctionConfig) SetFunctionProvider added in v1.5.1

func (*CreateEtlJobRequestFunctionConfig) SetRegionName added in v1.5.1

func (*CreateEtlJobRequestFunctionConfig) SetRoleArn added in v1.5.1

func (*CreateEtlJobRequestFunctionConfig) SetServiceName added in v1.5.1

func (CreateEtlJobRequestFunctionConfig) String added in v1.5.1

type CreateEtlJobRequestLogConfig added in v1.5.1

type CreateEtlJobRequestLogConfig 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 (CreateEtlJobRequestLogConfig) GoString added in v1.5.1

func (s CreateEtlJobRequestLogConfig) GoString() string

func (*CreateEtlJobRequestLogConfig) SetEndpoint added in v1.5.1

func (*CreateEtlJobRequestLogConfig) SetLogstoreName added in v1.5.1

func (*CreateEtlJobRequestLogConfig) SetProjectName added in v1.5.1

func (CreateEtlJobRequestLogConfig) String added in v1.5.1

type CreateEtlJobRequestSourceConfig added in v1.5.1

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

func (CreateEtlJobRequestSourceConfig) GoString added in v1.5.1

func (*CreateEtlJobRequestSourceConfig) SetLogstoreName added in v1.5.1

func (CreateEtlJobRequestSourceConfig) String added in v1.5.1

type CreateEtlJobRequestTriggerConfig added in v1.5.1

type CreateEtlJobRequestTriggerConfig 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 (CreateEtlJobRequestTriggerConfig) GoString added in v1.5.1

func (*CreateEtlJobRequestTriggerConfig) SetMaxRetryTime added in v1.5.1

func (*CreateEtlJobRequestTriggerConfig) SetRoleArn added in v1.5.1

func (*CreateEtlJobRequestTriggerConfig) SetStartingPosition added in v1.5.1

func (*CreateEtlJobRequestTriggerConfig) SetStartingUnixtime added in v1.5.1

func (*CreateEtlJobRequestTriggerConfig) SetTriggerInterval added in v1.5.1

func (CreateEtlJobRequestTriggerConfig) String added in v1.5.1

type CreateEtlJobResponse added in v1.5.1

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

func (CreateEtlJobResponse) GoString added in v1.5.1

func (s CreateEtlJobResponse) GoString() string

func (*CreateEtlJobResponse) SetHeaders added in v1.5.1

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

func (*CreateEtlJobResponse) SetStatusCode added in v1.5.1

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

func (CreateEtlJobResponse) String added in v1.5.1

func (s CreateEtlJobResponse) String() string

type CreateEtlMetaRequest added in v1.4.0

type CreateEtlMetaRequest 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 map[string]interface{} `json:"etlMetaValue,omitempty" xml:"etlMetaValue,omitempty"`
}

func (CreateEtlMetaRequest) GoString added in v1.4.0

func (s CreateEtlMetaRequest) GoString() string

func (*CreateEtlMetaRequest) SetEnable added in v1.4.0

func (*CreateEtlMetaRequest) SetEtlMetaKey added in v1.4.0

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

func (*CreateEtlMetaRequest) SetEtlMetaName added in v1.4.0

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

func (*CreateEtlMetaRequest) SetEtlMetaTag added in v1.4.0

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

func (*CreateEtlMetaRequest) SetEtlMetaValue added in v1.4.0

func (s *CreateEtlMetaRequest) SetEtlMetaValue(v map[string]interface{}) *CreateEtlMetaRequest

func (CreateEtlMetaRequest) String added in v1.4.0

func (s CreateEtlMetaRequest) String() string

type CreateEtlMetaResponse added in v1.4.0

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

func (CreateEtlMetaResponse) GoString added in v1.4.0

func (s CreateEtlMetaResponse) GoString() string

func (*CreateEtlMetaResponse) SetHeaders added in v1.4.0

func (*CreateEtlMetaResponse) SetStatusCode added in v1.4.0

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

func (CreateEtlMetaResponse) String added in v1.4.0

func (s CreateEtlMetaResponse) String() string

type CreateIndexRequest added in v1.0.2

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 added in v1.0.2

func (s CreateIndexRequest) GoString() string

func (*CreateIndexRequest) SetKeys added in v1.0.2

func (*CreateIndexRequest) SetLine added in v1.0.2

func (*CreateIndexRequest) SetLogReduce added in v1.0.2

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

func (*CreateIndexRequest) SetLogReduceBlackList added in v1.0.2

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

func (*CreateIndexRequest) SetLogReduceWhiteList added in v1.0.2

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

func (*CreateIndexRequest) SetMaxTextLen added in v1.0.2

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

func (*CreateIndexRequest) SetTtl added in v1.0.2

func (CreateIndexRequest) String added in v1.0.2

func (s CreateIndexRequest) String() string

type CreateIndexRequestLine added in v1.0.2

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 added in v1.0.2

func (s CreateIndexRequestLine) GoString() string

func (*CreateIndexRequestLine) SetCaseSensitive added in v1.0.2

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

func (*CreateIndexRequestLine) SetChn added in v1.0.2

func (*CreateIndexRequestLine) SetExcludeKeys added in v1.0.2

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

func (*CreateIndexRequestLine) SetIncludeKeys added in v1.0.2

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

func (*CreateIndexRequestLine) SetToken added in v1.0.2

func (CreateIndexRequestLine) String added in v1.0.2

func (s CreateIndexRequestLine) String() string

type CreateIndexResponse added in v1.0.2

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 added in v1.0.2

func (s CreateIndexResponse) GoString() string

func (*CreateIndexResponse) SetHeaders added in v1.0.2

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

func (*CreateIndexResponse) SetStatusCode added in v1.0.2

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

func (CreateIndexResponse) String added in v1.0.2

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 added in v1.0.2

func (*CreateLogStoreRequest) SetLogstoreName

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

func (*CreateLogStoreRequest) SetMaxSplitShard

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

func (*CreateLogStoreRequest) SetMode added in v1.5.1

func (*CreateLogStoreRequest) SetShardCount

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

func (*CreateLogStoreRequest) SetTelemetryType added in v1.0.2

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 added in v1.0.2

func (CreateLogStoreResponse) String

func (s CreateLogStoreResponse) String() string

type CreateLoggingRequest added in v1.3.0

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

func (CreateLoggingRequest) GoString added in v1.3.0

func (s CreateLoggingRequest) GoString() string

func (*CreateLoggingRequest) SetLoggingDetails added in v1.3.0

func (*CreateLoggingRequest) SetLoggingProject added in v1.3.0

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

func (CreateLoggingRequest) String added in v1.3.0

func (s CreateLoggingRequest) String() string

type CreateLoggingRequestLoggingDetails added in v1.3.0

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

func (CreateLoggingRequestLoggingDetails) GoString added in v1.3.0

func (*CreateLoggingRequestLoggingDetails) SetLogstore added in v1.3.0

func (*CreateLoggingRequestLoggingDetails) SetType added in v1.3.0

func (CreateLoggingRequestLoggingDetails) String added in v1.3.0

type CreateLoggingResponse added in v1.3.0

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 added in v1.3.0

func (s CreateLoggingResponse) GoString() string

func (*CreateLoggingResponse) SetHeaders added in v1.3.0

func (*CreateLoggingResponse) SetStatusCode added in v1.3.0

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

func (CreateLoggingResponse) String added in v1.3.0

func (s CreateLoggingResponse) String() string

type CreateMachineGroupRequest added in v1.3.0

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 added in v1.3.0

func (s CreateMachineGroupRequest) GoString() string

func (*CreateMachineGroupRequest) SetGroupAttribute added in v1.3.0

func (*CreateMachineGroupRequest) SetGroupName added in v1.3.0

func (*CreateMachineGroupRequest) SetGroupType added in v1.3.0

func (*CreateMachineGroupRequest) SetMachineIdentifyType added in v1.3.0

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

func (*CreateMachineGroupRequest) SetMachineList added in v1.3.0

func (CreateMachineGroupRequest) String added in v1.3.0

func (s CreateMachineGroupRequest) String() string

type CreateMachineGroupRequestGroupAttribute added in v1.3.0

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

func (CreateMachineGroupRequestGroupAttribute) GoString added in v1.3.0

func (*CreateMachineGroupRequestGroupAttribute) SetExternalName added in v1.3.0

func (*CreateMachineGroupRequestGroupAttribute) SetGroupTopic added in v1.3.0

func (CreateMachineGroupRequestGroupAttribute) String added in v1.3.0

type CreateMachineGroupResponse added in v1.3.0

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 added in v1.3.0

func (s CreateMachineGroupResponse) GoString() string

func (*CreateMachineGroupResponse) SetHeaders added in v1.3.0

func (*CreateMachineGroupResponse) SetStatusCode added in v1.3.0

func (CreateMachineGroupResponse) String added in v1.3.0

type CreateOdpsShipperRequest added in v1.5.0

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 added in v1.5.0

func (s CreateOdpsShipperRequest) GoString() string

func (*CreateOdpsShipperRequest) SetShipperName added in v1.5.0

func (*CreateOdpsShipperRequest) SetTargetConfiguration added in v1.5.0

func (*CreateOdpsShipperRequest) SetTargetType added in v1.5.0

func (CreateOdpsShipperRequest) String added in v1.5.0

func (s CreateOdpsShipperRequest) String() string

type CreateOdpsShipperRequestTargetConfiguration added in v1.5.0

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 added in v1.5.0

func (*CreateOdpsShipperRequestTargetConfiguration) SetBufferInterval added in v1.5.0

func (*CreateOdpsShipperRequestTargetConfiguration) SetEnable added in v1.5.0

func (*CreateOdpsShipperRequestTargetConfiguration) SetFields added in v1.5.0

func (*CreateOdpsShipperRequestTargetConfiguration) SetOdpsEndpoint added in v1.5.0

func (*CreateOdpsShipperRequestTargetConfiguration) SetOdpsProject added in v1.5.0

func (*CreateOdpsShipperRequestTargetConfiguration) SetOdpsTable added in v1.5.0

func (*CreateOdpsShipperRequestTargetConfiguration) SetPartitionColumn added in v1.5.0

func (*CreateOdpsShipperRequestTargetConfiguration) SetPartitionTimeFormat added in v1.5.0

func (CreateOdpsShipperRequestTargetConfiguration) String added in v1.5.0

type CreateOdpsShipperResponse added in v1.5.0

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 added in v1.5.0

func (s CreateOdpsShipperResponse) GoString() string

func (*CreateOdpsShipperResponse) SetHeaders added in v1.5.0

func (*CreateOdpsShipperResponse) SetStatusCode added in v1.5.0

func (CreateOdpsShipperResponse) String added in v1.5.0

func (s CreateOdpsShipperResponse) String() string

type CreateOssExternalStoreRequest added in v1.5.0

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 added in v1.5.0

func (*CreateOssExternalStoreRequest) SetExternalStoreName added in v1.5.0

func (*CreateOssExternalStoreRequest) SetParameter added in v1.5.0

func (*CreateOssExternalStoreRequest) SetStoreType added in v1.5.0

func (CreateOssExternalStoreRequest) String added in v1.5.0

type CreateOssExternalStoreRequestParameter added in v1.5.0

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 added in v1.5.0

func (*CreateOssExternalStoreRequestParameter) SetAccessid added in v1.5.0

func (*CreateOssExternalStoreRequestParameter) SetAccesskey added in v1.5.0

func (*CreateOssExternalStoreRequestParameter) SetBucket added in v1.5.0

func (*CreateOssExternalStoreRequestParameter) SetColumns added in v1.5.0

func (*CreateOssExternalStoreRequestParameter) SetEndpoint added in v1.5.0

func (*CreateOssExternalStoreRequestParameter) SetObjects added in v1.5.0

func (CreateOssExternalStoreRequestParameter) String added in v1.5.0

type CreateOssExternalStoreRequestParameterColumns added in v1.5.0

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

func (CreateOssExternalStoreRequestParameterColumns) GoString added in v1.5.0

func (*CreateOssExternalStoreRequestParameterColumns) SetName added in v1.5.0

func (*CreateOssExternalStoreRequestParameterColumns) SetType added in v1.5.0

func (CreateOssExternalStoreRequestParameterColumns) String added in v1.5.0

type CreateOssExternalStoreResponse added in v1.5.0

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 added in v1.5.0

func (*CreateOssExternalStoreResponse) SetHeaders added in v1.5.0

func (*CreateOssExternalStoreResponse) SetStatusCode added in v1.5.0

func (CreateOssExternalStoreResponse) String added in v1.5.0

type CreateOssShipperRequest added in v1.5.0

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 added in v1.5.0

func (s CreateOssShipperRequest) GoString() string

func (*CreateOssShipperRequest) SetShipperName added in v1.5.0

func (*CreateOssShipperRequest) SetTargetConfiguration added in v1.5.0

func (*CreateOssShipperRequest) SetTargetType added in v1.5.0

func (CreateOssShipperRequest) String added in v1.5.0

func (s CreateOssShipperRequest) String() string

type CreateOssShipperRequestTargetConfiguration added in v1.5.0

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 added in v1.5.0

func (*CreateOssShipperRequestTargetConfiguration) SetBufferInterval added in v1.5.0

func (*CreateOssShipperRequestTargetConfiguration) SetBufferSize added in v1.5.0

func (*CreateOssShipperRequestTargetConfiguration) SetCompressType added in v1.5.0

func (*CreateOssShipperRequestTargetConfiguration) SetEnable added in v1.5.0

func (*CreateOssShipperRequestTargetConfiguration) SetOssBucket added in v1.5.0

func (*CreateOssShipperRequestTargetConfiguration) SetOssPrefix added in v1.5.0

func (*CreateOssShipperRequestTargetConfiguration) SetPathFormat added in v1.5.0

func (*CreateOssShipperRequestTargetConfiguration) SetRoleArn added in v1.5.0

func (*CreateOssShipperRequestTargetConfiguration) SetStorage added in v1.5.0

func (*CreateOssShipperRequestTargetConfiguration) SetTimeZone added in v1.5.0

func (CreateOssShipperRequestTargetConfiguration) String added in v1.5.0

type CreateOssShipperRequestTargetConfigurationStorage added in v1.5.0

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

func (CreateOssShipperRequestTargetConfigurationStorage) GoString added in v1.5.0

func (*CreateOssShipperRequestTargetConfigurationStorage) SetDetail added in v1.5.0

func (*CreateOssShipperRequestTargetConfigurationStorage) SetFormat added in v1.5.0

func (CreateOssShipperRequestTargetConfigurationStorage) String added in v1.5.0

type CreateOssShipperResponse added in v1.5.0

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 added in v1.5.0

func (s CreateOssShipperResponse) GoString() string

func (*CreateOssShipperResponse) SetHeaders added in v1.5.0

func (*CreateOssShipperResponse) SetStatusCode added in v1.5.0

func (CreateOssShipperResponse) String added in v1.5.0

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"`
}

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) 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 added in v1.0.2

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

func (CreateProjectResponse) String

func (s CreateProjectResponse) String() string

type CreateRdsExternalStoreRequest added in v1.5.0

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 added in v1.5.0

func (*CreateRdsExternalStoreRequest) SetExternalStoreName added in v1.5.0

func (*CreateRdsExternalStoreRequest) SetParameter added in v1.5.0

func (*CreateRdsExternalStoreRequest) SetStoreType added in v1.5.0

func (CreateRdsExternalStoreRequest) String added in v1.5.0

type CreateRdsExternalStoreRequestParameter added in v1.5.0

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 added in v1.5.0

func (*CreateRdsExternalStoreRequestParameter) SetDb added in v1.5.0

func (*CreateRdsExternalStoreRequestParameter) SetHost added in v1.5.0

func (*CreateRdsExternalStoreRequestParameter) SetInstanceId added in v1.5.0

func (*CreateRdsExternalStoreRequestParameter) SetPassword added in v1.5.0

func (*CreateRdsExternalStoreRequestParameter) SetPort added in v1.5.0

func (*CreateRdsExternalStoreRequestParameter) SetRegion added in v1.5.0

func (*CreateRdsExternalStoreRequestParameter) SetTable added in v1.5.0

func (*CreateRdsExternalStoreRequestParameter) SetUsername added in v1.5.0

func (*CreateRdsExternalStoreRequestParameter) SetVpcId added in v1.5.0

func (CreateRdsExternalStoreRequestParameter) String added in v1.5.0

type CreateRdsExternalStoreResponse added in v1.5.0

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 added in v1.5.0

func (*CreateRdsExternalStoreResponse) SetHeaders added in v1.5.0

func (*CreateRdsExternalStoreResponse) SetStatusCode added in v1.5.0

func (CreateRdsExternalStoreResponse) String added in v1.5.0

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 added in v1.0.2

func (CreateSavedSearchResponse) String

func (s CreateSavedSearchResponse) String() string

type Dashboard added in v1.0.2

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 added in v1.0.2

func (s Dashboard) GoString() string

func (*Dashboard) SetAttribute added in v1.0.2

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

func (*Dashboard) SetCharts added in v1.0.2

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

func (*Dashboard) SetDashboardName added in v1.0.2

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

func (*Dashboard) SetDescription added in v1.0.2

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

func (*Dashboard) SetDisplayName added in v1.0.2

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

func (Dashboard) String added in v1.0.2

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 added in v1.0.2

func (DeleteConsumerGroupResponse) String

type DeleteDomainResponse added in v1.3.0

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 added in v1.3.0

func (s DeleteDomainResponse) GoString() string

func (*DeleteDomainResponse) SetHeaders added in v1.3.0

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

func (*DeleteDomainResponse) SetStatusCode added in v1.3.0

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

func (DeleteDomainResponse) String added in v1.3.0

func (s DeleteDomainResponse) String() string

type DeleteEtlJobResponse added in v1.5.1

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

func (DeleteEtlJobResponse) GoString added in v1.5.1

func (s DeleteEtlJobResponse) GoString() string

func (*DeleteEtlJobResponse) SetHeaders added in v1.5.1

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

func (*DeleteEtlJobResponse) SetStatusCode added in v1.5.1

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

func (DeleteEtlJobResponse) String added in v1.5.1

func (s DeleteEtlJobResponse) String() string

type DeleteEtlMetaRequest added in v1.4.0

type DeleteEtlMetaRequest struct {
	EtlMetaKey  *string `json:"etlMetaKey,omitempty" xml:"etlMetaKey,omitempty"`
	EtlMetaName *string `json:"etlMetaName,omitempty" xml:"etlMetaName,omitempty"`
	EtlMetaTag  *string `json:"etlMetaTag,omitempty" xml:"etlMetaTag,omitempty"`
}

func (DeleteEtlMetaRequest) GoString added in v1.4.0

func (s DeleteEtlMetaRequest) GoString() string

func (*DeleteEtlMetaRequest) SetEtlMetaKey added in v1.4.0

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

func (*DeleteEtlMetaRequest) SetEtlMetaName added in v1.4.0

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

func (*DeleteEtlMetaRequest) SetEtlMetaTag added in v1.4.0

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

func (DeleteEtlMetaRequest) String added in v1.4.0

func (s DeleteEtlMetaRequest) String() string

type DeleteEtlMetaResponse added in v1.4.0

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

func (DeleteEtlMetaResponse) GoString added in v1.4.0

func (s DeleteEtlMetaResponse) GoString() string

func (*DeleteEtlMetaResponse) SetHeaders added in v1.4.0

func (*DeleteEtlMetaResponse) SetStatusCode added in v1.4.0

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

func (DeleteEtlMetaResponse) String added in v1.4.0

func (s DeleteEtlMetaResponse) String() string

type DeleteExternalStoreResponse added in v1.5.0

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 added in v1.5.0

func (s DeleteExternalStoreResponse) GoString() string

func (*DeleteExternalStoreResponse) SetHeaders added in v1.5.0

func (*DeleteExternalStoreResponse) SetStatusCode added in v1.5.0

func (DeleteExternalStoreResponse) String added in v1.5.0

type DeleteIndexResponse added in v1.0.2

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 added in v1.0.2

func (s DeleteIndexResponse) GoString() string

func (*DeleteIndexResponse) SetHeaders added in v1.0.2

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

func (*DeleteIndexResponse) SetStatusCode added in v1.0.2

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

func (DeleteIndexResponse) String added in v1.0.2

func (s DeleteIndexResponse) String() string

type DeleteLogStoreResponse added in v1.0.2

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 added in v1.0.2

func (s DeleteLogStoreResponse) GoString() string

func (*DeleteLogStoreResponse) SetHeaders added in v1.0.2

func (*DeleteLogStoreResponse) SetStatusCode added in v1.0.2

func (DeleteLogStoreResponse) String added in v1.0.2

func (s DeleteLogStoreResponse) String() string

type DeleteLoggingResponse added in v1.3.0

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 added in v1.3.0

func (s DeleteLoggingResponse) GoString() string

func (*DeleteLoggingResponse) SetHeaders added in v1.3.0

func (*DeleteLoggingResponse) SetStatusCode added in v1.3.0

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

func (DeleteLoggingResponse) String added in v1.3.0

func (s DeleteLoggingResponse) String() string

type DeleteMachineGroupResponse added in v1.3.0

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 added in v1.3.0

func (s DeleteMachineGroupResponse) GoString() string

func (*DeleteMachineGroupResponse) SetHeaders added in v1.3.0

func (*DeleteMachineGroupResponse) SetStatusCode added in v1.3.0

func (DeleteMachineGroupResponse) String added in v1.3.0

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 added in v1.0.2

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 added in v1.4.0

func (DeleteSavedSearchResponse) String

func (s DeleteSavedSearchResponse) String() string

type DeleteShipperResponse added in v1.5.0

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 added in v1.5.0

func (s DeleteShipperResponse) GoString() string

func (*DeleteShipperResponse) SetHeaders added in v1.5.0

func (*DeleteShipperResponse) SetStatusCode added in v1.5.0

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

func (DeleteShipperResponse) String added in v1.5.0

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 added in v1.0.2

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 added in v1.0.2

func (s EtlJob) GoString() string

func (*EtlJob) SetEnable added in v1.0.2

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

func (*EtlJob) SetEtlJobName added in v1.0.2

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

func (*EtlJob) SetFunctionConfig added in v1.0.2

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

func (*EtlJob) SetFunctionParameter added in v1.0.2

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

func (*EtlJob) SetLogConfig added in v1.0.2

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

func (*EtlJob) SetSourceConfig added in v1.0.2

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

func (*EtlJob) SetTriggerConfig added in v1.0.2

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

func (EtlJob) String added in v1.0.2

func (s EtlJob) String() string

type EtlJobFunctionConfig added in v1.0.2

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 added in v1.0.2

func (s EtlJobFunctionConfig) GoString() string

func (*EtlJobFunctionConfig) SetAccountId added in v1.0.2

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

func (*EtlJobFunctionConfig) SetEndpoint added in v1.0.2

func (*EtlJobFunctionConfig) SetFunctionName added in v1.0.2

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

func (*EtlJobFunctionConfig) SetFunctionProvider added in v1.0.2

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

func (*EtlJobFunctionConfig) SetRegionName added in v1.0.2

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

func (*EtlJobFunctionConfig) SetRoleArn added in v1.0.2

func (*EtlJobFunctionConfig) SetServiceName added in v1.0.2

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

func (EtlJobFunctionConfig) String added in v1.0.2

func (s EtlJobFunctionConfig) String() string

type EtlJobLogConfig added in v1.0.2

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 added in v1.0.2

func (s EtlJobLogConfig) GoString() string

func (*EtlJobLogConfig) SetEndpoint added in v1.0.2

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

func (*EtlJobLogConfig) SetLogstoreName added in v1.0.2

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

func (*EtlJobLogConfig) SetProjectName added in v1.0.2

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

func (EtlJobLogConfig) String added in v1.0.2

func (s EtlJobLogConfig) String() string

type EtlJobSourceConfig added in v1.0.2

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

func (EtlJobSourceConfig) GoString added in v1.0.2

func (s EtlJobSourceConfig) GoString() string

func (*EtlJobSourceConfig) SetLogstoreName added in v1.0.2

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

func (EtlJobSourceConfig) String added in v1.0.2

func (s EtlJobSourceConfig) String() string

type EtlJobTriggerConfig added in v1.0.2

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 added in v1.0.2

func (s EtlJobTriggerConfig) GoString() string

func (*EtlJobTriggerConfig) SetMaxRetryTime added in v1.0.2

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

func (*EtlJobTriggerConfig) SetRoleArn added in v1.0.2

func (*EtlJobTriggerConfig) SetStartingPosition added in v1.0.2

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

func (*EtlJobTriggerConfig) SetStartingUnixtime added in v1.0.2

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

func (*EtlJobTriggerConfig) SetTriggerInterval added in v1.0.2

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

func (EtlJobTriggerConfig) String added in v1.0.2

func (s EtlJobTriggerConfig) String() string

type EtlMeta added in v1.0.2

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 added in v1.0.2

func (s EtlMeta) GoString() string

func (*EtlMeta) SetEnable added in v1.0.2

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

func (*EtlMeta) SetEtlMetaKey added in v1.0.2

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

func (*EtlMeta) SetEtlMetaName added in v1.0.2

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

func (*EtlMeta) SetEtlMetaTag added in v1.0.2

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

func (*EtlMeta) SetEtlMetaValue added in v1.0.2

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

func (EtlMeta) String added in v1.0.2

func (s EtlMeta) String() string

type ExternalStore added in v1.0.2

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 added in v1.0.2

func (s ExternalStore) GoString() string

func (*ExternalStore) SetExternalStoreName added in v1.0.2

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

func (*ExternalStore) SetParameter added in v1.0.2

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

func (*ExternalStore) SetStoreType added in v1.0.2

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

func (ExternalStore) String added in v1.0.2

func (s ExternalStore) String() string

type GetAppliedConfigsResponse added in v1.3.0

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 added in v1.3.0

func (s GetAppliedConfigsResponse) GoString() string

func (*GetAppliedConfigsResponse) SetBody added in v1.3.0

func (*GetAppliedConfigsResponse) SetHeaders added in v1.3.0

func (*GetAppliedConfigsResponse) SetStatusCode added in v1.3.0

func (GetAppliedConfigsResponse) String added in v1.3.0

func (s GetAppliedConfigsResponse) String() string

type GetAppliedConfigsResponseBody added in v1.3.0

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

func (GetAppliedConfigsResponseBody) GoString added in v1.3.0

func (*GetAppliedConfigsResponseBody) SetConfigs added in v1.3.0

func (*GetAppliedConfigsResponseBody) SetCount added in v1.3.0

func (GetAppliedConfigsResponseBody) String added in v1.3.0

type GetAppliedMachineGroupsResponse added in v1.5.0

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 added in v1.5.0

func (*GetAppliedMachineGroupsResponse) SetBody added in v1.5.0

func (*GetAppliedMachineGroupsResponse) SetHeaders added in v1.5.0

func (*GetAppliedMachineGroupsResponse) SetStatusCode added in v1.5.0

func (GetAppliedMachineGroupsResponse) String added in v1.5.0

type GetAppliedMachineGroupsResponseBody added in v1.5.0

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

func (GetAppliedMachineGroupsResponseBody) GoString added in v1.5.0

func (*GetAppliedMachineGroupsResponseBody) SetCount added in v1.5.0

func (*GetAppliedMachineGroupsResponseBody) SetMachinegroups added in v1.5.0

func (GetAppliedMachineGroupsResponseBody) String added in v1.5.0

type GetCheckPointRequest added in v1.3.0

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

func (GetCheckPointRequest) GoString added in v1.3.0

func (s GetCheckPointRequest) GoString() string

func (*GetCheckPointRequest) SetShard added in v1.3.0

func (GetCheckPointRequest) String added in v1.3.0

func (s GetCheckPointRequest) String() string

type GetCheckPointResponse added in v1.3.0

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 added in v1.3.0

func (s GetCheckPointResponse) GoString() string

func (*GetCheckPointResponse) SetBody added in v1.3.0

func (*GetCheckPointResponse) SetHeaders added in v1.3.0

func (*GetCheckPointResponse) SetStatusCode added in v1.3.0

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

func (GetCheckPointResponse) String added in v1.3.0

func (s GetCheckPointResponse) String() string

type GetCheckPointResponseBody added in v1.3.0

type GetCheckPointResponseBody struct {
	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 added in v1.3.0

func (s GetCheckPointResponseBody) GoString() string

func (*GetCheckPointResponseBody) SetCheckpoint added in v1.3.0

func (*GetCheckPointResponseBody) SetConsumer added in v1.3.0

func (*GetCheckPointResponseBody) SetShard added in v1.3.0

func (*GetCheckPointResponseBody) SetUpdateTime added in v1.3.0

func (GetCheckPointResponseBody) String added in v1.3.0

func (s GetCheckPointResponseBody) String() string

type GetContextLogsRequest added in v1.1.0

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 added in v1.1.0

func (s GetContextLogsRequest) GoString() string

func (*GetContextLogsRequest) SetBackLines added in v1.1.0

func (*GetContextLogsRequest) SetForwardLines added in v1.1.0

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

func (*GetContextLogsRequest) SetPackId added in v1.1.0

func (*GetContextLogsRequest) SetPackMeta added in v1.1.0

func (*GetContextLogsRequest) SetType added in v1.1.0

func (GetContextLogsRequest) String added in v1.1.0

func (s GetContextLogsRequest) String() string

type GetContextLogsResponse added in v1.1.0

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 added in v1.1.0

func (s GetContextLogsResponse) GoString() string

func (*GetContextLogsResponse) SetBody added in v1.1.0

func (*GetContextLogsResponse) SetHeaders added in v1.1.0

func (*GetContextLogsResponse) SetStatusCode added in v1.1.0

func (GetContextLogsResponse) String added in v1.1.0

func (s GetContextLogsResponse) String() string

type GetContextLogsResponseBody added in v1.1.0

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 added in v1.1.0

func (s GetContextLogsResponseBody) GoString() string

func (*GetContextLogsResponseBody) SetBackLines added in v1.1.0

func (*GetContextLogsResponseBody) SetForwardLines added in v1.1.0

func (*GetContextLogsResponseBody) SetLogs added in v1.1.0

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

func (*GetContextLogsResponseBody) SetProgress added in v1.1.0

func (*GetContextLogsResponseBody) SetTotalLines added in v1.1.0

func (GetContextLogsResponseBody) String added in v1.1.0

type GetCursorRequest added in v1.1.0

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

func (GetCursorRequest) GoString added in v1.1.0

func (s GetCursorRequest) GoString() string

func (*GetCursorRequest) SetFrom added in v1.1.0

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

func (*GetCursorRequest) SetType added in v1.1.0

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

func (GetCursorRequest) String added in v1.1.0

func (s GetCursorRequest) String() string

type GetCursorResponse added in v1.1.0

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 added in v1.1.0

func (s GetCursorResponse) GoString() string

func (*GetCursorResponse) SetBody added in v1.1.0

func (*GetCursorResponse) SetHeaders added in v1.1.0

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

func (*GetCursorResponse) SetStatusCode added in v1.1.0

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

func (GetCursorResponse) String added in v1.1.0

func (s GetCursorResponse) String() string

type GetCursorResponseBody added in v1.1.0

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

func (GetCursorResponseBody) GoString added in v1.1.0

func (s GetCursorResponseBody) GoString() string

func (*GetCursorResponseBody) SetCursor added in v1.1.0

func (GetCursorResponseBody) String added in v1.1.0

func (s GetCursorResponseBody) String() string

type GetCursorTimeRequest added in v1.1.0

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

func (GetCursorTimeRequest) GoString added in v1.1.0

func (s GetCursorTimeRequest) GoString() string

func (*GetCursorTimeRequest) SetCursor added in v1.1.0

func (*GetCursorTimeRequest) SetType added in v1.1.0

func (GetCursorTimeRequest) String added in v1.1.0

func (s GetCursorTimeRequest) String() string

type GetCursorTimeResponse added in v1.1.0

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 added in v1.1.0

func (s GetCursorTimeResponse) GoString() string

func (*GetCursorTimeResponse) SetBody added in v1.1.0

func (*GetCursorTimeResponse) SetHeaders added in v1.1.0

func (*GetCursorTimeResponse) SetStatusCode added in v1.1.0

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

func (GetCursorTimeResponse) String added in v1.1.0

func (s GetCursorTimeResponse) String() string

type GetCursorTimeResponseBody added in v1.1.0

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

func (GetCursorTimeResponseBody) GoString added in v1.1.0

func (s GetCursorTimeResponseBody) GoString() string

func (*GetCursorTimeResponseBody) SetCursorTime added in v1.1.0

func (GetCursorTimeResponseBody) String added in v1.1.0

func (s GetCursorTimeResponseBody) String() string

type GetEtlJobResponse added in v1.5.1

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

func (GetEtlJobResponse) GoString added in v1.5.1

func (s GetEtlJobResponse) GoString() string

func (*GetEtlJobResponse) SetBody added in v1.5.1

func (s *GetEtlJobResponse) SetBody(v *EtlJob) *GetEtlJobResponse

func (*GetEtlJobResponse) SetHeaders added in v1.5.1

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

func (*GetEtlJobResponse) SetStatusCode added in v1.5.1

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

func (GetEtlJobResponse) String added in v1.5.1

func (s GetEtlJobResponse) String() string

type GetEtlMetaRequest added in v1.4.0

type GetEtlMetaRequest struct {
	EtlMetaKey  *string `json:"etlMetaKey,omitempty" xml:"etlMetaKey,omitempty"`
	EtlMetaName *string `json:"etlMetaName,omitempty" xml:"etlMetaName,omitempty"`
	EtlMetaTag  *string `json:"etlMetaTag,omitempty" xml:"etlMetaTag,omitempty"`
}

func (GetEtlMetaRequest) GoString added in v1.4.0

func (s GetEtlMetaRequest) GoString() string

func (*GetEtlMetaRequest) SetEtlMetaKey added in v1.4.0

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

func (*GetEtlMetaRequest) SetEtlMetaName added in v1.5.1

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

func (*GetEtlMetaRequest) SetEtlMetaTag added in v1.4.0

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

func (GetEtlMetaRequest) String added in v1.4.0

func (s GetEtlMetaRequest) String() string

type GetEtlMetaResponse added in v1.4.0

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

func (GetEtlMetaResponse) GoString added in v1.4.0

func (s GetEtlMetaResponse) GoString() string

func (*GetEtlMetaResponse) SetBody added in v1.4.0

func (*GetEtlMetaResponse) SetHeaders added in v1.4.0

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

func (*GetEtlMetaResponse) SetStatusCode added in v1.4.0

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

func (GetEtlMetaResponse) String added in v1.4.0

func (s GetEtlMetaResponse) String() string

type GetEtlMetaResponseBody added in v1.4.0

type GetEtlMetaResponseBody struct {
	EtlMetaList []*EtlMeta `json:"etlMetaList,omitempty" xml:"etlMetaList,omitempty" type:"Repeated"`
	Total       *int32     `json:"total,omitempty" xml:"total,omitempty"`
}

func (GetEtlMetaResponseBody) GoString added in v1.4.0

func (s GetEtlMetaResponseBody) GoString() string

func (*GetEtlMetaResponseBody) SetEtlMetaList added in v1.4.0

func (s *GetEtlMetaResponseBody) SetEtlMetaList(v []*EtlMeta) *GetEtlMetaResponseBody

func (*GetEtlMetaResponseBody) SetTotal added in v1.4.0

func (GetEtlMetaResponseBody) String added in v1.4.0

func (s GetEtlMetaResponseBody) String() string

type GetExternalStoreResponse added in v1.5.0

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 added in v1.5.0

func (s GetExternalStoreResponse) GoString() string

func (*GetExternalStoreResponse) SetBody added in v1.5.0

func (*GetExternalStoreResponse) SetHeaders added in v1.5.0

func (*GetExternalStoreResponse) SetStatusCode added in v1.5.0

func (GetExternalStoreResponse) String added in v1.5.0

func (s GetExternalStoreResponse) String() string

type GetHistogramsRequest added in v1.0.2

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 added in v1.0.2

func (s GetHistogramsRequest) GoString() string

func (*GetHistogramsRequest) SetFrom added in v1.0.2

func (*GetHistogramsRequest) SetQuery added in v1.0.2

func (*GetHistogramsRequest) SetTo added in v1.0.2

func (*GetHistogramsRequest) SetTopic added in v1.0.2

func (GetHistogramsRequest) String added in v1.0.2

func (s GetHistogramsRequest) String() string

type GetHistogramsResponse added in v1.0.2

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 added in v1.0.2

func (s GetHistogramsResponse) GoString() string

func (*GetHistogramsResponse) SetBody added in v1.0.2

func (*GetHistogramsResponse) SetHeaders added in v1.0.2

func (*GetHistogramsResponse) SetStatusCode added in v1.0.2

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

func (GetHistogramsResponse) String added in v1.0.2

func (s GetHistogramsResponse) String() string

type GetHistogramsResponseBody added in v1.0.2

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 added in v1.0.2

func (s GetHistogramsResponseBody) GoString() string

func (*GetHistogramsResponseBody) SetCount added in v1.0.2

func (*GetHistogramsResponseBody) SetFrom added in v1.0.2

func (*GetHistogramsResponseBody) SetProgress added in v1.0.2

func (*GetHistogramsResponseBody) SetTo added in v1.0.2

func (GetHistogramsResponseBody) String added in v1.0.2

func (s GetHistogramsResponseBody) String() string

type GetIndexResponse added in v1.0.2

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 added in v1.0.2

func (s GetIndexResponse) GoString() string

func (*GetIndexResponse) SetBody added in v1.0.2

func (*GetIndexResponse) SetHeaders added in v1.0.2

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

func (*GetIndexResponse) SetStatusCode added in v1.0.2

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

func (GetIndexResponse) String added in v1.0.2

func (s GetIndexResponse) String() string

type GetIndexResponseBody added in v1.0.2

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 added in v1.0.2

func (s GetIndexResponseBody) GoString() string

func (*GetIndexResponseBody) SetIndexMode added in v1.0.2

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

func (*GetIndexResponseBody) SetKeys added in v1.0.2

func (*GetIndexResponseBody) SetLastModifyTime added in v1.0.2

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

func (*GetIndexResponseBody) SetLine added in v1.0.2

func (*GetIndexResponseBody) SetLogReduce added in v1.0.2

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

func (*GetIndexResponseBody) SetLogReduceBlackList added in v1.0.2

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

func (*GetIndexResponseBody) SetLogReduceWhiteList added in v1.0.2

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

func (*GetIndexResponseBody) SetMaxTextLen added in v1.0.2

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

func (*GetIndexResponseBody) SetStorage added in v1.0.2

func (*GetIndexResponseBody) SetTtl added in v1.0.2

func (GetIndexResponseBody) String added in v1.0.2

func (s GetIndexResponseBody) String() string

type GetIndexResponseBodyLine added in v1.0.2

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 added in v1.0.2

func (s GetIndexResponseBodyLine) GoString() string

func (*GetIndexResponseBodyLine) SetCaseSensitive added in v1.0.2

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

func (*GetIndexResponseBodyLine) SetChn added in v1.0.2

func (*GetIndexResponseBodyLine) SetExcludeKeys added in v1.0.2

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

func (*GetIndexResponseBodyLine) SetIncludeKeys added in v1.0.2

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

func (*GetIndexResponseBodyLine) SetToken added in v1.0.2

func (GetIndexResponseBodyLine) String added in v1.0.2

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 added in v1.0.2

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

func (GetLogStoreResponse) String

func (s GetLogStoreResponse) String() string

type GetLoggingResponse added in v1.3.0

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 added in v1.3.0

func (s GetLoggingResponse) GoString() string

func (*GetLoggingResponse) SetBody added in v1.3.0

func (*GetLoggingResponse) SetHeaders added in v1.3.0

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

func (*GetLoggingResponse) SetStatusCode added in v1.3.0

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

func (GetLoggingResponse) String added in v1.3.0

func (s GetLoggingResponse) String() string

type GetLogsRequest added in v1.1.0

type GetLogsRequest struct {
	From     *int64  `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       *int64  `json:"to,omitempty" xml:"to,omitempty"`
	Topic    *string `json:"topic,omitempty" xml:"topic,omitempty"`
}

func (GetLogsRequest) GoString added in v1.1.0

func (s GetLogsRequest) GoString() string

func (*GetLogsRequest) SetFrom added in v1.1.0

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

func (*GetLogsRequest) SetLine added in v1.1.0

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

func (*GetLogsRequest) SetOffset added in v1.1.0

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

func (*GetLogsRequest) SetPowerSql added in v1.1.0

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

func (*GetLogsRequest) SetQuery added in v1.1.0

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

func (*GetLogsRequest) SetReverse added in v1.1.0

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

func (*GetLogsRequest) SetTo added in v1.1.0

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

func (*GetLogsRequest) SetTopic added in v1.1.0

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

func (GetLogsRequest) String added in v1.1.0

func (s GetLogsRequest) String() string

type GetLogsResponse added in v1.1.0

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 added in v1.1.0

func (s GetLogsResponse) GoString() string

func (*GetLogsResponse) SetBody added in v1.1.0

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

func (*GetLogsResponse) SetHeaders added in v1.1.0

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

func (*GetLogsResponse) SetStatusCode added in v1.1.0

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

func (GetLogsResponse) String added in v1.1.0

func (s GetLogsResponse) String() string

type GetMachineGroupResponse added in v1.3.0

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 added in v1.3.0

func (s GetMachineGroupResponse) GoString() string

func (*GetMachineGroupResponse) SetBody added in v1.3.0

func (*GetMachineGroupResponse) SetHeaders added in v1.3.0

func (*GetMachineGroupResponse) SetStatusCode added in v1.3.0

func (GetMachineGroupResponse) String added in v1.3.0

func (s GetMachineGroupResponse) String() string

type GetProjectLogsRequest added in v1.0.2

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

func (GetProjectLogsRequest) GoString added in v1.0.2

func (s GetProjectLogsRequest) GoString() string

func (*GetProjectLogsRequest) SetPowerSql added in v1.0.2

func (*GetProjectLogsRequest) SetQuery added in v1.0.2

func (GetProjectLogsRequest) String added in v1.0.2

func (s GetProjectLogsRequest) String() string

type GetProjectLogsResponse added in v1.0.2

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 added in v1.0.2

func (s GetProjectLogsResponse) GoString() string

func (*GetProjectLogsResponse) SetBody added in v1.0.2

func (*GetProjectLogsResponse) SetHeaders added in v1.0.2

func (*GetProjectLogsResponse) SetStatusCode added in v1.0.2

func (GetProjectLogsResponse) String added in v1.0.2

func (s GetProjectLogsResponse) 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 added in v1.0.2

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 added in v1.0.2

func (GetSavedSearchResponse) String

func (s GetSavedSearchResponse) String() string

type GetShipperConfigResponse added in v1.5.0

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

func (GetShipperConfigResponse) GoString added in v1.5.0

func (s GetShipperConfigResponse) GoString() string

func (*GetShipperConfigResponse) SetBody added in v1.5.0

func (*GetShipperConfigResponse) SetHeaders added in v1.5.0

func (*GetShipperConfigResponse) SetStatusCode added in v1.5.0

func (GetShipperConfigResponse) String added in v1.5.0

func (s GetShipperConfigResponse) String() string

type GetShipperConfigResponseBody added in v1.5.0

type GetShipperConfigResponseBody struct {
	CreateTime          *int64                 `json:"createTime,omitempty" xml:"createTime,omitempty"`
	LastModifyTime      *int64                 `json:"lastModifyTime,omitempty" xml:"lastModifyTime,omitempty"`
	ShipperName         *string                `json:"shipperName,omitempty" xml:"shipperName,omitempty"`
	TargetConfiguration map[string]interface{} `json:"targetConfiguration,omitempty" xml:"targetConfiguration,omitempty"`
	TargetType          *string                `json:"targetType,omitempty" xml:"targetType,omitempty"`
}

func (GetShipperConfigResponseBody) GoString added in v1.5.0

func (s GetShipperConfigResponseBody) GoString() string

func (*GetShipperConfigResponseBody) SetCreateTime added in v1.5.0

func (*GetShipperConfigResponseBody) SetLastModifyTime added in v1.5.0

func (*GetShipperConfigResponseBody) SetShipperName added in v1.5.0

func (*GetShipperConfigResponseBody) SetTargetConfiguration added in v1.5.0

func (s *GetShipperConfigResponseBody) SetTargetConfiguration(v map[string]interface{}) *GetShipperConfigResponseBody

func (*GetShipperConfigResponseBody) SetTargetType added in v1.5.0

func (GetShipperConfigResponseBody) String added in v1.5.0

type GetShipperStatusRequest added in v1.5.0

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 added in v1.5.0

func (s GetShipperStatusRequest) GoString() string

func (*GetShipperStatusRequest) SetFrom added in v1.5.0

func (*GetShipperStatusRequest) SetOffset added in v1.5.0

func (*GetShipperStatusRequest) SetSize added in v1.5.0

func (*GetShipperStatusRequest) SetStatus added in v1.5.0

func (*GetShipperStatusRequest) SetTo added in v1.5.0

func (GetShipperStatusRequest) String added in v1.5.0

func (s GetShipperStatusRequest) String() string

type GetShipperStatusResponse added in v1.5.0

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 added in v1.5.0

func (s GetShipperStatusResponse) GoString() string

func (*GetShipperStatusResponse) SetBody added in v1.5.0

func (*GetShipperStatusResponse) SetHeaders added in v1.5.0

func (*GetShipperStatusResponse) SetStatusCode added in v1.5.0

func (GetShipperStatusResponse) String added in v1.5.0

func (s GetShipperStatusResponse) String() string

type GetShipperStatusResponseBody added in v1.5.0

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 added in v1.5.0

func (s GetShipperStatusResponseBody) GoString() string

func (*GetShipperStatusResponseBody) SetCount added in v1.5.0

func (*GetShipperStatusResponseBody) SetStatistics added in v1.5.0

func (*GetShipperStatusResponseBody) SetTasks added in v1.5.0

func (*GetShipperStatusResponseBody) SetTotal added in v1.5.0

func (GetShipperStatusResponseBody) String added in v1.5.0

type GetShipperStatusResponseBodyStatistics added in v1.5.0

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 added in v1.5.0

func (*GetShipperStatusResponseBodyStatistics) SetFail added in v1.5.0

func (*GetShipperStatusResponseBodyStatistics) SetRunning added in v1.5.0

func (*GetShipperStatusResponseBodyStatistics) SetSuccess added in v1.5.0

func (GetShipperStatusResponseBodyStatistics) String added in v1.5.0

type GetShipperStatusResponseBodyTasks added in v1.5.0

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 added in v1.5.0

func (*GetShipperStatusResponseBodyTasks) SetId added in v1.5.0

func (*GetShipperStatusResponseBodyTasks) SetTaskCode added in v1.5.0

func (*GetShipperStatusResponseBodyTasks) SetTaskCreateTime added in v1.5.0

func (*GetShipperStatusResponseBodyTasks) SetTaskDataLines added in v1.5.0

func (*GetShipperStatusResponseBodyTasks) SetTaskFinishTime added in v1.5.0

func (*GetShipperStatusResponseBodyTasks) SetTaskLastDataReceiveTime added in v1.5.0

func (*GetShipperStatusResponseBodyTasks) SetTaskMessage added in v1.5.0

func (*GetShipperStatusResponseBodyTasks) SetTaskStatus added in v1.5.0

func (GetShipperStatusResponseBodyTasks) String added in v1.5.0

type Histogram added in v1.5.1

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 added in v1.5.1

func (s Histogram) GoString() string

func (*Histogram) SetCount added in v1.5.1

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

func (*Histogram) SetFrom added in v1.5.1

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

func (*Histogram) SetProgress added in v1.5.1

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

func (*Histogram) SetTo added in v1.5.1

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

func (Histogram) String added in v1.5.1

func (s Histogram) String() string

type Index added in v1.5.1

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 added in v1.5.1

func (s Index) GoString() string

func (*Index) SetKeys added in v1.5.1

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

func (*Index) SetLastModifyTime added in v1.5.1

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

func (*Index) SetLine added in v1.5.1

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

func (*Index) SetLogReduce added in v1.5.1

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

func (*Index) SetLogReduceBlackList added in v1.5.1

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

func (*Index) SetLogReduceWhiteList added in v1.5.1

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

func (*Index) SetMaxTextLen added in v1.5.1

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

func (*Index) SetTtl added in v1.5.1

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

func (Index) String added in v1.5.1

func (s Index) String() string

type IndexKeysValue added in v1.5.1

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 added in v1.5.1

func (s IndexKeysValue) GoString() string

func (*IndexKeysValue) SetAlias added in v1.5.1

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

func (*IndexKeysValue) SetCaseSensitive added in v1.5.1

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

func (*IndexKeysValue) SetChn added in v1.5.1

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

func (*IndexKeysValue) SetDocValue added in v1.5.1

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

func (*IndexKeysValue) SetToken added in v1.5.1

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

func (*IndexKeysValue) SetType added in v1.5.1

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

func (IndexKeysValue) String added in v1.5.1

func (s IndexKeysValue) String() string

type IndexLine added in v1.5.1

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 added in v1.5.1

func (s IndexLine) GoString() string

func (*IndexLine) SetCaseSensitive added in v1.5.1

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

func (*IndexLine) SetChn added in v1.5.1

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

func (*IndexLine) SetExcludeKeys added in v1.5.1

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

func (*IndexLine) SetIncludeKeys added in v1.5.1

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

func (*IndexLine) SetToken added in v1.5.1

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

func (IndexLine) String added in v1.5.1

func (s IndexLine) String() string

type KeysValue added in v1.0.2

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 added in v1.0.2

func (s KeysValue) GoString() string

func (*KeysValue) SetAlias added in v1.0.2

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

func (*KeysValue) SetCaseSensitive added in v1.0.2

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

func (*KeysValue) SetChn added in v1.0.2

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

func (*KeysValue) SetDocValue added in v1.0.2

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

func (*KeysValue) SetToken added in v1.0.2

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

func (*KeysValue) SetType added in v1.0.2

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

func (KeysValue) String added in v1.0.2

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 added in v1.0.2

func (ListConsumerGroupResponse) String

func (s ListConsumerGroupResponse) String() string

type ListDomainsRequest added in v1.3.0

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 added in v1.3.0

func (s ListDomainsRequest) GoString() string

func (*ListDomainsRequest) SetDomainName added in v1.3.0

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

func (*ListDomainsRequest) SetOffset added in v1.3.0

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

func (*ListDomainsRequest) SetSize added in v1.3.0

func (ListDomainsRequest) String added in v1.3.0

func (s ListDomainsRequest) String() string

type ListDomainsResponse added in v1.3.0

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 added in v1.3.0

func (s ListDomainsResponse) GoString() string

func (*ListDomainsResponse) SetBody added in v1.3.0

func (*ListDomainsResponse) SetHeaders added in v1.3.0

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

func (*ListDomainsResponse) SetStatusCode added in v1.3.0

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

func (ListDomainsResponse) String added in v1.3.0

func (s ListDomainsResponse) String() string

type ListDomainsResponseBody added in v1.3.0

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 added in v1.3.0

func (s ListDomainsResponseBody) GoString() string

func (*ListDomainsResponseBody) SetCount added in v1.3.0

func (*ListDomainsResponseBody) SetDomains added in v1.3.0

func (*ListDomainsResponseBody) SetTotal added in v1.3.0

func (ListDomainsResponseBody) String added in v1.3.0

func (s ListDomainsResponseBody) String() string

type ListEtlJobRequest added in v1.5.1

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

func (ListEtlJobRequest) GoString added in v1.5.1

func (s ListEtlJobRequest) GoString() string

func (*ListEtlJobRequest) SetOffset added in v1.5.1

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

func (*ListEtlJobRequest) SetSize added in v1.5.1

func (s *ListEtlJobRequest) SetSize(v int32) *ListEtlJobRequest

func (ListEtlJobRequest) String added in v1.5.1

func (s ListEtlJobRequest) String() string

type ListEtlJobResponse added in v1.5.1

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

func (ListEtlJobResponse) GoString added in v1.5.1

func (s ListEtlJobResponse) GoString() string

func (*ListEtlJobResponse) SetBody added in v1.5.1

func (*ListEtlJobResponse) SetHeaders added in v1.5.1

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

func (*ListEtlJobResponse) SetStatusCode added in v1.5.1

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

func (ListEtlJobResponse) String added in v1.5.1

func (s ListEtlJobResponse) String() string

type ListEtlJobResponseBody added in v1.5.1

type ListEtlJobResponseBody struct {
	Count          *int32    `json:"count,omitempty" xml:"count,omitempty"`
	EtlJobNameList []*string `json:"etlJobNameList,omitempty" xml:"etlJobNameList,omitempty" type:"Repeated"`
	Total          *int32    `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListEtlJobResponseBody) GoString added in v1.5.1

func (s ListEtlJobResponseBody) GoString() string

func (*ListEtlJobResponseBody) SetCount added in v1.5.1

func (*ListEtlJobResponseBody) SetEtlJobNameList added in v1.5.1

func (s *ListEtlJobResponseBody) SetEtlJobNameList(v []*string) *ListEtlJobResponseBody

func (*ListEtlJobResponseBody) SetTotal added in v1.5.1

func (ListEtlJobResponseBody) String added in v1.5.1

func (s ListEtlJobResponseBody) String() string

type ListEtlMetaNameRequest added in v1.4.0

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

func (ListEtlMetaNameRequest) GoString added in v1.4.0

func (s ListEtlMetaNameRequest) GoString() string

func (*ListEtlMetaNameRequest) SetOffset added in v1.4.0

func (*ListEtlMetaNameRequest) SetSize added in v1.4.0

func (ListEtlMetaNameRequest) String added in v1.4.0

func (s ListEtlMetaNameRequest) String() string

type ListEtlMetaNameResponse added in v1.4.0

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

func (ListEtlMetaNameResponse) GoString added in v1.4.0

func (s ListEtlMetaNameResponse) GoString() string

func (*ListEtlMetaNameResponse) SetBody added in v1.4.0

func (*ListEtlMetaNameResponse) SetHeaders added in v1.4.0

func (*ListEtlMetaNameResponse) SetStatusCode added in v1.4.0

func (ListEtlMetaNameResponse) String added in v1.4.0

func (s ListEtlMetaNameResponse) String() string

type ListEtlMetaNameResponseBody added in v1.4.0

type ListEtlMetaNameResponseBody struct {
	Count           *int32    `json:"count,omitempty" xml:"count,omitempty"`
	EtlMetaNameList []*string `json:"etlMetaNameList,omitempty" xml:"etlMetaNameList,omitempty" type:"Repeated"`
	Total           *int32    `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListEtlMetaNameResponseBody) GoString added in v1.4.0

func (s ListEtlMetaNameResponseBody) GoString() string

func (*ListEtlMetaNameResponseBody) SetCount added in v1.4.0

func (*ListEtlMetaNameResponseBody) SetEtlMetaNameList added in v1.4.0

func (s *ListEtlMetaNameResponseBody) SetEtlMetaNameList(v []*string) *ListEtlMetaNameResponseBody

func (*ListEtlMetaNameResponseBody) SetTotal added in v1.4.0

func (ListEtlMetaNameResponseBody) String added in v1.4.0

type ListEtlMetaRequest added in v1.4.0

type ListEtlMetaRequest struct {
	EtlMetaKey  *string `json:"etlMetaKey,omitempty" xml:"etlMetaKey,omitempty"`
	EtlMetaName *string `json:"etlMetaName,omitempty" xml:"etlMetaName,omitempty"`
	EtlMetaTag  *string `json:"etlMetaTag,omitempty" xml:"etlMetaTag,omitempty"`
	Offset      *int32  `json:"offset,omitempty" xml:"offset,omitempty"`
	Size        *int32  `json:"size,omitempty" xml:"size,omitempty"`
}

func (ListEtlMetaRequest) GoString added in v1.4.0

func (s ListEtlMetaRequest) GoString() string

func (*ListEtlMetaRequest) SetEtlMetaKey added in v1.4.0

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

func (*ListEtlMetaRequest) SetEtlMetaName added in v1.4.0

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

func (*ListEtlMetaRequest) SetEtlMetaTag added in v1.4.0

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

func (*ListEtlMetaRequest) SetOffset added in v1.4.0

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

func (*ListEtlMetaRequest) SetSize added in v1.4.0

func (ListEtlMetaRequest) String added in v1.4.0

func (s ListEtlMetaRequest) String() string

type ListEtlMetaResponse added in v1.4.0

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

func (ListEtlMetaResponse) GoString added in v1.4.0

func (s ListEtlMetaResponse) GoString() string

func (*ListEtlMetaResponse) SetBody added in v1.4.0

func (*ListEtlMetaResponse) SetHeaders added in v1.4.0

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

func (*ListEtlMetaResponse) SetStatusCode added in v1.4.0

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

func (ListEtlMetaResponse) String added in v1.4.0

func (s ListEtlMetaResponse) String() string

type ListEtlMetaResponseBody added in v1.4.0

type ListEtlMetaResponseBody struct {
	EtlMetaList []*EtlMeta `json:"etlMetaList,omitempty" xml:"etlMetaList,omitempty" type:"Repeated"`
	Total       *int32     `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListEtlMetaResponseBody) GoString added in v1.4.0

func (s ListEtlMetaResponseBody) GoString() string

func (*ListEtlMetaResponseBody) SetEtlMetaList added in v1.4.0

func (s *ListEtlMetaResponseBody) SetEtlMetaList(v []*EtlMeta) *ListEtlMetaResponseBody

func (*ListEtlMetaResponseBody) SetTotal added in v1.4.0

func (ListEtlMetaResponseBody) String added in v1.4.0

func (s ListEtlMetaResponseBody) String() string

type ListExternalStoreRequest added in v1.5.0

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 added in v1.5.0

func (s ListExternalStoreRequest) GoString() string

func (*ListExternalStoreRequest) SetExternalStoreName added in v1.5.0

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

func (*ListExternalStoreRequest) SetOffset added in v1.5.0

func (*ListExternalStoreRequest) SetSizs added in v1.5.0

func (ListExternalStoreRequest) String added in v1.5.0

func (s ListExternalStoreRequest) String() string

type ListExternalStoreResponse added in v1.5.0

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 added in v1.5.0

func (s ListExternalStoreResponse) GoString() string

func (*ListExternalStoreResponse) SetBody added in v1.5.0

func (*ListExternalStoreResponse) SetHeaders added in v1.5.0

func (*ListExternalStoreResponse) SetStatusCode added in v1.5.0

func (ListExternalStoreResponse) String added in v1.5.0

func (s ListExternalStoreResponse) String() string

type ListExternalStoreResponseBody added in v1.5.0

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 added in v1.5.0

func (*ListExternalStoreResponseBody) SetCount added in v1.5.0

func (*ListExternalStoreResponseBody) SetExternalstores added in v1.5.0

func (*ListExternalStoreResponseBody) SetTotal added in v1.5.0

func (ListExternalStoreResponseBody) String added in v1.5.0

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 added in v1.5.1

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 added in v1.0.2

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 added in v1.3.0

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 added in v1.3.0

func (s ListMachineGroupRequest) GoString() string

func (*ListMachineGroupRequest) SetGroupName added in v1.3.0

func (*ListMachineGroupRequest) SetOffset added in v1.3.0

func (*ListMachineGroupRequest) SetSize added in v1.3.0

func (ListMachineGroupRequest) String added in v1.3.0

func (s ListMachineGroupRequest) String() string

type ListMachineGroupResponse added in v1.3.0

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 added in v1.3.0

func (s ListMachineGroupResponse) GoString() string

func (*ListMachineGroupResponse) SetBody added in v1.3.0

func (*ListMachineGroupResponse) SetHeaders added in v1.3.0

func (*ListMachineGroupResponse) SetStatusCode added in v1.3.0

func (ListMachineGroupResponse) String added in v1.3.0

func (s ListMachineGroupResponse) String() string

type ListMachineGroupResponseBody added in v1.3.0

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 added in v1.3.0

func (s ListMachineGroupResponseBody) GoString() string

func (*ListMachineGroupResponseBody) SetCount added in v1.3.0

func (*ListMachineGroupResponseBody) SetMachinegroups added in v1.3.0

func (*ListMachineGroupResponseBody) SetTotal added in v1.3.0

func (ListMachineGroupResponseBody) String added in v1.3.0

type ListMachinesRequest added in v1.3.0

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

func (ListMachinesRequest) GoString added in v1.3.0

func (s ListMachinesRequest) GoString() string

func (*ListMachinesRequest) SetOffset added in v1.3.0

func (*ListMachinesRequest) SetSize added in v1.3.0

func (ListMachinesRequest) String added in v1.3.0

func (s ListMachinesRequest) String() string

type ListMachinesResponse added in v1.3.0

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 added in v1.3.0

func (s ListMachinesResponse) GoString() string

func (*ListMachinesResponse) SetBody added in v1.3.0

func (*ListMachinesResponse) SetHeaders added in v1.3.0

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

func (*ListMachinesResponse) SetStatusCode added in v1.3.0

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

func (ListMachinesResponse) String added in v1.3.0

func (s ListMachinesResponse) String() string

type ListMachinesResponseBody added in v1.3.0

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 added in v1.3.0

func (s ListMachinesResponseBody) GoString() string

func (*ListMachinesResponseBody) SetCount added in v1.3.0

func (*ListMachinesResponseBody) SetMachines added in v1.3.0

func (*ListMachinesResponseBody) SetTotal added in v1.3.0

func (ListMachinesResponseBody) String added in v1.3.0

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.1.0

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 added in v1.1.0

func (s ListShardsResponse) GoString() string

func (*ListShardsResponse) SetBody added in v1.1.0

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

func (*ListShardsResponse) SetHeaders added in v1.1.0

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

func (*ListShardsResponse) SetStatusCode added in v1.1.0

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

func (ListShardsResponse) String added in v1.1.0

func (s ListShardsResponse) String() string

type ListShipperResponse added in v1.5.0

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 added in v1.5.0

func (s ListShipperResponse) GoString() string

func (*ListShipperResponse) SetBody added in v1.5.0

func (*ListShipperResponse) SetHeaders added in v1.5.0

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

func (*ListShipperResponse) SetStatusCode added in v1.5.0

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

func (ListShipperResponse) String added in v1.5.0

func (s ListShipperResponse) String() string

type ListShipperResponseBody added in v1.5.0

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 added in v1.5.0

func (s ListShipperResponseBody) GoString() string

func (*ListShipperResponseBody) SetCount added in v1.5.0

func (*ListShipperResponseBody) SetShipper added in v1.5.0

func (*ListShipperResponseBody) SetTotal added in v1.5.0

func (ListShipperResponseBody) String added in v1.5.0

func (s ListShipperResponseBody) String() string

type ListTagResourcesRequest added in v1.2.0

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 added in v1.2.0

func (s ListTagResourcesRequest) GoString() string

func (*ListTagResourcesRequest) SetResourceId added in v1.2.0

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

func (*ListTagResourcesRequest) SetResourceType added in v1.2.0

func (*ListTagResourcesRequest) SetTags added in v1.2.0

func (ListTagResourcesRequest) String added in v1.2.0

func (s ListTagResourcesRequest) String() string

type ListTagResourcesRequestTags added in v1.2.0

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

func (ListTagResourcesRequestTags) GoString added in v1.2.0

func (s ListTagResourcesRequestTags) GoString() string

func (*ListTagResourcesRequestTags) SetKey added in v1.2.0

func (*ListTagResourcesRequestTags) SetValue added in v1.2.0

func (ListTagResourcesRequestTags) String added in v1.2.0

type ListTagResourcesResponse added in v1.2.0

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 added in v1.2.0

func (s ListTagResourcesResponse) GoString() string

func (*ListTagResourcesResponse) SetBody added in v1.2.0

func (*ListTagResourcesResponse) SetHeaders added in v1.2.0

func (*ListTagResourcesResponse) SetStatusCode added in v1.2.0

func (ListTagResourcesResponse) String added in v1.2.0

func (s ListTagResourcesResponse) String() string

type ListTagResourcesResponseBody added in v1.2.0

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

func (ListTagResourcesResponseBody) GoString added in v1.2.0

func (s ListTagResourcesResponseBody) GoString() string

func (*ListTagResourcesResponseBody) SetNextToken added in v1.2.0

func (*ListTagResourcesResponseBody) SetTagResources added in v1.2.0

func (ListTagResourcesResponseBody) String added in v1.2.0

type ListTagResourcesResponseBodyTagResources added in v1.2.0

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 added in v1.2.0

func (*ListTagResourcesResponseBodyTagResources) SetResourceId added in v1.2.0

func (*ListTagResourcesResponseBodyTagResources) SetResourceType added in v1.2.0

func (*ListTagResourcesResponseBodyTagResources) SetTagKey added in v1.2.0

func (*ListTagResourcesResponseBodyTagResources) SetTagValue added in v1.2.0

func (ListTagResourcesResponseBodyTagResources) String added in v1.2.0

type ListTagResourcesShrinkRequest added in v1.2.0

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 added in v1.2.0

func (*ListTagResourcesShrinkRequest) SetResourceIdShrink added in v1.2.0

func (*ListTagResourcesShrinkRequest) SetResourceType added in v1.2.0

func (*ListTagResourcesShrinkRequest) SetTagsShrink added in v1.2.0

func (ListTagResourcesShrinkRequest) String added in v1.2.0

type Logging added in v1.0.2

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

func (Logging) GoString added in v1.0.2

func (s Logging) GoString() string

func (*Logging) SetLoggingDetails added in v1.0.2

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

func (*Logging) SetLoggingProject added in v1.0.2

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

func (Logging) String added in v1.0.2

func (s Logging) String() string

type LoggingLoggingDetails added in v1.0.2

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

func (LoggingLoggingDetails) GoString added in v1.0.2

func (s LoggingLoggingDetails) GoString() string

func (*LoggingLoggingDetails) SetLogstore added in v1.0.2

func (*LoggingLoggingDetails) SetType added in v1.0.2

func (LoggingLoggingDetails) String added in v1.0.2

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"`
	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 added in v1.0.2

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 added in v1.5.1

func (s *Logstore) SetMode(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 added in v1.1.1

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 added in v1.1.1

func (s LogtailConfig) GoString() string

func (*LogtailConfig) SetConfigName added in v1.1.1

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

func (*LogtailConfig) SetCreateTime added in v1.1.1

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

func (*LogtailConfig) SetInputDetail added in v1.1.1

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

func (*LogtailConfig) SetInputType added in v1.1.1

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

func (*LogtailConfig) SetLastModifyTime added in v1.1.1

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

func (*LogtailConfig) SetLogSample added in v1.1.1

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

func (*LogtailConfig) SetOutputDetail added in v1.1.1

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

func (*LogtailConfig) SetOutputType added in v1.1.1

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

func (LogtailConfig) String added in v1.1.1

func (s LogtailConfig) String() string

type LogtailConfigOutputDetail added in v1.1.1

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 added in v1.1.1

func (s LogtailConfigOutputDetail) GoString() string

func (*LogtailConfigOutputDetail) SetEndpoint added in v1.1.1

func (*LogtailConfigOutputDetail) SetLogstoreName added in v1.3.0

func (*LogtailConfigOutputDetail) SetRegion added in v1.3.0

func (LogtailConfigOutputDetail) String added in v1.1.1

func (s LogtailConfigOutputDetail) String() string

type Machine added in v1.0.2

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 added in v1.0.2

func (s Machine) GoString() string

func (*Machine) SetIp added in v1.0.2

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

func (*Machine) SetLastHeartbeatTime added in v1.0.2

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

func (*Machine) SetMachineUniqueid added in v1.0.2

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

func (*Machine) SetUserdefinedId added in v1.0.2

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

func (Machine) String added in v1.0.2

func (s Machine) String() string

type MachineGroup added in v1.0.2

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 added in v1.0.2

func (s MachineGroup) GoString() string

func (*MachineGroup) SetGroupAttribute added in v1.0.2

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

func (*MachineGroup) SetGroupName added in v1.0.2

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

func (*MachineGroup) SetGroupType added in v1.0.2

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

func (*MachineGroup) SetMachineIdentifyType added in v1.0.2

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

func (*MachineGroup) SetMachineList added in v1.0.2

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

func (MachineGroup) String added in v1.0.2

func (s MachineGroup) String() string

type MachineGroupGroupAttribute added in v1.0.2

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

func (MachineGroupGroupAttribute) GoString added in v1.0.2

func (s MachineGroupGroupAttribute) GoString() string

func (*MachineGroupGroupAttribute) SetExternalName added in v1.0.2

func (*MachineGroupGroupAttribute) SetGroupTopic added in v1.0.2

func (MachineGroupGroupAttribute) String added in v1.0.2

type MergeShardsRequest added in v1.1.0

type MergeShardsRequest struct {
	Action *string `json:"action,omitempty" xml:"action,omitempty"`
}

func (MergeShardsRequest) GoString added in v1.1.0

func (s MergeShardsRequest) GoString() string

func (*MergeShardsRequest) SetAction added in v1.1.0

func (s *MergeShardsRequest) SetAction(v string) *MergeShardsRequest

func (MergeShardsRequest) String added in v1.1.0

func (s MergeShardsRequest) String() string

type MergeShardsResponse added in v1.1.0

type MergeShardsResponse 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 (MergeShardsResponse) GoString added in v1.1.0

func (s MergeShardsResponse) GoString() string

func (*MergeShardsResponse) SetBody added in v1.1.0

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

func (*MergeShardsResponse) SetHeaders added in v1.1.0

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

func (*MergeShardsResponse) SetStatusCode added in v1.1.0

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

func (MergeShardsResponse) String added in v1.1.0

func (s MergeShardsResponse) String() 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"`
	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) SetStatus

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

func (Project) String

func (s Project) String() string

type RemoveConfigFromMachineGroupResponse added in v1.3.0

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 added in v1.3.0

func (*RemoveConfigFromMachineGroupResponse) SetHeaders added in v1.3.0

func (*RemoveConfigFromMachineGroupResponse) SetStatusCode added in v1.3.0

func (RemoveConfigFromMachineGroupResponse) String added in v1.3.0

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 added in v1.0.2

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 added in v1.1.0

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

func (SplitShardRequest) GoString added in v1.1.0

func (s SplitShardRequest) GoString() string

func (*SplitShardRequest) SetAction added in v1.1.0

func (s *SplitShardRequest) SetAction(v string) *SplitShardRequest

func (*SplitShardRequest) SetKey added in v1.1.0

func (*SplitShardRequest) SetShardCount added in v1.1.0

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

func (SplitShardRequest) String added in v1.1.0

func (s SplitShardRequest) String() string

type SplitShardResponse added in v1.1.0

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 added in v1.1.0

func (s SplitShardResponse) GoString() string

func (*SplitShardResponse) SetBody added in v1.1.0

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

func (*SplitShardResponse) SetHeaders added in v1.1.0

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

func (*SplitShardResponse) SetStatusCode added in v1.1.0

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

func (SplitShardResponse) String added in v1.1.0

func (s SplitShardResponse) String() string

type TagResourcesRequest added in v1.2.0

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 added in v1.2.0

func (s TagResourcesRequest) GoString() string

func (*TagResourcesRequest) SetResourceId added in v1.2.0

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

func (*TagResourcesRequest) SetResourceType added in v1.2.0

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

func (*TagResourcesRequest) SetTags added in v1.2.0

func (TagResourcesRequest) String added in v1.2.0

func (s TagResourcesRequest) String() string

type TagResourcesRequestTags added in v1.2.0

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

func (TagResourcesRequestTags) GoString added in v1.2.0

func (s TagResourcesRequestTags) GoString() string

func (*TagResourcesRequestTags) SetKey added in v1.2.0

func (*TagResourcesRequestTags) SetValue added in v1.2.0

func (TagResourcesRequestTags) String added in v1.2.0

func (s TagResourcesRequestTags) String() string

type TagResourcesResponse added in v1.2.0

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 added in v1.2.0

func (s TagResourcesResponse) GoString() string

func (*TagResourcesResponse) SetHeaders added in v1.2.0

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

func (*TagResourcesResponse) SetStatusCode added in v1.2.0

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

func (TagResourcesResponse) String added in v1.2.0

func (s TagResourcesResponse) String() string

type UnTagResourcesRequest added in v1.2.0

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

func (UnTagResourcesRequest) GoString added in v1.2.0

func (s UnTagResourcesRequest) GoString() string

func (*UnTagResourcesRequest) SetAll added in v1.2.0

func (*UnTagResourcesRequest) SetResourceId added in v1.2.0

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

func (*UnTagResourcesRequest) SetResourceType added in v1.2.0

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

func (*UnTagResourcesRequest) SetTags added in v1.2.0

func (UnTagResourcesRequest) String added in v1.2.0

func (s UnTagResourcesRequest) String() string

type UnTagResourcesResponse added in v1.2.0

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 v1.2.0

func (s UnTagResourcesResponse) GoString() string

func (*UnTagResourcesResponse) SetHeaders added in v1.2.0

func (*UnTagResourcesResponse) SetStatusCode added in v1.2.0

func (UnTagResourcesResponse) String added in v1.2.0

func (s UnTagResourcesResponse) String() string

type UpdateCheckPointRequest added in v1.3.0

type UpdateCheckPointRequest struct {
	Checkpoint   *string `json:"checkpoint,omitempty" xml:"checkpoint,omitempty"`
	Shard        *int32  `json:"shard,omitempty" xml:"shard,omitempty"`
	Consumer     *string `json:"consumer,omitempty" xml:"consumer,omitempty"`
	ForceSuccess *bool   `json:"forceSuccess,omitempty" xml:"forceSuccess,omitempty"`
	Type         *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (UpdateCheckPointRequest) GoString added in v1.3.0

func (s UpdateCheckPointRequest) GoString() string

func (*UpdateCheckPointRequest) SetCheckpoint added in v1.3.0

func (*UpdateCheckPointRequest) SetConsumer added in v1.3.0

func (*UpdateCheckPointRequest) SetForceSuccess added in v1.3.0

func (s *UpdateCheckPointRequest) SetForceSuccess(v bool) *UpdateCheckPointRequest

func (*UpdateCheckPointRequest) SetShard added in v1.3.0

func (*UpdateCheckPointRequest) SetType added in v1.3.0

func (UpdateCheckPointRequest) String added in v1.3.0

func (s UpdateCheckPointRequest) String() string

type UpdateCheckPointResponse added in v1.3.0

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

func (UpdateCheckPointResponse) GoString added in v1.3.0

func (s UpdateCheckPointResponse) GoString() string

func (*UpdateCheckPointResponse) SetHeaders added in v1.3.0

func (*UpdateCheckPointResponse) SetStatusCode added in v1.3.0

func (UpdateCheckPointResponse) String added in v1.3.0

func (s UpdateCheckPointResponse) 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 added in v1.0.2

func (UpdateConsumerGroupResponse) String

type UpdateEtlJobRequest added in v1.5.1

type UpdateEtlJobRequest struct {
	Enable            *bool                              `json:"enable,omitempty" xml:"enable,omitempty"`
	EtlJobName        *string                            `json:"etlJobName,omitempty" xml:"etlJobName,omitempty"`
	FunctionConfig    *UpdateEtlJobRequestFunctionConfig `json:"functionConfig,omitempty" xml:"functionConfig,omitempty" type:"Struct"`
	FunctionParameter map[string]interface{}             `json:"functionParameter,omitempty" xml:"functionParameter,omitempty"`
	LogConfig         *UpdateEtlJobRequestLogConfig      `json:"logConfig,omitempty" xml:"logConfig,omitempty" type:"Struct"`
	SourceConfig      *UpdateEtlJobRequestSourceConfig   `json:"sourceConfig,omitempty" xml:"sourceConfig,omitempty" type:"Struct"`
	TriggerConfig     *UpdateEtlJobRequestTriggerConfig  `json:"triggerConfig,omitempty" xml:"triggerConfig,omitempty" type:"Struct"`
}

func (UpdateEtlJobRequest) GoString added in v1.5.1

func (s UpdateEtlJobRequest) GoString() string

func (*UpdateEtlJobRequest) SetEnable added in v1.5.1

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

func (*UpdateEtlJobRequest) SetEtlJobName added in v1.5.1

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

func (*UpdateEtlJobRequest) SetFunctionConfig added in v1.5.1

func (*UpdateEtlJobRequest) SetFunctionParameter added in v1.5.1

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

func (*UpdateEtlJobRequest) SetLogConfig added in v1.5.1

func (*UpdateEtlJobRequest) SetSourceConfig added in v1.5.1

func (*UpdateEtlJobRequest) SetTriggerConfig added in v1.5.1

func (UpdateEtlJobRequest) String added in v1.5.1

func (s UpdateEtlJobRequest) String() string

type UpdateEtlJobRequestFunctionConfig added in v1.5.1

type UpdateEtlJobRequestFunctionConfig 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 (UpdateEtlJobRequestFunctionConfig) GoString added in v1.5.1

func (*UpdateEtlJobRequestFunctionConfig) SetAccountId added in v1.5.1

func (*UpdateEtlJobRequestFunctionConfig) SetEndpoint added in v1.5.1

func (*UpdateEtlJobRequestFunctionConfig) SetFunctionName added in v1.5.1

func (*UpdateEtlJobRequestFunctionConfig) SetFunctionProvider added in v1.5.1

func (*UpdateEtlJobRequestFunctionConfig) SetRegionName added in v1.5.1

func (*UpdateEtlJobRequestFunctionConfig) SetRoleArn added in v1.5.1

func (*UpdateEtlJobRequestFunctionConfig) SetServiceName added in v1.5.1

func (UpdateEtlJobRequestFunctionConfig) String added in v1.5.1

type UpdateEtlJobRequestLogConfig added in v1.5.1

type UpdateEtlJobRequestLogConfig 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 (UpdateEtlJobRequestLogConfig) GoString added in v1.5.1

func (s UpdateEtlJobRequestLogConfig) GoString() string

func (*UpdateEtlJobRequestLogConfig) SetEndpoint added in v1.5.1

func (*UpdateEtlJobRequestLogConfig) SetLogstoreName added in v1.5.1

func (*UpdateEtlJobRequestLogConfig) SetProjectName added in v1.5.1

func (UpdateEtlJobRequestLogConfig) String added in v1.5.1

type UpdateEtlJobRequestSourceConfig added in v1.5.1

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

func (UpdateEtlJobRequestSourceConfig) GoString added in v1.5.1

func (*UpdateEtlJobRequestSourceConfig) SetLogstoreName added in v1.5.1

func (UpdateEtlJobRequestSourceConfig) String added in v1.5.1

type UpdateEtlJobRequestTriggerConfig added in v1.5.1

type UpdateEtlJobRequestTriggerConfig 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 (UpdateEtlJobRequestTriggerConfig) GoString added in v1.5.1

func (*UpdateEtlJobRequestTriggerConfig) SetMaxRetryTime added in v1.5.1

func (*UpdateEtlJobRequestTriggerConfig) SetRoleArn added in v1.5.1

func (*UpdateEtlJobRequestTriggerConfig) SetStartingPosition added in v1.5.1

func (*UpdateEtlJobRequestTriggerConfig) SetStartingUnixtime added in v1.5.1

func (*UpdateEtlJobRequestTriggerConfig) SetTriggerInterval added in v1.5.1

func (UpdateEtlJobRequestTriggerConfig) String added in v1.5.1

type UpdateEtlJobResponse added in v1.5.1

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

func (UpdateEtlJobResponse) GoString added in v1.5.1

func (s UpdateEtlJobResponse) GoString() string

func (*UpdateEtlJobResponse) SetHeaders added in v1.5.1

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

func (*UpdateEtlJobResponse) SetStatusCode added in v1.5.1

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

func (UpdateEtlJobResponse) String added in v1.5.1

func (s UpdateEtlJobResponse) String() string

type UpdateEtlMetaRequest added in v1.4.0

type UpdateEtlMetaRequest 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 map[string]interface{} `json:"etlMetaValue,omitempty" xml:"etlMetaValue,omitempty"`
}

func (UpdateEtlMetaRequest) GoString added in v1.4.0

func (s UpdateEtlMetaRequest) GoString() string

func (*UpdateEtlMetaRequest) SetEnable added in v1.4.0

func (*UpdateEtlMetaRequest) SetEtlMetaKey added in v1.4.0

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

func (*UpdateEtlMetaRequest) SetEtlMetaName added in v1.4.0

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

func (*UpdateEtlMetaRequest) SetEtlMetaTag added in v1.4.0

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

func (*UpdateEtlMetaRequest) SetEtlMetaValue added in v1.4.0

func (s *UpdateEtlMetaRequest) SetEtlMetaValue(v map[string]interface{}) *UpdateEtlMetaRequest

func (UpdateEtlMetaRequest) String added in v1.4.0

func (s UpdateEtlMetaRequest) String() string

type UpdateEtlMetaResponse added in v1.4.0

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

func (UpdateEtlMetaResponse) GoString added in v1.4.0

func (s UpdateEtlMetaResponse) GoString() string

func (*UpdateEtlMetaResponse) SetHeaders added in v1.4.0

func (*UpdateEtlMetaResponse) SetStatusCode added in v1.4.0

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

func (UpdateEtlMetaResponse) String added in v1.4.0

func (s UpdateEtlMetaResponse) String() string

type UpdateIndexRequest added in v1.0.2

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 added in v1.0.2

func (s UpdateIndexRequest) GoString() string

func (*UpdateIndexRequest) SetKeys added in v1.0.2

func (*UpdateIndexRequest) SetLine added in v1.0.2

func (*UpdateIndexRequest) SetLogReduce added in v1.0.2

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

func (*UpdateIndexRequest) SetLogReduceBlackList added in v1.0.2

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

func (*UpdateIndexRequest) SetLogReduceWhiteList added in v1.0.2

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

func (*UpdateIndexRequest) SetMaxTextLen added in v1.0.2

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

func (*UpdateIndexRequest) SetTtl added in v1.0.2

func (UpdateIndexRequest) String added in v1.0.2

func (s UpdateIndexRequest) String() string

type UpdateIndexRequestLine added in v1.0.2

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 added in v1.0.2

func (s UpdateIndexRequestLine) GoString() string

func (*UpdateIndexRequestLine) SetCaseSensitive added in v1.0.2

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

func (*UpdateIndexRequestLine) SetChn added in v1.0.2

func (*UpdateIndexRequestLine) SetExcludeKeys added in v1.0.2

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

func (*UpdateIndexRequestLine) SetIncludeKeys added in v1.0.2

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

func (*UpdateIndexRequestLine) SetToken added in v1.0.2

func (UpdateIndexRequestLine) String added in v1.0.2

func (s UpdateIndexRequestLine) String() string

type UpdateIndexResponse added in v1.0.2

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 added in v1.0.2

func (s UpdateIndexResponse) GoString() string

func (*UpdateIndexResponse) SetHeaders added in v1.0.2

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

func (*UpdateIndexResponse) SetStatusCode added in v1.0.2

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

func (UpdateIndexResponse) String added in v1.0.2

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 added in v1.0.2

func (*UpdateLogStoreRequest) SetLogstoreName

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

func (*UpdateLogStoreRequest) SetMaxSplitShard

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

func (*UpdateLogStoreRequest) SetMode added in v1.5.1

func (*UpdateLogStoreRequest) SetShardCount

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

func (*UpdateLogStoreRequest) SetTelemetryType added in v1.0.2

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 added in v1.0.2

func (UpdateLogStoreResponse) String

func (s UpdateLogStoreResponse) String() string

type UpdateLoggingRequest added in v1.3.0

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

func (UpdateLoggingRequest) GoString added in v1.3.0

func (s UpdateLoggingRequest) GoString() string

func (*UpdateLoggingRequest) SetLoggingDetails added in v1.3.0

func (*UpdateLoggingRequest) SetLoggingProject added in v1.3.0

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

func (UpdateLoggingRequest) String added in v1.3.0

func (s UpdateLoggingRequest) String() string

type UpdateLoggingRequestLoggingDetails added in v1.3.0

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

func (UpdateLoggingRequestLoggingDetails) GoString added in v1.3.0

func (*UpdateLoggingRequestLoggingDetails) SetLogstore added in v1.3.0

func (*UpdateLoggingRequestLoggingDetails) SetType added in v1.3.0

func (UpdateLoggingRequestLoggingDetails) String added in v1.3.0

type UpdateLoggingResponse added in v1.3.0

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 added in v1.3.0

func (s UpdateLoggingResponse) GoString() string

func (*UpdateLoggingResponse) SetHeaders added in v1.3.0

func (*UpdateLoggingResponse) SetStatusCode added in v1.3.0

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

func (UpdateLoggingResponse) String added in v1.3.0

func (s UpdateLoggingResponse) String() string

type UpdateMachineGroupRequest added in v1.3.0

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 added in v1.3.0

func (s UpdateMachineGroupRequest) GoString() string

func (*UpdateMachineGroupRequest) SetGroupAttribute added in v1.3.0

func (*UpdateMachineGroupRequest) SetGroupName added in v1.3.0

func (*UpdateMachineGroupRequest) SetGroupType added in v1.3.0

func (*UpdateMachineGroupRequest) SetMachineIdentifyType added in v1.3.0

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

func (*UpdateMachineGroupRequest) SetMachineList added in v1.3.0

func (UpdateMachineGroupRequest) String added in v1.3.0

func (s UpdateMachineGroupRequest) String() string

type UpdateMachineGroupRequestGroupAttribute added in v1.3.0

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

func (UpdateMachineGroupRequestGroupAttribute) GoString added in v1.3.0

func (*UpdateMachineGroupRequestGroupAttribute) SetExternalName added in v1.3.0

func (*UpdateMachineGroupRequestGroupAttribute) SetGroupTopic added in v1.3.0

func (UpdateMachineGroupRequestGroupAttribute) String added in v1.3.0

type UpdateMachineGroupResponse added in v1.3.0

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 added in v1.3.0

func (s UpdateMachineGroupResponse) GoString() string

func (*UpdateMachineGroupResponse) SetHeaders added in v1.3.0

func (*UpdateMachineGroupResponse) SetStatusCode added in v1.3.0

func (UpdateMachineGroupResponse) String added in v1.3.0

type UpdateOdpsShipperRequest added in v1.5.0

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 added in v1.5.0

func (s UpdateOdpsShipperRequest) GoString() string

func (*UpdateOdpsShipperRequest) SetShipperName added in v1.5.0

func (*UpdateOdpsShipperRequest) SetTargetConfiguration added in v1.5.0

func (*UpdateOdpsShipperRequest) SetTargetType added in v1.5.0

func (UpdateOdpsShipperRequest) String added in v1.5.0

func (s UpdateOdpsShipperRequest) String() string

type UpdateOdpsShipperRequestTargetConfiguration added in v1.5.0

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 added in v1.5.0

func (*UpdateOdpsShipperRequestTargetConfiguration) SetBufferInterval added in v1.5.0

func (*UpdateOdpsShipperRequestTargetConfiguration) SetEnable added in v1.5.0

func (*UpdateOdpsShipperRequestTargetConfiguration) SetFields added in v1.5.0

func (*UpdateOdpsShipperRequestTargetConfiguration) SetOdpsEndpoint added in v1.5.0

func (*UpdateOdpsShipperRequestTargetConfiguration) SetOdpsProject added in v1.5.0

func (*UpdateOdpsShipperRequestTargetConfiguration) SetOdpsTable added in v1.5.0

func (*UpdateOdpsShipperRequestTargetConfiguration) SetPartitionColumn added in v1.5.0

func (*UpdateOdpsShipperRequestTargetConfiguration) SetPartitionTimeFormat added in v1.5.0

func (UpdateOdpsShipperRequestTargetConfiguration) String added in v1.5.0

type UpdateOdpsShipperResponse added in v1.5.0

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 added in v1.5.0

func (s UpdateOdpsShipperResponse) GoString() string

func (*UpdateOdpsShipperResponse) SetHeaders added in v1.5.0

func (*UpdateOdpsShipperResponse) SetStatusCode added in v1.5.0

func (UpdateOdpsShipperResponse) String added in v1.5.0

func (s UpdateOdpsShipperResponse) String() string

type UpdateOssExternalStoreRequest added in v1.5.0

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 added in v1.5.0

func (*UpdateOssExternalStoreRequest) SetExternalStoreName added in v1.5.0

func (*UpdateOssExternalStoreRequest) SetParameter added in v1.5.0

func (*UpdateOssExternalStoreRequest) SetStoreType added in v1.5.0

func (UpdateOssExternalStoreRequest) String added in v1.5.0

type UpdateOssExternalStoreRequestParameter added in v1.5.0

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 added in v1.5.0

func (*UpdateOssExternalStoreRequestParameter) SetAccessid added in v1.5.0

func (*UpdateOssExternalStoreRequestParameter) SetAccesskey added in v1.5.0

func (*UpdateOssExternalStoreRequestParameter) SetBucket added in v1.5.0

func (*UpdateOssExternalStoreRequestParameter) SetColumns added in v1.5.0

func (*UpdateOssExternalStoreRequestParameter) SetEndpoint added in v1.5.0

func (*UpdateOssExternalStoreRequestParameter) SetObjects added in v1.5.0

func (UpdateOssExternalStoreRequestParameter) String added in v1.5.0

type UpdateOssExternalStoreRequestParameterColumns added in v1.5.0

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

func (UpdateOssExternalStoreRequestParameterColumns) GoString added in v1.5.0

func (*UpdateOssExternalStoreRequestParameterColumns) SetName added in v1.5.0

func (*UpdateOssExternalStoreRequestParameterColumns) SetType added in v1.5.0

func (UpdateOssExternalStoreRequestParameterColumns) String added in v1.5.0

type UpdateOssExternalStoreResponse added in v1.5.0

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 added in v1.5.0

func (*UpdateOssExternalStoreResponse) SetHeaders added in v1.5.0

func (*UpdateOssExternalStoreResponse) SetStatusCode added in v1.5.0

func (UpdateOssExternalStoreResponse) String added in v1.5.0

type UpdateOssShipperRequest added in v1.5.0

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 added in v1.5.0

func (s UpdateOssShipperRequest) GoString() string

func (*UpdateOssShipperRequest) SetShipperName added in v1.5.0

func (*UpdateOssShipperRequest) SetTargetConfiguration added in v1.5.0

func (*UpdateOssShipperRequest) SetTargetType added in v1.5.0

func (UpdateOssShipperRequest) String added in v1.5.0

func (s UpdateOssShipperRequest) String() string

type UpdateOssShipperRequestTargetConfiguration added in v1.5.0

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 added in v1.5.0

func (*UpdateOssShipperRequestTargetConfiguration) SetBufferInterval added in v1.5.0

func (*UpdateOssShipperRequestTargetConfiguration) SetBufferSize added in v1.5.0

func (*UpdateOssShipperRequestTargetConfiguration) SetCompressType added in v1.5.0

func (*UpdateOssShipperRequestTargetConfiguration) SetEnable added in v1.5.0

func (*UpdateOssShipperRequestTargetConfiguration) SetOssBucket added in v1.5.0

func (*UpdateOssShipperRequestTargetConfiguration) SetOssPrefix added in v1.5.0

func (*UpdateOssShipperRequestTargetConfiguration) SetPathFormat added in v1.5.0

func (*UpdateOssShipperRequestTargetConfiguration) SetRoleArn added in v1.5.0

func (*UpdateOssShipperRequestTargetConfiguration) SetStorage added in v1.5.0

func (*UpdateOssShipperRequestTargetConfiguration) SetTimeZone added in v1.5.0

func (UpdateOssShipperRequestTargetConfiguration) String added in v1.5.0

type UpdateOssShipperRequestTargetConfigurationStorage added in v1.5.0

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

func (UpdateOssShipperRequestTargetConfigurationStorage) GoString added in v1.5.0

func (*UpdateOssShipperRequestTargetConfigurationStorage) SetDetail added in v1.5.0

func (*UpdateOssShipperRequestTargetConfigurationStorage) SetFormat added in v1.5.0

func (UpdateOssShipperRequestTargetConfigurationStorage) String added in v1.5.0

type UpdateOssShipperResponse added in v1.5.0

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 added in v1.5.0

func (s UpdateOssShipperResponse) GoString() string

func (*UpdateOssShipperResponse) SetHeaders added in v1.5.0

func (*UpdateOssShipperResponse) SetStatusCode added in v1.5.0

func (UpdateOssShipperResponse) String added in v1.5.0

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 added in v1.0.2

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

func (UpdateProjectResponse) String

func (s UpdateProjectResponse) String() string

type UpdateRdsExternalStoreRequest added in v1.5.0

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 added in v1.5.0

func (*UpdateRdsExternalStoreRequest) SetExternalStoreName added in v1.5.0

func (*UpdateRdsExternalStoreRequest) SetParameter added in v1.5.0

func (*UpdateRdsExternalStoreRequest) SetStoreType added in v1.5.0

func (UpdateRdsExternalStoreRequest) String added in v1.5.0

type UpdateRdsExternalStoreRequestParameter added in v1.5.0

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 added in v1.5.0

func (*UpdateRdsExternalStoreRequestParameter) SetDb added in v1.5.0

func (*UpdateRdsExternalStoreRequestParameter) SetHost added in v1.5.0

func (*UpdateRdsExternalStoreRequestParameter) SetInstanceId added in v1.5.0

func (*UpdateRdsExternalStoreRequestParameter) SetPassword added in v1.5.0

func (*UpdateRdsExternalStoreRequestParameter) SetPort added in v1.5.0

func (*UpdateRdsExternalStoreRequestParameter) SetRegion added in v1.5.0

func (*UpdateRdsExternalStoreRequestParameter) SetTable added in v1.5.0

func (*UpdateRdsExternalStoreRequestParameter) SetUsername added in v1.5.0

func (*UpdateRdsExternalStoreRequestParameter) SetVpcId added in v1.5.0

func (UpdateRdsExternalStoreRequestParameter) String added in v1.5.0

type UpdateRdsExternalStoreResponse added in v1.5.0

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 added in v1.5.0

func (*UpdateRdsExternalStoreResponse) SetHeaders added in v1.5.0

func (*UpdateRdsExternalStoreResponse) SetStatusCode added in v1.5.0

func (UpdateRdsExternalStoreResponse) String added in v1.5.0

type UpdateSavedSearchRequest added in v1.0.2

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 added in v1.0.2

func (s UpdateSavedSearchRequest) GoString() string

func (*UpdateSavedSearchRequest) SetDisplayName added in v1.0.2

func (*UpdateSavedSearchRequest) SetLogstore added in v1.0.2

func (*UpdateSavedSearchRequest) SetSavedsearchName added in v1.0.2

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

func (*UpdateSavedSearchRequest) SetSearchQuery added in v1.0.2

func (*UpdateSavedSearchRequest) SetTopic added in v1.0.2

func (UpdateSavedSearchRequest) String added in v1.0.2

func (s UpdateSavedSearchRequest) String() string

type UpdateSavedSearchResponse added in v1.0.2

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 added in v1.0.2

func (s UpdateSavedSearchResponse) GoString() string

func (*UpdateSavedSearchResponse) SetHeaders added in v1.0.2

func (*UpdateSavedSearchResponse) SetStatusCode added in v1.0.2

func (UpdateSavedSearchResponse) String added in v1.0.2

func (s UpdateSavedSearchResponse) String() string

Jump to

Keyboard shortcuts

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