client

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AbortLockRequest

type AbortLockRequest struct {
	// LockId
	//
	// example:
	//
	// 16530
	LockId *int64 `json:"LockId,omitempty" xml:"LockId,omitempty"`
}

func (AbortLockRequest) GoString

func (s AbortLockRequest) GoString() string

func (*AbortLockRequest) SetLockId

func (s *AbortLockRequest) SetLockId(v int64) *AbortLockRequest

func (AbortLockRequest) String

func (s AbortLockRequest) String() string

type AbortLockResponse

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

func (AbortLockResponse) GoString

func (s AbortLockResponse) GoString() string

func (*AbortLockResponse) SetBody

func (*AbortLockResponse) SetHeaders

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

func (*AbortLockResponse) SetStatusCode

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

func (AbortLockResponse) String

func (s AbortLockResponse) String() string

type AbortLockResponseBody

type AbortLockResponseBody struct {
	// Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// 01D8DD6B-4929-5999-9BB3-950AA30E3BD0
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// True
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AbortLockResponseBody) GoString

func (s AbortLockResponseBody) GoString() string

func (*AbortLockResponseBody) SetCode

func (*AbortLockResponseBody) SetMessage

func (*AbortLockResponseBody) SetRequestId

func (*AbortLockResponseBody) SetSuccess

func (AbortLockResponseBody) String

func (s AbortLockResponseBody) String() string

type AccessRequest

type AccessRequest struct {
	CatalogId          *string              `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	Principal          *Principal           `json:"Principal,omitempty" xml:"Principal,omitempty"`
	PrivilegeResources []*PrivilegeResource `json:"PrivilegeResources,omitempty" xml:"PrivilegeResources,omitempty" type:"Repeated"`
}

func (AccessRequest) GoString

func (s AccessRequest) GoString() string

func (*AccessRequest) SetCatalogId

func (s *AccessRequest) SetCatalogId(v string) *AccessRequest

func (*AccessRequest) SetPrincipal

func (s *AccessRequest) SetPrincipal(v *Principal) *AccessRequest

func (*AccessRequest) SetPrivilegeResources

func (s *AccessRequest) SetPrivilegeResources(v []*PrivilegeResource) *AccessRequest

func (AccessRequest) String

func (s AccessRequest) String() string

type BatchCreatePartitionsRequest

type BatchCreatePartitionsRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// true
	IfNotExists *bool `json:"IfNotExists,omitempty" xml:"IfNotExists,omitempty"`
	// example:
	//
	// true
	NeedResult      *bool             `json:"NeedResult,omitempty" xml:"NeedResult,omitempty"`
	PartitionInputs []*PartitionInput `json:"PartitionInputs,omitempty" xml:"PartitionInputs,omitempty" type:"Repeated"`
	// example:
	//
	// test_table_20201223
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (BatchCreatePartitionsRequest) GoString

func (s BatchCreatePartitionsRequest) GoString() string

func (*BatchCreatePartitionsRequest) SetCatalogId

func (*BatchCreatePartitionsRequest) SetDatabaseName

func (*BatchCreatePartitionsRequest) SetIfNotExists

func (*BatchCreatePartitionsRequest) SetNeedResult

func (*BatchCreatePartitionsRequest) SetPartitionInputs

func (*BatchCreatePartitionsRequest) SetTableName

func (BatchCreatePartitionsRequest) String

type BatchCreatePartitionsResponse

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

func (BatchCreatePartitionsResponse) GoString

func (*BatchCreatePartitionsResponse) SetBody

func (*BatchCreatePartitionsResponse) SetHeaders

func (*BatchCreatePartitionsResponse) SetStatusCode

func (BatchCreatePartitionsResponse) String

type BatchCreatePartitionsResponseBody

type BatchCreatePartitionsResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message         *string           `json:"Message,omitempty" xml:"Message,omitempty"`
	PartitionErrors []*PartitionError `json:"PartitionErrors,omitempty" xml:"PartitionErrors,omitempty" type:"Repeated"`
	Partitions      []*Partition      `json:"Partitions,omitempty" xml:"Partitions,omitempty" type:"Repeated"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchCreatePartitionsResponseBody) GoString

func (*BatchCreatePartitionsResponseBody) SetCode

func (*BatchCreatePartitionsResponseBody) SetMessage

func (*BatchCreatePartitionsResponseBody) SetPartitionErrors

func (*BatchCreatePartitionsResponseBody) SetPartitions

func (*BatchCreatePartitionsResponseBody) SetRequestId

func (*BatchCreatePartitionsResponseBody) SetSuccess

func (BatchCreatePartitionsResponseBody) String

type BatchCreateTablesRequest

type BatchCreateTablesRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// true
	IfNotExists *bool         `json:"IfNotExists,omitempty" xml:"IfNotExists,omitempty"`
	TableInputs []*TableInput `json:"TableInputs,omitempty" xml:"TableInputs,omitempty" type:"Repeated"`
}

func (BatchCreateTablesRequest) GoString

func (s BatchCreateTablesRequest) GoString() string

func (*BatchCreateTablesRequest) SetCatalogId

func (*BatchCreateTablesRequest) SetDatabaseName

func (*BatchCreateTablesRequest) SetIfNotExists

func (*BatchCreateTablesRequest) SetTableInputs

func (BatchCreateTablesRequest) String

func (s BatchCreateTablesRequest) String() string

type BatchCreateTablesResponse

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

func (BatchCreateTablesResponse) GoString

func (s BatchCreateTablesResponse) GoString() string

func (*BatchCreateTablesResponse) SetBody

func (*BatchCreateTablesResponse) SetHeaders

func (*BatchCreateTablesResponse) SetStatusCode

func (BatchCreateTablesResponse) String

func (s BatchCreateTablesResponse) String() string

type BatchCreateTablesResponseBody

type BatchCreateTablesResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success     *bool         `json:"Success,omitempty" xml:"Success,omitempty"`
	TableErrors []*TableError `json:"TableErrors,omitempty" xml:"TableErrors,omitempty" type:"Repeated"`
}

func (BatchCreateTablesResponseBody) GoString

func (*BatchCreateTablesResponseBody) SetCode

func (*BatchCreateTablesResponseBody) SetMessage

func (*BatchCreateTablesResponseBody) SetRequestId

func (*BatchCreateTablesResponseBody) SetSuccess

func (*BatchCreateTablesResponseBody) SetTableErrors

func (BatchCreateTablesResponseBody) String

type BatchDeletePartitionsRequest

type BatchDeletePartitionsRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// true
	IfExists           *bool                                             `json:"IfExists,omitempty" xml:"IfExists,omitempty"`
	PartitionValueList []*BatchDeletePartitionsRequestPartitionValueList `json:"PartitionValueList,omitempty" xml:"PartitionValueList,omitempty" type:"Repeated"`
	// example:
	//
	// test_table_20201225
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (BatchDeletePartitionsRequest) GoString

func (s BatchDeletePartitionsRequest) GoString() string

func (*BatchDeletePartitionsRequest) SetCatalogId

func (*BatchDeletePartitionsRequest) SetDatabaseName

func (*BatchDeletePartitionsRequest) SetIfExists

func (*BatchDeletePartitionsRequest) SetTableName

func (BatchDeletePartitionsRequest) String

type BatchDeletePartitionsRequestPartitionValueList

type BatchDeletePartitionsRequestPartitionValueList struct {
	Values []*string `json:"Values,omitempty" xml:"Values,omitempty" type:"Repeated"`
}

func (BatchDeletePartitionsRequestPartitionValueList) GoString

func (*BatchDeletePartitionsRequestPartitionValueList) SetValues

func (BatchDeletePartitionsRequestPartitionValueList) String

type BatchDeletePartitionsResponse

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

func (BatchDeletePartitionsResponse) GoString

func (*BatchDeletePartitionsResponse) SetBody

func (*BatchDeletePartitionsResponse) SetHeaders

func (*BatchDeletePartitionsResponse) SetStatusCode

func (BatchDeletePartitionsResponse) String

type BatchDeletePartitionsResponseBody

type BatchDeletePartitionsResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message         *string           `json:"Message,omitempty" xml:"Message,omitempty"`
	PartitionErrors []*PartitionError `json:"PartitionErrors,omitempty" xml:"PartitionErrors,omitempty" type:"Repeated"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchDeletePartitionsResponseBody) GoString

func (*BatchDeletePartitionsResponseBody) SetCode

func (*BatchDeletePartitionsResponseBody) SetMessage

func (*BatchDeletePartitionsResponseBody) SetPartitionErrors

func (*BatchDeletePartitionsResponseBody) SetRequestId

func (*BatchDeletePartitionsResponseBody) SetSuccess

func (BatchDeletePartitionsResponseBody) String

type BatchDeleteTableVersionsRequest

type BatchDeleteTableVersionsRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// test_table_20200715162543389
	TableName  *string  `json:"TableName,omitempty" xml:"TableName,omitempty"`
	VersionIds []*int32 `json:"VersionIds,omitempty" xml:"VersionIds,omitempty" type:"Repeated"`
}

func (BatchDeleteTableVersionsRequest) GoString

func (*BatchDeleteTableVersionsRequest) SetCatalogId

func (*BatchDeleteTableVersionsRequest) SetDatabaseName

func (*BatchDeleteTableVersionsRequest) SetTableName

func (*BatchDeleteTableVersionsRequest) SetVersionIds

func (BatchDeleteTableVersionsRequest) String

type BatchDeleteTableVersionsResponse

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

func (BatchDeleteTableVersionsResponse) GoString

func (*BatchDeleteTableVersionsResponse) SetHeaders

func (*BatchDeleteTableVersionsResponse) SetStatusCode

func (BatchDeleteTableVersionsResponse) String

type BatchDeleteTableVersionsResponseBody

type BatchDeleteTableVersionsResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchDeleteTableVersionsResponseBody) GoString

func (*BatchDeleteTableVersionsResponseBody) SetCode

func (*BatchDeleteTableVersionsResponseBody) SetMessage

func (*BatchDeleteTableVersionsResponseBody) SetRequestId

func (*BatchDeleteTableVersionsResponseBody) SetSuccess

func (BatchDeleteTableVersionsResponseBody) String

type BatchDeleteTablesRequest

type BatchDeleteTablesRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// IfExists
	//
	// example:
	//
	// true
	IfExists   *bool     `json:"IfExists,omitempty" xml:"IfExists,omitempty"`
	TableNames []*string `json:"TableNames,omitempty" xml:"TableNames,omitempty" type:"Repeated"`
}

func (BatchDeleteTablesRequest) GoString

func (s BatchDeleteTablesRequest) GoString() string

func (*BatchDeleteTablesRequest) SetCatalogId

func (*BatchDeleteTablesRequest) SetDatabaseName

func (*BatchDeleteTablesRequest) SetIfExists

func (*BatchDeleteTablesRequest) SetTableNames

func (BatchDeleteTablesRequest) String

func (s BatchDeleteTablesRequest) String() string

type BatchDeleteTablesResponse

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

func (BatchDeleteTablesResponse) GoString

func (s BatchDeleteTablesResponse) GoString() string

func (*BatchDeleteTablesResponse) SetBody

func (*BatchDeleteTablesResponse) SetHeaders

func (*BatchDeleteTablesResponse) SetStatusCode

func (BatchDeleteTablesResponse) String

func (s BatchDeleteTablesResponse) String() string

type BatchDeleteTablesResponseBody

type BatchDeleteTablesResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success     *bool         `json:"Success,omitempty" xml:"Success,omitempty"`
	TableErrors []*TableError `json:"TableErrors,omitempty" xml:"TableErrors,omitempty" type:"Repeated"`
}

func (BatchDeleteTablesResponseBody) GoString

func (*BatchDeleteTablesResponseBody) SetCode

func (*BatchDeleteTablesResponseBody) SetMessage

func (*BatchDeleteTablesResponseBody) SetRequestId

func (*BatchDeleteTablesResponseBody) SetSuccess

func (*BatchDeleteTablesResponseBody) SetTableErrors

func (BatchDeleteTablesResponseBody) String

type BatchGetPartitionColumnStatisticsRequest

type BatchGetPartitionColumnStatisticsRequest struct {
	// example:
	//
	// 1344371
	CatalogId   *string   `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	ColumnNames []*string `json:"ColumnNames,omitempty" xml:"ColumnNames,omitempty" type:"Repeated"`
	// example:
	//
	// database_test
	DatabaseName   *string   `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	PartitionNames []*string `json:"PartitionNames,omitempty" xml:"PartitionNames,omitempty" type:"Repeated"`
	// example:
	//
	// test_table_20201223
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (BatchGetPartitionColumnStatisticsRequest) GoString

func (*BatchGetPartitionColumnStatisticsRequest) SetCatalogId

func (*BatchGetPartitionColumnStatisticsRequest) SetColumnNames

func (*BatchGetPartitionColumnStatisticsRequest) SetDatabaseName

func (*BatchGetPartitionColumnStatisticsRequest) SetPartitionNames

func (*BatchGetPartitionColumnStatisticsRequest) SetTableName

func (BatchGetPartitionColumnStatisticsRequest) String

type BatchGetPartitionColumnStatisticsResponse

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

func (BatchGetPartitionColumnStatisticsResponse) GoString

func (*BatchGetPartitionColumnStatisticsResponse) SetHeaders

func (*BatchGetPartitionColumnStatisticsResponse) SetStatusCode

func (BatchGetPartitionColumnStatisticsResponse) String

type BatchGetPartitionColumnStatisticsResponseBody

type BatchGetPartitionColumnStatisticsResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message                *string                           `json:"Message,omitempty" xml:"Message,omitempty"`
	PartitionStatisticsMap map[string][]*ColumnStatisticsObj `json:"PartitionStatisticsMap,omitempty" xml:"PartitionStatisticsMap,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchGetPartitionColumnStatisticsResponseBody) GoString

func (*BatchGetPartitionColumnStatisticsResponseBody) SetCode

func (*BatchGetPartitionColumnStatisticsResponseBody) SetMessage

func (*BatchGetPartitionColumnStatisticsResponseBody) SetPartitionStatisticsMap

func (*BatchGetPartitionColumnStatisticsResponseBody) SetRequestId

func (*BatchGetPartitionColumnStatisticsResponseBody) SetSuccess

func (BatchGetPartitionColumnStatisticsResponseBody) String

type BatchGetPartitionsRequest

type BatchGetPartitionsRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// true
	IsShareSd          *bool                                          `json:"IsShareSd,omitempty" xml:"IsShareSd,omitempty"`
	PartitionValueList []*BatchGetPartitionsRequestPartitionValueList `json:"PartitionValueList,omitempty" xml:"PartitionValueList,omitempty" type:"Repeated"`
	// example:
	//
	// test_table_20200715162543389
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (BatchGetPartitionsRequest) GoString

func (s BatchGetPartitionsRequest) GoString() string

func (*BatchGetPartitionsRequest) SetCatalogId

func (*BatchGetPartitionsRequest) SetDatabaseName

func (*BatchGetPartitionsRequest) SetIsShareSd

func (*BatchGetPartitionsRequest) SetPartitionValueList

func (*BatchGetPartitionsRequest) SetTableName

func (BatchGetPartitionsRequest) String

func (s BatchGetPartitionsRequest) String() string

type BatchGetPartitionsRequestPartitionValueList

type BatchGetPartitionsRequestPartitionValueList struct {
	Values []*string `json:"Values,omitempty" xml:"Values,omitempty" type:"Repeated"`
}

func (BatchGetPartitionsRequestPartitionValueList) GoString

func (*BatchGetPartitionsRequestPartitionValueList) SetValues

func (BatchGetPartitionsRequestPartitionValueList) String

type BatchGetPartitionsResponse

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

func (BatchGetPartitionsResponse) GoString

func (s BatchGetPartitionsResponse) GoString() string

func (*BatchGetPartitionsResponse) SetBody

func (*BatchGetPartitionsResponse) SetHeaders

func (*BatchGetPartitionsResponse) SetStatusCode

func (BatchGetPartitionsResponse) String

type BatchGetPartitionsResponseBody

type BatchGetPartitionsResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message         *string           `json:"Message,omitempty" xml:"Message,omitempty"`
	PartitionErrors []*PartitionError `json:"PartitionErrors,omitempty" xml:"PartitionErrors,omitempty" type:"Repeated"`
	PartitionSpecs  []*PartitionSpec  `json:"PartitionSpecs,omitempty" xml:"PartitionSpecs,omitempty" type:"Repeated"`
	Partitions      []*Partition      `json:"Partitions,omitempty" xml:"Partitions,omitempty" type:"Repeated"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchGetPartitionsResponseBody) GoString

func (*BatchGetPartitionsResponseBody) SetCode

func (*BatchGetPartitionsResponseBody) SetMessage

func (*BatchGetPartitionsResponseBody) SetPartitionErrors

func (*BatchGetPartitionsResponseBody) SetPartitionSpecs

func (*BatchGetPartitionsResponseBody) SetPartitions

func (*BatchGetPartitionsResponseBody) SetRequestId

func (*BatchGetPartitionsResponseBody) SetSuccess

func (BatchGetPartitionsResponseBody) String

type BatchGetTablesRequest

type BatchGetTablesRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string   `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	TableNames   []*string `json:"TableNames,omitempty" xml:"TableNames,omitempty" type:"Repeated"`
}

func (BatchGetTablesRequest) GoString

func (s BatchGetTablesRequest) GoString() string

func (*BatchGetTablesRequest) SetCatalogId

func (*BatchGetTablesRequest) SetDatabaseName

func (s *BatchGetTablesRequest) SetDatabaseName(v string) *BatchGetTablesRequest

func (*BatchGetTablesRequest) SetTableNames

func (s *BatchGetTablesRequest) SetTableNames(v []*string) *BatchGetTablesRequest

func (BatchGetTablesRequest) String

func (s BatchGetTablesRequest) String() string

type BatchGetTablesResponse

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

func (BatchGetTablesResponse) GoString

func (s BatchGetTablesResponse) GoString() string

func (*BatchGetTablesResponse) SetBody

func (*BatchGetTablesResponse) SetHeaders

func (*BatchGetTablesResponse) SetStatusCode

func (BatchGetTablesResponse) String

func (s BatchGetTablesResponse) String() string

type BatchGetTablesResponseBody

type BatchGetTablesResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success     *bool         `json:"Success,omitempty" xml:"Success,omitempty"`
	TableErrors []*TableError `json:"TableErrors,omitempty" xml:"TableErrors,omitempty" type:"Repeated"`
	Tables      []*Table      `json:"Tables,omitempty" xml:"Tables,omitempty" type:"Repeated"`
}

func (BatchGetTablesResponseBody) GoString

func (s BatchGetTablesResponseBody) GoString() string

func (*BatchGetTablesResponseBody) SetCode

func (*BatchGetTablesResponseBody) SetMessage

func (*BatchGetTablesResponseBody) SetRequestId

func (*BatchGetTablesResponseBody) SetSuccess

func (*BatchGetTablesResponseBody) SetTableErrors

func (*BatchGetTablesResponseBody) SetTables

func (BatchGetTablesResponseBody) String

type BatchGrantPermissionsRequest

type BatchGrantPermissionsRequest struct {
	// catalogId
	//
	// example:
	//
	// 1344371
	CatalogId          *string             `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	GrantRevokeEntries []*GrantRevokeEntry `json:"GrantRevokeEntries,omitempty" xml:"GrantRevokeEntries,omitempty" type:"Repeated"`
	// This parameter is required.
	//
	// example:
	//
	// Hive
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (BatchGrantPermissionsRequest) GoString

func (s BatchGrantPermissionsRequest) GoString() string

func (*BatchGrantPermissionsRequest) SetCatalogId

func (*BatchGrantPermissionsRequest) SetGrantRevokeEntries

func (*BatchGrantPermissionsRequest) SetType

func (BatchGrantPermissionsRequest) String

type BatchGrantPermissionsResponse

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

func (BatchGrantPermissionsResponse) GoString

func (*BatchGrantPermissionsResponse) SetBody

func (*BatchGrantPermissionsResponse) SetHeaders

func (*BatchGrantPermissionsResponse) SetStatusCode

func (BatchGrantPermissionsResponse) String

type BatchGrantPermissionsResponseBody

type BatchGrantPermissionsResponseBody struct {
	// result
	BatchGrantRevokeFailureResult []*GrantRevokeFailureEntry `json:"BatchGrantRevokeFailureResult,omitempty" xml:"BatchGrantRevokeFailureResult,omitempty" type:"Repeated"`
	// Response Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchGrantPermissionsResponseBody) GoString

func (*BatchGrantPermissionsResponseBody) SetBatchGrantRevokeFailureResult

func (*BatchGrantPermissionsResponseBody) SetCode

func (*BatchGrantPermissionsResponseBody) SetMessage

func (*BatchGrantPermissionsResponseBody) SetRequestId

func (*BatchGrantPermissionsResponseBody) SetSuccess

func (BatchGrantPermissionsResponseBody) String

type BatchRevokePermissionsRequest

type BatchRevokePermissionsRequest struct {
	// catalogId
	//
	// example:
	//
	// 1344371
	CatalogId          *string             `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	GrantRevokeEntries []*GrantRevokeEntry `json:"GrantRevokeEntries,omitempty" xml:"GrantRevokeEntries,omitempty" type:"Repeated"`
	// This parameter is required.
	//
	// example:
	//
	// Hive
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (BatchRevokePermissionsRequest) GoString

func (*BatchRevokePermissionsRequest) SetCatalogId

func (*BatchRevokePermissionsRequest) SetGrantRevokeEntries

func (*BatchRevokePermissionsRequest) SetType

func (BatchRevokePermissionsRequest) String

type BatchRevokePermissionsResponse

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

func (BatchRevokePermissionsResponse) GoString

func (*BatchRevokePermissionsResponse) SetHeaders

func (*BatchRevokePermissionsResponse) SetStatusCode

func (BatchRevokePermissionsResponse) String

type BatchRevokePermissionsResponseBody

type BatchRevokePermissionsResponseBody struct {
	// result
	BatchGrantRevokeFailureResult []*GrantRevokeFailureEntry `json:"BatchGrantRevokeFailureResult,omitempty" xml:"BatchGrantRevokeFailureResult,omitempty" type:"Repeated"`
	// Response Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message Code
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// C9E535E1-F040-56F4-B4EE-592B555DAE19
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchRevokePermissionsResponseBody) GoString

func (*BatchRevokePermissionsResponseBody) SetBatchGrantRevokeFailureResult

func (*BatchRevokePermissionsResponseBody) SetCode

func (*BatchRevokePermissionsResponseBody) SetMessage

func (*BatchRevokePermissionsResponseBody) SetRequestId

func (*BatchRevokePermissionsResponseBody) SetSuccess

func (BatchRevokePermissionsResponseBody) String

type BatchUpdatePartitionsRequest

type BatchUpdatePartitionsRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName    *string           `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	PartitionInputs []*PartitionInput `json:"PartitionInputs,omitempty" xml:"PartitionInputs,omitempty" type:"Repeated"`
	// example:
	//
	// test_table_20201223
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (BatchUpdatePartitionsRequest) GoString

func (s BatchUpdatePartitionsRequest) GoString() string

func (*BatchUpdatePartitionsRequest) SetCatalogId

func (*BatchUpdatePartitionsRequest) SetDatabaseName

func (*BatchUpdatePartitionsRequest) SetPartitionInputs

func (*BatchUpdatePartitionsRequest) SetTableName

func (BatchUpdatePartitionsRequest) String

type BatchUpdatePartitionsResponse

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

func (BatchUpdatePartitionsResponse) GoString

func (*BatchUpdatePartitionsResponse) SetBody

func (*BatchUpdatePartitionsResponse) SetHeaders

func (*BatchUpdatePartitionsResponse) SetStatusCode

func (BatchUpdatePartitionsResponse) String

type BatchUpdatePartitionsResponseBody

type BatchUpdatePartitionsResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message         *string           `json:"Message,omitempty" xml:"Message,omitempty"`
	PartitionErrors []*PartitionError `json:"PartitionErrors,omitempty" xml:"PartitionErrors,omitempty" type:"Repeated"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchUpdatePartitionsResponseBody) GoString

func (*BatchUpdatePartitionsResponseBody) SetCode

func (*BatchUpdatePartitionsResponseBody) SetMessage

func (*BatchUpdatePartitionsResponseBody) SetPartitionErrors

func (*BatchUpdatePartitionsResponseBody) SetRequestId

func (*BatchUpdatePartitionsResponseBody) SetSuccess

func (BatchUpdatePartitionsResponseBody) String

type BatchUpdateTablesRequest

type BatchUpdateTablesRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// true
	IsAsync     *bool         `json:"IsAsync,omitempty" xml:"IsAsync,omitempty"`
	TableInputs []*TableInput `json:"TableInputs,omitempty" xml:"TableInputs,omitempty" type:"Repeated"`
}

func (BatchUpdateTablesRequest) GoString

func (s BatchUpdateTablesRequest) GoString() string

func (*BatchUpdateTablesRequest) SetCatalogId

func (*BatchUpdateTablesRequest) SetDatabaseName

func (*BatchUpdateTablesRequest) SetIsAsync

func (*BatchUpdateTablesRequest) SetTableInputs

func (BatchUpdateTablesRequest) String

func (s BatchUpdateTablesRequest) String() string

type BatchUpdateTablesResponse

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

func (BatchUpdateTablesResponse) GoString

func (s BatchUpdateTablesResponse) GoString() string

func (*BatchUpdateTablesResponse) SetBody

func (*BatchUpdateTablesResponse) SetHeaders

func (*BatchUpdateTablesResponse) SetStatusCode

func (BatchUpdateTablesResponse) String

func (s BatchUpdateTablesResponse) String() string

type BatchUpdateTablesResponseBody

type BatchUpdateTablesResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
	// example:
	//
	// {"ErrorDetails":{},"TableName":"test"}
	TableErrors []*TableError `json:"TableErrors,omitempty" xml:"TableErrors,omitempty" type:"Repeated"`
	// example:
	//
	// f8deec55f54ac566e7ec8944fbe01588
	TaskId *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (BatchUpdateTablesResponseBody) GoString

func (*BatchUpdateTablesResponseBody) SetCode

func (*BatchUpdateTablesResponseBody) SetMessage

func (*BatchUpdateTablesResponseBody) SetRequestId

func (*BatchUpdateTablesResponseBody) SetSuccess

func (*BatchUpdateTablesResponseBody) SetTableErrors

func (*BatchUpdateTablesResponseBody) SetTaskId

func (BatchUpdateTablesResponseBody) String

type CancelQueryRequest

type CancelQueryRequest struct {
	// example:
	//
	// Q-BCA5E96CB84BB8B8
	QueryId *string `json:"QueryId,omitempty" xml:"QueryId,omitempty"`
}

func (CancelQueryRequest) GoString

func (s CancelQueryRequest) GoString() string

func (*CancelQueryRequest) SetQueryId

func (s *CancelQueryRequest) SetQueryId(v string) *CancelQueryRequest

func (CancelQueryRequest) String

func (s CancelQueryRequest) String() string

type CancelQueryResponse

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

func (CancelQueryResponse) GoString

func (s CancelQueryResponse) GoString() string

func (*CancelQueryResponse) SetBody

func (*CancelQueryResponse) SetHeaders

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

func (*CancelQueryResponse) SetStatusCode

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

func (CancelQueryResponse) String

func (s CancelQueryResponse) String() string

type CancelQueryResponseBody

type CancelQueryResponseBody struct {
	// example:
	//
	// Q-BCA5E96CB84BB8B8
	Data *string `json:"Data,omitempty" xml:"Data,omitempty"`
	// example:
	//
	// DB07AAE9-4B88-5DEA-8F1D-4D1A9A864A85
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CancelQueryResponseBody) GoString

func (s CancelQueryResponseBody) GoString() string

func (*CancelQueryResponseBody) SetData

func (*CancelQueryResponseBody) SetRequestId

func (*CancelQueryResponseBody) SetSuccess

func (CancelQueryResponseBody) String

func (s CancelQueryResponseBody) String() string

type Catalog

type Catalog struct {
	CatalogId           *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	CatalogType         *string `json:"CatalogType,omitempty" xml:"CatalogType,omitempty"`
	CreateTime          *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreatedBy           *string `json:"CreatedBy,omitempty" xml:"CreatedBy,omitempty"`
	DefaultCatalog      *bool   `json:"DefaultCatalog,omitempty" xml:"DefaultCatalog,omitempty"`
	Description         *string `json:"Description,omitempty" xml:"Description,omitempty"`
	JdbcEnabled         *bool   `json:"JdbcEnabled,omitempty" xml:"JdbcEnabled,omitempty"`
	LocationUri         *string `json:"LocationUri,omitempty" xml:"LocationUri,omitempty"`
	Owner               *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	Status              *string `json:"Status,omitempty" xml:"Status,omitempty"`
	StorageAccessConfig *string `json:"StorageAccessConfig,omitempty" xml:"StorageAccessConfig,omitempty"`
	ThriftEnabled       *bool   `json:"ThriftEnabled,omitempty" xml:"ThriftEnabled,omitempty"`
	UpdateTime          *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (Catalog) GoString

func (s Catalog) GoString() string

func (*Catalog) SetCatalogId

func (s *Catalog) SetCatalogId(v string) *Catalog

func (*Catalog) SetCatalogType added in v1.1.0

func (s *Catalog) SetCatalogType(v string) *Catalog

func (*Catalog) SetCreateTime

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

func (*Catalog) SetCreatedBy

func (s *Catalog) SetCreatedBy(v string) *Catalog

func (*Catalog) SetDefaultCatalog added in v1.1.0

func (s *Catalog) SetDefaultCatalog(v bool) *Catalog

func (*Catalog) SetDescription

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

func (*Catalog) SetJdbcEnabled added in v1.1.0

func (s *Catalog) SetJdbcEnabled(v bool) *Catalog

func (*Catalog) SetLocationUri

func (s *Catalog) SetLocationUri(v string) *Catalog

func (*Catalog) SetOwner

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

func (*Catalog) SetStatus

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

func (*Catalog) SetStorageAccessConfig added in v1.1.0

func (s *Catalog) SetStorageAccessConfig(v string) *Catalog

func (*Catalog) SetThriftEnabled added in v1.1.0

func (s *Catalog) SetThriftEnabled(v bool) *Catalog

func (*Catalog) SetUpdateTime

func (s *Catalog) SetUpdateTime(v int64) *Catalog

func (Catalog) String

func (s Catalog) String() string

type CatalogConnection added in v1.1.0

type CatalogConnection struct {
	JdbcPassword *string `json:"JdbcPassword,omitempty" xml:"JdbcPassword,omitempty"`
	JdbcUri      *string `json:"JdbcUri,omitempty" xml:"JdbcUri,omitempty"`
	JdbcUserName *string `json:"JdbcUserName,omitempty" xml:"JdbcUserName,omitempty"`
	ThriftUri    *string `json:"ThriftUri,omitempty" xml:"ThriftUri,omitempty"`
	// example:
	//
	// CONN-607A0053D874****
	VpcConnectionId *string `json:"VpcConnectionId,omitempty" xml:"VpcConnectionId,omitempty"`
}

func (CatalogConnection) GoString added in v1.1.0

func (s CatalogConnection) GoString() string

func (*CatalogConnection) SetJdbcPassword added in v1.1.0

func (s *CatalogConnection) SetJdbcPassword(v string) *CatalogConnection

func (*CatalogConnection) SetJdbcUri added in v1.1.0

func (s *CatalogConnection) SetJdbcUri(v string) *CatalogConnection

func (*CatalogConnection) SetJdbcUserName added in v1.1.0

func (s *CatalogConnection) SetJdbcUserName(v string) *CatalogConnection

func (*CatalogConnection) SetThriftUri added in v1.1.0

func (s *CatalogConnection) SetThriftUri(v string) *CatalogConnection

func (*CatalogConnection) SetVpcConnectionId added in v1.1.0

func (s *CatalogConnection) SetVpcConnectionId(v string) *CatalogConnection

func (CatalogConnection) String added in v1.1.0

func (s CatalogConnection) String() string

type CatalogInput

type CatalogInput struct {
	// This parameter is required.
	CatalogId           *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	CatalogType         *string `json:"CatalogType,omitempty" xml:"CatalogType,omitempty"`
	Description         *string `json:"Description,omitempty" xml:"Description,omitempty"`
	JdbcEnabled         *bool   `json:"JdbcEnabled,omitempty" xml:"JdbcEnabled,omitempty"`
	LocationUri         *string `json:"LocationUri,omitempty" xml:"LocationUri,omitempty"`
	Owner               *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	StorageAccessConfig *string `json:"StorageAccessConfig,omitempty" xml:"StorageAccessConfig,omitempty"`
	ThriftEnabled       *bool   `json:"ThriftEnabled,omitempty" xml:"ThriftEnabled,omitempty"`
}

func (CatalogInput) GoString

func (s CatalogInput) GoString() string

func (*CatalogInput) SetCatalogId

func (s *CatalogInput) SetCatalogId(v string) *CatalogInput

func (*CatalogInput) SetCatalogType added in v1.1.0

func (s *CatalogInput) SetCatalogType(v string) *CatalogInput

func (*CatalogInput) SetDescription

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

func (*CatalogInput) SetJdbcEnabled added in v1.1.0

func (s *CatalogInput) SetJdbcEnabled(v bool) *CatalogInput

func (*CatalogInput) SetLocationUri

func (s *CatalogInput) SetLocationUri(v string) *CatalogInput

func (*CatalogInput) SetOwner

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

func (*CatalogInput) SetStorageAccessConfig added in v1.1.0

func (s *CatalogInput) SetStorageAccessConfig(v string) *CatalogInput

func (*CatalogInput) SetThriftEnabled added in v1.1.0

func (s *CatalogInput) SetThriftEnabled(v bool) *CatalogInput

func (CatalogInput) String

func (s CatalogInput) String() string

type CatalogResource

type CatalogResource struct {
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
}

func (CatalogResource) GoString

func (s CatalogResource) GoString() string

func (*CatalogResource) SetCatalogId

func (s *CatalogResource) SetCatalogId(v string) *CatalogResource

func (CatalogResource) String

func (s CatalogResource) String() string

type CatalogSettings

type CatalogSettings struct {
	Config map[string]*string `json:"Config,omitempty" xml:"Config,omitempty"`
}

func (CatalogSettings) GoString

func (s CatalogSettings) GoString() string

func (*CatalogSettings) SetConfig

func (s *CatalogSettings) SetConfig(v map[string]*string) *CatalogSettings

func (CatalogSettings) String

func (s CatalogSettings) String() string

type CatalogVpcConnection added in v1.1.0

type CatalogVpcConnection struct {
	// example:
	//
	// catalog_test
	CatalogId      *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	ConnectionName *string `json:"ConnectionName,omitempty" xml:"ConnectionName,omitempty"`
	// example:
	//
	// CONNECTED
	ConnectionStatus *string `json:"ConnectionStatus,omitempty" xml:"ConnectionStatus,omitempty"`
	// example:
	//
	// 120215474170****
	Creator      *int64  `json:"Creator,omitempty" xml:"Creator,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	// example:
	//
	// 2023-07-12 15:26:12
	GmtCreate *string `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	// example:
	//
	// 2023-07-17 17:51:04
	GmtModified *string `json:"GmtModified,omitempty" xml:"GmtModified,omitempty"`
	JdbcUri     *string `json:"JdbcUri,omitempty" xml:"JdbcUri,omitempty"`
	// example:
	//
	// 120215474170****
	Modifier *int64 `json:"Modifier,omitempty" xml:"Modifier,omitempty"`
	// example:
	//
	// 120215474170****
	Owner *int64 `json:"Owner,omitempty" xml:"Owner,omitempty"`
	// example:
	//
	// cn-hangzhou
	RegionId         *string   `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	SecurityGroupIds []*string `json:"SecurityGroupIds,omitempty" xml:"SecurityGroupIds,omitempty" type:"Repeated"`
	ThriftUri        *string   `json:"ThriftUri,omitempty" xml:"ThriftUri,omitempty"`
	// example:
	//
	// CONN-607A0053D874****
	VpcConnectionId *string `json:"VpcConnectionId,omitempty" xml:"VpcConnectionId,omitempty"`
	// example:
	//
	// vpc-2ze0c41hvmesel7pu****
	VpcId *string                      `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	Zones []*CatalogVpcConnectionZones `json:"Zones,omitempty" xml:"Zones,omitempty" type:"Repeated"`
}

func (CatalogVpcConnection) GoString added in v1.1.0

func (s CatalogVpcConnection) GoString() string

func (*CatalogVpcConnection) SetCatalogId added in v1.1.0

func (s *CatalogVpcConnection) SetCatalogId(v string) *CatalogVpcConnection

func (*CatalogVpcConnection) SetConnectionName added in v1.1.0

func (s *CatalogVpcConnection) SetConnectionName(v string) *CatalogVpcConnection

func (*CatalogVpcConnection) SetConnectionStatus added in v1.1.0

func (s *CatalogVpcConnection) SetConnectionStatus(v string) *CatalogVpcConnection

func (*CatalogVpcConnection) SetCreator added in v1.1.0

func (*CatalogVpcConnection) SetErrorMessage added in v1.1.0

func (s *CatalogVpcConnection) SetErrorMessage(v string) *CatalogVpcConnection

func (*CatalogVpcConnection) SetGmtCreate added in v1.1.0

func (s *CatalogVpcConnection) SetGmtCreate(v string) *CatalogVpcConnection

func (*CatalogVpcConnection) SetGmtModified added in v1.1.0

func (s *CatalogVpcConnection) SetGmtModified(v string) *CatalogVpcConnection

func (*CatalogVpcConnection) SetJdbcUri added in v1.1.0

func (*CatalogVpcConnection) SetModifier added in v1.1.0

func (s *CatalogVpcConnection) SetModifier(v int64) *CatalogVpcConnection

func (*CatalogVpcConnection) SetOwner added in v1.1.0

func (*CatalogVpcConnection) SetRegionId added in v1.1.0

func (*CatalogVpcConnection) SetSecurityGroupIds added in v1.1.0

func (s *CatalogVpcConnection) SetSecurityGroupIds(v []*string) *CatalogVpcConnection

func (*CatalogVpcConnection) SetThriftUri added in v1.1.0

func (s *CatalogVpcConnection) SetThriftUri(v string) *CatalogVpcConnection

func (*CatalogVpcConnection) SetVpcConnectionId added in v1.1.0

func (s *CatalogVpcConnection) SetVpcConnectionId(v string) *CatalogVpcConnection

func (*CatalogVpcConnection) SetVpcId added in v1.1.0

func (*CatalogVpcConnection) SetZones added in v1.1.0

func (CatalogVpcConnection) String added in v1.1.0

func (s CatalogVpcConnection) String() string

type CatalogVpcConnectionInput added in v1.1.0

type CatalogVpcConnectionInput struct {
	ConnectionName   *string   `json:"ConnectionName,omitempty" xml:"ConnectionName,omitempty"`
	SecurityGroupIds []*string `json:"SecurityGroupIds,omitempty" xml:"SecurityGroupIds,omitempty" type:"Repeated"`
	// example:
	//
	// vpc-hp356stwkxg3fn2xe****
	VpcId *string                           `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	Zones []*CatalogVpcConnectionInputZones `json:"Zones,omitempty" xml:"Zones,omitempty" type:"Repeated"`
}

func (CatalogVpcConnectionInput) GoString added in v1.1.0

func (s CatalogVpcConnectionInput) GoString() string

func (*CatalogVpcConnectionInput) SetConnectionName added in v1.1.0

func (*CatalogVpcConnectionInput) SetSecurityGroupIds added in v1.1.0

func (s *CatalogVpcConnectionInput) SetSecurityGroupIds(v []*string) *CatalogVpcConnectionInput

func (*CatalogVpcConnectionInput) SetVpcId added in v1.1.0

func (*CatalogVpcConnectionInput) SetZones added in v1.1.0

func (CatalogVpcConnectionInput) String added in v1.1.0

func (s CatalogVpcConnectionInput) String() string

type CatalogVpcConnectionInputZones added in v1.1.0

type CatalogVpcConnectionInputZones struct {
	// example:
	//
	// 192.168.XX.XX
	IP *string `json:"IP,omitempty" xml:"IP,omitempty"`
	// example:
	//
	// vsw-hp3uf6045ljdhd5zr****
	VSwitchId *string `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	// example:
	//
	// cn-hangzhou-g
	ZoneId *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (CatalogVpcConnectionInputZones) GoString added in v1.1.0

func (*CatalogVpcConnectionInputZones) SetIP added in v1.1.0

func (*CatalogVpcConnectionInputZones) SetVSwitchId added in v1.1.0

func (*CatalogVpcConnectionInputZones) SetZoneId added in v1.1.0

func (CatalogVpcConnectionInputZones) String added in v1.1.0

type CatalogVpcConnectionZones added in v1.1.0

type CatalogVpcConnectionZones struct {
	// example:
	//
	// 192.168.XX.XX
	IP *string `json:"IP,omitempty" xml:"IP,omitempty"`
	// example:
	//
	// vsw-hp3uf6045ljdhd5zr****
	VSwitchId *string `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	// example:
	//
	// cn-hangzhou-g
	ZoneId *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (CatalogVpcConnectionZones) GoString added in v1.1.0

func (s CatalogVpcConnectionZones) GoString() string

func (*CatalogVpcConnectionZones) SetIP added in v1.1.0

func (*CatalogVpcConnectionZones) SetVSwitchId added in v1.1.0

func (*CatalogVpcConnectionZones) SetZoneId added in v1.1.0

func (CatalogVpcConnectionZones) String added in v1.1.0

func (s CatalogVpcConnectionZones) String() string

type CheckPermissionsRequest

type CheckPermissionsRequest struct {
	Body *AccessRequest `json:"Body,omitempty" xml:"Body,omitempty"`
}

func (CheckPermissionsRequest) GoString

func (s CheckPermissionsRequest) GoString() string

func (*CheckPermissionsRequest) SetBody

func (CheckPermissionsRequest) String

func (s CheckPermissionsRequest) String() string

type CheckPermissionsResponse

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

func (CheckPermissionsResponse) GoString

func (s CheckPermissionsResponse) GoString() string

func (*CheckPermissionsResponse) SetBody

func (*CheckPermissionsResponse) SetHeaders

func (*CheckPermissionsResponse) SetStatusCode

func (CheckPermissionsResponse) String

func (s CheckPermissionsResponse) String() string

type CheckPermissionsResponseBody

type CheckPermissionsResponseBody struct {
	// Response Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message Code
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// 81B90E1B-7514-5817-9D59-0EA9E2215876
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CheckPermissionsResponseBody) GoString

func (s CheckPermissionsResponseBody) GoString() string

func (*CheckPermissionsResponseBody) SetCode

func (*CheckPermissionsResponseBody) SetMessage

func (*CheckPermissionsResponseBody) SetRequestId

func (*CheckPermissionsResponseBody) SetSuccess

func (CheckPermissionsResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) AbortLock

func (client *Client) AbortLock(request *AbortLockRequest) (_result *AbortLockResponse, _err error)

Summary:

abort lock context with the lockid

@param request - AbortLockRequest

@return AbortLockResponse

func (*Client) AbortLockWithOptions

func (client *Client) AbortLockWithOptions(request *AbortLockRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AbortLockResponse, _err error)

Summary:

abort lock context with the lockid

@param request - AbortLockRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return AbortLockResponse

func (*Client) BatchCreatePartitions

func (client *Client) BatchCreatePartitions(request *BatchCreatePartitionsRequest) (_result *BatchCreatePartitionsResponse, _err error)

Summary:

批量创建分区

@param request - BatchCreatePartitionsRequest

@return BatchCreatePartitionsResponse

func (*Client) BatchCreatePartitionsWithOptions

func (client *Client) BatchCreatePartitionsWithOptions(request *BatchCreatePartitionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BatchCreatePartitionsResponse, _err error)

Summary:

批量创建分区

@param request - BatchCreatePartitionsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return BatchCreatePartitionsResponse

func (*Client) BatchCreateTables

func (client *Client) BatchCreateTables(request *BatchCreateTablesRequest) (_result *BatchCreateTablesResponse, _err error)

Summary:

批量创建表

@param request - BatchCreateTablesRequest

@return BatchCreateTablesResponse

func (*Client) BatchCreateTablesWithOptions

func (client *Client) BatchCreateTablesWithOptions(request *BatchCreateTablesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BatchCreateTablesResponse, _err error)

Summary:

批量创建表

@param request - BatchCreateTablesRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return BatchCreateTablesResponse

func (*Client) BatchDeletePartitions

func (client *Client) BatchDeletePartitions(request *BatchDeletePartitionsRequest) (_result *BatchDeletePartitionsResponse, _err error)

Summary:

batch delete partitions

@param request - BatchDeletePartitionsRequest

@return BatchDeletePartitionsResponse

func (*Client) BatchDeletePartitionsWithOptions

func (client *Client) BatchDeletePartitionsWithOptions(request *BatchDeletePartitionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BatchDeletePartitionsResponse, _err error)

Summary:

batch delete partitions

@param request - BatchDeletePartitionsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return BatchDeletePartitionsResponse

func (*Client) BatchDeleteTableVersions

func (client *Client) BatchDeleteTableVersions(request *BatchDeleteTableVersionsRequest) (_result *BatchDeleteTableVersionsResponse, _err error)

Summary:

BatchDeleteTableVersions

@param request - BatchDeleteTableVersionsRequest

@return BatchDeleteTableVersionsResponse

func (*Client) BatchDeleteTableVersionsWithOptions

func (client *Client) BatchDeleteTableVersionsWithOptions(request *BatchDeleteTableVersionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BatchDeleteTableVersionsResponse, _err error)

Summary:

BatchDeleteTableVersions

@param request - BatchDeleteTableVersionsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return BatchDeleteTableVersionsResponse

func (*Client) BatchDeleteTables

func (client *Client) BatchDeleteTables(request *BatchDeleteTablesRequest) (_result *BatchDeleteTablesResponse, _err error)

Summary:

BatchDeleteTables

@param request - BatchDeleteTablesRequest

@return BatchDeleteTablesResponse

func (*Client) BatchDeleteTablesWithOptions

func (client *Client) BatchDeleteTablesWithOptions(request *BatchDeleteTablesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BatchDeleteTablesResponse, _err error)

Summary:

BatchDeleteTables

@param request - BatchDeleteTablesRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return BatchDeleteTablesResponse

func (*Client) BatchGetPartitionColumnStatistics

func (client *Client) BatchGetPartitionColumnStatistics(request *BatchGetPartitionColumnStatisticsRequest) (_result *BatchGetPartitionColumnStatisticsResponse, _err error)

Summary:

Batch Get Partition Column Statistics

@param request - BatchGetPartitionColumnStatisticsRequest

@return BatchGetPartitionColumnStatisticsResponse

func (*Client) BatchGetPartitionColumnStatisticsWithOptions

func (client *Client) BatchGetPartitionColumnStatisticsWithOptions(request *BatchGetPartitionColumnStatisticsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BatchGetPartitionColumnStatisticsResponse, _err error)

Summary:

Batch Get Partition Column Statistics

@param request - BatchGetPartitionColumnStatisticsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return BatchGetPartitionColumnStatisticsResponse

func (*Client) BatchGetPartitions

func (client *Client) BatchGetPartitions(request *BatchGetPartitionsRequest) (_result *BatchGetPartitionsResponse, _err error)

Summary:

batch get partitions

@param request - BatchGetPartitionsRequest

@return BatchGetPartitionsResponse

func (*Client) BatchGetPartitionsWithOptions

func (client *Client) BatchGetPartitionsWithOptions(request *BatchGetPartitionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BatchGetPartitionsResponse, _err error)

Summary:

batch get partitions

@param request - BatchGetPartitionsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return BatchGetPartitionsResponse

func (*Client) BatchGetTables

func (client *Client) BatchGetTables(request *BatchGetTablesRequest) (_result *BatchGetTablesResponse, _err error)

Summary:

batch get tables

@param request - BatchGetTablesRequest

@return BatchGetTablesResponse

func (*Client) BatchGetTablesWithOptions

func (client *Client) BatchGetTablesWithOptions(request *BatchGetTablesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BatchGetTablesResponse, _err error)

Summary:

batch get tables

@param request - BatchGetTablesRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return BatchGetTablesResponse

func (*Client) BatchGrantPermissions

func (client *Client) BatchGrantPermissions(request *BatchGrantPermissionsRequest) (_result *BatchGrantPermissionsResponse, _err error)

Summary:

批量授权

@param request - BatchGrantPermissionsRequest

@return BatchGrantPermissionsResponse

func (*Client) BatchGrantPermissionsWithOptions

func (client *Client) BatchGrantPermissionsWithOptions(request *BatchGrantPermissionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BatchGrantPermissionsResponse, _err error)

Summary:

批量授权

@param request - BatchGrantPermissionsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return BatchGrantPermissionsResponse

func (*Client) BatchRevokePermissions

func (client *Client) BatchRevokePermissions(request *BatchRevokePermissionsRequest) (_result *BatchRevokePermissionsResponse, _err error)

Summary:

批量取消授权

@param request - BatchRevokePermissionsRequest

@return BatchRevokePermissionsResponse

func (*Client) BatchRevokePermissionsWithOptions

func (client *Client) BatchRevokePermissionsWithOptions(request *BatchRevokePermissionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BatchRevokePermissionsResponse, _err error)

Summary:

批量取消授权

@param request - BatchRevokePermissionsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return BatchRevokePermissionsResponse

func (*Client) BatchUpdatePartitions

func (client *Client) BatchUpdatePartitions(request *BatchUpdatePartitionsRequest) (_result *BatchUpdatePartitionsResponse, _err error)

Summary:

batch update partitions

@param request - BatchUpdatePartitionsRequest

@return BatchUpdatePartitionsResponse

func (*Client) BatchUpdatePartitionsWithOptions

func (client *Client) BatchUpdatePartitionsWithOptions(request *BatchUpdatePartitionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BatchUpdatePartitionsResponse, _err error)

Summary:

batch update partitions

@param request - BatchUpdatePartitionsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return BatchUpdatePartitionsResponse

func (*Client) BatchUpdateTables

func (client *Client) BatchUpdateTables(request *BatchUpdateTablesRequest) (_result *BatchUpdateTablesResponse, _err error)

Summary:

批量更新表

@param request - BatchUpdateTablesRequest

@return BatchUpdateTablesResponse

func (*Client) BatchUpdateTablesWithOptions

func (client *Client) BatchUpdateTablesWithOptions(request *BatchUpdateTablesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BatchUpdateTablesResponse, _err error)

Summary:

批量更新表

@param request - BatchUpdateTablesRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return BatchUpdateTablesResponse

func (*Client) CancelQuery

func (client *Client) CancelQuery(request *CancelQueryRequest) (_result *CancelQueryResponse, _err error)

Summary:

取消查询任务

@param request - CancelQueryRequest

@return CancelQueryResponse

func (*Client) CancelQueryWithOptions

func (client *Client) CancelQueryWithOptions(request *CancelQueryRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CancelQueryResponse, _err error)

Summary:

取消查询任务

@param request - CancelQueryRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return CancelQueryResponse

func (*Client) CheckPermissions

func (client *Client) CheckPermissions(request *CheckPermissionsRequest) (_result *CheckPermissionsResponse, _err error)

Summary:

Check permissions

@param request - CheckPermissionsRequest

@return CheckPermissionsResponse

func (*Client) CheckPermissionsWithOptions

func (client *Client) CheckPermissionsWithOptions(request *CheckPermissionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CheckPermissionsResponse, _err error)

Summary:

Check permissions

@param request - CheckPermissionsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return CheckPermissionsResponse

func (*Client) CreateCatalog

func (client *Client) CreateCatalog(request *CreateCatalogRequest) (_result *CreateCatalogResponse, _err error)

Summary:

创建数据湖Catalog

@param request - CreateCatalogRequest

@return CreateCatalogResponse

func (*Client) CreateCatalogWithOptions

func (client *Client) CreateCatalogWithOptions(request *CreateCatalogRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateCatalogResponse, _err error)

Summary:

创建数据湖Catalog

@param request - CreateCatalogRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return CreateCatalogResponse

func (*Client) CreateDatabase

func (client *Client) CreateDatabase(request *CreateDatabaseRequest) (_result *CreateDatabaseResponse, _err error)

Summary:

create database

@param request - CreateDatabaseRequest

@return CreateDatabaseResponse

func (*Client) CreateDatabaseWithOptions

func (client *Client) CreateDatabaseWithOptions(request *CreateDatabaseRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateDatabaseResponse, _err error)

Summary:

create database

@param request - CreateDatabaseRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return CreateDatabaseResponse

func (*Client) CreateFunction

func (client *Client) CreateFunction(request *CreateFunctionRequest) (_result *CreateFunctionResponse, _err error)

Summary:

Create function

@param request - CreateFunctionRequest

@return CreateFunctionResponse

func (*Client) CreateFunctionWithOptions

func (client *Client) CreateFunctionWithOptions(request *CreateFunctionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateFunctionResponse, _err error)

Summary:

Create function

@param request - CreateFunctionRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return CreateFunctionResponse

func (*Client) CreateLock

func (client *Client) CreateLock(request *CreateLockRequest) (_result *CreateLockResponse, _err error)

Summary:

create lock

@param request - CreateLockRequest

@return CreateLockResponse

func (*Client) CreateLockWithOptions

func (client *Client) CreateLockWithOptions(request *CreateLockRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateLockResponse, _err error)

Summary:

create lock

@param request - CreateLockRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return CreateLockResponse

func (*Client) CreatePartition

func (client *Client) CreatePartition(request *CreatePartitionRequest) (_result *CreatePartitionResponse, _err error)

Summary:

Create Partition

@param request - CreatePartitionRequest

@return CreatePartitionResponse

func (*Client) CreatePartitionWithOptions

func (client *Client) CreatePartitionWithOptions(request *CreatePartitionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreatePartitionResponse, _err error)

Summary:

Create Partition

@param request - CreatePartitionRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return CreatePartitionResponse

func (*Client) CreateRole

func (client *Client) CreateRole(request *CreateRoleRequest) (_result *CreateRoleResponse, _err error)

Summary:

创建数据糊角色

@param request - CreateRoleRequest

@return CreateRoleResponse

func (*Client) CreateRoleWithOptions

func (client *Client) CreateRoleWithOptions(request *CreateRoleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateRoleResponse, _err error)

Summary:

创建数据糊角色

@param request - CreateRoleRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return CreateRoleResponse

func (*Client) CreateTable

func (client *Client) CreateTable(request *CreateTableRequest) (_result *CreateTableResponse, _err error)

Summary:

Create tables

@param request - CreateTableRequest

@return CreateTableResponse

func (*Client) CreateTableWithOptions

func (client *Client) CreateTableWithOptions(request *CreateTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateTableResponse, _err error)

Summary:

Create tables

@param request - CreateTableRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return CreateTableResponse

func (*Client) DeleteCatalog

func (client *Client) DeleteCatalog(request *DeleteCatalogRequest) (_result *DeleteCatalogResponse, _err error)

Summary:

Delete Catalog by catalogId

@param request - DeleteCatalogRequest

@return DeleteCatalogResponse

func (*Client) DeleteCatalogWithOptions

func (client *Client) DeleteCatalogWithOptions(request *DeleteCatalogRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteCatalogResponse, _err error)

Summary:

Delete Catalog by catalogId

@param request - DeleteCatalogRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return DeleteCatalogResponse

func (*Client) DeleteDatabase

func (client *Client) DeleteDatabase(request *DeleteDatabaseRequest) (_result *DeleteDatabaseResponse, _err error)

Summary:

Delete database by catalogId and database name

@param request - DeleteDatabaseRequest

@return DeleteDatabaseResponse

func (*Client) DeleteDatabaseWithOptions

func (client *Client) DeleteDatabaseWithOptions(request *DeleteDatabaseRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteDatabaseResponse, _err error)

Summary:

Delete database by catalogId and database name

@param request - DeleteDatabaseRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return DeleteDatabaseResponse

func (*Client) DeleteFunction

func (client *Client) DeleteFunction(request *DeleteFunctionRequest) (_result *DeleteFunctionResponse, _err error)

Summary:

Delete function

@param request - DeleteFunctionRequest

@return DeleteFunctionResponse

func (*Client) DeleteFunctionWithOptions

func (client *Client) DeleteFunctionWithOptions(request *DeleteFunctionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteFunctionResponse, _err error)

Summary:

Delete function

@param request - DeleteFunctionRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return DeleteFunctionResponse

func (*Client) DeletePartition

func (client *Client) DeletePartition(request *DeletePartitionRequest) (_result *DeletePartitionResponse, _err error)

Summary:

delete partition

@param request - DeletePartitionRequest

@return DeletePartitionResponse

func (*Client) DeletePartitionColumnStatistics

func (client *Client) DeletePartitionColumnStatistics(request *DeletePartitionColumnStatisticsRequest) (_result *DeletePartitionColumnStatisticsResponse, _err error)

Summary:

DeletePartitionColumnStatistics

@param request - DeletePartitionColumnStatisticsRequest

@return DeletePartitionColumnStatisticsResponse

func (*Client) DeletePartitionColumnStatisticsWithOptions

func (client *Client) DeletePartitionColumnStatisticsWithOptions(tmpReq *DeletePartitionColumnStatisticsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeletePartitionColumnStatisticsResponse, _err error)

Summary:

DeletePartitionColumnStatistics

@param tmpReq - DeletePartitionColumnStatisticsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return DeletePartitionColumnStatisticsResponse

func (*Client) DeletePartitionWithOptions

func (client *Client) DeletePartitionWithOptions(request *DeletePartitionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeletePartitionResponse, _err error)

Summary:

delete partition

@param request - DeletePartitionRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return DeletePartitionResponse

func (*Client) DeleteRole

func (client *Client) DeleteRole(request *DeleteRoleRequest) (_result *DeleteRoleResponse, _err error)

Summary:

删除角色

@param request - DeleteRoleRequest

@return DeleteRoleResponse

func (*Client) DeleteRoleWithOptions

func (client *Client) DeleteRoleWithOptions(request *DeleteRoleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteRoleResponse, _err error)

Summary:

删除角色

@param request - DeleteRoleRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return DeleteRoleResponse

func (*Client) DeleteTable

func (client *Client) DeleteTable(request *DeleteTableRequest) (_result *DeleteTableResponse, _err error)

Summary:

delete table

@param request - DeleteTableRequest

@return DeleteTableResponse

func (*Client) DeleteTableColumnStatistics

func (client *Client) DeleteTableColumnStatistics(request *DeleteTableColumnStatisticsRequest) (_result *DeleteTableColumnStatisticsResponse, _err error)

Summary:

DeleteTableColumnStatistics

@param request - DeleteTableColumnStatisticsRequest

@return DeleteTableColumnStatisticsResponse

func (*Client) DeleteTableColumnStatisticsWithOptions

func (client *Client) DeleteTableColumnStatisticsWithOptions(tmpReq *DeleteTableColumnStatisticsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteTableColumnStatisticsResponse, _err error)

Summary:

DeleteTableColumnStatistics

@param tmpReq - DeleteTableColumnStatisticsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return DeleteTableColumnStatisticsResponse

func (*Client) DeleteTableVersion

func (client *Client) DeleteTableVersion(request *DeleteTableVersionRequest) (_result *DeleteTableVersionResponse, _err error)

Summary:

delete table version

@param request - DeleteTableVersionRequest

@return DeleteTableVersionResponse

func (*Client) DeleteTableVersionWithOptions

func (client *Client) DeleteTableVersionWithOptions(request *DeleteTableVersionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteTableVersionResponse, _err error)

Summary:

delete table version

@param request - DeleteTableVersionRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return DeleteTableVersionResponse

func (*Client) DeleteTableWithOptions

func (client *Client) DeleteTableWithOptions(request *DeleteTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteTableResponse, _err error)

Summary:

delete table

@param request - DeleteTableRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return DeleteTableResponse

func (*Client) DeregisterLocation

func (client *Client) DeregisterLocation(request *DeregisterLocationRequest) (_result *DeregisterLocationResponse, _err error)

Summary:

取消注册Location

@param request - DeregisterLocationRequest

@return DeregisterLocationResponse

func (*Client) DeregisterLocationWithOptions

func (client *Client) DeregisterLocationWithOptions(request *DeregisterLocationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeregisterLocationResponse, _err error)

Summary:

取消注册Location

@param request - DeregisterLocationRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return DeregisterLocationResponse

func (*Client) DescribeRegions

func (client *Client) DescribeRegions() (_result *DescribeRegionsResponse, _err error)

@return DescribeRegionsResponse

func (*Client) DescribeRegionsWithOptions

func (client *Client) DescribeRegionsWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeRegionsResponse, _err error)

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return DescribeRegionsResponse

func (*Client) GetAsyncTaskStatus

func (client *Client) GetAsyncTaskStatus(request *GetAsyncTaskStatusRequest) (_result *GetAsyncTaskStatusResponse, _err error)

Summary:

GetAsyncTaskStatus

@param request - GetAsyncTaskStatusRequest

@return GetAsyncTaskStatusResponse

func (*Client) GetAsyncTaskStatusWithOptions

func (client *Client) GetAsyncTaskStatusWithOptions(request *GetAsyncTaskStatusRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetAsyncTaskStatusResponse, _err error)

Summary:

GetAsyncTaskStatus

@param request - GetAsyncTaskStatusRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetAsyncTaskStatusResponse

func (*Client) GetCatalog

func (client *Client) GetCatalog(request *GetCatalogRequest) (_result *GetCatalogResponse, _err error)

Summary:

获取Catalog

@param request - GetCatalogRequest

@return GetCatalogResponse

func (*Client) GetCatalogSettings

func (client *Client) GetCatalogSettings(request *GetCatalogSettingsRequest) (_result *GetCatalogSettingsResponse, _err error)

Summary:

获取数据湖配置

@param request - GetCatalogSettingsRequest

@return GetCatalogSettingsResponse

func (*Client) GetCatalogSettingsWithOptions

func (client *Client) GetCatalogSettingsWithOptions(request *GetCatalogSettingsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetCatalogSettingsResponse, _err error)

Summary:

获取数据湖配置

@param request - GetCatalogSettingsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetCatalogSettingsResponse

func (*Client) GetCatalogWithOptions

func (client *Client) GetCatalogWithOptions(request *GetCatalogRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetCatalogResponse, _err error)

Summary:

获取Catalog

@param request - GetCatalogRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetCatalogResponse

func (*Client) GetDatabase

func (client *Client) GetDatabase(request *GetDatabaseRequest) (_result *GetDatabaseResponse, _err error)

Summary:

Get Database

@param request - GetDatabaseRequest

@return GetDatabaseResponse

func (*Client) GetDatabaseProfile added in v1.1.0

func (client *Client) GetDatabaseProfile(request *GetDatabaseProfileRequest) (_result *GetDatabaseProfileResponse, _err error)

Summary:

获取库数据概览信息

@param request - GetDatabaseProfileRequest

@return GetDatabaseProfileResponse

func (*Client) GetDatabaseProfileWithOptions added in v1.1.0

func (client *Client) GetDatabaseProfileWithOptions(request *GetDatabaseProfileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDatabaseProfileResponse, _err error)

Summary:

获取库数据概览信息

@param request - GetDatabaseProfileRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetDatabaseProfileResponse

func (*Client) GetDatabaseWithOptions

func (client *Client) GetDatabaseWithOptions(request *GetDatabaseRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDatabaseResponse, _err error)

Summary:

Get Database

@param request - GetDatabaseRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetDatabaseResponse

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetFunction

func (client *Client) GetFunction(request *GetFunctionRequest) (_result *GetFunctionResponse, _err error)

Summary:

Get Function

@param request - GetFunctionRequest

@return GetFunctionResponse

func (*Client) GetFunctionWithOptions

func (client *Client) GetFunctionWithOptions(request *GetFunctionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetFunctionResponse, _err error)

Summary:

Get Function

@param request - GetFunctionRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetFunctionResponse

func (*Client) GetLifecycleRule

func (client *Client) GetLifecycleRule(request *GetLifecycleRuleRequest) (_result *GetLifecycleRuleResponse, _err error)

Summary:

获取生命周期规则

@param request - GetLifecycleRuleRequest

@return GetLifecycleRuleResponse

func (*Client) GetLifecycleRuleWithOptions

func (client *Client) GetLifecycleRuleWithOptions(request *GetLifecycleRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetLifecycleRuleResponse, _err error)

Summary:

获取生命周期规则

@param request - GetLifecycleRuleRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetLifecycleRuleResponse

func (*Client) GetLock

func (client *Client) GetLock(request *GetLockRequest) (_result *GetLockResponse, _err error)

Summary:

get lock status

@param request - GetLockRequest

@return GetLockResponse

func (*Client) GetLockWithOptions

func (client *Client) GetLockWithOptions(request *GetLockRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetLockResponse, _err error)

Summary:

get lock status

@param request - GetLockRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetLockResponse

func (*Client) GetPartition

func (client *Client) GetPartition(request *GetPartitionRequest) (_result *GetPartitionResponse, _err error)

Summary:

get partition

@param request - GetPartitionRequest

@return GetPartitionResponse

func (*Client) GetPartitionColumnStatistics

func (client *Client) GetPartitionColumnStatistics(request *GetPartitionColumnStatisticsRequest) (_result *GetPartitionColumnStatisticsResponse, _err error)

Summary:

Batch Get Partition Column Statistics

@param request - GetPartitionColumnStatisticsRequest

@return GetPartitionColumnStatisticsResponse

func (*Client) GetPartitionColumnStatisticsWithOptions

func (client *Client) GetPartitionColumnStatisticsWithOptions(tmpReq *GetPartitionColumnStatisticsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPartitionColumnStatisticsResponse, _err error)

Summary:

Batch Get Partition Column Statistics

@param tmpReq - GetPartitionColumnStatisticsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetPartitionColumnStatisticsResponse

func (*Client) GetPartitionWithOptions

func (client *Client) GetPartitionWithOptions(request *GetPartitionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPartitionResponse, _err error)

Summary:

get partition

@param request - GetPartitionRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetPartitionResponse

func (*Client) GetQueryResult

func (client *Client) GetQueryResult(request *GetQueryResultRequest) (_result *GetQueryResultResponse, _err error)

Summary:

获取查询结果

@param request - GetQueryResultRequest

@return GetQueryResultResponse

func (*Client) GetQueryResultWithOptions

func (client *Client) GetQueryResultWithOptions(request *GetQueryResultRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetQueryResultResponse, _err error)

Summary:

获取查询结果

@param request - GetQueryResultRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetQueryResultResponse

func (*Client) GetRegionStatus

func (client *Client) GetRegionStatus(request *GetRegionStatusRequest) (_result *GetRegionStatusResponse, _err error)

@param request - GetRegionStatusRequest

@return GetRegionStatusResponse

func (*Client) GetRegionStatusWithOptions

func (client *Client) GetRegionStatusWithOptions(request *GetRegionStatusRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRegionStatusResponse, _err error)

@param request - GetRegionStatusRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetRegionStatusResponse

func (*Client) GetRole

func (client *Client) GetRole(request *GetRoleRequest) (_result *GetRoleResponse, _err error)

Summary:

GetRole

@param request - GetRoleRequest

@return GetRoleResponse

func (*Client) GetRoleWithOptions

func (client *Client) GetRoleWithOptions(request *GetRoleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRoleResponse, _err error)

Summary:

GetRole

@param request - GetRoleRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetRoleResponse

func (*Client) GetServiceStatus

func (client *Client) GetServiceStatus(request *GetServiceStatusRequest) (_result *GetServiceStatusResponse, _err error)

@param request - GetServiceStatusRequest

@return GetServiceStatusResponse

func (*Client) GetServiceStatusWithOptions

func (client *Client) GetServiceStatusWithOptions(request *GetServiceStatusRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetServiceStatusResponse, _err error)

@param request - GetServiceStatusRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetServiceStatusResponse

func (*Client) GetTable

func (client *Client) GetTable(request *GetTableRequest) (_result *GetTableResponse, _err error)

Summary:

Get table

@param request - GetTableRequest

@return GetTableResponse

func (*Client) GetTableColumnStatistics

func (client *Client) GetTableColumnStatistics(request *GetTableColumnStatisticsRequest) (_result *GetTableColumnStatisticsResponse, _err error)

Summary:

An example of API

@param request - GetTableColumnStatisticsRequest

@return GetTableColumnStatisticsResponse

func (*Client) GetTableColumnStatisticsWithOptions

func (client *Client) GetTableColumnStatisticsWithOptions(tmpReq *GetTableColumnStatisticsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetTableColumnStatisticsResponse, _err error)

Summary:

An example of API

@param tmpReq - GetTableColumnStatisticsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetTableColumnStatisticsResponse

func (*Client) GetTableProfile

func (client *Client) GetTableProfile(request *GetTableProfileRequest) (_result *GetTableProfileResponse, _err error)

Summary:

获取表数据概况信息

@param request - GetTableProfileRequest

@return GetTableProfileResponse

func (*Client) GetTableProfileWithOptions

func (client *Client) GetTableProfileWithOptions(request *GetTableProfileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetTableProfileResponse, _err error)

Summary:

获取表数据概况信息

@param request - GetTableProfileRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetTableProfileResponse

func (*Client) GetTableVersion

func (client *Client) GetTableVersion(request *GetTableVersionRequest) (_result *GetTableVersionResponse, _err error)

Summary:

Get table version

@param request - GetTableVersionRequest

@return GetTableVersionResponse

func (*Client) GetTableVersionWithOptions

func (client *Client) GetTableVersionWithOptions(request *GetTableVersionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetTableVersionResponse, _err error)

Summary:

Get table version

@param request - GetTableVersionRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetTableVersionResponse

func (*Client) GetTableWithOptions

func (client *Client) GetTableWithOptions(request *GetTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetTableResponse, _err error)

Summary:

Get table

@param request - GetTableRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetTableResponse

func (*Client) GrantPermissions

func (client *Client) GrantPermissions(request *GrantPermissionsRequest) (_result *GrantPermissionsResponse, _err error)

Summary:

赋予Principal资源的权限

@param request - GrantPermissionsRequest

@return GrantPermissionsResponse

func (*Client) GrantPermissionsWithOptions

func (client *Client) GrantPermissionsWithOptions(request *GrantPermissionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GrantPermissionsResponse, _err error)

Summary:

赋予Principal资源的权限

@param request - GrantPermissionsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GrantPermissionsResponse

func (*Client) GrantRoleToUsers

func (client *Client) GrantRoleToUsers(request *GrantRoleToUsersRequest) (_result *GrantRoleToUsersResponse, _err error)

Summary:

Grant 单个角色给一个或多个用户

@param request - GrantRoleToUsersRequest

@return GrantRoleToUsersResponse

func (*Client) GrantRoleToUsersWithOptions

func (client *Client) GrantRoleToUsersWithOptions(request *GrantRoleToUsersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GrantRoleToUsersResponse, _err error)

Summary:

Grant 单个角色给一个或多个用户

@param request - GrantRoleToUsersRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GrantRoleToUsersResponse

func (*Client) GrantRolesToUser

func (client *Client) GrantRolesToUser(request *GrantRolesToUserRequest) (_result *GrantRolesToUserResponse, _err error)

Summary:

Grant 一个或多个角色给一个用户

@param request - GrantRolesToUserRequest

@return GrantRolesToUserResponse

func (*Client) GrantRolesToUserWithOptions

func (client *Client) GrantRolesToUserWithOptions(request *GrantRolesToUserRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GrantRolesToUserResponse, _err error)

Summary:

Grant 一个或多个角色给一个用户

@param request - GrantRolesToUserRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GrantRolesToUserResponse

func (*Client) Init

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

func (*Client) ListCatalogs

func (client *Client) ListCatalogs(request *ListCatalogsRequest) (_result *ListCatalogsResponse, _err error)

Summary:

ListCatalogs

@param request - ListCatalogsRequest

@return ListCatalogsResponse

func (*Client) ListCatalogsWithOptions

func (client *Client) ListCatalogsWithOptions(request *ListCatalogsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListCatalogsResponse, _err error)

Summary:

ListCatalogs

@param request - ListCatalogsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListCatalogsResponse

func (*Client) ListDatabases

func (client *Client) ListDatabases(request *ListDatabasesRequest) (_result *ListDatabasesResponse, _err error)

Summary:

Get Databases List

@param request - ListDatabasesRequest

@return ListDatabasesResponse

func (*Client) ListDatabasesWithOptions

func (client *Client) ListDatabasesWithOptions(request *ListDatabasesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDatabasesResponse, _err error)

Summary:

Get Databases List

@param request - ListDatabasesRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListDatabasesResponse

func (*Client) ListFunctionNames

func (client *Client) ListFunctionNames(request *ListFunctionNamesRequest) (_result *ListFunctionNamesResponse, _err error)

Summary:

list function names

@param request - ListFunctionNamesRequest

@return ListFunctionNamesResponse

func (*Client) ListFunctionNamesWithOptions

func (client *Client) ListFunctionNamesWithOptions(request *ListFunctionNamesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFunctionNamesResponse, _err error)

Summary:

list function names

@param request - ListFunctionNamesRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListFunctionNamesResponse

func (*Client) ListFunctions

func (client *Client) ListFunctions(request *ListFunctionsRequest) (_result *ListFunctionsResponse, _err error)

Summary:

list functions

@param request - ListFunctionsRequest

@return ListFunctionsResponse

func (*Client) ListFunctionsWithOptions

func (client *Client) ListFunctionsWithOptions(request *ListFunctionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFunctionsResponse, _err error)

Summary:

list functions

@param request - ListFunctionsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListFunctionsResponse

func (*Client) ListPartitionNames

func (client *Client) ListPartitionNames(request *ListPartitionNamesRequest) (_result *ListPartitionNamesResponse, _err error)

Summary:

partition names

@param request - ListPartitionNamesRequest

@return ListPartitionNamesResponse

func (*Client) ListPartitionNamesWithOptions

func (client *Client) ListPartitionNamesWithOptions(request *ListPartitionNamesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPartitionNamesResponse, _err error)

Summary:

partition names

@param request - ListPartitionNamesRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListPartitionNamesResponse

func (*Client) ListPartitions

func (client *Client) ListPartitions(request *ListPartitionsRequest) (_result *ListPartitionsResponse, _err error)

Summary:

list partitions

@param request - ListPartitionsRequest

@return ListPartitionsResponse

func (*Client) ListPartitionsByExpr

func (client *Client) ListPartitionsByExpr() (_result *ListPartitionsByExprResponse, _err error)

@return ListPartitionsByExprResponse

func (*Client) ListPartitionsByExprWithOptions

func (client *Client) ListPartitionsByExprWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPartitionsByExprResponse, _err error)

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListPartitionsByExprResponse

func (*Client) ListPartitionsByFilter

func (client *Client) ListPartitionsByFilter(request *ListPartitionsByFilterRequest) (_result *ListPartitionsByFilterResponse, _err error)

Summary:

list partitions by filter

@param request - ListPartitionsByFilterRequest

@return ListPartitionsByFilterResponse

func (*Client) ListPartitionsByFilterWithOptions

func (client *Client) ListPartitionsByFilterWithOptions(request *ListPartitionsByFilterRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPartitionsByFilterResponse, _err error)

Summary:

list partitions by filter

@param request - ListPartitionsByFilterRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListPartitionsByFilterResponse

func (*Client) ListPartitionsProfile added in v1.1.0

func (client *Client) ListPartitionsProfile(request *ListPartitionsProfileRequest) (_result *ListPartitionsProfileResponse, _err error)

Summary:

获取分区数据概况信息

@param request - ListPartitionsProfileRequest

@return ListPartitionsProfileResponse

func (*Client) ListPartitionsProfileWithOptions added in v1.1.0

func (client *Client) ListPartitionsProfileWithOptions(tmpReq *ListPartitionsProfileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPartitionsProfileResponse, _err error)

Summary:

获取分区数据概况信息

@param tmpReq - ListPartitionsProfileRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListPartitionsProfileResponse

func (*Client) ListPartitionsWithOptions

func (client *Client) ListPartitionsWithOptions(request *ListPartitionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPartitionsResponse, _err error)

Summary:

list partitions

@param request - ListPartitionsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListPartitionsResponse

func (*Client) ListPermissions

func (client *Client) ListPermissions(request *ListPermissionsRequest) (_result *ListPermissionsResponse, _err error)

Summary:

获取指定资源或指定Principal的权限信息

@param request - ListPermissionsRequest

@return ListPermissionsResponse

func (*Client) ListPermissionsWithOptions

func (client *Client) ListPermissionsWithOptions(request *ListPermissionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPermissionsResponse, _err error)

Summary:

获取指定资源或指定Principal的权限信息

@param request - ListPermissionsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListPermissionsResponse

func (*Client) ListRoleUsers

func (client *Client) ListRoleUsers(request *ListRoleUsersRequest) (_result *ListRoleUsersResponse, _err error)

Summary:

查询用户角色列表

@param request - ListRoleUsersRequest

@return ListRoleUsersResponse

func (*Client) ListRoleUsersWithOptions

func (client *Client) ListRoleUsersWithOptions(request *ListRoleUsersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRoleUsersResponse, _err error)

Summary:

查询用户角色列表

@param request - ListRoleUsersRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListRoleUsersResponse

func (*Client) ListRoles

func (client *Client) ListRoles(request *ListRolesRequest) (_result *ListRolesResponse, _err error)

Summary:

ListRoles

@param request - ListRolesRequest

@return ListRolesResponse

func (*Client) ListRolesWithOptions

func (client *Client) ListRolesWithOptions(request *ListRolesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRolesResponse, _err error)

Summary:

ListRoles

@param request - ListRolesRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListRolesResponse

func (*Client) ListTableNames

func (client *Client) ListTableNames(request *ListTableNamesRequest) (_result *ListTableNamesResponse, _err error)

Summary:

list table names

@param request - ListTableNamesRequest

@return ListTableNamesResponse

func (*Client) ListTableNamesWithOptions

func (client *Client) ListTableNamesWithOptions(request *ListTableNamesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListTableNamesResponse, _err error)

Summary:

list table names

@param request - ListTableNamesRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListTableNamesResponse

func (*Client) ListTableVersions

func (client *Client) ListTableVersions(request *ListTableVersionsRequest) (_result *ListTableVersionsResponse, _err error)

Summary:

List table versions

@param request - ListTableVersionsRequest

@return ListTableVersionsResponse

func (*Client) ListTableVersionsWithOptions

func (client *Client) ListTableVersionsWithOptions(request *ListTableVersionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListTableVersionsResponse, _err error)

Summary:

List table versions

@param request - ListTableVersionsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListTableVersionsResponse

func (*Client) ListTables

func (client *Client) ListTables(request *ListTablesRequest) (_result *ListTablesResponse, _err error)

Summary:

list tables

@param request - ListTablesRequest

@return ListTablesResponse

func (*Client) ListTablesWithOptions

func (client *Client) ListTablesWithOptions(request *ListTablesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListTablesResponse, _err error)

Summary:

list tables

@param request - ListTablesRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListTablesResponse

func (*Client) ListUserRoles

func (client *Client) ListUserRoles(request *ListUserRolesRequest) (_result *ListUserRolesResponse, _err error)

Summary:

查询用户角色列表

@param request - ListUserRolesRequest

@return ListUserRolesResponse

func (*Client) ListUserRolesWithOptions

func (client *Client) ListUserRolesWithOptions(request *ListUserRolesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListUserRolesResponse, _err error)

Summary:

查询用户角色列表

@param request - ListUserRolesRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return ListUserRolesResponse

func (*Client) RefreshLock

func (client *Client) RefreshLock(request *RefreshLockRequest) (_result *RefreshLockResponse, _err error)

Summary:

refresh to keep the lock alive

@param request - RefreshLockRequest

@return RefreshLockResponse

func (*Client) RefreshLockWithOptions

func (client *Client) RefreshLockWithOptions(request *RefreshLockRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RefreshLockResponse, _err error)

Summary:

refresh to keep the lock alive

@param request - RefreshLockRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return RefreshLockResponse

func (*Client) RegisterLocation

func (client *Client) RegisterLocation(request *RegisterLocationRequest) (_result *RegisterLocationResponse, _err error)

Summary:

注册Location

@param request - RegisterLocationRequest

@return RegisterLocationResponse

func (*Client) RegisterLocationWithOptions

func (client *Client) RegisterLocationWithOptions(request *RegisterLocationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RegisterLocationResponse, _err error)

Summary:

注册Location

@param request - RegisterLocationRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return RegisterLocationResponse

func (*Client) RenamePartition

func (client *Client) RenamePartition(request *RenamePartitionRequest) (_result *RenamePartitionResponse, _err error)

Summary:

rename partition

@param request - RenamePartitionRequest

@return RenamePartitionResponse

func (*Client) RenamePartitionWithOptions

func (client *Client) RenamePartitionWithOptions(request *RenamePartitionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RenamePartitionResponse, _err error)

Summary:

rename partition

@param request - RenamePartitionRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return RenamePartitionResponse

func (*Client) RenameTable

func (client *Client) RenameTable(request *RenameTableRequest) (_result *RenameTableResponse, _err error)

Summary:

rename table

@param request - RenameTableRequest

@return RenameTableResponse

func (*Client) RenameTableWithOptions

func (client *Client) RenameTableWithOptions(request *RenameTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RenameTableResponse, _err error)

Summary:

rename table

@param request - RenameTableRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return RenameTableResponse

func (*Client) RevokePermissions

func (client *Client) RevokePermissions(request *RevokePermissionsRequest) (_result *RevokePermissionsResponse, _err error)

Summary:

取消Principal资源的权限

@param request - RevokePermissionsRequest

@return RevokePermissionsResponse

func (*Client) RevokePermissionsWithOptions

func (client *Client) RevokePermissionsWithOptions(request *RevokePermissionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RevokePermissionsResponse, _err error)

Summary:

取消Principal资源的权限

@param request - RevokePermissionsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return RevokePermissionsResponse

func (*Client) RevokeRoleFromUsers

func (client *Client) RevokeRoleFromUsers(request *RevokeRoleFromUsersRequest) (_result *RevokeRoleFromUsersResponse, _err error)

Summary:

批量将该角色从这些用户中revoke

@param request - RevokeRoleFromUsersRequest

@return RevokeRoleFromUsersResponse

func (*Client) RevokeRoleFromUsersWithOptions

func (client *Client) RevokeRoleFromUsersWithOptions(request *RevokeRoleFromUsersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RevokeRoleFromUsersResponse, _err error)

Summary:

批量将该角色从这些用户中revoke

@param request - RevokeRoleFromUsersRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return RevokeRoleFromUsersResponse

func (*Client) RevokeRolesFromUser

func (client *Client) RevokeRolesFromUser(request *RevokeRolesFromUserRequest) (_result *RevokeRolesFromUserResponse, _err error)

Summary:

批量Revoke该用户的角色

@param request - RevokeRolesFromUserRequest

@return RevokeRolesFromUserResponse

func (*Client) RevokeRolesFromUserWithOptions

func (client *Client) RevokeRolesFromUserWithOptions(request *RevokeRolesFromUserRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RevokeRolesFromUserResponse, _err error)

Summary:

批量Revoke该用户的角色

@param request - RevokeRolesFromUserRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return RevokeRolesFromUserResponse

func (*Client) RunMigrationWorkflow

func (client *Client) RunMigrationWorkflow(request *RunMigrationWorkflowRequest) (_result *RunMigrationWorkflowResponse, _err error)

Summary:

运行元数据迁移任务

@param request - RunMigrationWorkflowRequest

@return RunMigrationWorkflowResponse

func (*Client) RunMigrationWorkflowWithOptions

func (client *Client) RunMigrationWorkflowWithOptions(request *RunMigrationWorkflowRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RunMigrationWorkflowResponse, _err error)

Summary:

运行元数据迁移任务

@param request - RunMigrationWorkflowRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return RunMigrationWorkflowResponse

func (*Client) Search

func (client *Client) Search(request *SearchRequest) (_result *SearchResponse, _err error)

Summary:

@param request - SearchRequest

@return SearchResponse

func (*Client) SearchAcrossCatalog

func (client *Client) SearchAcrossCatalog(request *SearchAcrossCatalogRequest) (_result *SearchAcrossCatalogResponse, _err error)

Summary:

DLF 跨Catalog检索元数据

@param request - SearchAcrossCatalogRequest

@return SearchAcrossCatalogResponse

func (*Client) SearchAcrossCatalogWithOptions

func (client *Client) SearchAcrossCatalogWithOptions(request *SearchAcrossCatalogRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *SearchAcrossCatalogResponse, _err error)

Summary:

DLF 跨Catalog检索元数据

@param request - SearchAcrossCatalogRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return SearchAcrossCatalogResponse

func (*Client) SearchWithOptions

func (client *Client) SearchWithOptions(request *SearchRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *SearchResponse, _err error)

Summary:

DLF 元数据search

@param request - SearchRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return SearchResponse

func (*Client) StopMigrationWorkflow

func (client *Client) StopMigrationWorkflow(request *StopMigrationWorkflowRequest) (_result *StopMigrationWorkflowResponse, _err error)

Summary:

停止元数据迁移任务

@param request - StopMigrationWorkflowRequest

@return StopMigrationWorkflowResponse

func (*Client) StopMigrationWorkflowWithOptions

func (client *Client) StopMigrationWorkflowWithOptions(request *StopMigrationWorkflowRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StopMigrationWorkflowResponse, _err error)

Summary:

停止元数据迁移任务

@param request - StopMigrationWorkflowRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return StopMigrationWorkflowResponse

func (*Client) SubmitQuery

func (client *Client) SubmitQuery(request *SubmitQueryRequest) (_result *SubmitQueryResponse, _err error)

@param request - SubmitQueryRequest

@return SubmitQueryResponse

func (*Client) SubmitQueryWithOptions

func (client *Client) SubmitQueryWithOptions(request *SubmitQueryRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *SubmitQueryResponse, _err error)

@param request - SubmitQueryRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return SubmitQueryResponse

func (*Client) UnLock

func (client *Client) UnLock(request *UnLockRequest) (_result *UnLockResponse, _err error)

Summary:

unlock

@param request - UnLockRequest

@return UnLockResponse

func (*Client) UnLockWithOptions

func (client *Client) UnLockWithOptions(request *UnLockRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UnLockResponse, _err error)

Summary:

unlock

@param request - UnLockRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return UnLockResponse

func (*Client) UpdateCatalog

func (client *Client) UpdateCatalog(request *UpdateCatalogRequest) (_result *UpdateCatalogResponse, _err error)

Summary:

更新数据湖Catalog

@param request - UpdateCatalogRequest

@return UpdateCatalogResponse

func (*Client) UpdateCatalogSettings

func (client *Client) UpdateCatalogSettings(request *UpdateCatalogSettingsRequest) (_result *UpdateCatalogSettingsResponse, _err error)

Summary:

获取数据湖配置

@param request - UpdateCatalogSettingsRequest

@return UpdateCatalogSettingsResponse

func (*Client) UpdateCatalogSettingsWithOptions

func (client *Client) UpdateCatalogSettingsWithOptions(request *UpdateCatalogSettingsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateCatalogSettingsResponse, _err error)

Summary:

获取数据湖配置

@param request - UpdateCatalogSettingsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return UpdateCatalogSettingsResponse

func (*Client) UpdateCatalogWithOptions

func (client *Client) UpdateCatalogWithOptions(request *UpdateCatalogRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateCatalogResponse, _err error)

Summary:

更新数据湖Catalog

@param request - UpdateCatalogRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return UpdateCatalogResponse

func (*Client) UpdateDatabase

func (client *Client) UpdateDatabase(request *UpdateDatabaseRequest) (_result *UpdateDatabaseResponse, _err error)

Summary:

Update database

@param request - UpdateDatabaseRequest

@return UpdateDatabaseResponse

func (*Client) UpdateDatabaseWithOptions

func (client *Client) UpdateDatabaseWithOptions(request *UpdateDatabaseRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateDatabaseResponse, _err error)

Summary:

Update database

@param request - UpdateDatabaseRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return UpdateDatabaseResponse

func (*Client) UpdateFunction

func (client *Client) UpdateFunction(request *UpdateFunctionRequest) (_result *UpdateFunctionResponse, _err error)

Summary:

update function

@param request - UpdateFunctionRequest

@return UpdateFunctionResponse

func (*Client) UpdateFunctionWithOptions

func (client *Client) UpdateFunctionWithOptions(request *UpdateFunctionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateFunctionResponse, _err error)

Summary:

update function

@param request - UpdateFunctionRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return UpdateFunctionResponse

func (*Client) UpdatePartitionColumnStatistics

func (client *Client) UpdatePartitionColumnStatistics(request *UpdatePartitionColumnStatisticsRequest) (_result *UpdatePartitionColumnStatisticsResponse, _err error)

Summary:

update partition columnstatistics

@param request - UpdatePartitionColumnStatisticsRequest

@return UpdatePartitionColumnStatisticsResponse

func (*Client) UpdatePartitionColumnStatisticsWithOptions

func (client *Client) UpdatePartitionColumnStatisticsWithOptions(request *UpdatePartitionColumnStatisticsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdatePartitionColumnStatisticsResponse, _err error)

Summary:

update partition columnstatistics

@param request - UpdatePartitionColumnStatisticsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return UpdatePartitionColumnStatisticsResponse

func (*Client) UpdatePermissions

func (client *Client) UpdatePermissions(request *UpdatePermissionsRequest) (_result *UpdatePermissionsResponse, _err error)

Summary:

赋予Principal资源的权限

@param request - UpdatePermissionsRequest

@return UpdatePermissionsResponse

func (*Client) UpdatePermissionsWithOptions

func (client *Client) UpdatePermissionsWithOptions(request *UpdatePermissionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdatePermissionsResponse, _err error)

Summary:

赋予Principal资源的权限

@param request - UpdatePermissionsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return UpdatePermissionsResponse

func (*Client) UpdateRegisteredLocation

func (client *Client) UpdateRegisteredLocation(request *UpdateRegisteredLocationRequest) (_result *UpdateRegisteredLocationResponse, _err error)

Summary:

修改Location

@param request - UpdateRegisteredLocationRequest

@return UpdateRegisteredLocationResponse

func (*Client) UpdateRegisteredLocationWithOptions

func (client *Client) UpdateRegisteredLocationWithOptions(request *UpdateRegisteredLocationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateRegisteredLocationResponse, _err error)

Summary:

修改Location

@param request - UpdateRegisteredLocationRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return UpdateRegisteredLocationResponse

func (*Client) UpdateRole

func (client *Client) UpdateRole(request *UpdateRoleRequest) (_result *UpdateRoleResponse, _err error)

Summary:

更新角色

@param request - UpdateRoleRequest

@return UpdateRoleResponse

func (*Client) UpdateRoleUsers

func (client *Client) UpdateRoleUsers(request *UpdateRoleUsersRequest) (_result *UpdateRoleUsersResponse, _err error)

Summary:

更新Role中的Users

@param request - UpdateRoleUsersRequest

@return UpdateRoleUsersResponse

func (*Client) UpdateRoleUsersWithOptions

func (client *Client) UpdateRoleUsersWithOptions(request *UpdateRoleUsersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateRoleUsersResponse, _err error)

Summary:

更新Role中的Users

@param request - UpdateRoleUsersRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return UpdateRoleUsersResponse

func (*Client) UpdateRoleWithOptions

func (client *Client) UpdateRoleWithOptions(request *UpdateRoleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateRoleResponse, _err error)

Summary:

更新角色

@param request - UpdateRoleRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return UpdateRoleResponse

func (*Client) UpdateTable

func (client *Client) UpdateTable(request *UpdateTableRequest) (_result *UpdateTableResponse, _err error)

Summary:

update table

@param request - UpdateTableRequest

@return UpdateTableResponse

func (*Client) UpdateTableColumnStatistics

func (client *Client) UpdateTableColumnStatistics(request *UpdateTableColumnStatisticsRequest) (_result *UpdateTableColumnStatisticsResponse, _err error)

Summary:

update table columnstatistics

@param request - UpdateTableColumnStatisticsRequest

@return UpdateTableColumnStatisticsResponse

func (*Client) UpdateTableColumnStatisticsWithOptions

func (client *Client) UpdateTableColumnStatisticsWithOptions(request *UpdateTableColumnStatisticsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateTableColumnStatisticsResponse, _err error)

Summary:

update table columnstatistics

@param request - UpdateTableColumnStatisticsRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return UpdateTableColumnStatisticsResponse

func (*Client) UpdateTableWithOptions

func (client *Client) UpdateTableWithOptions(request *UpdateTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateTableResponse, _err error)

Summary:

update table

@param request - UpdateTableRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return UpdateTableResponse

type ColumnResource

type ColumnResource struct {
	ColumnNames []*string `json:"ColumnNames,omitempty" xml:"ColumnNames,omitempty" type:"Repeated"`
	// example:
	//
	// default
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// test
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (ColumnResource) GoString

func (s ColumnResource) GoString() string

func (*ColumnResource) SetColumnNames

func (s *ColumnResource) SetColumnNames(v []*string) *ColumnResource

func (*ColumnResource) SetDatabaseName

func (s *ColumnResource) SetDatabaseName(v string) *ColumnResource

func (*ColumnResource) SetTableName

func (s *ColumnResource) SetTableName(v string) *ColumnResource

func (ColumnResource) String

func (s ColumnResource) String() string

type ColumnStatistics

type ColumnStatistics struct {
	ColumnStatisticsDesc    *ColumnStatisticsDesc  `json:"ColumnStatisticsDesc,omitempty" xml:"ColumnStatisticsDesc,omitempty"`
	ColumnStatisticsObjList []*ColumnStatisticsObj `json:"ColumnStatisticsObjList,omitempty" xml:"ColumnStatisticsObjList,omitempty" type:"Repeated"`
	Engine                  *string                `json:"Engine,omitempty" xml:"Engine,omitempty"`
	IsStatsCompliant        *bool                  `json:"IsStatsCompliant,omitempty" xml:"IsStatsCompliant,omitempty"`
}

func (ColumnStatistics) GoString

func (s ColumnStatistics) GoString() string

func (*ColumnStatistics) SetColumnStatisticsDesc

func (s *ColumnStatistics) SetColumnStatisticsDesc(v *ColumnStatisticsDesc) *ColumnStatistics

func (*ColumnStatistics) SetColumnStatisticsObjList

func (s *ColumnStatistics) SetColumnStatisticsObjList(v []*ColumnStatisticsObj) *ColumnStatistics

func (*ColumnStatistics) SetEngine

func (s *ColumnStatistics) SetEngine(v string) *ColumnStatistics

func (*ColumnStatistics) SetIsStatsCompliant

func (s *ColumnStatistics) SetIsStatsCompliant(v bool) *ColumnStatistics

func (ColumnStatistics) String

func (s ColumnStatistics) String() string

type ColumnStatisticsDesc

type ColumnStatisticsDesc struct {
	LastAnalyzedTime *int64  `json:"LastAnalyzedTime,omitempty" xml:"LastAnalyzedTime,omitempty"`
	PartitionName    *string `json:"PartitionName,omitempty" xml:"PartitionName,omitempty"`
}

func (ColumnStatisticsDesc) GoString

func (s ColumnStatisticsDesc) GoString() string

func (*ColumnStatisticsDesc) SetLastAnalyzedTime

func (s *ColumnStatisticsDesc) SetLastAnalyzedTime(v int64) *ColumnStatisticsDesc

func (*ColumnStatisticsDesc) SetPartitionName

func (s *ColumnStatisticsDesc) SetPartitionName(v string) *ColumnStatisticsDesc

func (ColumnStatisticsDesc) String

func (s ColumnStatisticsDesc) String() string

type ColumnStatisticsObj

type ColumnStatisticsObj struct {
	ColumnName           *string                                  `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	ColumnStatisticsData *ColumnStatisticsObjColumnStatisticsData `json:"ColumnStatisticsData,omitempty" xml:"ColumnStatisticsData,omitempty" type:"Struct"`
	ColumnType           *string                                  `json:"ColumnType,omitempty" xml:"ColumnType,omitempty"`
}

func (ColumnStatisticsObj) GoString

func (s ColumnStatisticsObj) GoString() string

func (*ColumnStatisticsObj) SetColumnName

func (s *ColumnStatisticsObj) SetColumnName(v string) *ColumnStatisticsObj

func (*ColumnStatisticsObj) SetColumnStatisticsData

func (*ColumnStatisticsObj) SetColumnType

func (s *ColumnStatisticsObj) SetColumnType(v string) *ColumnStatisticsObj

func (ColumnStatisticsObj) String

func (s ColumnStatisticsObj) String() string

type ColumnStatisticsObjColumnStatisticsData

type ColumnStatisticsObjColumnStatisticsData struct {
	StatisticsData *string `json:"StatisticsData,omitempty" xml:"StatisticsData,omitempty"`
	StatisticsType *string `json:"StatisticsType,omitempty" xml:"StatisticsType,omitempty"`
}

func (ColumnStatisticsObjColumnStatisticsData) GoString

func (*ColumnStatisticsObjColumnStatisticsData) SetStatisticsData

func (*ColumnStatisticsObjColumnStatisticsData) SetStatisticsType

func (ColumnStatisticsObjColumnStatisticsData) String

type CreateCatalogRequest

type CreateCatalogRequest struct {
	// cataloginput
	CatalogInput *CatalogInput `json:"CatalogInput,omitempty" xml:"CatalogInput,omitempty"`
}

func (CreateCatalogRequest) GoString

func (s CreateCatalogRequest) GoString() string

func (*CreateCatalogRequest) SetCatalogInput

func (s *CreateCatalogRequest) SetCatalogInput(v *CatalogInput) *CreateCatalogRequest

func (CreateCatalogRequest) String

func (s CreateCatalogRequest) String() string

type CreateCatalogResponse

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

func (CreateCatalogResponse) GoString

func (s CreateCatalogResponse) GoString() string

func (*CreateCatalogResponse) SetBody

func (*CreateCatalogResponse) SetHeaders

func (*CreateCatalogResponse) SetStatusCode

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

func (CreateCatalogResponse) String

func (s CreateCatalogResponse) String() string

type CreateCatalogResponseBody

type CreateCatalogResponseBody struct {
	// Response Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Response Message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// BA84F8D4-5160-5544-BE76-3A306CD3A7B0
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateCatalogResponseBody) GoString

func (s CreateCatalogResponseBody) GoString() string

func (*CreateCatalogResponseBody) SetCode

func (*CreateCatalogResponseBody) SetMessage

func (*CreateCatalogResponseBody) SetRequestId

func (*CreateCatalogResponseBody) SetSuccess

func (CreateCatalogResponseBody) String

func (s CreateCatalogResponseBody) String() string

type CreateDatabaseRequest

type CreateDatabaseRequest struct {
	// example:
	//
	// 1344371
	CatalogId     *string        `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	DatabaseInput *DatabaseInput `json:"DatabaseInput,omitempty" xml:"DatabaseInput,omitempty"`
}

func (CreateDatabaseRequest) GoString

func (s CreateDatabaseRequest) GoString() string

func (*CreateDatabaseRequest) SetCatalogId

func (*CreateDatabaseRequest) SetDatabaseInput

func (CreateDatabaseRequest) String

func (s CreateDatabaseRequest) String() string

type CreateDatabaseResponse

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

func (CreateDatabaseResponse) GoString

func (s CreateDatabaseResponse) GoString() string

func (*CreateDatabaseResponse) SetBody

func (*CreateDatabaseResponse) SetHeaders

func (*CreateDatabaseResponse) SetStatusCode

func (CreateDatabaseResponse) String

func (s CreateDatabaseResponse) String() string

type CreateDatabaseResponseBody

type CreateDatabaseResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateDatabaseResponseBody) GoString

func (s CreateDatabaseResponseBody) GoString() string

func (*CreateDatabaseResponseBody) SetCode

func (*CreateDatabaseResponseBody) SetMessage

func (*CreateDatabaseResponseBody) SetRequestId

func (*CreateDatabaseResponseBody) SetSuccess

func (CreateDatabaseResponseBody) String

type CreateFunctionRequest

type CreateFunctionRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName  *string        `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	FunctionInput *FunctionInput `json:"FunctionInput,omitempty" xml:"FunctionInput,omitempty"`
}

func (CreateFunctionRequest) GoString

func (s CreateFunctionRequest) GoString() string

func (*CreateFunctionRequest) SetCatalogId

func (*CreateFunctionRequest) SetDatabaseName

func (s *CreateFunctionRequest) SetDatabaseName(v string) *CreateFunctionRequest

func (*CreateFunctionRequest) SetFunctionInput

func (CreateFunctionRequest) String

func (s CreateFunctionRequest) String() string

type CreateFunctionResponse

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

func (CreateFunctionResponse) GoString

func (s CreateFunctionResponse) GoString() string

func (*CreateFunctionResponse) SetBody

func (*CreateFunctionResponse) SetHeaders

func (*CreateFunctionResponse) SetStatusCode

func (CreateFunctionResponse) String

func (s CreateFunctionResponse) String() string

type CreateFunctionResponseBody

type CreateFunctionResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateFunctionResponseBody) GoString

func (s CreateFunctionResponseBody) GoString() string

func (*CreateFunctionResponseBody) SetCode

func (*CreateFunctionResponseBody) SetMessage

func (*CreateFunctionResponseBody) SetRequestId

func (*CreateFunctionResponseBody) SetSuccess

func (CreateFunctionResponseBody) String

type CreateLockRequest

type CreateLockRequest struct {
	// LockObjList
	//
	// example:
	//
	// {"databaseName":"db","tableName":"test"}
	LockObjList []*LockObj `json:"LockObjList,omitempty" xml:"LockObjList,omitempty" type:"Repeated"`
}

func (CreateLockRequest) GoString

func (s CreateLockRequest) GoString() string

func (*CreateLockRequest) SetLockObjList

func (s *CreateLockRequest) SetLockObjList(v []*LockObj) *CreateLockRequest

func (CreateLockRequest) String

func (s CreateLockRequest) String() string

type CreateLockResponse

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

func (CreateLockResponse) GoString

func (s CreateLockResponse) GoString() string

func (*CreateLockResponse) SetBody

func (*CreateLockResponse) SetHeaders

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

func (*CreateLockResponse) SetStatusCode

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

func (CreateLockResponse) String

func (s CreateLockResponse) String() string

type CreateLockResponseBody

type CreateLockResponseBody struct {
	// Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// {"lockId":12323,"lockStatus":"ACQUIRED"}
	LockStatus *LockStatus `json:"LockStatus,omitempty" xml:"LockStatus,omitempty"`
	// Message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// 73201200-4C1A-4FEF-BD6B-C0DA7994FFA2
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// True
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateLockResponseBody) GoString

func (s CreateLockResponseBody) GoString() string

func (*CreateLockResponseBody) SetCode

func (*CreateLockResponseBody) SetLockStatus

func (*CreateLockResponseBody) SetMessage

func (*CreateLockResponseBody) SetRequestId

func (*CreateLockResponseBody) SetSuccess

func (CreateLockResponseBody) String

func (s CreateLockResponseBody) String() string

type CreatePartitionRequest

type CreatePartitionRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// true
	IfNotExists *bool `json:"IfNotExists,omitempty" xml:"IfNotExists,omitempty"`
	// example:
	//
	// true
	NeedResult     *bool           `json:"NeedResult,omitempty" xml:"NeedResult,omitempty"`
	PartitionInput *PartitionInput `json:"PartitionInput,omitempty" xml:"PartitionInput,omitempty"`
	// example:
	//
	// test_table_20201223
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (CreatePartitionRequest) GoString

func (s CreatePartitionRequest) GoString() string

func (*CreatePartitionRequest) SetCatalogId

func (*CreatePartitionRequest) SetDatabaseName

func (s *CreatePartitionRequest) SetDatabaseName(v string) *CreatePartitionRequest

func (*CreatePartitionRequest) SetIfNotExists

func (s *CreatePartitionRequest) SetIfNotExists(v bool) *CreatePartitionRequest

func (*CreatePartitionRequest) SetNeedResult

func (s *CreatePartitionRequest) SetNeedResult(v bool) *CreatePartitionRequest

func (*CreatePartitionRequest) SetPartitionInput

func (*CreatePartitionRequest) SetTableName

func (CreatePartitionRequest) String

func (s CreatePartitionRequest) String() string

type CreatePartitionResponse

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

func (CreatePartitionResponse) GoString

func (s CreatePartitionResponse) GoString() string

func (*CreatePartitionResponse) SetBody

func (*CreatePartitionResponse) SetHeaders

func (*CreatePartitionResponse) SetStatusCode

func (CreatePartitionResponse) String

func (s CreatePartitionResponse) String() string

type CreatePartitionResponseBody

type CreatePartitionResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message   *string    `json:"Message,omitempty" xml:"Message,omitempty"`
	Partition *Partition `json:"Partition,omitempty" xml:"Partition,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreatePartitionResponseBody) GoString

func (s CreatePartitionResponseBody) GoString() string

func (*CreatePartitionResponseBody) SetCode

func (*CreatePartitionResponseBody) SetMessage

func (*CreatePartitionResponseBody) SetPartition

func (*CreatePartitionResponseBody) SetRequestId

func (*CreatePartitionResponseBody) SetSuccess

func (CreatePartitionResponseBody) String

type CreateRoleRequest

type CreateRoleRequest struct {
	Body *RoleInput `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateRoleRequest) GoString

func (s CreateRoleRequest) GoString() string

func (*CreateRoleRequest) SetBody

func (CreateRoleRequest) String

func (s CreateRoleRequest) String() string

type CreateRoleResponse

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

func (CreateRoleResponse) GoString

func (s CreateRoleResponse) GoString() string

func (*CreateRoleResponse) SetBody

func (*CreateRoleResponse) SetHeaders

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

func (*CreateRoleResponse) SetStatusCode

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

func (CreateRoleResponse) String

func (s CreateRoleResponse) String() string

type CreateRoleResponseBody

type CreateRoleResponseBody struct {
	// code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// 77BC2016-BA80-570F-BD15-2FB80281FED6
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateRoleResponseBody) GoString

func (s CreateRoleResponseBody) GoString() string

func (*CreateRoleResponseBody) SetCode

func (*CreateRoleResponseBody) SetMessage

func (*CreateRoleResponseBody) SetRequestId

func (*CreateRoleResponseBody) SetSuccess

func (CreateRoleResponseBody) String

func (s CreateRoleResponseBody) String() string

type CreateTableRequest

type CreateTableRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string     `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	TableInput   *TableInput `json:"TableInput,omitempty" xml:"TableInput,omitempty"`
}

func (CreateTableRequest) GoString

func (s CreateTableRequest) GoString() string

func (*CreateTableRequest) SetCatalogId

func (s *CreateTableRequest) SetCatalogId(v string) *CreateTableRequest

func (*CreateTableRequest) SetDatabaseName

func (s *CreateTableRequest) SetDatabaseName(v string) *CreateTableRequest

func (*CreateTableRequest) SetTableInput

func (s *CreateTableRequest) SetTableInput(v *TableInput) *CreateTableRequest

func (CreateTableRequest) String

func (s CreateTableRequest) String() string

type CreateTableResponse

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

func (CreateTableResponse) GoString

func (s CreateTableResponse) GoString() string

func (*CreateTableResponse) SetBody

func (*CreateTableResponse) SetHeaders

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

func (*CreateTableResponse) SetStatusCode

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

func (CreateTableResponse) String

func (s CreateTableResponse) String() string

type CreateTableResponseBody

type CreateTableResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateTableResponseBody) GoString

func (s CreateTableResponseBody) GoString() string

func (*CreateTableResponseBody) SetCode

func (*CreateTableResponseBody) SetMessage

func (*CreateTableResponseBody) SetRequestId

func (*CreateTableResponseBody) SetSuccess

func (CreateTableResponseBody) String

func (s CreateTableResponseBody) String() string

type Database

type Database struct {
	CreateTime  *int32  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreatedBy   *string `json:"CreatedBy,omitempty" xml:"CreatedBy,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	// example:
	//
	// oss://examplebuket/exampledb
	LocationUri *string                `json:"LocationUri,omitempty" xml:"LocationUri,omitempty"`
	Name        *string                `json:"Name,omitempty" xml:"Name,omitempty"`
	OwnerName   *string                `json:"OwnerName,omitempty" xml:"OwnerName,omitempty"`
	OwnerType   *string                `json:"OwnerType,omitempty" xml:"OwnerType,omitempty"`
	Parameters  map[string]*string     `json:"Parameters,omitempty" xml:"Parameters,omitempty"`
	Privileges  *PrincipalPrivilegeSet `json:"Privileges,omitempty" xml:"Privileges,omitempty"`
	UpdateTime  *int32                 `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (Database) GoString

func (s Database) GoString() string

func (*Database) SetCreateTime

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

func (*Database) SetCreatedBy

func (s *Database) SetCreatedBy(v string) *Database

func (*Database) SetDescription

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

func (*Database) SetLocationUri

func (s *Database) SetLocationUri(v string) *Database

func (*Database) SetName

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

func (*Database) SetOwnerName

func (s *Database) SetOwnerName(v string) *Database

func (*Database) SetOwnerType

func (s *Database) SetOwnerType(v string) *Database

func (*Database) SetParameters

func (s *Database) SetParameters(v map[string]*string) *Database

func (*Database) SetPrivileges

func (s *Database) SetPrivileges(v *PrincipalPrivilegeSet) *Database

func (*Database) SetUpdateTime

func (s *Database) SetUpdateTime(v int32) *Database

func (Database) String

func (s Database) String() string

type DatabaseInput

type DatabaseInput struct {
	CreateTime  *int32  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	// example:
	//
	// oss://examplebuket/exampledb
	LocationUri *string                `json:"LocationUri,omitempty" xml:"LocationUri,omitempty"`
	Name        *string                `json:"Name,omitempty" xml:"Name,omitempty"`
	OwnerName   *string                `json:"OwnerName,omitempty" xml:"OwnerName,omitempty"`
	OwnerType   *string                `json:"OwnerType,omitempty" xml:"OwnerType,omitempty"`
	Parameters  map[string]*string     `json:"Parameters,omitempty" xml:"Parameters,omitempty"`
	Privileges  *PrincipalPrivilegeSet `json:"Privileges,omitempty" xml:"Privileges,omitempty"`
}

func (DatabaseInput) GoString

func (s DatabaseInput) GoString() string

func (*DatabaseInput) SetCreateTime

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

func (*DatabaseInput) SetDescription

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

func (*DatabaseInput) SetLocationUri

func (s *DatabaseInput) SetLocationUri(v string) *DatabaseInput

func (*DatabaseInput) SetName

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

func (*DatabaseInput) SetOwnerName

func (s *DatabaseInput) SetOwnerName(v string) *DatabaseInput

func (*DatabaseInput) SetOwnerType

func (s *DatabaseInput) SetOwnerType(v string) *DatabaseInput

func (*DatabaseInput) SetParameters

func (s *DatabaseInput) SetParameters(v map[string]*string) *DatabaseInput

func (*DatabaseInput) SetPrivileges

func (s *DatabaseInput) SetPrivileges(v *PrincipalPrivilegeSet) *DatabaseInput

func (DatabaseInput) String

func (s DatabaseInput) String() string

type DatabaseProfile

type DatabaseProfile struct {
	CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	FileCnt    *int64  `json:"FileCnt,omitempty" xml:"FileCnt,omitempty"`
	FileSize   *int64  `json:"FileSize,omitempty" xml:"FileSize,omitempty"`
	LatestDate *string `json:"LatestDate,omitempty" xml:"LatestDate,omitempty"`
	Location   *string `json:"Location,omitempty" xml:"Location,omitempty"`
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
	ObjectCnt  *int64  `json:"ObjectCnt,omitempty" xml:"ObjectCnt,omitempty"`
	ObjectSize *int64  `json:"ObjectSize,omitempty" xml:"ObjectSize,omitempty"`
}

func (DatabaseProfile) GoString

func (s DatabaseProfile) GoString() string

func (*DatabaseProfile) SetCreateTime

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

func (*DatabaseProfile) SetFileCnt

func (s *DatabaseProfile) SetFileCnt(v int64) *DatabaseProfile

func (*DatabaseProfile) SetFileSize

func (s *DatabaseProfile) SetFileSize(v int64) *DatabaseProfile

func (*DatabaseProfile) SetLatestDate

func (s *DatabaseProfile) SetLatestDate(v string) *DatabaseProfile

func (*DatabaseProfile) SetLocation

func (s *DatabaseProfile) SetLocation(v string) *DatabaseProfile

func (*DatabaseProfile) SetName

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

func (*DatabaseProfile) SetObjectCnt

func (s *DatabaseProfile) SetObjectCnt(v int64) *DatabaseProfile

func (*DatabaseProfile) SetObjectSize

func (s *DatabaseProfile) SetObjectSize(v int64) *DatabaseProfile

func (DatabaseProfile) String

func (s DatabaseProfile) String() string

type DatabaseResource

type DatabaseResource struct {
	// example:
	//
	// default
	DatabaseName     *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	DatabaseWildcard *string `json:"DatabaseWildcard,omitempty" xml:"DatabaseWildcard,omitempty"`
}

func (DatabaseResource) GoString

func (s DatabaseResource) GoString() string

func (*DatabaseResource) SetDatabaseName

func (s *DatabaseResource) SetDatabaseName(v string) *DatabaseResource

func (*DatabaseResource) SetDatabaseWildcard

func (s *DatabaseResource) SetDatabaseWildcard(v string) *DatabaseResource

func (DatabaseResource) String

func (s DatabaseResource) String() string

type DbStorageRank

type DbStorageRank struct {
	DbName   *string `json:"DbName,omitempty" xml:"DbName,omitempty"`
	Quantity *int64  `json:"Quantity,omitempty" xml:"Quantity,omitempty"`
}

func (DbStorageRank) GoString

func (s DbStorageRank) GoString() string

func (*DbStorageRank) SetDbName

func (s *DbStorageRank) SetDbName(v string) *DbStorageRank

func (*DbStorageRank) SetQuantity

func (s *DbStorageRank) SetQuantity(v int64) *DbStorageRank

func (DbStorageRank) String

func (s DbStorageRank) String() string

type DeleteCatalogRequest

type DeleteCatalogRequest struct {
	// CatalogId
	//
	// This parameter is required.
	//
	// example:
	//
	// catalog_test
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// true
	IsAsync *bool `json:"IsAsync,omitempty" xml:"IsAsync,omitempty"`
}

func (DeleteCatalogRequest) GoString

func (s DeleteCatalogRequest) GoString() string

func (*DeleteCatalogRequest) SetCatalogId

func (s *DeleteCatalogRequest) SetCatalogId(v string) *DeleteCatalogRequest

func (*DeleteCatalogRequest) SetIsAsync

func (DeleteCatalogRequest) String

func (s DeleteCatalogRequest) String() string

type DeleteCatalogResponse

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

func (DeleteCatalogResponse) GoString

func (s DeleteCatalogResponse) GoString() string

func (*DeleteCatalogResponse) SetBody

func (*DeleteCatalogResponse) SetHeaders

func (*DeleteCatalogResponse) SetStatusCode

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

func (DeleteCatalogResponse) String

func (s DeleteCatalogResponse) String() string

type DeleteCatalogResponseBody

type DeleteCatalogResponseBody struct {
	// Response Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Response Message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Request is success or not
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
	// example:
	//
	// c38206c3aca0c41332ffe49294243009
	TaskId *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (DeleteCatalogResponseBody) GoString

func (s DeleteCatalogResponseBody) GoString() string

func (*DeleteCatalogResponseBody) SetCode

func (*DeleteCatalogResponseBody) SetMessage

func (*DeleteCatalogResponseBody) SetRequestId

func (*DeleteCatalogResponseBody) SetSuccess

func (*DeleteCatalogResponseBody) SetTaskId

func (DeleteCatalogResponseBody) String

func (s DeleteCatalogResponseBody) String() string

type DeleteDatabaseRequest

type DeleteDatabaseRequest struct {
	Async *bool `json:"Async,omitempty" xml:"Async,omitempty"`
	// example:
	//
	// false
	Cascade *bool `json:"Cascade,omitempty" xml:"Cascade,omitempty"`
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (DeleteDatabaseRequest) GoString

func (s DeleteDatabaseRequest) GoString() string

func (*DeleteDatabaseRequest) SetAsync

func (*DeleteDatabaseRequest) SetCascade

func (*DeleteDatabaseRequest) SetCatalogId

func (*DeleteDatabaseRequest) SetName

func (DeleteDatabaseRequest) String

func (s DeleteDatabaseRequest) String() string

type DeleteDatabaseResponse

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

func (DeleteDatabaseResponse) GoString

func (s DeleteDatabaseResponse) GoString() string

func (*DeleteDatabaseResponse) SetBody

func (*DeleteDatabaseResponse) SetHeaders

func (*DeleteDatabaseResponse) SetStatusCode

func (DeleteDatabaseResponse) String

func (s DeleteDatabaseResponse) String() string

type DeleteDatabaseResponseBody

type DeleteDatabaseResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 73201200-4C1A-4FEF-BD6B-C0DA7994FFA2
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
	TaskId  *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (DeleteDatabaseResponseBody) GoString

func (s DeleteDatabaseResponseBody) GoString() string

func (*DeleteDatabaseResponseBody) SetCode

func (*DeleteDatabaseResponseBody) SetMessage

func (*DeleteDatabaseResponseBody) SetRequestId

func (*DeleteDatabaseResponseBody) SetSuccess

func (*DeleteDatabaseResponseBody) SetTaskId

func (DeleteDatabaseResponseBody) String

type DeleteFunctionRequest

type DeleteFunctionRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// func2
	FunctionName *string `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"`
}

func (DeleteFunctionRequest) GoString

func (s DeleteFunctionRequest) GoString() string

func (*DeleteFunctionRequest) SetCatalogId

func (*DeleteFunctionRequest) SetDatabaseName

func (s *DeleteFunctionRequest) SetDatabaseName(v string) *DeleteFunctionRequest

func (*DeleteFunctionRequest) SetFunctionName

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

func (DeleteFunctionRequest) String

func (s DeleteFunctionRequest) String() string

type DeleteFunctionResponse

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

func (DeleteFunctionResponse) GoString

func (s DeleteFunctionResponse) GoString() string

func (*DeleteFunctionResponse) SetBody

func (*DeleteFunctionResponse) SetHeaders

func (*DeleteFunctionResponse) SetStatusCode

func (DeleteFunctionResponse) String

func (s DeleteFunctionResponse) String() string

type DeleteFunctionResponseBody

type DeleteFunctionResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteFunctionResponseBody) GoString

func (s DeleteFunctionResponseBody) GoString() string

func (*DeleteFunctionResponseBody) SetCode

func (*DeleteFunctionResponseBody) SetMessage

func (*DeleteFunctionResponseBody) SetRequestId

func (*DeleteFunctionResponseBody) SetSuccess

func (DeleteFunctionResponseBody) String

type DeletePartitionColumnStatisticsRequest

type DeletePartitionColumnStatisticsRequest struct {
	// example:
	//
	// 1344371
	CatalogId   *string   `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	ColumnNames []*string `json:"ColumnNames,omitempty" xml:"ColumnNames,omitempty" type:"Repeated"`
	// example:
	//
	// database_test
	DatabaseName   *string   `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	PartitionNames []*string `json:"PartitionNames,omitempty" xml:"PartitionNames,omitempty" type:"Repeated"`
	// example:
	//
	// test_table_20201223
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (DeletePartitionColumnStatisticsRequest) GoString

func (*DeletePartitionColumnStatisticsRequest) SetCatalogId

func (*DeletePartitionColumnStatisticsRequest) SetColumnNames

func (*DeletePartitionColumnStatisticsRequest) SetDatabaseName

func (*DeletePartitionColumnStatisticsRequest) SetPartitionNames

func (*DeletePartitionColumnStatisticsRequest) SetTableName

func (DeletePartitionColumnStatisticsRequest) String

type DeletePartitionColumnStatisticsResponse

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

func (DeletePartitionColumnStatisticsResponse) GoString

func (*DeletePartitionColumnStatisticsResponse) SetHeaders

func (*DeletePartitionColumnStatisticsResponse) SetStatusCode

func (DeletePartitionColumnStatisticsResponse) String

type DeletePartitionColumnStatisticsResponseBody

type DeletePartitionColumnStatisticsResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeletePartitionColumnStatisticsResponseBody) GoString

func (*DeletePartitionColumnStatisticsResponseBody) SetCode

func (*DeletePartitionColumnStatisticsResponseBody) SetMessage

func (*DeletePartitionColumnStatisticsResponseBody) SetRequestId

func (*DeletePartitionColumnStatisticsResponseBody) SetSuccess

func (DeletePartitionColumnStatisticsResponseBody) String

type DeletePartitionColumnStatisticsShrinkRequest

type DeletePartitionColumnStatisticsShrinkRequest struct {
	// example:
	//
	// 1344371
	CatalogId         *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	ColumnNamesShrink *string `json:"ColumnNames,omitempty" xml:"ColumnNames,omitempty"`
	// example:
	//
	// database_test
	DatabaseName         *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	PartitionNamesShrink *string `json:"PartitionNames,omitempty" xml:"PartitionNames,omitempty"`
	// example:
	//
	// test_table_20201223
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (DeletePartitionColumnStatisticsShrinkRequest) GoString

func (*DeletePartitionColumnStatisticsShrinkRequest) SetCatalogId

func (*DeletePartitionColumnStatisticsShrinkRequest) SetColumnNamesShrink

func (*DeletePartitionColumnStatisticsShrinkRequest) SetDatabaseName

func (*DeletePartitionColumnStatisticsShrinkRequest) SetPartitionNamesShrink

func (*DeletePartitionColumnStatisticsShrinkRequest) SetTableName

func (DeletePartitionColumnStatisticsShrinkRequest) String

type DeletePartitionRequest

type DeletePartitionRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// true
	IfExists        *bool     `json:"IfExists,omitempty" xml:"IfExists,omitempty"`
	PartitionValues []*string `json:"PartitionValues,omitempty" xml:"PartitionValues,omitempty" type:"Repeated"`
	// example:
	//
	// test_table_20201225
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (DeletePartitionRequest) GoString

func (s DeletePartitionRequest) GoString() string

func (*DeletePartitionRequest) SetCatalogId

func (*DeletePartitionRequest) SetDatabaseName

func (s *DeletePartitionRequest) SetDatabaseName(v string) *DeletePartitionRequest

func (*DeletePartitionRequest) SetIfExists

func (*DeletePartitionRequest) SetPartitionValues

func (s *DeletePartitionRequest) SetPartitionValues(v []*string) *DeletePartitionRequest

func (*DeletePartitionRequest) SetTableName

func (DeletePartitionRequest) String

func (s DeletePartitionRequest) String() string

type DeletePartitionResponse

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

func (DeletePartitionResponse) GoString

func (s DeletePartitionResponse) GoString() string

func (*DeletePartitionResponse) SetBody

func (*DeletePartitionResponse) SetHeaders

func (*DeletePartitionResponse) SetStatusCode

func (DeletePartitionResponse) String

func (s DeletePartitionResponse) String() string

type DeletePartitionResponseBody

type DeletePartitionResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeletePartitionResponseBody) GoString

func (s DeletePartitionResponseBody) GoString() string

func (*DeletePartitionResponseBody) SetCode

func (*DeletePartitionResponseBody) SetMessage

func (*DeletePartitionResponseBody) SetRequestId

func (*DeletePartitionResponseBody) SetSuccess

func (DeletePartitionResponseBody) String

type DeleteRoleRequest

type DeleteRoleRequest struct {
	// example:
	//
	// roleId/roleName至少有一个是非空
	RoleName *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (DeleteRoleRequest) GoString

func (s DeleteRoleRequest) GoString() string

func (*DeleteRoleRequest) SetRoleName

func (s *DeleteRoleRequest) SetRoleName(v string) *DeleteRoleRequest

func (DeleteRoleRequest) String

func (s DeleteRoleRequest) String() string

type DeleteRoleResponse

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

func (DeleteRoleResponse) GoString

func (s DeleteRoleResponse) GoString() string

func (*DeleteRoleResponse) SetBody

func (*DeleteRoleResponse) SetHeaders

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

func (*DeleteRoleResponse) SetStatusCode

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

func (DeleteRoleResponse) String

func (s DeleteRoleResponse) String() string

type DeleteRoleResponseBody

type DeleteRoleResponseBody struct {
	// code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// requestId
	//
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteRoleResponseBody) GoString

func (s DeleteRoleResponseBody) GoString() string

func (*DeleteRoleResponseBody) SetCode

func (*DeleteRoleResponseBody) SetMessage

func (*DeleteRoleResponseBody) SetRequestId

func (*DeleteRoleResponseBody) SetSuccess

func (DeleteRoleResponseBody) String

func (s DeleteRoleResponseBody) String() string

type DeleteTableColumnStatisticsRequest

type DeleteTableColumnStatisticsRequest struct {
	// example:
	//
	// 1344371
	CatalogId   *string   `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	ColumnNames []*string `json:"ColumnNames,omitempty" xml:"ColumnNames,omitempty" type:"Repeated"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// test_table_20201223
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (DeleteTableColumnStatisticsRequest) GoString

func (*DeleteTableColumnStatisticsRequest) SetCatalogId

func (*DeleteTableColumnStatisticsRequest) SetColumnNames

func (*DeleteTableColumnStatisticsRequest) SetDatabaseName

func (*DeleteTableColumnStatisticsRequest) SetTableName

func (DeleteTableColumnStatisticsRequest) String

type DeleteTableColumnStatisticsResponse

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

func (DeleteTableColumnStatisticsResponse) GoString

func (*DeleteTableColumnStatisticsResponse) SetHeaders

func (*DeleteTableColumnStatisticsResponse) SetStatusCode

func (DeleteTableColumnStatisticsResponse) String

type DeleteTableColumnStatisticsResponseBody

type DeleteTableColumnStatisticsResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteTableColumnStatisticsResponseBody) GoString

func (*DeleteTableColumnStatisticsResponseBody) SetCode

func (*DeleteTableColumnStatisticsResponseBody) SetMessage

func (*DeleteTableColumnStatisticsResponseBody) SetRequestId

func (*DeleteTableColumnStatisticsResponseBody) SetSuccess

func (DeleteTableColumnStatisticsResponseBody) String

type DeleteTableColumnStatisticsShrinkRequest

type DeleteTableColumnStatisticsShrinkRequest struct {
	// example:
	//
	// 1344371
	CatalogId         *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	ColumnNamesShrink *string `json:"ColumnNames,omitempty" xml:"ColumnNames,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// test_table_20201223
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (DeleteTableColumnStatisticsShrinkRequest) GoString

func (*DeleteTableColumnStatisticsShrinkRequest) SetCatalogId

func (*DeleteTableColumnStatisticsShrinkRequest) SetColumnNamesShrink

func (*DeleteTableColumnStatisticsShrinkRequest) SetDatabaseName

func (*DeleteTableColumnStatisticsShrinkRequest) SetTableName

func (DeleteTableColumnStatisticsShrinkRequest) String

type DeleteTableRequest

type DeleteTableRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// test_table_20201223
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (DeleteTableRequest) GoString

func (s DeleteTableRequest) GoString() string

func (*DeleteTableRequest) SetCatalogId

func (s *DeleteTableRequest) SetCatalogId(v string) *DeleteTableRequest

func (*DeleteTableRequest) SetDatabaseName

func (s *DeleteTableRequest) SetDatabaseName(v string) *DeleteTableRequest

func (*DeleteTableRequest) SetTableName

func (s *DeleteTableRequest) SetTableName(v string) *DeleteTableRequest

func (DeleteTableRequest) String

func (s DeleteTableRequest) String() string

type DeleteTableResponse

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

func (DeleteTableResponse) GoString

func (s DeleteTableResponse) GoString() string

func (*DeleteTableResponse) SetBody

func (*DeleteTableResponse) SetHeaders

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

func (*DeleteTableResponse) SetStatusCode

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

func (DeleteTableResponse) String

func (s DeleteTableResponse) String() string

type DeleteTableResponseBody

type DeleteTableResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteTableResponseBody) GoString

func (s DeleteTableResponseBody) GoString() string

func (*DeleteTableResponseBody) SetCode

func (*DeleteTableResponseBody) SetMessage

func (*DeleteTableResponseBody) SetRequestId

func (*DeleteTableResponseBody) SetSuccess

func (DeleteTableResponseBody) String

func (s DeleteTableResponseBody) String() string

type DeleteTableVersionRequest

type DeleteTableVersionRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// test_table_20200715162543389
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
	// example:
	//
	// 1
	VersionId *int32 `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (DeleteTableVersionRequest) GoString

func (s DeleteTableVersionRequest) GoString() string

func (*DeleteTableVersionRequest) SetCatalogId

func (*DeleteTableVersionRequest) SetDatabaseName

func (*DeleteTableVersionRequest) SetTableName

func (*DeleteTableVersionRequest) SetVersionId

func (DeleteTableVersionRequest) String

func (s DeleteTableVersionRequest) String() string

type DeleteTableVersionResponse

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

func (DeleteTableVersionResponse) GoString

func (s DeleteTableVersionResponse) GoString() string

func (*DeleteTableVersionResponse) SetBody

func (*DeleteTableVersionResponse) SetHeaders

func (*DeleteTableVersionResponse) SetStatusCode

func (DeleteTableVersionResponse) String

type DeleteTableVersionResponseBody

type DeleteTableVersionResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteTableVersionResponseBody) GoString

func (*DeleteTableVersionResponseBody) SetCode

func (*DeleteTableVersionResponseBody) SetMessage

func (*DeleteTableVersionResponseBody) SetRequestId

func (*DeleteTableVersionResponseBody) SetSuccess

func (DeleteTableVersionResponseBody) String

type DeregisterLocationRequest

type DeregisterLocationRequest struct {
	// This parameter is required.
	//
	// example:
	//
	// LOC-AB8FBC17F95A4AF5
	LocationId *string `json:"LocationId,omitempty" xml:"LocationId,omitempty"`
}

func (DeregisterLocationRequest) GoString

func (s DeregisterLocationRequest) GoString() string

func (*DeregisterLocationRequest) SetLocationId

func (DeregisterLocationRequest) String

func (s DeregisterLocationRequest) String() string

type DeregisterLocationResponse

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

func (DeregisterLocationResponse) GoString

func (s DeregisterLocationResponse) GoString() string

func (*DeregisterLocationResponse) SetBody

func (*DeregisterLocationResponse) SetHeaders

func (*DeregisterLocationResponse) SetStatusCode

func (DeregisterLocationResponse) String

type DeregisterLocationResponseBody

type DeregisterLocationResponseBody struct {
	Data *DeregisterLocationResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	// example:
	//
	// E47920CD-BAE6-1305-88DF-FBDD3D300845
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeregisterLocationResponseBody) GoString

func (*DeregisterLocationResponseBody) SetRequestId

func (*DeregisterLocationResponseBody) SetSuccess

func (DeregisterLocationResponseBody) String

type DeregisterLocationResponseBodyData

type DeregisterLocationResponseBodyData struct {
	// Location ID
	//
	// example:
	//
	// LOC-AB8FBC17F95A4AF5
	LocationId                            *string                              `json:"LocationId,omitempty" xml:"LocationId,omitempty"`
	StorageCollectTaskOperationResultList []*StorageCollectTaskOperationResult `json:"StorageCollectTaskOperationResultList,omitempty" xml:"StorageCollectTaskOperationResultList,omitempty" type:"Repeated"`
}

func (DeregisterLocationResponseBodyData) GoString

func (*DeregisterLocationResponseBodyData) SetLocationId

func (*DeregisterLocationResponseBodyData) SetStorageCollectTaskOperationResultList

func (DeregisterLocationResponseBodyData) String

type DescribeRegionsResponse

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

func (DescribeRegionsResponse) GoString

func (s DescribeRegionsResponse) GoString() string

func (*DescribeRegionsResponse) SetBody

func (*DescribeRegionsResponse) SetHeaders

func (*DescribeRegionsResponse) SetStatusCode

func (DescribeRegionsResponse) String

func (s DescribeRegionsResponse) String() string

type DescribeRegionsResponseBody

type DescribeRegionsResponseBody struct {
	Regions []*DescribeRegionsResponseBodyRegions `json:"Regions,omitempty" xml:"Regions,omitempty" type:"Repeated"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeRegionsResponseBody) GoString

func (s DescribeRegionsResponseBody) GoString() string

func (*DescribeRegionsResponseBody) SetRegions

func (*DescribeRegionsResponseBody) SetRequestId

func (*DescribeRegionsResponseBody) SetSuccess

func (DescribeRegionsResponseBody) String

type DescribeRegionsResponseBodyRegions

type DescribeRegionsResponseBodyRegions struct {
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	// example:
	//
	// cn-hangzhou
	Name     *string `json:"Name,omitempty" xml:"Name,omitempty"`
	ShowName *string `json:"ShowName,omitempty" xml:"ShowName,omitempty"`
	// example:
	//
	// region
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (DescribeRegionsResponseBodyRegions) GoString

func (*DescribeRegionsResponseBodyRegions) SetDescription

func (*DescribeRegionsResponseBodyRegions) SetName

func (*DescribeRegionsResponseBodyRegions) SetShowName

func (*DescribeRegionsResponseBodyRegions) SetType

func (DescribeRegionsResponseBodyRegions) String

type ErrorDetail

type ErrorDetail struct {
	Code    *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
}

func (ErrorDetail) GoString

func (s ErrorDetail) GoString() string

func (*ErrorDetail) SetCode

func (s *ErrorDetail) SetCode(v string) *ErrorDetail

func (*ErrorDetail) SetMessage

func (s *ErrorDetail) SetMessage(v string) *ErrorDetail

func (ErrorDetail) String

func (s ErrorDetail) String() string

type FieldSchema

type FieldSchema struct {
	Comment    *string            `json:"Comment,omitempty" xml:"Comment,omitempty"`
	Name       *string            `json:"Name,omitempty" xml:"Name,omitempty"`
	Parameters map[string]*string `json:"Parameters,omitempty" xml:"Parameters,omitempty"`
	Type       *string            `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (FieldSchema) GoString

func (s FieldSchema) GoString() string

func (*FieldSchema) SetComment

func (s *FieldSchema) SetComment(v string) *FieldSchema

func (*FieldSchema) SetName

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

func (*FieldSchema) SetParameters

func (s *FieldSchema) SetParameters(v map[string]*string) *FieldSchema

func (*FieldSchema) SetType

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

func (FieldSchema) String

func (s FieldSchema) String() string

type FileCnt

type FileCnt struct {
	Large  *int64 `json:"Large,omitempty" xml:"Large,omitempty"`
	Middle *int64 `json:"Middle,omitempty" xml:"Middle,omitempty"`
	Small  *int64 `json:"Small,omitempty" xml:"Small,omitempty"`
	Tiny   *int64 `json:"Tiny,omitempty" xml:"Tiny,omitempty"`
}

func (FileCnt) GoString

func (s FileCnt) GoString() string

func (*FileCnt) SetLarge

func (s *FileCnt) SetLarge(v int64) *FileCnt

func (*FileCnt) SetMiddle

func (s *FileCnt) SetMiddle(v int64) *FileCnt

func (*FileCnt) SetSmall

func (s *FileCnt) SetSmall(v int64) *FileCnt

func (*FileCnt) SetTiny

func (s *FileCnt) SetTiny(v int64) *FileCnt

func (FileCnt) String

func (s FileCnt) String() string

type Function

type Function struct {
	CatalogId  *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	ClassName  *string `json:"ClassName,omitempty" xml:"ClassName,omitempty"`
	CreateTime *int32  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	// example:
	//
	// CreatedBy
	CreatedBy    *string        `json:"CreatedBy,omitempty" xml:"CreatedBy,omitempty"`
	DatabaseName *string        `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	FunctionName *string        `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"`
	FunctionType *string        `json:"FunctionType,omitempty" xml:"FunctionType,omitempty"`
	OwnerName    *string        `json:"OwnerName,omitempty" xml:"OwnerName,omitempty"`
	OwnerType    *string        `json:"OwnerType,omitempty" xml:"OwnerType,omitempty"`
	ResourceUri  []*ResourceUri `json:"ResourceUri,omitempty" xml:"ResourceUri,omitempty" type:"Repeated"`
	UpdateTime   *int32         `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (Function) GoString

func (s Function) GoString() string

func (*Function) SetCatalogId

func (s *Function) SetCatalogId(v string) *Function

func (*Function) SetClassName

func (s *Function) SetClassName(v string) *Function

func (*Function) SetCreateTime

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

func (*Function) SetCreatedBy

func (s *Function) SetCreatedBy(v string) *Function

func (*Function) SetDatabaseName

func (s *Function) SetDatabaseName(v string) *Function

func (*Function) SetFunctionName

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

func (*Function) SetFunctionType

func (s *Function) SetFunctionType(v string) *Function

func (*Function) SetOwnerName

func (s *Function) SetOwnerName(v string) *Function

func (*Function) SetOwnerType

func (s *Function) SetOwnerType(v string) *Function

func (*Function) SetResourceUri

func (s *Function) SetResourceUri(v []*ResourceUri) *Function

func (*Function) SetUpdateTime

func (s *Function) SetUpdateTime(v int32) *Function

func (Function) String

func (s Function) String() string

type FunctionInput

type FunctionInput struct {
	ClassName    *string        `json:"ClassName,omitempty" xml:"ClassName,omitempty"`
	CreateTime   *int32         `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	FunctionName *string        `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"`
	FunctionType *string        `json:"FunctionType,omitempty" xml:"FunctionType,omitempty"`
	OwnerName    *string        `json:"OwnerName,omitempty" xml:"OwnerName,omitempty"`
	OwnerType    *string        `json:"OwnerType,omitempty" xml:"OwnerType,omitempty"`
	ResourceUri  []*ResourceUri `json:"ResourceUri,omitempty" xml:"ResourceUri,omitempty" type:"Repeated"`
}

func (FunctionInput) GoString

func (s FunctionInput) GoString() string

func (*FunctionInput) SetClassName

func (s *FunctionInput) SetClassName(v string) *FunctionInput

func (*FunctionInput) SetCreateTime

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

func (*FunctionInput) SetFunctionName

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

func (*FunctionInput) SetFunctionType

func (s *FunctionInput) SetFunctionType(v string) *FunctionInput

func (*FunctionInput) SetOwnerName

func (s *FunctionInput) SetOwnerName(v string) *FunctionInput

func (*FunctionInput) SetOwnerType

func (s *FunctionInput) SetOwnerType(v string) *FunctionInput

func (*FunctionInput) SetResourceUri

func (s *FunctionInput) SetResourceUri(v []*ResourceUri) *FunctionInput

func (FunctionInput) String

func (s FunctionInput) String() string

type FunctionResource

type FunctionResource struct {
	// example:
	//
	// default
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// default
	FunctionName *string `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"`
}

func (FunctionResource) GoString

func (s FunctionResource) GoString() string

func (*FunctionResource) SetDatabaseName

func (s *FunctionResource) SetDatabaseName(v string) *FunctionResource

func (*FunctionResource) SetFunctionName

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

func (FunctionResource) String

func (s FunctionResource) String() string

type GetAsyncTaskStatusRequest

type GetAsyncTaskStatusRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// f546c761570e5efc8146a1986f7890d2
	TaskId *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (GetAsyncTaskStatusRequest) GoString

func (s GetAsyncTaskStatusRequest) GoString() string

func (*GetAsyncTaskStatusRequest) SetCatalogId

func (*GetAsyncTaskStatusRequest) SetTaskId

func (GetAsyncTaskStatusRequest) String

func (s GetAsyncTaskStatusRequest) String() string

type GetAsyncTaskStatusResponse

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

func (GetAsyncTaskStatusResponse) GoString

func (s GetAsyncTaskStatusResponse) GoString() string

func (*GetAsyncTaskStatusResponse) SetBody

func (*GetAsyncTaskStatusResponse) SetHeaders

func (*GetAsyncTaskStatusResponse) SetStatusCode

func (GetAsyncTaskStatusResponse) String

type GetAsyncTaskStatusResponseBody

type GetAsyncTaskStatusResponseBody struct {
	// Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message
	//
	// example:
	//
	// success
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
	// example:
	//
	// Success
	TaskStatus *TaskStatus `json:"TaskStatus,omitempty" xml:"TaskStatus,omitempty"`
}

func (GetAsyncTaskStatusResponseBody) GoString

func (*GetAsyncTaskStatusResponseBody) SetCode

func (*GetAsyncTaskStatusResponseBody) SetMessage

func (*GetAsyncTaskStatusResponseBody) SetRequestId

func (*GetAsyncTaskStatusResponseBody) SetSuccess

func (*GetAsyncTaskStatusResponseBody) SetTaskStatus

func (GetAsyncTaskStatusResponseBody) String

type GetCatalogRequest

type GetCatalogRequest struct {
	// catalogId
	//
	// example:
	//
	// catalog_test
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
}

func (GetCatalogRequest) GoString

func (s GetCatalogRequest) GoString() string

func (*GetCatalogRequest) SetCatalogId

func (s *GetCatalogRequest) SetCatalogId(v string) *GetCatalogRequest

func (GetCatalogRequest) String

func (s GetCatalogRequest) String() string

type GetCatalogResponse

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

func (GetCatalogResponse) GoString

func (s GetCatalogResponse) GoString() string

func (*GetCatalogResponse) SetBody

func (*GetCatalogResponse) SetHeaders

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

func (*GetCatalogResponse) SetStatusCode

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

func (GetCatalogResponse) String

func (s GetCatalogResponse) String() string

type GetCatalogResponseBody

type GetCatalogResponseBody struct {
	Catalog *Catalog `json:"Catalog,omitempty" xml:"Catalog,omitempty"`
	// Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// DB07AAE9-4B88-5DEA-8F1D-4D1A9A864A85
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetCatalogResponseBody) GoString

func (s GetCatalogResponseBody) GoString() string

func (*GetCatalogResponseBody) SetCatalog

func (*GetCatalogResponseBody) SetCode

func (*GetCatalogResponseBody) SetMessage

func (*GetCatalogResponseBody) SetRequestId

func (*GetCatalogResponseBody) SetSuccess

func (GetCatalogResponseBody) String

func (s GetCatalogResponseBody) String() string

type GetCatalogSettingsRequest

type GetCatalogSettingsRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
}

func (GetCatalogSettingsRequest) GoString

func (s GetCatalogSettingsRequest) GoString() string

func (*GetCatalogSettingsRequest) SetCatalogId

func (GetCatalogSettingsRequest) String

func (s GetCatalogSettingsRequest) String() string

type GetCatalogSettingsResponse

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

func (GetCatalogSettingsResponse) GoString

func (s GetCatalogSettingsResponse) GoString() string

func (*GetCatalogSettingsResponse) SetBody

func (*GetCatalogSettingsResponse) SetHeaders

func (*GetCatalogSettingsResponse) SetStatusCode

func (GetCatalogSettingsResponse) String

type GetCatalogSettingsResponseBody

type GetCatalogSettingsResponseBody struct {
	CatalogSettings *CatalogSettings `json:"CatalogSettings,omitempty" xml:"CatalogSettings,omitempty"`
	// Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetCatalogSettingsResponseBody) GoString

func (*GetCatalogSettingsResponseBody) SetCatalogSettings

func (*GetCatalogSettingsResponseBody) SetCode

func (*GetCatalogSettingsResponseBody) SetMessage

func (*GetCatalogSettingsResponseBody) SetRequestId

func (*GetCatalogSettingsResponseBody) SetSuccess

func (GetCatalogSettingsResponseBody) String

type GetDatabaseProfileRequest added in v1.1.0

type GetDatabaseProfileRequest struct {
	// CatalogId
	//
	// example:
	//
	// 可不填
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// DatabaseName
	//
	// This parameter is required.
	//
	// example:
	//
	// 530_db
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
}

func (GetDatabaseProfileRequest) GoString added in v1.1.0

func (s GetDatabaseProfileRequest) GoString() string

func (*GetDatabaseProfileRequest) SetCatalogId added in v1.1.0

func (*GetDatabaseProfileRequest) SetDatabaseName added in v1.1.0

func (GetDatabaseProfileRequest) String added in v1.1.0

func (s GetDatabaseProfileRequest) String() string

type GetDatabaseProfileResponse added in v1.1.0

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

func (GetDatabaseProfileResponse) GoString added in v1.1.0

func (s GetDatabaseProfileResponse) GoString() string

func (*GetDatabaseProfileResponse) SetBody added in v1.1.0

func (*GetDatabaseProfileResponse) SetHeaders added in v1.1.0

func (*GetDatabaseProfileResponse) SetStatusCode added in v1.1.0

func (GetDatabaseProfileResponse) String added in v1.1.0

type GetDatabaseProfileResponseBody added in v1.1.0

type GetDatabaseProfileResponseBody struct {
	// Code
	//
	// example:
	//
	// 200
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// {
	//
	// 	"FileCnt": 213,
	//
	// 	"FileSize": 34324
	//
	// }
	DatabaseProfile *DatabaseProfile `json:"DatabaseProfile,omitempty" xml:"DatabaseProfile,omitempty"`
	// Message
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// AEA7DCC8-DBF5-561B-A7FD-0747D7D51FEB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDatabaseProfileResponseBody) GoString added in v1.1.0

func (*GetDatabaseProfileResponseBody) SetCode added in v1.1.0

func (*GetDatabaseProfileResponseBody) SetDatabaseProfile added in v1.1.0

func (*GetDatabaseProfileResponseBody) SetMessage added in v1.1.0

func (*GetDatabaseProfileResponseBody) SetRequestId added in v1.1.0

func (*GetDatabaseProfileResponseBody) SetSuccess added in v1.1.0

func (GetDatabaseProfileResponseBody) String added in v1.1.0

type GetDatabaseRequest

type GetDatabaseRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (GetDatabaseRequest) GoString

func (s GetDatabaseRequest) GoString() string

func (*GetDatabaseRequest) SetCatalogId

func (s *GetDatabaseRequest) SetCatalogId(v string) *GetDatabaseRequest

func (*GetDatabaseRequest) SetName

func (GetDatabaseRequest) String

func (s GetDatabaseRequest) String() string

type GetDatabaseResponse

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

func (GetDatabaseResponse) GoString

func (s GetDatabaseResponse) GoString() string

func (*GetDatabaseResponse) SetBody

func (*GetDatabaseResponse) SetHeaders

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

func (*GetDatabaseResponse) SetStatusCode

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

func (GetDatabaseResponse) String

func (s GetDatabaseResponse) String() string

type GetDatabaseResponseBody

type GetDatabaseResponseBody struct {
	// example:
	//
	// OK
	Code     *string   `json:"Code,omitempty" xml:"Code,omitempty"`
	Database *Database `json:"Database,omitempty" xml:"Database,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// D659761F-29C3-409D-805A-0CF33A320128
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDatabaseResponseBody) GoString

func (s GetDatabaseResponseBody) GoString() string

func (*GetDatabaseResponseBody) SetCode

func (*GetDatabaseResponseBody) SetDatabase

func (*GetDatabaseResponseBody) SetMessage

func (*GetDatabaseResponseBody) SetRequestId

func (*GetDatabaseResponseBody) SetSuccess

func (GetDatabaseResponseBody) String

func (s GetDatabaseResponseBody) String() string

type GetFunctionRequest

type GetFunctionRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// func2
	FunctionName *string `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"`
}

func (GetFunctionRequest) GoString

func (s GetFunctionRequest) GoString() string

func (*GetFunctionRequest) SetCatalogId

func (s *GetFunctionRequest) SetCatalogId(v string) *GetFunctionRequest

func (*GetFunctionRequest) SetDatabaseName

func (s *GetFunctionRequest) SetDatabaseName(v string) *GetFunctionRequest

func (*GetFunctionRequest) SetFunctionName

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

func (GetFunctionRequest) String

func (s GetFunctionRequest) String() string

type GetFunctionResponse

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

func (GetFunctionResponse) GoString

func (s GetFunctionResponse) GoString() string

func (*GetFunctionResponse) SetBody

func (*GetFunctionResponse) SetHeaders

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

func (*GetFunctionResponse) SetStatusCode

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

func (GetFunctionResponse) String

func (s GetFunctionResponse) String() string

type GetFunctionResponseBody

type GetFunctionResponseBody struct {
	// example:
	//
	// OK
	Code     *string   `json:"Code,omitempty" xml:"Code,omitempty"`
	Function *Function `json:"Function,omitempty" xml:"Function,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetFunctionResponseBody) GoString

func (s GetFunctionResponseBody) GoString() string

func (*GetFunctionResponseBody) SetCode

func (*GetFunctionResponseBody) SetFunction

func (*GetFunctionResponseBody) SetMessage

func (*GetFunctionResponseBody) SetRequestId

func (*GetFunctionResponseBody) SetSuccess

func (GetFunctionResponseBody) String

func (s GetFunctionResponseBody) String() string

type GetLifecycleRuleRequest

type GetLifecycleRuleRequest struct {
	// example:
	//
	// LCRU-17E7192705C365C0
	BizId *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	// example:
	//
	// demo_catalog_id.demo_db_name.demo_table_name
	ResourceName *string `json:"ResourceName,omitempty" xml:"ResourceName,omitempty"`
}

func (GetLifecycleRuleRequest) GoString

func (s GetLifecycleRuleRequest) GoString() string

func (*GetLifecycleRuleRequest) SetBizId

func (*GetLifecycleRuleRequest) SetResourceName

func (GetLifecycleRuleRequest) String

func (s GetLifecycleRuleRequest) String() string

type GetLifecycleRuleResponse

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

func (GetLifecycleRuleResponse) GoString

func (s GetLifecycleRuleResponse) GoString() string

func (*GetLifecycleRuleResponse) SetBody

func (*GetLifecycleRuleResponse) SetHeaders

func (*GetLifecycleRuleResponse) SetStatusCode

func (GetLifecycleRuleResponse) String

func (s GetLifecycleRuleResponse) String() string

type GetLifecycleRuleResponseBody

type GetLifecycleRuleResponseBody struct {
	Data *LifecycleRule `json:"Data,omitempty" xml:"Data,omitempty"`
	// RequestId
	//
	// example:
	//
	// EDBC848F-7CC7-52E3-9FBF-924D09B5C27A
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// True
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetLifecycleRuleResponseBody) GoString

func (s GetLifecycleRuleResponseBody) GoString() string

func (*GetLifecycleRuleResponseBody) SetData

func (*GetLifecycleRuleResponseBody) SetRequestId

func (*GetLifecycleRuleResponseBody) SetSuccess

func (GetLifecycleRuleResponseBody) String

type GetLockRequest

type GetLockRequest struct {
	// LockId
	//
	// example:
	//
	// 16533
	LockId *int64 `json:"LockId,omitempty" xml:"LockId,omitempty"`
}

func (GetLockRequest) GoString

func (s GetLockRequest) GoString() string

func (*GetLockRequest) SetLockId

func (s *GetLockRequest) SetLockId(v int64) *GetLockRequest

func (GetLockRequest) String

func (s GetLockRequest) String() string

type GetLockResponse

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

func (GetLockResponse) GoString

func (s GetLockResponse) GoString() string

func (*GetLockResponse) SetBody

func (*GetLockResponse) SetHeaders

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

func (*GetLockResponse) SetStatusCode

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

func (GetLockResponse) String

func (s GetLockResponse) String() string

type GetLockResponseBody

type GetLockResponseBody struct {
	// Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// {"lockId":123,"lockStatus":"Acquired"}
	LockStatus *LockStatus `json:"LockStatus,omitempty" xml:"LockStatus,omitempty"`
	// Message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// 558D764F-8C55-49CA-BF38-80EA532FC08F
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// True
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetLockResponseBody) GoString

func (s GetLockResponseBody) GoString() string

func (*GetLockResponseBody) SetCode

func (*GetLockResponseBody) SetLockStatus

func (s *GetLockResponseBody) SetLockStatus(v *LockStatus) *GetLockResponseBody

func (*GetLockResponseBody) SetMessage

func (*GetLockResponseBody) SetRequestId

func (s *GetLockResponseBody) SetRequestId(v string) *GetLockResponseBody

func (*GetLockResponseBody) SetSuccess

func (s *GetLockResponseBody) SetSuccess(v bool) *GetLockResponseBody

func (GetLockResponseBody) String

func (s GetLockResponseBody) String() string

type GetPartitionColumnStatisticsRequest

type GetPartitionColumnStatisticsRequest struct {
	// example:
	//
	// 1344371
	CatalogId   *string   `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	ColumnNames []*string `json:"ColumnNames,omitempty" xml:"ColumnNames,omitempty" type:"Repeated"`
	// example:
	//
	// database_test
	DatabaseName   *string   `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	PartitionNames []*string `json:"PartitionNames,omitempty" xml:"PartitionNames,omitempty" type:"Repeated"`
	// example:
	//
	// test_table_20201223
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (GetPartitionColumnStatisticsRequest) GoString

func (*GetPartitionColumnStatisticsRequest) SetCatalogId

func (*GetPartitionColumnStatisticsRequest) SetColumnNames

func (*GetPartitionColumnStatisticsRequest) SetDatabaseName

func (*GetPartitionColumnStatisticsRequest) SetPartitionNames

func (*GetPartitionColumnStatisticsRequest) SetTableName

func (GetPartitionColumnStatisticsRequest) String

type GetPartitionColumnStatisticsResponse

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

func (GetPartitionColumnStatisticsResponse) GoString

func (*GetPartitionColumnStatisticsResponse) SetHeaders

func (*GetPartitionColumnStatisticsResponse) SetStatusCode

func (GetPartitionColumnStatisticsResponse) String

type GetPartitionColumnStatisticsResponseBody

type GetPartitionColumnStatisticsResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message                *string                           `json:"Message,omitempty" xml:"Message,omitempty"`
	PartitionStatisticsMap map[string][]*ColumnStatisticsObj `json:"PartitionStatisticsMap,omitempty" xml:"PartitionStatisticsMap,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetPartitionColumnStatisticsResponseBody) GoString

func (*GetPartitionColumnStatisticsResponseBody) SetCode

func (*GetPartitionColumnStatisticsResponseBody) SetMessage

func (*GetPartitionColumnStatisticsResponseBody) SetPartitionStatisticsMap

func (*GetPartitionColumnStatisticsResponseBody) SetRequestId

func (*GetPartitionColumnStatisticsResponseBody) SetSuccess

func (GetPartitionColumnStatisticsResponseBody) String

type GetPartitionColumnStatisticsShrinkRequest

type GetPartitionColumnStatisticsShrinkRequest struct {
	// example:
	//
	// 1344371
	CatalogId         *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	ColumnNamesShrink *string `json:"ColumnNames,omitempty" xml:"ColumnNames,omitempty"`
	// example:
	//
	// database_test
	DatabaseName         *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	PartitionNamesShrink *string `json:"PartitionNames,omitempty" xml:"PartitionNames,omitempty"`
	// example:
	//
	// test_table_20201223
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (GetPartitionColumnStatisticsShrinkRequest) GoString

func (*GetPartitionColumnStatisticsShrinkRequest) SetCatalogId

func (*GetPartitionColumnStatisticsShrinkRequest) SetColumnNamesShrink

func (*GetPartitionColumnStatisticsShrinkRequest) SetDatabaseName

func (*GetPartitionColumnStatisticsShrinkRequest) SetPartitionNamesShrink

func (*GetPartitionColumnStatisticsShrinkRequest) SetTableName

func (GetPartitionColumnStatisticsShrinkRequest) String

type GetPartitionRequest

type GetPartitionRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName    *string   `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	PartitionValues []*string `json:"PartitionValues,omitempty" xml:"PartitionValues,omitempty" type:"Repeated"`
	// example:
	//
	// test_table_20200715162543389
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (GetPartitionRequest) GoString

func (s GetPartitionRequest) GoString() string

func (*GetPartitionRequest) SetCatalogId

func (s *GetPartitionRequest) SetCatalogId(v string) *GetPartitionRequest

func (*GetPartitionRequest) SetDatabaseName

func (s *GetPartitionRequest) SetDatabaseName(v string) *GetPartitionRequest

func (*GetPartitionRequest) SetPartitionValues

func (s *GetPartitionRequest) SetPartitionValues(v []*string) *GetPartitionRequest

func (*GetPartitionRequest) SetTableName

func (s *GetPartitionRequest) SetTableName(v string) *GetPartitionRequest

func (GetPartitionRequest) String

func (s GetPartitionRequest) String() string

type GetPartitionResponse

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

func (GetPartitionResponse) GoString

func (s GetPartitionResponse) GoString() string

func (*GetPartitionResponse) SetBody

func (*GetPartitionResponse) SetHeaders

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

func (*GetPartitionResponse) SetStatusCode

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

func (GetPartitionResponse) String

func (s GetPartitionResponse) String() string

type GetPartitionResponseBody

type GetPartitionResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message   *string    `json:"Message,omitempty" xml:"Message,omitempty"`
	Partition *Partition `json:"Partition,omitempty" xml:"Partition,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetPartitionResponseBody) GoString

func (s GetPartitionResponseBody) GoString() string

func (*GetPartitionResponseBody) SetCode

func (*GetPartitionResponseBody) SetMessage

func (*GetPartitionResponseBody) SetPartition

func (*GetPartitionResponseBody) SetRequestId

func (*GetPartitionResponseBody) SetSuccess

func (GetPartitionResponseBody) String

func (s GetPartitionResponseBody) String() string

type GetQueryResultRequest

type GetQueryResultRequest struct {
	// example:
	//
	// 1
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	// example:
	//
	// 100
	PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	// example:
	//
	// Q-41676378709440CE
	QueryId *string `json:"QueryId,omitempty" xml:"QueryId,omitempty"`
}

func (GetQueryResultRequest) GoString

func (s GetQueryResultRequest) GoString() string

func (*GetQueryResultRequest) SetPageNumber

func (s *GetQueryResultRequest) SetPageNumber(v int32) *GetQueryResultRequest

func (*GetQueryResultRequest) SetPageSize

func (*GetQueryResultRequest) SetQueryId

func (GetQueryResultRequest) String

func (s GetQueryResultRequest) String() string

type GetQueryResultResponse

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

func (GetQueryResultResponse) GoString

func (s GetQueryResultResponse) GoString() string

func (*GetQueryResultResponse) SetBody

func (*GetQueryResultResponse) SetHeaders

func (*GetQueryResultResponse) SetStatusCode

func (GetQueryResultResponse) String

func (s GetQueryResultResponse) String() string

type GetQueryResultResponseBody

type GetQueryResultResponseBody struct {
	// example:
	//
	// 8000
	Duration *int64 `json:"Duration,omitempty" xml:"Duration,omitempty"`
	// example:
	//
	// 2022-05-09 16:19:09
	EndTime *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	// example:
	//
	// Table or view not found:
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	// example:
	//
	// 2022-05-09 16:18:09
	GmtCreate *string `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	// example:
	//
	// 2022-05-09 16:19:09
	GmtModified *string `json:"GmtModified,omitempty" xml:"GmtModified,omitempty"`
	// example:
	//
	// Q-41676378709440CE
	Id *string `json:"Id,omitempty" xml:"Id,omitempty"`
	// example:
	//
	// true
	JobCompleted *bool `json:"JobCompleted,omitempty" xml:"JobCompleted,omitempty"`
	// example:
	//
	// ["this is log"]
	Logs *string `json:"Logs,omitempty" xml:"Logs,omitempty"`
	// example:
	//
	// 229167306180609***
	Owner *int64 `json:"Owner,omitempty" xml:"Owner,omitempty"`
	// example:
	//
	// 99
	Progress *int32 `json:"Progress,omitempty" xml:"Progress,omitempty"`
	// example:
	//
	// cn-hangzhou
	RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	// example:
	//
	// 1D2BCFBA-7639-59A9-817B-944EC1339279
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// db
	ResultTmpDb *string `json:"ResultTmpDb,omitempty" xml:"ResultTmpDb,omitempty"`
	// example:
	//
	// table
	ResultTmpTable *string `json:"ResultTmpTable,omitempty" xml:"ResultTmpTable,omitempty"`
	// example:
	//
	// 100
	RowCount *int32 `json:"RowCount,omitempty" xml:"RowCount,omitempty"`
	// example:
	//
	// false
	RowCountOverLimit *bool `json:"RowCountOverLimit,omitempty" xml:"RowCountOverLimit,omitempty"`
	// example:
	//
	// [[10,"Tom"],[11,"Jerry"]]
	Rows *string `json:"Rows,omitempty" xml:"Rows,omitempty"`
	// example:
	//
	// [{"name":"id","type":"INT"},{"name":"student_name","type":"VARCHAR"}]
	Schema *string `json:"Schema,omitempty" xml:"Schema,omitempty"`
	// example:
	//
	// select 	- from db.student
	Sql *string `json:"Sql,omitempty" xml:"Sql,omitempty"`
	// example:
	//
	// 2022-05-09 16:18:09
	StartTime *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	// example:
	//
	// AVAILABLE
	Status *string `json:"Status,omitempty" xml:"Status,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
	// example:
	//
	// 1024
	TotalBytesProcessed *int64 `json:"TotalBytesProcessed,omitempty" xml:"TotalBytesProcessed,omitempty"`
}

func (GetQueryResultResponseBody) GoString

func (s GetQueryResultResponseBody) GoString() string

func (*GetQueryResultResponseBody) SetDuration

func (*GetQueryResultResponseBody) SetEndTime

func (*GetQueryResultResponseBody) SetErrorMessage

func (*GetQueryResultResponseBody) SetGmtCreate

func (*GetQueryResultResponseBody) SetGmtModified

func (*GetQueryResultResponseBody) SetId

func (*GetQueryResultResponseBody) SetJobCompleted

func (*GetQueryResultResponseBody) SetLogs

func (*GetQueryResultResponseBody) SetOwner

func (*GetQueryResultResponseBody) SetProgress

func (*GetQueryResultResponseBody) SetRegionId

func (*GetQueryResultResponseBody) SetRequestId

func (*GetQueryResultResponseBody) SetResultTmpDb

func (*GetQueryResultResponseBody) SetResultTmpTable

func (*GetQueryResultResponseBody) SetRowCount

func (*GetQueryResultResponseBody) SetRowCountOverLimit

func (s *GetQueryResultResponseBody) SetRowCountOverLimit(v bool) *GetQueryResultResponseBody

func (*GetQueryResultResponseBody) SetRows

func (*GetQueryResultResponseBody) SetSchema

func (*GetQueryResultResponseBody) SetSql

func (*GetQueryResultResponseBody) SetStartTime

func (*GetQueryResultResponseBody) SetStatus

func (*GetQueryResultResponseBody) SetSuccess

func (*GetQueryResultResponseBody) SetTotalBytesProcessed

func (s *GetQueryResultResponseBody) SetTotalBytesProcessed(v int64) *GetQueryResultResponseBody

func (GetQueryResultResponseBody) String

type GetRegionStatusRequest

type GetRegionStatusRequest struct {
	// This parameter is required.
	//
	// example:
	//
	// cn-hangzhou
	RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (GetRegionStatusRequest) GoString

func (s GetRegionStatusRequest) GoString() string

func (*GetRegionStatusRequest) SetRegionId

func (GetRegionStatusRequest) String

func (s GetRegionStatusRequest) String() string

type GetRegionStatusResponse

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

func (GetRegionStatusResponse) GoString

func (s GetRegionStatusResponse) GoString() string

func (*GetRegionStatusResponse) SetBody

func (*GetRegionStatusResponse) SetHeaders

func (*GetRegionStatusResponse) SetStatusCode

func (GetRegionStatusResponse) String

func (s GetRegionStatusResponse) String() string

type GetRegionStatusResponseBody

type GetRegionStatusResponseBody struct {
	// example:
	//
	// {\\"RegionId\\": \\"cn-shanghai\\", \\"RegionStatus\\": \\"SERVICE_INVALID\\", \\"AccountStatus\\": \\"\\", \\"IsDlfServiceOpen\\": False}
	Data *GetRegionStatusResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	// example:
	//
	// CC58A776-0662-5C6D-B467-FFD4CF7F4C40
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *string `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetRegionStatusResponseBody) GoString

func (s GetRegionStatusResponseBody) GoString() string

func (*GetRegionStatusResponseBody) SetData

func (*GetRegionStatusResponseBody) SetRequestId

func (*GetRegionStatusResponseBody) SetSuccess

func (GetRegionStatusResponseBody) String

type GetRegionStatusResponseBodyData

type GetRegionStatusResponseBodyData struct {
	// example:
	//
	// enabled
	AccountStatus *string `json:"AccountStatus,omitempty" xml:"AccountStatus,omitempty"`
	// example:
	//
	// true
	IsDependencyReady *bool `json:"IsDependencyReady,omitempty" xml:"IsDependencyReady,omitempty"`
	// example:
	//
	// True
	IsDlfServiceOpen *bool `json:"IsDlfServiceOpen,omitempty" xml:"IsDlfServiceOpen,omitempty"`
	// example:
	//
	// cn_hangzhou
	RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	// example:
	//
	// READY
	RegionStatus *string `json:"RegionStatus,omitempty" xml:"RegionStatus,omitempty"`
}

func (GetRegionStatusResponseBodyData) GoString

func (*GetRegionStatusResponseBodyData) SetAccountStatus

func (*GetRegionStatusResponseBodyData) SetIsDependencyReady

func (*GetRegionStatusResponseBodyData) SetIsDlfServiceOpen

func (*GetRegionStatusResponseBodyData) SetRegionId

func (*GetRegionStatusResponseBodyData) SetRegionStatus

func (GetRegionStatusResponseBodyData) String

type GetRoleRequest

type GetRoleRequest struct {
	// roleName
	//
	// example:
	//
	// role_name
	RoleName *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (GetRoleRequest) GoString

func (s GetRoleRequest) GoString() string

func (*GetRoleRequest) SetRoleName

func (s *GetRoleRequest) SetRoleName(v string) *GetRoleRequest

func (GetRoleRequest) String

func (s GetRoleRequest) String() string

type GetRoleResponse

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

func (GetRoleResponse) GoString

func (s GetRoleResponse) GoString() string

func (*GetRoleResponse) SetBody

func (*GetRoleResponse) SetHeaders

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

func (*GetRoleResponse) SetStatusCode

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

func (GetRoleResponse) String

func (s GetRoleResponse) String() string

type GetRoleResponseBody

type GetRoleResponseBody struct {
	// code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// requestId
	//
	// example:
	//
	// 4316D7DA-9816-596D-A3D7-12676FA59BDA
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// role
	Role *Role `json:"Role,omitempty" xml:"Role,omitempty"`
	// success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetRoleResponseBody) GoString

func (s GetRoleResponseBody) GoString() string

func (*GetRoleResponseBody) SetCode

func (*GetRoleResponseBody) SetMessage

func (*GetRoleResponseBody) SetRequestId

func (s *GetRoleResponseBody) SetRequestId(v string) *GetRoleResponseBody

func (*GetRoleResponseBody) SetRole

func (*GetRoleResponseBody) SetSuccess

func (s *GetRoleResponseBody) SetSuccess(v bool) *GetRoleResponseBody

func (GetRoleResponseBody) String

func (s GetRoleResponseBody) String() string

type GetServiceStatusRequest

type GetServiceStatusRequest struct {
	// This parameter is required.
	//
	// example:
	//
	// cn-hangzhou
	RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (GetServiceStatusRequest) GoString

func (s GetServiceStatusRequest) GoString() string

func (*GetServiceStatusRequest) SetRegionId

func (GetServiceStatusRequest) String

func (s GetServiceStatusRequest) String() string

type GetServiceStatusResponse

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

func (GetServiceStatusResponse) GoString

func (s GetServiceStatusResponse) GoString() string

func (*GetServiceStatusResponse) SetBody

func (*GetServiceStatusResponse) SetHeaders

func (*GetServiceStatusResponse) SetStatusCode

func (GetServiceStatusResponse) String

func (s GetServiceStatusResponse) String() string

type GetServiceStatusResponseBody

type GetServiceStatusResponseBody struct {
	// example:
	//
	// { 			"AccountStatus":"", 			"RegionStatus":"READY", 			"RegionId":"cn-shanghai", 			"IsDependencyReady":true, 			"IsDlfServiceOpen":true 		}
	Data *GetServiceStatusResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetServiceStatusResponseBody) GoString

func (s GetServiceStatusResponseBody) GoString() string

func (*GetServiceStatusResponseBody) SetData

func (*GetServiceStatusResponseBody) SetRequestId

func (*GetServiceStatusResponseBody) SetSuccess

func (GetServiceStatusResponseBody) String

type GetServiceStatusResponseBodyData

type GetServiceStatusResponseBodyData struct {
	// example:
	//
	// true
	HasRamPermissions *bool `json:"HasRamPermissions,omitempty" xml:"HasRamPermissions,omitempty"`
	// example:
	//
	// true
	IsDlfServiceOpen *bool `json:"IsDlfServiceOpen,omitempty" xml:"IsDlfServiceOpen,omitempty"`
	// example:
	//
	// true
	IsOssOpen *bool `json:"IsOssOpen,omitempty" xml:"IsOssOpen,omitempty"`
}

func (GetServiceStatusResponseBodyData) GoString

func (*GetServiceStatusResponseBodyData) SetHasRamPermissions

func (*GetServiceStatusResponseBodyData) SetIsDlfServiceOpen

func (*GetServiceStatusResponseBodyData) SetIsOssOpen

func (GetServiceStatusResponseBodyData) String

type GetTableColumnStatisticsRequest

type GetTableColumnStatisticsRequest struct {
	// example:
	//
	// 1344371
	CatalogId   *string   `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	ColumnNames []*string `json:"ColumnNames,omitempty" xml:"ColumnNames,omitempty" type:"Repeated"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// test_table_20201223
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (GetTableColumnStatisticsRequest) GoString

func (*GetTableColumnStatisticsRequest) SetCatalogId

func (*GetTableColumnStatisticsRequest) SetColumnNames

func (*GetTableColumnStatisticsRequest) SetDatabaseName

func (*GetTableColumnStatisticsRequest) SetTableName

func (GetTableColumnStatisticsRequest) String

type GetTableColumnStatisticsResponse

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

func (GetTableColumnStatisticsResponse) GoString

func (*GetTableColumnStatisticsResponse) SetHeaders

func (*GetTableColumnStatisticsResponse) SetStatusCode

func (GetTableColumnStatisticsResponse) String

type GetTableColumnStatisticsResponseBody

type GetTableColumnStatisticsResponseBody struct {
	// example:
	//
	// OK
	Code                    *string                `json:"Code,omitempty" xml:"Code,omitempty"`
	ColumnStatisticsObjList []*ColumnStatisticsObj `json:"ColumnStatisticsObjList,omitempty" xml:"ColumnStatisticsObjList,omitempty" type:"Repeated"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetTableColumnStatisticsResponseBody) GoString

func (*GetTableColumnStatisticsResponseBody) SetCode

func (*GetTableColumnStatisticsResponseBody) SetColumnStatisticsObjList

func (*GetTableColumnStatisticsResponseBody) SetMessage

func (*GetTableColumnStatisticsResponseBody) SetRequestId

func (*GetTableColumnStatisticsResponseBody) SetSuccess

func (GetTableColumnStatisticsResponseBody) String

type GetTableColumnStatisticsShrinkRequest

type GetTableColumnStatisticsShrinkRequest struct {
	// example:
	//
	// 1344371
	CatalogId         *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	ColumnNamesShrink *string `json:"ColumnNames,omitempty" xml:"ColumnNames,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// test_table_20201223
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (GetTableColumnStatisticsShrinkRequest) GoString

func (*GetTableColumnStatisticsShrinkRequest) SetCatalogId

func (*GetTableColumnStatisticsShrinkRequest) SetColumnNamesShrink

func (*GetTableColumnStatisticsShrinkRequest) SetDatabaseName

func (*GetTableColumnStatisticsShrinkRequest) SetTableName

func (GetTableColumnStatisticsShrinkRequest) String

type GetTableProfileRequest

type GetTableProfileRequest struct {
	// CatalogId
	//
	// example:
	//
	// 可不填
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// DatabaseName
	//
	// This parameter is required.
	//
	// example:
	//
	// exp_table
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// TableName
	//
	// This parameter is required.
	//
	// example:
	//
	// admin_user
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (GetTableProfileRequest) GoString

func (s GetTableProfileRequest) GoString() string

func (*GetTableProfileRequest) SetCatalogId

func (*GetTableProfileRequest) SetDatabaseName

func (s *GetTableProfileRequest) SetDatabaseName(v string) *GetTableProfileRequest

func (*GetTableProfileRequest) SetTableName

func (GetTableProfileRequest) String

func (s GetTableProfileRequest) String() string

type GetTableProfileResponse

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

func (GetTableProfileResponse) GoString

func (s GetTableProfileResponse) GoString() string

func (*GetTableProfileResponse) SetBody

func (*GetTableProfileResponse) SetHeaders

func (*GetTableProfileResponse) SetStatusCode

func (GetTableProfileResponse) String

func (s GetTableProfileResponse) String() string

type GetTableProfileResponseBody

type GetTableProfileResponseBody struct {
	// Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message
	//
	// example:
	//
	// None
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// C742A04F-F304-5440-9ED8-AD58C36D1915
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success      *bool         `json:"Success,omitempty" xml:"Success,omitempty"`
	TableProfile *TableProfile `json:"TableProfile,omitempty" xml:"TableProfile,omitempty"`
}

func (GetTableProfileResponseBody) GoString

func (s GetTableProfileResponseBody) GoString() string

func (*GetTableProfileResponseBody) SetCode

func (*GetTableProfileResponseBody) SetMessage

func (*GetTableProfileResponseBody) SetRequestId

func (*GetTableProfileResponseBody) SetSuccess

func (*GetTableProfileResponseBody) SetTableProfile

func (GetTableProfileResponseBody) String

type GetTableRequest

type GetTableRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// test_table_20200715162543389
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (GetTableRequest) GoString

func (s GetTableRequest) GoString() string

func (*GetTableRequest) SetCatalogId

func (s *GetTableRequest) SetCatalogId(v string) *GetTableRequest

func (*GetTableRequest) SetDatabaseName

func (s *GetTableRequest) SetDatabaseName(v string) *GetTableRequest

func (*GetTableRequest) SetTableName

func (s *GetTableRequest) SetTableName(v string) *GetTableRequest

func (GetTableRequest) String

func (s GetTableRequest) String() string

type GetTableResponse

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

func (GetTableResponse) GoString

func (s GetTableResponse) GoString() string

func (*GetTableResponse) SetBody

func (*GetTableResponse) SetHeaders

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

func (*GetTableResponse) SetStatusCode

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

func (GetTableResponse) String

func (s GetTableResponse) String() string

type GetTableResponseBody

type GetTableResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool  `json:"Success,omitempty" xml:"Success,omitempty"`
	Table   *Table `json:"Table,omitempty" xml:"Table,omitempty"`
}

func (GetTableResponseBody) GoString

func (s GetTableResponseBody) GoString() string

func (*GetTableResponseBody) SetCode

func (*GetTableResponseBody) SetMessage

func (*GetTableResponseBody) SetRequestId

func (s *GetTableResponseBody) SetRequestId(v string) *GetTableResponseBody

func (*GetTableResponseBody) SetSuccess

func (*GetTableResponseBody) SetTable

func (GetTableResponseBody) String

func (s GetTableResponseBody) String() string

type GetTableVersionRequest

type GetTableVersionRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// test_table_20200715162543389
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
	// example:
	//
	// 1
	VersionId *int32 `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (GetTableVersionRequest) GoString

func (s GetTableVersionRequest) GoString() string

func (*GetTableVersionRequest) SetCatalogId

func (*GetTableVersionRequest) SetDatabaseName

func (s *GetTableVersionRequest) SetDatabaseName(v string) *GetTableVersionRequest

func (*GetTableVersionRequest) SetTableName

func (*GetTableVersionRequest) SetVersionId

func (GetTableVersionRequest) String

func (s GetTableVersionRequest) String() string

type GetTableVersionResponse

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

func (GetTableVersionResponse) GoString

func (s GetTableVersionResponse) GoString() string

func (*GetTableVersionResponse) SetBody

func (*GetTableVersionResponse) SetHeaders

func (*GetTableVersionResponse) SetStatusCode

func (GetTableVersionResponse) String

func (s GetTableVersionResponse) String() string

type GetTableVersionResponseBody

type GetTableVersionResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success      *bool         `json:"Success,omitempty" xml:"Success,omitempty"`
	TableVersion *TableVersion `json:"TableVersion,omitempty" xml:"TableVersion,omitempty"`
}

func (GetTableVersionResponseBody) GoString

func (s GetTableVersionResponseBody) GoString() string

func (*GetTableVersionResponseBody) SetCode

func (*GetTableVersionResponseBody) SetMessage

func (*GetTableVersionResponseBody) SetRequestId

func (*GetTableVersionResponseBody) SetSuccess

func (*GetTableVersionResponseBody) SetTableVersion

func (GetTableVersionResponseBody) String

type GrantPermissionsRequest

type GrantPermissionsRequest struct {
	// This parameter is required.
	Accesses []*string `json:"Accesses,omitempty" xml:"Accesses,omitempty" type:"Repeated"`
	// CatalogId
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// This parameter is required.
	DelegateAccesses []*string `json:"DelegateAccesses,omitempty" xml:"DelegateAccesses,omitempty" type:"Repeated"`
	// This parameter is required.
	MetaResource *MetaResource `json:"MetaResource,omitempty" xml:"MetaResource,omitempty"`
	// This parameter is required.
	Principal *Principal `json:"Principal,omitempty" xml:"Principal,omitempty"`
	// This parameter is required.
	//
	// example:
	//
	// Hive
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (GrantPermissionsRequest) GoString

func (s GrantPermissionsRequest) GoString() string

func (*GrantPermissionsRequest) SetAccesses

func (*GrantPermissionsRequest) SetCatalogId

func (*GrantPermissionsRequest) SetDelegateAccesses

func (s *GrantPermissionsRequest) SetDelegateAccesses(v []*string) *GrantPermissionsRequest

func (*GrantPermissionsRequest) SetMetaResource

func (*GrantPermissionsRequest) SetPrincipal

func (*GrantPermissionsRequest) SetType

func (GrantPermissionsRequest) String

func (s GrantPermissionsRequest) String() string

type GrantPermissionsResponse

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

func (GrantPermissionsResponse) GoString

func (s GrantPermissionsResponse) GoString() string

func (*GrantPermissionsResponse) SetBody

func (*GrantPermissionsResponse) SetHeaders

func (*GrantPermissionsResponse) SetStatusCode

func (GrantPermissionsResponse) String

func (s GrantPermissionsResponse) String() string

type GrantPermissionsResponseBody

type GrantPermissionsResponseBody struct {
	// Response Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message Code
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// 4912024D-2A06-5E9F-9667-35D9319917D7
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GrantPermissionsResponseBody) GoString

func (s GrantPermissionsResponseBody) GoString() string

func (*GrantPermissionsResponseBody) SetCode

func (*GrantPermissionsResponseBody) SetMessage

func (*GrantPermissionsResponseBody) SetRequestId

func (*GrantPermissionsResponseBody) SetSuccess

func (GrantPermissionsResponseBody) String

type GrantRevokeEntry

type GrantRevokeEntry struct {
	Accesses         []*string     `json:"Accesses,omitempty" xml:"Accesses,omitempty" type:"Repeated"`
	DelegateAccesses []*string     `json:"DelegateAccesses,omitempty" xml:"DelegateAccesses,omitempty" type:"Repeated"`
	Id               *string       `json:"Id,omitempty" xml:"Id,omitempty"`
	MetaResource     *MetaResource `json:"MetaResource,omitempty" xml:"MetaResource,omitempty"`
	Principal        *Principal    `json:"Principal,omitempty" xml:"Principal,omitempty"`
}

func (GrantRevokeEntry) GoString

func (s GrantRevokeEntry) GoString() string

func (*GrantRevokeEntry) SetAccesses

func (s *GrantRevokeEntry) SetAccesses(v []*string) *GrantRevokeEntry

func (*GrantRevokeEntry) SetDelegateAccesses

func (s *GrantRevokeEntry) SetDelegateAccesses(v []*string) *GrantRevokeEntry

func (*GrantRevokeEntry) SetId

func (*GrantRevokeEntry) SetMetaResource

func (s *GrantRevokeEntry) SetMetaResource(v *MetaResource) *GrantRevokeEntry

func (*GrantRevokeEntry) SetPrincipal

func (s *GrantRevokeEntry) SetPrincipal(v *Principal) *GrantRevokeEntry

func (GrantRevokeEntry) String

func (s GrantRevokeEntry) String() string

type GrantRevokeFailureEntry

type GrantRevokeFailureEntry struct {
	ErrorDetail      *ErrorDetail      `json:"ErrorDetail,omitempty" xml:"ErrorDetail,omitempty"`
	GrantRevokeEntry *GrantRevokeEntry `json:"GrantRevokeEntry,omitempty" xml:"GrantRevokeEntry,omitempty"`
}

func (GrantRevokeFailureEntry) GoString

func (s GrantRevokeFailureEntry) GoString() string

func (*GrantRevokeFailureEntry) SetErrorDetail

func (*GrantRevokeFailureEntry) SetGrantRevokeEntry

func (GrantRevokeFailureEntry) String

func (s GrantRevokeFailureEntry) String() string

type GrantRoleToUsersRequest

type GrantRoleToUsersRequest struct {
	// RoleName
	//
	// example:
	//
	// test_role_8
	RoleName *string      `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
	Users    []*Principal `json:"Users,omitempty" xml:"Users,omitempty" type:"Repeated"`
}

func (GrantRoleToUsersRequest) GoString

func (s GrantRoleToUsersRequest) GoString() string

func (*GrantRoleToUsersRequest) SetRoleName

func (*GrantRoleToUsersRequest) SetUsers

func (GrantRoleToUsersRequest) String

func (s GrantRoleToUsersRequest) String() string

type GrantRoleToUsersResponse

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

func (GrantRoleToUsersResponse) GoString

func (s GrantRoleToUsersResponse) GoString() string

func (*GrantRoleToUsersResponse) SetBody

func (*GrantRoleToUsersResponse) SetHeaders

func (*GrantRoleToUsersResponse) SetStatusCode

func (GrantRoleToUsersResponse) String

func (s GrantRoleToUsersResponse) String() string

type GrantRoleToUsersResponseBody

type GrantRoleToUsersResponseBody struct {
	// Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// 4316D7DA-9816-596D-A3D7-12676FA59BDA
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GrantRoleToUsersResponseBody) GoString

func (s GrantRoleToUsersResponseBody) GoString() string

func (*GrantRoleToUsersResponseBody) SetCode

func (*GrantRoleToUsersResponseBody) SetMessage

func (*GrantRoleToUsersResponseBody) SetRequestId

func (*GrantRoleToUsersResponseBody) SetSuccess

func (GrantRoleToUsersResponseBody) String

type GrantRolesToUserRequest

type GrantRolesToUserRequest struct {
	// This parameter is required.
	RoleNames []*string `json:"RoleNames,omitempty" xml:"RoleNames,omitempty" type:"Repeated"`
	// This parameter is required.
	User *Principal `json:"User,omitempty" xml:"User,omitempty"`
}

func (GrantRolesToUserRequest) GoString

func (s GrantRolesToUserRequest) GoString() string

func (*GrantRolesToUserRequest) SetRoleNames

func (*GrantRolesToUserRequest) SetUser

func (GrantRolesToUserRequest) String

func (s GrantRolesToUserRequest) String() string

type GrantRolesToUserResponse

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

func (GrantRolesToUserResponse) GoString

func (s GrantRolesToUserResponse) GoString() string

func (*GrantRolesToUserResponse) SetBody

func (*GrantRolesToUserResponse) SetHeaders

func (*GrantRolesToUserResponse) SetStatusCode

func (GrantRolesToUserResponse) String

func (s GrantRolesToUserResponse) String() string

type GrantRolesToUserResponseBody

type GrantRolesToUserResponseBody struct {
	// Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// 81B90E1B-7514-5817-9D59-0EA9E2215876
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GrantRolesToUserResponseBody) GoString

func (s GrantRolesToUserResponseBody) GoString() string

func (*GrantRolesToUserResponseBody) SetCode

func (*GrantRolesToUserResponseBody) SetMessage

func (*GrantRolesToUserResponseBody) SetRequestId

func (*GrantRolesToUserResponseBody) SetSuccess

func (GrantRolesToUserResponseBody) String

type HighLight

type HighLight struct {
	// example:
	//
	// name
	Key *string `json:"Key,omitempty" xml:"Key,omitempty"`
	// example:
	//
	// <em>tab</em>2
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (HighLight) GoString

func (s HighLight) GoString() string

func (*HighLight) SetKey

func (s *HighLight) SetKey(v string) *HighLight

func (*HighLight) SetValue

func (s *HighLight) SetValue(v string) *HighLight

func (HighLight) String

func (s HighLight) String() string

type IndicatorStatistic

type IndicatorStatistic struct {
	Data *int64  `json:"Data,omitempty" xml:"Data,omitempty"`
	Date *string `json:"Date,omitempty" xml:"Date,omitempty"`
}

func (IndicatorStatistic) GoString

func (s IndicatorStatistic) GoString() string

func (*IndicatorStatistic) SetData

func (*IndicatorStatistic) SetDate

func (IndicatorStatistic) String

func (s IndicatorStatistic) String() string

type LifecycleResource

type LifecycleResource struct {
	BizId              *string                    `json:"BizId,omitempty" xml:"BizId,omitempty"`
	CatalogId          *string                    `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	Database           *LifecycleResourceDatabase `json:"Database,omitempty" xml:"Database,omitempty" type:"Struct"`
	DatabaseName       *string                    `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	DatabaseProfile    *DatabaseProfile           `json:"DatabaseProfile,omitempty" xml:"DatabaseProfile,omitempty"`
	GmtCreate          *string                    `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	LifecycleRuleBizId *string                    `json:"LifecycleRuleBizId,omitempty" xml:"LifecycleRuleBizId,omitempty"`
	Owner              *int64                     `json:"Owner,omitempty" xml:"Owner,omitempty"`
	Table              *LifecycleResourceTable    `json:"Table,omitempty" xml:"Table,omitempty" type:"Struct"`
	TableName          *string                    `json:"TableName,omitempty" xml:"TableName,omitempty"`
	TableProfile       *TableProfile              `json:"TableProfile,omitempty" xml:"TableProfile,omitempty"`
}

func (LifecycleResource) GoString

func (s LifecycleResource) GoString() string

func (*LifecycleResource) SetBizId

func (s *LifecycleResource) SetBizId(v string) *LifecycleResource

func (*LifecycleResource) SetCatalogId

func (s *LifecycleResource) SetCatalogId(v string) *LifecycleResource

func (*LifecycleResource) SetDatabase

func (*LifecycleResource) SetDatabaseName

func (s *LifecycleResource) SetDatabaseName(v string) *LifecycleResource

func (*LifecycleResource) SetDatabaseProfile

func (s *LifecycleResource) SetDatabaseProfile(v *DatabaseProfile) *LifecycleResource

func (*LifecycleResource) SetGmtCreate

func (s *LifecycleResource) SetGmtCreate(v string) *LifecycleResource

func (*LifecycleResource) SetLifecycleRuleBizId

func (s *LifecycleResource) SetLifecycleRuleBizId(v string) *LifecycleResource

func (*LifecycleResource) SetOwner

func (s *LifecycleResource) SetOwner(v int64) *LifecycleResource

func (*LifecycleResource) SetTable

func (*LifecycleResource) SetTableName

func (s *LifecycleResource) SetTableName(v string) *LifecycleResource

func (*LifecycleResource) SetTableProfile

func (s *LifecycleResource) SetTableProfile(v *TableProfile) *LifecycleResource

func (LifecycleResource) String

func (s LifecycleResource) String() string

type LifecycleResourceDatabase

type LifecycleResourceDatabase struct {
	CreateTime  *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	LocationUri *string `json:"LocationUri,omitempty" xml:"LocationUri,omitempty"`
	Name        *string `json:"Name,omitempty" xml:"Name,omitempty"`
	UpdateTime  *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (LifecycleResourceDatabase) GoString

func (s LifecycleResourceDatabase) GoString() string

func (*LifecycleResourceDatabase) SetCreateTime

func (*LifecycleResourceDatabase) SetDescription

func (*LifecycleResourceDatabase) SetLocationUri

func (*LifecycleResourceDatabase) SetName

func (*LifecycleResourceDatabase) SetUpdateTime

func (LifecycleResourceDatabase) String

func (s LifecycleResourceDatabase) String() string

type LifecycleResourceTable

type LifecycleResourceTable struct {
	CreateTime   *int64                    `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DatabaseName *string                   `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	Parameters   map[string]*string        `json:"Parameters,omitempty" xml:"Parameters,omitempty"`
	Sd           *LifecycleResourceTableSd `json:"Sd,omitempty" xml:"Sd,omitempty" type:"Struct"`
	TableName    *string                   `json:"TableName,omitempty" xml:"TableName,omitempty"`
	TableType    *string                   `json:"TableType,omitempty" xml:"TableType,omitempty"`
}

func (LifecycleResourceTable) GoString

func (s LifecycleResourceTable) GoString() string

func (*LifecycleResourceTable) SetCreateTime

func (*LifecycleResourceTable) SetDatabaseName

func (s *LifecycleResourceTable) SetDatabaseName(v string) *LifecycleResourceTable

func (*LifecycleResourceTable) SetParameters

func (s *LifecycleResourceTable) SetParameters(v map[string]*string) *LifecycleResourceTable

func (*LifecycleResourceTable) SetSd

func (*LifecycleResourceTable) SetTableName

func (*LifecycleResourceTable) SetTableType

func (LifecycleResourceTable) String

func (s LifecycleResourceTable) String() string

type LifecycleResourceTableSd

type LifecycleResourceTableSd struct {
	BucketCols   []*string                          `json:"BucketCols,omitempty" xml:"BucketCols,omitempty" type:"Repeated"`
	InputFormat  *string                            `json:"InputFormat,omitempty" xml:"InputFormat,omitempty"`
	Location     *string                            `json:"Location,omitempty" xml:"Location,omitempty"`
	OutputFormat *string                            `json:"OutputFormat,omitempty" xml:"OutputFormat,omitempty"`
	Parameters   map[string]*string                 `json:"Parameters,omitempty" xml:"Parameters,omitempty"`
	SerDeInfo    *LifecycleResourceTableSdSerDeInfo `json:"SerDeInfo,omitempty" xml:"SerDeInfo,omitempty" type:"Struct"`
}

func (LifecycleResourceTableSd) GoString

func (s LifecycleResourceTableSd) GoString() string

func (*LifecycleResourceTableSd) SetBucketCols

func (*LifecycleResourceTableSd) SetInputFormat

func (*LifecycleResourceTableSd) SetLocation

func (*LifecycleResourceTableSd) SetOutputFormat

func (*LifecycleResourceTableSd) SetParameters

func (*LifecycleResourceTableSd) SetSerDeInfo

func (LifecycleResourceTableSd) String

func (s LifecycleResourceTableSd) String() string

type LifecycleResourceTableSdSerDeInfo

type LifecycleResourceTableSdSerDeInfo struct {
	Name             *string            `json:"Name,omitempty" xml:"Name,omitempty"`
	Parameters       map[string]*string `json:"Parameters,omitempty" xml:"Parameters,omitempty"`
	SerializationLib *string            `json:"SerializationLib,omitempty" xml:"SerializationLib,omitempty"`
}

func (LifecycleResourceTableSdSerDeInfo) GoString

func (*LifecycleResourceTableSdSerDeInfo) SetName

func (*LifecycleResourceTableSdSerDeInfo) SetParameters

func (*LifecycleResourceTableSdSerDeInfo) SetSerializationLib

func (LifecycleResourceTableSdSerDeInfo) String

type LifecycleRule

type LifecycleRule struct {
	ArchiveDays      *int32            `json:"ArchiveDays,omitempty" xml:"ArchiveDays,omitempty"`
	BindCount        *int32            `json:"BindCount,omitempty" xml:"BindCount,omitempty"`
	BizId            *string           `json:"BizId,omitempty" xml:"BizId,omitempty"`
	CatalogId        *string           `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	ColdArchiveDays  *int32            `json:"ColdArchiveDays,omitempty" xml:"ColdArchiveDays,omitempty"`
	Config           *string           `json:"Config,omitempty" xml:"Config,omitempty"`
	Description      *string           `json:"Description,omitempty" xml:"Description,omitempty"`
	GmtCreate        *string           `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	GmtModified      *string           `json:"GmtModified,omitempty" xml:"GmtModified,omitempty"`
	IaDays           *int32            `json:"IaDays,omitempty" xml:"IaDays,omitempty"`
	Name             *string           `json:"Name,omitempty" xml:"Name,omitempty"`
	ResourceType     *string           `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	RuleType         *string           `json:"RuleType,omitempty" xml:"RuleType,omitempty"`
	ScheduleStatus   *string           `json:"ScheduleStatus,omitempty" xml:"ScheduleStatus,omitempty"`
	Workflow         *Workflow         `json:"Workflow,omitempty" xml:"Workflow,omitempty"`
	WorkflowId       *string           `json:"WorkflowId,omitempty" xml:"WorkflowId,omitempty"`
	WorkflowInstance *WorkflowInstance `json:"WorkflowInstance,omitempty" xml:"WorkflowInstance,omitempty"`
}

func (LifecycleRule) GoString

func (s LifecycleRule) GoString() string

func (*LifecycleRule) SetArchiveDays

func (s *LifecycleRule) SetArchiveDays(v int32) *LifecycleRule

func (*LifecycleRule) SetBindCount

func (s *LifecycleRule) SetBindCount(v int32) *LifecycleRule

func (*LifecycleRule) SetBizId

func (s *LifecycleRule) SetBizId(v string) *LifecycleRule

func (*LifecycleRule) SetCatalogId

func (s *LifecycleRule) SetCatalogId(v string) *LifecycleRule

func (*LifecycleRule) SetColdArchiveDays

func (s *LifecycleRule) SetColdArchiveDays(v int32) *LifecycleRule

func (*LifecycleRule) SetConfig

func (s *LifecycleRule) SetConfig(v string) *LifecycleRule

func (*LifecycleRule) SetDescription

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

func (*LifecycleRule) SetGmtCreate

func (s *LifecycleRule) SetGmtCreate(v string) *LifecycleRule

func (*LifecycleRule) SetGmtModified

func (s *LifecycleRule) SetGmtModified(v string) *LifecycleRule

func (*LifecycleRule) SetIaDays

func (s *LifecycleRule) SetIaDays(v int32) *LifecycleRule

func (*LifecycleRule) SetName

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

func (*LifecycleRule) SetResourceType

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

func (*LifecycleRule) SetRuleType

func (s *LifecycleRule) SetRuleType(v string) *LifecycleRule

func (*LifecycleRule) SetScheduleStatus

func (s *LifecycleRule) SetScheduleStatus(v string) *LifecycleRule

func (*LifecycleRule) SetWorkflow

func (s *LifecycleRule) SetWorkflow(v *Workflow) *LifecycleRule

func (*LifecycleRule) SetWorkflowId

func (s *LifecycleRule) SetWorkflowId(v string) *LifecycleRule

func (*LifecycleRule) SetWorkflowInstance

func (s *LifecycleRule) SetWorkflowInstance(v *WorkflowInstance) *LifecycleRule

func (LifecycleRule) String

func (s LifecycleRule) String() string

type LifecycleTask

type LifecycleTask struct {
	BizId            *string           `json:"BizId,omitempty" xml:"BizId,omitempty"`
	LifecycleRule    *LifecycleRule    `json:"LifecycleRule,omitempty" xml:"LifecycleRule,omitempty"`
	Name             *string           `json:"Name,omitempty" xml:"Name,omitempty"`
	WorkflowInstance *WorkflowInstance `json:"WorkflowInstance,omitempty" xml:"WorkflowInstance,omitempty"`
}

func (LifecycleTask) GoString

func (s LifecycleTask) GoString() string

func (*LifecycleTask) SetBizId

func (s *LifecycleTask) SetBizId(v string) *LifecycleTask

func (*LifecycleTask) SetLifecycleRule

func (s *LifecycleTask) SetLifecycleRule(v *LifecycleRule) *LifecycleTask

func (*LifecycleTask) SetName

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

func (*LifecycleTask) SetWorkflowInstance

func (s *LifecycleTask) SetWorkflowInstance(v *WorkflowInstance) *LifecycleTask

func (LifecycleTask) String

func (s LifecycleTask) String() string

type ListCatalogsRequest

type ListCatalogsRequest struct {
	// example:
	//
	// .*
	IdPattern *string `json:"IdPattern,omitempty" xml:"IdPattern,omitempty"`
	// example:
	//
	// ‘’
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// 10
	PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListCatalogsRequest) GoString

func (s ListCatalogsRequest) GoString() string

func (*ListCatalogsRequest) SetIdPattern

func (s *ListCatalogsRequest) SetIdPattern(v string) *ListCatalogsRequest

func (*ListCatalogsRequest) SetNextPageToken

func (s *ListCatalogsRequest) SetNextPageToken(v string) *ListCatalogsRequest

func (*ListCatalogsRequest) SetPageSize

func (s *ListCatalogsRequest) SetPageSize(v int32) *ListCatalogsRequest

func (ListCatalogsRequest) String

func (s ListCatalogsRequest) String() string

type ListCatalogsResponse

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

func (ListCatalogsResponse) GoString

func (s ListCatalogsResponse) GoString() string

func (*ListCatalogsResponse) SetBody

func (*ListCatalogsResponse) SetHeaders

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

func (*ListCatalogsResponse) SetStatusCode

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

func (ListCatalogsResponse) String

func (s ListCatalogsResponse) String() string

type ListCatalogsResponseBody

type ListCatalogsResponseBody struct {
	// example:
	//
	// [{"CatalogId":"xx"}]
	Catalogs []*Catalog `json:"Catalogs,omitempty" xml:"Catalogs,omitempty" type:"Repeated"`
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListCatalogsResponseBody) GoString

func (s ListCatalogsResponseBody) GoString() string

func (*ListCatalogsResponseBody) SetCatalogs

func (*ListCatalogsResponseBody) SetCode

func (*ListCatalogsResponseBody) SetMessage

func (*ListCatalogsResponseBody) SetNextPageToken

func (*ListCatalogsResponseBody) SetRequestId

func (*ListCatalogsResponseBody) SetSuccess

func (ListCatalogsResponseBody) String

func (s ListCatalogsResponseBody) String() string

type ListDatabasesRequest

type ListDatabasesRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// .*
	NamePattern *string `json:"NamePattern,omitempty" xml:"NamePattern,omitempty"`
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa!
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// 10
	PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListDatabasesRequest) GoString

func (s ListDatabasesRequest) GoString() string

func (*ListDatabasesRequest) SetCatalogId

func (s *ListDatabasesRequest) SetCatalogId(v string) *ListDatabasesRequest

func (*ListDatabasesRequest) SetNamePattern

func (s *ListDatabasesRequest) SetNamePattern(v string) *ListDatabasesRequest

func (*ListDatabasesRequest) SetNextPageToken

func (s *ListDatabasesRequest) SetNextPageToken(v string) *ListDatabasesRequest

func (*ListDatabasesRequest) SetPageSize

func (s *ListDatabasesRequest) SetPageSize(v int32) *ListDatabasesRequest

func (ListDatabasesRequest) String

func (s ListDatabasesRequest) String() string

type ListDatabasesResponse

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

func (ListDatabasesResponse) GoString

func (s ListDatabasesResponse) GoString() string

func (*ListDatabasesResponse) SetBody

func (*ListDatabasesResponse) SetHeaders

func (*ListDatabasesResponse) SetStatusCode

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

func (ListDatabasesResponse) String

func (s ListDatabasesResponse) String() string

type ListDatabasesResponseBody

type ListDatabasesResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// [{"name":"test"}]
	Databases []*Database `json:"Databases,omitempty" xml:"Databases,omitempty" type:"Repeated"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// 558D764F-8C55-49CA-BF38-80EA532FC08F
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListDatabasesResponseBody) GoString

func (s ListDatabasesResponseBody) GoString() string

func (*ListDatabasesResponseBody) SetCode

func (*ListDatabasesResponseBody) SetDatabases

func (*ListDatabasesResponseBody) SetMessage

func (*ListDatabasesResponseBody) SetNextPageToken

func (*ListDatabasesResponseBody) SetRequestId

func (*ListDatabasesResponseBody) SetSuccess

func (ListDatabasesResponseBody) String

func (s ListDatabasesResponseBody) String() string

type ListFunctionNamesRequest

type ListFunctionNamesRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// .*
	FunctionNamePattern *string `json:"FunctionNamePattern,omitempty" xml:"FunctionNamePattern,omitempty"`
	// example:
	//
	// \\"\\"
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// 10
	PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListFunctionNamesRequest) GoString

func (s ListFunctionNamesRequest) GoString() string

func (*ListFunctionNamesRequest) SetCatalogId

func (*ListFunctionNamesRequest) SetDatabaseName

func (*ListFunctionNamesRequest) SetFunctionNamePattern

func (s *ListFunctionNamesRequest) SetFunctionNamePattern(v string) *ListFunctionNamesRequest

func (*ListFunctionNamesRequest) SetNextPageToken

func (*ListFunctionNamesRequest) SetPageSize

func (ListFunctionNamesRequest) String

func (s ListFunctionNamesRequest) String() string

type ListFunctionNamesResponse

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

func (ListFunctionNamesResponse) GoString

func (s ListFunctionNamesResponse) GoString() string

func (*ListFunctionNamesResponse) SetBody

func (*ListFunctionNamesResponse) SetHeaders

func (*ListFunctionNamesResponse) SetStatusCode

func (ListFunctionNamesResponse) String

func (s ListFunctionNamesResponse) String() string

type ListFunctionNamesResponseBody

type ListFunctionNamesResponseBody struct {
	// example:
	//
	// OK
	Code          *string   `json:"Code,omitempty" xml:"Code,omitempty"`
	FunctionNames []*string `json:"FunctionNames,omitempty" xml:"FunctionNames,omitempty" type:"Repeated"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListFunctionNamesResponseBody) GoString

func (*ListFunctionNamesResponseBody) SetCode

func (*ListFunctionNamesResponseBody) SetFunctionNames

func (*ListFunctionNamesResponseBody) SetMessage

func (*ListFunctionNamesResponseBody) SetNextPageToken

func (*ListFunctionNamesResponseBody) SetRequestId

func (*ListFunctionNamesResponseBody) SetSuccess

func (ListFunctionNamesResponseBody) String

type ListFunctionsRequest

type ListFunctionsRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// .*
	FunctionNamePattern *string `json:"FunctionNamePattern,omitempty" xml:"FunctionNamePattern,omitempty"`
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// 10
	PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListFunctionsRequest) GoString

func (s ListFunctionsRequest) GoString() string

func (*ListFunctionsRequest) SetCatalogId

func (s *ListFunctionsRequest) SetCatalogId(v string) *ListFunctionsRequest

func (*ListFunctionsRequest) SetDatabaseName

func (s *ListFunctionsRequest) SetDatabaseName(v string) *ListFunctionsRequest

func (*ListFunctionsRequest) SetFunctionNamePattern

func (s *ListFunctionsRequest) SetFunctionNamePattern(v string) *ListFunctionsRequest

func (*ListFunctionsRequest) SetNextPageToken

func (s *ListFunctionsRequest) SetNextPageToken(v string) *ListFunctionsRequest

func (*ListFunctionsRequest) SetPageSize

func (s *ListFunctionsRequest) SetPageSize(v int32) *ListFunctionsRequest

func (ListFunctionsRequest) String

func (s ListFunctionsRequest) String() string

type ListFunctionsResponse

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

func (ListFunctionsResponse) GoString

func (s ListFunctionsResponse) GoString() string

func (*ListFunctionsResponse) SetBody

func (*ListFunctionsResponse) SetHeaders

func (*ListFunctionsResponse) SetStatusCode

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

func (ListFunctionsResponse) String

func (s ListFunctionsResponse) String() string

type ListFunctionsResponseBody

type ListFunctionsResponseBody struct {
	// example:
	//
	// OK
	Code      *string     `json:"Code,omitempty" xml:"Code,omitempty"`
	Functions []*Function `json:"Functions,omitempty" xml:"Functions,omitempty" type:"Repeated"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListFunctionsResponseBody) GoString

func (s ListFunctionsResponseBody) GoString() string

func (*ListFunctionsResponseBody) SetCode

func (*ListFunctionsResponseBody) SetFunctions

func (*ListFunctionsResponseBody) SetMessage

func (*ListFunctionsResponseBody) SetNextPageToken

func (*ListFunctionsResponseBody) SetRequestId

func (*ListFunctionsResponseBody) SetSuccess

func (ListFunctionsResponseBody) String

func (s ListFunctionsResponseBody) String() string

type ListPartitionNamesRequest

type ListPartitionNamesRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// 10
	PageSize          *int32    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	PartialPartValues []*string `json:"PartialPartValues,omitempty" xml:"PartialPartValues,omitempty" type:"Repeated"`
	// example:
	//
	// test_table_20200715162543389
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (ListPartitionNamesRequest) GoString

func (s ListPartitionNamesRequest) GoString() string

func (*ListPartitionNamesRequest) SetCatalogId

func (*ListPartitionNamesRequest) SetDatabaseName

func (*ListPartitionNamesRequest) SetNextPageToken

func (*ListPartitionNamesRequest) SetPageSize

func (*ListPartitionNamesRequest) SetPartialPartValues

func (s *ListPartitionNamesRequest) SetPartialPartValues(v []*string) *ListPartitionNamesRequest

func (*ListPartitionNamesRequest) SetTableName

func (ListPartitionNamesRequest) String

func (s ListPartitionNamesRequest) String() string

type ListPartitionNamesResponse

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

func (ListPartitionNamesResponse) GoString

func (s ListPartitionNamesResponse) GoString() string

func (*ListPartitionNamesResponse) SetBody

func (*ListPartitionNamesResponse) SetHeaders

func (*ListPartitionNamesResponse) SetStatusCode

func (ListPartitionNamesResponse) String

type ListPartitionNamesResponseBody

type ListPartitionNamesResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa
	NextPageToken  *string   `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	PartitionNames []*string `json:"PartitionNames,omitempty" xml:"PartitionNames,omitempty" type:"Repeated"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListPartitionNamesResponseBody) GoString

func (*ListPartitionNamesResponseBody) SetCode

func (*ListPartitionNamesResponseBody) SetMessage

func (*ListPartitionNamesResponseBody) SetNextPageToken

func (*ListPartitionNamesResponseBody) SetPartitionNames

func (*ListPartitionNamesResponseBody) SetRequestId

func (*ListPartitionNamesResponseBody) SetSuccess

func (ListPartitionNamesResponseBody) String

type ListPartitionsByExprResponse

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

func (ListPartitionsByExprResponse) GoString

func (s ListPartitionsByExprResponse) GoString() string

func (*ListPartitionsByExprResponse) SetHeaders

func (*ListPartitionsByExprResponse) SetStatusCode

func (ListPartitionsByExprResponse) String

type ListPartitionsByFilterRequest

type ListPartitionsByFilterRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// ds>20201201
	Filter *string `json:"Filter,omitempty" xml:"Filter,omitempty"`
	// example:
	//
	// true
	IsShareSd *bool `json:"IsShareSd,omitempty" xml:"IsShareSd,omitempty"`
	// example:
	//
	// \\"\\"
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// 10
	PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	// example:
	//
	// test_table_20200715162543389
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (ListPartitionsByFilterRequest) GoString

func (*ListPartitionsByFilterRequest) SetCatalogId

func (*ListPartitionsByFilterRequest) SetDatabaseName

func (*ListPartitionsByFilterRequest) SetFilter

func (*ListPartitionsByFilterRequest) SetIsShareSd

func (*ListPartitionsByFilterRequest) SetNextPageToken

func (*ListPartitionsByFilterRequest) SetPageSize

func (*ListPartitionsByFilterRequest) SetTableName

func (ListPartitionsByFilterRequest) String

type ListPartitionsByFilterResponse

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

func (ListPartitionsByFilterResponse) GoString

func (*ListPartitionsByFilterResponse) SetHeaders

func (*ListPartitionsByFilterResponse) SetStatusCode

func (ListPartitionsByFilterResponse) String

type ListPartitionsByFilterResponseBody

type ListPartitionsByFilterResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// PartitionSpecs
	PartitionSpecs []*PartitionSpec `json:"PartitionSpecs,omitempty" xml:"PartitionSpecs,omitempty" type:"Repeated"`
	Partitions     []*Partition     `json:"Partitions,omitempty" xml:"Partitions,omitempty" type:"Repeated"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListPartitionsByFilterResponseBody) GoString

func (*ListPartitionsByFilterResponseBody) SetCode

func (*ListPartitionsByFilterResponseBody) SetMessage

func (*ListPartitionsByFilterResponseBody) SetNextPageToken

func (*ListPartitionsByFilterResponseBody) SetPartitionSpecs

func (*ListPartitionsByFilterResponseBody) SetPartitions

func (*ListPartitionsByFilterResponseBody) SetRequestId

func (*ListPartitionsByFilterResponseBody) SetSuccess

func (ListPartitionsByFilterResponseBody) String

type ListPartitionsProfileRequest added in v1.1.0

type ListPartitionsProfileRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// This parameter is required.
	//
	// example:
	//
	// test_db
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// 1
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	// example:
	//
	// 20
	PageSize       *int32    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	PartitionNames []*string `json:"PartitionNames,omitempty" xml:"PartitionNames,omitempty" type:"Repeated"`
	// example:
	//
	// test_tbl
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (ListPartitionsProfileRequest) GoString added in v1.1.0

func (s ListPartitionsProfileRequest) GoString() string

func (*ListPartitionsProfileRequest) SetCatalogId added in v1.1.0

func (*ListPartitionsProfileRequest) SetDatabaseName added in v1.1.0

func (*ListPartitionsProfileRequest) SetPageNumber added in v1.1.0

func (*ListPartitionsProfileRequest) SetPageSize added in v1.1.0

func (*ListPartitionsProfileRequest) SetPartitionNames added in v1.1.0

func (*ListPartitionsProfileRequest) SetTableName added in v1.1.0

func (ListPartitionsProfileRequest) String added in v1.1.0

type ListPartitionsProfileResponse added in v1.1.0

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

func (ListPartitionsProfileResponse) GoString added in v1.1.0

func (*ListPartitionsProfileResponse) SetBody added in v1.1.0

func (*ListPartitionsProfileResponse) SetHeaders added in v1.1.0

func (*ListPartitionsProfileResponse) SetStatusCode added in v1.1.0

func (ListPartitionsProfileResponse) String added in v1.1.0

type ListPartitionsProfileResponseBody added in v1.1.0

type ListPartitionsProfileResponseBody struct {
	// example:
	//
	// -
	Code *string             `json:"Code,omitempty" xml:"Code,omitempty"`
	Data []*PartitionProfile `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	// example:
	//
	// -
	LatestAccessNumDate *string `json:"LatestAccessNumDate,omitempty" xml:"LatestAccessNumDate,omitempty"`
	// example:
	//
	// 2023-08-30 19:16:10
	LatestDate *string `json:"LatestDate,omitempty" xml:"LatestDate,omitempty"`
	// example:
	//
	// -
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 97434FA4-A6B2-1AE4-A174-76964F29C759
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
	// example:
	//
	// 10
	Total *int32 `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListPartitionsProfileResponseBody) GoString added in v1.1.0

func (*ListPartitionsProfileResponseBody) SetCode added in v1.1.0

func (*ListPartitionsProfileResponseBody) SetData added in v1.1.0

func (*ListPartitionsProfileResponseBody) SetLatestAccessNumDate added in v1.1.0

func (*ListPartitionsProfileResponseBody) SetLatestDate added in v1.1.0

func (*ListPartitionsProfileResponseBody) SetMessage added in v1.1.0

func (*ListPartitionsProfileResponseBody) SetRequestId added in v1.1.0

func (*ListPartitionsProfileResponseBody) SetSuccess added in v1.1.0

func (*ListPartitionsProfileResponseBody) SetTotal added in v1.1.0

func (ListPartitionsProfileResponseBody) String added in v1.1.0

type ListPartitionsProfileShrinkRequest added in v1.1.0

type ListPartitionsProfileShrinkRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// This parameter is required.
	//
	// example:
	//
	// test_db
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// 1
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	// example:
	//
	// 20
	PageSize             *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	PartitionNamesShrink *string `json:"PartitionNames,omitempty" xml:"PartitionNames,omitempty"`
	// example:
	//
	// test_tbl
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (ListPartitionsProfileShrinkRequest) GoString added in v1.1.0

func (*ListPartitionsProfileShrinkRequest) SetCatalogId added in v1.1.0

func (*ListPartitionsProfileShrinkRequest) SetDatabaseName added in v1.1.0

func (*ListPartitionsProfileShrinkRequest) SetPageNumber added in v1.1.0

func (*ListPartitionsProfileShrinkRequest) SetPageSize added in v1.1.0

func (*ListPartitionsProfileShrinkRequest) SetPartitionNamesShrink added in v1.1.0

func (*ListPartitionsProfileShrinkRequest) SetTableName added in v1.1.0

func (ListPartitionsProfileShrinkRequest) String added in v1.1.0

type ListPartitionsRequest

type ListPartitionsRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// true
	IsShareSd *bool `json:"IsShareSd,omitempty" xml:"IsShareSd,omitempty"`
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// 10
	PageSize          *int32    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	PartialPartValues []*string `json:"PartialPartValues,omitempty" xml:"PartialPartValues,omitempty" type:"Repeated"`
	// example:
	//
	// test_table_20200715162543389
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (ListPartitionsRequest) GoString

func (s ListPartitionsRequest) GoString() string

func (*ListPartitionsRequest) SetCatalogId

func (*ListPartitionsRequest) SetDatabaseName

func (s *ListPartitionsRequest) SetDatabaseName(v string) *ListPartitionsRequest

func (*ListPartitionsRequest) SetIsShareSd

func (s *ListPartitionsRequest) SetIsShareSd(v bool) *ListPartitionsRequest

func (*ListPartitionsRequest) SetNextPageToken

func (s *ListPartitionsRequest) SetNextPageToken(v string) *ListPartitionsRequest

func (*ListPartitionsRequest) SetPageSize

func (*ListPartitionsRequest) SetPartialPartValues

func (s *ListPartitionsRequest) SetPartialPartValues(v []*string) *ListPartitionsRequest

func (*ListPartitionsRequest) SetTableName

func (ListPartitionsRequest) String

func (s ListPartitionsRequest) String() string

type ListPartitionsResponse

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

func (ListPartitionsResponse) GoString

func (s ListPartitionsResponse) GoString() string

func (*ListPartitionsResponse) SetBody

func (*ListPartitionsResponse) SetHeaders

func (*ListPartitionsResponse) SetStatusCode

func (ListPartitionsResponse) String

func (s ListPartitionsResponse) String() string

type ListPartitionsResponseBody

type ListPartitionsResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// PartitionSpecs
	PartitionSpecs []*PartitionSpec `json:"PartitionSpecs,omitempty" xml:"PartitionSpecs,omitempty" type:"Repeated"`
	Partitions     []*Partition     `json:"Partitions,omitempty" xml:"Partitions,omitempty" type:"Repeated"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListPartitionsResponseBody) GoString

func (s ListPartitionsResponseBody) GoString() string

func (*ListPartitionsResponseBody) SetCode

func (*ListPartitionsResponseBody) SetMessage

func (*ListPartitionsResponseBody) SetNextPageToken

func (*ListPartitionsResponseBody) SetPartitionSpecs

func (*ListPartitionsResponseBody) SetPartitions

func (*ListPartitionsResponseBody) SetRequestId

func (*ListPartitionsResponseBody) SetSuccess

func (ListPartitionsResponseBody) String

type ListPermissionsRequest

type ListPermissionsRequest struct {
	// CatalogId
	//
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// false
	IsListUserRolePermissions *bool         `json:"IsListUserRolePermissions,omitempty" xml:"IsListUserRolePermissions,omitempty"`
	MetaResource              *MetaResource `json:"MetaResource,omitempty" xml:"MetaResource,omitempty"`
	// example:
	//
	// DATABASE
	MetaResourceType *string `json:"MetaResourceType,omitempty" xml:"MetaResourceType,omitempty"`
	// example:
	//
	// token!
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// 100
	PageSize  *int32     `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Principal *Principal `json:"Principal,omitempty" xml:"Principal,omitempty"`
	// This parameter is required.
	//
	// example:
	//
	// Hive
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListPermissionsRequest) GoString

func (s ListPermissionsRequest) GoString() string

func (*ListPermissionsRequest) SetCatalogId

func (*ListPermissionsRequest) SetIsListUserRolePermissions

func (s *ListPermissionsRequest) SetIsListUserRolePermissions(v bool) *ListPermissionsRequest

func (*ListPermissionsRequest) SetMetaResource

func (*ListPermissionsRequest) SetMetaResourceType

func (s *ListPermissionsRequest) SetMetaResourceType(v string) *ListPermissionsRequest

func (*ListPermissionsRequest) SetNextPageToken

func (s *ListPermissionsRequest) SetNextPageToken(v string) *ListPermissionsRequest

func (*ListPermissionsRequest) SetPageSize

func (*ListPermissionsRequest) SetPrincipal

func (*ListPermissionsRequest) SetType

func (ListPermissionsRequest) String

func (s ListPermissionsRequest) String() string

type ListPermissionsResponse

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

func (ListPermissionsResponse) GoString

func (s ListPermissionsResponse) GoString() string

func (*ListPermissionsResponse) SetBody

func (*ListPermissionsResponse) SetHeaders

func (*ListPermissionsResponse) SetStatusCode

func (ListPermissionsResponse) String

func (s ListPermissionsResponse) String() string

type ListPermissionsResponseBody

type ListPermissionsResponseBody struct {
	// Response Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message Code
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// NextPageToken
	//
	// example:
	//
	// token!
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// []
	PrincipalResourcePermissionsList []*PrincipalResourcePermissions `json:"PrincipalResourcePermissionsList,omitempty" xml:"PrincipalResourcePermissionsList,omitempty" type:"Repeated"`
	// RequestId
	//
	// example:
	//
	// 745EAAE2-5010-5C9F-A95C-B8FC5C1B03BF
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
	// TotalCount
	TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListPermissionsResponseBody) GoString

func (s ListPermissionsResponseBody) GoString() string

func (*ListPermissionsResponseBody) SetCode

func (*ListPermissionsResponseBody) SetMessage

func (*ListPermissionsResponseBody) SetNextPageToken

func (*ListPermissionsResponseBody) SetPrincipalResourcePermissionsList

func (s *ListPermissionsResponseBody) SetPrincipalResourcePermissionsList(v []*PrincipalResourcePermissions) *ListPermissionsResponseBody

func (*ListPermissionsResponseBody) SetRequestId

func (*ListPermissionsResponseBody) SetSuccess

func (*ListPermissionsResponseBody) SetTotalCount

func (ListPermissionsResponseBody) String

type ListRoleUsersRequest

type ListRoleUsersRequest struct {
	// NextPageToken
	//
	// example:
	//
	// token!
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// PageSize
	//
	// example:
	//
	// -1/100
	PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	// example:
	//
	// admin
	RoleName *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
	// use name pattern filter
	//
	// example:
	//
	// .*user.*
	UserNamePattern *string `json:"UserNamePattern,omitempty" xml:"UserNamePattern,omitempty"`
}

func (ListRoleUsersRequest) GoString

func (s ListRoleUsersRequest) GoString() string

func (*ListRoleUsersRequest) SetNextPageToken

func (s *ListRoleUsersRequest) SetNextPageToken(v string) *ListRoleUsersRequest

func (*ListRoleUsersRequest) SetPageSize

func (s *ListRoleUsersRequest) SetPageSize(v int32) *ListRoleUsersRequest

func (*ListRoleUsersRequest) SetRoleName

func (*ListRoleUsersRequest) SetUserNamePattern

func (s *ListRoleUsersRequest) SetUserNamePattern(v string) *ListRoleUsersRequest

func (ListRoleUsersRequest) String

func (s ListRoleUsersRequest) String() string

type ListRoleUsersResponse

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

func (ListRoleUsersResponse) GoString

func (s ListRoleUsersResponse) GoString() string

func (*ListRoleUsersResponse) SetBody

func (*ListRoleUsersResponse) SetHeaders

func (*ListRoleUsersResponse) SetStatusCode

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

func (ListRoleUsersResponse) String

func (s ListRoleUsersResponse) String() string

type ListRoleUsersResponseBody

type ListRoleUsersResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// NextPageToken
	//
	// example:
	//
	// token!
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// RequestId
	//
	// example:
	//
	// 558D764F-8C55-49CA-BF38-80EA532FC08F
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
	// user roles
	UserRoles []*UserRole `json:"UserRoles,omitempty" xml:"UserRoles,omitempty" type:"Repeated"`
}

func (ListRoleUsersResponseBody) GoString

func (s ListRoleUsersResponseBody) GoString() string

func (*ListRoleUsersResponseBody) SetCode

func (*ListRoleUsersResponseBody) SetMessage

func (*ListRoleUsersResponseBody) SetNextPageToken

func (*ListRoleUsersResponseBody) SetRequestId

func (*ListRoleUsersResponseBody) SetSuccess

func (*ListRoleUsersResponseBody) SetUserRoles

func (ListRoleUsersResponseBody) String

func (s ListRoleUsersResponseBody) String() string

type ListRolesRequest

type ListRolesRequest struct {
	// Next PageToken
	//
	// example:
	//
	// token!
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// -1/100
	PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	// example:
	//
	// .*test.*
	RoleNamePattern *string `json:"RoleNamePattern,omitempty" xml:"RoleNamePattern,omitempty"`
}

func (ListRolesRequest) GoString

func (s ListRolesRequest) GoString() string

func (*ListRolesRequest) SetNextPageToken

func (s *ListRolesRequest) SetNextPageToken(v string) *ListRolesRequest

func (*ListRolesRequest) SetPageSize

func (s *ListRolesRequest) SetPageSize(v int32) *ListRolesRequest

func (*ListRolesRequest) SetRoleNamePattern

func (s *ListRolesRequest) SetRoleNamePattern(v string) *ListRolesRequest

func (ListRolesRequest) String

func (s ListRolesRequest) String() string

type ListRolesResponse

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

func (ListRolesResponse) GoString

func (s ListRolesResponse) GoString() string

func (*ListRolesResponse) SetBody

func (*ListRolesResponse) SetHeaders

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

func (*ListRolesResponse) SetStatusCode

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

func (ListRolesResponse) String

func (s ListRolesResponse) String() string

type ListRolesResponseBody

type ListRolesResponseBody struct {
	// code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// data
	//
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// requestId
	//
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// role list data
	//
	// example:
	//
	// [
	//
	// 	{
	//
	// 		"Description":"reserved by the system",
	//
	// 		"DisplayName":"admin",
	//
	// 		"UpdateTime":0,
	//
	// 		"IsPredefined":1,
	//
	// 		"Name":"admin"
	//
	// 	}
	//
	// ]
	Roles []*Role `json:"Roles,omitempty" xml:"Roles,omitempty" type:"Repeated"`
	// success
	//
	// example:
	//
	// True
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListRolesResponseBody) GoString

func (s ListRolesResponseBody) GoString() string

func (*ListRolesResponseBody) SetCode

func (*ListRolesResponseBody) SetMessage

func (*ListRolesResponseBody) SetNextPageToken

func (s *ListRolesResponseBody) SetNextPageToken(v string) *ListRolesResponseBody

func (*ListRolesResponseBody) SetRequestId

func (*ListRolesResponseBody) SetRoles

func (*ListRolesResponseBody) SetSuccess

func (ListRolesResponseBody) String

func (s ListRolesResponseBody) String() string

type ListTableNamesRequest

type ListTableNamesRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// \\"\\"
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// 10
	PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	// example:
	//
	// .*
	TableNamePattern *string `json:"TableNamePattern,omitempty" xml:"TableNamePattern,omitempty"`
	// example:
	//
	// MANAGED_TABLE
	TableType *string `json:"TableType,omitempty" xml:"TableType,omitempty"`
}

func (ListTableNamesRequest) GoString

func (s ListTableNamesRequest) GoString() string

func (*ListTableNamesRequest) SetCatalogId

func (*ListTableNamesRequest) SetDatabaseName

func (s *ListTableNamesRequest) SetDatabaseName(v string) *ListTableNamesRequest

func (*ListTableNamesRequest) SetNextPageToken

func (s *ListTableNamesRequest) SetNextPageToken(v string) *ListTableNamesRequest

func (*ListTableNamesRequest) SetPageSize

func (*ListTableNamesRequest) SetTableNamePattern

func (s *ListTableNamesRequest) SetTableNamePattern(v string) *ListTableNamesRequest

func (*ListTableNamesRequest) SetTableType

func (ListTableNamesRequest) String

func (s ListTableNamesRequest) String() string

type ListTableNamesResponse

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

func (ListTableNamesResponse) GoString

func (s ListTableNamesResponse) GoString() string

func (*ListTableNamesResponse) SetBody

func (*ListTableNamesResponse) SetHeaders

func (*ListTableNamesResponse) SetStatusCode

func (ListTableNamesResponse) String

func (s ListTableNamesResponse) String() string

type ListTableNamesResponseBody

type ListTableNamesResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success    *bool     `json:"Success,omitempty" xml:"Success,omitempty"`
	TableNames []*string `json:"TableNames,omitempty" xml:"TableNames,omitempty" type:"Repeated"`
}

func (ListTableNamesResponseBody) GoString

func (s ListTableNamesResponseBody) GoString() string

func (*ListTableNamesResponseBody) SetCode

func (*ListTableNamesResponseBody) SetMessage

func (*ListTableNamesResponseBody) SetNextPageToken

func (*ListTableNamesResponseBody) SetRequestId

func (*ListTableNamesResponseBody) SetSuccess

func (*ListTableNamesResponseBody) SetTableNames

func (ListTableNamesResponseBody) String

type ListTableVersionsRequest

type ListTableVersionsRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// \\"\\"
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// 10
	PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	// example:
	//
	// test_table_20200715162543389
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (ListTableVersionsRequest) GoString

func (s ListTableVersionsRequest) GoString() string

func (*ListTableVersionsRequest) SetCatalogId

func (*ListTableVersionsRequest) SetDatabaseName

func (*ListTableVersionsRequest) SetNextPageToken

func (*ListTableVersionsRequest) SetPageSize

func (*ListTableVersionsRequest) SetTableName

func (ListTableVersionsRequest) String

func (s ListTableVersionsRequest) String() string

type ListTableVersionsResponse

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

func (ListTableVersionsResponse) GoString

func (s ListTableVersionsResponse) GoString() string

func (*ListTableVersionsResponse) SetBody

func (*ListTableVersionsResponse) SetHeaders

func (*ListTableVersionsResponse) SetStatusCode

func (ListTableVersionsResponse) String

func (s ListTableVersionsResponse) String() string

type ListTableVersionsResponseBody

type ListTableVersionsResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success       *bool           `json:"Success,omitempty" xml:"Success,omitempty"`
	TableVersions []*TableVersion `json:"TableVersions,omitempty" xml:"TableVersions,omitempty" type:"Repeated"`
}

func (ListTableVersionsResponseBody) GoString

func (*ListTableVersionsResponseBody) SetCode

func (*ListTableVersionsResponseBody) SetMessage

func (*ListTableVersionsResponseBody) SetNextPageToken

func (*ListTableVersionsResponseBody) SetRequestId

func (*ListTableVersionsResponseBody) SetSuccess

func (*ListTableVersionsResponseBody) SetTableVersions

func (ListTableVersionsResponseBody) String

type ListTablesRequest

type ListTablesRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// \\"\\"
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// 10
	PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	// example:
	//
	// .*
	TableNamePattern *string `json:"TableNamePattern,omitempty" xml:"TableNamePattern,omitempty"`
	// example:
	//
	// MANAGED_TABLE
	TableType *string `json:"TableType,omitempty" xml:"TableType,omitempty"`
}

func (ListTablesRequest) GoString

func (s ListTablesRequest) GoString() string

func (*ListTablesRequest) SetCatalogId

func (s *ListTablesRequest) SetCatalogId(v string) *ListTablesRequest

func (*ListTablesRequest) SetDatabaseName

func (s *ListTablesRequest) SetDatabaseName(v string) *ListTablesRequest

func (*ListTablesRequest) SetNextPageToken

func (s *ListTablesRequest) SetNextPageToken(v string) *ListTablesRequest

func (*ListTablesRequest) SetPageSize

func (s *ListTablesRequest) SetPageSize(v int32) *ListTablesRequest

func (*ListTablesRequest) SetTableNamePattern

func (s *ListTablesRequest) SetTableNamePattern(v string) *ListTablesRequest

func (*ListTablesRequest) SetTableType

func (s *ListTablesRequest) SetTableType(v string) *ListTablesRequest

func (ListTablesRequest) String

func (s ListTablesRequest) String() string

type ListTablesResponse

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

func (ListTablesResponse) GoString

func (s ListTablesResponse) GoString() string

func (*ListTablesResponse) SetBody

func (*ListTablesResponse) SetHeaders

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

func (*ListTablesResponse) SetStatusCode

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

func (ListTablesResponse) String

func (s ListTablesResponse) String() string

type ListTablesResponseBody

type ListTablesResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool    `json:"Success,omitempty" xml:"Success,omitempty"`
	Tables  []*Table `json:"Tables,omitempty" xml:"Tables,omitempty" type:"Repeated"`
}

func (ListTablesResponseBody) GoString

func (s ListTablesResponseBody) GoString() string

func (*ListTablesResponseBody) SetCode

func (*ListTablesResponseBody) SetMessage

func (*ListTablesResponseBody) SetNextPageToken

func (s *ListTablesResponseBody) SetNextPageToken(v string) *ListTablesResponseBody

func (*ListTablesResponseBody) SetRequestId

func (*ListTablesResponseBody) SetSuccess

func (*ListTablesResponseBody) SetTables

func (ListTablesResponseBody) String

func (s ListTablesResponseBody) String() string

type ListUserRolesRequest

type ListUserRolesRequest struct {
	// example:
	//
	// token!
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// PageSize
	//
	// example:
	//
	// -1/100
	PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	// example:
	//
	// acs:ram::1111:user/userName
	PrincipalArn *string `json:"PrincipalArn,omitempty" xml:"PrincipalArn,omitempty"`
	// role name pattern filter
	//
	// example:
	//
	// .*test.*
	RoleNamePattern *string `json:"RoleNamePattern,omitempty" xml:"RoleNamePattern,omitempty"`
}

func (ListUserRolesRequest) GoString

func (s ListUserRolesRequest) GoString() string

func (*ListUserRolesRequest) SetNextPageToken

func (s *ListUserRolesRequest) SetNextPageToken(v string) *ListUserRolesRequest

func (*ListUserRolesRequest) SetPageSize

func (s *ListUserRolesRequest) SetPageSize(v int32) *ListUserRolesRequest

func (*ListUserRolesRequest) SetPrincipalArn

func (s *ListUserRolesRequest) SetPrincipalArn(v string) *ListUserRolesRequest

func (*ListUserRolesRequest) SetRoleNamePattern

func (s *ListUserRolesRequest) SetRoleNamePattern(v string) *ListUserRolesRequest

func (ListUserRolesRequest) String

func (s ListUserRolesRequest) String() string

type ListUserRolesResponse

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

func (ListUserRolesResponse) GoString

func (s ListUserRolesResponse) GoString() string

func (*ListUserRolesResponse) SetBody

func (*ListUserRolesResponse) SetHeaders

func (*ListUserRolesResponse) SetStatusCode

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

func (ListUserRolesResponse) String

func (s ListUserRolesResponse) String() string

type ListUserRolesResponseBody

type ListUserRolesResponseBody struct {
	// Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// NextPageToken
	//
	// example:
	//
	// 2cb472ec1bf84f8d92f9c4baa0d21c19aa
	NextPageToken *string `json:"NextPageToken,omitempty" xml:"NextPageToken,omitempty"`
	// RequestId
	//
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
	// UserRoles
	UserRoles []*UserRole `json:"UserRoles,omitempty" xml:"UserRoles,omitempty" type:"Repeated"`
}

func (ListUserRolesResponseBody) GoString

func (s ListUserRolesResponseBody) GoString() string

func (*ListUserRolesResponseBody) SetCode

func (*ListUserRolesResponseBody) SetMessage

func (*ListUserRolesResponseBody) SetNextPageToken

func (*ListUserRolesResponseBody) SetRequestId

func (*ListUserRolesResponseBody) SetSuccess

func (*ListUserRolesResponseBody) SetUserRoles

func (ListUserRolesResponseBody) String

func (s ListUserRolesResponseBody) String() string

type LocationStorageRankDTO

type LocationStorageRankDTO struct {
	FileCnt  *int64  `json:"FileCnt,omitempty" xml:"FileCnt,omitempty"`
	Location *string `json:"Location,omitempty" xml:"Location,omitempty"`
	Storage  *int64  `json:"Storage,omitempty" xml:"Storage,omitempty"`
}

func (LocationStorageRankDTO) GoString

func (s LocationStorageRankDTO) GoString() string

func (*LocationStorageRankDTO) SetFileCnt

func (*LocationStorageRankDTO) SetLocation

func (*LocationStorageRankDTO) SetStorage

func (LocationStorageRankDTO) String

func (s LocationStorageRankDTO) String() string

type LockObj

type LockObj struct {
	CatalogId     *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	DatabaseName  *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	PartitionName *string `json:"PartitionName,omitempty" xml:"PartitionName,omitempty"`
	TableName     *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (LockObj) GoString

func (s LockObj) GoString() string

func (*LockObj) SetCatalogId

func (s *LockObj) SetCatalogId(v string) *LockObj

func (*LockObj) SetDatabaseName

func (s *LockObj) SetDatabaseName(v string) *LockObj

func (*LockObj) SetPartitionName

func (s *LockObj) SetPartitionName(v string) *LockObj

func (*LockObj) SetTableName

func (s *LockObj) SetTableName(v string) *LockObj

func (LockObj) String

func (s LockObj) String() string

type LockStatus

type LockStatus struct {
	LockId    *int64  `json:"LockId,omitempty" xml:"LockId,omitempty"`
	LockState *string `json:"LockState,omitempty" xml:"LockState,omitempty"`
}

func (LockStatus) GoString

func (s LockStatus) GoString() string

func (*LockStatus) SetLockId

func (s *LockStatus) SetLockId(v int64) *LockStatus

func (*LockStatus) SetLockState

func (s *LockStatus) SetLockState(v string) *LockStatus

func (LockStatus) String

func (s LockStatus) String() string

type LogInfo

type LogInfo struct {
	BizTime    *string `json:"BizTime,omitempty" xml:"BizTime,omitempty"`
	GmtCreate  *string `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	LogContent *string `json:"LogContent,omitempty" xml:"LogContent,omitempty"`
	LogId      *string `json:"LogId,omitempty" xml:"LogId,omitempty"`
	LogSummary *string `json:"LogSummary,omitempty" xml:"LogSummary,omitempty"`
	LogType    *string `json:"LogType,omitempty" xml:"LogType,omitempty"`
}

func (LogInfo) GoString

func (s LogInfo) GoString() string

func (*LogInfo) SetBizTime

func (s *LogInfo) SetBizTime(v string) *LogInfo

func (*LogInfo) SetGmtCreate

func (s *LogInfo) SetGmtCreate(v string) *LogInfo

func (*LogInfo) SetInstanceId

func (s *LogInfo) SetInstanceId(v string) *LogInfo

func (*LogInfo) SetLogContent

func (s *LogInfo) SetLogContent(v string) *LogInfo

func (*LogInfo) SetLogId

func (s *LogInfo) SetLogId(v string) *LogInfo

func (*LogInfo) SetLogSummary

func (s *LogInfo) SetLogSummary(v string) *LogInfo

func (*LogInfo) SetLogType

func (s *LogInfo) SetLogType(v string) *LogInfo

func (LogInfo) String

func (s LogInfo) String() string

type MetaResource

type MetaResource struct {
	CatalogResource  *CatalogResource  `json:"CatalogResource,omitempty" xml:"CatalogResource,omitempty"`
	ColumnResource   *ColumnResource   `json:"ColumnResource,omitempty" xml:"ColumnResource,omitempty"`
	DatabaseResource *DatabaseResource `json:"DatabaseResource,omitempty" xml:"DatabaseResource,omitempty"`
	FunctionResource *FunctionResource `json:"FunctionResource,omitempty" xml:"FunctionResource,omitempty"`
	// example:
	//
	// TABLE
	ResourceType  *string        `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	TableResource *TableResource `json:"TableResource,omitempty" xml:"TableResource,omitempty"`
}

func (MetaResource) GoString

func (s MetaResource) GoString() string

func (*MetaResource) SetCatalogResource

func (s *MetaResource) SetCatalogResource(v *CatalogResource) *MetaResource

func (*MetaResource) SetColumnResource

func (s *MetaResource) SetColumnResource(v *ColumnResource) *MetaResource

func (*MetaResource) SetDatabaseResource

func (s *MetaResource) SetDatabaseResource(v *DatabaseResource) *MetaResource

func (*MetaResource) SetFunctionResource

func (s *MetaResource) SetFunctionResource(v *FunctionResource) *MetaResource

func (*MetaResource) SetResourceType

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

func (*MetaResource) SetTableResource

func (s *MetaResource) SetTableResource(v *TableResource) *MetaResource

func (MetaResource) String

func (s MetaResource) String() string

type Order

type Order struct {
	Col   *string `json:"Col,omitempty" xml:"Col,omitempty"`
	Order *int32  `json:"Order,omitempty" xml:"Order,omitempty"`
}

func (Order) GoString

func (s Order) GoString() string

func (*Order) SetCol

func (s *Order) SetCol(v string) *Order

func (*Order) SetOrder

func (s *Order) SetOrder(v int32) *Order

func (Order) String

func (s Order) String() string

type Partition

type Partition struct {
	CreateTime       *int32                 `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DatabaseName     *string                `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	LastAccessTime   *int32                 `json:"LastAccessTime,omitempty" xml:"LastAccessTime,omitempty"`
	LastAnalyzedTime *int32                 `json:"LastAnalyzedTime,omitempty" xml:"LastAnalyzedTime,omitempty"`
	Parameters       map[string]*string     `json:"Parameters,omitempty" xml:"Parameters,omitempty"`
	Privileges       *PrincipalPrivilegeSet `json:"Privileges,omitempty" xml:"Privileges,omitempty"`
	Sd               *StorageDescriptor     `json:"Sd,omitempty" xml:"Sd,omitempty"`
	TableName        *string                `json:"TableName,omitempty" xml:"TableName,omitempty"`
	Values           []*string              `json:"Values,omitempty" xml:"Values,omitempty" type:"Repeated"`
}

func (Partition) GoString

func (s Partition) GoString() string

func (*Partition) SetCreateTime

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

func (*Partition) SetDatabaseName

func (s *Partition) SetDatabaseName(v string) *Partition

func (*Partition) SetLastAccessTime

func (s *Partition) SetLastAccessTime(v int32) *Partition

func (*Partition) SetLastAnalyzedTime

func (s *Partition) SetLastAnalyzedTime(v int32) *Partition

func (*Partition) SetParameters

func (s *Partition) SetParameters(v map[string]*string) *Partition

func (*Partition) SetPrivileges

func (s *Partition) SetPrivileges(v *PrincipalPrivilegeSet) *Partition

func (*Partition) SetSd

func (s *Partition) SetSd(v *StorageDescriptor) *Partition

func (*Partition) SetTableName

func (s *Partition) SetTableName(v string) *Partition

func (*Partition) SetValues

func (s *Partition) SetValues(v []*string) *Partition

func (Partition) String

func (s Partition) String() string

type PartitionError

type PartitionError struct {
	ErrorDetail     *ErrorDetail `json:"ErrorDetail,omitempty" xml:"ErrorDetail,omitempty"`
	PartitionValues []*string    `json:"PartitionValues,omitempty" xml:"PartitionValues,omitempty" type:"Repeated"`
}

func (PartitionError) GoString

func (s PartitionError) GoString() string

func (*PartitionError) SetErrorDetail

func (s *PartitionError) SetErrorDetail(v *ErrorDetail) *PartitionError

func (*PartitionError) SetPartitionValues

func (s *PartitionError) SetPartitionValues(v []*string) *PartitionError

func (PartitionError) String

func (s PartitionError) String() string

type PartitionInput

type PartitionInput struct {
	CreateTime       *int32                 `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DatabaseName     *string                `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	LastAccessTime   *int32                 `json:"LastAccessTime,omitempty" xml:"LastAccessTime,omitempty"`
	LastAnalyzedTime *int32                 `json:"LastAnalyzedTime,omitempty" xml:"LastAnalyzedTime,omitempty"`
	Parameters       map[string]*string     `json:"Parameters,omitempty" xml:"Parameters,omitempty"`
	Privileges       *PrincipalPrivilegeSet `json:"Privileges,omitempty" xml:"Privileges,omitempty"`
	Sd               *StorageDescriptor     `json:"Sd,omitempty" xml:"Sd,omitempty"`
	TableName        *string                `json:"TableName,omitempty" xml:"TableName,omitempty"`
	Values           []*string              `json:"Values,omitempty" xml:"Values,omitempty" type:"Repeated"`
}

func (PartitionInput) GoString

func (s PartitionInput) GoString() string

func (*PartitionInput) SetCreateTime

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

func (*PartitionInput) SetDatabaseName

func (s *PartitionInput) SetDatabaseName(v string) *PartitionInput

func (*PartitionInput) SetLastAccessTime

func (s *PartitionInput) SetLastAccessTime(v int32) *PartitionInput

func (*PartitionInput) SetLastAnalyzedTime

func (s *PartitionInput) SetLastAnalyzedTime(v int32) *PartitionInput

func (*PartitionInput) SetParameters

func (s *PartitionInput) SetParameters(v map[string]*string) *PartitionInput

func (*PartitionInput) SetPrivileges

func (s *PartitionInput) SetPrivileges(v *PrincipalPrivilegeSet) *PartitionInput

func (*PartitionInput) SetSd

func (*PartitionInput) SetTableName

func (s *PartitionInput) SetTableName(v string) *PartitionInput

func (*PartitionInput) SetValues

func (s *PartitionInput) SetValues(v []*string) *PartitionInput

func (PartitionInput) String

func (s PartitionInput) String() string

type PartitionProfile

type PartitionProfile struct {
	// example:
	//
	// 0
	AccessNum *int64 `json:"AccessNum,omitempty" xml:"AccessNum,omitempty"`
	// example:
	//
	// 0
	AccessNumMonthly *int64 `json:"AccessNumMonthly,omitempty" xml:"AccessNumMonthly,omitempty"`
	// example:
	//
	// 0
	AccessNumWeekly *int64 `json:"AccessNumWeekly,omitempty" xml:"AccessNumWeekly,omitempty"`
	// example:
	//
	// STANDARD
	ArchiveStatus *string `json:"ArchiveStatus,omitempty" xml:"ArchiveStatus,omitempty"`
	// example:
	//
	// 2023-08-16 18:02:22
	CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	// example:
	//
	// OSS_HDFS
	DataSourceType *string `json:"DataSourceType,omitempty" xml:"DataSourceType,omitempty"`
	// example:
	//
	// test_db
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// 1
	FileCnt *int64 `json:"FileCnt,omitempty" xml:"FileCnt,omitempty"`
	// example:
	//
	// 13
	FileSize          *int64  `json:"FileSize,omitempty" xml:"FileSize,omitempty"`
	LastAccessNumTime *string `json:"LastAccessNumTime,omitempty" xml:"LastAccessNumTime,omitempty"`
	// example:
	//
	// 2023-08-22 12:14:42
	LastAccessTime *string `json:"LastAccessTime,omitempty" xml:"LastAccessTime,omitempty"`
	// example:
	//
	// 2023-08-16 18:02:25
	LastModifyTime *string `json:"LastModifyTime,omitempty" xml:"LastModifyTime,omitempty"`
	// example:
	//
	// oss://mybucket.cn-hangzhou.oss-dls.aliyuncs.com/test_tb/test_tbl/year=2023/month=1
	Location *string `json:"Location,omitempty" xml:"Location,omitempty"`
	// example:
	//
	// 0
	ObjectAccessNum *int64 `json:"ObjectAccessNum,omitempty" xml:"ObjectAccessNum,omitempty"`
	// example:
	//
	// 4
	ObjectAccessNumMonthly *int64 `json:"ObjectAccessNumMonthly,omitempty" xml:"ObjectAccessNumMonthly,omitempty"`
	// example:
	//
	// 4
	ObjectAccessNumWeekly *int64 `json:"ObjectAccessNumWeekly,omitempty" xml:"ObjectAccessNumWeekly,omitempty"`
	// example:
	//
	// 1
	ObjectCnt *int64 `json:"ObjectCnt,omitempty" xml:"ObjectCnt,omitempty"`
	// example:
	//
	// 13
	ObjectSize *int64 `json:"ObjectSize,omitempty" xml:"ObjectSize,omitempty"`
	// example:
	//
	// year=2023/month=1
	PartitionName *string `json:"PartitionName,omitempty" xml:"PartitionName,omitempty"`
	// example:
	//
	// test_tbl
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (PartitionProfile) GoString

func (s PartitionProfile) GoString() string

func (*PartitionProfile) SetAccessNum

func (s *PartitionProfile) SetAccessNum(v int64) *PartitionProfile

func (*PartitionProfile) SetAccessNumMonthly

func (s *PartitionProfile) SetAccessNumMonthly(v int64) *PartitionProfile

func (*PartitionProfile) SetAccessNumWeekly

func (s *PartitionProfile) SetAccessNumWeekly(v int64) *PartitionProfile

func (*PartitionProfile) SetArchiveStatus

func (s *PartitionProfile) SetArchiveStatus(v string) *PartitionProfile

func (*PartitionProfile) SetCreateTime

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

func (*PartitionProfile) SetDataSourceType

func (s *PartitionProfile) SetDataSourceType(v string) *PartitionProfile

func (*PartitionProfile) SetDatabaseName

func (s *PartitionProfile) SetDatabaseName(v string) *PartitionProfile

func (*PartitionProfile) SetFileCnt

func (s *PartitionProfile) SetFileCnt(v int64) *PartitionProfile

func (*PartitionProfile) SetFileSize

func (s *PartitionProfile) SetFileSize(v int64) *PartitionProfile

func (*PartitionProfile) SetLastAccessNumTime

func (s *PartitionProfile) SetLastAccessNumTime(v string) *PartitionProfile

func (*PartitionProfile) SetLastAccessTime

func (s *PartitionProfile) SetLastAccessTime(v string) *PartitionProfile

func (*PartitionProfile) SetLastModifyTime

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

func (*PartitionProfile) SetLocation

func (s *PartitionProfile) SetLocation(v string) *PartitionProfile

func (*PartitionProfile) SetObjectAccessNum

func (s *PartitionProfile) SetObjectAccessNum(v int64) *PartitionProfile

func (*PartitionProfile) SetObjectAccessNumMonthly

func (s *PartitionProfile) SetObjectAccessNumMonthly(v int64) *PartitionProfile

func (*PartitionProfile) SetObjectAccessNumWeekly

func (s *PartitionProfile) SetObjectAccessNumWeekly(v int64) *PartitionProfile

func (*PartitionProfile) SetObjectCnt

func (s *PartitionProfile) SetObjectCnt(v int64) *PartitionProfile

func (*PartitionProfile) SetObjectSize

func (s *PartitionProfile) SetObjectSize(v int64) *PartitionProfile

func (*PartitionProfile) SetPartitionName

func (s *PartitionProfile) SetPartitionName(v string) *PartitionProfile

func (*PartitionProfile) SetTableName

func (s *PartitionProfile) SetTableName(v string) *PartitionProfile

func (PartitionProfile) String

func (s PartitionProfile) String() string

type PartitionSpec

type PartitionSpec struct {
	SharedSDPartitions      []*Partition                          `json:"SharedSDPartitions,omitempty" xml:"SharedSDPartitions,omitempty" type:"Repeated"`
	SharedStorageDescriptor *PartitionSpecSharedStorageDescriptor `json:"SharedStorageDescriptor,omitempty" xml:"SharedStorageDescriptor,omitempty" type:"Struct"`
}

func (PartitionSpec) GoString

func (s PartitionSpec) GoString() string

func (*PartitionSpec) SetSharedSDPartitions

func (s *PartitionSpec) SetSharedSDPartitions(v []*Partition) *PartitionSpec

func (*PartitionSpec) SetSharedStorageDescriptor

func (s *PartitionSpec) SetSharedStorageDescriptor(v *PartitionSpecSharedStorageDescriptor) *PartitionSpec

func (PartitionSpec) String

func (s PartitionSpec) String() string

type PartitionSpecSharedStorageDescriptor

type PartitionSpecSharedStorageDescriptor struct {
	Cols []*FieldSchema `json:"Cols,omitempty" xml:"Cols,omitempty" type:"Repeated"`
	// example:
	//
	// 相对路径
	Location *string `json:"Location,omitempty" xml:"Location,omitempty"`
}

func (PartitionSpecSharedStorageDescriptor) GoString

func (*PartitionSpecSharedStorageDescriptor) SetCols

func (*PartitionSpecSharedStorageDescriptor) SetLocation

func (PartitionSpecSharedStorageDescriptor) String

type Principal

type Principal struct {
	// example:
	//
	// acs:ram::[AliyunAccountId]:user/username_abc
	PrincipalArn *string `json:"PrincipalArn,omitempty" xml:"PrincipalArn,omitempty"`
}

func (Principal) GoString

func (s Principal) GoString() string

func (*Principal) SetPrincipalArn

func (s *Principal) SetPrincipalArn(v string) *Principal

func (Principal) String

func (s Principal) String() string

type PrincipalPrivilegeSet

type PrincipalPrivilegeSet struct {
	GroupPrivileges map[string][]*PrivilegeGrantInfo `json:"GroupPrivileges,omitempty" xml:"GroupPrivileges,omitempty"`
	RolePrivileges  map[string][]*PrivilegeGrantInfo `json:"RolePrivileges,omitempty" xml:"RolePrivileges,omitempty"`
	UserPrivileges  map[string][]*PrivilegeGrantInfo `json:"UserPrivileges,omitempty" xml:"UserPrivileges,omitempty"`
}

func (PrincipalPrivilegeSet) GoString

func (s PrincipalPrivilegeSet) GoString() string

func (*PrincipalPrivilegeSet) SetGroupPrivileges

func (s *PrincipalPrivilegeSet) SetGroupPrivileges(v map[string][]*PrivilegeGrantInfo) *PrincipalPrivilegeSet

func (*PrincipalPrivilegeSet) SetRolePrivileges

func (s *PrincipalPrivilegeSet) SetRolePrivileges(v map[string][]*PrivilegeGrantInfo) *PrincipalPrivilegeSet

func (*PrincipalPrivilegeSet) SetUserPrivileges

func (s *PrincipalPrivilegeSet) SetUserPrivileges(v map[string][]*PrivilegeGrantInfo) *PrincipalPrivilegeSet

func (PrincipalPrivilegeSet) String

func (s PrincipalPrivilegeSet) String() string

type PrincipalResourcePermissions

type PrincipalResourcePermissions struct {
	Accesses         []*string `json:"Accesses,omitempty" xml:"Accesses,omitempty" type:"Repeated"`
	DelegateAccesses []*string `json:"DelegateAccesses,omitempty" xml:"DelegateAccesses,omitempty" type:"Repeated"`
	// This parameter is required.
	MetaResource *MetaResource `json:"MetaResource,omitempty" xml:"MetaResource,omitempty"`
	// This parameter is required.
	Principal *Principal `json:"Principal,omitempty" xml:"Principal,omitempty"`
}

func (PrincipalResourcePermissions) GoString

func (s PrincipalResourcePermissions) GoString() string

func (*PrincipalResourcePermissions) SetAccesses

func (*PrincipalResourcePermissions) SetDelegateAccesses

func (*PrincipalResourcePermissions) SetMetaResource

func (*PrincipalResourcePermissions) SetPrincipal

func (PrincipalResourcePermissions) String

type PrivilegeGrantInfo

type PrivilegeGrantInfo struct {
	CreateTime  *int32  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	GrantOption *bool   `json:"GrantOption,omitempty" xml:"GrantOption,omitempty"`
	Grantor     *string `json:"Grantor,omitempty" xml:"Grantor,omitempty"`
	GrantorType *string `json:"GrantorType,omitempty" xml:"GrantorType,omitempty"`
	Privilege   *string `json:"Privilege,omitempty" xml:"Privilege,omitempty"`
}

func (PrivilegeGrantInfo) GoString

func (s PrivilegeGrantInfo) GoString() string

func (*PrivilegeGrantInfo) SetCreateTime

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

func (*PrivilegeGrantInfo) SetGrantOption

func (s *PrivilegeGrantInfo) SetGrantOption(v bool) *PrivilegeGrantInfo

func (*PrivilegeGrantInfo) SetGrantor

func (s *PrivilegeGrantInfo) SetGrantor(v string) *PrivilegeGrantInfo

func (*PrivilegeGrantInfo) SetGrantorType

func (s *PrivilegeGrantInfo) SetGrantorType(v string) *PrivilegeGrantInfo

func (*PrivilegeGrantInfo) SetPrivilege

func (s *PrivilegeGrantInfo) SetPrivilege(v string) *PrivilegeGrantInfo

func (PrivilegeGrantInfo) String

func (s PrivilegeGrantInfo) String() string

type PrivilegeResource

type PrivilegeResource struct {
	Access       *string       `json:"Access,omitempty" xml:"Access,omitempty"`
	MetaResource *MetaResource `json:"MetaResource,omitempty" xml:"MetaResource,omitempty"`
}

func (PrivilegeResource) GoString

func (s PrivilegeResource) GoString() string

func (*PrivilegeResource) SetAccess

func (s *PrivilegeResource) SetAccess(v string) *PrivilegeResource

func (*PrivilegeResource) SetMetaResource

func (s *PrivilegeResource) SetMetaResource(v *MetaResource) *PrivilegeResource

func (PrivilegeResource) String

func (s PrivilegeResource) String() string

type RefreshLockRequest

type RefreshLockRequest struct {
	// LockId
	//
	// example:
	//
	// 12324
	LockId *int64 `json:"LockId,omitempty" xml:"LockId,omitempty"`
}

func (RefreshLockRequest) GoString

func (s RefreshLockRequest) GoString() string

func (*RefreshLockRequest) SetLockId

func (s *RefreshLockRequest) SetLockId(v int64) *RefreshLockRequest

func (RefreshLockRequest) String

func (s RefreshLockRequest) String() string

type RefreshLockResponse

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

func (RefreshLockResponse) GoString

func (s RefreshLockResponse) GoString() string

func (*RefreshLockResponse) SetBody

func (*RefreshLockResponse) SetHeaders

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

func (*RefreshLockResponse) SetStatusCode

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

func (RefreshLockResponse) String

func (s RefreshLockResponse) String() string

type RefreshLockResponseBody

type RefreshLockResponseBody struct {
	// Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// 81B90E1B-7514-5817-9D59-0EA9E2215876
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// True
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RefreshLockResponseBody) GoString

func (s RefreshLockResponseBody) GoString() string

func (*RefreshLockResponseBody) SetCode

func (*RefreshLockResponseBody) SetMessage

func (*RefreshLockResponseBody) SetRequestId

func (*RefreshLockResponseBody) SetSuccess

func (RefreshLockResponseBody) String

func (s RefreshLockResponseBody) String() string

type RegisterLocationRequest

type RegisterLocationRequest struct {
	// example:
	//
	// true
	InventoryCollectEnabled *bool `json:"InventoryCollectEnabled,omitempty" xml:"InventoryCollectEnabled,omitempty"`
	// This parameter is required.
	//
	// example:
	//
	// oss://mybucket/
	Location *string `json:"Location,omitempty" xml:"Location,omitempty"`
	// example:
	//
	// true
	OssLogCollectEnabled *bool `json:"OssLogCollectEnabled,omitempty" xml:"OssLogCollectEnabled,omitempty"`
	// This parameter is required.
	//
	// example:
	//
	// AliyunDLFWorkFlowDefaultRole
	RoleName *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (RegisterLocationRequest) GoString

func (s RegisterLocationRequest) GoString() string

func (*RegisterLocationRequest) SetInventoryCollectEnabled

func (s *RegisterLocationRequest) SetInventoryCollectEnabled(v bool) *RegisterLocationRequest

func (*RegisterLocationRequest) SetLocation

func (*RegisterLocationRequest) SetOssLogCollectEnabled

func (s *RegisterLocationRequest) SetOssLogCollectEnabled(v bool) *RegisterLocationRequest

func (*RegisterLocationRequest) SetRoleName

func (RegisterLocationRequest) String

func (s RegisterLocationRequest) String() string

type RegisterLocationResponse

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

func (RegisterLocationResponse) GoString

func (s RegisterLocationResponse) GoString() string

func (*RegisterLocationResponse) SetBody

func (*RegisterLocationResponse) SetHeaders

func (*RegisterLocationResponse) SetStatusCode

func (RegisterLocationResponse) String

func (s RegisterLocationResponse) String() string

type RegisterLocationResponseBody

type RegisterLocationResponseBody struct {
	Data *RegisterLocationResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	// example:
	//
	// 3C2678BA-3451-14C3-90E2-D4EF5B4E7A84
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RegisterLocationResponseBody) GoString

func (s RegisterLocationResponseBody) GoString() string

func (*RegisterLocationResponseBody) SetData

func (*RegisterLocationResponseBody) SetRequestId

func (*RegisterLocationResponseBody) SetSuccess

func (RegisterLocationResponseBody) String

type RegisterLocationResponseBodyData

type RegisterLocationResponseBodyData struct {
	// Location ID
	//
	// example:
	//
	// LOC-AB8FBC17F95A4AF5
	LocationId                            *string                              `json:"LocationId,omitempty" xml:"LocationId,omitempty"`
	StorageCollectTaskOperationResultList []*StorageCollectTaskOperationResult `json:"StorageCollectTaskOperationResultList,omitempty" xml:"StorageCollectTaskOperationResultList,omitempty" type:"Repeated"`
}

func (RegisterLocationResponseBodyData) GoString

func (*RegisterLocationResponseBodyData) SetLocationId

func (*RegisterLocationResponseBodyData) SetStorageCollectTaskOperationResultList

func (RegisterLocationResponseBodyData) String

type RenamePartitionRequest

type RenamePartitionRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName    *string         `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	PartitionInput  *PartitionInput `json:"PartitionInput,omitempty" xml:"PartitionInput,omitempty"`
	PartitionValues []*string       `json:"PartitionValues,omitempty" xml:"PartitionValues,omitempty" type:"Repeated"`
	// example:
	//
	// test_table_20200715162543389
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (RenamePartitionRequest) GoString

func (s RenamePartitionRequest) GoString() string

func (*RenamePartitionRequest) SetCatalogId

func (*RenamePartitionRequest) SetDatabaseName

func (s *RenamePartitionRequest) SetDatabaseName(v string) *RenamePartitionRequest

func (*RenamePartitionRequest) SetPartitionInput

func (*RenamePartitionRequest) SetPartitionValues

func (s *RenamePartitionRequest) SetPartitionValues(v []*string) *RenamePartitionRequest

func (*RenamePartitionRequest) SetTableName

func (RenamePartitionRequest) String

func (s RenamePartitionRequest) String() string

type RenamePartitionResponse

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

func (RenamePartitionResponse) GoString

func (s RenamePartitionResponse) GoString() string

func (*RenamePartitionResponse) SetBody

func (*RenamePartitionResponse) SetHeaders

func (*RenamePartitionResponse) SetStatusCode

func (RenamePartitionResponse) String

func (s RenamePartitionResponse) String() string

type RenamePartitionResponseBody

type RenamePartitionResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RenamePartitionResponseBody) GoString

func (s RenamePartitionResponseBody) GoString() string

func (*RenamePartitionResponseBody) SetCode

func (*RenamePartitionResponseBody) SetMessage

func (*RenamePartitionResponseBody) SetRequestId

func (*RenamePartitionResponseBody) SetSuccess

func (RenamePartitionResponseBody) String

type RenameTableRequest

type RenameTableRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// false
	IsAsync    *bool       `json:"IsAsync,omitempty" xml:"IsAsync,omitempty"`
	TableInput *TableInput `json:"TableInput,omitempty" xml:"TableInput,omitempty"`
	// example:
	//
	// test_table_20201223
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (RenameTableRequest) GoString

func (s RenameTableRequest) GoString() string

func (*RenameTableRequest) SetCatalogId

func (s *RenameTableRequest) SetCatalogId(v string) *RenameTableRequest

func (*RenameTableRequest) SetDatabaseName

func (s *RenameTableRequest) SetDatabaseName(v string) *RenameTableRequest

func (*RenameTableRequest) SetIsAsync

func (s *RenameTableRequest) SetIsAsync(v bool) *RenameTableRequest

func (*RenameTableRequest) SetTableInput

func (s *RenameTableRequest) SetTableInput(v *TableInput) *RenameTableRequest

func (*RenameTableRequest) SetTableName

func (s *RenameTableRequest) SetTableName(v string) *RenameTableRequest

func (RenameTableRequest) String

func (s RenameTableRequest) String() string

type RenameTableResponse

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

func (RenameTableResponse) GoString

func (s RenameTableResponse) GoString() string

func (*RenameTableResponse) SetBody

func (*RenameTableResponse) SetHeaders

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

func (*RenameTableResponse) SetStatusCode

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

func (RenameTableResponse) String

func (s RenameTableResponse) String() string

type RenameTableResponseBody

type RenameTableResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
	// Async task Id
	//
	// example:
	//
	// c38206c3aca0c41332ffe49294243009
	TaskId *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (RenameTableResponseBody) GoString

func (s RenameTableResponseBody) GoString() string

func (*RenameTableResponseBody) SetCode

func (*RenameTableResponseBody) SetMessage

func (*RenameTableResponseBody) SetRequestId

func (*RenameTableResponseBody) SetSuccess

func (*RenameTableResponseBody) SetTaskId

func (RenameTableResponseBody) String

func (s RenameTableResponseBody) String() string

type ResourceUri

type ResourceUri struct {
	ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	Uri          *string `json:"Uri,omitempty" xml:"Uri,omitempty"`
}

func (ResourceUri) GoString

func (s ResourceUri) GoString() string

func (*ResourceUri) SetResourceType

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

func (*ResourceUri) SetUri

func (s *ResourceUri) SetUri(v string) *ResourceUri

func (ResourceUri) String

func (s ResourceUri) String() string

type RevokePermissionsRequest

type RevokePermissionsRequest struct {
	// This parameter is required.
	Accesses []*string `json:"Accesses,omitempty" xml:"Accesses,omitempty" type:"Repeated"`
	// CatalogId
	//
	// example:
	//
	// 1344371
	CatalogId        *string   `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	DelegateAccesses []*string `json:"DelegateAccesses,omitempty" xml:"DelegateAccesses,omitempty" type:"Repeated"`
	// This parameter is required.
	MetaResource *MetaResource `json:"MetaResource,omitempty" xml:"MetaResource,omitempty"`
	// This parameter is required.
	Principal *Principal `json:"Principal,omitempty" xml:"Principal,omitempty"`
	// This parameter is required.
	//
	// example:
	//
	// Hive
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (RevokePermissionsRequest) GoString

func (s RevokePermissionsRequest) GoString() string

func (*RevokePermissionsRequest) SetAccesses

func (*RevokePermissionsRequest) SetCatalogId

func (*RevokePermissionsRequest) SetDelegateAccesses

func (s *RevokePermissionsRequest) SetDelegateAccesses(v []*string) *RevokePermissionsRequest

func (*RevokePermissionsRequest) SetMetaResource

func (*RevokePermissionsRequest) SetPrincipal

func (*RevokePermissionsRequest) SetType

func (RevokePermissionsRequest) String

func (s RevokePermissionsRequest) String() string

type RevokePermissionsResponse

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

func (RevokePermissionsResponse) GoString

func (s RevokePermissionsResponse) GoString() string

func (*RevokePermissionsResponse) SetBody

func (*RevokePermissionsResponse) SetHeaders

func (*RevokePermissionsResponse) SetStatusCode

func (RevokePermissionsResponse) String

func (s RevokePermissionsResponse) String() string

type RevokePermissionsResponseBody

type RevokePermissionsResponseBody struct {
	// Response Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message Code
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// 7CB5765C-F209-5B10-8792-D2BE9156ABE8
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RevokePermissionsResponseBody) GoString

func (*RevokePermissionsResponseBody) SetCode

func (*RevokePermissionsResponseBody) SetMessage

func (*RevokePermissionsResponseBody) SetRequestId

func (*RevokePermissionsResponseBody) SetSuccess

func (RevokePermissionsResponseBody) String

type RevokeRoleFromUsersRequest

type RevokeRoleFromUsersRequest struct {
	// example:
	//
	// test_role_3
	RoleName *string      `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
	Users    []*Principal `json:"Users,omitempty" xml:"Users,omitempty" type:"Repeated"`
}

func (RevokeRoleFromUsersRequest) GoString

func (s RevokeRoleFromUsersRequest) GoString() string

func (*RevokeRoleFromUsersRequest) SetRoleName

func (*RevokeRoleFromUsersRequest) SetUsers

func (RevokeRoleFromUsersRequest) String

type RevokeRoleFromUsersResponse

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

func (RevokeRoleFromUsersResponse) GoString

func (s RevokeRoleFromUsersResponse) GoString() string

func (*RevokeRoleFromUsersResponse) SetBody

func (*RevokeRoleFromUsersResponse) SetHeaders

func (*RevokeRoleFromUsersResponse) SetStatusCode

func (RevokeRoleFromUsersResponse) String

type RevokeRoleFromUsersResponseBody

type RevokeRoleFromUsersResponseBody struct {
	// Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RevokeRoleFromUsersResponseBody) GoString

func (*RevokeRoleFromUsersResponseBody) SetCode

func (*RevokeRoleFromUsersResponseBody) SetMessage

func (*RevokeRoleFromUsersResponseBody) SetRequestId

func (*RevokeRoleFromUsersResponseBody) SetSuccess

func (RevokeRoleFromUsersResponseBody) String

type RevokeRolesFromUserRequest

type RevokeRolesFromUserRequest struct {
	// This parameter is required.
	RoleNames []*string `json:"RoleNames,omitempty" xml:"RoleNames,omitempty" type:"Repeated"`
	// This parameter is required.
	User *Principal `json:"User,omitempty" xml:"User,omitempty"`
}

func (RevokeRolesFromUserRequest) GoString

func (s RevokeRolesFromUserRequest) GoString() string

func (*RevokeRolesFromUserRequest) SetRoleNames

func (*RevokeRolesFromUserRequest) SetUser

func (RevokeRolesFromUserRequest) String

type RevokeRolesFromUserResponse

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

func (RevokeRolesFromUserResponse) GoString

func (s RevokeRolesFromUserResponse) GoString() string

func (*RevokeRolesFromUserResponse) SetBody

func (*RevokeRolesFromUserResponse) SetHeaders

func (*RevokeRolesFromUserResponse) SetStatusCode

func (RevokeRolesFromUserResponse) String

type RevokeRolesFromUserResponseBody

type RevokeRolesFromUserResponseBody struct {
	// code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RevokeRolesFromUserResponseBody) GoString

func (*RevokeRolesFromUserResponseBody) SetCode

func (*RevokeRolesFromUserResponseBody) SetMessage

func (*RevokeRolesFromUserResponseBody) SetRequestId

func (*RevokeRolesFromUserResponseBody) SetSuccess

func (RevokeRolesFromUserResponseBody) String

type Role

type Role struct {
	CreateTime  *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	// example:
	//
	// 显示名称,允许中文
	DisplayName  *string      `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"`
	IsPredefined *int32       `json:"IsPredefined,omitempty" xml:"IsPredefined,omitempty"`
	Name         *string      `json:"Name,omitempty" xml:"Name,omitempty"`
	PrincipalArn *string      `json:"PrincipalArn,omitempty" xml:"PrincipalArn,omitempty"`
	UpdateTime   *int64       `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	Users        []*Principal `json:"Users,omitempty" xml:"Users,omitempty" type:"Repeated"`
}

func (Role) GoString

func (s Role) GoString() string

func (*Role) SetCreateTime

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

func (*Role) SetDescription

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

func (*Role) SetDisplayName

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

func (*Role) SetIsPredefined

func (s *Role) SetIsPredefined(v int32) *Role

func (*Role) SetName

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

func (*Role) SetPrincipalArn

func (s *Role) SetPrincipalArn(v string) *Role

func (*Role) SetUpdateTime

func (s *Role) SetUpdateTime(v int64) *Role

func (*Role) SetUsers

func (s *Role) SetUsers(v []*Principal) *Role

func (Role) String

func (s Role) String() string

type RoleInput

type RoleInput struct {
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	// example:
	//
	// 显示名称,允许中文
	DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"`
	Name        *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (RoleInput) GoString

func (s RoleInput) GoString() string

func (*RoleInput) SetDescription

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

func (*RoleInput) SetDisplayName

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

func (*RoleInput) SetName

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

func (RoleInput) String

func (s RoleInput) String() string

type RunMigrationWorkflowRequest

type RunMigrationWorkflowRequest struct {
	// This parameter is required.
	//
	// example:
	//
	// M-EDD8BF959BB97345
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
}

func (RunMigrationWorkflowRequest) GoString

func (s RunMigrationWorkflowRequest) GoString() string

func (*RunMigrationWorkflowRequest) SetInstanceId

func (RunMigrationWorkflowRequest) String

type RunMigrationWorkflowResponse

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

func (RunMigrationWorkflowResponse) GoString

func (s RunMigrationWorkflowResponse) GoString() string

func (*RunMigrationWorkflowResponse) SetBody

func (*RunMigrationWorkflowResponse) SetHeaders

func (*RunMigrationWorkflowResponse) SetStatusCode

func (RunMigrationWorkflowResponse) String

type RunMigrationWorkflowResponseBody

type RunMigrationWorkflowResponseBody struct {
	// example:
	//
	// FI-7193B85809CAD95C
	Data *string `json:"Data,omitempty" xml:"Data,omitempty"`
	// example:
	//
	// A048EA8E-3519-5B18-B81E-EE3E0B6DBE0C
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RunMigrationWorkflowResponseBody) GoString

func (*RunMigrationWorkflowResponseBody) SetData

func (*RunMigrationWorkflowResponseBody) SetRequestId

func (*RunMigrationWorkflowResponseBody) SetSuccess

func (RunMigrationWorkflowResponseBody) String

type SearchAcrossCatalogRequest

type SearchAcrossCatalogRequest struct {
	CatalogIds []*string `json:"CatalogIds,omitempty" xml:"CatalogIds,omitempty" type:"Repeated"`
	// example:
	//
	// 1
	PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	// example:
	//
	// 1000
	PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	// example:
	//
	// tags:tag1 or comment:^iso and name=aliyun and (createTime > "20211111" and createTime < "20211117") and has category
	SearchText   *string          `json:"SearchText,omitempty" xml:"SearchText,omitempty"`
	SearchTypes  []*string        `json:"SearchTypes,omitempty" xml:"SearchTypes,omitempty" type:"Repeated"`
	SortCriteria []*SortCriterion `json:"SortCriteria,omitempty" xml:"SortCriteria,omitempty" type:"Repeated"`
}

func (SearchAcrossCatalogRequest) GoString

func (s SearchAcrossCatalogRequest) GoString() string

func (*SearchAcrossCatalogRequest) SetCatalogIds

func (*SearchAcrossCatalogRequest) SetPageNumber

func (*SearchAcrossCatalogRequest) SetPageSize

func (*SearchAcrossCatalogRequest) SetSearchText

func (*SearchAcrossCatalogRequest) SetSearchTypes

func (*SearchAcrossCatalogRequest) SetSortCriteria

func (SearchAcrossCatalogRequest) String

type SearchAcrossCatalogResponse

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

func (SearchAcrossCatalogResponse) GoString

func (s SearchAcrossCatalogResponse) GoString() string

func (*SearchAcrossCatalogResponse) SetBody

func (*SearchAcrossCatalogResponse) SetHeaders

func (*SearchAcrossCatalogResponse) SetStatusCode

func (SearchAcrossCatalogResponse) String

type SearchAcrossCatalogResponseBody

type SearchAcrossCatalogResponseBody struct {
	CatalogResult *SearchAcrossCatalogResponseBodyCatalogResult `json:"CatalogResult,omitempty" xml:"CatalogResult,omitempty" type:"Struct"`
	// example:
	//
	// OK
	Code           *string                                        `json:"Code,omitempty" xml:"Code,omitempty"`
	DatabaseResult *SearchAcrossCatalogResponseBodyDatabaseResult `json:"DatabaseResult,omitempty" xml:"DatabaseResult,omitempty" type:"Struct"`
	// example:
	//
	// ""
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 460C862F-BB91-5C04-BC3F-946EEF467862
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// True
	Success     *bool                                       `json:"Success,omitempty" xml:"Success,omitempty"`
	TableResult *SearchAcrossCatalogResponseBodyTableResult `json:"TableResult,omitempty" xml:"TableResult,omitempty" type:"Struct"`
}

func (SearchAcrossCatalogResponseBody) GoString

func (*SearchAcrossCatalogResponseBody) SetCode

func (*SearchAcrossCatalogResponseBody) SetMessage

func (*SearchAcrossCatalogResponseBody) SetRequestId

func (*SearchAcrossCatalogResponseBody) SetSuccess

func (SearchAcrossCatalogResponseBody) String

type SearchAcrossCatalogResponseBodyCatalogResult

type SearchAcrossCatalogResponseBodyCatalogResult struct {
	Catalogs []*SearchAcrossCatalogResponseBodyCatalogResultCatalogs `json:"Catalogs,omitempty" xml:"Catalogs,omitempty" type:"Repeated"`
	// example:
	//
	// 100
	TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (SearchAcrossCatalogResponseBodyCatalogResult) GoString

func (*SearchAcrossCatalogResponseBodyCatalogResult) SetTotalCount

func (SearchAcrossCatalogResponseBodyCatalogResult) String

type SearchAcrossCatalogResponseBodyCatalogResultCatalogs

type SearchAcrossCatalogResponseBodyCatalogResultCatalogs struct {
	Catalog       *Catalog     `json:"Catalog,omitempty" xml:"Catalog,omitempty"`
	HighLightList []*HighLight `json:"HighLightList,omitempty" xml:"HighLightList,omitempty" type:"Repeated"`
}

func (SearchAcrossCatalogResponseBodyCatalogResultCatalogs) GoString

func (*SearchAcrossCatalogResponseBodyCatalogResultCatalogs) SetCatalog

func (*SearchAcrossCatalogResponseBodyCatalogResultCatalogs) SetHighLightList

func (SearchAcrossCatalogResponseBodyCatalogResultCatalogs) String

type SearchAcrossCatalogResponseBodyDatabaseResult

type SearchAcrossCatalogResponseBodyDatabaseResult struct {
	Databases []*SearchAcrossCatalogResponseBodyDatabaseResultDatabases `json:"Databases,omitempty" xml:"Databases,omitempty" type:"Repeated"`
	// example:
	//
	// 11000
	TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (SearchAcrossCatalogResponseBodyDatabaseResult) GoString

func (*SearchAcrossCatalogResponseBodyDatabaseResult) SetTotalCount

func (SearchAcrossCatalogResponseBodyDatabaseResult) String

type SearchAcrossCatalogResponseBodyDatabaseResultDatabases

type SearchAcrossCatalogResponseBodyDatabaseResultDatabases struct {
	Database      *Database    `json:"Database,omitempty" xml:"Database,omitempty"`
	HighLightList []*HighLight `json:"HighLightList,omitempty" xml:"HighLightList,omitempty" type:"Repeated"`
}

func (SearchAcrossCatalogResponseBodyDatabaseResultDatabases) GoString

func (*SearchAcrossCatalogResponseBodyDatabaseResultDatabases) SetDatabase

func (*SearchAcrossCatalogResponseBodyDatabaseResultDatabases) SetHighLightList

func (SearchAcrossCatalogResponseBodyDatabaseResultDatabases) String

type SearchAcrossCatalogResponseBodyTableResult

type SearchAcrossCatalogResponseBodyTableResult struct {
	Tables []*SearchAcrossCatalogResponseBodyTableResultTables `json:"Tables,omitempty" xml:"Tables,omitempty" type:"Repeated"`
	// example:
	//
	// 1100
	TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (SearchAcrossCatalogResponseBodyTableResult) GoString

func (*SearchAcrossCatalogResponseBodyTableResult) SetTotalCount

func (SearchAcrossCatalogResponseBodyTableResult) String

type SearchAcrossCatalogResponseBodyTableResultTables

type SearchAcrossCatalogResponseBodyTableResultTables struct {
	HighLightList []*HighLight `json:"HighLightList,omitempty" xml:"HighLightList,omitempty" type:"Repeated"`
	Table         *Table       `json:"Table,omitempty" xml:"Table,omitempty"`
}

func (SearchAcrossCatalogResponseBodyTableResultTables) GoString

func (*SearchAcrossCatalogResponseBodyTableResultTables) SetHighLightList

func (*SearchAcrossCatalogResponseBodyTableResultTables) SetTable

func (SearchAcrossCatalogResponseBodyTableResultTables) String

type SearchRequest

type SearchRequest struct {
	// catalogid
	//
	// example:
	//
	// 默认是空,在多catalogid下填写对应的id
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// 1
	PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	// example:
	//
	// 1000
	PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	// example:
	//
	// tags:tag1 or comment:^iso and name=aliyun and (createTime > "20211111" and createTime < "20211117") and has category
	SearchText *string `json:"SearchText,omitempty" xml:"SearchText,omitempty"`
	// example:
	//
	// TABLE/DATABASE/CATALOG
	SearchType   *string          `json:"SearchType,omitempty" xml:"SearchType,omitempty"`
	SortCriteria []*SortCriterion `json:"SortCriteria,omitempty" xml:"SortCriteria,omitempty" type:"Repeated"`
}

func (SearchRequest) GoString

func (s SearchRequest) GoString() string

func (*SearchRequest) SetCatalogId

func (s *SearchRequest) SetCatalogId(v string) *SearchRequest

func (*SearchRequest) SetPageNumber

func (s *SearchRequest) SetPageNumber(v int64) *SearchRequest

func (*SearchRequest) SetPageSize

func (s *SearchRequest) SetPageSize(v int64) *SearchRequest

func (*SearchRequest) SetSearchText

func (s *SearchRequest) SetSearchText(v string) *SearchRequest

func (*SearchRequest) SetSearchType

func (s *SearchRequest) SetSearchType(v string) *SearchRequest

func (*SearchRequest) SetSortCriteria

func (s *SearchRequest) SetSortCriteria(v []*SortCriterion) *SearchRequest

func (SearchRequest) String

func (s SearchRequest) String() string

type SearchResponse

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

func (SearchResponse) GoString

func (s SearchResponse) GoString() string

func (*SearchResponse) SetBody

func (*SearchResponse) SetHeaders

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

func (*SearchResponse) SetStatusCode

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

func (SearchResponse) String

func (s SearchResponse) String() string

type SearchResponseBody

type SearchResponseBody struct {
	// example:
	//
	// OK
	Code           *string                           `json:"Code,omitempty" xml:"Code,omitempty"`
	DatabaseResult *SearchResponseBodyDatabaseResult `json:"DatabaseResult,omitempty" xml:"DatabaseResult,omitempty" type:"Struct"`
	// example:
	//
	// ""
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 460C862F-BB91-5C04-BC3F-946EEF467862
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// True
	Success     *bool                          `json:"Success,omitempty" xml:"Success,omitempty"`
	TableResult *SearchResponseBodyTableResult `json:"TableResult,omitempty" xml:"TableResult,omitempty" type:"Struct"`
}

func (SearchResponseBody) GoString

func (s SearchResponseBody) GoString() string

func (*SearchResponseBody) SetCode

func (*SearchResponseBody) SetDatabaseResult

func (*SearchResponseBody) SetMessage

func (s *SearchResponseBody) SetMessage(v string) *SearchResponseBody

func (*SearchResponseBody) SetRequestId

func (s *SearchResponseBody) SetRequestId(v string) *SearchResponseBody

func (*SearchResponseBody) SetSuccess

func (s *SearchResponseBody) SetSuccess(v bool) *SearchResponseBody

func (*SearchResponseBody) SetTableResult

func (SearchResponseBody) String

func (s SearchResponseBody) String() string

type SearchResponseBodyDatabaseResult

type SearchResponseBodyDatabaseResult struct {
	Databases []*SearchResponseBodyDatabaseResultDatabases `json:"Databases,omitempty" xml:"Databases,omitempty" type:"Repeated"`
	// example:
	//
	// 11000
	TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (SearchResponseBodyDatabaseResult) GoString

func (*SearchResponseBodyDatabaseResult) SetTotalCount

func (SearchResponseBodyDatabaseResult) String

type SearchResponseBodyDatabaseResultDatabases

type SearchResponseBodyDatabaseResultDatabases struct {
	Database      *Database    `json:"Database,omitempty" xml:"Database,omitempty"`
	HighLightList []*HighLight `json:"HighLightList,omitempty" xml:"HighLightList,omitempty" type:"Repeated"`
}

func (SearchResponseBodyDatabaseResultDatabases) GoString

func (*SearchResponseBodyDatabaseResultDatabases) SetDatabase

func (*SearchResponseBodyDatabaseResultDatabases) SetHighLightList

func (SearchResponseBodyDatabaseResultDatabases) String

type SearchResponseBodyTableResult

type SearchResponseBodyTableResult struct {
	Tables []*SearchResponseBodyTableResultTables `json:"Tables,omitempty" xml:"Tables,omitempty" type:"Repeated"`
	// example:
	//
	// 1100
	TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (SearchResponseBodyTableResult) GoString

func (*SearchResponseBodyTableResult) SetTables

func (*SearchResponseBodyTableResult) SetTotalCount

func (SearchResponseBodyTableResult) String

type SearchResponseBodyTableResultTables

type SearchResponseBodyTableResultTables struct {
	HighLightList []*HighLight `json:"HighLightList,omitempty" xml:"HighLightList,omitempty" type:"Repeated"`
	Table         *Table       `json:"Table,omitempty" xml:"Table,omitempty"`
}

func (SearchResponseBodyTableResultTables) GoString

func (*SearchResponseBodyTableResultTables) SetHighLightList

func (*SearchResponseBodyTableResultTables) SetTable

func (SearchResponseBodyTableResultTables) String

type SerDeInfo

type SerDeInfo struct {
	Name             *string            `json:"Name,omitempty" xml:"Name,omitempty"`
	Parameters       map[string]*string `json:"Parameters,omitempty" xml:"Parameters,omitempty"`
	SerializationLib *string            `json:"SerializationLib,omitempty" xml:"SerializationLib,omitempty"`
}

func (SerDeInfo) GoString

func (s SerDeInfo) GoString() string

func (*SerDeInfo) SetName

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

func (*SerDeInfo) SetParameters

func (s *SerDeInfo) SetParameters(v map[string]*string) *SerDeInfo

func (*SerDeInfo) SetSerializationLib

func (s *SerDeInfo) SetSerializationLib(v string) *SerDeInfo

func (SerDeInfo) String

func (s SerDeInfo) String() string

type SingleIndicatorDTO

type SingleIndicatorDTO struct {
	DayIncrement   *int64   `json:"DayIncrement,omitempty" xml:"DayIncrement,omitempty"`
	DayOnDay       *float64 `json:"DayOnDay,omitempty" xml:"DayOnDay,omitempty"`
	MonthIncrement *int64   `json:"MonthIncrement,omitempty" xml:"MonthIncrement,omitempty"`
	MonthOnMonth   *float64 `json:"MonthOnMonth,omitempty" xml:"MonthOnMonth,omitempty"`
	Total          *int64   `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (SingleIndicatorDTO) GoString

func (s SingleIndicatorDTO) GoString() string

func (*SingleIndicatorDTO) SetDayIncrement

func (s *SingleIndicatorDTO) SetDayIncrement(v int64) *SingleIndicatorDTO

func (*SingleIndicatorDTO) SetDayOnDay

func (s *SingleIndicatorDTO) SetDayOnDay(v float64) *SingleIndicatorDTO

func (*SingleIndicatorDTO) SetMonthIncrement

func (s *SingleIndicatorDTO) SetMonthIncrement(v int64) *SingleIndicatorDTO

func (*SingleIndicatorDTO) SetMonthOnMonth

func (s *SingleIndicatorDTO) SetMonthOnMonth(v float64) *SingleIndicatorDTO

func (*SingleIndicatorDTO) SetTotal

func (SingleIndicatorDTO) String

func (s SingleIndicatorDTO) String() string

type SkewedInfo

type SkewedInfo struct {
	SkewedColNames             []*string          `json:"SkewedColNames,omitempty" xml:"SkewedColNames,omitempty" type:"Repeated"`
	SkewedColValueLocationMaps map[string]*string `json:"SkewedColValueLocationMaps,omitempty" xml:"SkewedColValueLocationMaps,omitempty"`
	SkewedColValues            [][]*string        `json:"SkewedColValues,omitempty" xml:"SkewedColValues,omitempty" type:"Repeated"`
}

func (SkewedInfo) GoString

func (s SkewedInfo) GoString() string

func (*SkewedInfo) SetSkewedColNames

func (s *SkewedInfo) SetSkewedColNames(v []*string) *SkewedInfo

func (*SkewedInfo) SetSkewedColValueLocationMaps

func (s *SkewedInfo) SetSkewedColValueLocationMaps(v map[string]*string) *SkewedInfo

func (*SkewedInfo) SetSkewedColValues

func (s *SkewedInfo) SetSkewedColValues(v [][]*string) *SkewedInfo

func (SkewedInfo) String

func (s SkewedInfo) String() string

type SmallFileCntRank

type SmallFileCntRank struct {
	DbName    *string `json:"DbName,omitempty" xml:"DbName,omitempty"`
	Location  *string `json:"Location,omitempty" xml:"Location,omitempty"`
	Quantity  *int64  `json:"Quantity,omitempty" xml:"Quantity,omitempty"`
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (SmallFileCntRank) GoString

func (s SmallFileCntRank) GoString() string

func (*SmallFileCntRank) SetDbName

func (s *SmallFileCntRank) SetDbName(v string) *SmallFileCntRank

func (*SmallFileCntRank) SetLocation

func (s *SmallFileCntRank) SetLocation(v string) *SmallFileCntRank

func (*SmallFileCntRank) SetQuantity

func (s *SmallFileCntRank) SetQuantity(v int64) *SmallFileCntRank

func (*SmallFileCntRank) SetTableName

func (s *SmallFileCntRank) SetTableName(v string) *SmallFileCntRank

func (SmallFileCntRank) String

func (s SmallFileCntRank) String() string

type SortCriterion

type SortCriterion struct {
	// example:
	//
	// name
	FieldName *string `json:"FieldName,omitempty" xml:"FieldName,omitempty"`
	// example:
	//
	// asc/desc
	Sort *string `json:"Sort,omitempty" xml:"Sort,omitempty"`
}

func (SortCriterion) GoString

func (s SortCriterion) GoString() string

func (*SortCriterion) SetFieldName

func (s *SortCriterion) SetFieldName(v string) *SortCriterion

func (*SortCriterion) SetSort

func (s *SortCriterion) SetSort(v string) *SortCriterion

func (SortCriterion) String

func (s SortCriterion) String() string

type StopMigrationWorkflowRequest

type StopMigrationWorkflowRequest struct {
	// This parameter is required.
	//
	// example:
	//
	// M-6DCF5D8EF92E2195
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
}

func (StopMigrationWorkflowRequest) GoString

func (s StopMigrationWorkflowRequest) GoString() string

func (*StopMigrationWorkflowRequest) SetInstanceId

func (StopMigrationWorkflowRequest) String

type StopMigrationWorkflowResponse

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

func (StopMigrationWorkflowResponse) GoString

func (*StopMigrationWorkflowResponse) SetBody

func (*StopMigrationWorkflowResponse) SetHeaders

func (*StopMigrationWorkflowResponse) SetStatusCode

func (StopMigrationWorkflowResponse) String

type StopMigrationWorkflowResponseBody

type StopMigrationWorkflowResponseBody struct {
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (StopMigrationWorkflowResponseBody) GoString

func (*StopMigrationWorkflowResponseBody) SetRequestId

func (*StopMigrationWorkflowResponseBody) SetSuccess

func (StopMigrationWorkflowResponseBody) String

type StorageCollectTaskOperationResult

type StorageCollectTaskOperationResult struct {
	DlfCreated *bool   `json:"DlfCreated,omitempty" xml:"DlfCreated,omitempty"`
	ErrCode    *string `json:"ErrCode,omitempty" xml:"ErrCode,omitempty"`
	ErrMessage *string `json:"ErrMessage,omitempty" xml:"ErrMessage,omitempty"`
	Success    *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
	TaskId     *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
	TaskType   *string `json:"TaskType,omitempty" xml:"TaskType,omitempty"`
}

func (StorageCollectTaskOperationResult) GoString

func (*StorageCollectTaskOperationResult) SetDlfCreated

func (*StorageCollectTaskOperationResult) SetErrCode

func (*StorageCollectTaskOperationResult) SetErrMessage

func (*StorageCollectTaskOperationResult) SetSuccess

func (*StorageCollectTaskOperationResult) SetTaskId

func (*StorageCollectTaskOperationResult) SetTaskType

func (StorageCollectTaskOperationResult) String

type StorageDescriptor

type StorageDescriptor struct {
	BucketCols             []*string          `json:"BucketCols,omitempty" xml:"BucketCols,omitempty" type:"Repeated"`
	Cols                   []*FieldSchema     `json:"Cols,omitempty" xml:"Cols,omitempty" type:"Repeated"`
	Compressed             *bool              `json:"Compressed,omitempty" xml:"Compressed,omitempty"`
	InputFormat            *string            `json:"InputFormat,omitempty" xml:"InputFormat,omitempty"`
	Location               *string            `json:"Location,omitempty" xml:"Location,omitempty"`
	NumBuckets             *int32             `json:"NumBuckets,omitempty" xml:"NumBuckets,omitempty"`
	OutputFormat           *string            `json:"OutputFormat,omitempty" xml:"OutputFormat,omitempty"`
	Parameters             map[string]*string `json:"Parameters,omitempty" xml:"Parameters,omitempty"`
	SerDeInfo              *SerDeInfo         `json:"SerDeInfo,omitempty" xml:"SerDeInfo,omitempty"`
	SkewedInfo             *SkewedInfo        `json:"SkewedInfo,omitempty" xml:"SkewedInfo,omitempty"`
	SortCols               []*Order           `json:"SortCols,omitempty" xml:"SortCols,omitempty" type:"Repeated"`
	StoredAsSubDirectories *bool              `json:"StoredAsSubDirectories,omitempty" xml:"StoredAsSubDirectories,omitempty"`
}

func (StorageDescriptor) GoString

func (s StorageDescriptor) GoString() string

func (*StorageDescriptor) SetBucketCols

func (s *StorageDescriptor) SetBucketCols(v []*string) *StorageDescriptor

func (*StorageDescriptor) SetCols

func (*StorageDescriptor) SetCompressed

func (s *StorageDescriptor) SetCompressed(v bool) *StorageDescriptor

func (*StorageDescriptor) SetInputFormat

func (s *StorageDescriptor) SetInputFormat(v string) *StorageDescriptor

func (*StorageDescriptor) SetLocation

func (s *StorageDescriptor) SetLocation(v string) *StorageDescriptor

func (*StorageDescriptor) SetNumBuckets

func (s *StorageDescriptor) SetNumBuckets(v int32) *StorageDescriptor

func (*StorageDescriptor) SetOutputFormat

func (s *StorageDescriptor) SetOutputFormat(v string) *StorageDescriptor

func (*StorageDescriptor) SetParameters

func (s *StorageDescriptor) SetParameters(v map[string]*string) *StorageDescriptor

func (*StorageDescriptor) SetSerDeInfo

func (s *StorageDescriptor) SetSerDeInfo(v *SerDeInfo) *StorageDescriptor

func (*StorageDescriptor) SetSkewedInfo

func (s *StorageDescriptor) SetSkewedInfo(v *SkewedInfo) *StorageDescriptor

func (*StorageDescriptor) SetSortCols

func (s *StorageDescriptor) SetSortCols(v []*Order) *StorageDescriptor

func (*StorageDescriptor) SetStoredAsSubDirectories

func (s *StorageDescriptor) SetStoredAsSubDirectories(v bool) *StorageDescriptor

func (StorageDescriptor) String

func (s StorageDescriptor) String() string

type StorageFormat

type StorageFormat struct {
	Avro          *int64 `json:"Avro,omitempty" xml:"Avro,omitempty"`
	Csv           *int64 `json:"Csv,omitempty" xml:"Csv,omitempty"`
	Delta         *int64 `json:"Delta,omitempty" xml:"Delta,omitempty"`
	Hudi          *int64 `json:"Hudi,omitempty" xml:"Hudi,omitempty"`
	Iceberg       *int64 `json:"Iceberg,omitempty" xml:"Iceberg,omitempty"`
	Json          *int64 `json:"Json,omitempty" xml:"Json,omitempty"`
	Orc           *int64 `json:"Orc,omitempty" xml:"Orc,omitempty"`
	Parquet       *int64 `json:"Parquet,omitempty" xml:"Parquet,omitempty"`
	Uncategorized *int64 `json:"Uncategorized,omitempty" xml:"Uncategorized,omitempty"`
}

func (StorageFormat) GoString

func (s StorageFormat) GoString() string

func (*StorageFormat) SetAvro

func (s *StorageFormat) SetAvro(v int64) *StorageFormat

func (*StorageFormat) SetCsv

func (s *StorageFormat) SetCsv(v int64) *StorageFormat

func (*StorageFormat) SetDelta

func (s *StorageFormat) SetDelta(v int64) *StorageFormat

func (*StorageFormat) SetHudi

func (s *StorageFormat) SetHudi(v int64) *StorageFormat

func (*StorageFormat) SetIceberg

func (s *StorageFormat) SetIceberg(v int64) *StorageFormat

func (*StorageFormat) SetJson

func (s *StorageFormat) SetJson(v int64) *StorageFormat

func (*StorageFormat) SetOrc

func (s *StorageFormat) SetOrc(v int64) *StorageFormat

func (*StorageFormat) SetParquet

func (s *StorageFormat) SetParquet(v int64) *StorageFormat

func (*StorageFormat) SetUncategorized

func (s *StorageFormat) SetUncategorized(v int64) *StorageFormat

func (StorageFormat) String

func (s StorageFormat) String() string

type StorageLayer

type StorageLayer struct {
	Archive     *int64 `json:"Archive,omitempty" xml:"Archive,omitempty"`
	ColdArchive *int64 `json:"ColdArchive,omitempty" xml:"ColdArchive,omitempty"`
	Infrequent  *int64 `json:"Infrequent,omitempty" xml:"Infrequent,omitempty"`
	Standard    *int64 `json:"Standard,omitempty" xml:"Standard,omitempty"`
	Unknown     *int64 `json:"Unknown,omitempty" xml:"Unknown,omitempty"`
}

func (StorageLayer) GoString

func (s StorageLayer) GoString() string

func (*StorageLayer) SetArchive

func (s *StorageLayer) SetArchive(v int64) *StorageLayer

func (*StorageLayer) SetColdArchive

func (s *StorageLayer) SetColdArchive(v int64) *StorageLayer

func (*StorageLayer) SetInfrequent

func (s *StorageLayer) SetInfrequent(v int64) *StorageLayer

func (*StorageLayer) SetStandard

func (s *StorageLayer) SetStandard(v int64) *StorageLayer

func (*StorageLayer) SetUnknown

func (s *StorageLayer) SetUnknown(v int64) *StorageLayer

func (StorageLayer) String

func (s StorageLayer) String() string

type StorageRankDTO

type StorageRankDTO struct {
	DbStorageRank    []*DbStorageRank    `json:"dbStorageRank,omitempty" xml:"dbStorageRank,omitempty" type:"Repeated"`
	SmallFileCntRank []*SmallFileCntRank `json:"smallFileCntRank,omitempty" xml:"smallFileCntRank,omitempty" type:"Repeated"`
	TableStorageRank []*TableStorageRank `json:"tableStorageRank,omitempty" xml:"tableStorageRank,omitempty" type:"Repeated"`
}

func (StorageRankDTO) GoString

func (s StorageRankDTO) GoString() string

func (*StorageRankDTO) SetDbStorageRank

func (s *StorageRankDTO) SetDbStorageRank(v []*DbStorageRank) *StorageRankDTO

func (*StorageRankDTO) SetSmallFileCntRank

func (s *StorageRankDTO) SetSmallFileCntRank(v []*SmallFileCntRank) *StorageRankDTO

func (*StorageRankDTO) SetTableStorageRank

func (s *StorageRankDTO) SetTableStorageRank(v []*TableStorageRank) *StorageRankDTO

func (StorageRankDTO) String

func (s StorageRankDTO) String() string

type StorageSummary

type StorageSummary struct {
	DatabaseNum  *int32 `json:"DatabaseNum,omitempty" xml:"DatabaseNum,omitempty"`
	PartitionNum *int32 `json:"PartitionNum,omitempty" xml:"PartitionNum,omitempty"`
	TableNum     *int32 `json:"TableNum,omitempty" xml:"TableNum,omitempty"`
}

func (StorageSummary) GoString

func (s StorageSummary) GoString() string

func (*StorageSummary) SetDatabaseNum

func (s *StorageSummary) SetDatabaseNum(v int32) *StorageSummary

func (*StorageSummary) SetPartitionNum

func (s *StorageSummary) SetPartitionNum(v int32) *StorageSummary

func (*StorageSummary) SetTableNum

func (s *StorageSummary) SetTableNum(v int32) *StorageSummary

func (StorageSummary) String

func (s StorageSummary) String() string

type StrogeCollectTask

type StrogeCollectTask struct {
	DestinationBucketName *string `json:"DestinationBucketName,omitempty" xml:"DestinationBucketName,omitempty"`
	DestinationPrefix     *string `json:"DestinationPrefix,omitempty" xml:"DestinationPrefix,omitempty"`
	DlfCreated            *bool   `json:"DlfCreated,omitempty" xml:"DlfCreated,omitempty"`
	GmtCreate             *string `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	GmtModified           *string `json:"GmtModified,omitempty" xml:"GmtModified,omitempty"`
	Id                    *string `json:"Id,omitempty" xml:"Id,omitempty"`
	InventoryId           *string `json:"InventoryId,omitempty" xml:"InventoryId,omitempty"`
	Location              *string `json:"Location,omitempty" xml:"Location,omitempty"`
	Status                *string `json:"Status,omitempty" xml:"Status,omitempty"`
	TaskType              *string `json:"TaskType,omitempty" xml:"TaskType,omitempty"`
}

func (StrogeCollectTask) GoString

func (s StrogeCollectTask) GoString() string

func (*StrogeCollectTask) SetDestinationBucketName

func (s *StrogeCollectTask) SetDestinationBucketName(v string) *StrogeCollectTask

func (*StrogeCollectTask) SetDestinationPrefix

func (s *StrogeCollectTask) SetDestinationPrefix(v string) *StrogeCollectTask

func (*StrogeCollectTask) SetDlfCreated

func (s *StrogeCollectTask) SetDlfCreated(v bool) *StrogeCollectTask

func (*StrogeCollectTask) SetGmtCreate

func (s *StrogeCollectTask) SetGmtCreate(v string) *StrogeCollectTask

func (*StrogeCollectTask) SetGmtModified

func (s *StrogeCollectTask) SetGmtModified(v string) *StrogeCollectTask

func (*StrogeCollectTask) SetId

func (*StrogeCollectTask) SetInventoryId

func (s *StrogeCollectTask) SetInventoryId(v string) *StrogeCollectTask

func (*StrogeCollectTask) SetLocation

func (s *StrogeCollectTask) SetLocation(v string) *StrogeCollectTask

func (*StrogeCollectTask) SetStatus

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

func (*StrogeCollectTask) SetTaskType

func (s *StrogeCollectTask) SetTaskType(v string) *StrogeCollectTask

func (StrogeCollectTask) String

func (s StrogeCollectTask) String() string

type SubmitQueryRequest

type SubmitQueryRequest struct {
	CatalogId *string `json:"catalogId,omitempty" xml:"catalogId,omitempty"`
	// example:
	//
	// show databases
	Sql *string `json:"sql,omitempty" xml:"sql,omitempty"`
	// example:
	//
	// WS-A129E61C4892D2B4
	WorkspaceId *string `json:"workspaceId,omitempty" xml:"workspaceId,omitempty"`
}

func (SubmitQueryRequest) GoString

func (s SubmitQueryRequest) GoString() string

func (*SubmitQueryRequest) SetCatalogId

func (s *SubmitQueryRequest) SetCatalogId(v string) *SubmitQueryRequest

func (*SubmitQueryRequest) SetSql

func (*SubmitQueryRequest) SetWorkspaceId

func (s *SubmitQueryRequest) SetWorkspaceId(v string) *SubmitQueryRequest

func (SubmitQueryRequest) String

func (s SubmitQueryRequest) String() string

type SubmitQueryResponse

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

func (SubmitQueryResponse) GoString

func (s SubmitQueryResponse) GoString() string

func (*SubmitQueryResponse) SetBody

func (*SubmitQueryResponse) SetHeaders

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

func (*SubmitQueryResponse) SetStatusCode

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

func (SubmitQueryResponse) String

func (s SubmitQueryResponse) String() string

type SubmitQueryResponseBody

type SubmitQueryResponseBody struct {
	// example:
	//
	// Q-14475CF9B51FCE5E
	Data *string `json:"Data,omitempty" xml:"Data,omitempty"`
	// example:
	//
	// 279AA630-A8ED-5EA9-80A3-2E213D63548C
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SubmitQueryResponseBody) GoString

func (s SubmitQueryResponseBody) GoString() string

func (*SubmitQueryResponseBody) SetData

func (*SubmitQueryResponseBody) SetRequestId

func (*SubmitQueryResponseBody) SetSuccess

func (SubmitQueryResponseBody) String

func (s SubmitQueryResponseBody) String() string

type Table

type Table struct {
	Cascade          *bool                  `json:"Cascade,omitempty" xml:"Cascade,omitempty"`
	CreateTime       *int32                 `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreatedBy        *string                `json:"CreatedBy,omitempty" xml:"CreatedBy,omitempty"`
	DatabaseName     *string                `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	LastAccessTime   *int32                 `json:"LastAccessTime,omitempty" xml:"LastAccessTime,omitempty"`
	LastAnalyzedTime *int32                 `json:"LastAnalyzedTime,omitempty" xml:"LastAnalyzedTime,omitempty"`
	Owner            *string                `json:"Owner,omitempty" xml:"Owner,omitempty"`
	OwnerType        *string                `json:"OwnerType,omitempty" xml:"OwnerType,omitempty"`
	Parameters       map[string]*string     `json:"Parameters,omitempty" xml:"Parameters,omitempty"`
	PartitionKeys    []*FieldSchema         `json:"PartitionKeys,omitempty" xml:"PartitionKeys,omitempty" type:"Repeated"`
	Privileges       *PrincipalPrivilegeSet `json:"Privileges,omitempty" xml:"Privileges,omitempty"`
	Retention        *int32                 `json:"Retention,omitempty" xml:"Retention,omitempty"`
	RewriteEnabled   *bool                  `json:"RewriteEnabled,omitempty" xml:"RewriteEnabled,omitempty"`
	Sd               *StorageDescriptor     `json:"Sd,omitempty" xml:"Sd,omitempty"`
	// example:
	//
	// 59c6c8fefeaa46d8b599c1f790c59a19
	TableId          *string       `json:"TableId,omitempty" xml:"TableId,omitempty"`
	TableName        *string       `json:"TableName,omitempty" xml:"TableName,omitempty"`
	TableType        *string       `json:"TableType,omitempty" xml:"TableType,omitempty"`
	TableVersion     *TableVersion `json:"TableVersion,omitempty" xml:"TableVersion,omitempty"`
	Temporary        *bool         `json:"Temporary,omitempty" xml:"Temporary,omitempty"`
	UpdateTime       *int32        `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	ViewExpandedText *string       `json:"ViewExpandedText,omitempty" xml:"ViewExpandedText,omitempty"`
	ViewOriginalText *string       `json:"ViewOriginalText,omitempty" xml:"ViewOriginalText,omitempty"`
}

func (Table) GoString

func (s Table) GoString() string

func (*Table) SetCascade

func (s *Table) SetCascade(v bool) *Table

func (*Table) SetCreateTime

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

func (*Table) SetCreatedBy

func (s *Table) SetCreatedBy(v string) *Table

func (*Table) SetDatabaseName

func (s *Table) SetDatabaseName(v string) *Table

func (*Table) SetLastAccessTime

func (s *Table) SetLastAccessTime(v int32) *Table

func (*Table) SetLastAnalyzedTime

func (s *Table) SetLastAnalyzedTime(v int32) *Table

func (*Table) SetOwner

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

func (*Table) SetOwnerType

func (s *Table) SetOwnerType(v string) *Table

func (*Table) SetParameters

func (s *Table) SetParameters(v map[string]*string) *Table

func (*Table) SetPartitionKeys

func (s *Table) SetPartitionKeys(v []*FieldSchema) *Table

func (*Table) SetPrivileges

func (s *Table) SetPrivileges(v *PrincipalPrivilegeSet) *Table

func (*Table) SetRetention

func (s *Table) SetRetention(v int32) *Table

func (*Table) SetRewriteEnabled

func (s *Table) SetRewriteEnabled(v bool) *Table

func (*Table) SetSd

func (s *Table) SetSd(v *StorageDescriptor) *Table

func (*Table) SetTableId

func (s *Table) SetTableId(v string) *Table

func (*Table) SetTableName

func (s *Table) SetTableName(v string) *Table

func (*Table) SetTableType

func (s *Table) SetTableType(v string) *Table

func (*Table) SetTableVersion

func (s *Table) SetTableVersion(v *TableVersion) *Table

func (*Table) SetTemporary

func (s *Table) SetTemporary(v bool) *Table

func (*Table) SetUpdateTime

func (s *Table) SetUpdateTime(v int32) *Table

func (*Table) SetViewExpandedText

func (s *Table) SetViewExpandedText(v string) *Table

func (*Table) SetViewOriginalText

func (s *Table) SetViewOriginalText(v string) *Table

func (Table) String

func (s Table) String() string

type TableError

type TableError struct {
	ErrorDetail *ErrorDetail `json:"ErrorDetail,omitempty" xml:"ErrorDetail,omitempty"`
	TableName   *string      `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (TableError) GoString

func (s TableError) GoString() string

func (*TableError) SetErrorDetail

func (s *TableError) SetErrorDetail(v *ErrorDetail) *TableError

func (*TableError) SetTableName

func (s *TableError) SetTableName(v string) *TableError

func (TableError) String

func (s TableError) String() string

type TableExtended

type TableExtended struct {
	Cascade          *bool                    `json:"Cascade,omitempty" xml:"Cascade,omitempty"`
	CreateTime       *int32                   `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreatedBy        *string                  `json:"CreatedBy,omitempty" xml:"CreatedBy,omitempty"`
	DatabaseName     *string                  `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	LastAccessTime   *int32                   `json:"LastAccessTime,omitempty" xml:"LastAccessTime,omitempty"`
	LastAnalyzedTime *int32                   `json:"LastAnalyzedTime,omitempty" xml:"LastAnalyzedTime,omitempty"`
	Owner            *string                  `json:"Owner,omitempty" xml:"Owner,omitempty"`
	OwnerType        *string                  `json:"OwnerType,omitempty" xml:"OwnerType,omitempty"`
	Parameters       map[string]*string       `json:"Parameters,omitempty" xml:"Parameters,omitempty"`
	PartitionKeys    []*FieldSchema           `json:"PartitionKeys,omitempty" xml:"PartitionKeys,omitempty" type:"Repeated"`
	Privileges       *TableExtendedPrivileges `json:"Privileges,omitempty" xml:"Privileges,omitempty" type:"Struct"`
	Retention        *int32                   `json:"Retention,omitempty" xml:"Retention,omitempty"`
	RewriteEnabled   *bool                    `json:"RewriteEnabled,omitempty" xml:"RewriteEnabled,omitempty"`
	Sd               *TableExtendedSd         `json:"Sd,omitempty" xml:"Sd,omitempty" type:"Struct"`
	TableFormat      *string                  `json:"TableFormat,omitempty" xml:"TableFormat,omitempty"`
	TableName        *string                  `json:"TableName,omitempty" xml:"TableName,omitempty"`
	TableType        *string                  `json:"TableType,omitempty" xml:"TableType,omitempty"`
	Temporary        *bool                    `json:"Temporary,omitempty" xml:"Temporary,omitempty"`
	UpdateTime       *int32                   `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	ViewExpandedText *string                  `json:"ViewExpandedText,omitempty" xml:"ViewExpandedText,omitempty"`
	ViewOriginalText *string                  `json:"ViewOriginalText,omitempty" xml:"ViewOriginalText,omitempty"`
}

func (TableExtended) GoString

func (s TableExtended) GoString() string

func (*TableExtended) SetCascade

func (s *TableExtended) SetCascade(v bool) *TableExtended

func (*TableExtended) SetCreateTime

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

func (*TableExtended) SetCreatedBy

func (s *TableExtended) SetCreatedBy(v string) *TableExtended

func (*TableExtended) SetDatabaseName

func (s *TableExtended) SetDatabaseName(v string) *TableExtended

func (*TableExtended) SetLastAccessTime

func (s *TableExtended) SetLastAccessTime(v int32) *TableExtended

func (*TableExtended) SetLastAnalyzedTime

func (s *TableExtended) SetLastAnalyzedTime(v int32) *TableExtended

func (*TableExtended) SetOwner

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

func (*TableExtended) SetOwnerType

func (s *TableExtended) SetOwnerType(v string) *TableExtended

func (*TableExtended) SetParameters

func (s *TableExtended) SetParameters(v map[string]*string) *TableExtended

func (*TableExtended) SetPartitionKeys

func (s *TableExtended) SetPartitionKeys(v []*FieldSchema) *TableExtended

func (*TableExtended) SetPrivileges

func (s *TableExtended) SetPrivileges(v *TableExtendedPrivileges) *TableExtended

func (*TableExtended) SetRetention

func (s *TableExtended) SetRetention(v int32) *TableExtended

func (*TableExtended) SetRewriteEnabled

func (s *TableExtended) SetRewriteEnabled(v bool) *TableExtended

func (*TableExtended) SetSd

func (*TableExtended) SetTableFormat

func (s *TableExtended) SetTableFormat(v string) *TableExtended

func (*TableExtended) SetTableName

func (s *TableExtended) SetTableName(v string) *TableExtended

func (*TableExtended) SetTableType

func (s *TableExtended) SetTableType(v string) *TableExtended

func (*TableExtended) SetTemporary

func (s *TableExtended) SetTemporary(v bool) *TableExtended

func (*TableExtended) SetUpdateTime

func (s *TableExtended) SetUpdateTime(v int32) *TableExtended

func (*TableExtended) SetViewExpandedText

func (s *TableExtended) SetViewExpandedText(v string) *TableExtended

func (*TableExtended) SetViewOriginalText

func (s *TableExtended) SetViewOriginalText(v string) *TableExtended

func (TableExtended) String

func (s TableExtended) String() string

type TableExtendedPrivileges

type TableExtendedPrivileges struct {
	RolePrivileges  map[string][]*TableExtendedPrivilegesRolePrivilegesValue  `json:"RolePrivileges,omitempty" xml:"RolePrivileges,omitempty"`
	UserPrivileges  map[string][]*TableExtendedPrivilegesUserPrivilegesValue  `json:"UserPrivileges,omitempty" xml:"UserPrivileges,omitempty"`
	GroupPrivileges map[string][]*TableExtendedPrivilegesGroupPrivilegesValue `json:"groupPrivileges,omitempty" xml:"groupPrivileges,omitempty"`
}

func (TableExtendedPrivileges) GoString

func (s TableExtendedPrivileges) GoString() string

func (*TableExtendedPrivileges) SetGroupPrivileges

func (*TableExtendedPrivileges) SetRolePrivileges

func (*TableExtendedPrivileges) SetUserPrivileges

func (TableExtendedPrivileges) String

func (s TableExtendedPrivileges) String() string

type TableExtendedPrivilegesGroupPrivilegesValue

type TableExtendedPrivilegesGroupPrivilegesValue struct {
	CreateTime  *int32  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	GrantOption *bool   `json:"GrantOption,omitempty" xml:"GrantOption,omitempty"`
	Grantor     *string `json:"Grantor,omitempty" xml:"Grantor,omitempty"`
	GrantorType *string `json:"GrantorType,omitempty" xml:"GrantorType,omitempty"`
	Privilege   *string `json:"Privilege,omitempty" xml:"Privilege,omitempty"`
}

func (TableExtendedPrivilegesGroupPrivilegesValue) GoString

func (*TableExtendedPrivilegesGroupPrivilegesValue) SetCreateTime

func (*TableExtendedPrivilegesGroupPrivilegesValue) SetGrantOption

func (*TableExtendedPrivilegesGroupPrivilegesValue) SetGrantor

func (*TableExtendedPrivilegesGroupPrivilegesValue) SetGrantorType

func (*TableExtendedPrivilegesGroupPrivilegesValue) SetPrivilege

func (TableExtendedPrivilegesGroupPrivilegesValue) String

type TableExtendedPrivilegesRolePrivilegesValue

type TableExtendedPrivilegesRolePrivilegesValue struct {
	CreateTime  *int32  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	GrantOption *bool   `json:"GrantOption,omitempty" xml:"GrantOption,omitempty"`
	Grantor     *string `json:"Grantor,omitempty" xml:"Grantor,omitempty"`
	GrantorType *string `json:"GrantorType,omitempty" xml:"GrantorType,omitempty"`
	Privilege   *string `json:"Privilege,omitempty" xml:"Privilege,omitempty"`
}

func (TableExtendedPrivilegesRolePrivilegesValue) GoString

func (*TableExtendedPrivilegesRolePrivilegesValue) SetCreateTime

func (*TableExtendedPrivilegesRolePrivilegesValue) SetGrantOption

func (*TableExtendedPrivilegesRolePrivilegesValue) SetGrantor

func (*TableExtendedPrivilegesRolePrivilegesValue) SetGrantorType

func (*TableExtendedPrivilegesRolePrivilegesValue) SetPrivilege

func (TableExtendedPrivilegesRolePrivilegesValue) String

type TableExtendedPrivilegesUserPrivilegesValue

type TableExtendedPrivilegesUserPrivilegesValue struct {
	CreateTime  *int32  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	GrantOption *bool   `json:"GrantOption,omitempty" xml:"GrantOption,omitempty"`
	Grantor     *string `json:"Grantor,omitempty" xml:"Grantor,omitempty"`
	GrantorType *string `json:"GrantorType,omitempty" xml:"GrantorType,omitempty"`
	Privilege   *string `json:"Privilege,omitempty" xml:"Privilege,omitempty"`
}

func (TableExtendedPrivilegesUserPrivilegesValue) GoString

func (*TableExtendedPrivilegesUserPrivilegesValue) SetCreateTime

func (*TableExtendedPrivilegesUserPrivilegesValue) SetGrantOption

func (*TableExtendedPrivilegesUserPrivilegesValue) SetGrantor

func (*TableExtendedPrivilegesUserPrivilegesValue) SetGrantorType

func (*TableExtendedPrivilegesUserPrivilegesValue) SetPrivilege

func (TableExtendedPrivilegesUserPrivilegesValue) String

type TableExtendedSd

type TableExtendedSd struct {
	BucketCols             []*string                  `json:"BucketCols,omitempty" xml:"BucketCols,omitempty" type:"Repeated"`
	Cols                   []*FieldSchema             `json:"Cols,omitempty" xml:"Cols,omitempty" type:"Repeated"`
	Compressed             *bool                      `json:"Compressed,omitempty" xml:"Compressed,omitempty"`
	InputFormat            *string                    `json:"InputFormat,omitempty" xml:"InputFormat,omitempty"`
	Location               *string                    `json:"Location,omitempty" xml:"Location,omitempty"`
	NumBuckets             *int32                     `json:"NumBuckets,omitempty" xml:"NumBuckets,omitempty"`
	OutputFormat           *string                    `json:"OutputFormat,omitempty" xml:"OutputFormat,omitempty"`
	Parameters             map[string]*string         `json:"Parameters,omitempty" xml:"Parameters,omitempty"`
	SerDeInfo              *TableExtendedSdSerDeInfo  `json:"SerDeInfo,omitempty" xml:"SerDeInfo,omitempty" type:"Struct"`
	SkewedInfo             *TableExtendedSdSkewedInfo `json:"SkewedInfo,omitempty" xml:"SkewedInfo,omitempty" type:"Struct"`
	SortCols               []*Order                   `json:"SortCols,omitempty" xml:"SortCols,omitempty" type:"Repeated"`
	StoredAsSubDirectories *bool                      `json:"StoredAsSubDirectories,omitempty" xml:"StoredAsSubDirectories,omitempty"`
}

func (TableExtendedSd) GoString

func (s TableExtendedSd) GoString() string

func (*TableExtendedSd) SetBucketCols

func (s *TableExtendedSd) SetBucketCols(v []*string) *TableExtendedSd

func (*TableExtendedSd) SetCols

func (s *TableExtendedSd) SetCols(v []*FieldSchema) *TableExtendedSd

func (*TableExtendedSd) SetCompressed

func (s *TableExtendedSd) SetCompressed(v bool) *TableExtendedSd

func (*TableExtendedSd) SetInputFormat

func (s *TableExtendedSd) SetInputFormat(v string) *TableExtendedSd

func (*TableExtendedSd) SetLocation

func (s *TableExtendedSd) SetLocation(v string) *TableExtendedSd

func (*TableExtendedSd) SetNumBuckets

func (s *TableExtendedSd) SetNumBuckets(v int32) *TableExtendedSd

func (*TableExtendedSd) SetOutputFormat

func (s *TableExtendedSd) SetOutputFormat(v string) *TableExtendedSd

func (*TableExtendedSd) SetParameters

func (s *TableExtendedSd) SetParameters(v map[string]*string) *TableExtendedSd

func (*TableExtendedSd) SetSerDeInfo

func (*TableExtendedSd) SetSkewedInfo

func (*TableExtendedSd) SetSortCols

func (s *TableExtendedSd) SetSortCols(v []*Order) *TableExtendedSd

func (*TableExtendedSd) SetStoredAsSubDirectories

func (s *TableExtendedSd) SetStoredAsSubDirectories(v bool) *TableExtendedSd

func (TableExtendedSd) String

func (s TableExtendedSd) String() string

type TableExtendedSdSerDeInfo

type TableExtendedSdSerDeInfo struct {
	Name             *string            `json:"Name,omitempty" xml:"Name,omitempty"`
	Parameters       map[string]*string `json:"Parameters,omitempty" xml:"Parameters,omitempty"`
	SerializationLib *string            `json:"SerializationLib,omitempty" xml:"SerializationLib,omitempty"`
}

func (TableExtendedSdSerDeInfo) GoString

func (s TableExtendedSdSerDeInfo) GoString() string

func (*TableExtendedSdSerDeInfo) SetName

func (*TableExtendedSdSerDeInfo) SetParameters

func (*TableExtendedSdSerDeInfo) SetSerializationLib

func (s *TableExtendedSdSerDeInfo) SetSerializationLib(v string) *TableExtendedSdSerDeInfo

func (TableExtendedSdSerDeInfo) String

func (s TableExtendedSdSerDeInfo) String() string

type TableExtendedSdSkewedInfo

type TableExtendedSdSkewedInfo struct {
	SkewedColNames             []*string          `json:"SkewedColNames,omitempty" xml:"SkewedColNames,omitempty" type:"Repeated"`
	SkewedColValueLocationMaps map[string]*string `json:"SkewedColValueLocationMaps,omitempty" xml:"SkewedColValueLocationMaps,omitempty"`
	SkewedColValues            [][]*string        `json:"SkewedColValues,omitempty" xml:"SkewedColValues,omitempty" type:"Repeated"`
}

func (TableExtendedSdSkewedInfo) GoString

func (s TableExtendedSdSkewedInfo) GoString() string

func (*TableExtendedSdSkewedInfo) SetSkewedColNames

func (s *TableExtendedSdSkewedInfo) SetSkewedColNames(v []*string) *TableExtendedSdSkewedInfo

func (*TableExtendedSdSkewedInfo) SetSkewedColValueLocationMaps

func (s *TableExtendedSdSkewedInfo) SetSkewedColValueLocationMaps(v map[string]*string) *TableExtendedSdSkewedInfo

func (*TableExtendedSdSkewedInfo) SetSkewedColValues

func (s *TableExtendedSdSkewedInfo) SetSkewedColValues(v [][]*string) *TableExtendedSdSkewedInfo

func (TableExtendedSdSkewedInfo) String

func (s TableExtendedSdSkewedInfo) String() string

type TableInput

type TableInput struct {
	Cascade          *bool                  `json:"Cascade,omitempty" xml:"Cascade,omitempty"`
	CreateTime       *int32                 `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreatedBy        *string                `json:"CreatedBy,omitempty" xml:"CreatedBy,omitempty"`
	DatabaseName     *string                `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	LastAccessTime   *int32                 `json:"LastAccessTime,omitempty" xml:"LastAccessTime,omitempty"`
	LastAnalyzedTime *int32                 `json:"LastAnalyzedTime,omitempty" xml:"LastAnalyzedTime,omitempty"`
	Owner            *string                `json:"Owner,omitempty" xml:"Owner,omitempty"`
	OwnerType        *string                `json:"OwnerType,omitempty" xml:"OwnerType,omitempty"`
	Parameters       map[string]*string     `json:"Parameters,omitempty" xml:"Parameters,omitempty"`
	PartitionKeys    []*FieldSchema         `json:"PartitionKeys,omitempty" xml:"PartitionKeys,omitempty" type:"Repeated"`
	Privileges       *PrincipalPrivilegeSet `json:"Privileges,omitempty" xml:"Privileges,omitempty"`
	Retention        *int32                 `json:"Retention,omitempty" xml:"Retention,omitempty"`
	RewriteEnabled   *bool                  `json:"RewriteEnabled,omitempty" xml:"RewriteEnabled,omitempty"`
	Sd               *StorageDescriptor     `json:"Sd,omitempty" xml:"Sd,omitempty"`
	TableName        *string                `json:"TableName,omitempty" xml:"TableName,omitempty"`
	TableType        *string                `json:"TableType,omitempty" xml:"TableType,omitempty"`
	Temporary        *bool                  `json:"Temporary,omitempty" xml:"Temporary,omitempty"`
	ViewExpandedText *string                `json:"ViewExpandedText,omitempty" xml:"ViewExpandedText,omitempty"`
	ViewOriginalText *string                `json:"ViewOriginalText,omitempty" xml:"ViewOriginalText,omitempty"`
}

func (TableInput) GoString

func (s TableInput) GoString() string

func (*TableInput) SetCascade

func (s *TableInput) SetCascade(v bool) *TableInput

func (*TableInput) SetCreateTime

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

func (*TableInput) SetCreatedBy

func (s *TableInput) SetCreatedBy(v string) *TableInput

func (*TableInput) SetDatabaseName

func (s *TableInput) SetDatabaseName(v string) *TableInput

func (*TableInput) SetLastAccessTime

func (s *TableInput) SetLastAccessTime(v int32) *TableInput

func (*TableInput) SetLastAnalyzedTime

func (s *TableInput) SetLastAnalyzedTime(v int32) *TableInput

func (*TableInput) SetOwner

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

func (*TableInput) SetOwnerType

func (s *TableInput) SetOwnerType(v string) *TableInput

func (*TableInput) SetParameters

func (s *TableInput) SetParameters(v map[string]*string) *TableInput

func (*TableInput) SetPartitionKeys

func (s *TableInput) SetPartitionKeys(v []*FieldSchema) *TableInput

func (*TableInput) SetPrivileges

func (s *TableInput) SetPrivileges(v *PrincipalPrivilegeSet) *TableInput

func (*TableInput) SetRetention

func (s *TableInput) SetRetention(v int32) *TableInput

func (*TableInput) SetRewriteEnabled

func (s *TableInput) SetRewriteEnabled(v bool) *TableInput

func (*TableInput) SetSd

func (s *TableInput) SetSd(v *StorageDescriptor) *TableInput

func (*TableInput) SetTableName

func (s *TableInput) SetTableName(v string) *TableInput

func (*TableInput) SetTableType

func (s *TableInput) SetTableType(v string) *TableInput

func (*TableInput) SetTemporary

func (s *TableInput) SetTemporary(v bool) *TableInput

func (*TableInput) SetViewExpandedText

func (s *TableInput) SetViewExpandedText(v string) *TableInput

func (*TableInput) SetViewOriginalText

func (s *TableInput) SetViewOriginalText(v string) *TableInput

func (TableInput) String

func (s TableInput) String() string

type TableProfile

type TableProfile struct {
	// example:
	//
	// 0
	AccessNum *int64 `json:"AccessNum,omitempty" xml:"AccessNum,omitempty"`
	// example:
	//
	// 0
	AccessNumMonthly *int64 `json:"AccessNumMonthly,omitempty" xml:"AccessNumMonthly,omitempty"`
	// example:
	//
	// 0
	AccessNumWeekly *int64 `json:"AccessNumWeekly,omitempty" xml:"AccessNumWeekly,omitempty"`
	// example:
	//
	// 2023-08-14 10:44:13
	CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	// example:
	//
	// OSS_HDFS
	DataSourceType *string `json:"DataSourceType,omitempty" xml:"DataSourceType,omitempty"`
	// example:
	//
	// test_db
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// 5
	FileCnt *int64 `json:"FileCnt,omitempty" xml:"FileCnt,omitempty"`
	// example:
	//
	// 31
	FileSize *int64 `json:"FileSize,omitempty" xml:"FileSize,omitempty"`
	// example:
	//
	// true
	IsPartitioned     *bool   `json:"IsPartitioned,omitempty" xml:"IsPartitioned,omitempty"`
	LastAccessNumTime *string `json:"LastAccessNumTime,omitempty" xml:"LastAccessNumTime,omitempty"`
	// example:
	//
	// 2023-08-22 12:14:42
	LastAccessTime *string `json:"LastAccessTime,omitempty" xml:"LastAccessTime,omitempty"`
	// example:
	//
	// 2023-08-16 18:02:24
	LastDdlTime *string `json:"LastDdlTime,omitempty" xml:"LastDdlTime,omitempty"`
	// example:
	//
	// 2023-08-16 18:02:25
	LastModifyTime      *string `json:"LastModifyTime,omitempty" xml:"LastModifyTime,omitempty"`
	LatestAccessNumDate *string `json:"LatestAccessNumDate,omitempty" xml:"LatestAccessNumDate,omitempty"`
	// example:
	//
	// 2023-08-30 19:16:10
	LatestDate *string `json:"LatestDate,omitempty" xml:"LatestDate,omitempty"`
	// example:
	//
	// oss://mybucket.cn-hangzhou.oss-dls.aliyuncs.com/test_db/test_tbl/
	Location *string `json:"Location,omitempty" xml:"Location,omitempty"`
	// example:
	//
	// 0
	ObjectAccessNum *int64 `json:"ObjectAccessNum,omitempty" xml:"ObjectAccessNum,omitempty"`
	// example:
	//
	// 18
	ObjectAccessNumMonthly *int64 `json:"ObjectAccessNumMonthly,omitempty" xml:"ObjectAccessNumMonthly,omitempty"`
	// example:
	//
	// 18
	ObjectAccessNumWeekly *int64 `json:"ObjectAccessNumWeekly,omitempty" xml:"ObjectAccessNumWeekly,omitempty"`
	// example:
	//
	// 5
	ObjectCnt *int64 `json:"ObjectCnt,omitempty" xml:"ObjectCnt,omitempty"`
	// example:
	//
	// 31
	ObjectSize *int64 `json:"ObjectSize,omitempty" xml:"ObjectSize,omitempty"`
	// example:
	//
	// 3
	PartitionCnt *int64 `json:"PartitionCnt,omitempty" xml:"PartitionCnt,omitempty"`
	RecordCnt    *int64 `json:"RecordCnt,omitempty" xml:"RecordCnt,omitempty"`
	// example:
	//
	// test_tbl
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (TableProfile) GoString

func (s TableProfile) GoString() string

func (*TableProfile) SetAccessNum

func (s *TableProfile) SetAccessNum(v int64) *TableProfile

func (*TableProfile) SetAccessNumMonthly

func (s *TableProfile) SetAccessNumMonthly(v int64) *TableProfile

func (*TableProfile) SetAccessNumWeekly

func (s *TableProfile) SetAccessNumWeekly(v int64) *TableProfile

func (*TableProfile) SetCreateTime

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

func (*TableProfile) SetDataSourceType

func (s *TableProfile) SetDataSourceType(v string) *TableProfile

func (*TableProfile) SetDatabaseName

func (s *TableProfile) SetDatabaseName(v string) *TableProfile

func (*TableProfile) SetFileCnt

func (s *TableProfile) SetFileCnt(v int64) *TableProfile

func (*TableProfile) SetFileSize

func (s *TableProfile) SetFileSize(v int64) *TableProfile

func (*TableProfile) SetIsPartitioned

func (s *TableProfile) SetIsPartitioned(v bool) *TableProfile

func (*TableProfile) SetLastAccessNumTime

func (s *TableProfile) SetLastAccessNumTime(v string) *TableProfile

func (*TableProfile) SetLastAccessTime

func (s *TableProfile) SetLastAccessTime(v string) *TableProfile

func (*TableProfile) SetLastDdlTime

func (s *TableProfile) SetLastDdlTime(v string) *TableProfile

func (*TableProfile) SetLastModifyTime

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

func (*TableProfile) SetLatestAccessNumDate

func (s *TableProfile) SetLatestAccessNumDate(v string) *TableProfile

func (*TableProfile) SetLatestDate

func (s *TableProfile) SetLatestDate(v string) *TableProfile

func (*TableProfile) SetLocation

func (s *TableProfile) SetLocation(v string) *TableProfile

func (*TableProfile) SetObjectAccessNum

func (s *TableProfile) SetObjectAccessNum(v int64) *TableProfile

func (*TableProfile) SetObjectAccessNumMonthly

func (s *TableProfile) SetObjectAccessNumMonthly(v int64) *TableProfile

func (*TableProfile) SetObjectAccessNumWeekly

func (s *TableProfile) SetObjectAccessNumWeekly(v int64) *TableProfile

func (*TableProfile) SetObjectCnt

func (s *TableProfile) SetObjectCnt(v int64) *TableProfile

func (*TableProfile) SetObjectSize

func (s *TableProfile) SetObjectSize(v int64) *TableProfile

func (*TableProfile) SetPartitionCnt

func (s *TableProfile) SetPartitionCnt(v int64) *TableProfile

func (*TableProfile) SetRecordCnt

func (s *TableProfile) SetRecordCnt(v int64) *TableProfile

func (*TableProfile) SetTableName

func (s *TableProfile) SetTableName(v string) *TableProfile

func (TableProfile) String

func (s TableProfile) String() string

type TableResource

type TableResource struct {
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	TableName    *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (TableResource) GoString

func (s TableResource) GoString() string

func (*TableResource) SetDatabaseName

func (s *TableResource) SetDatabaseName(v string) *TableResource

func (*TableResource) SetTableName

func (s *TableResource) SetTableName(v string) *TableResource

func (TableResource) String

func (s TableResource) String() string

type TableStorageRank

type TableStorageRank struct {
	DbName    *string `json:"DbName,omitempty" xml:"DbName,omitempty"`
	Quantity  *int64  `json:"Quantity,omitempty" xml:"Quantity,omitempty"`
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (TableStorageRank) GoString

func (s TableStorageRank) GoString() string

func (*TableStorageRank) SetDbName

func (s *TableStorageRank) SetDbName(v string) *TableStorageRank

func (*TableStorageRank) SetQuantity

func (s *TableStorageRank) SetQuantity(v int64) *TableStorageRank

func (*TableStorageRank) SetTableName

func (s *TableStorageRank) SetTableName(v string) *TableStorageRank

func (TableStorageRank) String

func (s TableStorageRank) String() string

type TableVersion

type TableVersion struct {
	Table     *Table `json:"Table,omitempty" xml:"Table,omitempty"`
	VersionId *int32 `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (TableVersion) GoString

func (s TableVersion) GoString() string

func (*TableVersion) SetTable

func (s *TableVersion) SetTable(v *Table) *TableVersion

func (*TableVersion) SetVersionId

func (s *TableVersion) SetVersionId(v int32) *TableVersion

func (TableVersion) String

func (s TableVersion) String() string

type TaskStatus

type TaskStatus struct {
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Status  *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (TaskStatus) GoString

func (s TaskStatus) GoString() string

func (*TaskStatus) SetMessage

func (s *TaskStatus) SetMessage(v string) *TaskStatus

func (*TaskStatus) SetStatus

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

func (TaskStatus) String

func (s TaskStatus) String() string

type UnLockRequest

type UnLockRequest struct {
	// LockId
	//
	// example:
	//
	// 11709
	LockId *int64 `json:"LockId,omitempty" xml:"LockId,omitempty"`
}

func (UnLockRequest) GoString

func (s UnLockRequest) GoString() string

func (*UnLockRequest) SetLockId

func (s *UnLockRequest) SetLockId(v int64) *UnLockRequest

func (UnLockRequest) String

func (s UnLockRequest) String() string

type UnLockResponse

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

func (UnLockResponse) GoString

func (s UnLockResponse) GoString() string

func (*UnLockResponse) SetBody

func (*UnLockResponse) SetHeaders

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

func (*UnLockResponse) SetStatusCode

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

func (UnLockResponse) String

func (s UnLockResponse) String() string

type UnLockResponseBody

type UnLockResponseBody struct {
	// Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// 37C8470A-5E6D-5E4E-AEF0-EA3EBE9C89EE
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UnLockResponseBody) GoString

func (s UnLockResponseBody) GoString() string

func (*UnLockResponseBody) SetCode

func (*UnLockResponseBody) SetMessage

func (s *UnLockResponseBody) SetMessage(v string) *UnLockResponseBody

func (*UnLockResponseBody) SetRequestId

func (s *UnLockResponseBody) SetRequestId(v string) *UnLockResponseBody

func (*UnLockResponseBody) SetSuccess

func (s *UnLockResponseBody) SetSuccess(v bool) *UnLockResponseBody

func (UnLockResponseBody) String

func (s UnLockResponseBody) String() string

type UnarchiveDetail

type UnarchiveDetail struct {
	ApiCallTimes        *int64  `json:"ApiCallTimes,omitempty" xml:"ApiCallTimes,omitempty"`
	Cost                *int64  `json:"Cost,omitempty" xml:"Cost,omitempty"`
	StorageSize         *int64  `json:"StorageSize,omitempty" xml:"StorageSize,omitempty"`
	StorageType         *string `json:"StorageType,omitempty" xml:"StorageType,omitempty"`
	UnarchiveTaskStatus *string `json:"UnarchiveTaskStatus,omitempty" xml:"UnarchiveTaskStatus,omitempty"`
}

func (UnarchiveDetail) GoString

func (s UnarchiveDetail) GoString() string

func (*UnarchiveDetail) SetApiCallTimes

func (s *UnarchiveDetail) SetApiCallTimes(v int64) *UnarchiveDetail

func (*UnarchiveDetail) SetCost

func (s *UnarchiveDetail) SetCost(v int64) *UnarchiveDetail

func (*UnarchiveDetail) SetStorageSize

func (s *UnarchiveDetail) SetStorageSize(v int64) *UnarchiveDetail

func (*UnarchiveDetail) SetStorageType

func (s *UnarchiveDetail) SetStorageType(v string) *UnarchiveDetail

func (*UnarchiveDetail) SetUnarchiveTaskStatus

func (s *UnarchiveDetail) SetUnarchiveTaskStatus(v string) *UnarchiveDetail

func (UnarchiveDetail) String

func (s UnarchiveDetail) String() string

type UpdateCatalogRequest

type UpdateCatalogRequest struct {
	// cataloginput
	//
	// This parameter is required.
	CatalogInput *CatalogInput `json:"CatalogInput,omitempty" xml:"CatalogInput,omitempty"`
}

func (UpdateCatalogRequest) GoString

func (s UpdateCatalogRequest) GoString() string

func (*UpdateCatalogRequest) SetCatalogInput

func (s *UpdateCatalogRequest) SetCatalogInput(v *CatalogInput) *UpdateCatalogRequest

func (UpdateCatalogRequest) String

func (s UpdateCatalogRequest) String() string

type UpdateCatalogResponse

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

func (UpdateCatalogResponse) GoString

func (s UpdateCatalogResponse) GoString() string

func (*UpdateCatalogResponse) SetBody

func (*UpdateCatalogResponse) SetHeaders

func (*UpdateCatalogResponse) SetStatusCode

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

func (UpdateCatalogResponse) String

func (s UpdateCatalogResponse) String() string

type UpdateCatalogResponseBody

type UpdateCatalogResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 64E46067-49EA-5A91-A7B1-E812E18FC243
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateCatalogResponseBody) GoString

func (s UpdateCatalogResponseBody) GoString() string

func (*UpdateCatalogResponseBody) SetCode

func (*UpdateCatalogResponseBody) SetMessage

func (*UpdateCatalogResponseBody) SetRequestId

func (*UpdateCatalogResponseBody) SetSuccess

func (UpdateCatalogResponseBody) String

func (s UpdateCatalogResponseBody) String() string

type UpdateCatalogSettingsRequest

type UpdateCatalogSettingsRequest struct {
	// CatalogId
	CatalogId       *string          `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	CatalogSettings *CatalogSettings `json:"CatalogSettings,omitempty" xml:"CatalogSettings,omitempty"`
}

func (UpdateCatalogSettingsRequest) GoString

func (s UpdateCatalogSettingsRequest) GoString() string

func (*UpdateCatalogSettingsRequest) SetCatalogId

func (*UpdateCatalogSettingsRequest) SetCatalogSettings

func (UpdateCatalogSettingsRequest) String

type UpdateCatalogSettingsResponse

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

func (UpdateCatalogSettingsResponse) GoString

func (*UpdateCatalogSettingsResponse) SetBody

func (*UpdateCatalogSettingsResponse) SetHeaders

func (*UpdateCatalogSettingsResponse) SetStatusCode

func (UpdateCatalogSettingsResponse) String

type UpdateCatalogSettingsResponseBody

type UpdateCatalogSettingsResponseBody struct {
	// Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// 01D8DD6B-4929-5999-9BB3-950AA30E3BD0
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateCatalogSettingsResponseBody) GoString

func (*UpdateCatalogSettingsResponseBody) SetCode

func (*UpdateCatalogSettingsResponseBody) SetMessage

func (*UpdateCatalogSettingsResponseBody) SetRequestId

func (*UpdateCatalogSettingsResponseBody) SetSuccess

func (UpdateCatalogSettingsResponseBody) String

type UpdateDatabaseRequest

type UpdateDatabaseRequest struct {
	// example:
	//
	// 1344371
	CatalogId     *string        `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	DatabaseInput *DatabaseInput `json:"DatabaseInput,omitempty" xml:"DatabaseInput,omitempty"`
	// example:
	//
	// database_test
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (UpdateDatabaseRequest) GoString

func (s UpdateDatabaseRequest) GoString() string

func (*UpdateDatabaseRequest) SetCatalogId

func (*UpdateDatabaseRequest) SetDatabaseInput

func (*UpdateDatabaseRequest) SetName

func (UpdateDatabaseRequest) String

func (s UpdateDatabaseRequest) String() string

type UpdateDatabaseResponse

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

func (UpdateDatabaseResponse) GoString

func (s UpdateDatabaseResponse) GoString() string

func (*UpdateDatabaseResponse) SetBody

func (*UpdateDatabaseResponse) SetHeaders

func (*UpdateDatabaseResponse) SetStatusCode

func (UpdateDatabaseResponse) String

func (s UpdateDatabaseResponse) String() string

type UpdateDatabaseResponseBody

type UpdateDatabaseResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// 161F5EFC-E97E-43C0-AACF-FF18FAC912F0
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateDatabaseResponseBody) GoString

func (s UpdateDatabaseResponseBody) GoString() string

func (*UpdateDatabaseResponseBody) SetCode

func (*UpdateDatabaseResponseBody) SetMessage

func (*UpdateDatabaseResponseBody) SetRequestId

func (*UpdateDatabaseResponseBody) SetSuccess

func (UpdateDatabaseResponseBody) String

type UpdateFunctionRequest

type UpdateFunctionRequest struct {
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName  *string        `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	FunctionInput *FunctionInput `json:"FunctionInput,omitempty" xml:"FunctionInput,omitempty"`
	// example:
	//
	// func2
	FunctionName *string `json:"FunctionName,omitempty" xml:"FunctionName,omitempty"`
}

func (UpdateFunctionRequest) GoString

func (s UpdateFunctionRequest) GoString() string

func (*UpdateFunctionRequest) SetCatalogId

func (*UpdateFunctionRequest) SetDatabaseName

func (s *UpdateFunctionRequest) SetDatabaseName(v string) *UpdateFunctionRequest

func (*UpdateFunctionRequest) SetFunctionInput

func (*UpdateFunctionRequest) SetFunctionName

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

func (UpdateFunctionRequest) String

func (s UpdateFunctionRequest) String() string

type UpdateFunctionResponse

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

func (UpdateFunctionResponse) GoString

func (s UpdateFunctionResponse) GoString() string

func (*UpdateFunctionResponse) SetBody

func (*UpdateFunctionResponse) SetHeaders

func (*UpdateFunctionResponse) SetStatusCode

func (UpdateFunctionResponse) String

func (s UpdateFunctionResponse) String() string

type UpdateFunctionResponseBody

type UpdateFunctionResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateFunctionResponseBody) GoString

func (s UpdateFunctionResponseBody) GoString() string

func (*UpdateFunctionResponseBody) SetCode

func (*UpdateFunctionResponseBody) SetMessage

func (*UpdateFunctionResponseBody) SetRequestId

func (*UpdateFunctionResponseBody) SetSuccess

func (UpdateFunctionResponseBody) String

type UpdatePartitionColumnStatisticsRequest

type UpdatePartitionColumnStatisticsRequest struct {
	UpdateTablePartitionColumnStatisticsRequest *UpdateTablePartitionColumnStatisticsRequest `json:"UpdateTablePartitionColumnStatisticsRequest,omitempty" xml:"UpdateTablePartitionColumnStatisticsRequest,omitempty"`
}

func (UpdatePartitionColumnStatisticsRequest) GoString

func (*UpdatePartitionColumnStatisticsRequest) SetUpdateTablePartitionColumnStatisticsRequest

func (UpdatePartitionColumnStatisticsRequest) String

type UpdatePartitionColumnStatisticsResponse

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

func (UpdatePartitionColumnStatisticsResponse) GoString

func (*UpdatePartitionColumnStatisticsResponse) SetHeaders

func (*UpdatePartitionColumnStatisticsResponse) SetStatusCode

func (UpdatePartitionColumnStatisticsResponse) String

type UpdatePartitionColumnStatisticsResponseBody

type UpdatePartitionColumnStatisticsResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdatePartitionColumnStatisticsResponseBody) GoString

func (*UpdatePartitionColumnStatisticsResponseBody) SetCode

func (*UpdatePartitionColumnStatisticsResponseBody) SetMessage

func (*UpdatePartitionColumnStatisticsResponseBody) SetRequestId

func (*UpdatePartitionColumnStatisticsResponseBody) SetSuccess

func (UpdatePartitionColumnStatisticsResponseBody) String

type UpdatePermissionsRequest

type UpdatePermissionsRequest struct {
	// This parameter is required.
	Accesses []*string `json:"Accesses,omitempty" xml:"Accesses,omitempty" type:"Repeated"`
	// CatalogId
	//
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// This parameter is required.
	DelegateAccesses []*string `json:"DelegateAccesses,omitempty" xml:"DelegateAccesses,omitempty" type:"Repeated"`
	// This parameter is required.
	MetaResource *MetaResource `json:"MetaResource,omitempty" xml:"MetaResource,omitempty"`
	// This parameter is required.
	Principal *Principal `json:"Principal,omitempty" xml:"Principal,omitempty"`
	// This parameter is required.
	//
	// example:
	//
	// Hive
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (UpdatePermissionsRequest) GoString

func (s UpdatePermissionsRequest) GoString() string

func (*UpdatePermissionsRequest) SetAccesses

func (*UpdatePermissionsRequest) SetCatalogId

func (*UpdatePermissionsRequest) SetDelegateAccesses

func (s *UpdatePermissionsRequest) SetDelegateAccesses(v []*string) *UpdatePermissionsRequest

func (*UpdatePermissionsRequest) SetMetaResource

func (*UpdatePermissionsRequest) SetPrincipal

func (*UpdatePermissionsRequest) SetType

func (UpdatePermissionsRequest) String

func (s UpdatePermissionsRequest) String() string

type UpdatePermissionsResponse

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

func (UpdatePermissionsResponse) GoString

func (s UpdatePermissionsResponse) GoString() string

func (*UpdatePermissionsResponse) SetBody

func (*UpdatePermissionsResponse) SetHeaders

func (*UpdatePermissionsResponse) SetStatusCode

func (UpdatePermissionsResponse) String

func (s UpdatePermissionsResponse) String() string

type UpdatePermissionsResponseBody

type UpdatePermissionsResponseBody struct {
	// Response Code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// Message Code
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// RequestId
	//
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdatePermissionsResponseBody) GoString

func (*UpdatePermissionsResponseBody) SetCode

func (*UpdatePermissionsResponseBody) SetMessage

func (*UpdatePermissionsResponseBody) SetRequestId

func (*UpdatePermissionsResponseBody) SetSuccess

func (UpdatePermissionsResponseBody) String

type UpdateRegisteredLocationRequest

type UpdateRegisteredLocationRequest struct {
	// example:
	//
	// true
	InventoryCollectEnabled *bool `json:"InventoryCollectEnabled,omitempty" xml:"InventoryCollectEnabled,omitempty"`
	// This parameter is required.
	//
	// example:
	//
	// LOC-AB8FBC17F95A4AF5
	LocationId *string `json:"LocationId,omitempty" xml:"LocationId,omitempty"`
	// example:
	//
	// true
	OssLogCollectEnabled *bool `json:"OssLogCollectEnabled,omitempty" xml:"OssLogCollectEnabled,omitempty"`
}

func (UpdateRegisteredLocationRequest) GoString

func (*UpdateRegisteredLocationRequest) SetInventoryCollectEnabled

func (s *UpdateRegisteredLocationRequest) SetInventoryCollectEnabled(v bool) *UpdateRegisteredLocationRequest

func (*UpdateRegisteredLocationRequest) SetLocationId

func (*UpdateRegisteredLocationRequest) SetOssLogCollectEnabled

func (UpdateRegisteredLocationRequest) String

type UpdateRegisteredLocationResponse

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

func (UpdateRegisteredLocationResponse) GoString

func (*UpdateRegisteredLocationResponse) SetHeaders

func (*UpdateRegisteredLocationResponse) SetStatusCode

func (UpdateRegisteredLocationResponse) String

type UpdateRegisteredLocationResponseBody

type UpdateRegisteredLocationResponseBody struct {
	Data *UpdateRegisteredLocationResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	// example:
	//
	// 8030C902-C25B-1839-867D-E6F70A5B9810
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateRegisteredLocationResponseBody) GoString

func (*UpdateRegisteredLocationResponseBody) SetRequestId

func (*UpdateRegisteredLocationResponseBody) SetSuccess

func (UpdateRegisteredLocationResponseBody) String

type UpdateRegisteredLocationResponseBodyData

type UpdateRegisteredLocationResponseBodyData struct {
	// Location ID
	//
	// example:
	//
	// LOC-AB8FBC17F95A4AF5
	LocationId                            *string                              `json:"LocationId,omitempty" xml:"LocationId,omitempty"`
	StorageCollectTaskOperationResultList []*StorageCollectTaskOperationResult `json:"StorageCollectTaskOperationResultList,omitempty" xml:"StorageCollectTaskOperationResultList,omitempty" type:"Repeated"`
}

func (UpdateRegisteredLocationResponseBodyData) GoString

func (*UpdateRegisteredLocationResponseBodyData) SetLocationId

func (*UpdateRegisteredLocationResponseBodyData) SetStorageCollectTaskOperationResultList

func (UpdateRegisteredLocationResponseBodyData) String

type UpdateRoleRequest

type UpdateRoleRequest struct {
	RoleInput *RoleInput `json:"RoleInput,omitempty" xml:"RoleInput,omitempty"`
	// RoleName
	//
	// example:
	//
	// 原始名称
	RoleName *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (UpdateRoleRequest) GoString

func (s UpdateRoleRequest) GoString() string

func (*UpdateRoleRequest) SetRoleInput

func (s *UpdateRoleRequest) SetRoleInput(v *RoleInput) *UpdateRoleRequest

func (*UpdateRoleRequest) SetRoleName

func (s *UpdateRoleRequest) SetRoleName(v string) *UpdateRoleRequest

func (UpdateRoleRequest) String

func (s UpdateRoleRequest) String() string

type UpdateRoleResponse

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

func (UpdateRoleResponse) GoString

func (s UpdateRoleResponse) GoString() string

func (*UpdateRoleResponse) SetBody

func (*UpdateRoleResponse) SetHeaders

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

func (*UpdateRoleResponse) SetStatusCode

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

func (UpdateRoleResponse) String

func (s UpdateRoleResponse) String() string

type UpdateRoleResponseBody

type UpdateRoleResponseBody struct {
	// code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// requestId
	//
	// example:
	//
	// 604E5919-C6FF-54CE-9C23-C5350E6F5415
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateRoleResponseBody) GoString

func (s UpdateRoleResponseBody) GoString() string

func (*UpdateRoleResponseBody) SetCode

func (*UpdateRoleResponseBody) SetMessage

func (*UpdateRoleResponseBody) SetRequestId

func (*UpdateRoleResponseBody) SetSuccess

func (UpdateRoleResponseBody) String

func (s UpdateRoleResponseBody) String() string

type UpdateRoleUsersRequest

type UpdateRoleUsersRequest struct {
	// example:
	//
	// test_role_8
	RoleName *string      `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
	Users    []*Principal `json:"Users,omitempty" xml:"Users,omitempty" type:"Repeated"`
}

func (UpdateRoleUsersRequest) GoString

func (s UpdateRoleUsersRequest) GoString() string

func (*UpdateRoleUsersRequest) SetRoleName

func (*UpdateRoleUsersRequest) SetUsers

func (UpdateRoleUsersRequest) String

func (s UpdateRoleUsersRequest) String() string

type UpdateRoleUsersResponse

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

func (UpdateRoleUsersResponse) GoString

func (s UpdateRoleUsersResponse) GoString() string

func (*UpdateRoleUsersResponse) SetBody

func (*UpdateRoleUsersResponse) SetHeaders

func (*UpdateRoleUsersResponse) SetStatusCode

func (UpdateRoleUsersResponse) String

func (s UpdateRoleUsersResponse) String() string

type UpdateRoleUsersResponseBody

type UpdateRoleUsersResponseBody struct {
	// code
	//
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// message
	//
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// requestId
	//
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// success
	//
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateRoleUsersResponseBody) GoString

func (s UpdateRoleUsersResponseBody) GoString() string

func (*UpdateRoleUsersResponseBody) SetCode

func (*UpdateRoleUsersResponseBody) SetMessage

func (*UpdateRoleUsersResponseBody) SetRequestId

func (*UpdateRoleUsersResponseBody) SetSuccess

func (UpdateRoleUsersResponseBody) String

type UpdateTableColumnStatisticsRequest

type UpdateTableColumnStatisticsRequest struct {
	UpdateTablePartitionColumnStatisticsRequest *UpdateTablePartitionColumnStatisticsRequest `json:"UpdateTablePartitionColumnStatisticsRequest,omitempty" xml:"UpdateTablePartitionColumnStatisticsRequest,omitempty"`
}

func (UpdateTableColumnStatisticsRequest) GoString

func (*UpdateTableColumnStatisticsRequest) SetUpdateTablePartitionColumnStatisticsRequest

func (UpdateTableColumnStatisticsRequest) String

type UpdateTableColumnStatisticsResponse

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

func (UpdateTableColumnStatisticsResponse) GoString

func (*UpdateTableColumnStatisticsResponse) SetHeaders

func (*UpdateTableColumnStatisticsResponse) SetStatusCode

func (UpdateTableColumnStatisticsResponse) String

type UpdateTableColumnStatisticsResponseBody

type UpdateTableColumnStatisticsResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateTableColumnStatisticsResponseBody) GoString

func (*UpdateTableColumnStatisticsResponseBody) SetCode

func (*UpdateTableColumnStatisticsResponseBody) SetMessage

func (*UpdateTableColumnStatisticsResponseBody) SetRequestId

func (*UpdateTableColumnStatisticsResponseBody) SetSuccess

func (UpdateTableColumnStatisticsResponseBody) String

type UpdateTablePartitionColumnStatisticsRequest

type UpdateTablePartitionColumnStatisticsRequest struct {
	CatalogId            *string             `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	ColumnStatisticsList []*ColumnStatistics `json:"ColumnStatisticsList,omitempty" xml:"ColumnStatisticsList,omitempty" type:"Repeated"`
	DatabaseName         *string             `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	Engine               *string             `json:"Engine,omitempty" xml:"Engine,omitempty"`
	IsStatsCompliant     *bool               `json:"IsStatsCompliant,omitempty" xml:"IsStatsCompliant,omitempty"`
	TableName            *string             `json:"TableName,omitempty" xml:"TableName,omitempty"`
	ValidWriteIdList     *string             `json:"ValidWriteIdList,omitempty" xml:"ValidWriteIdList,omitempty"`
	WriteId              *string             `json:"WriteId,omitempty" xml:"WriteId,omitempty"`
}

func (UpdateTablePartitionColumnStatisticsRequest) GoString

func (*UpdateTablePartitionColumnStatisticsRequest) SetCatalogId

func (*UpdateTablePartitionColumnStatisticsRequest) SetColumnStatisticsList

func (*UpdateTablePartitionColumnStatisticsRequest) SetDatabaseName

func (*UpdateTablePartitionColumnStatisticsRequest) SetEngine

func (*UpdateTablePartitionColumnStatisticsRequest) SetIsStatsCompliant

func (*UpdateTablePartitionColumnStatisticsRequest) SetTableName

func (*UpdateTablePartitionColumnStatisticsRequest) SetValidWriteIdList

func (*UpdateTablePartitionColumnStatisticsRequest) SetWriteId

func (UpdateTablePartitionColumnStatisticsRequest) String

type UpdateTableRequest

type UpdateTableRequest struct {
	// example:
	//
	// false
	AllowPartitionKeyChange *bool `json:"AllowPartitionKeyChange,omitempty" xml:"AllowPartitionKeyChange,omitempty"`
	// example:
	//
	// 1344371
	CatalogId *string `json:"CatalogId,omitempty" xml:"CatalogId,omitempty"`
	// example:
	//
	// database_test
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	// example:
	//
	// true
	IsAsync *bool `json:"IsAsync,omitempty" xml:"IsAsync,omitempty"`
	// example:
	//
	// false
	SkipArchive *bool       `json:"SkipArchive,omitempty" xml:"SkipArchive,omitempty"`
	TableInput  *TableInput `json:"TableInput,omitempty" xml:"TableInput,omitempty"`
	// example:
	//
	// test_table_20201223
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (UpdateTableRequest) GoString

func (s UpdateTableRequest) GoString() string

func (*UpdateTableRequest) SetAllowPartitionKeyChange

func (s *UpdateTableRequest) SetAllowPartitionKeyChange(v bool) *UpdateTableRequest

func (*UpdateTableRequest) SetCatalogId

func (s *UpdateTableRequest) SetCatalogId(v string) *UpdateTableRequest

func (*UpdateTableRequest) SetDatabaseName

func (s *UpdateTableRequest) SetDatabaseName(v string) *UpdateTableRequest

func (*UpdateTableRequest) SetIsAsync

func (s *UpdateTableRequest) SetIsAsync(v bool) *UpdateTableRequest

func (*UpdateTableRequest) SetSkipArchive

func (s *UpdateTableRequest) SetSkipArchive(v bool) *UpdateTableRequest

func (*UpdateTableRequest) SetTableInput

func (s *UpdateTableRequest) SetTableInput(v *TableInput) *UpdateTableRequest

func (*UpdateTableRequest) SetTableName

func (s *UpdateTableRequest) SetTableName(v string) *UpdateTableRequest

func (UpdateTableRequest) String

func (s UpdateTableRequest) String() string

type UpdateTableResponse

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

func (UpdateTableResponse) GoString

func (s UpdateTableResponse) GoString() string

func (*UpdateTableResponse) SetBody

func (*UpdateTableResponse) SetHeaders

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

func (*UpdateTableResponse) SetStatusCode

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

func (UpdateTableResponse) String

func (s UpdateTableResponse) String() string

type UpdateTableResponseBody

type UpdateTableResponseBody struct {
	// example:
	//
	// OK
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
	// example:
	//
	// .
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// example:
	//
	// B7F4B621-E41E-4C84-B97F-42B5380A32BB
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// example:
	//
	// true
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
	// Async task Id
	//
	// example:
	//
	// aa689782deb97265701f57324fc4ae42
	TaskId *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (UpdateTableResponseBody) GoString

func (s UpdateTableResponseBody) GoString() string

func (*UpdateTableResponseBody) SetCode

func (*UpdateTableResponseBody) SetMessage

func (*UpdateTableResponseBody) SetRequestId

func (*UpdateTableResponseBody) SetSuccess

func (*UpdateTableResponseBody) SetTaskId

func (UpdateTableResponseBody) String

func (s UpdateTableResponseBody) String() string

type UserRole

type UserRole struct {
	GrantTime *int64     `json:"GrantTime,omitempty" xml:"GrantTime,omitempty"`
	Role      *Role      `json:"Role,omitempty" xml:"Role,omitempty"`
	User      *Principal `json:"User,omitempty" xml:"User,omitempty"`
}

func (UserRole) GoString

func (s UserRole) GoString() string

func (*UserRole) SetGrantTime

func (s *UserRole) SetGrantTime(v int64) *UserRole

func (*UserRole) SetRole

func (s *UserRole) SetRole(v *Role) *UserRole

func (*UserRole) SetUser

func (s *UserRole) SetUser(v *Principal) *UserRole

func (UserRole) String

func (s UserRole) String() string

type Workflow

type Workflow struct {
	LatestEndTime        *string `json:"LatestEndTime,omitempty" xml:"LatestEndTime,omitempty"`
	LatestInstanceId     *string `json:"LatestInstanceId,omitempty" xml:"LatestInstanceId,omitempty"`
	LatestInstanceStatus *string `json:"LatestInstanceStatus,omitempty" xml:"LatestInstanceStatus,omitempty"`
	LatestStartTime      *string `json:"LatestStartTime,omitempty" xml:"LatestStartTime,omitempty"`
}

func (Workflow) GoString

func (s Workflow) GoString() string

func (*Workflow) SetLatestEndTime

func (s *Workflow) SetLatestEndTime(v string) *Workflow

func (*Workflow) SetLatestInstanceId

func (s *Workflow) SetLatestInstanceId(v string) *Workflow

func (*Workflow) SetLatestInstanceStatus

func (s *Workflow) SetLatestInstanceStatus(v string) *Workflow

func (*Workflow) SetLatestStartTime

func (s *Workflow) SetLatestStartTime(v string) *Workflow

func (Workflow) String

func (s Workflow) String() string

type WorkflowInstance

type WorkflowInstance struct {
	BatchProgress      *int32     `json:"BatchProgress,omitempty" xml:"BatchProgress,omitempty"`
	DlfWorkflowId      *string    `json:"DlfWorkflowId,omitempty" xml:"DlfWorkflowId,omitempty"`
	EndTime            *int64     `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	ExternalInstanceId *string    `json:"ExternalInstanceId,omitempty" xml:"ExternalInstanceId,omitempty"`
	RuntimeLogs        []*LogInfo `json:"RuntimeLogs,omitempty" xml:"RuntimeLogs,omitempty" type:"Repeated"`
	StartTime          *int64     `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Status             *string    `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (WorkflowInstance) GoString

func (s WorkflowInstance) GoString() string

func (*WorkflowInstance) SetBatchProgress

func (s *WorkflowInstance) SetBatchProgress(v int32) *WorkflowInstance

func (*WorkflowInstance) SetDlfWorkflowId

func (s *WorkflowInstance) SetDlfWorkflowId(v string) *WorkflowInstance

func (*WorkflowInstance) SetEndTime

func (s *WorkflowInstance) SetEndTime(v int64) *WorkflowInstance

func (*WorkflowInstance) SetExternalInstanceId

func (s *WorkflowInstance) SetExternalInstanceId(v string) *WorkflowInstance

func (*WorkflowInstance) SetRuntimeLogs

func (s *WorkflowInstance) SetRuntimeLogs(v []*LogInfo) *WorkflowInstance

func (*WorkflowInstance) SetStartTime

func (s *WorkflowInstance) SetStartTime(v int64) *WorkflowInstance

func (*WorkflowInstance) SetStatus

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

func (WorkflowInstance) String

func (s WorkflowInstance) String() string

Jump to

Keyboard shortcuts

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