Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks.
Index ¶
- type AbortLockRequest
- type AbortLockResponse
- func (s AbortLockResponse) GoString() string
- func (s *AbortLockResponse) SetBody(v *AbortLockResponseBody) *AbortLockResponse
- func (s *AbortLockResponse) SetHeaders(v map[string]*string) *AbortLockResponse
- func (s *AbortLockResponse) SetStatusCode(v int32) *AbortLockResponse
- func (s AbortLockResponse) String() string
- type AbortLockResponseBody
- func (s AbortLockResponseBody) GoString() string
- func (s *AbortLockResponseBody) SetCode(v string) *AbortLockResponseBody
- func (s *AbortLockResponseBody) SetMessage(v string) *AbortLockResponseBody
- func (s *AbortLockResponseBody) SetRequestId(v string) *AbortLockResponseBody
- func (s *AbortLockResponseBody) SetSuccess(v bool) *AbortLockResponseBody
- func (s AbortLockResponseBody) String() string
- type AccessRequest
- type BatchCreatePartitionsRequest
- func (s BatchCreatePartitionsRequest) GoString() string
- func (s *BatchCreatePartitionsRequest) SetCatalogId(v string) *BatchCreatePartitionsRequest
- func (s *BatchCreatePartitionsRequest) SetDatabaseName(v string) *BatchCreatePartitionsRequest
- func (s *BatchCreatePartitionsRequest) SetIfNotExists(v bool) *BatchCreatePartitionsRequest
- func (s *BatchCreatePartitionsRequest) SetNeedResult(v bool) *BatchCreatePartitionsRequest
- func (s *BatchCreatePartitionsRequest) SetPartitionInputs(v []*PartitionInput) *BatchCreatePartitionsRequest
- func (s *BatchCreatePartitionsRequest) SetTableName(v string) *BatchCreatePartitionsRequest
- func (s BatchCreatePartitionsRequest) String() string
- type BatchCreatePartitionsResponse
- func (s BatchCreatePartitionsResponse) GoString() string
- func (s *BatchCreatePartitionsResponse) SetBody(v *BatchCreatePartitionsResponseBody) *BatchCreatePartitionsResponse
- func (s *BatchCreatePartitionsResponse) SetHeaders(v map[string]*string) *BatchCreatePartitionsResponse
- func (s *BatchCreatePartitionsResponse) SetStatusCode(v int32) *BatchCreatePartitionsResponse
- func (s BatchCreatePartitionsResponse) String() string
- type BatchCreatePartitionsResponseBody
- func (s BatchCreatePartitionsResponseBody) GoString() string
- func (s *BatchCreatePartitionsResponseBody) SetCode(v string) *BatchCreatePartitionsResponseBody
- func (s *BatchCreatePartitionsResponseBody) SetMessage(v string) *BatchCreatePartitionsResponseBody
- func (s *BatchCreatePartitionsResponseBody) SetPartitionErrors(v []*PartitionError) *BatchCreatePartitionsResponseBody
- func (s *BatchCreatePartitionsResponseBody) SetPartitions(v []*Partition) *BatchCreatePartitionsResponseBody
- func (s *BatchCreatePartitionsResponseBody) SetRequestId(v string) *BatchCreatePartitionsResponseBody
- func (s *BatchCreatePartitionsResponseBody) SetSuccess(v bool) *BatchCreatePartitionsResponseBody
- func (s BatchCreatePartitionsResponseBody) String() string
- type BatchCreateTablesRequest
- func (s BatchCreateTablesRequest) GoString() string
- func (s *BatchCreateTablesRequest) SetCatalogId(v string) *BatchCreateTablesRequest
- func (s *BatchCreateTablesRequest) SetDatabaseName(v string) *BatchCreateTablesRequest
- func (s *BatchCreateTablesRequest) SetIfNotExists(v bool) *BatchCreateTablesRequest
- func (s *BatchCreateTablesRequest) SetTableInputs(v []*TableInput) *BatchCreateTablesRequest
- func (s BatchCreateTablesRequest) String() string
- type BatchCreateTablesResponse
- func (s BatchCreateTablesResponse) GoString() string
- func (s *BatchCreateTablesResponse) SetBody(v *BatchCreateTablesResponseBody) *BatchCreateTablesResponse
- func (s *BatchCreateTablesResponse) SetHeaders(v map[string]*string) *BatchCreateTablesResponse
- func (s *BatchCreateTablesResponse) SetStatusCode(v int32) *BatchCreateTablesResponse
- func (s BatchCreateTablesResponse) String() string
- type BatchCreateTablesResponseBody
- func (s BatchCreateTablesResponseBody) GoString() string
- func (s *BatchCreateTablesResponseBody) SetCode(v string) *BatchCreateTablesResponseBody
- func (s *BatchCreateTablesResponseBody) SetMessage(v string) *BatchCreateTablesResponseBody
- func (s *BatchCreateTablesResponseBody) SetRequestId(v string) *BatchCreateTablesResponseBody
- func (s *BatchCreateTablesResponseBody) SetSuccess(v bool) *BatchCreateTablesResponseBody
- func (s *BatchCreateTablesResponseBody) SetTableErrors(v []*TableError) *BatchCreateTablesResponseBody
- func (s BatchCreateTablesResponseBody) String() string
- type BatchDeletePartitionsRequest
- func (s BatchDeletePartitionsRequest) GoString() string
- func (s *BatchDeletePartitionsRequest) SetCatalogId(v string) *BatchDeletePartitionsRequest
- func (s *BatchDeletePartitionsRequest) SetDatabaseName(v string) *BatchDeletePartitionsRequest
- func (s *BatchDeletePartitionsRequest) SetIfExists(v bool) *BatchDeletePartitionsRequest
- func (s *BatchDeletePartitionsRequest) SetPartitionValueList(v []*BatchDeletePartitionsRequestPartitionValueList) *BatchDeletePartitionsRequest
- func (s *BatchDeletePartitionsRequest) SetTableName(v string) *BatchDeletePartitionsRequest
- func (s BatchDeletePartitionsRequest) String() string
- type BatchDeletePartitionsRequestPartitionValueList
- type BatchDeletePartitionsResponse
- func (s BatchDeletePartitionsResponse) GoString() string
- func (s *BatchDeletePartitionsResponse) SetBody(v *BatchDeletePartitionsResponseBody) *BatchDeletePartitionsResponse
- func (s *BatchDeletePartitionsResponse) SetHeaders(v map[string]*string) *BatchDeletePartitionsResponse
- func (s *BatchDeletePartitionsResponse) SetStatusCode(v int32) *BatchDeletePartitionsResponse
- func (s BatchDeletePartitionsResponse) String() string
- type BatchDeletePartitionsResponseBody
- func (s BatchDeletePartitionsResponseBody) GoString() string
- func (s *BatchDeletePartitionsResponseBody) SetCode(v string) *BatchDeletePartitionsResponseBody
- func (s *BatchDeletePartitionsResponseBody) SetMessage(v string) *BatchDeletePartitionsResponseBody
- func (s *BatchDeletePartitionsResponseBody) SetPartitionErrors(v []*PartitionError) *BatchDeletePartitionsResponseBody
- func (s *BatchDeletePartitionsResponseBody) SetRequestId(v string) *BatchDeletePartitionsResponseBody
- func (s *BatchDeletePartitionsResponseBody) SetSuccess(v bool) *BatchDeletePartitionsResponseBody
- func (s BatchDeletePartitionsResponseBody) String() string
- type BatchDeleteTableVersionsRequest
- func (s BatchDeleteTableVersionsRequest) GoString() string
- func (s *BatchDeleteTableVersionsRequest) SetCatalogId(v string) *BatchDeleteTableVersionsRequest
- func (s *BatchDeleteTableVersionsRequest) SetDatabaseName(v string) *BatchDeleteTableVersionsRequest
- func (s *BatchDeleteTableVersionsRequest) SetTableName(v string) *BatchDeleteTableVersionsRequest
- func (s *BatchDeleteTableVersionsRequest) SetVersionIds(v []*int32) *BatchDeleteTableVersionsRequest
- func (s BatchDeleteTableVersionsRequest) String() string
- type BatchDeleteTableVersionsResponse
- func (s BatchDeleteTableVersionsResponse) GoString() string
- func (s *BatchDeleteTableVersionsResponse) SetBody(v *BatchDeleteTableVersionsResponseBody) *BatchDeleteTableVersionsResponse
- func (s *BatchDeleteTableVersionsResponse) SetHeaders(v map[string]*string) *BatchDeleteTableVersionsResponse
- func (s *BatchDeleteTableVersionsResponse) SetStatusCode(v int32) *BatchDeleteTableVersionsResponse
- func (s BatchDeleteTableVersionsResponse) String() string
- type BatchDeleteTableVersionsResponseBody
- func (s BatchDeleteTableVersionsResponseBody) GoString() string
- func (s *BatchDeleteTableVersionsResponseBody) SetCode(v string) *BatchDeleteTableVersionsResponseBody
- func (s *BatchDeleteTableVersionsResponseBody) SetMessage(v string) *BatchDeleteTableVersionsResponseBody
- func (s *BatchDeleteTableVersionsResponseBody) SetRequestId(v string) *BatchDeleteTableVersionsResponseBody
- func (s *BatchDeleteTableVersionsResponseBody) SetSuccess(v bool) *BatchDeleteTableVersionsResponseBody
- func (s BatchDeleteTableVersionsResponseBody) String() string
- type BatchDeleteTablesRequest
- func (s BatchDeleteTablesRequest) GoString() string
- func (s *BatchDeleteTablesRequest) SetCatalogId(v string) *BatchDeleteTablesRequest
- func (s *BatchDeleteTablesRequest) SetDatabaseName(v string) *BatchDeleteTablesRequest
- func (s *BatchDeleteTablesRequest) SetIfExists(v bool) *BatchDeleteTablesRequest
- func (s *BatchDeleteTablesRequest) SetTableNames(v []*string) *BatchDeleteTablesRequest
- func (s BatchDeleteTablesRequest) String() string
- type BatchDeleteTablesResponse
- func (s BatchDeleteTablesResponse) GoString() string
- func (s *BatchDeleteTablesResponse) SetBody(v *BatchDeleteTablesResponseBody) *BatchDeleteTablesResponse
- func (s *BatchDeleteTablesResponse) SetHeaders(v map[string]*string) *BatchDeleteTablesResponse
- func (s *BatchDeleteTablesResponse) SetStatusCode(v int32) *BatchDeleteTablesResponse
- func (s BatchDeleteTablesResponse) String() string
- type BatchDeleteTablesResponseBody
- func (s BatchDeleteTablesResponseBody) GoString() string
- func (s *BatchDeleteTablesResponseBody) SetCode(v string) *BatchDeleteTablesResponseBody
- func (s *BatchDeleteTablesResponseBody) SetMessage(v string) *BatchDeleteTablesResponseBody
- func (s *BatchDeleteTablesResponseBody) SetRequestId(v string) *BatchDeleteTablesResponseBody
- func (s *BatchDeleteTablesResponseBody) SetSuccess(v bool) *BatchDeleteTablesResponseBody
- func (s *BatchDeleteTablesResponseBody) SetTableErrors(v []*TableError) *BatchDeleteTablesResponseBody
- func (s BatchDeleteTablesResponseBody) String() string
- type BatchGetPartitionColumnStatisticsRequest
- func (s BatchGetPartitionColumnStatisticsRequest) GoString() string
- func (s *BatchGetPartitionColumnStatisticsRequest) SetCatalogId(v string) *BatchGetPartitionColumnStatisticsRequest
- func (s *BatchGetPartitionColumnStatisticsRequest) SetColumnNames(v []*string) *BatchGetPartitionColumnStatisticsRequest
- func (s *BatchGetPartitionColumnStatisticsRequest) SetDatabaseName(v string) *BatchGetPartitionColumnStatisticsRequest
- func (s *BatchGetPartitionColumnStatisticsRequest) SetPartitionNames(v []*string) *BatchGetPartitionColumnStatisticsRequest
- func (s *BatchGetPartitionColumnStatisticsRequest) SetTableName(v string) *BatchGetPartitionColumnStatisticsRequest
- func (s BatchGetPartitionColumnStatisticsRequest) String() string
- type BatchGetPartitionColumnStatisticsResponse
- func (s BatchGetPartitionColumnStatisticsResponse) GoString() string
- func (s *BatchGetPartitionColumnStatisticsResponse) SetBody(v *BatchGetPartitionColumnStatisticsResponseBody) *BatchGetPartitionColumnStatisticsResponse
- func (s *BatchGetPartitionColumnStatisticsResponse) SetHeaders(v map[string]*string) *BatchGetPartitionColumnStatisticsResponse
- func (s *BatchGetPartitionColumnStatisticsResponse) SetStatusCode(v int32) *BatchGetPartitionColumnStatisticsResponse
- func (s BatchGetPartitionColumnStatisticsResponse) String() string
- type BatchGetPartitionColumnStatisticsResponseBody
- func (s BatchGetPartitionColumnStatisticsResponseBody) GoString() string
- func (s *BatchGetPartitionColumnStatisticsResponseBody) SetCode(v string) *BatchGetPartitionColumnStatisticsResponseBody
- func (s *BatchGetPartitionColumnStatisticsResponseBody) SetMessage(v string) *BatchGetPartitionColumnStatisticsResponseBody
- func (s *BatchGetPartitionColumnStatisticsResponseBody) SetPartitionStatisticsMap(v map[string][]*ColumnStatisticsObj) *BatchGetPartitionColumnStatisticsResponseBody
- func (s *BatchGetPartitionColumnStatisticsResponseBody) SetRequestId(v string) *BatchGetPartitionColumnStatisticsResponseBody
- func (s *BatchGetPartitionColumnStatisticsResponseBody) SetSuccess(v bool) *BatchGetPartitionColumnStatisticsResponseBody
- func (s BatchGetPartitionColumnStatisticsResponseBody) String() string
- type BatchGetPartitionsRequest
- func (s BatchGetPartitionsRequest) GoString() string
- func (s *BatchGetPartitionsRequest) SetCatalogId(v string) *BatchGetPartitionsRequest
- func (s *BatchGetPartitionsRequest) SetDatabaseName(v string) *BatchGetPartitionsRequest
- func (s *BatchGetPartitionsRequest) SetIsShareSd(v bool) *BatchGetPartitionsRequest
- func (s *BatchGetPartitionsRequest) SetPartitionValueList(v []*BatchGetPartitionsRequestPartitionValueList) *BatchGetPartitionsRequest
- func (s *BatchGetPartitionsRequest) SetTableName(v string) *BatchGetPartitionsRequest
- func (s BatchGetPartitionsRequest) String() string
- type BatchGetPartitionsRequestPartitionValueList
- type BatchGetPartitionsResponse
- func (s BatchGetPartitionsResponse) GoString() string
- func (s *BatchGetPartitionsResponse) SetBody(v *BatchGetPartitionsResponseBody) *BatchGetPartitionsResponse
- func (s *BatchGetPartitionsResponse) SetHeaders(v map[string]*string) *BatchGetPartitionsResponse
- func (s *BatchGetPartitionsResponse) SetStatusCode(v int32) *BatchGetPartitionsResponse
- func (s BatchGetPartitionsResponse) String() string
- type BatchGetPartitionsResponseBody
- func (s BatchGetPartitionsResponseBody) GoString() string
- func (s *BatchGetPartitionsResponseBody) SetCode(v string) *BatchGetPartitionsResponseBody
- func (s *BatchGetPartitionsResponseBody) SetMessage(v string) *BatchGetPartitionsResponseBody
- func (s *BatchGetPartitionsResponseBody) SetPartitionErrors(v []*PartitionError) *BatchGetPartitionsResponseBody
- func (s *BatchGetPartitionsResponseBody) SetPartitionSpecs(v []*PartitionSpec) *BatchGetPartitionsResponseBody
- func (s *BatchGetPartitionsResponseBody) SetPartitions(v []*Partition) *BatchGetPartitionsResponseBody
- func (s *BatchGetPartitionsResponseBody) SetRequestId(v string) *BatchGetPartitionsResponseBody
- func (s *BatchGetPartitionsResponseBody) SetSuccess(v bool) *BatchGetPartitionsResponseBody
- func (s BatchGetPartitionsResponseBody) String() string
- type BatchGetTablesRequest
- func (s BatchGetTablesRequest) GoString() string
- func (s *BatchGetTablesRequest) SetCatalogId(v string) *BatchGetTablesRequest
- func (s *BatchGetTablesRequest) SetDatabaseName(v string) *BatchGetTablesRequest
- func (s *BatchGetTablesRequest) SetTableNames(v []*string) *BatchGetTablesRequest
- func (s BatchGetTablesRequest) String() string
- type BatchGetTablesResponse
- func (s BatchGetTablesResponse) GoString() string
- func (s *BatchGetTablesResponse) SetBody(v *BatchGetTablesResponseBody) *BatchGetTablesResponse
- func (s *BatchGetTablesResponse) SetHeaders(v map[string]*string) *BatchGetTablesResponse
- func (s *BatchGetTablesResponse) SetStatusCode(v int32) *BatchGetTablesResponse
- func (s BatchGetTablesResponse) String() string
- type BatchGetTablesResponseBody
- func (s BatchGetTablesResponseBody) GoString() string
- func (s *BatchGetTablesResponseBody) SetCode(v string) *BatchGetTablesResponseBody
- func (s *BatchGetTablesResponseBody) SetMessage(v string) *BatchGetTablesResponseBody
- func (s *BatchGetTablesResponseBody) SetRequestId(v string) *BatchGetTablesResponseBody
- func (s *BatchGetTablesResponseBody) SetSuccess(v bool) *BatchGetTablesResponseBody
- func (s *BatchGetTablesResponseBody) SetTableErrors(v []*TableError) *BatchGetTablesResponseBody
- func (s *BatchGetTablesResponseBody) SetTables(v []*Table) *BatchGetTablesResponseBody
- func (s BatchGetTablesResponseBody) String() string
- type BatchGrantPermissionsRequest
- func (s BatchGrantPermissionsRequest) GoString() string
- func (s *BatchGrantPermissionsRequest) SetCatalogId(v string) *BatchGrantPermissionsRequest
- func (s *BatchGrantPermissionsRequest) SetGrantRevokeEntries(v []*GrantRevokeEntry) *BatchGrantPermissionsRequest
- func (s *BatchGrantPermissionsRequest) SetType(v string) *BatchGrantPermissionsRequest
- func (s BatchGrantPermissionsRequest) String() string
- type BatchGrantPermissionsResponse
- func (s BatchGrantPermissionsResponse) GoString() string
- func (s *BatchGrantPermissionsResponse) SetBody(v *BatchGrantPermissionsResponseBody) *BatchGrantPermissionsResponse
- func (s *BatchGrantPermissionsResponse) SetHeaders(v map[string]*string) *BatchGrantPermissionsResponse
- func (s *BatchGrantPermissionsResponse) SetStatusCode(v int32) *BatchGrantPermissionsResponse
- func (s BatchGrantPermissionsResponse) String() string
- type BatchGrantPermissionsResponseBody
- func (s BatchGrantPermissionsResponseBody) GoString() string
- func (s *BatchGrantPermissionsResponseBody) SetBatchGrantRevokeFailureResult(v []*GrantRevokeFailureEntry) *BatchGrantPermissionsResponseBody
- func (s *BatchGrantPermissionsResponseBody) SetCode(v string) *BatchGrantPermissionsResponseBody
- func (s *BatchGrantPermissionsResponseBody) SetMessage(v string) *BatchGrantPermissionsResponseBody
- func (s *BatchGrantPermissionsResponseBody) SetRequestId(v string) *BatchGrantPermissionsResponseBody
- func (s *BatchGrantPermissionsResponseBody) SetSuccess(v bool) *BatchGrantPermissionsResponseBody
- func (s BatchGrantPermissionsResponseBody) String() string
- type BatchRevokePermissionsRequest
- func (s BatchRevokePermissionsRequest) GoString() string
- func (s *BatchRevokePermissionsRequest) SetCatalogId(v string) *BatchRevokePermissionsRequest
- func (s *BatchRevokePermissionsRequest) SetGrantRevokeEntries(v []*GrantRevokeEntry) *BatchRevokePermissionsRequest
- func (s *BatchRevokePermissionsRequest) SetType(v string) *BatchRevokePermissionsRequest
- func (s BatchRevokePermissionsRequest) String() string
- type BatchRevokePermissionsResponse
- func (s BatchRevokePermissionsResponse) GoString() string
- func (s *BatchRevokePermissionsResponse) SetBody(v *BatchRevokePermissionsResponseBody) *BatchRevokePermissionsResponse
- func (s *BatchRevokePermissionsResponse) SetHeaders(v map[string]*string) *BatchRevokePermissionsResponse
- func (s *BatchRevokePermissionsResponse) SetStatusCode(v int32) *BatchRevokePermissionsResponse
- func (s BatchRevokePermissionsResponse) String() string
- type BatchRevokePermissionsResponseBody
- func (s BatchRevokePermissionsResponseBody) GoString() string
- func (s *BatchRevokePermissionsResponseBody) SetBatchGrantRevokeFailureResult(v []*GrantRevokeFailureEntry) *BatchRevokePermissionsResponseBody
- func (s *BatchRevokePermissionsResponseBody) SetCode(v string) *BatchRevokePermissionsResponseBody
- func (s *BatchRevokePermissionsResponseBody) SetMessage(v string) *BatchRevokePermissionsResponseBody
- func (s *BatchRevokePermissionsResponseBody) SetRequestId(v string) *BatchRevokePermissionsResponseBody
- func (s *BatchRevokePermissionsResponseBody) SetSuccess(v bool) *BatchRevokePermissionsResponseBody
- func (s BatchRevokePermissionsResponseBody) String() string
- type BatchUpdatePartitionsRequest
- func (s BatchUpdatePartitionsRequest) GoString() string
- func (s *BatchUpdatePartitionsRequest) SetCatalogId(v string) *BatchUpdatePartitionsRequest
- func (s *BatchUpdatePartitionsRequest) SetDatabaseName(v string) *BatchUpdatePartitionsRequest
- func (s *BatchUpdatePartitionsRequest) SetPartitionInputs(v []*PartitionInput) *BatchUpdatePartitionsRequest
- func (s *BatchUpdatePartitionsRequest) SetTableName(v string) *BatchUpdatePartitionsRequest
- func (s BatchUpdatePartitionsRequest) String() string
- type BatchUpdatePartitionsResponse
- func (s BatchUpdatePartitionsResponse) GoString() string
- func (s *BatchUpdatePartitionsResponse) SetBody(v *BatchUpdatePartitionsResponseBody) *BatchUpdatePartitionsResponse
- func (s *BatchUpdatePartitionsResponse) SetHeaders(v map[string]*string) *BatchUpdatePartitionsResponse
- func (s *BatchUpdatePartitionsResponse) SetStatusCode(v int32) *BatchUpdatePartitionsResponse
- func (s BatchUpdatePartitionsResponse) String() string
- type BatchUpdatePartitionsResponseBody
- func (s BatchUpdatePartitionsResponseBody) GoString() string
- func (s *BatchUpdatePartitionsResponseBody) SetCode(v string) *BatchUpdatePartitionsResponseBody
- func (s *BatchUpdatePartitionsResponseBody) SetMessage(v string) *BatchUpdatePartitionsResponseBody
- func (s *BatchUpdatePartitionsResponseBody) SetPartitionErrors(v []*PartitionError) *BatchUpdatePartitionsResponseBody
- func (s *BatchUpdatePartitionsResponseBody) SetRequestId(v string) *BatchUpdatePartitionsResponseBody
- func (s *BatchUpdatePartitionsResponseBody) SetSuccess(v bool) *BatchUpdatePartitionsResponseBody
- func (s BatchUpdatePartitionsResponseBody) String() string
- type BatchUpdateTablesRequest
- func (s BatchUpdateTablesRequest) GoString() string
- func (s *BatchUpdateTablesRequest) SetCatalogId(v string) *BatchUpdateTablesRequest
- func (s *BatchUpdateTablesRequest) SetDatabaseName(v string) *BatchUpdateTablesRequest
- func (s *BatchUpdateTablesRequest) SetIsAsync(v bool) *BatchUpdateTablesRequest
- func (s *BatchUpdateTablesRequest) SetTableInputs(v []*TableInput) *BatchUpdateTablesRequest
- func (s BatchUpdateTablesRequest) String() string
- type BatchUpdateTablesResponse
- func (s BatchUpdateTablesResponse) GoString() string
- func (s *BatchUpdateTablesResponse) SetBody(v *BatchUpdateTablesResponseBody) *BatchUpdateTablesResponse
- func (s *BatchUpdateTablesResponse) SetHeaders(v map[string]*string) *BatchUpdateTablesResponse
- func (s *BatchUpdateTablesResponse) SetStatusCode(v int32) *BatchUpdateTablesResponse
- func (s BatchUpdateTablesResponse) String() string
- type BatchUpdateTablesResponseBody
- func (s BatchUpdateTablesResponseBody) GoString() string
- func (s *BatchUpdateTablesResponseBody) SetCode(v string) *BatchUpdateTablesResponseBody
- func (s *BatchUpdateTablesResponseBody) SetMessage(v string) *BatchUpdateTablesResponseBody
- func (s *BatchUpdateTablesResponseBody) SetRequestId(v string) *BatchUpdateTablesResponseBody
- func (s *BatchUpdateTablesResponseBody) SetSuccess(v bool) *BatchUpdateTablesResponseBody
- func (s *BatchUpdateTablesResponseBody) SetTableErrors(v []*TableError) *BatchUpdateTablesResponseBody
- func (s *BatchUpdateTablesResponseBody) SetTaskId(v string) *BatchUpdateTablesResponseBody
- func (s BatchUpdateTablesResponseBody) String() string
- type CancelQueryRequest
- type CancelQueryResponse
- func (s CancelQueryResponse) GoString() string
- func (s *CancelQueryResponse) SetBody(v *CancelQueryResponseBody) *CancelQueryResponse
- func (s *CancelQueryResponse) SetHeaders(v map[string]*string) *CancelQueryResponse
- func (s *CancelQueryResponse) SetStatusCode(v int32) *CancelQueryResponse
- func (s CancelQueryResponse) String() string
- type CancelQueryResponseBody
- func (s CancelQueryResponseBody) GoString() string
- func (s *CancelQueryResponseBody) SetData(v string) *CancelQueryResponseBody
- func (s *CancelQueryResponseBody) SetRequestId(v string) *CancelQueryResponseBody
- func (s *CancelQueryResponseBody) SetSuccess(v bool) *CancelQueryResponseBody
- func (s CancelQueryResponseBody) String() string
- type Catalog
- func (s Catalog) GoString() string
- func (s *Catalog) SetCatalogId(v string) *Catalog
- func (s *Catalog) SetCatalogType(v string) *Catalog
- func (s *Catalog) SetCreateTime(v int64) *Catalog
- func (s *Catalog) SetCreatedBy(v string) *Catalog
- func (s *Catalog) SetDefaultCatalog(v bool) *Catalog
- func (s *Catalog) SetDescription(v string) *Catalog
- func (s *Catalog) SetJdbcEnabled(v bool) *Catalog
- func (s *Catalog) SetLocationUri(v string) *Catalog
- func (s *Catalog) SetOwner(v string) *Catalog
- func (s *Catalog) SetStatus(v string) *Catalog
- func (s *Catalog) SetStorageAccessConfig(v string) *Catalog
- func (s *Catalog) SetThriftEnabled(v bool) *Catalog
- func (s *Catalog) SetUpdateTime(v int64) *Catalog
- func (s Catalog) String() string
- type CatalogConnection
- func (s CatalogConnection) GoString() string
- func (s *CatalogConnection) SetJdbcPassword(v string) *CatalogConnection
- func (s *CatalogConnection) SetJdbcUri(v string) *CatalogConnection
- func (s *CatalogConnection) SetJdbcUserName(v string) *CatalogConnection
- func (s *CatalogConnection) SetThriftUri(v string) *CatalogConnection
- func (s *CatalogConnection) SetVpcConnectionId(v string) *CatalogConnection
- func (s CatalogConnection) String() string
- type CatalogInput
- func (s CatalogInput) GoString() string
- func (s *CatalogInput) SetCatalogId(v string) *CatalogInput
- func (s *CatalogInput) SetCatalogType(v string) *CatalogInput
- func (s *CatalogInput) SetDescription(v string) *CatalogInput
- func (s *CatalogInput) SetJdbcEnabled(v bool) *CatalogInput
- func (s *CatalogInput) SetLocationUri(v string) *CatalogInput
- func (s *CatalogInput) SetOwner(v string) *CatalogInput
- func (s *CatalogInput) SetStorageAccessConfig(v string) *CatalogInput
- func (s *CatalogInput) SetThriftEnabled(v bool) *CatalogInput
- func (s CatalogInput) String() string
- type CatalogResource
- type CatalogSettings
- type CatalogVpcConnection
- func (s CatalogVpcConnection) GoString() string
- func (s *CatalogVpcConnection) SetCatalogId(v string) *CatalogVpcConnection
- func (s *CatalogVpcConnection) SetConnectionName(v string) *CatalogVpcConnection
- func (s *CatalogVpcConnection) SetConnectionStatus(v string) *CatalogVpcConnection
- func (s *CatalogVpcConnection) SetCreator(v int64) *CatalogVpcConnection
- func (s *CatalogVpcConnection) SetErrorMessage(v string) *CatalogVpcConnection
- func (s *CatalogVpcConnection) SetGmtCreate(v string) *CatalogVpcConnection
- func (s *CatalogVpcConnection) SetGmtModified(v string) *CatalogVpcConnection
- func (s *CatalogVpcConnection) SetJdbcUri(v string) *CatalogVpcConnection
- func (s *CatalogVpcConnection) SetModifier(v int64) *CatalogVpcConnection
- func (s *CatalogVpcConnection) SetOwner(v int64) *CatalogVpcConnection
- func (s *CatalogVpcConnection) SetRegionId(v string) *CatalogVpcConnection
- func (s *CatalogVpcConnection) SetSecurityGroupIds(v []*string) *CatalogVpcConnection
- func (s *CatalogVpcConnection) SetThriftUri(v string) *CatalogVpcConnection
- func (s *CatalogVpcConnection) SetVpcConnectionId(v string) *CatalogVpcConnection
- func (s *CatalogVpcConnection) SetVpcId(v string) *CatalogVpcConnection
- func (s *CatalogVpcConnection) SetZones(v []*CatalogVpcConnectionZones) *CatalogVpcConnection
- func (s CatalogVpcConnection) String() string
- type CatalogVpcConnectionInput
- func (s CatalogVpcConnectionInput) GoString() string
- func (s *CatalogVpcConnectionInput) SetConnectionName(v string) *CatalogVpcConnectionInput
- func (s *CatalogVpcConnectionInput) SetSecurityGroupIds(v []*string) *CatalogVpcConnectionInput
- func (s *CatalogVpcConnectionInput) SetVpcId(v string) *CatalogVpcConnectionInput
- func (s *CatalogVpcConnectionInput) SetZones(v []*CatalogVpcConnectionInputZones) *CatalogVpcConnectionInput
- func (s CatalogVpcConnectionInput) String() string
- type CatalogVpcConnectionInputZones
- func (s CatalogVpcConnectionInputZones) GoString() string
- func (s *CatalogVpcConnectionInputZones) SetIP(v string) *CatalogVpcConnectionInputZones
- func (s *CatalogVpcConnectionInputZones) SetVSwitchId(v string) *CatalogVpcConnectionInputZones
- func (s *CatalogVpcConnectionInputZones) SetZoneId(v string) *CatalogVpcConnectionInputZones
- func (s CatalogVpcConnectionInputZones) String() string
- type CatalogVpcConnectionZones
- func (s CatalogVpcConnectionZones) GoString() string
- func (s *CatalogVpcConnectionZones) SetIP(v string) *CatalogVpcConnectionZones
- func (s *CatalogVpcConnectionZones) SetVSwitchId(v string) *CatalogVpcConnectionZones
- func (s *CatalogVpcConnectionZones) SetZoneId(v string) *CatalogVpcConnectionZones
- func (s CatalogVpcConnectionZones) String() string
- type CheckPermissionsRequest
- type CheckPermissionsResponse
- func (s CheckPermissionsResponse) GoString() string
- func (s *CheckPermissionsResponse) SetBody(v *CheckPermissionsResponseBody) *CheckPermissionsResponse
- func (s *CheckPermissionsResponse) SetHeaders(v map[string]*string) *CheckPermissionsResponse
- func (s *CheckPermissionsResponse) SetStatusCode(v int32) *CheckPermissionsResponse
- func (s CheckPermissionsResponse) String() string
- type CheckPermissionsResponseBody
- func (s CheckPermissionsResponseBody) GoString() string
- func (s *CheckPermissionsResponseBody) SetCode(v string) *CheckPermissionsResponseBody
- func (s *CheckPermissionsResponseBody) SetMessage(v string) *CheckPermissionsResponseBody
- func (s *CheckPermissionsResponseBody) SetRequestId(v string) *CheckPermissionsResponseBody
- func (s *CheckPermissionsResponseBody) SetSuccess(v bool) *CheckPermissionsResponseBody
- func (s CheckPermissionsResponseBody) String() string
- type Client
- func (client *Client) AbortLock(request *AbortLockRequest) (_result *AbortLockResponse, _err error)
- func (client *Client) AbortLockWithOptions(request *AbortLockRequest, headers map[string]*string, ...) (_result *AbortLockResponse, _err error)
- func (client *Client) BatchCreatePartitions(request *BatchCreatePartitionsRequest) (_result *BatchCreatePartitionsResponse, _err error)
- func (client *Client) BatchCreatePartitionsWithOptions(request *BatchCreatePartitionsRequest, headers map[string]*string, ...) (_result *BatchCreatePartitionsResponse, _err error)
- func (client *Client) BatchCreateTables(request *BatchCreateTablesRequest) (_result *BatchCreateTablesResponse, _err error)
- func (client *Client) BatchCreateTablesWithOptions(request *BatchCreateTablesRequest, headers map[string]*string, ...) (_result *BatchCreateTablesResponse, _err error)
- func (client *Client) BatchDeletePartitions(request *BatchDeletePartitionsRequest) (_result *BatchDeletePartitionsResponse, _err error)
- func (client *Client) BatchDeletePartitionsWithOptions(request *BatchDeletePartitionsRequest, headers map[string]*string, ...) (_result *BatchDeletePartitionsResponse, _err error)
- func (client *Client) BatchDeleteTableVersions(request *BatchDeleteTableVersionsRequest) (_result *BatchDeleteTableVersionsResponse, _err error)
- func (client *Client) BatchDeleteTableVersionsWithOptions(request *BatchDeleteTableVersionsRequest, headers map[string]*string, ...) (_result *BatchDeleteTableVersionsResponse, _err error)
- func (client *Client) BatchDeleteTables(request *BatchDeleteTablesRequest) (_result *BatchDeleteTablesResponse, _err error)
- func (client *Client) BatchDeleteTablesWithOptions(request *BatchDeleteTablesRequest, headers map[string]*string, ...) (_result *BatchDeleteTablesResponse, _err error)
- func (client *Client) BatchGetPartitionColumnStatistics(request *BatchGetPartitionColumnStatisticsRequest) (_result *BatchGetPartitionColumnStatisticsResponse, _err error)
- func (client *Client) BatchGetPartitionColumnStatisticsWithOptions(request *BatchGetPartitionColumnStatisticsRequest, headers map[string]*string, ...) (_result *BatchGetPartitionColumnStatisticsResponse, _err error)
- func (client *Client) BatchGetPartitions(request *BatchGetPartitionsRequest) (_result *BatchGetPartitionsResponse, _err error)
- func (client *Client) BatchGetPartitionsWithOptions(request *BatchGetPartitionsRequest, headers map[string]*string, ...) (_result *BatchGetPartitionsResponse, _err error)
- func (client *Client) BatchGetTables(request *BatchGetTablesRequest) (_result *BatchGetTablesResponse, _err error)
- func (client *Client) BatchGetTablesWithOptions(request *BatchGetTablesRequest, headers map[string]*string, ...) (_result *BatchGetTablesResponse, _err error)
- func (client *Client) BatchGrantPermissions(request *BatchGrantPermissionsRequest) (_result *BatchGrantPermissionsResponse, _err error)
- func (client *Client) BatchGrantPermissionsWithOptions(request *BatchGrantPermissionsRequest, headers map[string]*string, ...) (_result *BatchGrantPermissionsResponse, _err error)
- func (client *Client) BatchRevokePermissions(request *BatchRevokePermissionsRequest) (_result *BatchRevokePermissionsResponse, _err error)
- func (client *Client) BatchRevokePermissionsWithOptions(request *BatchRevokePermissionsRequest, headers map[string]*string, ...) (_result *BatchRevokePermissionsResponse, _err error)
- func (client *Client) BatchUpdatePartitions(request *BatchUpdatePartitionsRequest) (_result *BatchUpdatePartitionsResponse, _err error)
- func (client *Client) BatchUpdatePartitionsWithOptions(request *BatchUpdatePartitionsRequest, headers map[string]*string, ...) (_result *BatchUpdatePartitionsResponse, _err error)
- func (client *Client) BatchUpdateTables(request *BatchUpdateTablesRequest) (_result *BatchUpdateTablesResponse, _err error)
- func (client *Client) BatchUpdateTablesWithOptions(request *BatchUpdateTablesRequest, headers map[string]*string, ...) (_result *BatchUpdateTablesResponse, _err error)
- func (client *Client) CancelQuery(request *CancelQueryRequest) (_result *CancelQueryResponse, _err error)
- func (client *Client) CancelQueryWithOptions(request *CancelQueryRequest, headers map[string]*string, ...) (_result *CancelQueryResponse, _err error)
- func (client *Client) CheckPermissions(request *CheckPermissionsRequest) (_result *CheckPermissionsResponse, _err error)
- func (client *Client) CheckPermissionsWithOptions(request *CheckPermissionsRequest, headers map[string]*string, ...) (_result *CheckPermissionsResponse, _err error)
- func (client *Client) CreateCatalog(request *CreateCatalogRequest) (_result *CreateCatalogResponse, _err error)
- func (client *Client) CreateCatalogWithOptions(request *CreateCatalogRequest, headers map[string]*string, ...) (_result *CreateCatalogResponse, _err error)
- func (client *Client) CreateDatabase(request *CreateDatabaseRequest) (_result *CreateDatabaseResponse, _err error)
- func (client *Client) CreateDatabaseWithOptions(request *CreateDatabaseRequest, headers map[string]*string, ...) (_result *CreateDatabaseResponse, _err error)
- func (client *Client) CreateFunction(request *CreateFunctionRequest) (_result *CreateFunctionResponse, _err error)
- func (client *Client) CreateFunctionWithOptions(request *CreateFunctionRequest, headers map[string]*string, ...) (_result *CreateFunctionResponse, _err error)
- func (client *Client) CreateLock(request *CreateLockRequest) (_result *CreateLockResponse, _err error)
- func (client *Client) CreateLockWithOptions(request *CreateLockRequest, headers map[string]*string, ...) (_result *CreateLockResponse, _err error)
- func (client *Client) CreatePartition(request *CreatePartitionRequest) (_result *CreatePartitionResponse, _err error)
- func (client *Client) CreatePartitionWithOptions(request *CreatePartitionRequest, headers map[string]*string, ...) (_result *CreatePartitionResponse, _err error)
- func (client *Client) CreateRole(request *CreateRoleRequest) (_result *CreateRoleResponse, _err error)
- func (client *Client) CreateRoleWithOptions(request *CreateRoleRequest, headers map[string]*string, ...) (_result *CreateRoleResponse, _err error)
- func (client *Client) CreateTable(request *CreateTableRequest) (_result *CreateTableResponse, _err error)
- func (client *Client) CreateTableWithOptions(request *CreateTableRequest, headers map[string]*string, ...) (_result *CreateTableResponse, _err error)
- func (client *Client) DeleteCatalog(request *DeleteCatalogRequest) (_result *DeleteCatalogResponse, _err error)
- func (client *Client) DeleteCatalogWithOptions(request *DeleteCatalogRequest, headers map[string]*string, ...) (_result *DeleteCatalogResponse, _err error)
- func (client *Client) DeleteDatabase(request *DeleteDatabaseRequest) (_result *DeleteDatabaseResponse, _err error)
- func (client *Client) DeleteDatabaseWithOptions(request *DeleteDatabaseRequest, headers map[string]*string, ...) (_result *DeleteDatabaseResponse, _err error)
- func (client *Client) DeleteFunction(request *DeleteFunctionRequest) (_result *DeleteFunctionResponse, _err error)
- func (client *Client) DeleteFunctionWithOptions(request *DeleteFunctionRequest, headers map[string]*string, ...) (_result *DeleteFunctionResponse, _err error)
- func (client *Client) DeletePartition(request *DeletePartitionRequest) (_result *DeletePartitionResponse, _err error)
- func (client *Client) DeletePartitionColumnStatistics(request *DeletePartitionColumnStatisticsRequest) (_result *DeletePartitionColumnStatisticsResponse, _err error)
- func (client *Client) DeletePartitionColumnStatisticsWithOptions(tmpReq *DeletePartitionColumnStatisticsRequest, headers map[string]*string, ...) (_result *DeletePartitionColumnStatisticsResponse, _err error)
- func (client *Client) DeletePartitionWithOptions(request *DeletePartitionRequest, headers map[string]*string, ...) (_result *DeletePartitionResponse, _err error)
- func (client *Client) DeleteRole(request *DeleteRoleRequest) (_result *DeleteRoleResponse, _err error)
- func (client *Client) DeleteRoleWithOptions(request *DeleteRoleRequest, headers map[string]*string, ...) (_result *DeleteRoleResponse, _err error)
- func (client *Client) DeleteTable(request *DeleteTableRequest) (_result *DeleteTableResponse, _err error)
- func (client *Client) DeleteTableColumnStatistics(request *DeleteTableColumnStatisticsRequest) (_result *DeleteTableColumnStatisticsResponse, _err error)
- func (client *Client) DeleteTableColumnStatisticsWithOptions(tmpReq *DeleteTableColumnStatisticsRequest, headers map[string]*string, ...) (_result *DeleteTableColumnStatisticsResponse, _err error)
- func (client *Client) DeleteTableVersion(request *DeleteTableVersionRequest) (_result *DeleteTableVersionResponse, _err error)
- func (client *Client) DeleteTableVersionWithOptions(request *DeleteTableVersionRequest, headers map[string]*string, ...) (_result *DeleteTableVersionResponse, _err error)
- func (client *Client) DeleteTableWithOptions(request *DeleteTableRequest, headers map[string]*string, ...) (_result *DeleteTableResponse, _err error)
- func (client *Client) DeregisterLocation(request *DeregisterLocationRequest) (_result *DeregisterLocationResponse, _err error)
- func (client *Client) DeregisterLocationWithOptions(request *DeregisterLocationRequest, headers map[string]*string, ...) (_result *DeregisterLocationResponse, _err error)
- func (client *Client) DescribeRegions() (_result *DescribeRegionsResponse, _err error)
- func (client *Client) DescribeRegionsWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeRegionsResponse, _err error)
- func (client *Client) GetAsyncTaskStatus(request *GetAsyncTaskStatusRequest) (_result *GetAsyncTaskStatusResponse, _err error)
- func (client *Client) GetAsyncTaskStatusWithOptions(request *GetAsyncTaskStatusRequest, headers map[string]*string, ...) (_result *GetAsyncTaskStatusResponse, _err error)
- func (client *Client) GetCatalog(request *GetCatalogRequest) (_result *GetCatalogResponse, _err error)
- func (client *Client) GetCatalogSettings(request *GetCatalogSettingsRequest) (_result *GetCatalogSettingsResponse, _err error)
- func (client *Client) GetCatalogSettingsWithOptions(request *GetCatalogSettingsRequest, headers map[string]*string, ...) (_result *GetCatalogSettingsResponse, _err error)
- func (client *Client) GetCatalogWithOptions(request *GetCatalogRequest, headers map[string]*string, ...) (_result *GetCatalogResponse, _err error)
- func (client *Client) GetDatabase(request *GetDatabaseRequest) (_result *GetDatabaseResponse, _err error)
- func (client *Client) GetDatabaseProfile(request *GetDatabaseProfileRequest) (_result *GetDatabaseProfileResponse, _err error)
- func (client *Client) GetDatabaseProfileWithOptions(request *GetDatabaseProfileRequest, headers map[string]*string, ...) (_result *GetDatabaseProfileResponse, _err error)
- func (client *Client) GetDatabaseWithOptions(request *GetDatabaseRequest, headers map[string]*string, ...) (_result *GetDatabaseResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) GetFunction(request *GetFunctionRequest) (_result *GetFunctionResponse, _err error)
- func (client *Client) GetFunctionWithOptions(request *GetFunctionRequest, headers map[string]*string, ...) (_result *GetFunctionResponse, _err error)
- func (client *Client) GetLifecycleRule(request *GetLifecycleRuleRequest) (_result *GetLifecycleRuleResponse, _err error)
- func (client *Client) GetLifecycleRuleWithOptions(request *GetLifecycleRuleRequest, headers map[string]*string, ...) (_result *GetLifecycleRuleResponse, _err error)
- func (client *Client) GetLock(request *GetLockRequest) (_result *GetLockResponse, _err error)
- func (client *Client) GetLockWithOptions(request *GetLockRequest, headers map[string]*string, ...) (_result *GetLockResponse, _err error)
- func (client *Client) GetPartition(request *GetPartitionRequest) (_result *GetPartitionResponse, _err error)
- func (client *Client) GetPartitionColumnStatistics(request *GetPartitionColumnStatisticsRequest) (_result *GetPartitionColumnStatisticsResponse, _err error)
- func (client *Client) GetPartitionColumnStatisticsWithOptions(tmpReq *GetPartitionColumnStatisticsRequest, headers map[string]*string, ...) (_result *GetPartitionColumnStatisticsResponse, _err error)
- func (client *Client) GetPartitionWithOptions(request *GetPartitionRequest, headers map[string]*string, ...) (_result *GetPartitionResponse, _err error)
- func (client *Client) GetQueryResult(request *GetQueryResultRequest) (_result *GetQueryResultResponse, _err error)
- func (client *Client) GetQueryResultWithOptions(request *GetQueryResultRequest, headers map[string]*string, ...) (_result *GetQueryResultResponse, _err error)
- func (client *Client) GetRegionStatus(request *GetRegionStatusRequest) (_result *GetRegionStatusResponse, _err error)
- func (client *Client) GetRegionStatusWithOptions(request *GetRegionStatusRequest, headers map[string]*string, ...) (_result *GetRegionStatusResponse, _err error)
- func (client *Client) GetRole(request *GetRoleRequest) (_result *GetRoleResponse, _err error)
- func (client *Client) GetRoleWithOptions(request *GetRoleRequest, headers map[string]*string, ...) (_result *GetRoleResponse, _err error)
- func (client *Client) GetServiceStatus(request *GetServiceStatusRequest) (_result *GetServiceStatusResponse, _err error)
- func (client *Client) GetServiceStatusWithOptions(request *GetServiceStatusRequest, headers map[string]*string, ...) (_result *GetServiceStatusResponse, _err error)
- func (client *Client) GetTable(request *GetTableRequest) (_result *GetTableResponse, _err error)
- func (client *Client) GetTableColumnStatistics(request *GetTableColumnStatisticsRequest) (_result *GetTableColumnStatisticsResponse, _err error)
- func (client *Client) GetTableColumnStatisticsWithOptions(tmpReq *GetTableColumnStatisticsRequest, headers map[string]*string, ...) (_result *GetTableColumnStatisticsResponse, _err error)
- func (client *Client) GetTableProfile(request *GetTableProfileRequest) (_result *GetTableProfileResponse, _err error)
- func (client *Client) GetTableProfileWithOptions(request *GetTableProfileRequest, headers map[string]*string, ...) (_result *GetTableProfileResponse, _err error)
- func (client *Client) GetTableVersion(request *GetTableVersionRequest) (_result *GetTableVersionResponse, _err error)
- func (client *Client) GetTableVersionWithOptions(request *GetTableVersionRequest, headers map[string]*string, ...) (_result *GetTableVersionResponse, _err error)
- func (client *Client) GetTableWithOptions(request *GetTableRequest, headers map[string]*string, ...) (_result *GetTableResponse, _err error)
- func (client *Client) GrantPermissions(request *GrantPermissionsRequest) (_result *GrantPermissionsResponse, _err error)
- func (client *Client) GrantPermissionsWithOptions(request *GrantPermissionsRequest, headers map[string]*string, ...) (_result *GrantPermissionsResponse, _err error)
- func (client *Client) GrantRoleToUsers(request *GrantRoleToUsersRequest) (_result *GrantRoleToUsersResponse, _err error)
- func (client *Client) GrantRoleToUsersWithOptions(request *GrantRoleToUsersRequest, headers map[string]*string, ...) (_result *GrantRoleToUsersResponse, _err error)
- func (client *Client) GrantRolesToUser(request *GrantRolesToUserRequest) (_result *GrantRolesToUserResponse, _err error)
- func (client *Client) GrantRolesToUserWithOptions(request *GrantRolesToUserRequest, headers map[string]*string, ...) (_result *GrantRolesToUserResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListCatalogs(request *ListCatalogsRequest) (_result *ListCatalogsResponse, _err error)
- func (client *Client) ListCatalogsWithOptions(request *ListCatalogsRequest, headers map[string]*string, ...) (_result *ListCatalogsResponse, _err error)
- func (client *Client) ListDatabases(request *ListDatabasesRequest) (_result *ListDatabasesResponse, _err error)
- func (client *Client) ListDatabasesWithOptions(request *ListDatabasesRequest, headers map[string]*string, ...) (_result *ListDatabasesResponse, _err error)
- func (client *Client) ListFunctionNames(request *ListFunctionNamesRequest) (_result *ListFunctionNamesResponse, _err error)
- func (client *Client) ListFunctionNamesWithOptions(request *ListFunctionNamesRequest, headers map[string]*string, ...) (_result *ListFunctionNamesResponse, _err error)
- func (client *Client) ListFunctions(request *ListFunctionsRequest) (_result *ListFunctionsResponse, _err error)
- func (client *Client) ListFunctionsWithOptions(request *ListFunctionsRequest, headers map[string]*string, ...) (_result *ListFunctionsResponse, _err error)
- func (client *Client) ListPartitionNames(request *ListPartitionNamesRequest) (_result *ListPartitionNamesResponse, _err error)
- func (client *Client) ListPartitionNamesWithOptions(request *ListPartitionNamesRequest, headers map[string]*string, ...) (_result *ListPartitionNamesResponse, _err error)
- func (client *Client) ListPartitions(request *ListPartitionsRequest) (_result *ListPartitionsResponse, _err error)
- func (client *Client) ListPartitionsByExpr() (_result *ListPartitionsByExprResponse, _err error)
- func (client *Client) ListPartitionsByExprWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPartitionsByExprResponse, _err error)
- func (client *Client) ListPartitionsByFilter(request *ListPartitionsByFilterRequest) (_result *ListPartitionsByFilterResponse, _err error)
- func (client *Client) ListPartitionsByFilterWithOptions(request *ListPartitionsByFilterRequest, headers map[string]*string, ...) (_result *ListPartitionsByFilterResponse, _err error)
- func (client *Client) ListPartitionsProfile(request *ListPartitionsProfileRequest) (_result *ListPartitionsProfileResponse, _err error)
- func (client *Client) ListPartitionsProfileWithOptions(tmpReq *ListPartitionsProfileRequest, headers map[string]*string, ...) (_result *ListPartitionsProfileResponse, _err error)
- func (client *Client) ListPartitionsWithOptions(request *ListPartitionsRequest, headers map[string]*string, ...) (_result *ListPartitionsResponse, _err error)
- func (client *Client) ListPermissions(request *ListPermissionsRequest) (_result *ListPermissionsResponse, _err error)
- func (client *Client) ListPermissionsWithOptions(request *ListPermissionsRequest, headers map[string]*string, ...) (_result *ListPermissionsResponse, _err error)
- func (client *Client) ListRoleUsers(request *ListRoleUsersRequest) (_result *ListRoleUsersResponse, _err error)
- func (client *Client) ListRoleUsersWithOptions(request *ListRoleUsersRequest, headers map[string]*string, ...) (_result *ListRoleUsersResponse, _err error)
- func (client *Client) ListRoles(request *ListRolesRequest) (_result *ListRolesResponse, _err error)
- func (client *Client) ListRolesWithOptions(request *ListRolesRequest, headers map[string]*string, ...) (_result *ListRolesResponse, _err error)
- func (client *Client) ListTableNames(request *ListTableNamesRequest) (_result *ListTableNamesResponse, _err error)
- func (client *Client) ListTableNamesWithOptions(request *ListTableNamesRequest, headers map[string]*string, ...) (_result *ListTableNamesResponse, _err error)
- func (client *Client) ListTableVersions(request *ListTableVersionsRequest) (_result *ListTableVersionsResponse, _err error)
- func (client *Client) ListTableVersionsWithOptions(request *ListTableVersionsRequest, headers map[string]*string, ...) (_result *ListTableVersionsResponse, _err error)
- func (client *Client) ListTables(request *ListTablesRequest) (_result *ListTablesResponse, _err error)
- func (client *Client) ListTablesWithOptions(request *ListTablesRequest, headers map[string]*string, ...) (_result *ListTablesResponse, _err error)
- func (client *Client) ListUserRoles(request *ListUserRolesRequest) (_result *ListUserRolesResponse, _err error)
- func (client *Client) ListUserRolesWithOptions(request *ListUserRolesRequest, headers map[string]*string, ...) (_result *ListUserRolesResponse, _err error)
- func (client *Client) RefreshLock(request *RefreshLockRequest) (_result *RefreshLockResponse, _err error)
- func (client *Client) RefreshLockWithOptions(request *RefreshLockRequest, headers map[string]*string, ...) (_result *RefreshLockResponse, _err error)
- func (client *Client) RegisterLocation(request *RegisterLocationRequest) (_result *RegisterLocationResponse, _err error)
- func (client *Client) RegisterLocationWithOptions(request *RegisterLocationRequest, headers map[string]*string, ...) (_result *RegisterLocationResponse, _err error)
- func (client *Client) RenamePartition(request *RenamePartitionRequest) (_result *RenamePartitionResponse, _err error)
- func (client *Client) RenamePartitionWithOptions(request *RenamePartitionRequest, headers map[string]*string, ...) (_result *RenamePartitionResponse, _err error)
- func (client *Client) RenameTable(request *RenameTableRequest) (_result *RenameTableResponse, _err error)
- func (client *Client) RenameTableWithOptions(request *RenameTableRequest, headers map[string]*string, ...) (_result *RenameTableResponse, _err error)
- func (client *Client) RevokePermissions(request *RevokePermissionsRequest) (_result *RevokePermissionsResponse, _err error)
- func (client *Client) RevokePermissionsWithOptions(request *RevokePermissionsRequest, headers map[string]*string, ...) (_result *RevokePermissionsResponse, _err error)
- func (client *Client) RevokeRoleFromUsers(request *RevokeRoleFromUsersRequest) (_result *RevokeRoleFromUsersResponse, _err error)
- func (client *Client) RevokeRoleFromUsersWithOptions(request *RevokeRoleFromUsersRequest, headers map[string]*string, ...) (_result *RevokeRoleFromUsersResponse, _err error)
- func (client *Client) RevokeRolesFromUser(request *RevokeRolesFromUserRequest) (_result *RevokeRolesFromUserResponse, _err error)
- func (client *Client) RevokeRolesFromUserWithOptions(request *RevokeRolesFromUserRequest, headers map[string]*string, ...) (_result *RevokeRolesFromUserResponse, _err error)
- func (client *Client) RunMigrationWorkflow(request *RunMigrationWorkflowRequest) (_result *RunMigrationWorkflowResponse, _err error)
- func (client *Client) RunMigrationWorkflowWithOptions(request *RunMigrationWorkflowRequest, headers map[string]*string, ...) (_result *RunMigrationWorkflowResponse, _err error)
- func (client *Client) Search(request *SearchRequest) (_result *SearchResponse, _err error)
- func (client *Client) SearchAcrossCatalog(request *SearchAcrossCatalogRequest) (_result *SearchAcrossCatalogResponse, _err error)
- func (client *Client) SearchAcrossCatalogWithOptions(request *SearchAcrossCatalogRequest, headers map[string]*string, ...) (_result *SearchAcrossCatalogResponse, _err error)
- func (client *Client) SearchWithOptions(request *SearchRequest, headers map[string]*string, ...) (_result *SearchResponse, _err error)
- func (client *Client) StopMigrationWorkflow(request *StopMigrationWorkflowRequest) (_result *StopMigrationWorkflowResponse, _err error)
- func (client *Client) StopMigrationWorkflowWithOptions(request *StopMigrationWorkflowRequest, headers map[string]*string, ...) (_result *StopMigrationWorkflowResponse, _err error)
- func (client *Client) SubmitQuery(request *SubmitQueryRequest) (_result *SubmitQueryResponse, _err error)
- func (client *Client) SubmitQueryWithOptions(request *SubmitQueryRequest, headers map[string]*string, ...) (_result *SubmitQueryResponse, _err error)
- func (client *Client) UnLock(request *UnLockRequest) (_result *UnLockResponse, _err error)
- func (client *Client) UnLockWithOptions(request *UnLockRequest, headers map[string]*string, ...) (_result *UnLockResponse, _err error)
- func (client *Client) UpdateCatalog(request *UpdateCatalogRequest) (_result *UpdateCatalogResponse, _err error)
- func (client *Client) UpdateCatalogSettings(request *UpdateCatalogSettingsRequest) (_result *UpdateCatalogSettingsResponse, _err error)
- func (client *Client) UpdateCatalogSettingsWithOptions(request *UpdateCatalogSettingsRequest, headers map[string]*string, ...) (_result *UpdateCatalogSettingsResponse, _err error)
- func (client *Client) UpdateCatalogWithOptions(request *UpdateCatalogRequest, headers map[string]*string, ...) (_result *UpdateCatalogResponse, _err error)
- func (client *Client) UpdateDatabase(request *UpdateDatabaseRequest) (_result *UpdateDatabaseResponse, _err error)
- func (client *Client) UpdateDatabaseWithOptions(request *UpdateDatabaseRequest, headers map[string]*string, ...) (_result *UpdateDatabaseResponse, _err error)
- func (client *Client) UpdateFunction(request *UpdateFunctionRequest) (_result *UpdateFunctionResponse, _err error)
- func (client *Client) UpdateFunctionWithOptions(request *UpdateFunctionRequest, headers map[string]*string, ...) (_result *UpdateFunctionResponse, _err error)
- func (client *Client) UpdatePartitionColumnStatistics(request *UpdatePartitionColumnStatisticsRequest) (_result *UpdatePartitionColumnStatisticsResponse, _err error)
- func (client *Client) UpdatePartitionColumnStatisticsWithOptions(request *UpdatePartitionColumnStatisticsRequest, headers map[string]*string, ...) (_result *UpdatePartitionColumnStatisticsResponse, _err error)
- func (client *Client) UpdatePermissions(request *UpdatePermissionsRequest) (_result *UpdatePermissionsResponse, _err error)
- func (client *Client) UpdatePermissionsWithOptions(request *UpdatePermissionsRequest, headers map[string]*string, ...) (_result *UpdatePermissionsResponse, _err error)
- func (client *Client) UpdateRegisteredLocation(request *UpdateRegisteredLocationRequest) (_result *UpdateRegisteredLocationResponse, _err error)
- func (client *Client) UpdateRegisteredLocationWithOptions(request *UpdateRegisteredLocationRequest, headers map[string]*string, ...) (_result *UpdateRegisteredLocationResponse, _err error)
- func (client *Client) UpdateRole(request *UpdateRoleRequest) (_result *UpdateRoleResponse, _err error)
- func (client *Client) UpdateRoleUsers(request *UpdateRoleUsersRequest) (_result *UpdateRoleUsersResponse, _err error)
- func (client *Client) UpdateRoleUsersWithOptions(request *UpdateRoleUsersRequest, headers map[string]*string, ...) (_result *UpdateRoleUsersResponse, _err error)
- func (client *Client) UpdateRoleWithOptions(request *UpdateRoleRequest, headers map[string]*string, ...) (_result *UpdateRoleResponse, _err error)
- func (client *Client) UpdateTable(request *UpdateTableRequest) (_result *UpdateTableResponse, _err error)
- func (client *Client) UpdateTableColumnStatistics(request *UpdateTableColumnStatisticsRequest) (_result *UpdateTableColumnStatisticsResponse, _err error)
- func (client *Client) UpdateTableColumnStatisticsWithOptions(request *UpdateTableColumnStatisticsRequest, headers map[string]*string, ...) (_result *UpdateTableColumnStatisticsResponse, _err error)
- func (client *Client) UpdateTableWithOptions(request *UpdateTableRequest, headers map[string]*string, ...) (_result *UpdateTableResponse, _err error)
- type ColumnResource
- type ColumnStatistics
- func (s ColumnStatistics) GoString() string
- func (s *ColumnStatistics) SetColumnStatisticsDesc(v *ColumnStatisticsDesc) *ColumnStatistics
- func (s *ColumnStatistics) SetColumnStatisticsObjList(v []*ColumnStatisticsObj) *ColumnStatistics
- func (s *ColumnStatistics) SetEngine(v string) *ColumnStatistics
- func (s *ColumnStatistics) SetIsStatsCompliant(v bool) *ColumnStatistics
- func (s ColumnStatistics) String() string
- type ColumnStatisticsDesc
- type ColumnStatisticsObj
- func (s ColumnStatisticsObj) GoString() string
- func (s *ColumnStatisticsObj) SetColumnName(v string) *ColumnStatisticsObj
- func (s *ColumnStatisticsObj) SetColumnStatisticsData(v *ColumnStatisticsObjColumnStatisticsData) *ColumnStatisticsObj
- func (s *ColumnStatisticsObj) SetColumnType(v string) *ColumnStatisticsObj
- func (s ColumnStatisticsObj) String() string
- type ColumnStatisticsObjColumnStatisticsData
- func (s ColumnStatisticsObjColumnStatisticsData) GoString() string
- func (s *ColumnStatisticsObjColumnStatisticsData) SetStatisticsData(v string) *ColumnStatisticsObjColumnStatisticsData
- func (s *ColumnStatisticsObjColumnStatisticsData) SetStatisticsType(v string) *ColumnStatisticsObjColumnStatisticsData
- func (s ColumnStatisticsObjColumnStatisticsData) String() string
- type CreateCatalogRequest
- type CreateCatalogResponse
- func (s CreateCatalogResponse) GoString() string
- func (s *CreateCatalogResponse) SetBody(v *CreateCatalogResponseBody) *CreateCatalogResponse
- func (s *CreateCatalogResponse) SetHeaders(v map[string]*string) *CreateCatalogResponse
- func (s *CreateCatalogResponse) SetStatusCode(v int32) *CreateCatalogResponse
- func (s CreateCatalogResponse) String() string
- type CreateCatalogResponseBody
- func (s CreateCatalogResponseBody) GoString() string
- func (s *CreateCatalogResponseBody) SetCode(v string) *CreateCatalogResponseBody
- func (s *CreateCatalogResponseBody) SetMessage(v string) *CreateCatalogResponseBody
- func (s *CreateCatalogResponseBody) SetRequestId(v string) *CreateCatalogResponseBody
- func (s *CreateCatalogResponseBody) SetSuccess(v bool) *CreateCatalogResponseBody
- func (s CreateCatalogResponseBody) String() string
- type CreateDatabaseRequest
- type CreateDatabaseResponse
- func (s CreateDatabaseResponse) GoString() string
- func (s *CreateDatabaseResponse) SetBody(v *CreateDatabaseResponseBody) *CreateDatabaseResponse
- func (s *CreateDatabaseResponse) SetHeaders(v map[string]*string) *CreateDatabaseResponse
- func (s *CreateDatabaseResponse) SetStatusCode(v int32) *CreateDatabaseResponse
- func (s CreateDatabaseResponse) String() string
- type CreateDatabaseResponseBody
- func (s CreateDatabaseResponseBody) GoString() string
- func (s *CreateDatabaseResponseBody) SetCode(v string) *CreateDatabaseResponseBody
- func (s *CreateDatabaseResponseBody) SetMessage(v string) *CreateDatabaseResponseBody
- func (s *CreateDatabaseResponseBody) SetRequestId(v string) *CreateDatabaseResponseBody
- func (s *CreateDatabaseResponseBody) SetSuccess(v bool) *CreateDatabaseResponseBody
- func (s CreateDatabaseResponseBody) String() string
- type CreateFunctionRequest
- func (s CreateFunctionRequest) GoString() string
- func (s *CreateFunctionRequest) SetCatalogId(v string) *CreateFunctionRequest
- func (s *CreateFunctionRequest) SetDatabaseName(v string) *CreateFunctionRequest
- func (s *CreateFunctionRequest) SetFunctionInput(v *FunctionInput) *CreateFunctionRequest
- func (s CreateFunctionRequest) String() string
- type CreateFunctionResponse
- func (s CreateFunctionResponse) GoString() string
- func (s *CreateFunctionResponse) SetBody(v *CreateFunctionResponseBody) *CreateFunctionResponse
- func (s *CreateFunctionResponse) SetHeaders(v map[string]*string) *CreateFunctionResponse
- func (s *CreateFunctionResponse) SetStatusCode(v int32) *CreateFunctionResponse
- func (s CreateFunctionResponse) String() string
- type CreateFunctionResponseBody
- func (s CreateFunctionResponseBody) GoString() string
- func (s *CreateFunctionResponseBody) SetCode(v string) *CreateFunctionResponseBody
- func (s *CreateFunctionResponseBody) SetMessage(v string) *CreateFunctionResponseBody
- func (s *CreateFunctionResponseBody) SetRequestId(v string) *CreateFunctionResponseBody
- func (s *CreateFunctionResponseBody) SetSuccess(v bool) *CreateFunctionResponseBody
- func (s CreateFunctionResponseBody) String() string
- type CreateLockRequest
- type CreateLockResponse
- func (s CreateLockResponse) GoString() string
- func (s *CreateLockResponse) SetBody(v *CreateLockResponseBody) *CreateLockResponse
- func (s *CreateLockResponse) SetHeaders(v map[string]*string) *CreateLockResponse
- func (s *CreateLockResponse) SetStatusCode(v int32) *CreateLockResponse
- func (s CreateLockResponse) String() string
- type CreateLockResponseBody
- func (s CreateLockResponseBody) GoString() string
- func (s *CreateLockResponseBody) SetCode(v string) *CreateLockResponseBody
- func (s *CreateLockResponseBody) SetLockStatus(v *LockStatus) *CreateLockResponseBody
- func (s *CreateLockResponseBody) SetMessage(v string) *CreateLockResponseBody
- func (s *CreateLockResponseBody) SetRequestId(v string) *CreateLockResponseBody
- func (s *CreateLockResponseBody) SetSuccess(v bool) *CreateLockResponseBody
- func (s CreateLockResponseBody) String() string
- type CreatePartitionRequest
- func (s CreatePartitionRequest) GoString() string
- func (s *CreatePartitionRequest) SetCatalogId(v string) *CreatePartitionRequest
- func (s *CreatePartitionRequest) SetDatabaseName(v string) *CreatePartitionRequest
- func (s *CreatePartitionRequest) SetIfNotExists(v bool) *CreatePartitionRequest
- func (s *CreatePartitionRequest) SetNeedResult(v bool) *CreatePartitionRequest
- func (s *CreatePartitionRequest) SetPartitionInput(v *PartitionInput) *CreatePartitionRequest
- func (s *CreatePartitionRequest) SetTableName(v string) *CreatePartitionRequest
- func (s CreatePartitionRequest) String() string
- type CreatePartitionResponse
- func (s CreatePartitionResponse) GoString() string
- func (s *CreatePartitionResponse) SetBody(v *CreatePartitionResponseBody) *CreatePartitionResponse
- func (s *CreatePartitionResponse) SetHeaders(v map[string]*string) *CreatePartitionResponse
- func (s *CreatePartitionResponse) SetStatusCode(v int32) *CreatePartitionResponse
- func (s CreatePartitionResponse) String() string
- type CreatePartitionResponseBody
- func (s CreatePartitionResponseBody) GoString() string
- func (s *CreatePartitionResponseBody) SetCode(v string) *CreatePartitionResponseBody
- func (s *CreatePartitionResponseBody) SetMessage(v string) *CreatePartitionResponseBody
- func (s *CreatePartitionResponseBody) SetPartition(v *Partition) *CreatePartitionResponseBody
- func (s *CreatePartitionResponseBody) SetRequestId(v string) *CreatePartitionResponseBody
- func (s *CreatePartitionResponseBody) SetSuccess(v bool) *CreatePartitionResponseBody
- func (s CreatePartitionResponseBody) String() string
- type CreateRoleRequest
- type CreateRoleResponse
- func (s CreateRoleResponse) GoString() string
- func (s *CreateRoleResponse) SetBody(v *CreateRoleResponseBody) *CreateRoleResponse
- func (s *CreateRoleResponse) SetHeaders(v map[string]*string) *CreateRoleResponse
- func (s *CreateRoleResponse) SetStatusCode(v int32) *CreateRoleResponse
- func (s CreateRoleResponse) String() string
- type CreateRoleResponseBody
- func (s CreateRoleResponseBody) GoString() string
- func (s *CreateRoleResponseBody) SetCode(v string) *CreateRoleResponseBody
- func (s *CreateRoleResponseBody) SetMessage(v string) *CreateRoleResponseBody
- func (s *CreateRoleResponseBody) SetRequestId(v string) *CreateRoleResponseBody
- func (s *CreateRoleResponseBody) SetSuccess(v bool) *CreateRoleResponseBody
- func (s CreateRoleResponseBody) String() string
- type CreateTableRequest
- func (s CreateTableRequest) GoString() string
- func (s *CreateTableRequest) SetCatalogId(v string) *CreateTableRequest
- func (s *CreateTableRequest) SetDatabaseName(v string) *CreateTableRequest
- func (s *CreateTableRequest) SetTableInput(v *TableInput) *CreateTableRequest
- func (s CreateTableRequest) String() string
- type CreateTableResponse
- func (s CreateTableResponse) GoString() string
- func (s *CreateTableResponse) SetBody(v *CreateTableResponseBody) *CreateTableResponse
- func (s *CreateTableResponse) SetHeaders(v map[string]*string) *CreateTableResponse
- func (s *CreateTableResponse) SetStatusCode(v int32) *CreateTableResponse
- func (s CreateTableResponse) String() string
- type CreateTableResponseBody
- func (s CreateTableResponseBody) GoString() string
- func (s *CreateTableResponseBody) SetCode(v string) *CreateTableResponseBody
- func (s *CreateTableResponseBody) SetMessage(v string) *CreateTableResponseBody
- func (s *CreateTableResponseBody) SetRequestId(v string) *CreateTableResponseBody
- func (s *CreateTableResponseBody) SetSuccess(v bool) *CreateTableResponseBody
- func (s CreateTableResponseBody) String() string
- type Database
- func (s Database) GoString() string
- func (s *Database) SetCreateTime(v int32) *Database
- func (s *Database) SetCreatedBy(v string) *Database
- func (s *Database) SetDescription(v string) *Database
- func (s *Database) SetLocationUri(v string) *Database
- func (s *Database) SetName(v string) *Database
- func (s *Database) SetOwnerName(v string) *Database
- func (s *Database) SetOwnerType(v string) *Database
- func (s *Database) SetParameters(v map[string]*string) *Database
- func (s *Database) SetPrivileges(v *PrincipalPrivilegeSet) *Database
- func (s *Database) SetUpdateTime(v int32) *Database
- func (s Database) String() string
- type DatabaseInput
- func (s DatabaseInput) GoString() string
- func (s *DatabaseInput) SetCreateTime(v int32) *DatabaseInput
- func (s *DatabaseInput) SetDescription(v string) *DatabaseInput
- func (s *DatabaseInput) SetLocationUri(v string) *DatabaseInput
- func (s *DatabaseInput) SetName(v string) *DatabaseInput
- func (s *DatabaseInput) SetOwnerName(v string) *DatabaseInput
- func (s *DatabaseInput) SetOwnerType(v string) *DatabaseInput
- func (s *DatabaseInput) SetParameters(v map[string]*string) *DatabaseInput
- func (s *DatabaseInput) SetPrivileges(v *PrincipalPrivilegeSet) *DatabaseInput
- func (s DatabaseInput) String() string
- type DatabaseProfile
- func (s DatabaseProfile) GoString() string
- func (s *DatabaseProfile) SetCreateTime(v string) *DatabaseProfile
- func (s *DatabaseProfile) SetFileCnt(v int64) *DatabaseProfile
- func (s *DatabaseProfile) SetFileSize(v int64) *DatabaseProfile
- func (s *DatabaseProfile) SetLatestDate(v string) *DatabaseProfile
- func (s *DatabaseProfile) SetLocation(v string) *DatabaseProfile
- func (s *DatabaseProfile) SetName(v string) *DatabaseProfile
- func (s *DatabaseProfile) SetObjectCnt(v int64) *DatabaseProfile
- func (s *DatabaseProfile) SetObjectSize(v int64) *DatabaseProfile
- func (s DatabaseProfile) String() string
- type DatabaseResource
- type DbStorageRank
- type DeleteCatalogRequest
- type DeleteCatalogResponse
- func (s DeleteCatalogResponse) GoString() string
- func (s *DeleteCatalogResponse) SetBody(v *DeleteCatalogResponseBody) *DeleteCatalogResponse
- func (s *DeleteCatalogResponse) SetHeaders(v map[string]*string) *DeleteCatalogResponse
- func (s *DeleteCatalogResponse) SetStatusCode(v int32) *DeleteCatalogResponse
- func (s DeleteCatalogResponse) String() string
- type DeleteCatalogResponseBody
- func (s DeleteCatalogResponseBody) GoString() string
- func (s *DeleteCatalogResponseBody) SetCode(v string) *DeleteCatalogResponseBody
- func (s *DeleteCatalogResponseBody) SetMessage(v string) *DeleteCatalogResponseBody
- func (s *DeleteCatalogResponseBody) SetRequestId(v string) *DeleteCatalogResponseBody
- func (s *DeleteCatalogResponseBody) SetSuccess(v bool) *DeleteCatalogResponseBody
- func (s *DeleteCatalogResponseBody) SetTaskId(v string) *DeleteCatalogResponseBody
- func (s DeleteCatalogResponseBody) String() string
- type DeleteDatabaseRequest
- func (s DeleteDatabaseRequest) GoString() string
- func (s *DeleteDatabaseRequest) SetAsync(v bool) *DeleteDatabaseRequest
- func (s *DeleteDatabaseRequest) SetCascade(v bool) *DeleteDatabaseRequest
- func (s *DeleteDatabaseRequest) SetCatalogId(v string) *DeleteDatabaseRequest
- func (s *DeleteDatabaseRequest) SetName(v string) *DeleteDatabaseRequest
- func (s DeleteDatabaseRequest) String() string
- type DeleteDatabaseResponse
- func (s DeleteDatabaseResponse) GoString() string
- func (s *DeleteDatabaseResponse) SetBody(v *DeleteDatabaseResponseBody) *DeleteDatabaseResponse
- func (s *DeleteDatabaseResponse) SetHeaders(v map[string]*string) *DeleteDatabaseResponse
- func (s *DeleteDatabaseResponse) SetStatusCode(v int32) *DeleteDatabaseResponse
- func (s DeleteDatabaseResponse) String() string
- type DeleteDatabaseResponseBody
- func (s DeleteDatabaseResponseBody) GoString() string
- func (s *DeleteDatabaseResponseBody) SetCode(v string) *DeleteDatabaseResponseBody
- func (s *DeleteDatabaseResponseBody) SetMessage(v string) *DeleteDatabaseResponseBody
- func (s *DeleteDatabaseResponseBody) SetRequestId(v string) *DeleteDatabaseResponseBody
- func (s *DeleteDatabaseResponseBody) SetSuccess(v bool) *DeleteDatabaseResponseBody
- func (s *DeleteDatabaseResponseBody) SetTaskId(v string) *DeleteDatabaseResponseBody
- func (s DeleteDatabaseResponseBody) String() string
- type DeleteFunctionRequest
- func (s DeleteFunctionRequest) GoString() string
- func (s *DeleteFunctionRequest) SetCatalogId(v string) *DeleteFunctionRequest
- func (s *DeleteFunctionRequest) SetDatabaseName(v string) *DeleteFunctionRequest
- func (s *DeleteFunctionRequest) SetFunctionName(v string) *DeleteFunctionRequest
- func (s DeleteFunctionRequest) String() string
- type DeleteFunctionResponse
- func (s DeleteFunctionResponse) GoString() string
- func (s *DeleteFunctionResponse) SetBody(v *DeleteFunctionResponseBody) *DeleteFunctionResponse
- func (s *DeleteFunctionResponse) SetHeaders(v map[string]*string) *DeleteFunctionResponse
- func (s *DeleteFunctionResponse) SetStatusCode(v int32) *DeleteFunctionResponse
- func (s DeleteFunctionResponse) String() string
- type DeleteFunctionResponseBody
- func (s DeleteFunctionResponseBody) GoString() string
- func (s *DeleteFunctionResponseBody) SetCode(v string) *DeleteFunctionResponseBody
- func (s *DeleteFunctionResponseBody) SetMessage(v string) *DeleteFunctionResponseBody
- func (s *DeleteFunctionResponseBody) SetRequestId(v string) *DeleteFunctionResponseBody
- func (s *DeleteFunctionResponseBody) SetSuccess(v bool) *DeleteFunctionResponseBody
- func (s DeleteFunctionResponseBody) String() string
- type DeletePartitionColumnStatisticsRequest
- func (s DeletePartitionColumnStatisticsRequest) GoString() string
- func (s *DeletePartitionColumnStatisticsRequest) SetCatalogId(v string) *DeletePartitionColumnStatisticsRequest
- func (s *DeletePartitionColumnStatisticsRequest) SetColumnNames(v []*string) *DeletePartitionColumnStatisticsRequest
- func (s *DeletePartitionColumnStatisticsRequest) SetDatabaseName(v string) *DeletePartitionColumnStatisticsRequest
- func (s *DeletePartitionColumnStatisticsRequest) SetPartitionNames(v []*string) *DeletePartitionColumnStatisticsRequest
- func (s *DeletePartitionColumnStatisticsRequest) SetTableName(v string) *DeletePartitionColumnStatisticsRequest
- func (s DeletePartitionColumnStatisticsRequest) String() string
- type DeletePartitionColumnStatisticsResponse
- func (s DeletePartitionColumnStatisticsResponse) GoString() string
- func (s *DeletePartitionColumnStatisticsResponse) SetBody(v *DeletePartitionColumnStatisticsResponseBody) *DeletePartitionColumnStatisticsResponse
- func (s *DeletePartitionColumnStatisticsResponse) SetHeaders(v map[string]*string) *DeletePartitionColumnStatisticsResponse
- func (s *DeletePartitionColumnStatisticsResponse) SetStatusCode(v int32) *DeletePartitionColumnStatisticsResponse
- func (s DeletePartitionColumnStatisticsResponse) String() string
- type DeletePartitionColumnStatisticsResponseBody
- func (s DeletePartitionColumnStatisticsResponseBody) GoString() string
- func (s *DeletePartitionColumnStatisticsResponseBody) SetCode(v string) *DeletePartitionColumnStatisticsResponseBody
- func (s *DeletePartitionColumnStatisticsResponseBody) SetMessage(v string) *DeletePartitionColumnStatisticsResponseBody
- func (s *DeletePartitionColumnStatisticsResponseBody) SetRequestId(v string) *DeletePartitionColumnStatisticsResponseBody
- func (s *DeletePartitionColumnStatisticsResponseBody) SetSuccess(v bool) *DeletePartitionColumnStatisticsResponseBody
- func (s DeletePartitionColumnStatisticsResponseBody) String() string
- type DeletePartitionColumnStatisticsShrinkRequest
- func (s DeletePartitionColumnStatisticsShrinkRequest) GoString() string
- func (s *DeletePartitionColumnStatisticsShrinkRequest) SetCatalogId(v string) *DeletePartitionColumnStatisticsShrinkRequest
- func (s *DeletePartitionColumnStatisticsShrinkRequest) SetColumnNamesShrink(v string) *DeletePartitionColumnStatisticsShrinkRequest
- func (s *DeletePartitionColumnStatisticsShrinkRequest) SetDatabaseName(v string) *DeletePartitionColumnStatisticsShrinkRequest
- func (s *DeletePartitionColumnStatisticsShrinkRequest) SetPartitionNamesShrink(v string) *DeletePartitionColumnStatisticsShrinkRequest
- func (s *DeletePartitionColumnStatisticsShrinkRequest) SetTableName(v string) *DeletePartitionColumnStatisticsShrinkRequest
- func (s DeletePartitionColumnStatisticsShrinkRequest) String() string
- type DeletePartitionRequest
- func (s DeletePartitionRequest) GoString() string
- func (s *DeletePartitionRequest) SetCatalogId(v string) *DeletePartitionRequest
- func (s *DeletePartitionRequest) SetDatabaseName(v string) *DeletePartitionRequest
- func (s *DeletePartitionRequest) SetIfExists(v bool) *DeletePartitionRequest
- func (s *DeletePartitionRequest) SetPartitionValues(v []*string) *DeletePartitionRequest
- func (s *DeletePartitionRequest) SetTableName(v string) *DeletePartitionRequest
- func (s DeletePartitionRequest) String() string
- type DeletePartitionResponse
- func (s DeletePartitionResponse) GoString() string
- func (s *DeletePartitionResponse) SetBody(v *DeletePartitionResponseBody) *DeletePartitionResponse
- func (s *DeletePartitionResponse) SetHeaders(v map[string]*string) *DeletePartitionResponse
- func (s *DeletePartitionResponse) SetStatusCode(v int32) *DeletePartitionResponse
- func (s DeletePartitionResponse) String() string
- type DeletePartitionResponseBody
- func (s DeletePartitionResponseBody) GoString() string
- func (s *DeletePartitionResponseBody) SetCode(v string) *DeletePartitionResponseBody
- func (s *DeletePartitionResponseBody) SetMessage(v string) *DeletePartitionResponseBody
- func (s *DeletePartitionResponseBody) SetRequestId(v string) *DeletePartitionResponseBody
- func (s *DeletePartitionResponseBody) SetSuccess(v bool) *DeletePartitionResponseBody
- func (s DeletePartitionResponseBody) String() string
- type DeleteRoleRequest
- type DeleteRoleResponse
- func (s DeleteRoleResponse) GoString() string
- func (s *DeleteRoleResponse) SetBody(v *DeleteRoleResponseBody) *DeleteRoleResponse
- func (s *DeleteRoleResponse) SetHeaders(v map[string]*string) *DeleteRoleResponse
- func (s *DeleteRoleResponse) SetStatusCode(v int32) *DeleteRoleResponse
- func (s DeleteRoleResponse) String() string
- type DeleteRoleResponseBody
- func (s DeleteRoleResponseBody) GoString() string
- func (s *DeleteRoleResponseBody) SetCode(v string) *DeleteRoleResponseBody
- func (s *DeleteRoleResponseBody) SetMessage(v string) *DeleteRoleResponseBody
- func (s *DeleteRoleResponseBody) SetRequestId(v string) *DeleteRoleResponseBody
- func (s *DeleteRoleResponseBody) SetSuccess(v bool) *DeleteRoleResponseBody
- func (s DeleteRoleResponseBody) String() string
- type DeleteTableColumnStatisticsRequest
- func (s DeleteTableColumnStatisticsRequest) GoString() string
- func (s *DeleteTableColumnStatisticsRequest) SetCatalogId(v string) *DeleteTableColumnStatisticsRequest
- func (s *DeleteTableColumnStatisticsRequest) SetColumnNames(v []*string) *DeleteTableColumnStatisticsRequest
- func (s *DeleteTableColumnStatisticsRequest) SetDatabaseName(v string) *DeleteTableColumnStatisticsRequest
- func (s *DeleteTableColumnStatisticsRequest) SetTableName(v string) *DeleteTableColumnStatisticsRequest
- func (s DeleteTableColumnStatisticsRequest) String() string
- type DeleteTableColumnStatisticsResponse
- func (s DeleteTableColumnStatisticsResponse) GoString() string
- func (s *DeleteTableColumnStatisticsResponse) SetBody(v *DeleteTableColumnStatisticsResponseBody) *DeleteTableColumnStatisticsResponse
- func (s *DeleteTableColumnStatisticsResponse) SetHeaders(v map[string]*string) *DeleteTableColumnStatisticsResponse
- func (s *DeleteTableColumnStatisticsResponse) SetStatusCode(v int32) *DeleteTableColumnStatisticsResponse
- func (s DeleteTableColumnStatisticsResponse) String() string
- type DeleteTableColumnStatisticsResponseBody
- func (s DeleteTableColumnStatisticsResponseBody) GoString() string
- func (s *DeleteTableColumnStatisticsResponseBody) SetCode(v string) *DeleteTableColumnStatisticsResponseBody
- func (s *DeleteTableColumnStatisticsResponseBody) SetMessage(v string) *DeleteTableColumnStatisticsResponseBody
- func (s *DeleteTableColumnStatisticsResponseBody) SetRequestId(v string) *DeleteTableColumnStatisticsResponseBody
- func (s *DeleteTableColumnStatisticsResponseBody) SetSuccess(v bool) *DeleteTableColumnStatisticsResponseBody
- func (s DeleteTableColumnStatisticsResponseBody) String() string
- type DeleteTableColumnStatisticsShrinkRequest
- func (s DeleteTableColumnStatisticsShrinkRequest) GoString() string
- func (s *DeleteTableColumnStatisticsShrinkRequest) SetCatalogId(v string) *DeleteTableColumnStatisticsShrinkRequest
- func (s *DeleteTableColumnStatisticsShrinkRequest) SetColumnNamesShrink(v string) *DeleteTableColumnStatisticsShrinkRequest
- func (s *DeleteTableColumnStatisticsShrinkRequest) SetDatabaseName(v string) *DeleteTableColumnStatisticsShrinkRequest
- func (s *DeleteTableColumnStatisticsShrinkRequest) SetTableName(v string) *DeleteTableColumnStatisticsShrinkRequest
- func (s DeleteTableColumnStatisticsShrinkRequest) String() string
- type DeleteTableRequest
- func (s DeleteTableRequest) GoString() string
- func (s *DeleteTableRequest) SetCatalogId(v string) *DeleteTableRequest
- func (s *DeleteTableRequest) SetDatabaseName(v string) *DeleteTableRequest
- func (s *DeleteTableRequest) SetTableName(v string) *DeleteTableRequest
- func (s DeleteTableRequest) String() string
- type DeleteTableResponse
- func (s DeleteTableResponse) GoString() string
- func (s *DeleteTableResponse) SetBody(v *DeleteTableResponseBody) *DeleteTableResponse
- func (s *DeleteTableResponse) SetHeaders(v map[string]*string) *DeleteTableResponse
- func (s *DeleteTableResponse) SetStatusCode(v int32) *DeleteTableResponse
- func (s DeleteTableResponse) String() string
- type DeleteTableResponseBody
- func (s DeleteTableResponseBody) GoString() string
- func (s *DeleteTableResponseBody) SetCode(v string) *DeleteTableResponseBody
- func (s *DeleteTableResponseBody) SetMessage(v string) *DeleteTableResponseBody
- func (s *DeleteTableResponseBody) SetRequestId(v string) *DeleteTableResponseBody
- func (s *DeleteTableResponseBody) SetSuccess(v bool) *DeleteTableResponseBody
- func (s DeleteTableResponseBody) String() string
- type DeleteTableVersionRequest
- func (s DeleteTableVersionRequest) GoString() string
- func (s *DeleteTableVersionRequest) SetCatalogId(v string) *DeleteTableVersionRequest
- func (s *DeleteTableVersionRequest) SetDatabaseName(v string) *DeleteTableVersionRequest
- func (s *DeleteTableVersionRequest) SetTableName(v string) *DeleteTableVersionRequest
- func (s *DeleteTableVersionRequest) SetVersionId(v int32) *DeleteTableVersionRequest
- func (s DeleteTableVersionRequest) String() string
- type DeleteTableVersionResponse
- func (s DeleteTableVersionResponse) GoString() string
- func (s *DeleteTableVersionResponse) SetBody(v *DeleteTableVersionResponseBody) *DeleteTableVersionResponse
- func (s *DeleteTableVersionResponse) SetHeaders(v map[string]*string) *DeleteTableVersionResponse
- func (s *DeleteTableVersionResponse) SetStatusCode(v int32) *DeleteTableVersionResponse
- func (s DeleteTableVersionResponse) String() string
- type DeleteTableVersionResponseBody
- func (s DeleteTableVersionResponseBody) GoString() string
- func (s *DeleteTableVersionResponseBody) SetCode(v string) *DeleteTableVersionResponseBody
- func (s *DeleteTableVersionResponseBody) SetMessage(v string) *DeleteTableVersionResponseBody
- func (s *DeleteTableVersionResponseBody) SetRequestId(v string) *DeleteTableVersionResponseBody
- func (s *DeleteTableVersionResponseBody) SetSuccess(v bool) *DeleteTableVersionResponseBody
- func (s DeleteTableVersionResponseBody) String() string
- type DeregisterLocationRequest
- type DeregisterLocationResponse
- func (s DeregisterLocationResponse) GoString() string
- func (s *DeregisterLocationResponse) SetBody(v *DeregisterLocationResponseBody) *DeregisterLocationResponse
- func (s *DeregisterLocationResponse) SetHeaders(v map[string]*string) *DeregisterLocationResponse
- func (s *DeregisterLocationResponse) SetStatusCode(v int32) *DeregisterLocationResponse
- func (s DeregisterLocationResponse) String() string
- type DeregisterLocationResponseBody
- func (s DeregisterLocationResponseBody) GoString() string
- func (s *DeregisterLocationResponseBody) SetData(v *DeregisterLocationResponseBodyData) *DeregisterLocationResponseBody
- func (s *DeregisterLocationResponseBody) SetRequestId(v string) *DeregisterLocationResponseBody
- func (s *DeregisterLocationResponseBody) SetSuccess(v bool) *DeregisterLocationResponseBody
- func (s DeregisterLocationResponseBody) String() string
- type DeregisterLocationResponseBodyData
- func (s DeregisterLocationResponseBodyData) GoString() string
- func (s *DeregisterLocationResponseBodyData) SetLocationId(v string) *DeregisterLocationResponseBodyData
- func (s *DeregisterLocationResponseBodyData) SetStorageCollectTaskOperationResultList(v []*StorageCollectTaskOperationResult) *DeregisterLocationResponseBodyData
- func (s DeregisterLocationResponseBodyData) String() string
- type DescribeRegionsResponse
- func (s DescribeRegionsResponse) GoString() string
- func (s *DescribeRegionsResponse) SetBody(v *DescribeRegionsResponseBody) *DescribeRegionsResponse
- func (s *DescribeRegionsResponse) SetHeaders(v map[string]*string) *DescribeRegionsResponse
- func (s *DescribeRegionsResponse) SetStatusCode(v int32) *DescribeRegionsResponse
- func (s DescribeRegionsResponse) String() string
- type DescribeRegionsResponseBody
- func (s DescribeRegionsResponseBody) GoString() string
- func (s *DescribeRegionsResponseBody) SetRegions(v []*DescribeRegionsResponseBodyRegions) *DescribeRegionsResponseBody
- func (s *DescribeRegionsResponseBody) SetRequestId(v string) *DescribeRegionsResponseBody
- func (s *DescribeRegionsResponseBody) SetSuccess(v bool) *DescribeRegionsResponseBody
- func (s DescribeRegionsResponseBody) String() string
- type DescribeRegionsResponseBodyRegions
- func (s DescribeRegionsResponseBodyRegions) GoString() string
- func (s *DescribeRegionsResponseBodyRegions) SetDescription(v string) *DescribeRegionsResponseBodyRegions
- func (s *DescribeRegionsResponseBodyRegions) SetName(v string) *DescribeRegionsResponseBodyRegions
- func (s *DescribeRegionsResponseBodyRegions) SetShowName(v string) *DescribeRegionsResponseBodyRegions
- func (s *DescribeRegionsResponseBodyRegions) SetType(v string) *DescribeRegionsResponseBodyRegions
- func (s DescribeRegionsResponseBodyRegions) String() string
- type ErrorDetail
- type FieldSchema
- func (s FieldSchema) GoString() string
- func (s *FieldSchema) SetComment(v string) *FieldSchema
- func (s *FieldSchema) SetName(v string) *FieldSchema
- func (s *FieldSchema) SetParameters(v map[string]*string) *FieldSchema
- func (s *FieldSchema) SetType(v string) *FieldSchema
- func (s FieldSchema) String() string
- type FileCnt
- type Function
- func (s Function) GoString() string
- func (s *Function) SetCatalogId(v string) *Function
- func (s *Function) SetClassName(v string) *Function
- func (s *Function) SetCreateTime(v int32) *Function
- func (s *Function) SetCreatedBy(v string) *Function
- func (s *Function) SetDatabaseName(v string) *Function
- func (s *Function) SetFunctionName(v string) *Function
- func (s *Function) SetFunctionType(v string) *Function
- func (s *Function) SetOwnerName(v string) *Function
- func (s *Function) SetOwnerType(v string) *Function
- func (s *Function) SetResourceUri(v []*ResourceUri) *Function
- func (s *Function) SetUpdateTime(v int32) *Function
- func (s Function) String() string
- type FunctionInput
- func (s FunctionInput) GoString() string
- func (s *FunctionInput) SetClassName(v string) *FunctionInput
- func (s *FunctionInput) SetCreateTime(v int32) *FunctionInput
- func (s *FunctionInput) SetFunctionName(v string) *FunctionInput
- func (s *FunctionInput) SetFunctionType(v string) *FunctionInput
- func (s *FunctionInput) SetOwnerName(v string) *FunctionInput
- func (s *FunctionInput) SetOwnerType(v string) *FunctionInput
- func (s *FunctionInput) SetResourceUri(v []*ResourceUri) *FunctionInput
- func (s FunctionInput) String() string
- type FunctionResource
- type GetAsyncTaskStatusRequest
- type GetAsyncTaskStatusResponse
- func (s GetAsyncTaskStatusResponse) GoString() string
- func (s *GetAsyncTaskStatusResponse) SetBody(v *GetAsyncTaskStatusResponseBody) *GetAsyncTaskStatusResponse
- func (s *GetAsyncTaskStatusResponse) SetHeaders(v map[string]*string) *GetAsyncTaskStatusResponse
- func (s *GetAsyncTaskStatusResponse) SetStatusCode(v int32) *GetAsyncTaskStatusResponse
- func (s GetAsyncTaskStatusResponse) String() string
- type GetAsyncTaskStatusResponseBody
- func (s GetAsyncTaskStatusResponseBody) GoString() string
- func (s *GetAsyncTaskStatusResponseBody) SetCode(v string) *GetAsyncTaskStatusResponseBody
- func (s *GetAsyncTaskStatusResponseBody) SetMessage(v string) *GetAsyncTaskStatusResponseBody
- func (s *GetAsyncTaskStatusResponseBody) SetRequestId(v string) *GetAsyncTaskStatusResponseBody
- func (s *GetAsyncTaskStatusResponseBody) SetSuccess(v bool) *GetAsyncTaskStatusResponseBody
- func (s *GetAsyncTaskStatusResponseBody) SetTaskStatus(v *TaskStatus) *GetAsyncTaskStatusResponseBody
- func (s GetAsyncTaskStatusResponseBody) String() string
- type GetCatalogRequest
- type GetCatalogResponse
- func (s GetCatalogResponse) GoString() string
- func (s *GetCatalogResponse) SetBody(v *GetCatalogResponseBody) *GetCatalogResponse
- func (s *GetCatalogResponse) SetHeaders(v map[string]*string) *GetCatalogResponse
- func (s *GetCatalogResponse) SetStatusCode(v int32) *GetCatalogResponse
- func (s GetCatalogResponse) String() string
- type GetCatalogResponseBody
- func (s GetCatalogResponseBody) GoString() string
- func (s *GetCatalogResponseBody) SetCatalog(v *Catalog) *GetCatalogResponseBody
- func (s *GetCatalogResponseBody) SetCode(v string) *GetCatalogResponseBody
- func (s *GetCatalogResponseBody) SetMessage(v string) *GetCatalogResponseBody
- func (s *GetCatalogResponseBody) SetRequestId(v string) *GetCatalogResponseBody
- func (s *GetCatalogResponseBody) SetSuccess(v bool) *GetCatalogResponseBody
- func (s GetCatalogResponseBody) String() string
- type GetCatalogSettingsRequest
- type GetCatalogSettingsResponse
- func (s GetCatalogSettingsResponse) GoString() string
- func (s *GetCatalogSettingsResponse) SetBody(v *GetCatalogSettingsResponseBody) *GetCatalogSettingsResponse
- func (s *GetCatalogSettingsResponse) SetHeaders(v map[string]*string) *GetCatalogSettingsResponse
- func (s *GetCatalogSettingsResponse) SetStatusCode(v int32) *GetCatalogSettingsResponse
- func (s GetCatalogSettingsResponse) String() string
- type GetCatalogSettingsResponseBody
- func (s GetCatalogSettingsResponseBody) GoString() string
- func (s *GetCatalogSettingsResponseBody) SetCatalogSettings(v *CatalogSettings) *GetCatalogSettingsResponseBody
- func (s *GetCatalogSettingsResponseBody) SetCode(v string) *GetCatalogSettingsResponseBody
- func (s *GetCatalogSettingsResponseBody) SetMessage(v string) *GetCatalogSettingsResponseBody
- func (s *GetCatalogSettingsResponseBody) SetRequestId(v string) *GetCatalogSettingsResponseBody
- func (s *GetCatalogSettingsResponseBody) SetSuccess(v bool) *GetCatalogSettingsResponseBody
- func (s GetCatalogSettingsResponseBody) String() string
- type GetDatabaseProfileRequest
- type GetDatabaseProfileResponse
- func (s GetDatabaseProfileResponse) GoString() string
- func (s *GetDatabaseProfileResponse) SetBody(v *GetDatabaseProfileResponseBody) *GetDatabaseProfileResponse
- func (s *GetDatabaseProfileResponse) SetHeaders(v map[string]*string) *GetDatabaseProfileResponse
- func (s *GetDatabaseProfileResponse) SetStatusCode(v int32) *GetDatabaseProfileResponse
- func (s GetDatabaseProfileResponse) String() string
- type GetDatabaseProfileResponseBody
- func (s GetDatabaseProfileResponseBody) GoString() string
- func (s *GetDatabaseProfileResponseBody) SetCode(v string) *GetDatabaseProfileResponseBody
- func (s *GetDatabaseProfileResponseBody) SetDatabaseProfile(v *DatabaseProfile) *GetDatabaseProfileResponseBody
- func (s *GetDatabaseProfileResponseBody) SetMessage(v string) *GetDatabaseProfileResponseBody
- func (s *GetDatabaseProfileResponseBody) SetRequestId(v string) *GetDatabaseProfileResponseBody
- func (s *GetDatabaseProfileResponseBody) SetSuccess(v bool) *GetDatabaseProfileResponseBody
- func (s GetDatabaseProfileResponseBody) String() string
- type GetDatabaseRequest
- type GetDatabaseResponse
- func (s GetDatabaseResponse) GoString() string
- func (s *GetDatabaseResponse) SetBody(v *GetDatabaseResponseBody) *GetDatabaseResponse
- func (s *GetDatabaseResponse) SetHeaders(v map[string]*string) *GetDatabaseResponse
- func (s *GetDatabaseResponse) SetStatusCode(v int32) *GetDatabaseResponse
- func (s GetDatabaseResponse) String() string
- type GetDatabaseResponseBody
- func (s GetDatabaseResponseBody) GoString() string
- func (s *GetDatabaseResponseBody) SetCode(v string) *GetDatabaseResponseBody
- func (s *GetDatabaseResponseBody) SetDatabase(v *Database) *GetDatabaseResponseBody
- func (s *GetDatabaseResponseBody) SetMessage(v string) *GetDatabaseResponseBody
- func (s *GetDatabaseResponseBody) SetRequestId(v string) *GetDatabaseResponseBody
- func (s *GetDatabaseResponseBody) SetSuccess(v bool) *GetDatabaseResponseBody
- func (s GetDatabaseResponseBody) String() string
- type GetFunctionRequest
- func (s GetFunctionRequest) GoString() string
- func (s *GetFunctionRequest) SetCatalogId(v string) *GetFunctionRequest
- func (s *GetFunctionRequest) SetDatabaseName(v string) *GetFunctionRequest
- func (s *GetFunctionRequest) SetFunctionName(v string) *GetFunctionRequest
- func (s GetFunctionRequest) String() string
- type GetFunctionResponse
- func (s GetFunctionResponse) GoString() string
- func (s *GetFunctionResponse) SetBody(v *GetFunctionResponseBody) *GetFunctionResponse
- func (s *GetFunctionResponse) SetHeaders(v map[string]*string) *GetFunctionResponse
- func (s *GetFunctionResponse) SetStatusCode(v int32) *GetFunctionResponse
- func (s GetFunctionResponse) String() string
- type GetFunctionResponseBody
- func (s GetFunctionResponseBody) GoString() string
- func (s *GetFunctionResponseBody) SetCode(v string) *GetFunctionResponseBody
- func (s *GetFunctionResponseBody) SetFunction(v *Function) *GetFunctionResponseBody
- func (s *GetFunctionResponseBody) SetMessage(v string) *GetFunctionResponseBody
- func (s *GetFunctionResponseBody) SetRequestId(v string) *GetFunctionResponseBody
- func (s *GetFunctionResponseBody) SetSuccess(v bool) *GetFunctionResponseBody
- func (s GetFunctionResponseBody) String() string
- type GetLifecycleRuleRequest
- type GetLifecycleRuleResponse
- func (s GetLifecycleRuleResponse) GoString() string
- func (s *GetLifecycleRuleResponse) SetBody(v *GetLifecycleRuleResponseBody) *GetLifecycleRuleResponse
- func (s *GetLifecycleRuleResponse) SetHeaders(v map[string]*string) *GetLifecycleRuleResponse
- func (s *GetLifecycleRuleResponse) SetStatusCode(v int32) *GetLifecycleRuleResponse
- func (s GetLifecycleRuleResponse) String() string
- type GetLifecycleRuleResponseBody
- func (s GetLifecycleRuleResponseBody) GoString() string
- func (s *GetLifecycleRuleResponseBody) SetData(v *LifecycleRule) *GetLifecycleRuleResponseBody
- func (s *GetLifecycleRuleResponseBody) SetRequestId(v string) *GetLifecycleRuleResponseBody
- func (s *GetLifecycleRuleResponseBody) SetSuccess(v bool) *GetLifecycleRuleResponseBody
- func (s GetLifecycleRuleResponseBody) String() string
- type GetLockRequest
- type GetLockResponse
- func (s GetLockResponse) GoString() string
- func (s *GetLockResponse) SetBody(v *GetLockResponseBody) *GetLockResponse
- func (s *GetLockResponse) SetHeaders(v map[string]*string) *GetLockResponse
- func (s *GetLockResponse) SetStatusCode(v int32) *GetLockResponse
- func (s GetLockResponse) String() string
- type GetLockResponseBody
- func (s GetLockResponseBody) GoString() string
- func (s *GetLockResponseBody) SetCode(v string) *GetLockResponseBody
- func (s *GetLockResponseBody) SetLockStatus(v *LockStatus) *GetLockResponseBody
- func (s *GetLockResponseBody) SetMessage(v string) *GetLockResponseBody
- func (s *GetLockResponseBody) SetRequestId(v string) *GetLockResponseBody
- func (s *GetLockResponseBody) SetSuccess(v bool) *GetLockResponseBody
- func (s GetLockResponseBody) String() string
- type GetPartitionColumnStatisticsRequest
- func (s GetPartitionColumnStatisticsRequest) GoString() string
- func (s *GetPartitionColumnStatisticsRequest) SetCatalogId(v string) *GetPartitionColumnStatisticsRequest
- func (s *GetPartitionColumnStatisticsRequest) SetColumnNames(v []*string) *GetPartitionColumnStatisticsRequest
- func (s *GetPartitionColumnStatisticsRequest) SetDatabaseName(v string) *GetPartitionColumnStatisticsRequest
- func (s *GetPartitionColumnStatisticsRequest) SetPartitionNames(v []*string) *GetPartitionColumnStatisticsRequest
- func (s *GetPartitionColumnStatisticsRequest) SetTableName(v string) *GetPartitionColumnStatisticsRequest
- func (s GetPartitionColumnStatisticsRequest) String() string
- type GetPartitionColumnStatisticsResponse
- func (s GetPartitionColumnStatisticsResponse) GoString() string
- func (s *GetPartitionColumnStatisticsResponse) SetBody(v *GetPartitionColumnStatisticsResponseBody) *GetPartitionColumnStatisticsResponse
- func (s *GetPartitionColumnStatisticsResponse) SetHeaders(v map[string]*string) *GetPartitionColumnStatisticsResponse
- func (s *GetPartitionColumnStatisticsResponse) SetStatusCode(v int32) *GetPartitionColumnStatisticsResponse
- func (s GetPartitionColumnStatisticsResponse) String() string
- type GetPartitionColumnStatisticsResponseBody
- func (s GetPartitionColumnStatisticsResponseBody) GoString() string
- func (s *GetPartitionColumnStatisticsResponseBody) SetCode(v string) *GetPartitionColumnStatisticsResponseBody
- func (s *GetPartitionColumnStatisticsResponseBody) SetMessage(v string) *GetPartitionColumnStatisticsResponseBody
- func (s *GetPartitionColumnStatisticsResponseBody) SetPartitionStatisticsMap(v map[string][]*ColumnStatisticsObj) *GetPartitionColumnStatisticsResponseBody
- func (s *GetPartitionColumnStatisticsResponseBody) SetRequestId(v string) *GetPartitionColumnStatisticsResponseBody
- func (s *GetPartitionColumnStatisticsResponseBody) SetSuccess(v bool) *GetPartitionColumnStatisticsResponseBody
- func (s GetPartitionColumnStatisticsResponseBody) String() string
- type GetPartitionColumnStatisticsShrinkRequest
- func (s GetPartitionColumnStatisticsShrinkRequest) GoString() string
- func (s *GetPartitionColumnStatisticsShrinkRequest) SetCatalogId(v string) *GetPartitionColumnStatisticsShrinkRequest
- func (s *GetPartitionColumnStatisticsShrinkRequest) SetColumnNamesShrink(v string) *GetPartitionColumnStatisticsShrinkRequest
- func (s *GetPartitionColumnStatisticsShrinkRequest) SetDatabaseName(v string) *GetPartitionColumnStatisticsShrinkRequest
- func (s *GetPartitionColumnStatisticsShrinkRequest) SetPartitionNamesShrink(v string) *GetPartitionColumnStatisticsShrinkRequest
- func (s *GetPartitionColumnStatisticsShrinkRequest) SetTableName(v string) *GetPartitionColumnStatisticsShrinkRequest
- func (s GetPartitionColumnStatisticsShrinkRequest) String() string
- type GetPartitionRequest
- func (s GetPartitionRequest) GoString() string
- func (s *GetPartitionRequest) SetCatalogId(v string) *GetPartitionRequest
- func (s *GetPartitionRequest) SetDatabaseName(v string) *GetPartitionRequest
- func (s *GetPartitionRequest) SetPartitionValues(v []*string) *GetPartitionRequest
- func (s *GetPartitionRequest) SetTableName(v string) *GetPartitionRequest
- func (s GetPartitionRequest) String() string
- type GetPartitionResponse
- func (s GetPartitionResponse) GoString() string
- func (s *GetPartitionResponse) SetBody(v *GetPartitionResponseBody) *GetPartitionResponse
- func (s *GetPartitionResponse) SetHeaders(v map[string]*string) *GetPartitionResponse
- func (s *GetPartitionResponse) SetStatusCode(v int32) *GetPartitionResponse
- func (s GetPartitionResponse) String() string
- type GetPartitionResponseBody
- func (s GetPartitionResponseBody) GoString() string
- func (s *GetPartitionResponseBody) SetCode(v string) *GetPartitionResponseBody
- func (s *GetPartitionResponseBody) SetMessage(v string) *GetPartitionResponseBody
- func (s *GetPartitionResponseBody) SetPartition(v *Partition) *GetPartitionResponseBody
- func (s *GetPartitionResponseBody) SetRequestId(v string) *GetPartitionResponseBody
- func (s *GetPartitionResponseBody) SetSuccess(v bool) *GetPartitionResponseBody
- func (s GetPartitionResponseBody) String() string
- type GetQueryResultRequest
- func (s GetQueryResultRequest) GoString() string
- func (s *GetQueryResultRequest) SetPageNumber(v int32) *GetQueryResultRequest
- func (s *GetQueryResultRequest) SetPageSize(v int32) *GetQueryResultRequest
- func (s *GetQueryResultRequest) SetQueryId(v string) *GetQueryResultRequest
- func (s GetQueryResultRequest) String() string
- type GetQueryResultResponse
- func (s GetQueryResultResponse) GoString() string
- func (s *GetQueryResultResponse) SetBody(v *GetQueryResultResponseBody) *GetQueryResultResponse
- func (s *GetQueryResultResponse) SetHeaders(v map[string]*string) *GetQueryResultResponse
- func (s *GetQueryResultResponse) SetStatusCode(v int32) *GetQueryResultResponse
- func (s GetQueryResultResponse) String() string
- type GetQueryResultResponseBody
- func (s GetQueryResultResponseBody) GoString() string
- func (s *GetQueryResultResponseBody) SetDuration(v int64) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetEndTime(v string) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetErrorMessage(v string) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetGmtCreate(v string) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetGmtModified(v string) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetId(v string) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetJobCompleted(v bool) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetLogs(v string) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetOwner(v int64) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetProgress(v int32) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetRegionId(v string) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetRequestId(v string) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetResultTmpDb(v string) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetResultTmpTable(v string) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetRowCount(v int32) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetRowCountOverLimit(v bool) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetRows(v string) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetSchema(v string) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetSql(v string) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetStartTime(v string) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetStatus(v string) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetSuccess(v bool) *GetQueryResultResponseBody
- func (s *GetQueryResultResponseBody) SetTotalBytesProcessed(v int64) *GetQueryResultResponseBody
- func (s GetQueryResultResponseBody) String() string
- type GetRegionStatusRequest
- type GetRegionStatusResponse
- func (s GetRegionStatusResponse) GoString() string
- func (s *GetRegionStatusResponse) SetBody(v *GetRegionStatusResponseBody) *GetRegionStatusResponse
- func (s *GetRegionStatusResponse) SetHeaders(v map[string]*string) *GetRegionStatusResponse
- func (s *GetRegionStatusResponse) SetStatusCode(v int32) *GetRegionStatusResponse
- func (s GetRegionStatusResponse) String() string
- type GetRegionStatusResponseBody
- func (s GetRegionStatusResponseBody) GoString() string
- func (s *GetRegionStatusResponseBody) SetData(v *GetRegionStatusResponseBodyData) *GetRegionStatusResponseBody
- func (s *GetRegionStatusResponseBody) SetRequestId(v string) *GetRegionStatusResponseBody
- func (s *GetRegionStatusResponseBody) SetSuccess(v string) *GetRegionStatusResponseBody
- func (s GetRegionStatusResponseBody) String() string
- type GetRegionStatusResponseBodyData
- func (s GetRegionStatusResponseBodyData) GoString() string
- func (s *GetRegionStatusResponseBodyData) SetAccountStatus(v string) *GetRegionStatusResponseBodyData
- func (s *GetRegionStatusResponseBodyData) SetIsDependencyReady(v bool) *GetRegionStatusResponseBodyData
- func (s *GetRegionStatusResponseBodyData) SetIsDlfServiceOpen(v bool) *GetRegionStatusResponseBodyData
- func (s *GetRegionStatusResponseBodyData) SetRegionId(v string) *GetRegionStatusResponseBodyData
- func (s *GetRegionStatusResponseBodyData) SetRegionStatus(v string) *GetRegionStatusResponseBodyData
- func (s GetRegionStatusResponseBodyData) String() string
- type GetRoleRequest
- type GetRoleResponse
- func (s GetRoleResponse) GoString() string
- func (s *GetRoleResponse) SetBody(v *GetRoleResponseBody) *GetRoleResponse
- func (s *GetRoleResponse) SetHeaders(v map[string]*string) *GetRoleResponse
- func (s *GetRoleResponse) SetStatusCode(v int32) *GetRoleResponse
- func (s GetRoleResponse) String() string
- type GetRoleResponseBody
- func (s GetRoleResponseBody) GoString() string
- func (s *GetRoleResponseBody) SetCode(v string) *GetRoleResponseBody
- func (s *GetRoleResponseBody) SetMessage(v string) *GetRoleResponseBody
- func (s *GetRoleResponseBody) SetRequestId(v string) *GetRoleResponseBody
- func (s *GetRoleResponseBody) SetRole(v *Role) *GetRoleResponseBody
- func (s *GetRoleResponseBody) SetSuccess(v bool) *GetRoleResponseBody
- func (s GetRoleResponseBody) String() string
- type GetServiceStatusRequest
- type GetServiceStatusResponse
- func (s GetServiceStatusResponse) GoString() string
- func (s *GetServiceStatusResponse) SetBody(v *GetServiceStatusResponseBody) *GetServiceStatusResponse
- func (s *GetServiceStatusResponse) SetHeaders(v map[string]*string) *GetServiceStatusResponse
- func (s *GetServiceStatusResponse) SetStatusCode(v int32) *GetServiceStatusResponse
- func (s GetServiceStatusResponse) String() string
- type GetServiceStatusResponseBody
- func (s GetServiceStatusResponseBody) GoString() string
- func (s *GetServiceStatusResponseBody) SetData(v *GetServiceStatusResponseBodyData) *GetServiceStatusResponseBody
- func (s *GetServiceStatusResponseBody) SetRequestId(v string) *GetServiceStatusResponseBody
- func (s *GetServiceStatusResponseBody) SetSuccess(v bool) *GetServiceStatusResponseBody
- func (s GetServiceStatusResponseBody) String() string
- type GetServiceStatusResponseBodyData
- func (s GetServiceStatusResponseBodyData) GoString() string
- func (s *GetServiceStatusResponseBodyData) SetHasRamPermissions(v bool) *GetServiceStatusResponseBodyData
- func (s *GetServiceStatusResponseBodyData) SetIsDlfServiceOpen(v bool) *GetServiceStatusResponseBodyData
- func (s *GetServiceStatusResponseBodyData) SetIsOssOpen(v bool) *GetServiceStatusResponseBodyData
- func (s GetServiceStatusResponseBodyData) String() string
- type GetTableColumnStatisticsRequest
- func (s GetTableColumnStatisticsRequest) GoString() string
- func (s *GetTableColumnStatisticsRequest) SetCatalogId(v string) *GetTableColumnStatisticsRequest
- func (s *GetTableColumnStatisticsRequest) SetColumnNames(v []*string) *GetTableColumnStatisticsRequest
- func (s *GetTableColumnStatisticsRequest) SetDatabaseName(v string) *GetTableColumnStatisticsRequest
- func (s *GetTableColumnStatisticsRequest) SetTableName(v string) *GetTableColumnStatisticsRequest
- func (s GetTableColumnStatisticsRequest) String() string
- type GetTableColumnStatisticsResponse
- func (s GetTableColumnStatisticsResponse) GoString() string
- func (s *GetTableColumnStatisticsResponse) SetBody(v *GetTableColumnStatisticsResponseBody) *GetTableColumnStatisticsResponse
- func (s *GetTableColumnStatisticsResponse) SetHeaders(v map[string]*string) *GetTableColumnStatisticsResponse
- func (s *GetTableColumnStatisticsResponse) SetStatusCode(v int32) *GetTableColumnStatisticsResponse
- func (s GetTableColumnStatisticsResponse) String() string
- type GetTableColumnStatisticsResponseBody
- func (s GetTableColumnStatisticsResponseBody) GoString() string
- func (s *GetTableColumnStatisticsResponseBody) SetCode(v string) *GetTableColumnStatisticsResponseBody
- func (s *GetTableColumnStatisticsResponseBody) SetColumnStatisticsObjList(v []*ColumnStatisticsObj) *GetTableColumnStatisticsResponseBody
- func (s *GetTableColumnStatisticsResponseBody) SetMessage(v string) *GetTableColumnStatisticsResponseBody
- func (s *GetTableColumnStatisticsResponseBody) SetRequestId(v string) *GetTableColumnStatisticsResponseBody
- func (s *GetTableColumnStatisticsResponseBody) SetSuccess(v bool) *GetTableColumnStatisticsResponseBody
- func (s GetTableColumnStatisticsResponseBody) String() string
- type GetTableColumnStatisticsShrinkRequest
- func (s GetTableColumnStatisticsShrinkRequest) GoString() string
- func (s *GetTableColumnStatisticsShrinkRequest) SetCatalogId(v string) *GetTableColumnStatisticsShrinkRequest
- func (s *GetTableColumnStatisticsShrinkRequest) SetColumnNamesShrink(v string) *GetTableColumnStatisticsShrinkRequest
- func (s *GetTableColumnStatisticsShrinkRequest) SetDatabaseName(v string) *GetTableColumnStatisticsShrinkRequest
- func (s *GetTableColumnStatisticsShrinkRequest) SetTableName(v string) *GetTableColumnStatisticsShrinkRequest
- func (s GetTableColumnStatisticsShrinkRequest) String() string
- type GetTableProfileRequest
- func (s GetTableProfileRequest) GoString() string
- func (s *GetTableProfileRequest) SetCatalogId(v string) *GetTableProfileRequest
- func (s *GetTableProfileRequest) SetDatabaseName(v string) *GetTableProfileRequest
- func (s *GetTableProfileRequest) SetTableName(v string) *GetTableProfileRequest
- func (s GetTableProfileRequest) String() string
- type GetTableProfileResponse
- func (s GetTableProfileResponse) GoString() string
- func (s *GetTableProfileResponse) SetBody(v *GetTableProfileResponseBody) *GetTableProfileResponse
- func (s *GetTableProfileResponse) SetHeaders(v map[string]*string) *GetTableProfileResponse
- func (s *GetTableProfileResponse) SetStatusCode(v int32) *GetTableProfileResponse
- func (s GetTableProfileResponse) String() string
- type GetTableProfileResponseBody
- func (s GetTableProfileResponseBody) GoString() string
- func (s *GetTableProfileResponseBody) SetCode(v string) *GetTableProfileResponseBody
- func (s *GetTableProfileResponseBody) SetMessage(v string) *GetTableProfileResponseBody
- func (s *GetTableProfileResponseBody) SetRequestId(v string) *GetTableProfileResponseBody
- func (s *GetTableProfileResponseBody) SetSuccess(v bool) *GetTableProfileResponseBody
- func (s *GetTableProfileResponseBody) SetTableProfile(v *TableProfile) *GetTableProfileResponseBody
- func (s GetTableProfileResponseBody) String() string
- type GetTableRequest
- type GetTableResponse
- func (s GetTableResponse) GoString() string
- func (s *GetTableResponse) SetBody(v *GetTableResponseBody) *GetTableResponse
- func (s *GetTableResponse) SetHeaders(v map[string]*string) *GetTableResponse
- func (s *GetTableResponse) SetStatusCode(v int32) *GetTableResponse
- func (s GetTableResponse) String() string
- type GetTableResponseBody
- func (s GetTableResponseBody) GoString() string
- func (s *GetTableResponseBody) SetCode(v string) *GetTableResponseBody
- func (s *GetTableResponseBody) SetMessage(v string) *GetTableResponseBody
- func (s *GetTableResponseBody) SetRequestId(v string) *GetTableResponseBody
- func (s *GetTableResponseBody) SetSuccess(v bool) *GetTableResponseBody
- func (s *GetTableResponseBody) SetTable(v *Table) *GetTableResponseBody
- func (s GetTableResponseBody) String() string
- type GetTableVersionRequest
- func (s GetTableVersionRequest) GoString() string
- func (s *GetTableVersionRequest) SetCatalogId(v string) *GetTableVersionRequest
- func (s *GetTableVersionRequest) SetDatabaseName(v string) *GetTableVersionRequest
- func (s *GetTableVersionRequest) SetTableName(v string) *GetTableVersionRequest
- func (s *GetTableVersionRequest) SetVersionId(v int32) *GetTableVersionRequest
- func (s GetTableVersionRequest) String() string
- type GetTableVersionResponse
- func (s GetTableVersionResponse) GoString() string
- func (s *GetTableVersionResponse) SetBody(v *GetTableVersionResponseBody) *GetTableVersionResponse
- func (s *GetTableVersionResponse) SetHeaders(v map[string]*string) *GetTableVersionResponse
- func (s *GetTableVersionResponse) SetStatusCode(v int32) *GetTableVersionResponse
- func (s GetTableVersionResponse) String() string
- type GetTableVersionResponseBody
- func (s GetTableVersionResponseBody) GoString() string
- func (s *GetTableVersionResponseBody) SetCode(v string) *GetTableVersionResponseBody
- func (s *GetTableVersionResponseBody) SetMessage(v string) *GetTableVersionResponseBody
- func (s *GetTableVersionResponseBody) SetRequestId(v string) *GetTableVersionResponseBody
- func (s *GetTableVersionResponseBody) SetSuccess(v bool) *GetTableVersionResponseBody
- func (s *GetTableVersionResponseBody) SetTableVersion(v *TableVersion) *GetTableVersionResponseBody
- func (s GetTableVersionResponseBody) String() string
- type GrantPermissionsRequest
- func (s GrantPermissionsRequest) GoString() string
- func (s *GrantPermissionsRequest) SetAccesses(v []*string) *GrantPermissionsRequest
- func (s *GrantPermissionsRequest) SetCatalogId(v string) *GrantPermissionsRequest
- func (s *GrantPermissionsRequest) SetDelegateAccesses(v []*string) *GrantPermissionsRequest
- func (s *GrantPermissionsRequest) SetMetaResource(v *MetaResource) *GrantPermissionsRequest
- func (s *GrantPermissionsRequest) SetPrincipal(v *Principal) *GrantPermissionsRequest
- func (s *GrantPermissionsRequest) SetType(v string) *GrantPermissionsRequest
- func (s GrantPermissionsRequest) String() string
- type GrantPermissionsResponse
- func (s GrantPermissionsResponse) GoString() string
- func (s *GrantPermissionsResponse) SetBody(v *GrantPermissionsResponseBody) *GrantPermissionsResponse
- func (s *GrantPermissionsResponse) SetHeaders(v map[string]*string) *GrantPermissionsResponse
- func (s *GrantPermissionsResponse) SetStatusCode(v int32) *GrantPermissionsResponse
- func (s GrantPermissionsResponse) String() string
- type GrantPermissionsResponseBody
- func (s GrantPermissionsResponseBody) GoString() string
- func (s *GrantPermissionsResponseBody) SetCode(v string) *GrantPermissionsResponseBody
- func (s *GrantPermissionsResponseBody) SetMessage(v string) *GrantPermissionsResponseBody
- func (s *GrantPermissionsResponseBody) SetRequestId(v string) *GrantPermissionsResponseBody
- func (s *GrantPermissionsResponseBody) SetSuccess(v bool) *GrantPermissionsResponseBody
- func (s GrantPermissionsResponseBody) String() string
- type GrantRevokeEntry
- func (s GrantRevokeEntry) GoString() string
- func (s *GrantRevokeEntry) SetAccesses(v []*string) *GrantRevokeEntry
- func (s *GrantRevokeEntry) SetDelegateAccesses(v []*string) *GrantRevokeEntry
- func (s *GrantRevokeEntry) SetId(v string) *GrantRevokeEntry
- func (s *GrantRevokeEntry) SetMetaResource(v *MetaResource) *GrantRevokeEntry
- func (s *GrantRevokeEntry) SetPrincipal(v *Principal) *GrantRevokeEntry
- func (s GrantRevokeEntry) String() string
- type GrantRevokeFailureEntry
- type GrantRoleToUsersRequest
- type GrantRoleToUsersResponse
- func (s GrantRoleToUsersResponse) GoString() string
- func (s *GrantRoleToUsersResponse) SetBody(v *GrantRoleToUsersResponseBody) *GrantRoleToUsersResponse
- func (s *GrantRoleToUsersResponse) SetHeaders(v map[string]*string) *GrantRoleToUsersResponse
- func (s *GrantRoleToUsersResponse) SetStatusCode(v int32) *GrantRoleToUsersResponse
- func (s GrantRoleToUsersResponse) String() string
- type GrantRoleToUsersResponseBody
- func (s GrantRoleToUsersResponseBody) GoString() string
- func (s *GrantRoleToUsersResponseBody) SetCode(v string) *GrantRoleToUsersResponseBody
- func (s *GrantRoleToUsersResponseBody) SetMessage(v string) *GrantRoleToUsersResponseBody
- func (s *GrantRoleToUsersResponseBody) SetRequestId(v string) *GrantRoleToUsersResponseBody
- func (s *GrantRoleToUsersResponseBody) SetSuccess(v bool) *GrantRoleToUsersResponseBody
- func (s GrantRoleToUsersResponseBody) String() string
- type GrantRolesToUserRequest
- type GrantRolesToUserResponse
- func (s GrantRolesToUserResponse) GoString() string
- func (s *GrantRolesToUserResponse) SetBody(v *GrantRolesToUserResponseBody) *GrantRolesToUserResponse
- func (s *GrantRolesToUserResponse) SetHeaders(v map[string]*string) *GrantRolesToUserResponse
- func (s *GrantRolesToUserResponse) SetStatusCode(v int32) *GrantRolesToUserResponse
- func (s GrantRolesToUserResponse) String() string
- type GrantRolesToUserResponseBody
- func (s GrantRolesToUserResponseBody) GoString() string
- func (s *GrantRolesToUserResponseBody) SetCode(v string) *GrantRolesToUserResponseBody
- func (s *GrantRolesToUserResponseBody) SetMessage(v string) *GrantRolesToUserResponseBody
- func (s *GrantRolesToUserResponseBody) SetRequestId(v string) *GrantRolesToUserResponseBody
- func (s *GrantRolesToUserResponseBody) SetSuccess(v bool) *GrantRolesToUserResponseBody
- func (s GrantRolesToUserResponseBody) String() string
- type HighLight
- type IndicatorStatistic
- type LifecycleResource
- func (s LifecycleResource) GoString() string
- func (s *LifecycleResource) SetBizId(v string) *LifecycleResource
- func (s *LifecycleResource) SetCatalogId(v string) *LifecycleResource
- func (s *LifecycleResource) SetDatabase(v *LifecycleResourceDatabase) *LifecycleResource
- func (s *LifecycleResource) SetDatabaseName(v string) *LifecycleResource
- func (s *LifecycleResource) SetDatabaseProfile(v *DatabaseProfile) *LifecycleResource
- func (s *LifecycleResource) SetGmtCreate(v string) *LifecycleResource
- func (s *LifecycleResource) SetLifecycleRuleBizId(v string) *LifecycleResource
- func (s *LifecycleResource) SetOwner(v int64) *LifecycleResource
- func (s *LifecycleResource) SetTable(v *LifecycleResourceTable) *LifecycleResource
- func (s *LifecycleResource) SetTableName(v string) *LifecycleResource
- func (s *LifecycleResource) SetTableProfile(v *TableProfile) *LifecycleResource
- func (s LifecycleResource) String() string
- type LifecycleResourceDatabase
- func (s LifecycleResourceDatabase) GoString() string
- func (s *LifecycleResourceDatabase) SetCreateTime(v int64) *LifecycleResourceDatabase
- func (s *LifecycleResourceDatabase) SetDescription(v string) *LifecycleResourceDatabase
- func (s *LifecycleResourceDatabase) SetLocationUri(v string) *LifecycleResourceDatabase
- func (s *LifecycleResourceDatabase) SetName(v string) *LifecycleResourceDatabase
- func (s *LifecycleResourceDatabase) SetUpdateTime(v int64) *LifecycleResourceDatabase
- func (s LifecycleResourceDatabase) String() string
- type LifecycleResourceTable
- func (s LifecycleResourceTable) GoString() string
- func (s *LifecycleResourceTable) SetCreateTime(v int64) *LifecycleResourceTable
- func (s *LifecycleResourceTable) SetDatabaseName(v string) *LifecycleResourceTable
- func (s *LifecycleResourceTable) SetParameters(v map[string]*string) *LifecycleResourceTable
- func (s *LifecycleResourceTable) SetSd(v *LifecycleResourceTableSd) *LifecycleResourceTable
- func (s *LifecycleResourceTable) SetTableName(v string) *LifecycleResourceTable
- func (s *LifecycleResourceTable) SetTableType(v string) *LifecycleResourceTable
- func (s LifecycleResourceTable) String() string
- type LifecycleResourceTableSd
- func (s LifecycleResourceTableSd) GoString() string
- func (s *LifecycleResourceTableSd) SetBucketCols(v []*string) *LifecycleResourceTableSd
- func (s *LifecycleResourceTableSd) SetInputFormat(v string) *LifecycleResourceTableSd
- func (s *LifecycleResourceTableSd) SetLocation(v string) *LifecycleResourceTableSd
- func (s *LifecycleResourceTableSd) SetOutputFormat(v string) *LifecycleResourceTableSd
- func (s *LifecycleResourceTableSd) SetParameters(v map[string]*string) *LifecycleResourceTableSd
- func (s *LifecycleResourceTableSd) SetSerDeInfo(v *LifecycleResourceTableSdSerDeInfo) *LifecycleResourceTableSd
- func (s LifecycleResourceTableSd) String() string
- type LifecycleResourceTableSdSerDeInfo
- func (s LifecycleResourceTableSdSerDeInfo) GoString() string
- func (s *LifecycleResourceTableSdSerDeInfo) SetName(v string) *LifecycleResourceTableSdSerDeInfo
- func (s *LifecycleResourceTableSdSerDeInfo) SetParameters(v map[string]*string) *LifecycleResourceTableSdSerDeInfo
- func (s *LifecycleResourceTableSdSerDeInfo) SetSerializationLib(v string) *LifecycleResourceTableSdSerDeInfo
- func (s LifecycleResourceTableSdSerDeInfo) String() string
- type LifecycleRule
- func (s LifecycleRule) GoString() string
- func (s *LifecycleRule) SetArchiveDays(v int32) *LifecycleRule
- func (s *LifecycleRule) SetBindCount(v int32) *LifecycleRule
- func (s *LifecycleRule) SetBizId(v string) *LifecycleRule
- func (s *LifecycleRule) SetCatalogId(v string) *LifecycleRule
- func (s *LifecycleRule) SetColdArchiveDays(v int32) *LifecycleRule
- func (s *LifecycleRule) SetConfig(v string) *LifecycleRule
- func (s *LifecycleRule) SetDescription(v string) *LifecycleRule
- func (s *LifecycleRule) SetGmtCreate(v string) *LifecycleRule
- func (s *LifecycleRule) SetGmtModified(v string) *LifecycleRule
- func (s *LifecycleRule) SetIaDays(v int32) *LifecycleRule
- func (s *LifecycleRule) SetName(v string) *LifecycleRule
- func (s *LifecycleRule) SetResourceType(v string) *LifecycleRule
- func (s *LifecycleRule) SetRuleType(v string) *LifecycleRule
- func (s *LifecycleRule) SetScheduleStatus(v string) *LifecycleRule
- func (s *LifecycleRule) SetWorkflow(v *Workflow) *LifecycleRule
- func (s *LifecycleRule) SetWorkflowId(v string) *LifecycleRule
- func (s *LifecycleRule) SetWorkflowInstance(v *WorkflowInstance) *LifecycleRule
- func (s LifecycleRule) String() string
- type LifecycleTask
- func (s LifecycleTask) GoString() string
- func (s *LifecycleTask) SetBizId(v string) *LifecycleTask
- func (s *LifecycleTask) SetLifecycleRule(v *LifecycleRule) *LifecycleTask
- func (s *LifecycleTask) SetName(v string) *LifecycleTask
- func (s *LifecycleTask) SetWorkflowInstance(v *WorkflowInstance) *LifecycleTask
- func (s LifecycleTask) String() string
- type ListCatalogsRequest
- func (s ListCatalogsRequest) GoString() string
- func (s *ListCatalogsRequest) SetIdPattern(v string) *ListCatalogsRequest
- func (s *ListCatalogsRequest) SetNextPageToken(v string) *ListCatalogsRequest
- func (s *ListCatalogsRequest) SetPageSize(v int32) *ListCatalogsRequest
- func (s ListCatalogsRequest) String() string
- type ListCatalogsResponse
- func (s ListCatalogsResponse) GoString() string
- func (s *ListCatalogsResponse) SetBody(v *ListCatalogsResponseBody) *ListCatalogsResponse
- func (s *ListCatalogsResponse) SetHeaders(v map[string]*string) *ListCatalogsResponse
- func (s *ListCatalogsResponse) SetStatusCode(v int32) *ListCatalogsResponse
- func (s ListCatalogsResponse) String() string
- type ListCatalogsResponseBody
- func (s ListCatalogsResponseBody) GoString() string
- func (s *ListCatalogsResponseBody) SetCatalogs(v []*Catalog) *ListCatalogsResponseBody
- func (s *ListCatalogsResponseBody) SetCode(v string) *ListCatalogsResponseBody
- func (s *ListCatalogsResponseBody) SetMessage(v string) *ListCatalogsResponseBody
- func (s *ListCatalogsResponseBody) SetNextPageToken(v string) *ListCatalogsResponseBody
- func (s *ListCatalogsResponseBody) SetRequestId(v string) *ListCatalogsResponseBody
- func (s *ListCatalogsResponseBody) SetSuccess(v bool) *ListCatalogsResponseBody
- func (s ListCatalogsResponseBody) String() string
- type ListDatabasesRequest
- func (s ListDatabasesRequest) GoString() string
- func (s *ListDatabasesRequest) SetCatalogId(v string) *ListDatabasesRequest
- func (s *ListDatabasesRequest) SetNamePattern(v string) *ListDatabasesRequest
- func (s *ListDatabasesRequest) SetNextPageToken(v string) *ListDatabasesRequest
- func (s *ListDatabasesRequest) SetPageSize(v int32) *ListDatabasesRequest
- func (s ListDatabasesRequest) String() string
- type ListDatabasesResponse
- func (s ListDatabasesResponse) GoString() string
- func (s *ListDatabasesResponse) SetBody(v *ListDatabasesResponseBody) *ListDatabasesResponse
- func (s *ListDatabasesResponse) SetHeaders(v map[string]*string) *ListDatabasesResponse
- func (s *ListDatabasesResponse) SetStatusCode(v int32) *ListDatabasesResponse
- func (s ListDatabasesResponse) String() string
- type ListDatabasesResponseBody
- func (s ListDatabasesResponseBody) GoString() string
- func (s *ListDatabasesResponseBody) SetCode(v string) *ListDatabasesResponseBody
- func (s *ListDatabasesResponseBody) SetDatabases(v []*Database) *ListDatabasesResponseBody
- func (s *ListDatabasesResponseBody) SetMessage(v string) *ListDatabasesResponseBody
- func (s *ListDatabasesResponseBody) SetNextPageToken(v string) *ListDatabasesResponseBody
- func (s *ListDatabasesResponseBody) SetRequestId(v string) *ListDatabasesResponseBody
- func (s *ListDatabasesResponseBody) SetSuccess(v bool) *ListDatabasesResponseBody
- func (s ListDatabasesResponseBody) String() string
- type ListFunctionNamesRequest
- func (s ListFunctionNamesRequest) GoString() string
- func (s *ListFunctionNamesRequest) SetCatalogId(v string) *ListFunctionNamesRequest
- func (s *ListFunctionNamesRequest) SetDatabaseName(v string) *ListFunctionNamesRequest
- func (s *ListFunctionNamesRequest) SetFunctionNamePattern(v string) *ListFunctionNamesRequest
- func (s *ListFunctionNamesRequest) SetNextPageToken(v string) *ListFunctionNamesRequest
- func (s *ListFunctionNamesRequest) SetPageSize(v int32) *ListFunctionNamesRequest
- func (s ListFunctionNamesRequest) String() string
- type ListFunctionNamesResponse
- func (s ListFunctionNamesResponse) GoString() string
- func (s *ListFunctionNamesResponse) SetBody(v *ListFunctionNamesResponseBody) *ListFunctionNamesResponse
- func (s *ListFunctionNamesResponse) SetHeaders(v map[string]*string) *ListFunctionNamesResponse
- func (s *ListFunctionNamesResponse) SetStatusCode(v int32) *ListFunctionNamesResponse
- func (s ListFunctionNamesResponse) String() string
- type ListFunctionNamesResponseBody
- func (s ListFunctionNamesResponseBody) GoString() string
- func (s *ListFunctionNamesResponseBody) SetCode(v string) *ListFunctionNamesResponseBody
- func (s *ListFunctionNamesResponseBody) SetFunctionNames(v []*string) *ListFunctionNamesResponseBody
- func (s *ListFunctionNamesResponseBody) SetMessage(v string) *ListFunctionNamesResponseBody
- func (s *ListFunctionNamesResponseBody) SetNextPageToken(v string) *ListFunctionNamesResponseBody
- func (s *ListFunctionNamesResponseBody) SetRequestId(v string) *ListFunctionNamesResponseBody
- func (s *ListFunctionNamesResponseBody) SetSuccess(v bool) *ListFunctionNamesResponseBody
- func (s ListFunctionNamesResponseBody) String() string
- type ListFunctionsRequest
- func (s ListFunctionsRequest) GoString() string
- func (s *ListFunctionsRequest) SetCatalogId(v string) *ListFunctionsRequest
- func (s *ListFunctionsRequest) SetDatabaseName(v string) *ListFunctionsRequest
- func (s *ListFunctionsRequest) SetFunctionNamePattern(v string) *ListFunctionsRequest
- func (s *ListFunctionsRequest) SetNextPageToken(v string) *ListFunctionsRequest
- func (s *ListFunctionsRequest) SetPageSize(v int32) *ListFunctionsRequest
- func (s ListFunctionsRequest) String() string
- type ListFunctionsResponse
- func (s ListFunctionsResponse) GoString() string
- func (s *ListFunctionsResponse) SetBody(v *ListFunctionsResponseBody) *ListFunctionsResponse
- func (s *ListFunctionsResponse) SetHeaders(v map[string]*string) *ListFunctionsResponse
- func (s *ListFunctionsResponse) SetStatusCode(v int32) *ListFunctionsResponse
- func (s ListFunctionsResponse) String() string
- type ListFunctionsResponseBody
- func (s ListFunctionsResponseBody) GoString() string
- func (s *ListFunctionsResponseBody) SetCode(v string) *ListFunctionsResponseBody
- func (s *ListFunctionsResponseBody) SetFunctions(v []*Function) *ListFunctionsResponseBody
- func (s *ListFunctionsResponseBody) SetMessage(v string) *ListFunctionsResponseBody
- func (s *ListFunctionsResponseBody) SetNextPageToken(v string) *ListFunctionsResponseBody
- func (s *ListFunctionsResponseBody) SetRequestId(v string) *ListFunctionsResponseBody
- func (s *ListFunctionsResponseBody) SetSuccess(v bool) *ListFunctionsResponseBody
- func (s ListFunctionsResponseBody) String() string
- type ListPartitionNamesRequest
- func (s ListPartitionNamesRequest) GoString() string
- func (s *ListPartitionNamesRequest) SetCatalogId(v string) *ListPartitionNamesRequest
- func (s *ListPartitionNamesRequest) SetDatabaseName(v string) *ListPartitionNamesRequest
- func (s *ListPartitionNamesRequest) SetNextPageToken(v string) *ListPartitionNamesRequest
- func (s *ListPartitionNamesRequest) SetPageSize(v int32) *ListPartitionNamesRequest
- func (s *ListPartitionNamesRequest) SetPartialPartValues(v []*string) *ListPartitionNamesRequest
- func (s *ListPartitionNamesRequest) SetTableName(v string) *ListPartitionNamesRequest
- func (s ListPartitionNamesRequest) String() string
- type ListPartitionNamesResponse
- func (s ListPartitionNamesResponse) GoString() string
- func (s *ListPartitionNamesResponse) SetBody(v *ListPartitionNamesResponseBody) *ListPartitionNamesResponse
- func (s *ListPartitionNamesResponse) SetHeaders(v map[string]*string) *ListPartitionNamesResponse
- func (s *ListPartitionNamesResponse) SetStatusCode(v int32) *ListPartitionNamesResponse
- func (s ListPartitionNamesResponse) String() string
- type ListPartitionNamesResponseBody
- func (s ListPartitionNamesResponseBody) GoString() string
- func (s *ListPartitionNamesResponseBody) SetCode(v string) *ListPartitionNamesResponseBody
- func (s *ListPartitionNamesResponseBody) SetMessage(v string) *ListPartitionNamesResponseBody
- func (s *ListPartitionNamesResponseBody) SetNextPageToken(v string) *ListPartitionNamesResponseBody
- func (s *ListPartitionNamesResponseBody) SetPartitionNames(v []*string) *ListPartitionNamesResponseBody
- func (s *ListPartitionNamesResponseBody) SetRequestId(v string) *ListPartitionNamesResponseBody
- func (s *ListPartitionNamesResponseBody) SetSuccess(v bool) *ListPartitionNamesResponseBody
- func (s ListPartitionNamesResponseBody) String() string
- type ListPartitionsByExprResponse
- func (s ListPartitionsByExprResponse) GoString() string
- func (s *ListPartitionsByExprResponse) SetHeaders(v map[string]*string) *ListPartitionsByExprResponse
- func (s *ListPartitionsByExprResponse) SetStatusCode(v int32) *ListPartitionsByExprResponse
- func (s ListPartitionsByExprResponse) String() string
- type ListPartitionsByFilterRequest
- func (s ListPartitionsByFilterRequest) GoString() string
- func (s *ListPartitionsByFilterRequest) SetCatalogId(v string) *ListPartitionsByFilterRequest
- func (s *ListPartitionsByFilterRequest) SetDatabaseName(v string) *ListPartitionsByFilterRequest
- func (s *ListPartitionsByFilterRequest) SetFilter(v string) *ListPartitionsByFilterRequest
- func (s *ListPartitionsByFilterRequest) SetIsShareSd(v bool) *ListPartitionsByFilterRequest
- func (s *ListPartitionsByFilterRequest) SetNextPageToken(v string) *ListPartitionsByFilterRequest
- func (s *ListPartitionsByFilterRequest) SetPageSize(v int32) *ListPartitionsByFilterRequest
- func (s *ListPartitionsByFilterRequest) SetTableName(v string) *ListPartitionsByFilterRequest
- func (s ListPartitionsByFilterRequest) String() string
- type ListPartitionsByFilterResponse
- func (s ListPartitionsByFilterResponse) GoString() string
- func (s *ListPartitionsByFilterResponse) SetBody(v *ListPartitionsByFilterResponseBody) *ListPartitionsByFilterResponse
- func (s *ListPartitionsByFilterResponse) SetHeaders(v map[string]*string) *ListPartitionsByFilterResponse
- func (s *ListPartitionsByFilterResponse) SetStatusCode(v int32) *ListPartitionsByFilterResponse
- func (s ListPartitionsByFilterResponse) String() string
- type ListPartitionsByFilterResponseBody
- func (s ListPartitionsByFilterResponseBody) GoString() string
- func (s *ListPartitionsByFilterResponseBody) SetCode(v string) *ListPartitionsByFilterResponseBody
- func (s *ListPartitionsByFilterResponseBody) SetMessage(v string) *ListPartitionsByFilterResponseBody
- func (s *ListPartitionsByFilterResponseBody) SetNextPageToken(v string) *ListPartitionsByFilterResponseBody
- func (s *ListPartitionsByFilterResponseBody) SetPartitionSpecs(v []*PartitionSpec) *ListPartitionsByFilterResponseBody
- func (s *ListPartitionsByFilterResponseBody) SetPartitions(v []*Partition) *ListPartitionsByFilterResponseBody
- func (s *ListPartitionsByFilterResponseBody) SetRequestId(v string) *ListPartitionsByFilterResponseBody
- func (s *ListPartitionsByFilterResponseBody) SetSuccess(v bool) *ListPartitionsByFilterResponseBody
- func (s ListPartitionsByFilterResponseBody) String() string
- type ListPartitionsProfileRequest
- func (s ListPartitionsProfileRequest) GoString() string
- func (s *ListPartitionsProfileRequest) SetCatalogId(v string) *ListPartitionsProfileRequest
- func (s *ListPartitionsProfileRequest) SetDatabaseName(v string) *ListPartitionsProfileRequest
- func (s *ListPartitionsProfileRequest) SetPageNumber(v int32) *ListPartitionsProfileRequest
- func (s *ListPartitionsProfileRequest) SetPageSize(v int32) *ListPartitionsProfileRequest
- func (s *ListPartitionsProfileRequest) SetPartitionNames(v []*string) *ListPartitionsProfileRequest
- func (s *ListPartitionsProfileRequest) SetTableName(v string) *ListPartitionsProfileRequest
- func (s ListPartitionsProfileRequest) String() string
- type ListPartitionsProfileResponse
- func (s ListPartitionsProfileResponse) GoString() string
- func (s *ListPartitionsProfileResponse) SetBody(v *ListPartitionsProfileResponseBody) *ListPartitionsProfileResponse
- func (s *ListPartitionsProfileResponse) SetHeaders(v map[string]*string) *ListPartitionsProfileResponse
- func (s *ListPartitionsProfileResponse) SetStatusCode(v int32) *ListPartitionsProfileResponse
- func (s ListPartitionsProfileResponse) String() string
- type ListPartitionsProfileResponseBody
- func (s ListPartitionsProfileResponseBody) GoString() string
- func (s *ListPartitionsProfileResponseBody) SetCode(v string) *ListPartitionsProfileResponseBody
- func (s *ListPartitionsProfileResponseBody) SetData(v []*PartitionProfile) *ListPartitionsProfileResponseBody
- func (s *ListPartitionsProfileResponseBody) SetLatestAccessNumDate(v string) *ListPartitionsProfileResponseBody
- func (s *ListPartitionsProfileResponseBody) SetLatestDate(v string) *ListPartitionsProfileResponseBody
- func (s *ListPartitionsProfileResponseBody) SetMessage(v string) *ListPartitionsProfileResponseBody
- func (s *ListPartitionsProfileResponseBody) SetRequestId(v string) *ListPartitionsProfileResponseBody
- func (s *ListPartitionsProfileResponseBody) SetSuccess(v bool) *ListPartitionsProfileResponseBody
- func (s *ListPartitionsProfileResponseBody) SetTotal(v int32) *ListPartitionsProfileResponseBody
- func (s ListPartitionsProfileResponseBody) String() string
- type ListPartitionsProfileShrinkRequest
- func (s ListPartitionsProfileShrinkRequest) GoString() string
- func (s *ListPartitionsProfileShrinkRequest) SetCatalogId(v string) *ListPartitionsProfileShrinkRequest
- func (s *ListPartitionsProfileShrinkRequest) SetDatabaseName(v string) *ListPartitionsProfileShrinkRequest
- func (s *ListPartitionsProfileShrinkRequest) SetPageNumber(v int32) *ListPartitionsProfileShrinkRequest
- func (s *ListPartitionsProfileShrinkRequest) SetPageSize(v int32) *ListPartitionsProfileShrinkRequest
- func (s *ListPartitionsProfileShrinkRequest) SetPartitionNamesShrink(v string) *ListPartitionsProfileShrinkRequest
- func (s *ListPartitionsProfileShrinkRequest) SetTableName(v string) *ListPartitionsProfileShrinkRequest
- func (s ListPartitionsProfileShrinkRequest) String() string
- type ListPartitionsRequest
- func (s ListPartitionsRequest) GoString() string
- func (s *ListPartitionsRequest) SetCatalogId(v string) *ListPartitionsRequest
- func (s *ListPartitionsRequest) SetDatabaseName(v string) *ListPartitionsRequest
- func (s *ListPartitionsRequest) SetIsShareSd(v bool) *ListPartitionsRequest
- func (s *ListPartitionsRequest) SetNextPageToken(v string) *ListPartitionsRequest
- func (s *ListPartitionsRequest) SetPageSize(v int32) *ListPartitionsRequest
- func (s *ListPartitionsRequest) SetPartialPartValues(v []*string) *ListPartitionsRequest
- func (s *ListPartitionsRequest) SetTableName(v string) *ListPartitionsRequest
- func (s ListPartitionsRequest) String() string
- type ListPartitionsResponse
- func (s ListPartitionsResponse) GoString() string
- func (s *ListPartitionsResponse) SetBody(v *ListPartitionsResponseBody) *ListPartitionsResponse
- func (s *ListPartitionsResponse) SetHeaders(v map[string]*string) *ListPartitionsResponse
- func (s *ListPartitionsResponse) SetStatusCode(v int32) *ListPartitionsResponse
- func (s ListPartitionsResponse) String() string
- type ListPartitionsResponseBody
- func (s ListPartitionsResponseBody) GoString() string
- func (s *ListPartitionsResponseBody) SetCode(v string) *ListPartitionsResponseBody
- func (s *ListPartitionsResponseBody) SetMessage(v string) *ListPartitionsResponseBody
- func (s *ListPartitionsResponseBody) SetNextPageToken(v string) *ListPartitionsResponseBody
- func (s *ListPartitionsResponseBody) SetPartitionSpecs(v []*PartitionSpec) *ListPartitionsResponseBody
- func (s *ListPartitionsResponseBody) SetPartitions(v []*Partition) *ListPartitionsResponseBody
- func (s *ListPartitionsResponseBody) SetRequestId(v string) *ListPartitionsResponseBody
- func (s *ListPartitionsResponseBody) SetSuccess(v bool) *ListPartitionsResponseBody
- func (s ListPartitionsResponseBody) String() string
- type ListPermissionsRequest
- func (s ListPermissionsRequest) GoString() string
- func (s *ListPermissionsRequest) SetCatalogId(v string) *ListPermissionsRequest
- func (s *ListPermissionsRequest) SetIsListUserRolePermissions(v bool) *ListPermissionsRequest
- func (s *ListPermissionsRequest) SetMetaResource(v *MetaResource) *ListPermissionsRequest
- func (s *ListPermissionsRequest) SetMetaResourceType(v string) *ListPermissionsRequest
- func (s *ListPermissionsRequest) SetNextPageToken(v string) *ListPermissionsRequest
- func (s *ListPermissionsRequest) SetPageSize(v int32) *ListPermissionsRequest
- func (s *ListPermissionsRequest) SetPrincipal(v *Principal) *ListPermissionsRequest
- func (s *ListPermissionsRequest) SetType(v string) *ListPermissionsRequest
- func (s ListPermissionsRequest) String() string
- type ListPermissionsResponse
- func (s ListPermissionsResponse) GoString() string
- func (s *ListPermissionsResponse) SetBody(v *ListPermissionsResponseBody) *ListPermissionsResponse
- func (s *ListPermissionsResponse) SetHeaders(v map[string]*string) *ListPermissionsResponse
- func (s *ListPermissionsResponse) SetStatusCode(v int32) *ListPermissionsResponse
- func (s ListPermissionsResponse) String() string
- type ListPermissionsResponseBody
- func (s ListPermissionsResponseBody) GoString() string
- func (s *ListPermissionsResponseBody) SetCode(v string) *ListPermissionsResponseBody
- func (s *ListPermissionsResponseBody) SetMessage(v string) *ListPermissionsResponseBody
- func (s *ListPermissionsResponseBody) SetNextPageToken(v string) *ListPermissionsResponseBody
- func (s *ListPermissionsResponseBody) SetPrincipalResourcePermissionsList(v []*PrincipalResourcePermissions) *ListPermissionsResponseBody
- func (s *ListPermissionsResponseBody) SetRequestId(v string) *ListPermissionsResponseBody
- func (s *ListPermissionsResponseBody) SetSuccess(v bool) *ListPermissionsResponseBody
- func (s *ListPermissionsResponseBody) SetTotalCount(v int64) *ListPermissionsResponseBody
- func (s ListPermissionsResponseBody) String() string
- type ListRoleUsersRequest
- func (s ListRoleUsersRequest) GoString() string
- func (s *ListRoleUsersRequest) SetNextPageToken(v string) *ListRoleUsersRequest
- func (s *ListRoleUsersRequest) SetPageSize(v int32) *ListRoleUsersRequest
- func (s *ListRoleUsersRequest) SetRoleName(v string) *ListRoleUsersRequest
- func (s *ListRoleUsersRequest) SetUserNamePattern(v string) *ListRoleUsersRequest
- func (s ListRoleUsersRequest) String() string
- type ListRoleUsersResponse
- func (s ListRoleUsersResponse) GoString() string
- func (s *ListRoleUsersResponse) SetBody(v *ListRoleUsersResponseBody) *ListRoleUsersResponse
- func (s *ListRoleUsersResponse) SetHeaders(v map[string]*string) *ListRoleUsersResponse
- func (s *ListRoleUsersResponse) SetStatusCode(v int32) *ListRoleUsersResponse
- func (s ListRoleUsersResponse) String() string
- type ListRoleUsersResponseBody
- func (s ListRoleUsersResponseBody) GoString() string
- func (s *ListRoleUsersResponseBody) SetCode(v string) *ListRoleUsersResponseBody
- func (s *ListRoleUsersResponseBody) SetMessage(v string) *ListRoleUsersResponseBody
- func (s *ListRoleUsersResponseBody) SetNextPageToken(v string) *ListRoleUsersResponseBody
- func (s *ListRoleUsersResponseBody) SetRequestId(v string) *ListRoleUsersResponseBody
- func (s *ListRoleUsersResponseBody) SetSuccess(v bool) *ListRoleUsersResponseBody
- func (s *ListRoleUsersResponseBody) SetUserRoles(v []*UserRole) *ListRoleUsersResponseBody
- func (s ListRoleUsersResponseBody) String() string
- type ListRolesRequest
- type ListRolesResponse
- func (s ListRolesResponse) GoString() string
- func (s *ListRolesResponse) SetBody(v *ListRolesResponseBody) *ListRolesResponse
- func (s *ListRolesResponse) SetHeaders(v map[string]*string) *ListRolesResponse
- func (s *ListRolesResponse) SetStatusCode(v int32) *ListRolesResponse
- func (s ListRolesResponse) String() string
- type ListRolesResponseBody
- func (s ListRolesResponseBody) GoString() string
- func (s *ListRolesResponseBody) SetCode(v string) *ListRolesResponseBody
- func (s *ListRolesResponseBody) SetMessage(v string) *ListRolesResponseBody
- func (s *ListRolesResponseBody) SetNextPageToken(v string) *ListRolesResponseBody
- func (s *ListRolesResponseBody) SetRequestId(v string) *ListRolesResponseBody
- func (s *ListRolesResponseBody) SetRoles(v []*Role) *ListRolesResponseBody
- func (s *ListRolesResponseBody) SetSuccess(v bool) *ListRolesResponseBody
- func (s ListRolesResponseBody) String() string
- type ListTableNamesRequest
- func (s ListTableNamesRequest) GoString() string
- func (s *ListTableNamesRequest) SetCatalogId(v string) *ListTableNamesRequest
- func (s *ListTableNamesRequest) SetDatabaseName(v string) *ListTableNamesRequest
- func (s *ListTableNamesRequest) SetNextPageToken(v string) *ListTableNamesRequest
- func (s *ListTableNamesRequest) SetPageSize(v int32) *ListTableNamesRequest
- func (s *ListTableNamesRequest) SetTableNamePattern(v string) *ListTableNamesRequest
- func (s *ListTableNamesRequest) SetTableType(v string) *ListTableNamesRequest
- func (s ListTableNamesRequest) String() string
- type ListTableNamesResponse
- func (s ListTableNamesResponse) GoString() string
- func (s *ListTableNamesResponse) SetBody(v *ListTableNamesResponseBody) *ListTableNamesResponse
- func (s *ListTableNamesResponse) SetHeaders(v map[string]*string) *ListTableNamesResponse
- func (s *ListTableNamesResponse) SetStatusCode(v int32) *ListTableNamesResponse
- func (s ListTableNamesResponse) String() string
- type ListTableNamesResponseBody
- func (s ListTableNamesResponseBody) GoString() string
- func (s *ListTableNamesResponseBody) SetCode(v string) *ListTableNamesResponseBody
- func (s *ListTableNamesResponseBody) SetMessage(v string) *ListTableNamesResponseBody
- func (s *ListTableNamesResponseBody) SetNextPageToken(v string) *ListTableNamesResponseBody
- func (s *ListTableNamesResponseBody) SetRequestId(v string) *ListTableNamesResponseBody
- func (s *ListTableNamesResponseBody) SetSuccess(v bool) *ListTableNamesResponseBody
- func (s *ListTableNamesResponseBody) SetTableNames(v []*string) *ListTableNamesResponseBody
- func (s ListTableNamesResponseBody) String() string
- type ListTableVersionsRequest
- func (s ListTableVersionsRequest) GoString() string
- func (s *ListTableVersionsRequest) SetCatalogId(v string) *ListTableVersionsRequest
- func (s *ListTableVersionsRequest) SetDatabaseName(v string) *ListTableVersionsRequest
- func (s *ListTableVersionsRequest) SetNextPageToken(v string) *ListTableVersionsRequest
- func (s *ListTableVersionsRequest) SetPageSize(v int32) *ListTableVersionsRequest
- func (s *ListTableVersionsRequest) SetTableName(v string) *ListTableVersionsRequest
- func (s ListTableVersionsRequest) String() string
- type ListTableVersionsResponse
- func (s ListTableVersionsResponse) GoString() string
- func (s *ListTableVersionsResponse) SetBody(v *ListTableVersionsResponseBody) *ListTableVersionsResponse
- func (s *ListTableVersionsResponse) SetHeaders(v map[string]*string) *ListTableVersionsResponse
- func (s *ListTableVersionsResponse) SetStatusCode(v int32) *ListTableVersionsResponse
- func (s ListTableVersionsResponse) String() string
- type ListTableVersionsResponseBody
- func (s ListTableVersionsResponseBody) GoString() string
- func (s *ListTableVersionsResponseBody) SetCode(v string) *ListTableVersionsResponseBody
- func (s *ListTableVersionsResponseBody) SetMessage(v string) *ListTableVersionsResponseBody
- func (s *ListTableVersionsResponseBody) SetNextPageToken(v string) *ListTableVersionsResponseBody
- func (s *ListTableVersionsResponseBody) SetRequestId(v string) *ListTableVersionsResponseBody
- func (s *ListTableVersionsResponseBody) SetSuccess(v bool) *ListTableVersionsResponseBody
- func (s *ListTableVersionsResponseBody) SetTableVersions(v []*TableVersion) *ListTableVersionsResponseBody
- func (s ListTableVersionsResponseBody) String() string
- type ListTablesRequest
- func (s ListTablesRequest) GoString() string
- func (s *ListTablesRequest) SetCatalogId(v string) *ListTablesRequest
- func (s *ListTablesRequest) SetDatabaseName(v string) *ListTablesRequest
- func (s *ListTablesRequest) SetNextPageToken(v string) *ListTablesRequest
- func (s *ListTablesRequest) SetPageSize(v int32) *ListTablesRequest
- func (s *ListTablesRequest) SetTableNamePattern(v string) *ListTablesRequest
- func (s *ListTablesRequest) SetTableType(v string) *ListTablesRequest
- func (s ListTablesRequest) String() string
- type ListTablesResponse
- func (s ListTablesResponse) GoString() string
- func (s *ListTablesResponse) SetBody(v *ListTablesResponseBody) *ListTablesResponse
- func (s *ListTablesResponse) SetHeaders(v map[string]*string) *ListTablesResponse
- func (s *ListTablesResponse) SetStatusCode(v int32) *ListTablesResponse
- func (s ListTablesResponse) String() string
- type ListTablesResponseBody
- func (s ListTablesResponseBody) GoString() string
- func (s *ListTablesResponseBody) SetCode(v string) *ListTablesResponseBody
- func (s *ListTablesResponseBody) SetMessage(v string) *ListTablesResponseBody
- func (s *ListTablesResponseBody) SetNextPageToken(v string) *ListTablesResponseBody
- func (s *ListTablesResponseBody) SetRequestId(v string) *ListTablesResponseBody
- func (s *ListTablesResponseBody) SetSuccess(v bool) *ListTablesResponseBody
- func (s *ListTablesResponseBody) SetTables(v []*Table) *ListTablesResponseBody
- func (s ListTablesResponseBody) String() string
- type ListUserRolesRequest
- func (s ListUserRolesRequest) GoString() string
- func (s *ListUserRolesRequest) SetNextPageToken(v string) *ListUserRolesRequest
- func (s *ListUserRolesRequest) SetPageSize(v int32) *ListUserRolesRequest
- func (s *ListUserRolesRequest) SetPrincipalArn(v string) *ListUserRolesRequest
- func (s *ListUserRolesRequest) SetRoleNamePattern(v string) *ListUserRolesRequest
- func (s ListUserRolesRequest) String() string
- type ListUserRolesResponse
- func (s ListUserRolesResponse) GoString() string
- func (s *ListUserRolesResponse) SetBody(v *ListUserRolesResponseBody) *ListUserRolesResponse
- func (s *ListUserRolesResponse) SetHeaders(v map[string]*string) *ListUserRolesResponse
- func (s *ListUserRolesResponse) SetStatusCode(v int32) *ListUserRolesResponse
- func (s ListUserRolesResponse) String() string
- type ListUserRolesResponseBody
- func (s ListUserRolesResponseBody) GoString() string
- func (s *ListUserRolesResponseBody) SetCode(v string) *ListUserRolesResponseBody
- func (s *ListUserRolesResponseBody) SetMessage(v string) *ListUserRolesResponseBody
- func (s *ListUserRolesResponseBody) SetNextPageToken(v string) *ListUserRolesResponseBody
- func (s *ListUserRolesResponseBody) SetRequestId(v string) *ListUserRolesResponseBody
- func (s *ListUserRolesResponseBody) SetSuccess(v bool) *ListUserRolesResponseBody
- func (s *ListUserRolesResponseBody) SetUserRoles(v []*UserRole) *ListUserRolesResponseBody
- func (s ListUserRolesResponseBody) String() string
- type LocationStorageRankDTO
- func (s LocationStorageRankDTO) GoString() string
- func (s *LocationStorageRankDTO) SetFileCnt(v int64) *LocationStorageRankDTO
- func (s *LocationStorageRankDTO) SetLocation(v string) *LocationStorageRankDTO
- func (s *LocationStorageRankDTO) SetStorage(v int64) *LocationStorageRankDTO
- func (s LocationStorageRankDTO) String() string
- type LockObj
- type LockStatus
- type LogInfo
- func (s LogInfo) GoString() string
- func (s *LogInfo) SetBizTime(v string) *LogInfo
- func (s *LogInfo) SetGmtCreate(v string) *LogInfo
- func (s *LogInfo) SetInstanceId(v string) *LogInfo
- func (s *LogInfo) SetLogContent(v string) *LogInfo
- func (s *LogInfo) SetLogId(v string) *LogInfo
- func (s *LogInfo) SetLogSummary(v string) *LogInfo
- func (s *LogInfo) SetLogType(v string) *LogInfo
- func (s LogInfo) String() string
- type MetaResource
- func (s MetaResource) GoString() string
- func (s *MetaResource) SetCatalogResource(v *CatalogResource) *MetaResource
- func (s *MetaResource) SetColumnResource(v *ColumnResource) *MetaResource
- func (s *MetaResource) SetDatabaseResource(v *DatabaseResource) *MetaResource
- func (s *MetaResource) SetFunctionResource(v *FunctionResource) *MetaResource
- func (s *MetaResource) SetResourceType(v string) *MetaResource
- func (s *MetaResource) SetTableResource(v *TableResource) *MetaResource
- func (s MetaResource) String() string
- type Order
- type Partition
- func (s Partition) GoString() string
- func (s *Partition) SetCreateTime(v int32) *Partition
- func (s *Partition) SetDatabaseName(v string) *Partition
- func (s *Partition) SetLastAccessTime(v int32) *Partition
- func (s *Partition) SetLastAnalyzedTime(v int32) *Partition
- func (s *Partition) SetParameters(v map[string]*string) *Partition
- func (s *Partition) SetPrivileges(v *PrincipalPrivilegeSet) *Partition
- func (s *Partition) SetSd(v *StorageDescriptor) *Partition
- func (s *Partition) SetTableName(v string) *Partition
- func (s *Partition) SetValues(v []*string) *Partition
- func (s Partition) String() string
- type PartitionError
- type PartitionInput
- func (s PartitionInput) GoString() string
- func (s *PartitionInput) SetCreateTime(v int32) *PartitionInput
- func (s *PartitionInput) SetDatabaseName(v string) *PartitionInput
- func (s *PartitionInput) SetLastAccessTime(v int32) *PartitionInput
- func (s *PartitionInput) SetLastAnalyzedTime(v int32) *PartitionInput
- func (s *PartitionInput) SetParameters(v map[string]*string) *PartitionInput
- func (s *PartitionInput) SetPrivileges(v *PrincipalPrivilegeSet) *PartitionInput
- func (s *PartitionInput) SetSd(v *StorageDescriptor) *PartitionInput
- func (s *PartitionInput) SetTableName(v string) *PartitionInput
- func (s *PartitionInput) SetValues(v []*string) *PartitionInput
- func (s PartitionInput) String() string
- type PartitionProfile
- func (s PartitionProfile) GoString() string
- func (s *PartitionProfile) SetAccessNum(v int64) *PartitionProfile
- func (s *PartitionProfile) SetAccessNumMonthly(v int64) *PartitionProfile
- func (s *PartitionProfile) SetAccessNumWeekly(v int64) *PartitionProfile
- func (s *PartitionProfile) SetArchiveStatus(v string) *PartitionProfile
- func (s *PartitionProfile) SetCreateTime(v string) *PartitionProfile
- func (s *PartitionProfile) SetDataSourceType(v string) *PartitionProfile
- func (s *PartitionProfile) SetDatabaseName(v string) *PartitionProfile
- func (s *PartitionProfile) SetFileCnt(v int64) *PartitionProfile
- func (s *PartitionProfile) SetFileSize(v int64) *PartitionProfile
- func (s *PartitionProfile) SetLastAccessNumTime(v string) *PartitionProfile
- func (s *PartitionProfile) SetLastAccessTime(v string) *PartitionProfile
- func (s *PartitionProfile) SetLastModifyTime(v string) *PartitionProfile
- func (s *PartitionProfile) SetLocation(v string) *PartitionProfile
- func (s *PartitionProfile) SetObjectAccessNum(v int64) *PartitionProfile
- func (s *PartitionProfile) SetObjectAccessNumMonthly(v int64) *PartitionProfile
- func (s *PartitionProfile) SetObjectAccessNumWeekly(v int64) *PartitionProfile
- func (s *PartitionProfile) SetObjectCnt(v int64) *PartitionProfile
- func (s *PartitionProfile) SetObjectSize(v int64) *PartitionProfile
- func (s *PartitionProfile) SetPartitionName(v string) *PartitionProfile
- func (s *PartitionProfile) SetTableName(v string) *PartitionProfile
- func (s PartitionProfile) String() string
- type PartitionSpec
- type PartitionSpecSharedStorageDescriptor
- func (s PartitionSpecSharedStorageDescriptor) GoString() string
- func (s *PartitionSpecSharedStorageDescriptor) SetCols(v []*FieldSchema) *PartitionSpecSharedStorageDescriptor
- func (s *PartitionSpecSharedStorageDescriptor) SetLocation(v string) *PartitionSpecSharedStorageDescriptor
- func (s PartitionSpecSharedStorageDescriptor) String() string
- type Principal
- type PrincipalPrivilegeSet
- func (s PrincipalPrivilegeSet) GoString() string
- func (s *PrincipalPrivilegeSet) SetGroupPrivileges(v map[string][]*PrivilegeGrantInfo) *PrincipalPrivilegeSet
- func (s *PrincipalPrivilegeSet) SetRolePrivileges(v map[string][]*PrivilegeGrantInfo) *PrincipalPrivilegeSet
- func (s *PrincipalPrivilegeSet) SetUserPrivileges(v map[string][]*PrivilegeGrantInfo) *PrincipalPrivilegeSet
- func (s PrincipalPrivilegeSet) String() string
- type PrincipalResourcePermissions
- func (s PrincipalResourcePermissions) GoString() string
- func (s *PrincipalResourcePermissions) SetAccesses(v []*string) *PrincipalResourcePermissions
- func (s *PrincipalResourcePermissions) SetDelegateAccesses(v []*string) *PrincipalResourcePermissions
- func (s *PrincipalResourcePermissions) SetMetaResource(v *MetaResource) *PrincipalResourcePermissions
- func (s *PrincipalResourcePermissions) SetPrincipal(v *Principal) *PrincipalResourcePermissions
- func (s PrincipalResourcePermissions) String() string
- type PrivilegeGrantInfo
- func (s PrivilegeGrantInfo) GoString() string
- func (s *PrivilegeGrantInfo) SetCreateTime(v int32) *PrivilegeGrantInfo
- func (s *PrivilegeGrantInfo) SetGrantOption(v bool) *PrivilegeGrantInfo
- func (s *PrivilegeGrantInfo) SetGrantor(v string) *PrivilegeGrantInfo
- func (s *PrivilegeGrantInfo) SetGrantorType(v string) *PrivilegeGrantInfo
- func (s *PrivilegeGrantInfo) SetPrivilege(v string) *PrivilegeGrantInfo
- func (s PrivilegeGrantInfo) String() string
- type PrivilegeResource
- type RefreshLockRequest
- type RefreshLockResponse
- func (s RefreshLockResponse) GoString() string
- func (s *RefreshLockResponse) SetBody(v *RefreshLockResponseBody) *RefreshLockResponse
- func (s *RefreshLockResponse) SetHeaders(v map[string]*string) *RefreshLockResponse
- func (s *RefreshLockResponse) SetStatusCode(v int32) *RefreshLockResponse
- func (s RefreshLockResponse) String() string
- type RefreshLockResponseBody
- func (s RefreshLockResponseBody) GoString() string
- func (s *RefreshLockResponseBody) SetCode(v string) *RefreshLockResponseBody
- func (s *RefreshLockResponseBody) SetMessage(v string) *RefreshLockResponseBody
- func (s *RefreshLockResponseBody) SetRequestId(v string) *RefreshLockResponseBody
- func (s *RefreshLockResponseBody) SetSuccess(v bool) *RefreshLockResponseBody
- func (s RefreshLockResponseBody) String() string
- type RegisterLocationRequest
- func (s RegisterLocationRequest) GoString() string
- func (s *RegisterLocationRequest) SetInventoryCollectEnabled(v bool) *RegisterLocationRequest
- func (s *RegisterLocationRequest) SetLocation(v string) *RegisterLocationRequest
- func (s *RegisterLocationRequest) SetOssLogCollectEnabled(v bool) *RegisterLocationRequest
- func (s *RegisterLocationRequest) SetRoleName(v string) *RegisterLocationRequest
- func (s RegisterLocationRequest) String() string
- type RegisterLocationResponse
- func (s RegisterLocationResponse) GoString() string
- func (s *RegisterLocationResponse) SetBody(v *RegisterLocationResponseBody) *RegisterLocationResponse
- func (s *RegisterLocationResponse) SetHeaders(v map[string]*string) *RegisterLocationResponse
- func (s *RegisterLocationResponse) SetStatusCode(v int32) *RegisterLocationResponse
- func (s RegisterLocationResponse) String() string
- type RegisterLocationResponseBody
- func (s RegisterLocationResponseBody) GoString() string
- func (s *RegisterLocationResponseBody) SetData(v *RegisterLocationResponseBodyData) *RegisterLocationResponseBody
- func (s *RegisterLocationResponseBody) SetRequestId(v string) *RegisterLocationResponseBody
- func (s *RegisterLocationResponseBody) SetSuccess(v bool) *RegisterLocationResponseBody
- func (s RegisterLocationResponseBody) String() string
- type RegisterLocationResponseBodyData
- func (s RegisterLocationResponseBodyData) GoString() string
- func (s *RegisterLocationResponseBodyData) SetLocationId(v string) *RegisterLocationResponseBodyData
- func (s *RegisterLocationResponseBodyData) SetStorageCollectTaskOperationResultList(v []*StorageCollectTaskOperationResult) *RegisterLocationResponseBodyData
- func (s RegisterLocationResponseBodyData) String() string
- type RenamePartitionRequest
- func (s RenamePartitionRequest) GoString() string
- func (s *RenamePartitionRequest) SetCatalogId(v string) *RenamePartitionRequest
- func (s *RenamePartitionRequest) SetDatabaseName(v string) *RenamePartitionRequest
- func (s *RenamePartitionRequest) SetPartitionInput(v *PartitionInput) *RenamePartitionRequest
- func (s *RenamePartitionRequest) SetPartitionValues(v []*string) *RenamePartitionRequest
- func (s *RenamePartitionRequest) SetTableName(v string) *RenamePartitionRequest
- func (s RenamePartitionRequest) String() string
- type RenamePartitionResponse
- func (s RenamePartitionResponse) GoString() string
- func (s *RenamePartitionResponse) SetBody(v *RenamePartitionResponseBody) *RenamePartitionResponse
- func (s *RenamePartitionResponse) SetHeaders(v map[string]*string) *RenamePartitionResponse
- func (s *RenamePartitionResponse) SetStatusCode(v int32) *RenamePartitionResponse
- func (s RenamePartitionResponse) String() string
- type RenamePartitionResponseBody
- func (s RenamePartitionResponseBody) GoString() string
- func (s *RenamePartitionResponseBody) SetCode(v string) *RenamePartitionResponseBody
- func (s *RenamePartitionResponseBody) SetMessage(v string) *RenamePartitionResponseBody
- func (s *RenamePartitionResponseBody) SetRequestId(v string) *RenamePartitionResponseBody
- func (s *RenamePartitionResponseBody) SetSuccess(v bool) *RenamePartitionResponseBody
- func (s RenamePartitionResponseBody) String() string
- type RenameTableRequest
- func (s RenameTableRequest) GoString() string
- func (s *RenameTableRequest) SetCatalogId(v string) *RenameTableRequest
- func (s *RenameTableRequest) SetDatabaseName(v string) *RenameTableRequest
- func (s *RenameTableRequest) SetIsAsync(v bool) *RenameTableRequest
- func (s *RenameTableRequest) SetTableInput(v *TableInput) *RenameTableRequest
- func (s *RenameTableRequest) SetTableName(v string) *RenameTableRequest
- func (s RenameTableRequest) String() string
- type RenameTableResponse
- func (s RenameTableResponse) GoString() string
- func (s *RenameTableResponse) SetBody(v *RenameTableResponseBody) *RenameTableResponse
- func (s *RenameTableResponse) SetHeaders(v map[string]*string) *RenameTableResponse
- func (s *RenameTableResponse) SetStatusCode(v int32) *RenameTableResponse
- func (s RenameTableResponse) String() string
- type RenameTableResponseBody
- func (s RenameTableResponseBody) GoString() string
- func (s *RenameTableResponseBody) SetCode(v string) *RenameTableResponseBody
- func (s *RenameTableResponseBody) SetMessage(v string) *RenameTableResponseBody
- func (s *RenameTableResponseBody) SetRequestId(v string) *RenameTableResponseBody
- func (s *RenameTableResponseBody) SetSuccess(v bool) *RenameTableResponseBody
- func (s *RenameTableResponseBody) SetTaskId(v string) *RenameTableResponseBody
- func (s RenameTableResponseBody) String() string
- type ResourceUri
- type RevokePermissionsRequest
- func (s RevokePermissionsRequest) GoString() string
- func (s *RevokePermissionsRequest) SetAccesses(v []*string) *RevokePermissionsRequest
- func (s *RevokePermissionsRequest) SetCatalogId(v string) *RevokePermissionsRequest
- func (s *RevokePermissionsRequest) SetDelegateAccesses(v []*string) *RevokePermissionsRequest
- func (s *RevokePermissionsRequest) SetMetaResource(v *MetaResource) *RevokePermissionsRequest
- func (s *RevokePermissionsRequest) SetPrincipal(v *Principal) *RevokePermissionsRequest
- func (s *RevokePermissionsRequest) SetType(v string) *RevokePermissionsRequest
- func (s RevokePermissionsRequest) String() string
- type RevokePermissionsResponse
- func (s RevokePermissionsResponse) GoString() string
- func (s *RevokePermissionsResponse) SetBody(v *RevokePermissionsResponseBody) *RevokePermissionsResponse
- func (s *RevokePermissionsResponse) SetHeaders(v map[string]*string) *RevokePermissionsResponse
- func (s *RevokePermissionsResponse) SetStatusCode(v int32) *RevokePermissionsResponse
- func (s RevokePermissionsResponse) String() string
- type RevokePermissionsResponseBody
- func (s RevokePermissionsResponseBody) GoString() string
- func (s *RevokePermissionsResponseBody) SetCode(v string) *RevokePermissionsResponseBody
- func (s *RevokePermissionsResponseBody) SetMessage(v string) *RevokePermissionsResponseBody
- func (s *RevokePermissionsResponseBody) SetRequestId(v string) *RevokePermissionsResponseBody
- func (s *RevokePermissionsResponseBody) SetSuccess(v bool) *RevokePermissionsResponseBody
- func (s RevokePermissionsResponseBody) String() string
- type RevokeRoleFromUsersRequest
- type RevokeRoleFromUsersResponse
- func (s RevokeRoleFromUsersResponse) GoString() string
- func (s *RevokeRoleFromUsersResponse) SetBody(v *RevokeRoleFromUsersResponseBody) *RevokeRoleFromUsersResponse
- func (s *RevokeRoleFromUsersResponse) SetHeaders(v map[string]*string) *RevokeRoleFromUsersResponse
- func (s *RevokeRoleFromUsersResponse) SetStatusCode(v int32) *RevokeRoleFromUsersResponse
- func (s RevokeRoleFromUsersResponse) String() string
- type RevokeRoleFromUsersResponseBody
- func (s RevokeRoleFromUsersResponseBody) GoString() string
- func (s *RevokeRoleFromUsersResponseBody) SetCode(v string) *RevokeRoleFromUsersResponseBody
- func (s *RevokeRoleFromUsersResponseBody) SetMessage(v string) *RevokeRoleFromUsersResponseBody
- func (s *RevokeRoleFromUsersResponseBody) SetRequestId(v string) *RevokeRoleFromUsersResponseBody
- func (s *RevokeRoleFromUsersResponseBody) SetSuccess(v bool) *RevokeRoleFromUsersResponseBody
- func (s RevokeRoleFromUsersResponseBody) String() string
- type RevokeRolesFromUserRequest
- type RevokeRolesFromUserResponse
- func (s RevokeRolesFromUserResponse) GoString() string
- func (s *RevokeRolesFromUserResponse) SetBody(v *RevokeRolesFromUserResponseBody) *RevokeRolesFromUserResponse
- func (s *RevokeRolesFromUserResponse) SetHeaders(v map[string]*string) *RevokeRolesFromUserResponse
- func (s *RevokeRolesFromUserResponse) SetStatusCode(v int32) *RevokeRolesFromUserResponse
- func (s RevokeRolesFromUserResponse) String() string
- type RevokeRolesFromUserResponseBody
- func (s RevokeRolesFromUserResponseBody) GoString() string
- func (s *RevokeRolesFromUserResponseBody) SetCode(v string) *RevokeRolesFromUserResponseBody
- func (s *RevokeRolesFromUserResponseBody) SetMessage(v string) *RevokeRolesFromUserResponseBody
- func (s *RevokeRolesFromUserResponseBody) SetRequestId(v string) *RevokeRolesFromUserResponseBody
- func (s *RevokeRolesFromUserResponseBody) SetSuccess(v bool) *RevokeRolesFromUserResponseBody
- func (s RevokeRolesFromUserResponseBody) String() string
- type Role
- func (s Role) GoString() string
- func (s *Role) SetCreateTime(v int64) *Role
- func (s *Role) SetDescription(v string) *Role
- func (s *Role) SetDisplayName(v string) *Role
- func (s *Role) SetIsPredefined(v int32) *Role
- func (s *Role) SetName(v string) *Role
- func (s *Role) SetPrincipalArn(v string) *Role
- func (s *Role) SetUpdateTime(v int64) *Role
- func (s *Role) SetUsers(v []*Principal) *Role
- func (s Role) String() string
- type RoleInput
- type RunMigrationWorkflowRequest
- type RunMigrationWorkflowResponse
- func (s RunMigrationWorkflowResponse) GoString() string
- func (s *RunMigrationWorkflowResponse) SetBody(v *RunMigrationWorkflowResponseBody) *RunMigrationWorkflowResponse
- func (s *RunMigrationWorkflowResponse) SetHeaders(v map[string]*string) *RunMigrationWorkflowResponse
- func (s *RunMigrationWorkflowResponse) SetStatusCode(v int32) *RunMigrationWorkflowResponse
- func (s RunMigrationWorkflowResponse) String() string
- type RunMigrationWorkflowResponseBody
- func (s RunMigrationWorkflowResponseBody) GoString() string
- func (s *RunMigrationWorkflowResponseBody) SetData(v string) *RunMigrationWorkflowResponseBody
- func (s *RunMigrationWorkflowResponseBody) SetRequestId(v string) *RunMigrationWorkflowResponseBody
- func (s *RunMigrationWorkflowResponseBody) SetSuccess(v bool) *RunMigrationWorkflowResponseBody
- func (s RunMigrationWorkflowResponseBody) String() string
- type SearchAcrossCatalogRequest
- func (s SearchAcrossCatalogRequest) GoString() string
- func (s *SearchAcrossCatalogRequest) SetCatalogIds(v []*string) *SearchAcrossCatalogRequest
- func (s *SearchAcrossCatalogRequest) SetPageNumber(v int64) *SearchAcrossCatalogRequest
- func (s *SearchAcrossCatalogRequest) SetPageSize(v int64) *SearchAcrossCatalogRequest
- func (s *SearchAcrossCatalogRequest) SetSearchText(v string) *SearchAcrossCatalogRequest
- func (s *SearchAcrossCatalogRequest) SetSearchTypes(v []*string) *SearchAcrossCatalogRequest
- func (s *SearchAcrossCatalogRequest) SetSortCriteria(v []*SortCriterion) *SearchAcrossCatalogRequest
- func (s SearchAcrossCatalogRequest) String() string
- type SearchAcrossCatalogResponse
- func (s SearchAcrossCatalogResponse) GoString() string
- func (s *SearchAcrossCatalogResponse) SetBody(v *SearchAcrossCatalogResponseBody) *SearchAcrossCatalogResponse
- func (s *SearchAcrossCatalogResponse) SetHeaders(v map[string]*string) *SearchAcrossCatalogResponse
- func (s *SearchAcrossCatalogResponse) SetStatusCode(v int32) *SearchAcrossCatalogResponse
- func (s SearchAcrossCatalogResponse) String() string
- type SearchAcrossCatalogResponseBody
- func (s SearchAcrossCatalogResponseBody) GoString() string
- func (s *SearchAcrossCatalogResponseBody) SetCatalogResult(v *SearchAcrossCatalogResponseBodyCatalogResult) *SearchAcrossCatalogResponseBody
- func (s *SearchAcrossCatalogResponseBody) SetCode(v string) *SearchAcrossCatalogResponseBody
- func (s *SearchAcrossCatalogResponseBody) SetDatabaseResult(v *SearchAcrossCatalogResponseBodyDatabaseResult) *SearchAcrossCatalogResponseBody
- func (s *SearchAcrossCatalogResponseBody) SetMessage(v string) *SearchAcrossCatalogResponseBody
- func (s *SearchAcrossCatalogResponseBody) SetRequestId(v string) *SearchAcrossCatalogResponseBody
- func (s *SearchAcrossCatalogResponseBody) SetSuccess(v bool) *SearchAcrossCatalogResponseBody
- func (s *SearchAcrossCatalogResponseBody) SetTableResult(v *SearchAcrossCatalogResponseBodyTableResult) *SearchAcrossCatalogResponseBody
- func (s SearchAcrossCatalogResponseBody) String() string
- type SearchAcrossCatalogResponseBodyCatalogResult
- func (s SearchAcrossCatalogResponseBodyCatalogResult) GoString() string
- func (s *SearchAcrossCatalogResponseBodyCatalogResult) SetCatalogs(v []*SearchAcrossCatalogResponseBodyCatalogResultCatalogs) *SearchAcrossCatalogResponseBodyCatalogResult
- func (s *SearchAcrossCatalogResponseBodyCatalogResult) SetTotalCount(v int64) *SearchAcrossCatalogResponseBodyCatalogResult
- func (s SearchAcrossCatalogResponseBodyCatalogResult) String() string
- type SearchAcrossCatalogResponseBodyCatalogResultCatalogs
- func (s SearchAcrossCatalogResponseBodyCatalogResultCatalogs) GoString() string
- func (s *SearchAcrossCatalogResponseBodyCatalogResultCatalogs) SetCatalog(v *Catalog) *SearchAcrossCatalogResponseBodyCatalogResultCatalogs
- func (s *SearchAcrossCatalogResponseBodyCatalogResultCatalogs) SetHighLightList(v []*HighLight) *SearchAcrossCatalogResponseBodyCatalogResultCatalogs
- func (s SearchAcrossCatalogResponseBodyCatalogResultCatalogs) String() string
- type SearchAcrossCatalogResponseBodyDatabaseResult
- func (s SearchAcrossCatalogResponseBodyDatabaseResult) GoString() string
- func (s *SearchAcrossCatalogResponseBodyDatabaseResult) SetDatabases(v []*SearchAcrossCatalogResponseBodyDatabaseResultDatabases) *SearchAcrossCatalogResponseBodyDatabaseResult
- func (s *SearchAcrossCatalogResponseBodyDatabaseResult) SetTotalCount(v int64) *SearchAcrossCatalogResponseBodyDatabaseResult
- func (s SearchAcrossCatalogResponseBodyDatabaseResult) String() string
- type SearchAcrossCatalogResponseBodyDatabaseResultDatabases
- func (s SearchAcrossCatalogResponseBodyDatabaseResultDatabases) GoString() string
- func (s *SearchAcrossCatalogResponseBodyDatabaseResultDatabases) SetDatabase(v *Database) *SearchAcrossCatalogResponseBodyDatabaseResultDatabases
- func (s *SearchAcrossCatalogResponseBodyDatabaseResultDatabases) SetHighLightList(v []*HighLight) *SearchAcrossCatalogResponseBodyDatabaseResultDatabases
- func (s SearchAcrossCatalogResponseBodyDatabaseResultDatabases) String() string
- type SearchAcrossCatalogResponseBodyTableResult
- func (s SearchAcrossCatalogResponseBodyTableResult) GoString() string
- func (s *SearchAcrossCatalogResponseBodyTableResult) SetTables(v []*SearchAcrossCatalogResponseBodyTableResultTables) *SearchAcrossCatalogResponseBodyTableResult
- func (s *SearchAcrossCatalogResponseBodyTableResult) SetTotalCount(v int64) *SearchAcrossCatalogResponseBodyTableResult
- func (s SearchAcrossCatalogResponseBodyTableResult) String() string
- type SearchAcrossCatalogResponseBodyTableResultTables
- func (s SearchAcrossCatalogResponseBodyTableResultTables) GoString() string
- func (s *SearchAcrossCatalogResponseBodyTableResultTables) SetHighLightList(v []*HighLight) *SearchAcrossCatalogResponseBodyTableResultTables
- func (s *SearchAcrossCatalogResponseBodyTableResultTables) SetTable(v *Table) *SearchAcrossCatalogResponseBodyTableResultTables
- func (s SearchAcrossCatalogResponseBodyTableResultTables) String() string
- type SearchRequest
- func (s SearchRequest) GoString() string
- func (s *SearchRequest) SetCatalogId(v string) *SearchRequest
- func (s *SearchRequest) SetPageNumber(v int64) *SearchRequest
- func (s *SearchRequest) SetPageSize(v int64) *SearchRequest
- func (s *SearchRequest) SetSearchText(v string) *SearchRequest
- func (s *SearchRequest) SetSearchType(v string) *SearchRequest
- func (s *SearchRequest) SetSortCriteria(v []*SortCriterion) *SearchRequest
- func (s SearchRequest) String() string
- type SearchResponse
- type SearchResponseBody
- func (s SearchResponseBody) GoString() string
- func (s *SearchResponseBody) SetCode(v string) *SearchResponseBody
- func (s *SearchResponseBody) SetDatabaseResult(v *SearchResponseBodyDatabaseResult) *SearchResponseBody
- func (s *SearchResponseBody) SetMessage(v string) *SearchResponseBody
- func (s *SearchResponseBody) SetRequestId(v string) *SearchResponseBody
- func (s *SearchResponseBody) SetSuccess(v bool) *SearchResponseBody
- func (s *SearchResponseBody) SetTableResult(v *SearchResponseBodyTableResult) *SearchResponseBody
- func (s SearchResponseBody) String() string
- type SearchResponseBodyDatabaseResult
- func (s SearchResponseBodyDatabaseResult) GoString() string
- func (s *SearchResponseBodyDatabaseResult) SetDatabases(v []*SearchResponseBodyDatabaseResultDatabases) *SearchResponseBodyDatabaseResult
- func (s *SearchResponseBodyDatabaseResult) SetTotalCount(v int64) *SearchResponseBodyDatabaseResult
- func (s SearchResponseBodyDatabaseResult) String() string
- type SearchResponseBodyDatabaseResultDatabases
- func (s SearchResponseBodyDatabaseResultDatabases) GoString() string
- func (s *SearchResponseBodyDatabaseResultDatabases) SetDatabase(v *Database) *SearchResponseBodyDatabaseResultDatabases
- func (s *SearchResponseBodyDatabaseResultDatabases) SetHighLightList(v []*HighLight) *SearchResponseBodyDatabaseResultDatabases
- func (s SearchResponseBodyDatabaseResultDatabases) String() string
- type SearchResponseBodyTableResult
- func (s SearchResponseBodyTableResult) GoString() string
- func (s *SearchResponseBodyTableResult) SetTables(v []*SearchResponseBodyTableResultTables) *SearchResponseBodyTableResult
- func (s *SearchResponseBodyTableResult) SetTotalCount(v int64) *SearchResponseBodyTableResult
- func (s SearchResponseBodyTableResult) String() string
- type SearchResponseBodyTableResultTables
- func (s SearchResponseBodyTableResultTables) GoString() string
- func (s *SearchResponseBodyTableResultTables) SetHighLightList(v []*HighLight) *SearchResponseBodyTableResultTables
- func (s *SearchResponseBodyTableResultTables) SetTable(v *Table) *SearchResponseBodyTableResultTables
- func (s SearchResponseBodyTableResultTables) String() string
- type SerDeInfo
- type SingleIndicatorDTO
- func (s SingleIndicatorDTO) GoString() string
- func (s *SingleIndicatorDTO) SetDayIncrement(v int64) *SingleIndicatorDTO
- func (s *SingleIndicatorDTO) SetDayOnDay(v float64) *SingleIndicatorDTO
- func (s *SingleIndicatorDTO) SetMonthIncrement(v int64) *SingleIndicatorDTO
- func (s *SingleIndicatorDTO) SetMonthOnMonth(v float64) *SingleIndicatorDTO
- func (s *SingleIndicatorDTO) SetTotal(v int64) *SingleIndicatorDTO
- func (s SingleIndicatorDTO) String() string
- type SkewedInfo
- type SmallFileCntRank
- func (s SmallFileCntRank) GoString() string
- func (s *SmallFileCntRank) SetDbName(v string) *SmallFileCntRank
- func (s *SmallFileCntRank) SetLocation(v string) *SmallFileCntRank
- func (s *SmallFileCntRank) SetQuantity(v int64) *SmallFileCntRank
- func (s *SmallFileCntRank) SetTableName(v string) *SmallFileCntRank
- func (s SmallFileCntRank) String() string
- type SortCriterion
- type StopMigrationWorkflowRequest
- type StopMigrationWorkflowResponse
- func (s StopMigrationWorkflowResponse) GoString() string
- func (s *StopMigrationWorkflowResponse) SetBody(v *StopMigrationWorkflowResponseBody) *StopMigrationWorkflowResponse
- func (s *StopMigrationWorkflowResponse) SetHeaders(v map[string]*string) *StopMigrationWorkflowResponse
- func (s *StopMigrationWorkflowResponse) SetStatusCode(v int32) *StopMigrationWorkflowResponse
- func (s StopMigrationWorkflowResponse) String() string
- type StopMigrationWorkflowResponseBody
- func (s StopMigrationWorkflowResponseBody) GoString() string
- func (s *StopMigrationWorkflowResponseBody) SetRequestId(v string) *StopMigrationWorkflowResponseBody
- func (s *StopMigrationWorkflowResponseBody) SetSuccess(v bool) *StopMigrationWorkflowResponseBody
- func (s StopMigrationWorkflowResponseBody) String() string
- type StorageCollectTaskOperationResult
- func (s StorageCollectTaskOperationResult) GoString() string
- func (s *StorageCollectTaskOperationResult) SetDlfCreated(v bool) *StorageCollectTaskOperationResult
- func (s *StorageCollectTaskOperationResult) SetErrCode(v string) *StorageCollectTaskOperationResult
- func (s *StorageCollectTaskOperationResult) SetErrMessage(v string) *StorageCollectTaskOperationResult
- func (s *StorageCollectTaskOperationResult) SetSuccess(v bool) *StorageCollectTaskOperationResult
- func (s *StorageCollectTaskOperationResult) SetTaskId(v string) *StorageCollectTaskOperationResult
- func (s *StorageCollectTaskOperationResult) SetTaskType(v string) *StorageCollectTaskOperationResult
- func (s StorageCollectTaskOperationResult) String() string
- type StorageDescriptor
- func (s StorageDescriptor) GoString() string
- func (s *StorageDescriptor) SetBucketCols(v []*string) *StorageDescriptor
- func (s *StorageDescriptor) SetCols(v []*FieldSchema) *StorageDescriptor
- func (s *StorageDescriptor) SetCompressed(v bool) *StorageDescriptor
- func (s *StorageDescriptor) SetInputFormat(v string) *StorageDescriptor
- func (s *StorageDescriptor) SetLocation(v string) *StorageDescriptor
- func (s *StorageDescriptor) SetNumBuckets(v int32) *StorageDescriptor
- func (s *StorageDescriptor) SetOutputFormat(v string) *StorageDescriptor
- func (s *StorageDescriptor) SetParameters(v map[string]*string) *StorageDescriptor
- func (s *StorageDescriptor) SetSerDeInfo(v *SerDeInfo) *StorageDescriptor
- func (s *StorageDescriptor) SetSkewedInfo(v *SkewedInfo) *StorageDescriptor
- func (s *StorageDescriptor) SetSortCols(v []*Order) *StorageDescriptor
- func (s *StorageDescriptor) SetStoredAsSubDirectories(v bool) *StorageDescriptor
- func (s StorageDescriptor) String() string
- type StorageFormat
- func (s StorageFormat) GoString() string
- func (s *StorageFormat) SetAvro(v int64) *StorageFormat
- func (s *StorageFormat) SetCsv(v int64) *StorageFormat
- func (s *StorageFormat) SetDelta(v int64) *StorageFormat
- func (s *StorageFormat) SetHudi(v int64) *StorageFormat
- func (s *StorageFormat) SetIceberg(v int64) *StorageFormat
- func (s *StorageFormat) SetJson(v int64) *StorageFormat
- func (s *StorageFormat) SetOrc(v int64) *StorageFormat
- func (s *StorageFormat) SetParquet(v int64) *StorageFormat
- func (s *StorageFormat) SetUncategorized(v int64) *StorageFormat
- func (s StorageFormat) String() string
- type StorageLayer
- func (s StorageLayer) GoString() string
- func (s *StorageLayer) SetArchive(v int64) *StorageLayer
- func (s *StorageLayer) SetColdArchive(v int64) *StorageLayer
- func (s *StorageLayer) SetInfrequent(v int64) *StorageLayer
- func (s *StorageLayer) SetStandard(v int64) *StorageLayer
- func (s *StorageLayer) SetUnknown(v int64) *StorageLayer
- func (s StorageLayer) String() string
- type StorageRankDTO
- func (s StorageRankDTO) GoString() string
- func (s *StorageRankDTO) SetDbStorageRank(v []*DbStorageRank) *StorageRankDTO
- func (s *StorageRankDTO) SetSmallFileCntRank(v []*SmallFileCntRank) *StorageRankDTO
- func (s *StorageRankDTO) SetTableStorageRank(v []*TableStorageRank) *StorageRankDTO
- func (s StorageRankDTO) String() string
- type StorageSummary
- type StrogeCollectTask
- func (s StrogeCollectTask) GoString() string
- func (s *StrogeCollectTask) SetDestinationBucketName(v string) *StrogeCollectTask
- func (s *StrogeCollectTask) SetDestinationPrefix(v string) *StrogeCollectTask
- func (s *StrogeCollectTask) SetDlfCreated(v bool) *StrogeCollectTask
- func (s *StrogeCollectTask) SetGmtCreate(v string) *StrogeCollectTask
- func (s *StrogeCollectTask) SetGmtModified(v string) *StrogeCollectTask
- func (s *StrogeCollectTask) SetId(v string) *StrogeCollectTask
- func (s *StrogeCollectTask) SetInventoryId(v string) *StrogeCollectTask
- func (s *StrogeCollectTask) SetLocation(v string) *StrogeCollectTask
- func (s *StrogeCollectTask) SetStatus(v string) *StrogeCollectTask
- func (s *StrogeCollectTask) SetTaskType(v string) *StrogeCollectTask
- func (s StrogeCollectTask) String() string
- type SubmitQueryRequest
- func (s SubmitQueryRequest) GoString() string
- func (s *SubmitQueryRequest) SetCatalogId(v string) *SubmitQueryRequest
- func (s *SubmitQueryRequest) SetSql(v string) *SubmitQueryRequest
- func (s *SubmitQueryRequest) SetWorkspaceId(v string) *SubmitQueryRequest
- func (s SubmitQueryRequest) String() string
- type SubmitQueryResponse
- func (s SubmitQueryResponse) GoString() string
- func (s *SubmitQueryResponse) SetBody(v *SubmitQueryResponseBody) *SubmitQueryResponse
- func (s *SubmitQueryResponse) SetHeaders(v map[string]*string) *SubmitQueryResponse
- func (s *SubmitQueryResponse) SetStatusCode(v int32) *SubmitQueryResponse
- func (s SubmitQueryResponse) String() string
- type SubmitQueryResponseBody
- func (s SubmitQueryResponseBody) GoString() string
- func (s *SubmitQueryResponseBody) SetData(v string) *SubmitQueryResponseBody
- func (s *SubmitQueryResponseBody) SetRequestId(v string) *SubmitQueryResponseBody
- func (s *SubmitQueryResponseBody) SetSuccess(v bool) *SubmitQueryResponseBody
- func (s SubmitQueryResponseBody) String() string
- type Table
- func (s Table) GoString() string
- func (s *Table) SetCascade(v bool) *Table
- func (s *Table) SetCreateTime(v int32) *Table
- func (s *Table) SetCreatedBy(v string) *Table
- func (s *Table) SetDatabaseName(v string) *Table
- func (s *Table) SetLastAccessTime(v int32) *Table
- func (s *Table) SetLastAnalyzedTime(v int32) *Table
- func (s *Table) SetOwner(v string) *Table
- func (s *Table) SetOwnerType(v string) *Table
- func (s *Table) SetParameters(v map[string]*string) *Table
- func (s *Table) SetPartitionKeys(v []*FieldSchema) *Table
- func (s *Table) SetPrivileges(v *PrincipalPrivilegeSet) *Table
- func (s *Table) SetRetention(v int32) *Table
- func (s *Table) SetRewriteEnabled(v bool) *Table
- func (s *Table) SetSd(v *StorageDescriptor) *Table
- func (s *Table) SetTableId(v string) *Table
- func (s *Table) SetTableName(v string) *Table
- func (s *Table) SetTableType(v string) *Table
- func (s *Table) SetTableVersion(v *TableVersion) *Table
- func (s *Table) SetTemporary(v bool) *Table
- func (s *Table) SetUpdateTime(v int32) *Table
- func (s *Table) SetViewExpandedText(v string) *Table
- func (s *Table) SetViewOriginalText(v string) *Table
- func (s Table) String() string
- type TableError
- type TableExtended
- func (s TableExtended) GoString() string
- func (s *TableExtended) SetCascade(v bool) *TableExtended
- func (s *TableExtended) SetCreateTime(v int32) *TableExtended
- func (s *TableExtended) SetCreatedBy(v string) *TableExtended
- func (s *TableExtended) SetDatabaseName(v string) *TableExtended
- func (s *TableExtended) SetLastAccessTime(v int32) *TableExtended
- func (s *TableExtended) SetLastAnalyzedTime(v int32) *TableExtended
- func (s *TableExtended) SetOwner(v string) *TableExtended
- func (s *TableExtended) SetOwnerType(v string) *TableExtended
- func (s *TableExtended) SetParameters(v map[string]*string) *TableExtended
- func (s *TableExtended) SetPartitionKeys(v []*FieldSchema) *TableExtended
- func (s *TableExtended) SetPrivileges(v *TableExtendedPrivileges) *TableExtended
- func (s *TableExtended) SetRetention(v int32) *TableExtended
- func (s *TableExtended) SetRewriteEnabled(v bool) *TableExtended
- func (s *TableExtended) SetSd(v *TableExtendedSd) *TableExtended
- func (s *TableExtended) SetTableFormat(v string) *TableExtended
- func (s *TableExtended) SetTableName(v string) *TableExtended
- func (s *TableExtended) SetTableType(v string) *TableExtended
- func (s *TableExtended) SetTemporary(v bool) *TableExtended
- func (s *TableExtended) SetUpdateTime(v int32) *TableExtended
- func (s *TableExtended) SetViewExpandedText(v string) *TableExtended
- func (s *TableExtended) SetViewOriginalText(v string) *TableExtended
- func (s TableExtended) String() string
- type TableExtendedPrivileges
- func (s TableExtendedPrivileges) GoString() string
- func (s *TableExtendedPrivileges) SetGroupPrivileges(v map[string][]*TableExtendedPrivilegesGroupPrivilegesValue) *TableExtendedPrivileges
- func (s *TableExtendedPrivileges) SetRolePrivileges(v map[string][]*TableExtendedPrivilegesRolePrivilegesValue) *TableExtendedPrivileges
- func (s *TableExtendedPrivileges) SetUserPrivileges(v map[string][]*TableExtendedPrivilegesUserPrivilegesValue) *TableExtendedPrivileges
- func (s TableExtendedPrivileges) String() string
- type TableExtendedPrivilegesGroupPrivilegesValue
- func (s TableExtendedPrivilegesGroupPrivilegesValue) GoString() string
- func (s *TableExtendedPrivilegesGroupPrivilegesValue) SetCreateTime(v int32) *TableExtendedPrivilegesGroupPrivilegesValue
- func (s *TableExtendedPrivilegesGroupPrivilegesValue) SetGrantOption(v bool) *TableExtendedPrivilegesGroupPrivilegesValue
- func (s *TableExtendedPrivilegesGroupPrivilegesValue) SetGrantor(v string) *TableExtendedPrivilegesGroupPrivilegesValue
- func (s *TableExtendedPrivilegesGroupPrivilegesValue) SetGrantorType(v string) *TableExtendedPrivilegesGroupPrivilegesValue
- func (s *TableExtendedPrivilegesGroupPrivilegesValue) SetPrivilege(v string) *TableExtendedPrivilegesGroupPrivilegesValue
- func (s TableExtendedPrivilegesGroupPrivilegesValue) String() string
- type TableExtendedPrivilegesRolePrivilegesValue
- func (s TableExtendedPrivilegesRolePrivilegesValue) GoString() string
- func (s *TableExtendedPrivilegesRolePrivilegesValue) SetCreateTime(v int32) *TableExtendedPrivilegesRolePrivilegesValue
- func (s *TableExtendedPrivilegesRolePrivilegesValue) SetGrantOption(v bool) *TableExtendedPrivilegesRolePrivilegesValue
- func (s *TableExtendedPrivilegesRolePrivilegesValue) SetGrantor(v string) *TableExtendedPrivilegesRolePrivilegesValue
- func (s *TableExtendedPrivilegesRolePrivilegesValue) SetGrantorType(v string) *TableExtendedPrivilegesRolePrivilegesValue
- func (s *TableExtendedPrivilegesRolePrivilegesValue) SetPrivilege(v string) *TableExtendedPrivilegesRolePrivilegesValue
- func (s TableExtendedPrivilegesRolePrivilegesValue) String() string
- type TableExtendedPrivilegesUserPrivilegesValue
- func (s TableExtendedPrivilegesUserPrivilegesValue) GoString() string
- func (s *TableExtendedPrivilegesUserPrivilegesValue) SetCreateTime(v int32) *TableExtendedPrivilegesUserPrivilegesValue
- func (s *TableExtendedPrivilegesUserPrivilegesValue) SetGrantOption(v bool) *TableExtendedPrivilegesUserPrivilegesValue
- func (s *TableExtendedPrivilegesUserPrivilegesValue) SetGrantor(v string) *TableExtendedPrivilegesUserPrivilegesValue
- func (s *TableExtendedPrivilegesUserPrivilegesValue) SetGrantorType(v string) *TableExtendedPrivilegesUserPrivilegesValue
- func (s *TableExtendedPrivilegesUserPrivilegesValue) SetPrivilege(v string) *TableExtendedPrivilegesUserPrivilegesValue
- func (s TableExtendedPrivilegesUserPrivilegesValue) String() string
- type TableExtendedSd
- func (s TableExtendedSd) GoString() string
- func (s *TableExtendedSd) SetBucketCols(v []*string) *TableExtendedSd
- func (s *TableExtendedSd) SetCols(v []*FieldSchema) *TableExtendedSd
- func (s *TableExtendedSd) SetCompressed(v bool) *TableExtendedSd
- func (s *TableExtendedSd) SetInputFormat(v string) *TableExtendedSd
- func (s *TableExtendedSd) SetLocation(v string) *TableExtendedSd
- func (s *TableExtendedSd) SetNumBuckets(v int32) *TableExtendedSd
- func (s *TableExtendedSd) SetOutputFormat(v string) *TableExtendedSd
- func (s *TableExtendedSd) SetParameters(v map[string]*string) *TableExtendedSd
- func (s *TableExtendedSd) SetSerDeInfo(v *TableExtendedSdSerDeInfo) *TableExtendedSd
- func (s *TableExtendedSd) SetSkewedInfo(v *TableExtendedSdSkewedInfo) *TableExtendedSd
- func (s *TableExtendedSd) SetSortCols(v []*Order) *TableExtendedSd
- func (s *TableExtendedSd) SetStoredAsSubDirectories(v bool) *TableExtendedSd
- func (s TableExtendedSd) String() string
- type TableExtendedSdSerDeInfo
- func (s TableExtendedSdSerDeInfo) GoString() string
- func (s *TableExtendedSdSerDeInfo) SetName(v string) *TableExtendedSdSerDeInfo
- func (s *TableExtendedSdSerDeInfo) SetParameters(v map[string]*string) *TableExtendedSdSerDeInfo
- func (s *TableExtendedSdSerDeInfo) SetSerializationLib(v string) *TableExtendedSdSerDeInfo
- func (s TableExtendedSdSerDeInfo) String() string
- type TableExtendedSdSkewedInfo
- func (s TableExtendedSdSkewedInfo) GoString() string
- func (s *TableExtendedSdSkewedInfo) SetSkewedColNames(v []*string) *TableExtendedSdSkewedInfo
- func (s *TableExtendedSdSkewedInfo) SetSkewedColValueLocationMaps(v map[string]*string) *TableExtendedSdSkewedInfo
- func (s *TableExtendedSdSkewedInfo) SetSkewedColValues(v [][]*string) *TableExtendedSdSkewedInfo
- func (s TableExtendedSdSkewedInfo) String() string
- type TableInput
- func (s TableInput) GoString() string
- func (s *TableInput) SetCascade(v bool) *TableInput
- func (s *TableInput) SetCreateTime(v int32) *TableInput
- func (s *TableInput) SetCreatedBy(v string) *TableInput
- func (s *TableInput) SetDatabaseName(v string) *TableInput
- func (s *TableInput) SetLastAccessTime(v int32) *TableInput
- func (s *TableInput) SetLastAnalyzedTime(v int32) *TableInput
- func (s *TableInput) SetOwner(v string) *TableInput
- func (s *TableInput) SetOwnerType(v string) *TableInput
- func (s *TableInput) SetParameters(v map[string]*string) *TableInput
- func (s *TableInput) SetPartitionKeys(v []*FieldSchema) *TableInput
- func (s *TableInput) SetPrivileges(v *PrincipalPrivilegeSet) *TableInput
- func (s *TableInput) SetRetention(v int32) *TableInput
- func (s *TableInput) SetRewriteEnabled(v bool) *TableInput
- func (s *TableInput) SetSd(v *StorageDescriptor) *TableInput
- func (s *TableInput) SetTableName(v string) *TableInput
- func (s *TableInput) SetTableType(v string) *TableInput
- func (s *TableInput) SetTemporary(v bool) *TableInput
- func (s *TableInput) SetViewExpandedText(v string) *TableInput
- func (s *TableInput) SetViewOriginalText(v string) *TableInput
- func (s TableInput) String() string
- type TableProfile
- func (s TableProfile) GoString() string
- func (s *TableProfile) SetAccessNum(v int64) *TableProfile
- func (s *TableProfile) SetAccessNumMonthly(v int64) *TableProfile
- func (s *TableProfile) SetAccessNumWeekly(v int64) *TableProfile
- func (s *TableProfile) SetCreateTime(v string) *TableProfile
- func (s *TableProfile) SetDataSourceType(v string) *TableProfile
- func (s *TableProfile) SetDatabaseName(v string) *TableProfile
- func (s *TableProfile) SetFileCnt(v int64) *TableProfile
- func (s *TableProfile) SetFileSize(v int64) *TableProfile
- func (s *TableProfile) SetIsPartitioned(v bool) *TableProfile
- func (s *TableProfile) SetLastAccessNumTime(v string) *TableProfile
- func (s *TableProfile) SetLastAccessTime(v string) *TableProfile
- func (s *TableProfile) SetLastDdlTime(v string) *TableProfile
- func (s *TableProfile) SetLastModifyTime(v string) *TableProfile
- func (s *TableProfile) SetLatestAccessNumDate(v string) *TableProfile
- func (s *TableProfile) SetLatestDate(v string) *TableProfile
- func (s *TableProfile) SetLocation(v string) *TableProfile
- func (s *TableProfile) SetObjectAccessNum(v int64) *TableProfile
- func (s *TableProfile) SetObjectAccessNumMonthly(v int64) *TableProfile
- func (s *TableProfile) SetObjectAccessNumWeekly(v int64) *TableProfile
- func (s *TableProfile) SetObjectCnt(v int64) *TableProfile
- func (s *TableProfile) SetObjectSize(v int64) *TableProfile
- func (s *TableProfile) SetPartitionCnt(v int64) *TableProfile
- func (s *TableProfile) SetRecordCnt(v int64) *TableProfile
- func (s *TableProfile) SetTableName(v string) *TableProfile
- func (s TableProfile) String() string
- type TableResource
- type TableStorageRank
- type TableVersion
- type TaskStatus
- type UnLockRequest
- type UnLockResponse
- type UnLockResponseBody
- func (s UnLockResponseBody) GoString() string
- func (s *UnLockResponseBody) SetCode(v string) *UnLockResponseBody
- func (s *UnLockResponseBody) SetMessage(v string) *UnLockResponseBody
- func (s *UnLockResponseBody) SetRequestId(v string) *UnLockResponseBody
- func (s *UnLockResponseBody) SetSuccess(v bool) *UnLockResponseBody
- func (s UnLockResponseBody) String() string
- type UnarchiveDetail
- func (s UnarchiveDetail) GoString() string
- func (s *UnarchiveDetail) SetApiCallTimes(v int64) *UnarchiveDetail
- func (s *UnarchiveDetail) SetCost(v int64) *UnarchiveDetail
- func (s *UnarchiveDetail) SetStorageSize(v int64) *UnarchiveDetail
- func (s *UnarchiveDetail) SetStorageType(v string) *UnarchiveDetail
- func (s *UnarchiveDetail) SetUnarchiveTaskStatus(v string) *UnarchiveDetail
- func (s UnarchiveDetail) String() string
- type UpdateCatalogRequest
- type UpdateCatalogResponse
- func (s UpdateCatalogResponse) GoString() string
- func (s *UpdateCatalogResponse) SetBody(v *UpdateCatalogResponseBody) *UpdateCatalogResponse
- func (s *UpdateCatalogResponse) SetHeaders(v map[string]*string) *UpdateCatalogResponse
- func (s *UpdateCatalogResponse) SetStatusCode(v int32) *UpdateCatalogResponse
- func (s UpdateCatalogResponse) String() string
- type UpdateCatalogResponseBody
- func (s UpdateCatalogResponseBody) GoString() string
- func (s *UpdateCatalogResponseBody) SetCode(v string) *UpdateCatalogResponseBody
- func (s *UpdateCatalogResponseBody) SetMessage(v string) *UpdateCatalogResponseBody
- func (s *UpdateCatalogResponseBody) SetRequestId(v string) *UpdateCatalogResponseBody
- func (s *UpdateCatalogResponseBody) SetSuccess(v bool) *UpdateCatalogResponseBody
- func (s UpdateCatalogResponseBody) String() string
- type UpdateCatalogSettingsRequest
- func (s UpdateCatalogSettingsRequest) GoString() string
- func (s *UpdateCatalogSettingsRequest) SetCatalogId(v string) *UpdateCatalogSettingsRequest
- func (s *UpdateCatalogSettingsRequest) SetCatalogSettings(v *CatalogSettings) *UpdateCatalogSettingsRequest
- func (s UpdateCatalogSettingsRequest) String() string
- type UpdateCatalogSettingsResponse
- func (s UpdateCatalogSettingsResponse) GoString() string
- func (s *UpdateCatalogSettingsResponse) SetBody(v *UpdateCatalogSettingsResponseBody) *UpdateCatalogSettingsResponse
- func (s *UpdateCatalogSettingsResponse) SetHeaders(v map[string]*string) *UpdateCatalogSettingsResponse
- func (s *UpdateCatalogSettingsResponse) SetStatusCode(v int32) *UpdateCatalogSettingsResponse
- func (s UpdateCatalogSettingsResponse) String() string
- type UpdateCatalogSettingsResponseBody
- func (s UpdateCatalogSettingsResponseBody) GoString() string
- func (s *UpdateCatalogSettingsResponseBody) SetCode(v string) *UpdateCatalogSettingsResponseBody
- func (s *UpdateCatalogSettingsResponseBody) SetMessage(v string) *UpdateCatalogSettingsResponseBody
- func (s *UpdateCatalogSettingsResponseBody) SetRequestId(v string) *UpdateCatalogSettingsResponseBody
- func (s *UpdateCatalogSettingsResponseBody) SetSuccess(v bool) *UpdateCatalogSettingsResponseBody
- func (s UpdateCatalogSettingsResponseBody) String() string
- type UpdateDatabaseRequest
- func (s UpdateDatabaseRequest) GoString() string
- func (s *UpdateDatabaseRequest) SetCatalogId(v string) *UpdateDatabaseRequest
- func (s *UpdateDatabaseRequest) SetDatabaseInput(v *DatabaseInput) *UpdateDatabaseRequest
- func (s *UpdateDatabaseRequest) SetName(v string) *UpdateDatabaseRequest
- func (s UpdateDatabaseRequest) String() string
- type UpdateDatabaseResponse
- func (s UpdateDatabaseResponse) GoString() string
- func (s *UpdateDatabaseResponse) SetBody(v *UpdateDatabaseResponseBody) *UpdateDatabaseResponse
- func (s *UpdateDatabaseResponse) SetHeaders(v map[string]*string) *UpdateDatabaseResponse
- func (s *UpdateDatabaseResponse) SetStatusCode(v int32) *UpdateDatabaseResponse
- func (s UpdateDatabaseResponse) String() string
- type UpdateDatabaseResponseBody
- func (s UpdateDatabaseResponseBody) GoString() string
- func (s *UpdateDatabaseResponseBody) SetCode(v string) *UpdateDatabaseResponseBody
- func (s *UpdateDatabaseResponseBody) SetMessage(v string) *UpdateDatabaseResponseBody
- func (s *UpdateDatabaseResponseBody) SetRequestId(v string) *UpdateDatabaseResponseBody
- func (s *UpdateDatabaseResponseBody) SetSuccess(v bool) *UpdateDatabaseResponseBody
- func (s UpdateDatabaseResponseBody) String() string
- type UpdateFunctionRequest
- func (s UpdateFunctionRequest) GoString() string
- func (s *UpdateFunctionRequest) SetCatalogId(v string) *UpdateFunctionRequest
- func (s *UpdateFunctionRequest) SetDatabaseName(v string) *UpdateFunctionRequest
- func (s *UpdateFunctionRequest) SetFunctionInput(v *FunctionInput) *UpdateFunctionRequest
- func (s *UpdateFunctionRequest) SetFunctionName(v string) *UpdateFunctionRequest
- func (s UpdateFunctionRequest) String() string
- type UpdateFunctionResponse
- func (s UpdateFunctionResponse) GoString() string
- func (s *UpdateFunctionResponse) SetBody(v *UpdateFunctionResponseBody) *UpdateFunctionResponse
- func (s *UpdateFunctionResponse) SetHeaders(v map[string]*string) *UpdateFunctionResponse
- func (s *UpdateFunctionResponse) SetStatusCode(v int32) *UpdateFunctionResponse
- func (s UpdateFunctionResponse) String() string
- type UpdateFunctionResponseBody
- func (s UpdateFunctionResponseBody) GoString() string
- func (s *UpdateFunctionResponseBody) SetCode(v string) *UpdateFunctionResponseBody
- func (s *UpdateFunctionResponseBody) SetMessage(v string) *UpdateFunctionResponseBody
- func (s *UpdateFunctionResponseBody) SetRequestId(v string) *UpdateFunctionResponseBody
- func (s *UpdateFunctionResponseBody) SetSuccess(v bool) *UpdateFunctionResponseBody
- func (s UpdateFunctionResponseBody) String() string
- type UpdatePartitionColumnStatisticsRequest
- func (s UpdatePartitionColumnStatisticsRequest) GoString() string
- func (s *UpdatePartitionColumnStatisticsRequest) SetUpdateTablePartitionColumnStatisticsRequest(v *UpdateTablePartitionColumnStatisticsRequest) *UpdatePartitionColumnStatisticsRequest
- func (s UpdatePartitionColumnStatisticsRequest) String() string
- type UpdatePartitionColumnStatisticsResponse
- func (s UpdatePartitionColumnStatisticsResponse) GoString() string
- func (s *UpdatePartitionColumnStatisticsResponse) SetBody(v *UpdatePartitionColumnStatisticsResponseBody) *UpdatePartitionColumnStatisticsResponse
- func (s *UpdatePartitionColumnStatisticsResponse) SetHeaders(v map[string]*string) *UpdatePartitionColumnStatisticsResponse
- func (s *UpdatePartitionColumnStatisticsResponse) SetStatusCode(v int32) *UpdatePartitionColumnStatisticsResponse
- func (s UpdatePartitionColumnStatisticsResponse) String() string
- type UpdatePartitionColumnStatisticsResponseBody
- func (s UpdatePartitionColumnStatisticsResponseBody) GoString() string
- func (s *UpdatePartitionColumnStatisticsResponseBody) SetCode(v string) *UpdatePartitionColumnStatisticsResponseBody
- func (s *UpdatePartitionColumnStatisticsResponseBody) SetMessage(v string) *UpdatePartitionColumnStatisticsResponseBody
- func (s *UpdatePartitionColumnStatisticsResponseBody) SetRequestId(v string) *UpdatePartitionColumnStatisticsResponseBody
- func (s *UpdatePartitionColumnStatisticsResponseBody) SetSuccess(v bool) *UpdatePartitionColumnStatisticsResponseBody
- func (s UpdatePartitionColumnStatisticsResponseBody) String() string
- type UpdatePermissionsRequest
- func (s UpdatePermissionsRequest) GoString() string
- func (s *UpdatePermissionsRequest) SetAccesses(v []*string) *UpdatePermissionsRequest
- func (s *UpdatePermissionsRequest) SetCatalogId(v string) *UpdatePermissionsRequest
- func (s *UpdatePermissionsRequest) SetDelegateAccesses(v []*string) *UpdatePermissionsRequest
- func (s *UpdatePermissionsRequest) SetMetaResource(v *MetaResource) *UpdatePermissionsRequest
- func (s *UpdatePermissionsRequest) SetPrincipal(v *Principal) *UpdatePermissionsRequest
- func (s *UpdatePermissionsRequest) SetType(v string) *UpdatePermissionsRequest
- func (s UpdatePermissionsRequest) String() string
- type UpdatePermissionsResponse
- func (s UpdatePermissionsResponse) GoString() string
- func (s *UpdatePermissionsResponse) SetBody(v *UpdatePermissionsResponseBody) *UpdatePermissionsResponse
- func (s *UpdatePermissionsResponse) SetHeaders(v map[string]*string) *UpdatePermissionsResponse
- func (s *UpdatePermissionsResponse) SetStatusCode(v int32) *UpdatePermissionsResponse
- func (s UpdatePermissionsResponse) String() string
- type UpdatePermissionsResponseBody
- func (s UpdatePermissionsResponseBody) GoString() string
- func (s *UpdatePermissionsResponseBody) SetCode(v string) *UpdatePermissionsResponseBody
- func (s *UpdatePermissionsResponseBody) SetMessage(v string) *UpdatePermissionsResponseBody
- func (s *UpdatePermissionsResponseBody) SetRequestId(v string) *UpdatePermissionsResponseBody
- func (s *UpdatePermissionsResponseBody) SetSuccess(v bool) *UpdatePermissionsResponseBody
- func (s UpdatePermissionsResponseBody) String() string
- type UpdateRegisteredLocationRequest
- func (s UpdateRegisteredLocationRequest) GoString() string
- func (s *UpdateRegisteredLocationRequest) SetInventoryCollectEnabled(v bool) *UpdateRegisteredLocationRequest
- func (s *UpdateRegisteredLocationRequest) SetLocationId(v string) *UpdateRegisteredLocationRequest
- func (s *UpdateRegisteredLocationRequest) SetOssLogCollectEnabled(v bool) *UpdateRegisteredLocationRequest
- func (s UpdateRegisteredLocationRequest) String() string
- type UpdateRegisteredLocationResponse
- func (s UpdateRegisteredLocationResponse) GoString() string
- func (s *UpdateRegisteredLocationResponse) SetBody(v *UpdateRegisteredLocationResponseBody) *UpdateRegisteredLocationResponse
- func (s *UpdateRegisteredLocationResponse) SetHeaders(v map[string]*string) *UpdateRegisteredLocationResponse
- func (s *UpdateRegisteredLocationResponse) SetStatusCode(v int32) *UpdateRegisteredLocationResponse
- func (s UpdateRegisteredLocationResponse) String() string
- type UpdateRegisteredLocationResponseBody
- func (s UpdateRegisteredLocationResponseBody) GoString() string
- func (s *UpdateRegisteredLocationResponseBody) SetData(v *UpdateRegisteredLocationResponseBodyData) *UpdateRegisteredLocationResponseBody
- func (s *UpdateRegisteredLocationResponseBody) SetRequestId(v string) *UpdateRegisteredLocationResponseBody
- func (s *UpdateRegisteredLocationResponseBody) SetSuccess(v bool) *UpdateRegisteredLocationResponseBody
- func (s UpdateRegisteredLocationResponseBody) String() string
- type UpdateRegisteredLocationResponseBodyData
- func (s UpdateRegisteredLocationResponseBodyData) GoString() string
- func (s *UpdateRegisteredLocationResponseBodyData) SetLocationId(v string) *UpdateRegisteredLocationResponseBodyData
- func (s *UpdateRegisteredLocationResponseBodyData) SetStorageCollectTaskOperationResultList(v []*StorageCollectTaskOperationResult) *UpdateRegisteredLocationResponseBodyData
- func (s UpdateRegisteredLocationResponseBodyData) String() string
- type UpdateRoleRequest
- type UpdateRoleResponse
- func (s UpdateRoleResponse) GoString() string
- func (s *UpdateRoleResponse) SetBody(v *UpdateRoleResponseBody) *UpdateRoleResponse
- func (s *UpdateRoleResponse) SetHeaders(v map[string]*string) *UpdateRoleResponse
- func (s *UpdateRoleResponse) SetStatusCode(v int32) *UpdateRoleResponse
- func (s UpdateRoleResponse) String() string
- type UpdateRoleResponseBody
- func (s UpdateRoleResponseBody) GoString() string
- func (s *UpdateRoleResponseBody) SetCode(v string) *UpdateRoleResponseBody
- func (s *UpdateRoleResponseBody) SetMessage(v string) *UpdateRoleResponseBody
- func (s *UpdateRoleResponseBody) SetRequestId(v string) *UpdateRoleResponseBody
- func (s *UpdateRoleResponseBody) SetSuccess(v bool) *UpdateRoleResponseBody
- func (s UpdateRoleResponseBody) String() string
- type UpdateRoleUsersRequest
- type UpdateRoleUsersResponse
- func (s UpdateRoleUsersResponse) GoString() string
- func (s *UpdateRoleUsersResponse) SetBody(v *UpdateRoleUsersResponseBody) *UpdateRoleUsersResponse
- func (s *UpdateRoleUsersResponse) SetHeaders(v map[string]*string) *UpdateRoleUsersResponse
- func (s *UpdateRoleUsersResponse) SetStatusCode(v int32) *UpdateRoleUsersResponse
- func (s UpdateRoleUsersResponse) String() string
- type UpdateRoleUsersResponseBody
- func (s UpdateRoleUsersResponseBody) GoString() string
- func (s *UpdateRoleUsersResponseBody) SetCode(v string) *UpdateRoleUsersResponseBody
- func (s *UpdateRoleUsersResponseBody) SetMessage(v string) *UpdateRoleUsersResponseBody
- func (s *UpdateRoleUsersResponseBody) SetRequestId(v string) *UpdateRoleUsersResponseBody
- func (s *UpdateRoleUsersResponseBody) SetSuccess(v bool) *UpdateRoleUsersResponseBody
- func (s UpdateRoleUsersResponseBody) String() string
- type UpdateTableColumnStatisticsRequest
- type UpdateTableColumnStatisticsResponse
- func (s UpdateTableColumnStatisticsResponse) GoString() string
- func (s *UpdateTableColumnStatisticsResponse) SetBody(v *UpdateTableColumnStatisticsResponseBody) *UpdateTableColumnStatisticsResponse
- func (s *UpdateTableColumnStatisticsResponse) SetHeaders(v map[string]*string) *UpdateTableColumnStatisticsResponse
- func (s *UpdateTableColumnStatisticsResponse) SetStatusCode(v int32) *UpdateTableColumnStatisticsResponse
- func (s UpdateTableColumnStatisticsResponse) String() string
- type UpdateTableColumnStatisticsResponseBody
- func (s UpdateTableColumnStatisticsResponseBody) GoString() string
- func (s *UpdateTableColumnStatisticsResponseBody) SetCode(v string) *UpdateTableColumnStatisticsResponseBody
- func (s *UpdateTableColumnStatisticsResponseBody) SetMessage(v string) *UpdateTableColumnStatisticsResponseBody
- func (s *UpdateTableColumnStatisticsResponseBody) SetRequestId(v string) *UpdateTableColumnStatisticsResponseBody
- func (s *UpdateTableColumnStatisticsResponseBody) SetSuccess(v bool) *UpdateTableColumnStatisticsResponseBody
- func (s UpdateTableColumnStatisticsResponseBody) String() string
- type UpdateTablePartitionColumnStatisticsRequest
- func (s UpdateTablePartitionColumnStatisticsRequest) GoString() string
- func (s *UpdateTablePartitionColumnStatisticsRequest) SetCatalogId(v string) *UpdateTablePartitionColumnStatisticsRequest
- func (s *UpdateTablePartitionColumnStatisticsRequest) SetColumnStatisticsList(v []*ColumnStatistics) *UpdateTablePartitionColumnStatisticsRequest
- func (s *UpdateTablePartitionColumnStatisticsRequest) SetDatabaseName(v string) *UpdateTablePartitionColumnStatisticsRequest
- func (s *UpdateTablePartitionColumnStatisticsRequest) SetEngine(v string) *UpdateTablePartitionColumnStatisticsRequest
- func (s *UpdateTablePartitionColumnStatisticsRequest) SetIsStatsCompliant(v bool) *UpdateTablePartitionColumnStatisticsRequest
- func (s *UpdateTablePartitionColumnStatisticsRequest) SetTableName(v string) *UpdateTablePartitionColumnStatisticsRequest
- func (s *UpdateTablePartitionColumnStatisticsRequest) SetValidWriteIdList(v string) *UpdateTablePartitionColumnStatisticsRequest
- func (s *UpdateTablePartitionColumnStatisticsRequest) SetWriteId(v string) *UpdateTablePartitionColumnStatisticsRequest
- func (s UpdateTablePartitionColumnStatisticsRequest) String() string
- type UpdateTableRequest
- func (s UpdateTableRequest) GoString() string
- func (s *UpdateTableRequest) SetAllowPartitionKeyChange(v bool) *UpdateTableRequest
- func (s *UpdateTableRequest) SetCatalogId(v string) *UpdateTableRequest
- func (s *UpdateTableRequest) SetDatabaseName(v string) *UpdateTableRequest
- func (s *UpdateTableRequest) SetIsAsync(v bool) *UpdateTableRequest
- func (s *UpdateTableRequest) SetSkipArchive(v bool) *UpdateTableRequest
- func (s *UpdateTableRequest) SetTableInput(v *TableInput) *UpdateTableRequest
- func (s *UpdateTableRequest) SetTableName(v string) *UpdateTableRequest
- func (s UpdateTableRequest) String() string
- type UpdateTableResponse
- func (s UpdateTableResponse) GoString() string
- func (s *UpdateTableResponse) SetBody(v *UpdateTableResponseBody) *UpdateTableResponse
- func (s *UpdateTableResponse) SetHeaders(v map[string]*string) *UpdateTableResponse
- func (s *UpdateTableResponse) SetStatusCode(v int32) *UpdateTableResponse
- func (s UpdateTableResponse) String() string
- type UpdateTableResponseBody
- func (s UpdateTableResponseBody) GoString() string
- func (s *UpdateTableResponseBody) SetCode(v string) *UpdateTableResponseBody
- func (s *UpdateTableResponseBody) SetMessage(v string) *UpdateTableResponseBody
- func (s *UpdateTableResponseBody) SetRequestId(v string) *UpdateTableResponseBody
- func (s *UpdateTableResponseBody) SetSuccess(v bool) *UpdateTableResponseBody
- func (s *UpdateTableResponseBody) SetTaskId(v string) *UpdateTableResponseBody
- func (s UpdateTableResponseBody) String() string
- type UserRole
- type Workflow
- func (s Workflow) GoString() string
- func (s *Workflow) SetLatestEndTime(v string) *Workflow
- func (s *Workflow) SetLatestInstanceId(v string) *Workflow
- func (s *Workflow) SetLatestInstanceStatus(v string) *Workflow
- func (s *Workflow) SetLatestStartTime(v string) *Workflow
- func (s Workflow) String() string
- type WorkflowInstance
- func (s WorkflowInstance) GoString() string
- func (s *WorkflowInstance) SetBatchProgress(v int32) *WorkflowInstance
- func (s *WorkflowInstance) SetDlfWorkflowId(v string) *WorkflowInstance
- func (s *WorkflowInstance) SetEndTime(v int64) *WorkflowInstance
- func (s *WorkflowInstance) SetExternalInstanceId(v string) *WorkflowInstance
- func (s *WorkflowInstance) SetRuntimeLogs(v []*LogInfo) *WorkflowInstance
- func (s *WorkflowInstance) SetStartTime(v int64) *WorkflowInstance
- func (s *WorkflowInstance) SetStatus(v string) *WorkflowInstance
- func (s WorkflowInstance) String() string
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 (s *AbortLockResponse) SetBody(v *AbortLockResponseBody) *AbortLockResponse
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 (s *AbortLockResponseBody) SetCode(v string) *AbortLockResponseBody
func (*AbortLockResponseBody) SetMessage ¶
func (s *AbortLockResponseBody) SetMessage(v string) *AbortLockResponseBody
func (*AbortLockResponseBody) SetRequestId ¶
func (s *AbortLockResponseBody) SetRequestId(v string) *AbortLockResponseBody
func (*AbortLockResponseBody) SetSuccess ¶
func (s *AbortLockResponseBody) SetSuccess(v bool) *AbortLockResponseBody
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 (s *BatchCreatePartitionsRequest) SetCatalogId(v string) *BatchCreatePartitionsRequest
func (*BatchCreatePartitionsRequest) SetDatabaseName ¶
func (s *BatchCreatePartitionsRequest) SetDatabaseName(v string) *BatchCreatePartitionsRequest
func (*BatchCreatePartitionsRequest) SetIfNotExists ¶
func (s *BatchCreatePartitionsRequest) SetIfNotExists(v bool) *BatchCreatePartitionsRequest
func (*BatchCreatePartitionsRequest) SetNeedResult ¶
func (s *BatchCreatePartitionsRequest) SetNeedResult(v bool) *BatchCreatePartitionsRequest
func (*BatchCreatePartitionsRequest) SetPartitionInputs ¶
func (s *BatchCreatePartitionsRequest) SetPartitionInputs(v []*PartitionInput) *BatchCreatePartitionsRequest
func (*BatchCreatePartitionsRequest) SetTableName ¶
func (s *BatchCreatePartitionsRequest) SetTableName(v string) *BatchCreatePartitionsRequest
func (BatchCreatePartitionsRequest) String ¶
func (s BatchCreatePartitionsRequest) String() 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 (s BatchCreatePartitionsResponse) GoString() string
func (*BatchCreatePartitionsResponse) SetBody ¶
func (s *BatchCreatePartitionsResponse) SetBody(v *BatchCreatePartitionsResponseBody) *BatchCreatePartitionsResponse
func (*BatchCreatePartitionsResponse) SetHeaders ¶
func (s *BatchCreatePartitionsResponse) SetHeaders(v map[string]*string) *BatchCreatePartitionsResponse
func (*BatchCreatePartitionsResponse) SetStatusCode ¶
func (s *BatchCreatePartitionsResponse) SetStatusCode(v int32) *BatchCreatePartitionsResponse
func (BatchCreatePartitionsResponse) String ¶
func (s BatchCreatePartitionsResponse) String() 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 (s BatchCreatePartitionsResponseBody) GoString() string
func (*BatchCreatePartitionsResponseBody) SetCode ¶
func (s *BatchCreatePartitionsResponseBody) SetCode(v string) *BatchCreatePartitionsResponseBody
func (*BatchCreatePartitionsResponseBody) SetMessage ¶
func (s *BatchCreatePartitionsResponseBody) SetMessage(v string) *BatchCreatePartitionsResponseBody
func (*BatchCreatePartitionsResponseBody) SetPartitionErrors ¶
func (s *BatchCreatePartitionsResponseBody) SetPartitionErrors(v []*PartitionError) *BatchCreatePartitionsResponseBody
func (*BatchCreatePartitionsResponseBody) SetPartitions ¶
func (s *BatchCreatePartitionsResponseBody) SetPartitions(v []*Partition) *BatchCreatePartitionsResponseBody
func (*BatchCreatePartitionsResponseBody) SetRequestId ¶
func (s *BatchCreatePartitionsResponseBody) SetRequestId(v string) *BatchCreatePartitionsResponseBody
func (*BatchCreatePartitionsResponseBody) SetSuccess ¶
func (s *BatchCreatePartitionsResponseBody) SetSuccess(v bool) *BatchCreatePartitionsResponseBody
func (BatchCreatePartitionsResponseBody) String ¶
func (s BatchCreatePartitionsResponseBody) String() 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 (s *BatchCreateTablesRequest) SetCatalogId(v string) *BatchCreateTablesRequest
func (*BatchCreateTablesRequest) SetDatabaseName ¶
func (s *BatchCreateTablesRequest) SetDatabaseName(v string) *BatchCreateTablesRequest
func (*BatchCreateTablesRequest) SetIfNotExists ¶
func (s *BatchCreateTablesRequest) SetIfNotExists(v bool) *BatchCreateTablesRequest
func (*BatchCreateTablesRequest) SetTableInputs ¶
func (s *BatchCreateTablesRequest) SetTableInputs(v []*TableInput) *BatchCreateTablesRequest
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 (s *BatchCreateTablesResponse) SetBody(v *BatchCreateTablesResponseBody) *BatchCreateTablesResponse
func (*BatchCreateTablesResponse) SetHeaders ¶
func (s *BatchCreateTablesResponse) SetHeaders(v map[string]*string) *BatchCreateTablesResponse
func (*BatchCreateTablesResponse) SetStatusCode ¶
func (s *BatchCreateTablesResponse) SetStatusCode(v int32) *BatchCreateTablesResponse
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 (s BatchCreateTablesResponseBody) GoString() string
func (*BatchCreateTablesResponseBody) SetCode ¶
func (s *BatchCreateTablesResponseBody) SetCode(v string) *BatchCreateTablesResponseBody
func (*BatchCreateTablesResponseBody) SetMessage ¶
func (s *BatchCreateTablesResponseBody) SetMessage(v string) *BatchCreateTablesResponseBody
func (*BatchCreateTablesResponseBody) SetRequestId ¶
func (s *BatchCreateTablesResponseBody) SetRequestId(v string) *BatchCreateTablesResponseBody
func (*BatchCreateTablesResponseBody) SetSuccess ¶
func (s *BatchCreateTablesResponseBody) SetSuccess(v bool) *BatchCreateTablesResponseBody
func (*BatchCreateTablesResponseBody) SetTableErrors ¶
func (s *BatchCreateTablesResponseBody) SetTableErrors(v []*TableError) *BatchCreateTablesResponseBody
func (BatchCreateTablesResponseBody) String ¶
func (s BatchCreateTablesResponseBody) String() 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 (s *BatchDeletePartitionsRequest) SetCatalogId(v string) *BatchDeletePartitionsRequest
func (*BatchDeletePartitionsRequest) SetDatabaseName ¶
func (s *BatchDeletePartitionsRequest) SetDatabaseName(v string) *BatchDeletePartitionsRequest
func (*BatchDeletePartitionsRequest) SetIfExists ¶
func (s *BatchDeletePartitionsRequest) SetIfExists(v bool) *BatchDeletePartitionsRequest
func (*BatchDeletePartitionsRequest) SetPartitionValueList ¶
func (s *BatchDeletePartitionsRequest) SetPartitionValueList(v []*BatchDeletePartitionsRequestPartitionValueList) *BatchDeletePartitionsRequest
func (*BatchDeletePartitionsRequest) SetTableName ¶
func (s *BatchDeletePartitionsRequest) SetTableName(v string) *BatchDeletePartitionsRequest
func (BatchDeletePartitionsRequest) String ¶
func (s BatchDeletePartitionsRequest) String() string
type BatchDeletePartitionsRequestPartitionValueList ¶
type BatchDeletePartitionsRequestPartitionValueList struct {
Values []*string `json:"Values,omitempty" xml:"Values,omitempty" type:"Repeated"`
}
func (BatchDeletePartitionsRequestPartitionValueList) GoString ¶
func (s BatchDeletePartitionsRequestPartitionValueList) GoString() string
func (*BatchDeletePartitionsRequestPartitionValueList) SetValues ¶
func (s *BatchDeletePartitionsRequestPartitionValueList) SetValues(v []*string) *BatchDeletePartitionsRequestPartitionValueList
func (BatchDeletePartitionsRequestPartitionValueList) String ¶
func (s BatchDeletePartitionsRequestPartitionValueList) String() 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 (s BatchDeletePartitionsResponse) GoString() string
func (*BatchDeletePartitionsResponse) SetBody ¶
func (s *BatchDeletePartitionsResponse) SetBody(v *BatchDeletePartitionsResponseBody) *BatchDeletePartitionsResponse
func (*BatchDeletePartitionsResponse) SetHeaders ¶
func (s *BatchDeletePartitionsResponse) SetHeaders(v map[string]*string) *BatchDeletePartitionsResponse
func (*BatchDeletePartitionsResponse) SetStatusCode ¶
func (s *BatchDeletePartitionsResponse) SetStatusCode(v int32) *BatchDeletePartitionsResponse
func (BatchDeletePartitionsResponse) String ¶
func (s BatchDeletePartitionsResponse) String() 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 (s BatchDeletePartitionsResponseBody) GoString() string
func (*BatchDeletePartitionsResponseBody) SetCode ¶
func (s *BatchDeletePartitionsResponseBody) SetCode(v string) *BatchDeletePartitionsResponseBody
func (*BatchDeletePartitionsResponseBody) SetMessage ¶
func (s *BatchDeletePartitionsResponseBody) SetMessage(v string) *BatchDeletePartitionsResponseBody
func (*BatchDeletePartitionsResponseBody) SetPartitionErrors ¶
func (s *BatchDeletePartitionsResponseBody) SetPartitionErrors(v []*PartitionError) *BatchDeletePartitionsResponseBody
func (*BatchDeletePartitionsResponseBody) SetRequestId ¶
func (s *BatchDeletePartitionsResponseBody) SetRequestId(v string) *BatchDeletePartitionsResponseBody
func (*BatchDeletePartitionsResponseBody) SetSuccess ¶
func (s *BatchDeletePartitionsResponseBody) SetSuccess(v bool) *BatchDeletePartitionsResponseBody
func (BatchDeletePartitionsResponseBody) String ¶
func (s BatchDeletePartitionsResponseBody) String() 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 (s BatchDeleteTableVersionsRequest) GoString() string
func (*BatchDeleteTableVersionsRequest) SetCatalogId ¶
func (s *BatchDeleteTableVersionsRequest) SetCatalogId(v string) *BatchDeleteTableVersionsRequest
func (*BatchDeleteTableVersionsRequest) SetDatabaseName ¶
func (s *BatchDeleteTableVersionsRequest) SetDatabaseName(v string) *BatchDeleteTableVersionsRequest
func (*BatchDeleteTableVersionsRequest) SetTableName ¶
func (s *BatchDeleteTableVersionsRequest) SetTableName(v string) *BatchDeleteTableVersionsRequest
func (*BatchDeleteTableVersionsRequest) SetVersionIds ¶
func (s *BatchDeleteTableVersionsRequest) SetVersionIds(v []*int32) *BatchDeleteTableVersionsRequest
func (BatchDeleteTableVersionsRequest) String ¶
func (s BatchDeleteTableVersionsRequest) String() 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 (s BatchDeleteTableVersionsResponse) GoString() string
func (*BatchDeleteTableVersionsResponse) SetBody ¶
func (s *BatchDeleteTableVersionsResponse) SetBody(v *BatchDeleteTableVersionsResponseBody) *BatchDeleteTableVersionsResponse
func (*BatchDeleteTableVersionsResponse) SetHeaders ¶
func (s *BatchDeleteTableVersionsResponse) SetHeaders(v map[string]*string) *BatchDeleteTableVersionsResponse
func (*BatchDeleteTableVersionsResponse) SetStatusCode ¶
func (s *BatchDeleteTableVersionsResponse) SetStatusCode(v int32) *BatchDeleteTableVersionsResponse
func (BatchDeleteTableVersionsResponse) String ¶
func (s BatchDeleteTableVersionsResponse) String() 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 (s BatchDeleteTableVersionsResponseBody) GoString() string
func (*BatchDeleteTableVersionsResponseBody) SetCode ¶
func (s *BatchDeleteTableVersionsResponseBody) SetCode(v string) *BatchDeleteTableVersionsResponseBody
func (*BatchDeleteTableVersionsResponseBody) SetMessage ¶
func (s *BatchDeleteTableVersionsResponseBody) SetMessage(v string) *BatchDeleteTableVersionsResponseBody
func (*BatchDeleteTableVersionsResponseBody) SetRequestId ¶
func (s *BatchDeleteTableVersionsResponseBody) SetRequestId(v string) *BatchDeleteTableVersionsResponseBody
func (*BatchDeleteTableVersionsResponseBody) SetSuccess ¶
func (s *BatchDeleteTableVersionsResponseBody) SetSuccess(v bool) *BatchDeleteTableVersionsResponseBody
func (BatchDeleteTableVersionsResponseBody) String ¶
func (s BatchDeleteTableVersionsResponseBody) String() 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 (s *BatchDeleteTablesRequest) SetCatalogId(v string) *BatchDeleteTablesRequest
func (*BatchDeleteTablesRequest) SetDatabaseName ¶
func (s *BatchDeleteTablesRequest) SetDatabaseName(v string) *BatchDeleteTablesRequest
func (*BatchDeleteTablesRequest) SetIfExists ¶
func (s *BatchDeleteTablesRequest) SetIfExists(v bool) *BatchDeleteTablesRequest
func (*BatchDeleteTablesRequest) SetTableNames ¶
func (s *BatchDeleteTablesRequest) SetTableNames(v []*string) *BatchDeleteTablesRequest
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 (s *BatchDeleteTablesResponse) SetBody(v *BatchDeleteTablesResponseBody) *BatchDeleteTablesResponse
func (*BatchDeleteTablesResponse) SetHeaders ¶
func (s *BatchDeleteTablesResponse) SetHeaders(v map[string]*string) *BatchDeleteTablesResponse
func (*BatchDeleteTablesResponse) SetStatusCode ¶
func (s *BatchDeleteTablesResponse) SetStatusCode(v int32) *BatchDeleteTablesResponse
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 (s BatchDeleteTablesResponseBody) GoString() string
func (*BatchDeleteTablesResponseBody) SetCode ¶
func (s *BatchDeleteTablesResponseBody) SetCode(v string) *BatchDeleteTablesResponseBody
func (*BatchDeleteTablesResponseBody) SetMessage ¶
func (s *BatchDeleteTablesResponseBody) SetMessage(v string) *BatchDeleteTablesResponseBody
func (*BatchDeleteTablesResponseBody) SetRequestId ¶
func (s *BatchDeleteTablesResponseBody) SetRequestId(v string) *BatchDeleteTablesResponseBody
func (*BatchDeleteTablesResponseBody) SetSuccess ¶
func (s *BatchDeleteTablesResponseBody) SetSuccess(v bool) *BatchDeleteTablesResponseBody
func (*BatchDeleteTablesResponseBody) SetTableErrors ¶
func (s *BatchDeleteTablesResponseBody) SetTableErrors(v []*TableError) *BatchDeleteTablesResponseBody
func (BatchDeleteTablesResponseBody) String ¶
func (s BatchDeleteTablesResponseBody) String() 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 (s BatchGetPartitionColumnStatisticsRequest) GoString() string
func (*BatchGetPartitionColumnStatisticsRequest) SetCatalogId ¶
func (s *BatchGetPartitionColumnStatisticsRequest) SetCatalogId(v string) *BatchGetPartitionColumnStatisticsRequest
func (*BatchGetPartitionColumnStatisticsRequest) SetColumnNames ¶
func (s *BatchGetPartitionColumnStatisticsRequest) SetColumnNames(v []*string) *BatchGetPartitionColumnStatisticsRequest
func (*BatchGetPartitionColumnStatisticsRequest) SetDatabaseName ¶
func (s *BatchGetPartitionColumnStatisticsRequest) SetDatabaseName(v string) *BatchGetPartitionColumnStatisticsRequest
func (*BatchGetPartitionColumnStatisticsRequest) SetPartitionNames ¶
func (s *BatchGetPartitionColumnStatisticsRequest) SetPartitionNames(v []*string) *BatchGetPartitionColumnStatisticsRequest
func (*BatchGetPartitionColumnStatisticsRequest) SetTableName ¶
func (s *BatchGetPartitionColumnStatisticsRequest) SetTableName(v string) *BatchGetPartitionColumnStatisticsRequest
func (BatchGetPartitionColumnStatisticsRequest) String ¶
func (s BatchGetPartitionColumnStatisticsRequest) String() 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 (s BatchGetPartitionColumnStatisticsResponse) GoString() string
func (*BatchGetPartitionColumnStatisticsResponse) SetHeaders ¶
func (s *BatchGetPartitionColumnStatisticsResponse) SetHeaders(v map[string]*string) *BatchGetPartitionColumnStatisticsResponse
func (*BatchGetPartitionColumnStatisticsResponse) SetStatusCode ¶
func (s *BatchGetPartitionColumnStatisticsResponse) SetStatusCode(v int32) *BatchGetPartitionColumnStatisticsResponse
func (BatchGetPartitionColumnStatisticsResponse) String ¶
func (s BatchGetPartitionColumnStatisticsResponse) String() 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 (s BatchGetPartitionColumnStatisticsResponseBody) GoString() string
func (*BatchGetPartitionColumnStatisticsResponseBody) SetCode ¶
func (s *BatchGetPartitionColumnStatisticsResponseBody) SetCode(v string) *BatchGetPartitionColumnStatisticsResponseBody
func (*BatchGetPartitionColumnStatisticsResponseBody) SetMessage ¶
func (s *BatchGetPartitionColumnStatisticsResponseBody) SetMessage(v string) *BatchGetPartitionColumnStatisticsResponseBody
func (*BatchGetPartitionColumnStatisticsResponseBody) SetPartitionStatisticsMap ¶
func (s *BatchGetPartitionColumnStatisticsResponseBody) SetPartitionStatisticsMap(v map[string][]*ColumnStatisticsObj) *BatchGetPartitionColumnStatisticsResponseBody
func (*BatchGetPartitionColumnStatisticsResponseBody) SetRequestId ¶
func (s *BatchGetPartitionColumnStatisticsResponseBody) SetRequestId(v string) *BatchGetPartitionColumnStatisticsResponseBody
func (*BatchGetPartitionColumnStatisticsResponseBody) SetSuccess ¶
func (s *BatchGetPartitionColumnStatisticsResponseBody) SetSuccess(v bool) *BatchGetPartitionColumnStatisticsResponseBody
func (BatchGetPartitionColumnStatisticsResponseBody) String ¶
func (s BatchGetPartitionColumnStatisticsResponseBody) String() 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 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 (s *BatchGetPartitionsRequest) SetCatalogId(v string) *BatchGetPartitionsRequest
func (*BatchGetPartitionsRequest) SetDatabaseName ¶
func (s *BatchGetPartitionsRequest) SetDatabaseName(v string) *BatchGetPartitionsRequest
func (*BatchGetPartitionsRequest) SetIsShareSd ¶
func (s *BatchGetPartitionsRequest) SetIsShareSd(v bool) *BatchGetPartitionsRequest
func (*BatchGetPartitionsRequest) SetPartitionValueList ¶
func (s *BatchGetPartitionsRequest) SetPartitionValueList(v []*BatchGetPartitionsRequestPartitionValueList) *BatchGetPartitionsRequest
func (*BatchGetPartitionsRequest) SetTableName ¶
func (s *BatchGetPartitionsRequest) SetTableName(v string) *BatchGetPartitionsRequest
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 (s BatchGetPartitionsRequestPartitionValueList) GoString() string
func (*BatchGetPartitionsRequestPartitionValueList) SetValues ¶
func (s *BatchGetPartitionsRequestPartitionValueList) SetValues(v []*string) *BatchGetPartitionsRequestPartitionValueList
func (BatchGetPartitionsRequestPartitionValueList) String ¶
func (s BatchGetPartitionsRequestPartitionValueList) String() 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 (s *BatchGetPartitionsResponse) SetBody(v *BatchGetPartitionsResponseBody) *BatchGetPartitionsResponse
func (*BatchGetPartitionsResponse) SetHeaders ¶
func (s *BatchGetPartitionsResponse) SetHeaders(v map[string]*string) *BatchGetPartitionsResponse
func (*BatchGetPartitionsResponse) SetStatusCode ¶
func (s *BatchGetPartitionsResponse) SetStatusCode(v int32) *BatchGetPartitionsResponse
func (BatchGetPartitionsResponse) String ¶
func (s BatchGetPartitionsResponse) String() 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 (s BatchGetPartitionsResponseBody) GoString() string
func (*BatchGetPartitionsResponseBody) SetCode ¶
func (s *BatchGetPartitionsResponseBody) SetCode(v string) *BatchGetPartitionsResponseBody
func (*BatchGetPartitionsResponseBody) SetMessage ¶
func (s *BatchGetPartitionsResponseBody) SetMessage(v string) *BatchGetPartitionsResponseBody
func (*BatchGetPartitionsResponseBody) SetPartitionErrors ¶
func (s *BatchGetPartitionsResponseBody) SetPartitionErrors(v []*PartitionError) *BatchGetPartitionsResponseBody
func (*BatchGetPartitionsResponseBody) SetPartitionSpecs ¶
func (s *BatchGetPartitionsResponseBody) SetPartitionSpecs(v []*PartitionSpec) *BatchGetPartitionsResponseBody
func (*BatchGetPartitionsResponseBody) SetPartitions ¶
func (s *BatchGetPartitionsResponseBody) SetPartitions(v []*Partition) *BatchGetPartitionsResponseBody
func (*BatchGetPartitionsResponseBody) SetRequestId ¶
func (s *BatchGetPartitionsResponseBody) SetRequestId(v string) *BatchGetPartitionsResponseBody
func (*BatchGetPartitionsResponseBody) SetSuccess ¶
func (s *BatchGetPartitionsResponseBody) SetSuccess(v bool) *BatchGetPartitionsResponseBody
func (BatchGetPartitionsResponseBody) String ¶
func (s BatchGetPartitionsResponseBody) String() 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 (s *BatchGetTablesRequest) SetCatalogId(v string) *BatchGetTablesRequest
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 (s *BatchGetTablesResponse) SetBody(v *BatchGetTablesResponseBody) *BatchGetTablesResponse
func (*BatchGetTablesResponse) SetHeaders ¶
func (s *BatchGetTablesResponse) SetHeaders(v map[string]*string) *BatchGetTablesResponse
func (*BatchGetTablesResponse) SetStatusCode ¶
func (s *BatchGetTablesResponse) SetStatusCode(v int32) *BatchGetTablesResponse
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 (s *BatchGetTablesResponseBody) SetCode(v string) *BatchGetTablesResponseBody
func (*BatchGetTablesResponseBody) SetMessage ¶
func (s *BatchGetTablesResponseBody) SetMessage(v string) *BatchGetTablesResponseBody
func (*BatchGetTablesResponseBody) SetRequestId ¶
func (s *BatchGetTablesResponseBody) SetRequestId(v string) *BatchGetTablesResponseBody
func (*BatchGetTablesResponseBody) SetSuccess ¶
func (s *BatchGetTablesResponseBody) SetSuccess(v bool) *BatchGetTablesResponseBody
func (*BatchGetTablesResponseBody) SetTableErrors ¶
func (s *BatchGetTablesResponseBody) SetTableErrors(v []*TableError) *BatchGetTablesResponseBody
func (*BatchGetTablesResponseBody) SetTables ¶
func (s *BatchGetTablesResponseBody) SetTables(v []*Table) *BatchGetTablesResponseBody
func (BatchGetTablesResponseBody) String ¶
func (s BatchGetTablesResponseBody) String() 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 (s *BatchGrantPermissionsRequest) SetCatalogId(v string) *BatchGrantPermissionsRequest
func (*BatchGrantPermissionsRequest) SetGrantRevokeEntries ¶
func (s *BatchGrantPermissionsRequest) SetGrantRevokeEntries(v []*GrantRevokeEntry) *BatchGrantPermissionsRequest
func (*BatchGrantPermissionsRequest) SetType ¶
func (s *BatchGrantPermissionsRequest) SetType(v string) *BatchGrantPermissionsRequest
func (BatchGrantPermissionsRequest) String ¶
func (s BatchGrantPermissionsRequest) String() 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 (s BatchGrantPermissionsResponse) GoString() string
func (*BatchGrantPermissionsResponse) SetBody ¶
func (s *BatchGrantPermissionsResponse) SetBody(v *BatchGrantPermissionsResponseBody) *BatchGrantPermissionsResponse
func (*BatchGrantPermissionsResponse) SetHeaders ¶
func (s *BatchGrantPermissionsResponse) SetHeaders(v map[string]*string) *BatchGrantPermissionsResponse
func (*BatchGrantPermissionsResponse) SetStatusCode ¶
func (s *BatchGrantPermissionsResponse) SetStatusCode(v int32) *BatchGrantPermissionsResponse
func (BatchGrantPermissionsResponse) String ¶
func (s BatchGrantPermissionsResponse) String() 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 (s BatchGrantPermissionsResponseBody) GoString() string
func (*BatchGrantPermissionsResponseBody) SetBatchGrantRevokeFailureResult ¶
func (s *BatchGrantPermissionsResponseBody) SetBatchGrantRevokeFailureResult(v []*GrantRevokeFailureEntry) *BatchGrantPermissionsResponseBody
func (*BatchGrantPermissionsResponseBody) SetCode ¶
func (s *BatchGrantPermissionsResponseBody) SetCode(v string) *BatchGrantPermissionsResponseBody
func (*BatchGrantPermissionsResponseBody) SetMessage ¶
func (s *BatchGrantPermissionsResponseBody) SetMessage(v string) *BatchGrantPermissionsResponseBody
func (*BatchGrantPermissionsResponseBody) SetRequestId ¶
func (s *BatchGrantPermissionsResponseBody) SetRequestId(v string) *BatchGrantPermissionsResponseBody
func (*BatchGrantPermissionsResponseBody) SetSuccess ¶
func (s *BatchGrantPermissionsResponseBody) SetSuccess(v bool) *BatchGrantPermissionsResponseBody
func (BatchGrantPermissionsResponseBody) String ¶
func (s BatchGrantPermissionsResponseBody) String() 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 (s BatchRevokePermissionsRequest) GoString() string
func (*BatchRevokePermissionsRequest) SetCatalogId ¶
func (s *BatchRevokePermissionsRequest) SetCatalogId(v string) *BatchRevokePermissionsRequest
func (*BatchRevokePermissionsRequest) SetGrantRevokeEntries ¶
func (s *BatchRevokePermissionsRequest) SetGrantRevokeEntries(v []*GrantRevokeEntry) *BatchRevokePermissionsRequest
func (*BatchRevokePermissionsRequest) SetType ¶
func (s *BatchRevokePermissionsRequest) SetType(v string) *BatchRevokePermissionsRequest
func (BatchRevokePermissionsRequest) String ¶
func (s BatchRevokePermissionsRequest) String() 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 (s BatchRevokePermissionsResponse) GoString() string
func (*BatchRevokePermissionsResponse) SetBody ¶
func (s *BatchRevokePermissionsResponse) SetBody(v *BatchRevokePermissionsResponseBody) *BatchRevokePermissionsResponse
func (*BatchRevokePermissionsResponse) SetHeaders ¶
func (s *BatchRevokePermissionsResponse) SetHeaders(v map[string]*string) *BatchRevokePermissionsResponse
func (*BatchRevokePermissionsResponse) SetStatusCode ¶
func (s *BatchRevokePermissionsResponse) SetStatusCode(v int32) *BatchRevokePermissionsResponse
func (BatchRevokePermissionsResponse) String ¶
func (s BatchRevokePermissionsResponse) String() 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 (s BatchRevokePermissionsResponseBody) GoString() string
func (*BatchRevokePermissionsResponseBody) SetBatchGrantRevokeFailureResult ¶
func (s *BatchRevokePermissionsResponseBody) SetBatchGrantRevokeFailureResult(v []*GrantRevokeFailureEntry) *BatchRevokePermissionsResponseBody
func (*BatchRevokePermissionsResponseBody) SetCode ¶
func (s *BatchRevokePermissionsResponseBody) SetCode(v string) *BatchRevokePermissionsResponseBody
func (*BatchRevokePermissionsResponseBody) SetMessage ¶
func (s *BatchRevokePermissionsResponseBody) SetMessage(v string) *BatchRevokePermissionsResponseBody
func (*BatchRevokePermissionsResponseBody) SetRequestId ¶
func (s *BatchRevokePermissionsResponseBody) SetRequestId(v string) *BatchRevokePermissionsResponseBody
func (*BatchRevokePermissionsResponseBody) SetSuccess ¶
func (s *BatchRevokePermissionsResponseBody) SetSuccess(v bool) *BatchRevokePermissionsResponseBody
func (BatchRevokePermissionsResponseBody) String ¶
func (s BatchRevokePermissionsResponseBody) String() 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 (s *BatchUpdatePartitionsRequest) SetCatalogId(v string) *BatchUpdatePartitionsRequest
func (*BatchUpdatePartitionsRequest) SetDatabaseName ¶
func (s *BatchUpdatePartitionsRequest) SetDatabaseName(v string) *BatchUpdatePartitionsRequest
func (*BatchUpdatePartitionsRequest) SetPartitionInputs ¶
func (s *BatchUpdatePartitionsRequest) SetPartitionInputs(v []*PartitionInput) *BatchUpdatePartitionsRequest
func (*BatchUpdatePartitionsRequest) SetTableName ¶
func (s *BatchUpdatePartitionsRequest) SetTableName(v string) *BatchUpdatePartitionsRequest
func (BatchUpdatePartitionsRequest) String ¶
func (s BatchUpdatePartitionsRequest) String() 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 (s BatchUpdatePartitionsResponse) GoString() string
func (*BatchUpdatePartitionsResponse) SetBody ¶
func (s *BatchUpdatePartitionsResponse) SetBody(v *BatchUpdatePartitionsResponseBody) *BatchUpdatePartitionsResponse
func (*BatchUpdatePartitionsResponse) SetHeaders ¶
func (s *BatchUpdatePartitionsResponse) SetHeaders(v map[string]*string) *BatchUpdatePartitionsResponse
func (*BatchUpdatePartitionsResponse) SetStatusCode ¶
func (s *BatchUpdatePartitionsResponse) SetStatusCode(v int32) *BatchUpdatePartitionsResponse
func (BatchUpdatePartitionsResponse) String ¶
func (s BatchUpdatePartitionsResponse) String() 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 (s BatchUpdatePartitionsResponseBody) GoString() string
func (*BatchUpdatePartitionsResponseBody) SetCode ¶
func (s *BatchUpdatePartitionsResponseBody) SetCode(v string) *BatchUpdatePartitionsResponseBody
func (*BatchUpdatePartitionsResponseBody) SetMessage ¶
func (s *BatchUpdatePartitionsResponseBody) SetMessage(v string) *BatchUpdatePartitionsResponseBody
func (*BatchUpdatePartitionsResponseBody) SetPartitionErrors ¶
func (s *BatchUpdatePartitionsResponseBody) SetPartitionErrors(v []*PartitionError) *BatchUpdatePartitionsResponseBody
func (*BatchUpdatePartitionsResponseBody) SetRequestId ¶
func (s *BatchUpdatePartitionsResponseBody) SetRequestId(v string) *BatchUpdatePartitionsResponseBody
func (*BatchUpdatePartitionsResponseBody) SetSuccess ¶
func (s *BatchUpdatePartitionsResponseBody) SetSuccess(v bool) *BatchUpdatePartitionsResponseBody
func (BatchUpdatePartitionsResponseBody) String ¶
func (s BatchUpdatePartitionsResponseBody) String() 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 (s *BatchUpdateTablesRequest) SetCatalogId(v string) *BatchUpdateTablesRequest
func (*BatchUpdateTablesRequest) SetDatabaseName ¶
func (s *BatchUpdateTablesRequest) SetDatabaseName(v string) *BatchUpdateTablesRequest
func (*BatchUpdateTablesRequest) SetIsAsync ¶
func (s *BatchUpdateTablesRequest) SetIsAsync(v bool) *BatchUpdateTablesRequest
func (*BatchUpdateTablesRequest) SetTableInputs ¶
func (s *BatchUpdateTablesRequest) SetTableInputs(v []*TableInput) *BatchUpdateTablesRequest
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 (s *BatchUpdateTablesResponse) SetBody(v *BatchUpdateTablesResponseBody) *BatchUpdateTablesResponse
func (*BatchUpdateTablesResponse) SetHeaders ¶
func (s *BatchUpdateTablesResponse) SetHeaders(v map[string]*string) *BatchUpdateTablesResponse
func (*BatchUpdateTablesResponse) SetStatusCode ¶
func (s *BatchUpdateTablesResponse) SetStatusCode(v int32) *BatchUpdateTablesResponse
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 (s BatchUpdateTablesResponseBody) GoString() string
func (*BatchUpdateTablesResponseBody) SetCode ¶
func (s *BatchUpdateTablesResponseBody) SetCode(v string) *BatchUpdateTablesResponseBody
func (*BatchUpdateTablesResponseBody) SetMessage ¶
func (s *BatchUpdateTablesResponseBody) SetMessage(v string) *BatchUpdateTablesResponseBody
func (*BatchUpdateTablesResponseBody) SetRequestId ¶
func (s *BatchUpdateTablesResponseBody) SetRequestId(v string) *BatchUpdateTablesResponseBody
func (*BatchUpdateTablesResponseBody) SetSuccess ¶
func (s *BatchUpdateTablesResponseBody) SetSuccess(v bool) *BatchUpdateTablesResponseBody
func (*BatchUpdateTablesResponseBody) SetTableErrors ¶
func (s *BatchUpdateTablesResponseBody) SetTableErrors(v []*TableError) *BatchUpdateTablesResponseBody
func (*BatchUpdateTablesResponseBody) SetTaskId ¶
func (s *BatchUpdateTablesResponseBody) SetTaskId(v string) *BatchUpdateTablesResponseBody
func (BatchUpdateTablesResponseBody) String ¶
func (s BatchUpdateTablesResponseBody) String() 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 (s *CancelQueryResponse) SetBody(v *CancelQueryResponseBody) *CancelQueryResponse
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 (s *CancelQueryResponseBody) SetData(v string) *CancelQueryResponseBody
func (*CancelQueryResponseBody) SetRequestId ¶
func (s *CancelQueryResponseBody) SetRequestId(v string) *CancelQueryResponseBody
func (*CancelQueryResponseBody) SetSuccess ¶
func (s *CancelQueryResponseBody) SetSuccess(v bool) *CancelQueryResponseBody
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) SetCatalogId ¶
func (*Catalog) SetCatalogType ¶ added in v1.1.0
func (*Catalog) SetCreateTime ¶
func (*Catalog) SetCreatedBy ¶
func (*Catalog) SetDefaultCatalog ¶ added in v1.1.0
func (*Catalog) SetDescription ¶
func (*Catalog) SetJdbcEnabled ¶ added in v1.1.0
func (*Catalog) SetLocationUri ¶
func (*Catalog) SetStorageAccessConfig ¶ added in v1.1.0
func (*Catalog) SetThriftEnabled ¶ added in v1.1.0
func (*Catalog) SetUpdateTime ¶
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 (s *CatalogVpcConnection) SetCreator(v int64) *CatalogVpcConnection
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 (s *CatalogVpcConnection) SetJdbcUri(v string) *CatalogVpcConnection
func (*CatalogVpcConnection) SetModifier ¶ added in v1.1.0
func (s *CatalogVpcConnection) SetModifier(v int64) *CatalogVpcConnection
func (*CatalogVpcConnection) SetOwner ¶ added in v1.1.0
func (s *CatalogVpcConnection) SetOwner(v int64) *CatalogVpcConnection
func (*CatalogVpcConnection) SetRegionId ¶ added in v1.1.0
func (s *CatalogVpcConnection) SetRegionId(v string) *CatalogVpcConnection
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 (s *CatalogVpcConnection) SetVpcId(v string) *CatalogVpcConnection
func (*CatalogVpcConnection) SetZones ¶ added in v1.1.0
func (s *CatalogVpcConnection) SetZones(v []*CatalogVpcConnectionZones) *CatalogVpcConnection
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 (s *CatalogVpcConnectionInput) SetConnectionName(v string) *CatalogVpcConnectionInput
func (*CatalogVpcConnectionInput) SetSecurityGroupIds ¶ added in v1.1.0
func (s *CatalogVpcConnectionInput) SetSecurityGroupIds(v []*string) *CatalogVpcConnectionInput
func (*CatalogVpcConnectionInput) SetVpcId ¶ added in v1.1.0
func (s *CatalogVpcConnectionInput) SetVpcId(v string) *CatalogVpcConnectionInput
func (*CatalogVpcConnectionInput) SetZones ¶ added in v1.1.0
func (s *CatalogVpcConnectionInput) SetZones(v []*CatalogVpcConnectionInputZones) *CatalogVpcConnectionInput
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 (s CatalogVpcConnectionInputZones) GoString() string
func (*CatalogVpcConnectionInputZones) SetIP ¶ added in v1.1.0
func (s *CatalogVpcConnectionInputZones) SetIP(v string) *CatalogVpcConnectionInputZones
func (*CatalogVpcConnectionInputZones) SetVSwitchId ¶ added in v1.1.0
func (s *CatalogVpcConnectionInputZones) SetVSwitchId(v string) *CatalogVpcConnectionInputZones
func (*CatalogVpcConnectionInputZones) SetZoneId ¶ added in v1.1.0
func (s *CatalogVpcConnectionInputZones) SetZoneId(v string) *CatalogVpcConnectionInputZones
func (CatalogVpcConnectionInputZones) String ¶ added in v1.1.0
func (s CatalogVpcConnectionInputZones) String() string
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 (s *CatalogVpcConnectionZones) SetIP(v string) *CatalogVpcConnectionZones
func (*CatalogVpcConnectionZones) SetVSwitchId ¶ added in v1.1.0
func (s *CatalogVpcConnectionZones) SetVSwitchId(v string) *CatalogVpcConnectionZones
func (*CatalogVpcConnectionZones) SetZoneId ¶ added in v1.1.0
func (s *CatalogVpcConnectionZones) SetZoneId(v string) *CatalogVpcConnectionZones
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 (s *CheckPermissionsRequest) SetBody(v *AccessRequest) *CheckPermissionsRequest
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 (s *CheckPermissionsResponse) SetBody(v *CheckPermissionsResponseBody) *CheckPermissionsResponse
func (*CheckPermissionsResponse) SetHeaders ¶
func (s *CheckPermissionsResponse) SetHeaders(v map[string]*string) *CheckPermissionsResponse
func (*CheckPermissionsResponse) SetStatusCode ¶
func (s *CheckPermissionsResponse) SetStatusCode(v int32) *CheckPermissionsResponse
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 (s *CheckPermissionsResponseBody) SetCode(v string) *CheckPermissionsResponseBody
func (*CheckPermissionsResponseBody) SetMessage ¶
func (s *CheckPermissionsResponseBody) SetMessage(v string) *CheckPermissionsResponseBody
func (*CheckPermissionsResponseBody) SetRequestId ¶
func (s *CheckPermissionsResponseBody) SetRequestId(v string) *CheckPermissionsResponseBody
func (*CheckPermissionsResponseBody) SetSuccess ¶
func (s *CheckPermissionsResponseBody) SetSuccess(v bool) *CheckPermissionsResponseBody
func (CheckPermissionsResponseBody) String ¶
func (s CheckPermissionsResponseBody) String() string
type Client ¶
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) 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) 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:
DLF 元数据search ¶
@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 (s *ColumnStatisticsObj) SetColumnStatisticsData(v *ColumnStatisticsObjColumnStatisticsData) *ColumnStatisticsObj
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 (s ColumnStatisticsObjColumnStatisticsData) GoString() string
func (*ColumnStatisticsObjColumnStatisticsData) SetStatisticsData ¶
func (s *ColumnStatisticsObjColumnStatisticsData) SetStatisticsData(v string) *ColumnStatisticsObjColumnStatisticsData
func (*ColumnStatisticsObjColumnStatisticsData) SetStatisticsType ¶
func (s *ColumnStatisticsObjColumnStatisticsData) SetStatisticsType(v string) *ColumnStatisticsObjColumnStatisticsData
func (ColumnStatisticsObjColumnStatisticsData) String ¶
func (s ColumnStatisticsObjColumnStatisticsData) String() 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 (s *CreateCatalogResponse) SetBody(v *CreateCatalogResponseBody) *CreateCatalogResponse
func (*CreateCatalogResponse) SetHeaders ¶
func (s *CreateCatalogResponse) SetHeaders(v map[string]*string) *CreateCatalogResponse
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 (s *CreateCatalogResponseBody) SetCode(v string) *CreateCatalogResponseBody
func (*CreateCatalogResponseBody) SetMessage ¶
func (s *CreateCatalogResponseBody) SetMessage(v string) *CreateCatalogResponseBody
func (*CreateCatalogResponseBody) SetRequestId ¶
func (s *CreateCatalogResponseBody) SetRequestId(v string) *CreateCatalogResponseBody
func (*CreateCatalogResponseBody) SetSuccess ¶
func (s *CreateCatalogResponseBody) SetSuccess(v bool) *CreateCatalogResponseBody
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 (s *CreateDatabaseRequest) SetCatalogId(v string) *CreateDatabaseRequest
func (*CreateDatabaseRequest) SetDatabaseInput ¶
func (s *CreateDatabaseRequest) SetDatabaseInput(v *DatabaseInput) *CreateDatabaseRequest
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 (s *CreateDatabaseResponse) SetBody(v *CreateDatabaseResponseBody) *CreateDatabaseResponse
func (*CreateDatabaseResponse) SetHeaders ¶
func (s *CreateDatabaseResponse) SetHeaders(v map[string]*string) *CreateDatabaseResponse
func (*CreateDatabaseResponse) SetStatusCode ¶
func (s *CreateDatabaseResponse) SetStatusCode(v int32) *CreateDatabaseResponse
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 (s *CreateDatabaseResponseBody) SetCode(v string) *CreateDatabaseResponseBody
func (*CreateDatabaseResponseBody) SetMessage ¶
func (s *CreateDatabaseResponseBody) SetMessage(v string) *CreateDatabaseResponseBody
func (*CreateDatabaseResponseBody) SetRequestId ¶
func (s *CreateDatabaseResponseBody) SetRequestId(v string) *CreateDatabaseResponseBody
func (*CreateDatabaseResponseBody) SetSuccess ¶
func (s *CreateDatabaseResponseBody) SetSuccess(v bool) *CreateDatabaseResponseBody
func (CreateDatabaseResponseBody) String ¶
func (s CreateDatabaseResponseBody) String() 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 (s *CreateFunctionRequest) SetCatalogId(v string) *CreateFunctionRequest
func (*CreateFunctionRequest) SetDatabaseName ¶
func (s *CreateFunctionRequest) SetDatabaseName(v string) *CreateFunctionRequest
func (*CreateFunctionRequest) SetFunctionInput ¶
func (s *CreateFunctionRequest) SetFunctionInput(v *FunctionInput) *CreateFunctionRequest
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 (s *CreateFunctionResponse) SetBody(v *CreateFunctionResponseBody) *CreateFunctionResponse
func (*CreateFunctionResponse) SetHeaders ¶
func (s *CreateFunctionResponse) SetHeaders(v map[string]*string) *CreateFunctionResponse
func (*CreateFunctionResponse) SetStatusCode ¶
func (s *CreateFunctionResponse) SetStatusCode(v int32) *CreateFunctionResponse
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 (s *CreateFunctionResponseBody) SetCode(v string) *CreateFunctionResponseBody
func (*CreateFunctionResponseBody) SetMessage ¶
func (s *CreateFunctionResponseBody) SetMessage(v string) *CreateFunctionResponseBody
func (*CreateFunctionResponseBody) SetRequestId ¶
func (s *CreateFunctionResponseBody) SetRequestId(v string) *CreateFunctionResponseBody
func (*CreateFunctionResponseBody) SetSuccess ¶
func (s *CreateFunctionResponseBody) SetSuccess(v bool) *CreateFunctionResponseBody
func (CreateFunctionResponseBody) String ¶
func (s CreateFunctionResponseBody) String() 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 (s *CreateLockResponse) SetBody(v *CreateLockResponseBody) *CreateLockResponse
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 (s *CreateLockResponseBody) SetCode(v string) *CreateLockResponseBody
func (*CreateLockResponseBody) SetLockStatus ¶
func (s *CreateLockResponseBody) SetLockStatus(v *LockStatus) *CreateLockResponseBody
func (*CreateLockResponseBody) SetMessage ¶
func (s *CreateLockResponseBody) SetMessage(v string) *CreateLockResponseBody
func (*CreateLockResponseBody) SetRequestId ¶
func (s *CreateLockResponseBody) SetRequestId(v string) *CreateLockResponseBody
func (*CreateLockResponseBody) SetSuccess ¶
func (s *CreateLockResponseBody) SetSuccess(v bool) *CreateLockResponseBody
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 (s *CreatePartitionRequest) SetCatalogId(v string) *CreatePartitionRequest
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 (s *CreatePartitionRequest) SetPartitionInput(v *PartitionInput) *CreatePartitionRequest
func (*CreatePartitionRequest) SetTableName ¶
func (s *CreatePartitionRequest) SetTableName(v string) *CreatePartitionRequest
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 (s *CreatePartitionResponse) SetBody(v *CreatePartitionResponseBody) *CreatePartitionResponse
func (*CreatePartitionResponse) SetHeaders ¶
func (s *CreatePartitionResponse) SetHeaders(v map[string]*string) *CreatePartitionResponse
func (*CreatePartitionResponse) SetStatusCode ¶
func (s *CreatePartitionResponse) SetStatusCode(v int32) *CreatePartitionResponse
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 (s *CreatePartitionResponseBody) SetCode(v string) *CreatePartitionResponseBody
func (*CreatePartitionResponseBody) SetMessage ¶
func (s *CreatePartitionResponseBody) SetMessage(v string) *CreatePartitionResponseBody
func (*CreatePartitionResponseBody) SetPartition ¶
func (s *CreatePartitionResponseBody) SetPartition(v *Partition) *CreatePartitionResponseBody
func (*CreatePartitionResponseBody) SetRequestId ¶
func (s *CreatePartitionResponseBody) SetRequestId(v string) *CreatePartitionResponseBody
func (*CreatePartitionResponseBody) SetSuccess ¶
func (s *CreatePartitionResponseBody) SetSuccess(v bool) *CreatePartitionResponseBody
func (CreatePartitionResponseBody) String ¶
func (s CreatePartitionResponseBody) String() 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 (s *CreateRoleRequest) SetBody(v *RoleInput) *CreateRoleRequest
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 (s *CreateRoleResponse) SetBody(v *CreateRoleResponseBody) *CreateRoleResponse
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 (s *CreateRoleResponseBody) SetCode(v string) *CreateRoleResponseBody
func (*CreateRoleResponseBody) SetMessage ¶
func (s *CreateRoleResponseBody) SetMessage(v string) *CreateRoleResponseBody
func (*CreateRoleResponseBody) SetRequestId ¶
func (s *CreateRoleResponseBody) SetRequestId(v string) *CreateRoleResponseBody
func (*CreateRoleResponseBody) SetSuccess ¶
func (s *CreateRoleResponseBody) SetSuccess(v bool) *CreateRoleResponseBody
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 (s *CreateTableResponse) SetBody(v *CreateTableResponseBody) *CreateTableResponse
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 (s *CreateTableResponseBody) SetCode(v string) *CreateTableResponseBody
func (*CreateTableResponseBody) SetMessage ¶
func (s *CreateTableResponseBody) SetMessage(v string) *CreateTableResponseBody
func (*CreateTableResponseBody) SetRequestId ¶
func (s *CreateTableResponseBody) SetRequestId(v string) *CreateTableResponseBody
func (*CreateTableResponseBody) SetSuccess ¶
func (s *CreateTableResponseBody) SetSuccess(v bool) *CreateTableResponseBody
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) SetCreateTime ¶
func (*Database) SetCreatedBy ¶
func (*Database) SetDescription ¶
func (*Database) SetLocationUri ¶
func (*Database) SetOwnerName ¶
func (*Database) SetOwnerType ¶
func (*Database) SetPrivileges ¶
func (s *Database) SetPrivileges(v *PrincipalPrivilegeSet) *Database
func (*Database) SetUpdateTime ¶
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 (s *DeleteCatalogRequest) SetIsAsync(v bool) *DeleteCatalogRequest
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 (s *DeleteCatalogResponse) SetBody(v *DeleteCatalogResponseBody) *DeleteCatalogResponse
func (*DeleteCatalogResponse) SetHeaders ¶
func (s *DeleteCatalogResponse) SetHeaders(v map[string]*string) *DeleteCatalogResponse
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 (s *DeleteCatalogResponseBody) SetCode(v string) *DeleteCatalogResponseBody
func (*DeleteCatalogResponseBody) SetMessage ¶
func (s *DeleteCatalogResponseBody) SetMessage(v string) *DeleteCatalogResponseBody
func (*DeleteCatalogResponseBody) SetRequestId ¶
func (s *DeleteCatalogResponseBody) SetRequestId(v string) *DeleteCatalogResponseBody
func (*DeleteCatalogResponseBody) SetSuccess ¶
func (s *DeleteCatalogResponseBody) SetSuccess(v bool) *DeleteCatalogResponseBody
func (*DeleteCatalogResponseBody) SetTaskId ¶
func (s *DeleteCatalogResponseBody) SetTaskId(v string) *DeleteCatalogResponseBody
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 (s *DeleteDatabaseRequest) SetAsync(v bool) *DeleteDatabaseRequest
func (*DeleteDatabaseRequest) SetCascade ¶
func (s *DeleteDatabaseRequest) SetCascade(v bool) *DeleteDatabaseRequest
func (*DeleteDatabaseRequest) SetCatalogId ¶
func (s *DeleteDatabaseRequest) SetCatalogId(v string) *DeleteDatabaseRequest
func (*DeleteDatabaseRequest) SetName ¶
func (s *DeleteDatabaseRequest) SetName(v string) *DeleteDatabaseRequest
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 (s *DeleteDatabaseResponse) SetBody(v *DeleteDatabaseResponseBody) *DeleteDatabaseResponse
func (*DeleteDatabaseResponse) SetHeaders ¶
func (s *DeleteDatabaseResponse) SetHeaders(v map[string]*string) *DeleteDatabaseResponse
func (*DeleteDatabaseResponse) SetStatusCode ¶
func (s *DeleteDatabaseResponse) SetStatusCode(v int32) *DeleteDatabaseResponse
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 (s *DeleteDatabaseResponseBody) SetCode(v string) *DeleteDatabaseResponseBody
func (*DeleteDatabaseResponseBody) SetMessage ¶
func (s *DeleteDatabaseResponseBody) SetMessage(v string) *DeleteDatabaseResponseBody
func (*DeleteDatabaseResponseBody) SetRequestId ¶
func (s *DeleteDatabaseResponseBody) SetRequestId(v string) *DeleteDatabaseResponseBody
func (*DeleteDatabaseResponseBody) SetSuccess ¶
func (s *DeleteDatabaseResponseBody) SetSuccess(v bool) *DeleteDatabaseResponseBody
func (*DeleteDatabaseResponseBody) SetTaskId ¶
func (s *DeleteDatabaseResponseBody) SetTaskId(v string) *DeleteDatabaseResponseBody
func (DeleteDatabaseResponseBody) String ¶
func (s DeleteDatabaseResponseBody) String() 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 (s *DeleteFunctionRequest) SetCatalogId(v string) *DeleteFunctionRequest
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 (s *DeleteFunctionResponse) SetBody(v *DeleteFunctionResponseBody) *DeleteFunctionResponse
func (*DeleteFunctionResponse) SetHeaders ¶
func (s *DeleteFunctionResponse) SetHeaders(v map[string]*string) *DeleteFunctionResponse
func (*DeleteFunctionResponse) SetStatusCode ¶
func (s *DeleteFunctionResponse) SetStatusCode(v int32) *DeleteFunctionResponse
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 (s *DeleteFunctionResponseBody) SetCode(v string) *DeleteFunctionResponseBody
func (*DeleteFunctionResponseBody) SetMessage ¶
func (s *DeleteFunctionResponseBody) SetMessage(v string) *DeleteFunctionResponseBody
func (*DeleteFunctionResponseBody) SetRequestId ¶
func (s *DeleteFunctionResponseBody) SetRequestId(v string) *DeleteFunctionResponseBody
func (*DeleteFunctionResponseBody) SetSuccess ¶
func (s *DeleteFunctionResponseBody) SetSuccess(v bool) *DeleteFunctionResponseBody
func (DeleteFunctionResponseBody) String ¶
func (s DeleteFunctionResponseBody) String() 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 (s DeletePartitionColumnStatisticsRequest) GoString() string
func (*DeletePartitionColumnStatisticsRequest) SetCatalogId ¶
func (s *DeletePartitionColumnStatisticsRequest) SetCatalogId(v string) *DeletePartitionColumnStatisticsRequest
func (*DeletePartitionColumnStatisticsRequest) SetColumnNames ¶
func (s *DeletePartitionColumnStatisticsRequest) SetColumnNames(v []*string) *DeletePartitionColumnStatisticsRequest
func (*DeletePartitionColumnStatisticsRequest) SetDatabaseName ¶
func (s *DeletePartitionColumnStatisticsRequest) SetDatabaseName(v string) *DeletePartitionColumnStatisticsRequest
func (*DeletePartitionColumnStatisticsRequest) SetPartitionNames ¶
func (s *DeletePartitionColumnStatisticsRequest) SetPartitionNames(v []*string) *DeletePartitionColumnStatisticsRequest
func (*DeletePartitionColumnStatisticsRequest) SetTableName ¶
func (s *DeletePartitionColumnStatisticsRequest) SetTableName(v string) *DeletePartitionColumnStatisticsRequest
func (DeletePartitionColumnStatisticsRequest) String ¶
func (s DeletePartitionColumnStatisticsRequest) String() 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 (s DeletePartitionColumnStatisticsResponse) GoString() string
func (*DeletePartitionColumnStatisticsResponse) SetHeaders ¶
func (s *DeletePartitionColumnStatisticsResponse) SetHeaders(v map[string]*string) *DeletePartitionColumnStatisticsResponse
func (*DeletePartitionColumnStatisticsResponse) SetStatusCode ¶
func (s *DeletePartitionColumnStatisticsResponse) SetStatusCode(v int32) *DeletePartitionColumnStatisticsResponse
func (DeletePartitionColumnStatisticsResponse) String ¶
func (s DeletePartitionColumnStatisticsResponse) String() 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 (s DeletePartitionColumnStatisticsResponseBody) GoString() string
func (*DeletePartitionColumnStatisticsResponseBody) SetCode ¶
func (s *DeletePartitionColumnStatisticsResponseBody) SetCode(v string) *DeletePartitionColumnStatisticsResponseBody
func (*DeletePartitionColumnStatisticsResponseBody) SetMessage ¶
func (s *DeletePartitionColumnStatisticsResponseBody) SetMessage(v string) *DeletePartitionColumnStatisticsResponseBody
func (*DeletePartitionColumnStatisticsResponseBody) SetRequestId ¶
func (s *DeletePartitionColumnStatisticsResponseBody) SetRequestId(v string) *DeletePartitionColumnStatisticsResponseBody
func (*DeletePartitionColumnStatisticsResponseBody) SetSuccess ¶
func (s *DeletePartitionColumnStatisticsResponseBody) SetSuccess(v bool) *DeletePartitionColumnStatisticsResponseBody
func (DeletePartitionColumnStatisticsResponseBody) String ¶
func (s DeletePartitionColumnStatisticsResponseBody) String() 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 (s DeletePartitionColumnStatisticsShrinkRequest) GoString() string
func (*DeletePartitionColumnStatisticsShrinkRequest) SetCatalogId ¶
func (s *DeletePartitionColumnStatisticsShrinkRequest) SetCatalogId(v string) *DeletePartitionColumnStatisticsShrinkRequest
func (*DeletePartitionColumnStatisticsShrinkRequest) SetColumnNamesShrink ¶
func (s *DeletePartitionColumnStatisticsShrinkRequest) SetColumnNamesShrink(v string) *DeletePartitionColumnStatisticsShrinkRequest
func (*DeletePartitionColumnStatisticsShrinkRequest) SetDatabaseName ¶
func (s *DeletePartitionColumnStatisticsShrinkRequest) SetDatabaseName(v string) *DeletePartitionColumnStatisticsShrinkRequest
func (*DeletePartitionColumnStatisticsShrinkRequest) SetPartitionNamesShrink ¶
func (s *DeletePartitionColumnStatisticsShrinkRequest) SetPartitionNamesShrink(v string) *DeletePartitionColumnStatisticsShrinkRequest
func (*DeletePartitionColumnStatisticsShrinkRequest) SetTableName ¶
func (s *DeletePartitionColumnStatisticsShrinkRequest) SetTableName(v string) *DeletePartitionColumnStatisticsShrinkRequest
func (DeletePartitionColumnStatisticsShrinkRequest) String ¶
func (s DeletePartitionColumnStatisticsShrinkRequest) String() 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 (s *DeletePartitionRequest) SetCatalogId(v string) *DeletePartitionRequest
func (*DeletePartitionRequest) SetDatabaseName ¶
func (s *DeletePartitionRequest) SetDatabaseName(v string) *DeletePartitionRequest
func (*DeletePartitionRequest) SetIfExists ¶
func (s *DeletePartitionRequest) SetIfExists(v bool) *DeletePartitionRequest
func (*DeletePartitionRequest) SetPartitionValues ¶
func (s *DeletePartitionRequest) SetPartitionValues(v []*string) *DeletePartitionRequest
func (*DeletePartitionRequest) SetTableName ¶
func (s *DeletePartitionRequest) SetTableName(v string) *DeletePartitionRequest
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 (s *DeletePartitionResponse) SetBody(v *DeletePartitionResponseBody) *DeletePartitionResponse
func (*DeletePartitionResponse) SetHeaders ¶
func (s *DeletePartitionResponse) SetHeaders(v map[string]*string) *DeletePartitionResponse
func (*DeletePartitionResponse) SetStatusCode ¶
func (s *DeletePartitionResponse) SetStatusCode(v int32) *DeletePartitionResponse
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 (s *DeletePartitionResponseBody) SetCode(v string) *DeletePartitionResponseBody
func (*DeletePartitionResponseBody) SetMessage ¶
func (s *DeletePartitionResponseBody) SetMessage(v string) *DeletePartitionResponseBody
func (*DeletePartitionResponseBody) SetRequestId ¶
func (s *DeletePartitionResponseBody) SetRequestId(v string) *DeletePartitionResponseBody
func (*DeletePartitionResponseBody) SetSuccess ¶
func (s *DeletePartitionResponseBody) SetSuccess(v bool) *DeletePartitionResponseBody
func (DeletePartitionResponseBody) String ¶
func (s DeletePartitionResponseBody) String() 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 (s *DeleteRoleResponse) SetBody(v *DeleteRoleResponseBody) *DeleteRoleResponse
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 (s *DeleteRoleResponseBody) SetCode(v string) *DeleteRoleResponseBody
func (*DeleteRoleResponseBody) SetMessage ¶
func (s *DeleteRoleResponseBody) SetMessage(v string) *DeleteRoleResponseBody
func (*DeleteRoleResponseBody) SetRequestId ¶
func (s *DeleteRoleResponseBody) SetRequestId(v string) *DeleteRoleResponseBody
func (*DeleteRoleResponseBody) SetSuccess ¶
func (s *DeleteRoleResponseBody) SetSuccess(v bool) *DeleteRoleResponseBody
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 (s DeleteTableColumnStatisticsRequest) GoString() string
func (*DeleteTableColumnStatisticsRequest) SetCatalogId ¶
func (s *DeleteTableColumnStatisticsRequest) SetCatalogId(v string) *DeleteTableColumnStatisticsRequest
func (*DeleteTableColumnStatisticsRequest) SetColumnNames ¶
func (s *DeleteTableColumnStatisticsRequest) SetColumnNames(v []*string) *DeleteTableColumnStatisticsRequest
func (*DeleteTableColumnStatisticsRequest) SetDatabaseName ¶
func (s *DeleteTableColumnStatisticsRequest) SetDatabaseName(v string) *DeleteTableColumnStatisticsRequest
func (*DeleteTableColumnStatisticsRequest) SetTableName ¶
func (s *DeleteTableColumnStatisticsRequest) SetTableName(v string) *DeleteTableColumnStatisticsRequest
func (DeleteTableColumnStatisticsRequest) String ¶
func (s DeleteTableColumnStatisticsRequest) String() 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 (s DeleteTableColumnStatisticsResponse) GoString() string
func (*DeleteTableColumnStatisticsResponse) SetHeaders ¶
func (s *DeleteTableColumnStatisticsResponse) SetHeaders(v map[string]*string) *DeleteTableColumnStatisticsResponse
func (*DeleteTableColumnStatisticsResponse) SetStatusCode ¶
func (s *DeleteTableColumnStatisticsResponse) SetStatusCode(v int32) *DeleteTableColumnStatisticsResponse
func (DeleteTableColumnStatisticsResponse) String ¶
func (s DeleteTableColumnStatisticsResponse) String() 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 (s DeleteTableColumnStatisticsResponseBody) GoString() string
func (*DeleteTableColumnStatisticsResponseBody) SetCode ¶
func (s *DeleteTableColumnStatisticsResponseBody) SetCode(v string) *DeleteTableColumnStatisticsResponseBody
func (*DeleteTableColumnStatisticsResponseBody) SetMessage ¶
func (s *DeleteTableColumnStatisticsResponseBody) SetMessage(v string) *DeleteTableColumnStatisticsResponseBody
func (*DeleteTableColumnStatisticsResponseBody) SetRequestId ¶
func (s *DeleteTableColumnStatisticsResponseBody) SetRequestId(v string) *DeleteTableColumnStatisticsResponseBody
func (*DeleteTableColumnStatisticsResponseBody) SetSuccess ¶
func (s *DeleteTableColumnStatisticsResponseBody) SetSuccess(v bool) *DeleteTableColumnStatisticsResponseBody
func (DeleteTableColumnStatisticsResponseBody) String ¶
func (s DeleteTableColumnStatisticsResponseBody) String() 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 (s DeleteTableColumnStatisticsShrinkRequest) GoString() string
func (*DeleteTableColumnStatisticsShrinkRequest) SetCatalogId ¶
func (s *DeleteTableColumnStatisticsShrinkRequest) SetCatalogId(v string) *DeleteTableColumnStatisticsShrinkRequest
func (*DeleteTableColumnStatisticsShrinkRequest) SetColumnNamesShrink ¶
func (s *DeleteTableColumnStatisticsShrinkRequest) SetColumnNamesShrink(v string) *DeleteTableColumnStatisticsShrinkRequest
func (*DeleteTableColumnStatisticsShrinkRequest) SetDatabaseName ¶
func (s *DeleteTableColumnStatisticsShrinkRequest) SetDatabaseName(v string) *DeleteTableColumnStatisticsShrinkRequest
func (*DeleteTableColumnStatisticsShrinkRequest) SetTableName ¶
func (s *DeleteTableColumnStatisticsShrinkRequest) SetTableName(v string) *DeleteTableColumnStatisticsShrinkRequest
func (DeleteTableColumnStatisticsShrinkRequest) String ¶
func (s DeleteTableColumnStatisticsShrinkRequest) String() 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 (s *DeleteTableResponse) SetBody(v *DeleteTableResponseBody) *DeleteTableResponse
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 (s *DeleteTableResponseBody) SetCode(v string) *DeleteTableResponseBody
func (*DeleteTableResponseBody) SetMessage ¶
func (s *DeleteTableResponseBody) SetMessage(v string) *DeleteTableResponseBody
func (*DeleteTableResponseBody) SetRequestId ¶
func (s *DeleteTableResponseBody) SetRequestId(v string) *DeleteTableResponseBody
func (*DeleteTableResponseBody) SetSuccess ¶
func (s *DeleteTableResponseBody) SetSuccess(v bool) *DeleteTableResponseBody
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 (s *DeleteTableVersionRequest) SetCatalogId(v string) *DeleteTableVersionRequest
func (*DeleteTableVersionRequest) SetDatabaseName ¶
func (s *DeleteTableVersionRequest) SetDatabaseName(v string) *DeleteTableVersionRequest
func (*DeleteTableVersionRequest) SetTableName ¶
func (s *DeleteTableVersionRequest) SetTableName(v string) *DeleteTableVersionRequest
func (*DeleteTableVersionRequest) SetVersionId ¶
func (s *DeleteTableVersionRequest) SetVersionId(v int32) *DeleteTableVersionRequest
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 (s *DeleteTableVersionResponse) SetBody(v *DeleteTableVersionResponseBody) *DeleteTableVersionResponse
func (*DeleteTableVersionResponse) SetHeaders ¶
func (s *DeleteTableVersionResponse) SetHeaders(v map[string]*string) *DeleteTableVersionResponse
func (*DeleteTableVersionResponse) SetStatusCode ¶
func (s *DeleteTableVersionResponse) SetStatusCode(v int32) *DeleteTableVersionResponse
func (DeleteTableVersionResponse) String ¶
func (s DeleteTableVersionResponse) String() 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 (s DeleteTableVersionResponseBody) GoString() string
func (*DeleteTableVersionResponseBody) SetCode ¶
func (s *DeleteTableVersionResponseBody) SetCode(v string) *DeleteTableVersionResponseBody
func (*DeleteTableVersionResponseBody) SetMessage ¶
func (s *DeleteTableVersionResponseBody) SetMessage(v string) *DeleteTableVersionResponseBody
func (*DeleteTableVersionResponseBody) SetRequestId ¶
func (s *DeleteTableVersionResponseBody) SetRequestId(v string) *DeleteTableVersionResponseBody
func (*DeleteTableVersionResponseBody) SetSuccess ¶
func (s *DeleteTableVersionResponseBody) SetSuccess(v bool) *DeleteTableVersionResponseBody
func (DeleteTableVersionResponseBody) String ¶
func (s DeleteTableVersionResponseBody) String() 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 (s *DeregisterLocationRequest) SetLocationId(v string) *DeregisterLocationRequest
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 (s *DeregisterLocationResponse) SetBody(v *DeregisterLocationResponseBody) *DeregisterLocationResponse
func (*DeregisterLocationResponse) SetHeaders ¶
func (s *DeregisterLocationResponse) SetHeaders(v map[string]*string) *DeregisterLocationResponse
func (*DeregisterLocationResponse) SetStatusCode ¶
func (s *DeregisterLocationResponse) SetStatusCode(v int32) *DeregisterLocationResponse
func (DeregisterLocationResponse) String ¶
func (s DeregisterLocationResponse) String() 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 (s DeregisterLocationResponseBody) GoString() string
func (*DeregisterLocationResponseBody) SetData ¶
func (s *DeregisterLocationResponseBody) SetData(v *DeregisterLocationResponseBodyData) *DeregisterLocationResponseBody
func (*DeregisterLocationResponseBody) SetRequestId ¶
func (s *DeregisterLocationResponseBody) SetRequestId(v string) *DeregisterLocationResponseBody
func (*DeregisterLocationResponseBody) SetSuccess ¶
func (s *DeregisterLocationResponseBody) SetSuccess(v bool) *DeregisterLocationResponseBody
func (DeregisterLocationResponseBody) String ¶
func (s DeregisterLocationResponseBody) String() 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 (s DeregisterLocationResponseBodyData) GoString() string
func (*DeregisterLocationResponseBodyData) SetLocationId ¶
func (s *DeregisterLocationResponseBodyData) SetLocationId(v string) *DeregisterLocationResponseBodyData
func (*DeregisterLocationResponseBodyData) SetStorageCollectTaskOperationResultList ¶
func (s *DeregisterLocationResponseBodyData) SetStorageCollectTaskOperationResultList(v []*StorageCollectTaskOperationResult) *DeregisterLocationResponseBodyData
func (DeregisterLocationResponseBodyData) String ¶
func (s DeregisterLocationResponseBodyData) String() 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 (s *DescribeRegionsResponse) SetBody(v *DescribeRegionsResponseBody) *DescribeRegionsResponse
func (*DescribeRegionsResponse) SetHeaders ¶
func (s *DescribeRegionsResponse) SetHeaders(v map[string]*string) *DescribeRegionsResponse
func (*DescribeRegionsResponse) SetStatusCode ¶
func (s *DescribeRegionsResponse) SetStatusCode(v int32) *DescribeRegionsResponse
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 (s *DescribeRegionsResponseBody) SetRegions(v []*DescribeRegionsResponseBodyRegions) *DescribeRegionsResponseBody
func (*DescribeRegionsResponseBody) SetRequestId ¶
func (s *DescribeRegionsResponseBody) SetRequestId(v string) *DescribeRegionsResponseBody
func (*DescribeRegionsResponseBody) SetSuccess ¶
func (s *DescribeRegionsResponseBody) SetSuccess(v bool) *DescribeRegionsResponseBody
func (DescribeRegionsResponseBody) String ¶
func (s DescribeRegionsResponseBody) String() 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 (s DescribeRegionsResponseBodyRegions) GoString() string
func (*DescribeRegionsResponseBodyRegions) SetDescription ¶
func (s *DescribeRegionsResponseBodyRegions) SetDescription(v string) *DescribeRegionsResponseBodyRegions
func (*DescribeRegionsResponseBodyRegions) SetName ¶
func (s *DescribeRegionsResponseBodyRegions) SetName(v string) *DescribeRegionsResponseBodyRegions
func (*DescribeRegionsResponseBodyRegions) SetShowName ¶
func (s *DescribeRegionsResponseBodyRegions) SetShowName(v string) *DescribeRegionsResponseBodyRegions
func (*DescribeRegionsResponseBodyRegions) SetType ¶
func (s *DescribeRegionsResponseBodyRegions) SetType(v string) *DescribeRegionsResponseBodyRegions
func (DescribeRegionsResponseBodyRegions) String ¶
func (s DescribeRegionsResponseBodyRegions) String() 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 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) SetCatalogId ¶
func (*Function) SetClassName ¶
func (*Function) SetCreateTime ¶
func (*Function) SetCreatedBy ¶
func (*Function) SetDatabaseName ¶
func (*Function) SetFunctionName ¶
func (*Function) SetFunctionType ¶
func (*Function) SetOwnerName ¶
func (*Function) SetOwnerType ¶
func (*Function) SetResourceUri ¶
func (s *Function) SetResourceUri(v []*ResourceUri) *Function
func (*Function) SetUpdateTime ¶
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 (s *GetAsyncTaskStatusRequest) SetCatalogId(v string) *GetAsyncTaskStatusRequest
func (*GetAsyncTaskStatusRequest) SetTaskId ¶
func (s *GetAsyncTaskStatusRequest) SetTaskId(v string) *GetAsyncTaskStatusRequest
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 (s *GetAsyncTaskStatusResponse) SetBody(v *GetAsyncTaskStatusResponseBody) *GetAsyncTaskStatusResponse
func (*GetAsyncTaskStatusResponse) SetHeaders ¶
func (s *GetAsyncTaskStatusResponse) SetHeaders(v map[string]*string) *GetAsyncTaskStatusResponse
func (*GetAsyncTaskStatusResponse) SetStatusCode ¶
func (s *GetAsyncTaskStatusResponse) SetStatusCode(v int32) *GetAsyncTaskStatusResponse
func (GetAsyncTaskStatusResponse) String ¶
func (s GetAsyncTaskStatusResponse) String() 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 (s GetAsyncTaskStatusResponseBody) GoString() string
func (*GetAsyncTaskStatusResponseBody) SetCode ¶
func (s *GetAsyncTaskStatusResponseBody) SetCode(v string) *GetAsyncTaskStatusResponseBody
func (*GetAsyncTaskStatusResponseBody) SetMessage ¶
func (s *GetAsyncTaskStatusResponseBody) SetMessage(v string) *GetAsyncTaskStatusResponseBody
func (*GetAsyncTaskStatusResponseBody) SetRequestId ¶
func (s *GetAsyncTaskStatusResponseBody) SetRequestId(v string) *GetAsyncTaskStatusResponseBody
func (*GetAsyncTaskStatusResponseBody) SetSuccess ¶
func (s *GetAsyncTaskStatusResponseBody) SetSuccess(v bool) *GetAsyncTaskStatusResponseBody
func (*GetAsyncTaskStatusResponseBody) SetTaskStatus ¶
func (s *GetAsyncTaskStatusResponseBody) SetTaskStatus(v *TaskStatus) *GetAsyncTaskStatusResponseBody
func (GetAsyncTaskStatusResponseBody) String ¶
func (s GetAsyncTaskStatusResponseBody) String() 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 (s *GetCatalogResponse) SetBody(v *GetCatalogResponseBody) *GetCatalogResponse
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 (s *GetCatalogResponseBody) SetCatalog(v *Catalog) *GetCatalogResponseBody
func (*GetCatalogResponseBody) SetCode ¶
func (s *GetCatalogResponseBody) SetCode(v string) *GetCatalogResponseBody
func (*GetCatalogResponseBody) SetMessage ¶
func (s *GetCatalogResponseBody) SetMessage(v string) *GetCatalogResponseBody
func (*GetCatalogResponseBody) SetRequestId ¶
func (s *GetCatalogResponseBody) SetRequestId(v string) *GetCatalogResponseBody
func (*GetCatalogResponseBody) SetSuccess ¶
func (s *GetCatalogResponseBody) SetSuccess(v bool) *GetCatalogResponseBody
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 (s *GetCatalogSettingsRequest) SetCatalogId(v string) *GetCatalogSettingsRequest
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 (s *GetCatalogSettingsResponse) SetBody(v *GetCatalogSettingsResponseBody) *GetCatalogSettingsResponse
func (*GetCatalogSettingsResponse) SetHeaders ¶
func (s *GetCatalogSettingsResponse) SetHeaders(v map[string]*string) *GetCatalogSettingsResponse
func (*GetCatalogSettingsResponse) SetStatusCode ¶
func (s *GetCatalogSettingsResponse) SetStatusCode(v int32) *GetCatalogSettingsResponse
func (GetCatalogSettingsResponse) String ¶
func (s GetCatalogSettingsResponse) String() 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 (s GetCatalogSettingsResponseBody) GoString() string
func (*GetCatalogSettingsResponseBody) SetCatalogSettings ¶
func (s *GetCatalogSettingsResponseBody) SetCatalogSettings(v *CatalogSettings) *GetCatalogSettingsResponseBody
func (*GetCatalogSettingsResponseBody) SetCode ¶
func (s *GetCatalogSettingsResponseBody) SetCode(v string) *GetCatalogSettingsResponseBody
func (*GetCatalogSettingsResponseBody) SetMessage ¶
func (s *GetCatalogSettingsResponseBody) SetMessage(v string) *GetCatalogSettingsResponseBody
func (*GetCatalogSettingsResponseBody) SetRequestId ¶
func (s *GetCatalogSettingsResponseBody) SetRequestId(v string) *GetCatalogSettingsResponseBody
func (*GetCatalogSettingsResponseBody) SetSuccess ¶
func (s *GetCatalogSettingsResponseBody) SetSuccess(v bool) *GetCatalogSettingsResponseBody
func (GetCatalogSettingsResponseBody) String ¶
func (s GetCatalogSettingsResponseBody) String() 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 (s *GetDatabaseProfileRequest) SetCatalogId(v string) *GetDatabaseProfileRequest
func (*GetDatabaseProfileRequest) SetDatabaseName ¶ added in v1.1.0
func (s *GetDatabaseProfileRequest) SetDatabaseName(v string) *GetDatabaseProfileRequest
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 (s *GetDatabaseProfileResponse) SetBody(v *GetDatabaseProfileResponseBody) *GetDatabaseProfileResponse
func (*GetDatabaseProfileResponse) SetHeaders ¶ added in v1.1.0
func (s *GetDatabaseProfileResponse) SetHeaders(v map[string]*string) *GetDatabaseProfileResponse
func (*GetDatabaseProfileResponse) SetStatusCode ¶ added in v1.1.0
func (s *GetDatabaseProfileResponse) SetStatusCode(v int32) *GetDatabaseProfileResponse
func (GetDatabaseProfileResponse) String ¶ added in v1.1.0
func (s GetDatabaseProfileResponse) String() string
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 (s GetDatabaseProfileResponseBody) GoString() string
func (*GetDatabaseProfileResponseBody) SetCode ¶ added in v1.1.0
func (s *GetDatabaseProfileResponseBody) SetCode(v string) *GetDatabaseProfileResponseBody
func (*GetDatabaseProfileResponseBody) SetDatabaseProfile ¶ added in v1.1.0
func (s *GetDatabaseProfileResponseBody) SetDatabaseProfile(v *DatabaseProfile) *GetDatabaseProfileResponseBody
func (*GetDatabaseProfileResponseBody) SetMessage ¶ added in v1.1.0
func (s *GetDatabaseProfileResponseBody) SetMessage(v string) *GetDatabaseProfileResponseBody
func (*GetDatabaseProfileResponseBody) SetRequestId ¶ added in v1.1.0
func (s *GetDatabaseProfileResponseBody) SetRequestId(v string) *GetDatabaseProfileResponseBody
func (*GetDatabaseProfileResponseBody) SetSuccess ¶ added in v1.1.0
func (s *GetDatabaseProfileResponseBody) SetSuccess(v bool) *GetDatabaseProfileResponseBody
func (GetDatabaseProfileResponseBody) String ¶ added in v1.1.0
func (s GetDatabaseProfileResponseBody) String() string
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 (s *GetDatabaseRequest) SetName(v string) *GetDatabaseRequest
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 (s *GetDatabaseResponse) SetBody(v *GetDatabaseResponseBody) *GetDatabaseResponse
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 (s *GetDatabaseResponseBody) SetCode(v string) *GetDatabaseResponseBody
func (*GetDatabaseResponseBody) SetDatabase ¶
func (s *GetDatabaseResponseBody) SetDatabase(v *Database) *GetDatabaseResponseBody
func (*GetDatabaseResponseBody) SetMessage ¶
func (s *GetDatabaseResponseBody) SetMessage(v string) *GetDatabaseResponseBody
func (*GetDatabaseResponseBody) SetRequestId ¶
func (s *GetDatabaseResponseBody) SetRequestId(v string) *GetDatabaseResponseBody
func (*GetDatabaseResponseBody) SetSuccess ¶
func (s *GetDatabaseResponseBody) SetSuccess(v bool) *GetDatabaseResponseBody
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 (s *GetFunctionResponse) SetBody(v *GetFunctionResponseBody) *GetFunctionResponse
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 (s *GetFunctionResponseBody) SetCode(v string) *GetFunctionResponseBody
func (*GetFunctionResponseBody) SetFunction ¶
func (s *GetFunctionResponseBody) SetFunction(v *Function) *GetFunctionResponseBody
func (*GetFunctionResponseBody) SetMessage ¶
func (s *GetFunctionResponseBody) SetMessage(v string) *GetFunctionResponseBody
func (*GetFunctionResponseBody) SetRequestId ¶
func (s *GetFunctionResponseBody) SetRequestId(v string) *GetFunctionResponseBody
func (*GetFunctionResponseBody) SetSuccess ¶
func (s *GetFunctionResponseBody) SetSuccess(v bool) *GetFunctionResponseBody
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 (s *GetLifecycleRuleRequest) SetBizId(v string) *GetLifecycleRuleRequest
func (*GetLifecycleRuleRequest) SetResourceName ¶
func (s *GetLifecycleRuleRequest) SetResourceName(v string) *GetLifecycleRuleRequest
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 (s *GetLifecycleRuleResponse) SetBody(v *GetLifecycleRuleResponseBody) *GetLifecycleRuleResponse
func (*GetLifecycleRuleResponse) SetHeaders ¶
func (s *GetLifecycleRuleResponse) SetHeaders(v map[string]*string) *GetLifecycleRuleResponse
func (*GetLifecycleRuleResponse) SetStatusCode ¶
func (s *GetLifecycleRuleResponse) SetStatusCode(v int32) *GetLifecycleRuleResponse
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 (s *GetLifecycleRuleResponseBody) SetData(v *LifecycleRule) *GetLifecycleRuleResponseBody
func (*GetLifecycleRuleResponseBody) SetRequestId ¶
func (s *GetLifecycleRuleResponseBody) SetRequestId(v string) *GetLifecycleRuleResponseBody
func (*GetLifecycleRuleResponseBody) SetSuccess ¶
func (s *GetLifecycleRuleResponseBody) SetSuccess(v bool) *GetLifecycleRuleResponseBody
func (GetLifecycleRuleResponseBody) String ¶
func (s GetLifecycleRuleResponseBody) String() 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 (s *GetLockResponse) SetBody(v *GetLockResponseBody) *GetLockResponse
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 (s *GetLockResponseBody) SetCode(v string) *GetLockResponseBody
func (*GetLockResponseBody) SetLockStatus ¶
func (s *GetLockResponseBody) SetLockStatus(v *LockStatus) *GetLockResponseBody
func (*GetLockResponseBody) SetMessage ¶
func (s *GetLockResponseBody) SetMessage(v string) *GetLockResponseBody
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 (s GetPartitionColumnStatisticsRequest) GoString() string
func (*GetPartitionColumnStatisticsRequest) SetCatalogId ¶
func (s *GetPartitionColumnStatisticsRequest) SetCatalogId(v string) *GetPartitionColumnStatisticsRequest
func (*GetPartitionColumnStatisticsRequest) SetColumnNames ¶
func (s *GetPartitionColumnStatisticsRequest) SetColumnNames(v []*string) *GetPartitionColumnStatisticsRequest
func (*GetPartitionColumnStatisticsRequest) SetDatabaseName ¶
func (s *GetPartitionColumnStatisticsRequest) SetDatabaseName(v string) *GetPartitionColumnStatisticsRequest
func (*GetPartitionColumnStatisticsRequest) SetPartitionNames ¶
func (s *GetPartitionColumnStatisticsRequest) SetPartitionNames(v []*string) *GetPartitionColumnStatisticsRequest
func (*GetPartitionColumnStatisticsRequest) SetTableName ¶
func (s *GetPartitionColumnStatisticsRequest) SetTableName(v string) *GetPartitionColumnStatisticsRequest
func (GetPartitionColumnStatisticsRequest) String ¶
func (s GetPartitionColumnStatisticsRequest) String() 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 (s GetPartitionColumnStatisticsResponse) GoString() string
func (*GetPartitionColumnStatisticsResponse) SetHeaders ¶
func (s *GetPartitionColumnStatisticsResponse) SetHeaders(v map[string]*string) *GetPartitionColumnStatisticsResponse
func (*GetPartitionColumnStatisticsResponse) SetStatusCode ¶
func (s *GetPartitionColumnStatisticsResponse) SetStatusCode(v int32) *GetPartitionColumnStatisticsResponse
func (GetPartitionColumnStatisticsResponse) String ¶
func (s GetPartitionColumnStatisticsResponse) String() 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 (s GetPartitionColumnStatisticsResponseBody) GoString() string
func (*GetPartitionColumnStatisticsResponseBody) SetCode ¶
func (s *GetPartitionColumnStatisticsResponseBody) SetCode(v string) *GetPartitionColumnStatisticsResponseBody
func (*GetPartitionColumnStatisticsResponseBody) SetMessage ¶
func (s *GetPartitionColumnStatisticsResponseBody) SetMessage(v string) *GetPartitionColumnStatisticsResponseBody
func (*GetPartitionColumnStatisticsResponseBody) SetPartitionStatisticsMap ¶
func (s *GetPartitionColumnStatisticsResponseBody) SetPartitionStatisticsMap(v map[string][]*ColumnStatisticsObj) *GetPartitionColumnStatisticsResponseBody
func (*GetPartitionColumnStatisticsResponseBody) SetRequestId ¶
func (s *GetPartitionColumnStatisticsResponseBody) SetRequestId(v string) *GetPartitionColumnStatisticsResponseBody
func (*GetPartitionColumnStatisticsResponseBody) SetSuccess ¶
func (s *GetPartitionColumnStatisticsResponseBody) SetSuccess(v bool) *GetPartitionColumnStatisticsResponseBody
func (GetPartitionColumnStatisticsResponseBody) String ¶
func (s GetPartitionColumnStatisticsResponseBody) String() 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 (s GetPartitionColumnStatisticsShrinkRequest) GoString() string
func (*GetPartitionColumnStatisticsShrinkRequest) SetCatalogId ¶
func (s *GetPartitionColumnStatisticsShrinkRequest) SetCatalogId(v string) *GetPartitionColumnStatisticsShrinkRequest
func (*GetPartitionColumnStatisticsShrinkRequest) SetColumnNamesShrink ¶
func (s *GetPartitionColumnStatisticsShrinkRequest) SetColumnNamesShrink(v string) *GetPartitionColumnStatisticsShrinkRequest
func (*GetPartitionColumnStatisticsShrinkRequest) SetDatabaseName ¶
func (s *GetPartitionColumnStatisticsShrinkRequest) SetDatabaseName(v string) *GetPartitionColumnStatisticsShrinkRequest
func (*GetPartitionColumnStatisticsShrinkRequest) SetPartitionNamesShrink ¶
func (s *GetPartitionColumnStatisticsShrinkRequest) SetPartitionNamesShrink(v string) *GetPartitionColumnStatisticsShrinkRequest
func (*GetPartitionColumnStatisticsShrinkRequest) SetTableName ¶
func (s *GetPartitionColumnStatisticsShrinkRequest) SetTableName(v string) *GetPartitionColumnStatisticsShrinkRequest
func (GetPartitionColumnStatisticsShrinkRequest) String ¶
func (s GetPartitionColumnStatisticsShrinkRequest) String() 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 (s *GetPartitionResponse) SetBody(v *GetPartitionResponseBody) *GetPartitionResponse
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 (s *GetPartitionResponseBody) SetCode(v string) *GetPartitionResponseBody
func (*GetPartitionResponseBody) SetMessage ¶
func (s *GetPartitionResponseBody) SetMessage(v string) *GetPartitionResponseBody
func (*GetPartitionResponseBody) SetPartition ¶
func (s *GetPartitionResponseBody) SetPartition(v *Partition) *GetPartitionResponseBody
func (*GetPartitionResponseBody) SetRequestId ¶
func (s *GetPartitionResponseBody) SetRequestId(v string) *GetPartitionResponseBody
func (*GetPartitionResponseBody) SetSuccess ¶
func (s *GetPartitionResponseBody) SetSuccess(v bool) *GetPartitionResponseBody
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 (s *GetQueryResultRequest) SetPageSize(v int32) *GetQueryResultRequest
func (*GetQueryResultRequest) SetQueryId ¶
func (s *GetQueryResultRequest) SetQueryId(v string) *GetQueryResultRequest
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 (s *GetQueryResultResponse) SetBody(v *GetQueryResultResponseBody) *GetQueryResultResponse
func (*GetQueryResultResponse) SetHeaders ¶
func (s *GetQueryResultResponse) SetHeaders(v map[string]*string) *GetQueryResultResponse
func (*GetQueryResultResponse) SetStatusCode ¶
func (s *GetQueryResultResponse) SetStatusCode(v int32) *GetQueryResultResponse
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 (s *GetQueryResultResponseBody) SetDuration(v int64) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetEndTime ¶
func (s *GetQueryResultResponseBody) SetEndTime(v string) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetErrorMessage ¶
func (s *GetQueryResultResponseBody) SetErrorMessage(v string) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetGmtCreate ¶
func (s *GetQueryResultResponseBody) SetGmtCreate(v string) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetGmtModified ¶
func (s *GetQueryResultResponseBody) SetGmtModified(v string) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetId ¶
func (s *GetQueryResultResponseBody) SetId(v string) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetJobCompleted ¶
func (s *GetQueryResultResponseBody) SetJobCompleted(v bool) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetLogs ¶
func (s *GetQueryResultResponseBody) SetLogs(v string) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetOwner ¶
func (s *GetQueryResultResponseBody) SetOwner(v int64) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetProgress ¶
func (s *GetQueryResultResponseBody) SetProgress(v int32) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetRegionId ¶
func (s *GetQueryResultResponseBody) SetRegionId(v string) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetRequestId ¶
func (s *GetQueryResultResponseBody) SetRequestId(v string) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetResultTmpDb ¶
func (s *GetQueryResultResponseBody) SetResultTmpDb(v string) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetResultTmpTable ¶
func (s *GetQueryResultResponseBody) SetResultTmpTable(v string) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetRowCount ¶
func (s *GetQueryResultResponseBody) SetRowCount(v int32) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetRowCountOverLimit ¶
func (s *GetQueryResultResponseBody) SetRowCountOverLimit(v bool) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetRows ¶
func (s *GetQueryResultResponseBody) SetRows(v string) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetSchema ¶
func (s *GetQueryResultResponseBody) SetSchema(v string) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetSql ¶
func (s *GetQueryResultResponseBody) SetSql(v string) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetStartTime ¶
func (s *GetQueryResultResponseBody) SetStartTime(v string) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetStatus ¶
func (s *GetQueryResultResponseBody) SetStatus(v string) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetSuccess ¶
func (s *GetQueryResultResponseBody) SetSuccess(v bool) *GetQueryResultResponseBody
func (*GetQueryResultResponseBody) SetTotalBytesProcessed ¶
func (s *GetQueryResultResponseBody) SetTotalBytesProcessed(v int64) *GetQueryResultResponseBody
func (GetQueryResultResponseBody) String ¶
func (s GetQueryResultResponseBody) String() 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 (s *GetRegionStatusRequest) SetRegionId(v string) *GetRegionStatusRequest
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 (s *GetRegionStatusResponse) SetBody(v *GetRegionStatusResponseBody) *GetRegionStatusResponse
func (*GetRegionStatusResponse) SetHeaders ¶
func (s *GetRegionStatusResponse) SetHeaders(v map[string]*string) *GetRegionStatusResponse
func (*GetRegionStatusResponse) SetStatusCode ¶
func (s *GetRegionStatusResponse) SetStatusCode(v int32) *GetRegionStatusResponse
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 (s *GetRegionStatusResponseBody) SetData(v *GetRegionStatusResponseBodyData) *GetRegionStatusResponseBody
func (*GetRegionStatusResponseBody) SetRequestId ¶
func (s *GetRegionStatusResponseBody) SetRequestId(v string) *GetRegionStatusResponseBody
func (*GetRegionStatusResponseBody) SetSuccess ¶
func (s *GetRegionStatusResponseBody) SetSuccess(v string) *GetRegionStatusResponseBody
func (GetRegionStatusResponseBody) String ¶
func (s GetRegionStatusResponseBody) String() 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 (s GetRegionStatusResponseBodyData) GoString() string
func (*GetRegionStatusResponseBodyData) SetAccountStatus ¶
func (s *GetRegionStatusResponseBodyData) SetAccountStatus(v string) *GetRegionStatusResponseBodyData
func (*GetRegionStatusResponseBodyData) SetIsDependencyReady ¶
func (s *GetRegionStatusResponseBodyData) SetIsDependencyReady(v bool) *GetRegionStatusResponseBodyData
func (*GetRegionStatusResponseBodyData) SetIsDlfServiceOpen ¶
func (s *GetRegionStatusResponseBodyData) SetIsDlfServiceOpen(v bool) *GetRegionStatusResponseBodyData
func (*GetRegionStatusResponseBodyData) SetRegionId ¶
func (s *GetRegionStatusResponseBodyData) SetRegionId(v string) *GetRegionStatusResponseBodyData
func (*GetRegionStatusResponseBodyData) SetRegionStatus ¶
func (s *GetRegionStatusResponseBodyData) SetRegionStatus(v string) *GetRegionStatusResponseBodyData
func (GetRegionStatusResponseBodyData) String ¶
func (s GetRegionStatusResponseBodyData) String() 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 (s *GetRoleResponse) SetBody(v *GetRoleResponseBody) *GetRoleResponse
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 (s *GetRoleResponseBody) SetCode(v string) *GetRoleResponseBody
func (*GetRoleResponseBody) SetMessage ¶
func (s *GetRoleResponseBody) SetMessage(v string) *GetRoleResponseBody
func (*GetRoleResponseBody) SetRequestId ¶
func (s *GetRoleResponseBody) SetRequestId(v string) *GetRoleResponseBody
func (*GetRoleResponseBody) SetRole ¶
func (s *GetRoleResponseBody) SetRole(v *Role) *GetRoleResponseBody
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 (s *GetServiceStatusRequest) SetRegionId(v string) *GetServiceStatusRequest
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 (s *GetServiceStatusResponse) SetBody(v *GetServiceStatusResponseBody) *GetServiceStatusResponse
func (*GetServiceStatusResponse) SetHeaders ¶
func (s *GetServiceStatusResponse) SetHeaders(v map[string]*string) *GetServiceStatusResponse
func (*GetServiceStatusResponse) SetStatusCode ¶
func (s *GetServiceStatusResponse) SetStatusCode(v int32) *GetServiceStatusResponse
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 (s *GetServiceStatusResponseBody) SetData(v *GetServiceStatusResponseBodyData) *GetServiceStatusResponseBody
func (*GetServiceStatusResponseBody) SetRequestId ¶
func (s *GetServiceStatusResponseBody) SetRequestId(v string) *GetServiceStatusResponseBody
func (*GetServiceStatusResponseBody) SetSuccess ¶
func (s *GetServiceStatusResponseBody) SetSuccess(v bool) *GetServiceStatusResponseBody
func (GetServiceStatusResponseBody) String ¶
func (s GetServiceStatusResponseBody) String() 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 (s GetServiceStatusResponseBodyData) GoString() string
func (*GetServiceStatusResponseBodyData) SetHasRamPermissions ¶
func (s *GetServiceStatusResponseBodyData) SetHasRamPermissions(v bool) *GetServiceStatusResponseBodyData
func (*GetServiceStatusResponseBodyData) SetIsDlfServiceOpen ¶
func (s *GetServiceStatusResponseBodyData) SetIsDlfServiceOpen(v bool) *GetServiceStatusResponseBodyData
func (*GetServiceStatusResponseBodyData) SetIsOssOpen ¶
func (s *GetServiceStatusResponseBodyData) SetIsOssOpen(v bool) *GetServiceStatusResponseBodyData
func (GetServiceStatusResponseBodyData) String ¶
func (s GetServiceStatusResponseBodyData) String() 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 (s GetTableColumnStatisticsRequest) GoString() string
func (*GetTableColumnStatisticsRequest) SetCatalogId ¶
func (s *GetTableColumnStatisticsRequest) SetCatalogId(v string) *GetTableColumnStatisticsRequest
func (*GetTableColumnStatisticsRequest) SetColumnNames ¶
func (s *GetTableColumnStatisticsRequest) SetColumnNames(v []*string) *GetTableColumnStatisticsRequest
func (*GetTableColumnStatisticsRequest) SetDatabaseName ¶
func (s *GetTableColumnStatisticsRequest) SetDatabaseName(v string) *GetTableColumnStatisticsRequest
func (*GetTableColumnStatisticsRequest) SetTableName ¶
func (s *GetTableColumnStatisticsRequest) SetTableName(v string) *GetTableColumnStatisticsRequest
func (GetTableColumnStatisticsRequest) String ¶
func (s GetTableColumnStatisticsRequest) String() 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 (s GetTableColumnStatisticsResponse) GoString() string
func (*GetTableColumnStatisticsResponse) SetBody ¶
func (s *GetTableColumnStatisticsResponse) SetBody(v *GetTableColumnStatisticsResponseBody) *GetTableColumnStatisticsResponse
func (*GetTableColumnStatisticsResponse) SetHeaders ¶
func (s *GetTableColumnStatisticsResponse) SetHeaders(v map[string]*string) *GetTableColumnStatisticsResponse
func (*GetTableColumnStatisticsResponse) SetStatusCode ¶
func (s *GetTableColumnStatisticsResponse) SetStatusCode(v int32) *GetTableColumnStatisticsResponse
func (GetTableColumnStatisticsResponse) String ¶
func (s GetTableColumnStatisticsResponse) String() 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 (s GetTableColumnStatisticsResponseBody) GoString() string
func (*GetTableColumnStatisticsResponseBody) SetCode ¶
func (s *GetTableColumnStatisticsResponseBody) SetCode(v string) *GetTableColumnStatisticsResponseBody
func (*GetTableColumnStatisticsResponseBody) SetColumnStatisticsObjList ¶
func (s *GetTableColumnStatisticsResponseBody) SetColumnStatisticsObjList(v []*ColumnStatisticsObj) *GetTableColumnStatisticsResponseBody
func (*GetTableColumnStatisticsResponseBody) SetMessage ¶
func (s *GetTableColumnStatisticsResponseBody) SetMessage(v string) *GetTableColumnStatisticsResponseBody
func (*GetTableColumnStatisticsResponseBody) SetRequestId ¶
func (s *GetTableColumnStatisticsResponseBody) SetRequestId(v string) *GetTableColumnStatisticsResponseBody
func (*GetTableColumnStatisticsResponseBody) SetSuccess ¶
func (s *GetTableColumnStatisticsResponseBody) SetSuccess(v bool) *GetTableColumnStatisticsResponseBody
func (GetTableColumnStatisticsResponseBody) String ¶
func (s GetTableColumnStatisticsResponseBody) String() 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 (s GetTableColumnStatisticsShrinkRequest) GoString() string
func (*GetTableColumnStatisticsShrinkRequest) SetCatalogId ¶
func (s *GetTableColumnStatisticsShrinkRequest) SetCatalogId(v string) *GetTableColumnStatisticsShrinkRequest
func (*GetTableColumnStatisticsShrinkRequest) SetColumnNamesShrink ¶
func (s *GetTableColumnStatisticsShrinkRequest) SetColumnNamesShrink(v string) *GetTableColumnStatisticsShrinkRequest
func (*GetTableColumnStatisticsShrinkRequest) SetDatabaseName ¶
func (s *GetTableColumnStatisticsShrinkRequest) SetDatabaseName(v string) *GetTableColumnStatisticsShrinkRequest
func (*GetTableColumnStatisticsShrinkRequest) SetTableName ¶
func (s *GetTableColumnStatisticsShrinkRequest) SetTableName(v string) *GetTableColumnStatisticsShrinkRequest
func (GetTableColumnStatisticsShrinkRequest) String ¶
func (s GetTableColumnStatisticsShrinkRequest) String() 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 (s *GetTableProfileRequest) SetCatalogId(v string) *GetTableProfileRequest
func (*GetTableProfileRequest) SetDatabaseName ¶
func (s *GetTableProfileRequest) SetDatabaseName(v string) *GetTableProfileRequest
func (*GetTableProfileRequest) SetTableName ¶
func (s *GetTableProfileRequest) SetTableName(v string) *GetTableProfileRequest
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 (s *GetTableProfileResponse) SetBody(v *GetTableProfileResponseBody) *GetTableProfileResponse
func (*GetTableProfileResponse) SetHeaders ¶
func (s *GetTableProfileResponse) SetHeaders(v map[string]*string) *GetTableProfileResponse
func (*GetTableProfileResponse) SetStatusCode ¶
func (s *GetTableProfileResponse) SetStatusCode(v int32) *GetTableProfileResponse
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 (s *GetTableProfileResponseBody) SetCode(v string) *GetTableProfileResponseBody
func (*GetTableProfileResponseBody) SetMessage ¶
func (s *GetTableProfileResponseBody) SetMessage(v string) *GetTableProfileResponseBody
func (*GetTableProfileResponseBody) SetRequestId ¶
func (s *GetTableProfileResponseBody) SetRequestId(v string) *GetTableProfileResponseBody
func (*GetTableProfileResponseBody) SetSuccess ¶
func (s *GetTableProfileResponseBody) SetSuccess(v bool) *GetTableProfileResponseBody
func (*GetTableProfileResponseBody) SetTableProfile ¶
func (s *GetTableProfileResponseBody) SetTableProfile(v *TableProfile) *GetTableProfileResponseBody
func (GetTableProfileResponseBody) String ¶
func (s GetTableProfileResponseBody) String() 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 (s *GetTableResponse) SetBody(v *GetTableResponseBody) *GetTableResponse
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 (s *GetTableResponseBody) SetCode(v string) *GetTableResponseBody
func (*GetTableResponseBody) SetMessage ¶
func (s *GetTableResponseBody) SetMessage(v string) *GetTableResponseBody
func (*GetTableResponseBody) SetRequestId ¶
func (s *GetTableResponseBody) SetRequestId(v string) *GetTableResponseBody
func (*GetTableResponseBody) SetSuccess ¶
func (s *GetTableResponseBody) SetSuccess(v bool) *GetTableResponseBody
func (*GetTableResponseBody) SetTable ¶
func (s *GetTableResponseBody) SetTable(v *Table) *GetTableResponseBody
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 (s *GetTableVersionRequest) SetCatalogId(v string) *GetTableVersionRequest
func (*GetTableVersionRequest) SetDatabaseName ¶
func (s *GetTableVersionRequest) SetDatabaseName(v string) *GetTableVersionRequest
func (*GetTableVersionRequest) SetTableName ¶
func (s *GetTableVersionRequest) SetTableName(v string) *GetTableVersionRequest
func (*GetTableVersionRequest) SetVersionId ¶
func (s *GetTableVersionRequest) SetVersionId(v int32) *GetTableVersionRequest
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 (s *GetTableVersionResponse) SetBody(v *GetTableVersionResponseBody) *GetTableVersionResponse
func (*GetTableVersionResponse) SetHeaders ¶
func (s *GetTableVersionResponse) SetHeaders(v map[string]*string) *GetTableVersionResponse
func (*GetTableVersionResponse) SetStatusCode ¶
func (s *GetTableVersionResponse) SetStatusCode(v int32) *GetTableVersionResponse
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 (s *GetTableVersionResponseBody) SetCode(v string) *GetTableVersionResponseBody
func (*GetTableVersionResponseBody) SetMessage ¶
func (s *GetTableVersionResponseBody) SetMessage(v string) *GetTableVersionResponseBody
func (*GetTableVersionResponseBody) SetRequestId ¶
func (s *GetTableVersionResponseBody) SetRequestId(v string) *GetTableVersionResponseBody
func (*GetTableVersionResponseBody) SetSuccess ¶
func (s *GetTableVersionResponseBody) SetSuccess(v bool) *GetTableVersionResponseBody
func (*GetTableVersionResponseBody) SetTableVersion ¶
func (s *GetTableVersionResponseBody) SetTableVersion(v *TableVersion) *GetTableVersionResponseBody
func (GetTableVersionResponseBody) String ¶
func (s GetTableVersionResponseBody) String() 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 (s *GrantPermissionsRequest) SetAccesses(v []*string) *GrantPermissionsRequest
func (*GrantPermissionsRequest) SetCatalogId ¶
func (s *GrantPermissionsRequest) SetCatalogId(v string) *GrantPermissionsRequest
func (*GrantPermissionsRequest) SetDelegateAccesses ¶
func (s *GrantPermissionsRequest) SetDelegateAccesses(v []*string) *GrantPermissionsRequest
func (*GrantPermissionsRequest) SetMetaResource ¶
func (s *GrantPermissionsRequest) SetMetaResource(v *MetaResource) *GrantPermissionsRequest
func (*GrantPermissionsRequest) SetPrincipal ¶
func (s *GrantPermissionsRequest) SetPrincipal(v *Principal) *GrantPermissionsRequest
func (*GrantPermissionsRequest) SetType ¶
func (s *GrantPermissionsRequest) SetType(v string) *GrantPermissionsRequest
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 (s *GrantPermissionsResponse) SetBody(v *GrantPermissionsResponseBody) *GrantPermissionsResponse
func (*GrantPermissionsResponse) SetHeaders ¶
func (s *GrantPermissionsResponse) SetHeaders(v map[string]*string) *GrantPermissionsResponse
func (*GrantPermissionsResponse) SetStatusCode ¶
func (s *GrantPermissionsResponse) SetStatusCode(v int32) *GrantPermissionsResponse
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 (s *GrantPermissionsResponseBody) SetCode(v string) *GrantPermissionsResponseBody
func (*GrantPermissionsResponseBody) SetMessage ¶
func (s *GrantPermissionsResponseBody) SetMessage(v string) *GrantPermissionsResponseBody
func (*GrantPermissionsResponseBody) SetRequestId ¶
func (s *GrantPermissionsResponseBody) SetRequestId(v string) *GrantPermissionsResponseBody
func (*GrantPermissionsResponseBody) SetSuccess ¶
func (s *GrantPermissionsResponseBody) SetSuccess(v bool) *GrantPermissionsResponseBody
func (GrantPermissionsResponseBody) String ¶
func (s GrantPermissionsResponseBody) String() 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 (s *GrantRevokeEntry) SetId(v string) *GrantRevokeEntry
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 (s *GrantRevokeFailureEntry) SetErrorDetail(v *ErrorDetail) *GrantRevokeFailureEntry
func (*GrantRevokeFailureEntry) SetGrantRevokeEntry ¶
func (s *GrantRevokeFailureEntry) SetGrantRevokeEntry(v *GrantRevokeEntry) *GrantRevokeFailureEntry
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 (s *GrantRoleToUsersRequest) SetRoleName(v string) *GrantRoleToUsersRequest
func (*GrantRoleToUsersRequest) SetUsers ¶
func (s *GrantRoleToUsersRequest) SetUsers(v []*Principal) *GrantRoleToUsersRequest
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 (s *GrantRoleToUsersResponse) SetBody(v *GrantRoleToUsersResponseBody) *GrantRoleToUsersResponse
func (*GrantRoleToUsersResponse) SetHeaders ¶
func (s *GrantRoleToUsersResponse) SetHeaders(v map[string]*string) *GrantRoleToUsersResponse
func (*GrantRoleToUsersResponse) SetStatusCode ¶
func (s *GrantRoleToUsersResponse) SetStatusCode(v int32) *GrantRoleToUsersResponse
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 (s *GrantRoleToUsersResponseBody) SetCode(v string) *GrantRoleToUsersResponseBody
func (*GrantRoleToUsersResponseBody) SetMessage ¶
func (s *GrantRoleToUsersResponseBody) SetMessage(v string) *GrantRoleToUsersResponseBody
func (*GrantRoleToUsersResponseBody) SetRequestId ¶
func (s *GrantRoleToUsersResponseBody) SetRequestId(v string) *GrantRoleToUsersResponseBody
func (*GrantRoleToUsersResponseBody) SetSuccess ¶
func (s *GrantRoleToUsersResponseBody) SetSuccess(v bool) *GrantRoleToUsersResponseBody
func (GrantRoleToUsersResponseBody) String ¶
func (s GrantRoleToUsersResponseBody) String() 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 (s *GrantRolesToUserRequest) SetRoleNames(v []*string) *GrantRolesToUserRequest
func (*GrantRolesToUserRequest) SetUser ¶
func (s *GrantRolesToUserRequest) SetUser(v *Principal) *GrantRolesToUserRequest
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 (s *GrantRolesToUserResponse) SetBody(v *GrantRolesToUserResponseBody) *GrantRolesToUserResponse
func (*GrantRolesToUserResponse) SetHeaders ¶
func (s *GrantRolesToUserResponse) SetHeaders(v map[string]*string) *GrantRolesToUserResponse
func (*GrantRolesToUserResponse) SetStatusCode ¶
func (s *GrantRolesToUserResponse) SetStatusCode(v int32) *GrantRolesToUserResponse
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 (s *GrantRolesToUserResponseBody) SetCode(v string) *GrantRolesToUserResponseBody
func (*GrantRolesToUserResponseBody) SetMessage ¶
func (s *GrantRolesToUserResponseBody) SetMessage(v string) *GrantRolesToUserResponseBody
func (*GrantRolesToUserResponseBody) SetRequestId ¶
func (s *GrantRolesToUserResponseBody) SetRequestId(v string) *GrantRolesToUserResponseBody
func (*GrantRolesToUserResponseBody) SetSuccess ¶
func (s *GrantRolesToUserResponseBody) SetSuccess(v bool) *GrantRolesToUserResponseBody
func (GrantRolesToUserResponseBody) String ¶
func (s GrantRolesToUserResponseBody) String() string
type HighLight ¶
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 (s *IndicatorStatistic) SetData(v int64) *IndicatorStatistic
func (*IndicatorStatistic) SetDate ¶
func (s *IndicatorStatistic) SetDate(v string) *IndicatorStatistic
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 (s *LifecycleResource) SetDatabase(v *LifecycleResourceDatabase) *LifecycleResource
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 (s *LifecycleResource) SetTable(v *LifecycleResourceTable) *LifecycleResource
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 (s *LifecycleResourceDatabase) SetCreateTime(v int64) *LifecycleResourceDatabase
func (*LifecycleResourceDatabase) SetDescription ¶
func (s *LifecycleResourceDatabase) SetDescription(v string) *LifecycleResourceDatabase
func (*LifecycleResourceDatabase) SetLocationUri ¶
func (s *LifecycleResourceDatabase) SetLocationUri(v string) *LifecycleResourceDatabase
func (*LifecycleResourceDatabase) SetName ¶
func (s *LifecycleResourceDatabase) SetName(v string) *LifecycleResourceDatabase
func (*LifecycleResourceDatabase) SetUpdateTime ¶
func (s *LifecycleResourceDatabase) SetUpdateTime(v int64) *LifecycleResourceDatabase
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 (s *LifecycleResourceTable) SetCreateTime(v int64) *LifecycleResourceTable
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 (s *LifecycleResourceTable) SetSd(v *LifecycleResourceTableSd) *LifecycleResourceTable
func (*LifecycleResourceTable) SetTableName ¶
func (s *LifecycleResourceTable) SetTableName(v string) *LifecycleResourceTable
func (*LifecycleResourceTable) SetTableType ¶
func (s *LifecycleResourceTable) SetTableType(v string) *LifecycleResourceTable
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 (s *LifecycleResourceTableSd) SetBucketCols(v []*string) *LifecycleResourceTableSd
func (*LifecycleResourceTableSd) SetInputFormat ¶
func (s *LifecycleResourceTableSd) SetInputFormat(v string) *LifecycleResourceTableSd
func (*LifecycleResourceTableSd) SetLocation ¶
func (s *LifecycleResourceTableSd) SetLocation(v string) *LifecycleResourceTableSd
func (*LifecycleResourceTableSd) SetOutputFormat ¶
func (s *LifecycleResourceTableSd) SetOutputFormat(v string) *LifecycleResourceTableSd
func (*LifecycleResourceTableSd) SetParameters ¶
func (s *LifecycleResourceTableSd) SetParameters(v map[string]*string) *LifecycleResourceTableSd
func (*LifecycleResourceTableSd) SetSerDeInfo ¶
func (s *LifecycleResourceTableSd) SetSerDeInfo(v *LifecycleResourceTableSdSerDeInfo) *LifecycleResourceTableSd
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 (s LifecycleResourceTableSdSerDeInfo) GoString() string
func (*LifecycleResourceTableSdSerDeInfo) SetName ¶
func (s *LifecycleResourceTableSdSerDeInfo) SetName(v string) *LifecycleResourceTableSdSerDeInfo
func (*LifecycleResourceTableSdSerDeInfo) SetParameters ¶
func (s *LifecycleResourceTableSdSerDeInfo) SetParameters(v map[string]*string) *LifecycleResourceTableSdSerDeInfo
func (*LifecycleResourceTableSdSerDeInfo) SetSerializationLib ¶
func (s *LifecycleResourceTableSdSerDeInfo) SetSerializationLib(v string) *LifecycleResourceTableSdSerDeInfo
func (LifecycleResourceTableSdSerDeInfo) String ¶
func (s LifecycleResourceTableSdSerDeInfo) String() 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 (s *ListCatalogsResponse) SetBody(v *ListCatalogsResponseBody) *ListCatalogsResponse
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 (s *ListCatalogsResponseBody) SetCatalogs(v []*Catalog) *ListCatalogsResponseBody
func (*ListCatalogsResponseBody) SetCode ¶
func (s *ListCatalogsResponseBody) SetCode(v string) *ListCatalogsResponseBody
func (*ListCatalogsResponseBody) SetMessage ¶
func (s *ListCatalogsResponseBody) SetMessage(v string) *ListCatalogsResponseBody
func (*ListCatalogsResponseBody) SetNextPageToken ¶
func (s *ListCatalogsResponseBody) SetNextPageToken(v string) *ListCatalogsResponseBody
func (*ListCatalogsResponseBody) SetRequestId ¶
func (s *ListCatalogsResponseBody) SetRequestId(v string) *ListCatalogsResponseBody
func (*ListCatalogsResponseBody) SetSuccess ¶
func (s *ListCatalogsResponseBody) SetSuccess(v bool) *ListCatalogsResponseBody
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 (s *ListDatabasesResponse) SetBody(v *ListDatabasesResponseBody) *ListDatabasesResponse
func (*ListDatabasesResponse) SetHeaders ¶
func (s *ListDatabasesResponse) SetHeaders(v map[string]*string) *ListDatabasesResponse
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 (s *ListDatabasesResponseBody) SetCode(v string) *ListDatabasesResponseBody
func (*ListDatabasesResponseBody) SetDatabases ¶
func (s *ListDatabasesResponseBody) SetDatabases(v []*Database) *ListDatabasesResponseBody
func (*ListDatabasesResponseBody) SetMessage ¶
func (s *ListDatabasesResponseBody) SetMessage(v string) *ListDatabasesResponseBody
func (*ListDatabasesResponseBody) SetNextPageToken ¶
func (s *ListDatabasesResponseBody) SetNextPageToken(v string) *ListDatabasesResponseBody
func (*ListDatabasesResponseBody) SetRequestId ¶
func (s *ListDatabasesResponseBody) SetRequestId(v string) *ListDatabasesResponseBody
func (*ListDatabasesResponseBody) SetSuccess ¶
func (s *ListDatabasesResponseBody) SetSuccess(v bool) *ListDatabasesResponseBody
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 (s *ListFunctionNamesRequest) SetCatalogId(v string) *ListFunctionNamesRequest
func (*ListFunctionNamesRequest) SetDatabaseName ¶
func (s *ListFunctionNamesRequest) SetDatabaseName(v string) *ListFunctionNamesRequest
func (*ListFunctionNamesRequest) SetFunctionNamePattern ¶
func (s *ListFunctionNamesRequest) SetFunctionNamePattern(v string) *ListFunctionNamesRequest
func (*ListFunctionNamesRequest) SetNextPageToken ¶
func (s *ListFunctionNamesRequest) SetNextPageToken(v string) *ListFunctionNamesRequest
func (*ListFunctionNamesRequest) SetPageSize ¶
func (s *ListFunctionNamesRequest) SetPageSize(v int32) *ListFunctionNamesRequest
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 (s *ListFunctionNamesResponse) SetBody(v *ListFunctionNamesResponseBody) *ListFunctionNamesResponse
func (*ListFunctionNamesResponse) SetHeaders ¶
func (s *ListFunctionNamesResponse) SetHeaders(v map[string]*string) *ListFunctionNamesResponse
func (*ListFunctionNamesResponse) SetStatusCode ¶
func (s *ListFunctionNamesResponse) SetStatusCode(v int32) *ListFunctionNamesResponse
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 (s ListFunctionNamesResponseBody) GoString() string
func (*ListFunctionNamesResponseBody) SetCode ¶
func (s *ListFunctionNamesResponseBody) SetCode(v string) *ListFunctionNamesResponseBody
func (*ListFunctionNamesResponseBody) SetFunctionNames ¶
func (s *ListFunctionNamesResponseBody) SetFunctionNames(v []*string) *ListFunctionNamesResponseBody
func (*ListFunctionNamesResponseBody) SetMessage ¶
func (s *ListFunctionNamesResponseBody) SetMessage(v string) *ListFunctionNamesResponseBody
func (*ListFunctionNamesResponseBody) SetNextPageToken ¶
func (s *ListFunctionNamesResponseBody) SetNextPageToken(v string) *ListFunctionNamesResponseBody
func (*ListFunctionNamesResponseBody) SetRequestId ¶
func (s *ListFunctionNamesResponseBody) SetRequestId(v string) *ListFunctionNamesResponseBody
func (*ListFunctionNamesResponseBody) SetSuccess ¶
func (s *ListFunctionNamesResponseBody) SetSuccess(v bool) *ListFunctionNamesResponseBody
func (ListFunctionNamesResponseBody) String ¶
func (s ListFunctionNamesResponseBody) String() 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 (s *ListFunctionsResponse) SetBody(v *ListFunctionsResponseBody) *ListFunctionsResponse
func (*ListFunctionsResponse) SetHeaders ¶
func (s *ListFunctionsResponse) SetHeaders(v map[string]*string) *ListFunctionsResponse
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 (s *ListFunctionsResponseBody) SetCode(v string) *ListFunctionsResponseBody
func (*ListFunctionsResponseBody) SetFunctions ¶
func (s *ListFunctionsResponseBody) SetFunctions(v []*Function) *ListFunctionsResponseBody
func (*ListFunctionsResponseBody) SetMessage ¶
func (s *ListFunctionsResponseBody) SetMessage(v string) *ListFunctionsResponseBody
func (*ListFunctionsResponseBody) SetNextPageToken ¶
func (s *ListFunctionsResponseBody) SetNextPageToken(v string) *ListFunctionsResponseBody
func (*ListFunctionsResponseBody) SetRequestId ¶
func (s *ListFunctionsResponseBody) SetRequestId(v string) *ListFunctionsResponseBody
func (*ListFunctionsResponseBody) SetSuccess ¶
func (s *ListFunctionsResponseBody) SetSuccess(v bool) *ListFunctionsResponseBody
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 (s *ListPartitionNamesRequest) SetCatalogId(v string) *ListPartitionNamesRequest
func (*ListPartitionNamesRequest) SetDatabaseName ¶
func (s *ListPartitionNamesRequest) SetDatabaseName(v string) *ListPartitionNamesRequest
func (*ListPartitionNamesRequest) SetNextPageToken ¶
func (s *ListPartitionNamesRequest) SetNextPageToken(v string) *ListPartitionNamesRequest
func (*ListPartitionNamesRequest) SetPageSize ¶
func (s *ListPartitionNamesRequest) SetPageSize(v int32) *ListPartitionNamesRequest
func (*ListPartitionNamesRequest) SetPartialPartValues ¶
func (s *ListPartitionNamesRequest) SetPartialPartValues(v []*string) *ListPartitionNamesRequest
func (*ListPartitionNamesRequest) SetTableName ¶
func (s *ListPartitionNamesRequest) SetTableName(v string) *ListPartitionNamesRequest
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 (s *ListPartitionNamesResponse) SetBody(v *ListPartitionNamesResponseBody) *ListPartitionNamesResponse
func (*ListPartitionNamesResponse) SetHeaders ¶
func (s *ListPartitionNamesResponse) SetHeaders(v map[string]*string) *ListPartitionNamesResponse
func (*ListPartitionNamesResponse) SetStatusCode ¶
func (s *ListPartitionNamesResponse) SetStatusCode(v int32) *ListPartitionNamesResponse
func (ListPartitionNamesResponse) String ¶
func (s ListPartitionNamesResponse) String() 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 (s ListPartitionNamesResponseBody) GoString() string
func (*ListPartitionNamesResponseBody) SetCode ¶
func (s *ListPartitionNamesResponseBody) SetCode(v string) *ListPartitionNamesResponseBody
func (*ListPartitionNamesResponseBody) SetMessage ¶
func (s *ListPartitionNamesResponseBody) SetMessage(v string) *ListPartitionNamesResponseBody
func (*ListPartitionNamesResponseBody) SetNextPageToken ¶
func (s *ListPartitionNamesResponseBody) SetNextPageToken(v string) *ListPartitionNamesResponseBody
func (*ListPartitionNamesResponseBody) SetPartitionNames ¶
func (s *ListPartitionNamesResponseBody) SetPartitionNames(v []*string) *ListPartitionNamesResponseBody
func (*ListPartitionNamesResponseBody) SetRequestId ¶
func (s *ListPartitionNamesResponseBody) SetRequestId(v string) *ListPartitionNamesResponseBody
func (*ListPartitionNamesResponseBody) SetSuccess ¶
func (s *ListPartitionNamesResponseBody) SetSuccess(v bool) *ListPartitionNamesResponseBody
func (ListPartitionNamesResponseBody) String ¶
func (s ListPartitionNamesResponseBody) String() 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 (s *ListPartitionsByExprResponse) SetHeaders(v map[string]*string) *ListPartitionsByExprResponse
func (*ListPartitionsByExprResponse) SetStatusCode ¶
func (s *ListPartitionsByExprResponse) SetStatusCode(v int32) *ListPartitionsByExprResponse
func (ListPartitionsByExprResponse) String ¶
func (s ListPartitionsByExprResponse) String() 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"` // // 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 (s ListPartitionsByFilterRequest) GoString() string
func (*ListPartitionsByFilterRequest) SetCatalogId ¶
func (s *ListPartitionsByFilterRequest) SetCatalogId(v string) *ListPartitionsByFilterRequest
func (*ListPartitionsByFilterRequest) SetDatabaseName ¶
func (s *ListPartitionsByFilterRequest) SetDatabaseName(v string) *ListPartitionsByFilterRequest
func (*ListPartitionsByFilterRequest) SetFilter ¶
func (s *ListPartitionsByFilterRequest) SetFilter(v string) *ListPartitionsByFilterRequest
func (*ListPartitionsByFilterRequest) SetIsShareSd ¶
func (s *ListPartitionsByFilterRequest) SetIsShareSd(v bool) *ListPartitionsByFilterRequest
func (*ListPartitionsByFilterRequest) SetNextPageToken ¶
func (s *ListPartitionsByFilterRequest) SetNextPageToken(v string) *ListPartitionsByFilterRequest
func (*ListPartitionsByFilterRequest) SetPageSize ¶
func (s *ListPartitionsByFilterRequest) SetPageSize(v int32) *ListPartitionsByFilterRequest
func (*ListPartitionsByFilterRequest) SetTableName ¶
func (s *ListPartitionsByFilterRequest) SetTableName(v string) *ListPartitionsByFilterRequest
func (ListPartitionsByFilterRequest) String ¶
func (s ListPartitionsByFilterRequest) String() 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 (s ListPartitionsByFilterResponse) GoString() string
func (*ListPartitionsByFilterResponse) SetBody ¶
func (s *ListPartitionsByFilterResponse) SetBody(v *ListPartitionsByFilterResponseBody) *ListPartitionsByFilterResponse
func (*ListPartitionsByFilterResponse) SetHeaders ¶
func (s *ListPartitionsByFilterResponse) SetHeaders(v map[string]*string) *ListPartitionsByFilterResponse
func (*ListPartitionsByFilterResponse) SetStatusCode ¶
func (s *ListPartitionsByFilterResponse) SetStatusCode(v int32) *ListPartitionsByFilterResponse
func (ListPartitionsByFilterResponse) String ¶
func (s ListPartitionsByFilterResponse) String() 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 (s ListPartitionsByFilterResponseBody) GoString() string
func (*ListPartitionsByFilterResponseBody) SetCode ¶
func (s *ListPartitionsByFilterResponseBody) SetCode(v string) *ListPartitionsByFilterResponseBody
func (*ListPartitionsByFilterResponseBody) SetMessage ¶
func (s *ListPartitionsByFilterResponseBody) SetMessage(v string) *ListPartitionsByFilterResponseBody
func (*ListPartitionsByFilterResponseBody) SetNextPageToken ¶
func (s *ListPartitionsByFilterResponseBody) SetNextPageToken(v string) *ListPartitionsByFilterResponseBody
func (*ListPartitionsByFilterResponseBody) SetPartitionSpecs ¶
func (s *ListPartitionsByFilterResponseBody) SetPartitionSpecs(v []*PartitionSpec) *ListPartitionsByFilterResponseBody
func (*ListPartitionsByFilterResponseBody) SetPartitions ¶
func (s *ListPartitionsByFilterResponseBody) SetPartitions(v []*Partition) *ListPartitionsByFilterResponseBody
func (*ListPartitionsByFilterResponseBody) SetRequestId ¶
func (s *ListPartitionsByFilterResponseBody) SetRequestId(v string) *ListPartitionsByFilterResponseBody
func (*ListPartitionsByFilterResponseBody) SetSuccess ¶
func (s *ListPartitionsByFilterResponseBody) SetSuccess(v bool) *ListPartitionsByFilterResponseBody
func (ListPartitionsByFilterResponseBody) String ¶
func (s ListPartitionsByFilterResponseBody) String() 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 (s *ListPartitionsProfileRequest) SetCatalogId(v string) *ListPartitionsProfileRequest
func (*ListPartitionsProfileRequest) SetDatabaseName ¶ added in v1.1.0
func (s *ListPartitionsProfileRequest) SetDatabaseName(v string) *ListPartitionsProfileRequest
func (*ListPartitionsProfileRequest) SetPageNumber ¶ added in v1.1.0
func (s *ListPartitionsProfileRequest) SetPageNumber(v int32) *ListPartitionsProfileRequest
func (*ListPartitionsProfileRequest) SetPageSize ¶ added in v1.1.0
func (s *ListPartitionsProfileRequest) SetPageSize(v int32) *ListPartitionsProfileRequest
func (*ListPartitionsProfileRequest) SetPartitionNames ¶ added in v1.1.0
func (s *ListPartitionsProfileRequest) SetPartitionNames(v []*string) *ListPartitionsProfileRequest
func (*ListPartitionsProfileRequest) SetTableName ¶ added in v1.1.0
func (s *ListPartitionsProfileRequest) SetTableName(v string) *ListPartitionsProfileRequest
func (ListPartitionsProfileRequest) String ¶ added in v1.1.0
func (s ListPartitionsProfileRequest) String() string
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 (s ListPartitionsProfileResponse) GoString() string
func (*ListPartitionsProfileResponse) SetBody ¶ added in v1.1.0
func (s *ListPartitionsProfileResponse) SetBody(v *ListPartitionsProfileResponseBody) *ListPartitionsProfileResponse
func (*ListPartitionsProfileResponse) SetHeaders ¶ added in v1.1.0
func (s *ListPartitionsProfileResponse) SetHeaders(v map[string]*string) *ListPartitionsProfileResponse
func (*ListPartitionsProfileResponse) SetStatusCode ¶ added in v1.1.0
func (s *ListPartitionsProfileResponse) SetStatusCode(v int32) *ListPartitionsProfileResponse
func (ListPartitionsProfileResponse) String ¶ added in v1.1.0
func (s ListPartitionsProfileResponse) String() string
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 (s ListPartitionsProfileResponseBody) GoString() string
func (*ListPartitionsProfileResponseBody) SetCode ¶ added in v1.1.0
func (s *ListPartitionsProfileResponseBody) SetCode(v string) *ListPartitionsProfileResponseBody
func (*ListPartitionsProfileResponseBody) SetData ¶ added in v1.1.0
func (s *ListPartitionsProfileResponseBody) SetData(v []*PartitionProfile) *ListPartitionsProfileResponseBody
func (*ListPartitionsProfileResponseBody) SetLatestAccessNumDate ¶ added in v1.1.0
func (s *ListPartitionsProfileResponseBody) SetLatestAccessNumDate(v string) *ListPartitionsProfileResponseBody
func (*ListPartitionsProfileResponseBody) SetLatestDate ¶ added in v1.1.0
func (s *ListPartitionsProfileResponseBody) SetLatestDate(v string) *ListPartitionsProfileResponseBody
func (*ListPartitionsProfileResponseBody) SetMessage ¶ added in v1.1.0
func (s *ListPartitionsProfileResponseBody) SetMessage(v string) *ListPartitionsProfileResponseBody
func (*ListPartitionsProfileResponseBody) SetRequestId ¶ added in v1.1.0
func (s *ListPartitionsProfileResponseBody) SetRequestId(v string) *ListPartitionsProfileResponseBody
func (*ListPartitionsProfileResponseBody) SetSuccess ¶ added in v1.1.0
func (s *ListPartitionsProfileResponseBody) SetSuccess(v bool) *ListPartitionsProfileResponseBody
func (*ListPartitionsProfileResponseBody) SetTotal ¶ added in v1.1.0
func (s *ListPartitionsProfileResponseBody) SetTotal(v int32) *ListPartitionsProfileResponseBody
func (ListPartitionsProfileResponseBody) String ¶ added in v1.1.0
func (s ListPartitionsProfileResponseBody) String() string
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 (s ListPartitionsProfileShrinkRequest) GoString() string
func (*ListPartitionsProfileShrinkRequest) SetCatalogId ¶ added in v1.1.0
func (s *ListPartitionsProfileShrinkRequest) SetCatalogId(v string) *ListPartitionsProfileShrinkRequest
func (*ListPartitionsProfileShrinkRequest) SetDatabaseName ¶ added in v1.1.0
func (s *ListPartitionsProfileShrinkRequest) SetDatabaseName(v string) *ListPartitionsProfileShrinkRequest
func (*ListPartitionsProfileShrinkRequest) SetPageNumber ¶ added in v1.1.0
func (s *ListPartitionsProfileShrinkRequest) SetPageNumber(v int32) *ListPartitionsProfileShrinkRequest
func (*ListPartitionsProfileShrinkRequest) SetPageSize ¶ added in v1.1.0
func (s *ListPartitionsProfileShrinkRequest) SetPageSize(v int32) *ListPartitionsProfileShrinkRequest
func (*ListPartitionsProfileShrinkRequest) SetPartitionNamesShrink ¶ added in v1.1.0
func (s *ListPartitionsProfileShrinkRequest) SetPartitionNamesShrink(v string) *ListPartitionsProfileShrinkRequest
func (*ListPartitionsProfileShrinkRequest) SetTableName ¶ added in v1.1.0
func (s *ListPartitionsProfileShrinkRequest) SetTableName(v string) *ListPartitionsProfileShrinkRequest
func (ListPartitionsProfileShrinkRequest) String ¶ added in v1.1.0
func (s ListPartitionsProfileShrinkRequest) String() string
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"` // // 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 (s *ListPartitionsRequest) SetCatalogId(v string) *ListPartitionsRequest
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 (s *ListPartitionsRequest) SetPageSize(v int32) *ListPartitionsRequest
func (*ListPartitionsRequest) SetPartialPartValues ¶
func (s *ListPartitionsRequest) SetPartialPartValues(v []*string) *ListPartitionsRequest
func (*ListPartitionsRequest) SetTableName ¶
func (s *ListPartitionsRequest) SetTableName(v string) *ListPartitionsRequest
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 (s *ListPartitionsResponse) SetBody(v *ListPartitionsResponseBody) *ListPartitionsResponse
func (*ListPartitionsResponse) SetHeaders ¶
func (s *ListPartitionsResponse) SetHeaders(v map[string]*string) *ListPartitionsResponse
func (*ListPartitionsResponse) SetStatusCode ¶
func (s *ListPartitionsResponse) SetStatusCode(v int32) *ListPartitionsResponse
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 (s *ListPartitionsResponseBody) SetCode(v string) *ListPartitionsResponseBody
func (*ListPartitionsResponseBody) SetMessage ¶
func (s *ListPartitionsResponseBody) SetMessage(v string) *ListPartitionsResponseBody
func (*ListPartitionsResponseBody) SetNextPageToken ¶
func (s *ListPartitionsResponseBody) SetNextPageToken(v string) *ListPartitionsResponseBody
func (*ListPartitionsResponseBody) SetPartitionSpecs ¶
func (s *ListPartitionsResponseBody) SetPartitionSpecs(v []*PartitionSpec) *ListPartitionsResponseBody
func (*ListPartitionsResponseBody) SetPartitions ¶
func (s *ListPartitionsResponseBody) SetPartitions(v []*Partition) *ListPartitionsResponseBody
func (*ListPartitionsResponseBody) SetRequestId ¶
func (s *ListPartitionsResponseBody) SetRequestId(v string) *ListPartitionsResponseBody
func (*ListPartitionsResponseBody) SetSuccess ¶
func (s *ListPartitionsResponseBody) SetSuccess(v bool) *ListPartitionsResponseBody
func (ListPartitionsResponseBody) String ¶
func (s ListPartitionsResponseBody) String() 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 (s *ListPermissionsRequest) SetCatalogId(v string) *ListPermissionsRequest
func (*ListPermissionsRequest) SetIsListUserRolePermissions ¶
func (s *ListPermissionsRequest) SetIsListUserRolePermissions(v bool) *ListPermissionsRequest
func (*ListPermissionsRequest) SetMetaResource ¶
func (s *ListPermissionsRequest) SetMetaResource(v *MetaResource) *ListPermissionsRequest
func (*ListPermissionsRequest) SetMetaResourceType ¶
func (s *ListPermissionsRequest) SetMetaResourceType(v string) *ListPermissionsRequest
func (*ListPermissionsRequest) SetNextPageToken ¶
func (s *ListPermissionsRequest) SetNextPageToken(v string) *ListPermissionsRequest
func (*ListPermissionsRequest) SetPageSize ¶
func (s *ListPermissionsRequest) SetPageSize(v int32) *ListPermissionsRequest
func (*ListPermissionsRequest) SetPrincipal ¶
func (s *ListPermissionsRequest) SetPrincipal(v *Principal) *ListPermissionsRequest
func (*ListPermissionsRequest) SetType ¶
func (s *ListPermissionsRequest) SetType(v string) *ListPermissionsRequest
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 (s *ListPermissionsResponse) SetBody(v *ListPermissionsResponseBody) *ListPermissionsResponse
func (*ListPermissionsResponse) SetHeaders ¶
func (s *ListPermissionsResponse) SetHeaders(v map[string]*string) *ListPermissionsResponse
func (*ListPermissionsResponse) SetStatusCode ¶
func (s *ListPermissionsResponse) SetStatusCode(v int32) *ListPermissionsResponse
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 (s *ListPermissionsResponseBody) SetCode(v string) *ListPermissionsResponseBody
func (*ListPermissionsResponseBody) SetMessage ¶
func (s *ListPermissionsResponseBody) SetMessage(v string) *ListPermissionsResponseBody
func (*ListPermissionsResponseBody) SetNextPageToken ¶
func (s *ListPermissionsResponseBody) SetNextPageToken(v string) *ListPermissionsResponseBody
func (*ListPermissionsResponseBody) SetPrincipalResourcePermissionsList ¶
func (s *ListPermissionsResponseBody) SetPrincipalResourcePermissionsList(v []*PrincipalResourcePermissions) *ListPermissionsResponseBody
func (*ListPermissionsResponseBody) SetRequestId ¶
func (s *ListPermissionsResponseBody) SetRequestId(v string) *ListPermissionsResponseBody
func (*ListPermissionsResponseBody) SetSuccess ¶
func (s *ListPermissionsResponseBody) SetSuccess(v bool) *ListPermissionsResponseBody
func (*ListPermissionsResponseBody) SetTotalCount ¶
func (s *ListPermissionsResponseBody) SetTotalCount(v int64) *ListPermissionsResponseBody
func (ListPermissionsResponseBody) String ¶
func (s ListPermissionsResponseBody) String() 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 (s *ListRoleUsersRequest) SetRoleName(v string) *ListRoleUsersRequest
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 (s *ListRoleUsersResponse) SetBody(v *ListRoleUsersResponseBody) *ListRoleUsersResponse
func (*ListRoleUsersResponse) SetHeaders ¶
func (s *ListRoleUsersResponse) SetHeaders(v map[string]*string) *ListRoleUsersResponse
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 (s *ListRoleUsersResponseBody) SetCode(v string) *ListRoleUsersResponseBody
func (*ListRoleUsersResponseBody) SetMessage ¶
func (s *ListRoleUsersResponseBody) SetMessage(v string) *ListRoleUsersResponseBody
func (*ListRoleUsersResponseBody) SetNextPageToken ¶
func (s *ListRoleUsersResponseBody) SetNextPageToken(v string) *ListRoleUsersResponseBody
func (*ListRoleUsersResponseBody) SetRequestId ¶
func (s *ListRoleUsersResponseBody) SetRequestId(v string) *ListRoleUsersResponseBody
func (*ListRoleUsersResponseBody) SetSuccess ¶
func (s *ListRoleUsersResponseBody) SetSuccess(v bool) *ListRoleUsersResponseBody
func (*ListRoleUsersResponseBody) SetUserRoles ¶
func (s *ListRoleUsersResponseBody) SetUserRoles(v []*UserRole) *ListRoleUsersResponseBody
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 (s *ListRolesResponse) SetBody(v *ListRolesResponseBody) *ListRolesResponse
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 (s *ListRolesResponseBody) SetCode(v string) *ListRolesResponseBody
func (*ListRolesResponseBody) SetMessage ¶
func (s *ListRolesResponseBody) SetMessage(v string) *ListRolesResponseBody
func (*ListRolesResponseBody) SetNextPageToken ¶
func (s *ListRolesResponseBody) SetNextPageToken(v string) *ListRolesResponseBody
func (*ListRolesResponseBody) SetRequestId ¶
func (s *ListRolesResponseBody) SetRequestId(v string) *ListRolesResponseBody
func (*ListRolesResponseBody) SetRoles ¶
func (s *ListRolesResponseBody) SetRoles(v []*Role) *ListRolesResponseBody
func (*ListRolesResponseBody) SetSuccess ¶
func (s *ListRolesResponseBody) SetSuccess(v bool) *ListRolesResponseBody
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 (s *ListTableNamesRequest) SetCatalogId(v string) *ListTableNamesRequest
func (*ListTableNamesRequest) SetDatabaseName ¶
func (s *ListTableNamesRequest) SetDatabaseName(v string) *ListTableNamesRequest
func (*ListTableNamesRequest) SetNextPageToken ¶
func (s *ListTableNamesRequest) SetNextPageToken(v string) *ListTableNamesRequest
func (*ListTableNamesRequest) SetPageSize ¶
func (s *ListTableNamesRequest) SetPageSize(v int32) *ListTableNamesRequest
func (*ListTableNamesRequest) SetTableNamePattern ¶
func (s *ListTableNamesRequest) SetTableNamePattern(v string) *ListTableNamesRequest
func (*ListTableNamesRequest) SetTableType ¶
func (s *ListTableNamesRequest) SetTableType(v string) *ListTableNamesRequest
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 (s *ListTableNamesResponse) SetBody(v *ListTableNamesResponseBody) *ListTableNamesResponse
func (*ListTableNamesResponse) SetHeaders ¶
func (s *ListTableNamesResponse) SetHeaders(v map[string]*string) *ListTableNamesResponse
func (*ListTableNamesResponse) SetStatusCode ¶
func (s *ListTableNamesResponse) SetStatusCode(v int32) *ListTableNamesResponse
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 (s *ListTableNamesResponseBody) SetCode(v string) *ListTableNamesResponseBody
func (*ListTableNamesResponseBody) SetMessage ¶
func (s *ListTableNamesResponseBody) SetMessage(v string) *ListTableNamesResponseBody
func (*ListTableNamesResponseBody) SetNextPageToken ¶
func (s *ListTableNamesResponseBody) SetNextPageToken(v string) *ListTableNamesResponseBody
func (*ListTableNamesResponseBody) SetRequestId ¶
func (s *ListTableNamesResponseBody) SetRequestId(v string) *ListTableNamesResponseBody
func (*ListTableNamesResponseBody) SetSuccess ¶
func (s *ListTableNamesResponseBody) SetSuccess(v bool) *ListTableNamesResponseBody
func (*ListTableNamesResponseBody) SetTableNames ¶
func (s *ListTableNamesResponseBody) SetTableNames(v []*string) *ListTableNamesResponseBody
func (ListTableNamesResponseBody) String ¶
func (s ListTableNamesResponseBody) String() 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 (s *ListTableVersionsRequest) SetCatalogId(v string) *ListTableVersionsRequest
func (*ListTableVersionsRequest) SetDatabaseName ¶
func (s *ListTableVersionsRequest) SetDatabaseName(v string) *ListTableVersionsRequest
func (*ListTableVersionsRequest) SetNextPageToken ¶
func (s *ListTableVersionsRequest) SetNextPageToken(v string) *ListTableVersionsRequest
func (*ListTableVersionsRequest) SetPageSize ¶
func (s *ListTableVersionsRequest) SetPageSize(v int32) *ListTableVersionsRequest
func (*ListTableVersionsRequest) SetTableName ¶
func (s *ListTableVersionsRequest) SetTableName(v string) *ListTableVersionsRequest
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 (s *ListTableVersionsResponse) SetBody(v *ListTableVersionsResponseBody) *ListTableVersionsResponse
func (*ListTableVersionsResponse) SetHeaders ¶
func (s *ListTableVersionsResponse) SetHeaders(v map[string]*string) *ListTableVersionsResponse
func (*ListTableVersionsResponse) SetStatusCode ¶
func (s *ListTableVersionsResponse) SetStatusCode(v int32) *ListTableVersionsResponse
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 (s ListTableVersionsResponseBody) GoString() string
func (*ListTableVersionsResponseBody) SetCode ¶
func (s *ListTableVersionsResponseBody) SetCode(v string) *ListTableVersionsResponseBody
func (*ListTableVersionsResponseBody) SetMessage ¶
func (s *ListTableVersionsResponseBody) SetMessage(v string) *ListTableVersionsResponseBody
func (*ListTableVersionsResponseBody) SetNextPageToken ¶
func (s *ListTableVersionsResponseBody) SetNextPageToken(v string) *ListTableVersionsResponseBody
func (*ListTableVersionsResponseBody) SetRequestId ¶
func (s *ListTableVersionsResponseBody) SetRequestId(v string) *ListTableVersionsResponseBody
func (*ListTableVersionsResponseBody) SetSuccess ¶
func (s *ListTableVersionsResponseBody) SetSuccess(v bool) *ListTableVersionsResponseBody
func (*ListTableVersionsResponseBody) SetTableVersions ¶
func (s *ListTableVersionsResponseBody) SetTableVersions(v []*TableVersion) *ListTableVersionsResponseBody
func (ListTableVersionsResponseBody) String ¶
func (s ListTableVersionsResponseBody) String() 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 (s *ListTablesResponse) SetBody(v *ListTablesResponseBody) *ListTablesResponse
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 (s *ListTablesResponseBody) SetCode(v string) *ListTablesResponseBody
func (*ListTablesResponseBody) SetMessage ¶
func (s *ListTablesResponseBody) SetMessage(v string) *ListTablesResponseBody
func (*ListTablesResponseBody) SetNextPageToken ¶
func (s *ListTablesResponseBody) SetNextPageToken(v string) *ListTablesResponseBody
func (*ListTablesResponseBody) SetRequestId ¶
func (s *ListTablesResponseBody) SetRequestId(v string) *ListTablesResponseBody
func (*ListTablesResponseBody) SetSuccess ¶
func (s *ListTablesResponseBody) SetSuccess(v bool) *ListTablesResponseBody
func (*ListTablesResponseBody) SetTables ¶
func (s *ListTablesResponseBody) SetTables(v []*Table) *ListTablesResponseBody
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 (s *ListUserRolesResponse) SetBody(v *ListUserRolesResponseBody) *ListUserRolesResponse
func (*ListUserRolesResponse) SetHeaders ¶
func (s *ListUserRolesResponse) SetHeaders(v map[string]*string) *ListUserRolesResponse
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 (s *ListUserRolesResponseBody) SetCode(v string) *ListUserRolesResponseBody
func (*ListUserRolesResponseBody) SetMessage ¶
func (s *ListUserRolesResponseBody) SetMessage(v string) *ListUserRolesResponseBody
func (*ListUserRolesResponseBody) SetNextPageToken ¶
func (s *ListUserRolesResponseBody) SetNextPageToken(v string) *ListUserRolesResponseBody
func (*ListUserRolesResponseBody) SetRequestId ¶
func (s *ListUserRolesResponseBody) SetRequestId(v string) *ListUserRolesResponseBody
func (*ListUserRolesResponseBody) SetSuccess ¶
func (s *ListUserRolesResponseBody) SetSuccess(v bool) *ListUserRolesResponseBody
func (*ListUserRolesResponseBody) SetUserRoles ¶
func (s *ListUserRolesResponseBody) SetUserRoles(v []*UserRole) *ListUserRolesResponseBody
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 (s *LocationStorageRankDTO) SetFileCnt(v int64) *LocationStorageRankDTO
func (*LocationStorageRankDTO) SetLocation ¶
func (s *LocationStorageRankDTO) SetLocation(v string) *LocationStorageRankDTO
func (*LocationStorageRankDTO) SetStorage ¶
func (s *LocationStorageRankDTO) SetStorage(v int64) *LocationStorageRankDTO
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) SetCatalogId ¶
func (*LockObj) SetDatabaseName ¶
func (*LockObj) SetPartitionName ¶
func (*LockObj) SetTableName ¶
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) SetBizTime ¶
func (*LogInfo) SetGmtCreate ¶
func (*LogInfo) SetInstanceId ¶
func (*LogInfo) SetLogContent ¶
func (*LogInfo) SetLogSummary ¶
func (*LogInfo) SetLogType ¶
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 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) SetCreateTime ¶
func (*Partition) SetDatabaseName ¶
func (*Partition) SetLastAccessTime ¶
func (*Partition) SetLastAnalyzedTime ¶
func (*Partition) SetParameters ¶
func (*Partition) SetPrivileges ¶
func (s *Partition) SetPrivileges(v *PrincipalPrivilegeSet) *Partition
func (*Partition) SetSd ¶
func (s *Partition) SetSd(v *StorageDescriptor) *Partition
func (*Partition) SetTableName ¶
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 (s *PartitionInput) SetSd(v *StorageDescriptor) *PartitionInput
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 {}
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 { // // 相对路径 Location *string `json:"Location,omitempty" xml:"Location,omitempty"` }
func (PartitionSpecSharedStorageDescriptor) GoString ¶
func (s PartitionSpecSharedStorageDescriptor) GoString() string
func (*PartitionSpecSharedStorageDescriptor) SetCols ¶
func (s *PartitionSpecSharedStorageDescriptor) SetCols(v []*FieldSchema) *PartitionSpecSharedStorageDescriptor
func (*PartitionSpecSharedStorageDescriptor) SetLocation ¶
func (s *PartitionSpecSharedStorageDescriptor) SetLocation(v string) *PartitionSpecSharedStorageDescriptor
func (PartitionSpecSharedStorageDescriptor) String ¶
func (s PartitionSpecSharedStorageDescriptor) String() string
type Principal ¶
type Principal struct { // example: // // acs:ram::[AliyunAccountId]:user/username_abc PrincipalArn *string `json:"PrincipalArn,omitempty" xml:"PrincipalArn,omitempty"` }
func (*Principal) SetPrincipalArn ¶
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 (s *PrincipalResourcePermissions) SetAccesses(v []*string) *PrincipalResourcePermissions
func (*PrincipalResourcePermissions) SetDelegateAccesses ¶
func (s *PrincipalResourcePermissions) SetDelegateAccesses(v []*string) *PrincipalResourcePermissions
func (*PrincipalResourcePermissions) SetMetaResource ¶
func (s *PrincipalResourcePermissions) SetMetaResource(v *MetaResource) *PrincipalResourcePermissions
func (*PrincipalResourcePermissions) SetPrincipal ¶
func (s *PrincipalResourcePermissions) SetPrincipal(v *Principal) *PrincipalResourcePermissions
func (PrincipalResourcePermissions) String ¶
func (s PrincipalResourcePermissions) String() 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 (s *RefreshLockResponse) SetBody(v *RefreshLockResponseBody) *RefreshLockResponse
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 (s *RefreshLockResponseBody) SetCode(v string) *RefreshLockResponseBody
func (*RefreshLockResponseBody) SetMessage ¶
func (s *RefreshLockResponseBody) SetMessage(v string) *RefreshLockResponseBody
func (*RefreshLockResponseBody) SetRequestId ¶
func (s *RefreshLockResponseBody) SetRequestId(v string) *RefreshLockResponseBody
func (*RefreshLockResponseBody) SetSuccess ¶
func (s *RefreshLockResponseBody) SetSuccess(v bool) *RefreshLockResponseBody
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 (s *RegisterLocationRequest) SetLocation(v string) *RegisterLocationRequest
func (*RegisterLocationRequest) SetOssLogCollectEnabled ¶
func (s *RegisterLocationRequest) SetOssLogCollectEnabled(v bool) *RegisterLocationRequest
func (*RegisterLocationRequest) SetRoleName ¶
func (s *RegisterLocationRequest) SetRoleName(v string) *RegisterLocationRequest
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 (s *RegisterLocationResponse) SetBody(v *RegisterLocationResponseBody) *RegisterLocationResponse
func (*RegisterLocationResponse) SetHeaders ¶
func (s *RegisterLocationResponse) SetHeaders(v map[string]*string) *RegisterLocationResponse
func (*RegisterLocationResponse) SetStatusCode ¶
func (s *RegisterLocationResponse) SetStatusCode(v int32) *RegisterLocationResponse
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 (s *RegisterLocationResponseBody) SetData(v *RegisterLocationResponseBodyData) *RegisterLocationResponseBody
func (*RegisterLocationResponseBody) SetRequestId ¶
func (s *RegisterLocationResponseBody) SetRequestId(v string) *RegisterLocationResponseBody
func (*RegisterLocationResponseBody) SetSuccess ¶
func (s *RegisterLocationResponseBody) SetSuccess(v bool) *RegisterLocationResponseBody
func (RegisterLocationResponseBody) String ¶
func (s RegisterLocationResponseBody) String() 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 (s RegisterLocationResponseBodyData) GoString() string
func (*RegisterLocationResponseBodyData) SetLocationId ¶
func (s *RegisterLocationResponseBodyData) SetLocationId(v string) *RegisterLocationResponseBodyData
func (*RegisterLocationResponseBodyData) SetStorageCollectTaskOperationResultList ¶
func (s *RegisterLocationResponseBodyData) SetStorageCollectTaskOperationResultList(v []*StorageCollectTaskOperationResult) *RegisterLocationResponseBodyData
func (RegisterLocationResponseBodyData) String ¶
func (s RegisterLocationResponseBodyData) String() 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 (s *RenamePartitionRequest) SetCatalogId(v string) *RenamePartitionRequest
func (*RenamePartitionRequest) SetDatabaseName ¶
func (s *RenamePartitionRequest) SetDatabaseName(v string) *RenamePartitionRequest
func (*RenamePartitionRequest) SetPartitionInput ¶
func (s *RenamePartitionRequest) SetPartitionInput(v *PartitionInput) *RenamePartitionRequest
func (*RenamePartitionRequest) SetPartitionValues ¶
func (s *RenamePartitionRequest) SetPartitionValues(v []*string) *RenamePartitionRequest
func (*RenamePartitionRequest) SetTableName ¶
func (s *RenamePartitionRequest) SetTableName(v string) *RenamePartitionRequest
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 (s *RenamePartitionResponse) SetBody(v *RenamePartitionResponseBody) *RenamePartitionResponse
func (*RenamePartitionResponse) SetHeaders ¶
func (s *RenamePartitionResponse) SetHeaders(v map[string]*string) *RenamePartitionResponse
func (*RenamePartitionResponse) SetStatusCode ¶
func (s *RenamePartitionResponse) SetStatusCode(v int32) *RenamePartitionResponse
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 (s *RenamePartitionResponseBody) SetCode(v string) *RenamePartitionResponseBody
func (*RenamePartitionResponseBody) SetMessage ¶
func (s *RenamePartitionResponseBody) SetMessage(v string) *RenamePartitionResponseBody
func (*RenamePartitionResponseBody) SetRequestId ¶
func (s *RenamePartitionResponseBody) SetRequestId(v string) *RenamePartitionResponseBody
func (*RenamePartitionResponseBody) SetSuccess ¶
func (s *RenamePartitionResponseBody) SetSuccess(v bool) *RenamePartitionResponseBody
func (RenamePartitionResponseBody) String ¶
func (s RenamePartitionResponseBody) String() 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 (s *RenameTableResponse) SetBody(v *RenameTableResponseBody) *RenameTableResponse
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 (s *RenameTableResponseBody) SetCode(v string) *RenameTableResponseBody
func (*RenameTableResponseBody) SetMessage ¶
func (s *RenameTableResponseBody) SetMessage(v string) *RenameTableResponseBody
func (*RenameTableResponseBody) SetRequestId ¶
func (s *RenameTableResponseBody) SetRequestId(v string) *RenameTableResponseBody
func (*RenameTableResponseBody) SetSuccess ¶
func (s *RenameTableResponseBody) SetSuccess(v bool) *RenameTableResponseBody
func (*RenameTableResponseBody) SetTaskId ¶
func (s *RenameTableResponseBody) SetTaskId(v string) *RenameTableResponseBody
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 (s *RevokePermissionsRequest) SetAccesses(v []*string) *RevokePermissionsRequest
func (*RevokePermissionsRequest) SetCatalogId ¶
func (s *RevokePermissionsRequest) SetCatalogId(v string) *RevokePermissionsRequest
func (*RevokePermissionsRequest) SetDelegateAccesses ¶
func (s *RevokePermissionsRequest) SetDelegateAccesses(v []*string) *RevokePermissionsRequest
func (*RevokePermissionsRequest) SetMetaResource ¶
func (s *RevokePermissionsRequest) SetMetaResource(v *MetaResource) *RevokePermissionsRequest
func (*RevokePermissionsRequest) SetPrincipal ¶
func (s *RevokePermissionsRequest) SetPrincipal(v *Principal) *RevokePermissionsRequest
func (*RevokePermissionsRequest) SetType ¶
func (s *RevokePermissionsRequest) SetType(v string) *RevokePermissionsRequest
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 (s *RevokePermissionsResponse) SetBody(v *RevokePermissionsResponseBody) *RevokePermissionsResponse
func (*RevokePermissionsResponse) SetHeaders ¶
func (s *RevokePermissionsResponse) SetHeaders(v map[string]*string) *RevokePermissionsResponse
func (*RevokePermissionsResponse) SetStatusCode ¶
func (s *RevokePermissionsResponse) SetStatusCode(v int32) *RevokePermissionsResponse
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 (s RevokePermissionsResponseBody) GoString() string
func (*RevokePermissionsResponseBody) SetCode ¶
func (s *RevokePermissionsResponseBody) SetCode(v string) *RevokePermissionsResponseBody
func (*RevokePermissionsResponseBody) SetMessage ¶
func (s *RevokePermissionsResponseBody) SetMessage(v string) *RevokePermissionsResponseBody
func (*RevokePermissionsResponseBody) SetRequestId ¶
func (s *RevokePermissionsResponseBody) SetRequestId(v string) *RevokePermissionsResponseBody
func (*RevokePermissionsResponseBody) SetSuccess ¶
func (s *RevokePermissionsResponseBody) SetSuccess(v bool) *RevokePermissionsResponseBody
func (RevokePermissionsResponseBody) String ¶
func (s RevokePermissionsResponseBody) String() 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 (s *RevokeRoleFromUsersRequest) SetRoleName(v string) *RevokeRoleFromUsersRequest
func (*RevokeRoleFromUsersRequest) SetUsers ¶
func (s *RevokeRoleFromUsersRequest) SetUsers(v []*Principal) *RevokeRoleFromUsersRequest
func (RevokeRoleFromUsersRequest) String ¶
func (s RevokeRoleFromUsersRequest) String() 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 (s *RevokeRoleFromUsersResponse) SetBody(v *RevokeRoleFromUsersResponseBody) *RevokeRoleFromUsersResponse
func (*RevokeRoleFromUsersResponse) SetHeaders ¶
func (s *RevokeRoleFromUsersResponse) SetHeaders(v map[string]*string) *RevokeRoleFromUsersResponse
func (*RevokeRoleFromUsersResponse) SetStatusCode ¶
func (s *RevokeRoleFromUsersResponse) SetStatusCode(v int32) *RevokeRoleFromUsersResponse
func (RevokeRoleFromUsersResponse) String ¶
func (s RevokeRoleFromUsersResponse) String() 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 (s RevokeRoleFromUsersResponseBody) GoString() string
func (*RevokeRoleFromUsersResponseBody) SetCode ¶
func (s *RevokeRoleFromUsersResponseBody) SetCode(v string) *RevokeRoleFromUsersResponseBody
func (*RevokeRoleFromUsersResponseBody) SetMessage ¶
func (s *RevokeRoleFromUsersResponseBody) SetMessage(v string) *RevokeRoleFromUsersResponseBody
func (*RevokeRoleFromUsersResponseBody) SetRequestId ¶
func (s *RevokeRoleFromUsersResponseBody) SetRequestId(v string) *RevokeRoleFromUsersResponseBody
func (*RevokeRoleFromUsersResponseBody) SetSuccess ¶
func (s *RevokeRoleFromUsersResponseBody) SetSuccess(v bool) *RevokeRoleFromUsersResponseBody
func (RevokeRoleFromUsersResponseBody) String ¶
func (s RevokeRoleFromUsersResponseBody) String() 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 (s *RevokeRolesFromUserRequest) SetRoleNames(v []*string) *RevokeRolesFromUserRequest
func (*RevokeRolesFromUserRequest) SetUser ¶
func (s *RevokeRolesFromUserRequest) SetUser(v *Principal) *RevokeRolesFromUserRequest
func (RevokeRolesFromUserRequest) String ¶
func (s RevokeRolesFromUserRequest) String() 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 (s *RevokeRolesFromUserResponse) SetBody(v *RevokeRolesFromUserResponseBody) *RevokeRolesFromUserResponse
func (*RevokeRolesFromUserResponse) SetHeaders ¶
func (s *RevokeRolesFromUserResponse) SetHeaders(v map[string]*string) *RevokeRolesFromUserResponse
func (*RevokeRolesFromUserResponse) SetStatusCode ¶
func (s *RevokeRolesFromUserResponse) SetStatusCode(v int32) *RevokeRolesFromUserResponse
func (RevokeRolesFromUserResponse) String ¶
func (s RevokeRolesFromUserResponse) String() 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 (s RevokeRolesFromUserResponseBody) GoString() string
func (*RevokeRolesFromUserResponseBody) SetCode ¶
func (s *RevokeRolesFromUserResponseBody) SetCode(v string) *RevokeRolesFromUserResponseBody
func (*RevokeRolesFromUserResponseBody) SetMessage ¶
func (s *RevokeRolesFromUserResponseBody) SetMessage(v string) *RevokeRolesFromUserResponseBody
func (*RevokeRolesFromUserResponseBody) SetRequestId ¶
func (s *RevokeRolesFromUserResponseBody) SetRequestId(v string) *RevokeRolesFromUserResponseBody
func (*RevokeRolesFromUserResponseBody) SetSuccess ¶
func (s *RevokeRolesFromUserResponseBody) SetSuccess(v bool) *RevokeRolesFromUserResponseBody
func (RevokeRolesFromUserResponseBody) String ¶
func (s RevokeRolesFromUserResponseBody) String() 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) SetCreateTime ¶
func (*Role) SetDescription ¶
func (*Role) SetDisplayName ¶
func (*Role) SetIsPredefined ¶
func (*Role) SetPrincipalArn ¶
func (*Role) SetUpdateTime ¶
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) SetDescription ¶
func (*RoleInput) SetDisplayName ¶
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 (s *RunMigrationWorkflowRequest) SetInstanceId(v string) *RunMigrationWorkflowRequest
func (RunMigrationWorkflowRequest) String ¶
func (s RunMigrationWorkflowRequest) String() 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 (s *RunMigrationWorkflowResponse) SetBody(v *RunMigrationWorkflowResponseBody) *RunMigrationWorkflowResponse
func (*RunMigrationWorkflowResponse) SetHeaders ¶
func (s *RunMigrationWorkflowResponse) SetHeaders(v map[string]*string) *RunMigrationWorkflowResponse
func (*RunMigrationWorkflowResponse) SetStatusCode ¶
func (s *RunMigrationWorkflowResponse) SetStatusCode(v int32) *RunMigrationWorkflowResponse
func (RunMigrationWorkflowResponse) String ¶
func (s RunMigrationWorkflowResponse) String() 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 (s RunMigrationWorkflowResponseBody) GoString() string
func (*RunMigrationWorkflowResponseBody) SetData ¶
func (s *RunMigrationWorkflowResponseBody) SetData(v string) *RunMigrationWorkflowResponseBody
func (*RunMigrationWorkflowResponseBody) SetRequestId ¶
func (s *RunMigrationWorkflowResponseBody) SetRequestId(v string) *RunMigrationWorkflowResponseBody
func (*RunMigrationWorkflowResponseBody) SetSuccess ¶
func (s *RunMigrationWorkflowResponseBody) SetSuccess(v bool) *RunMigrationWorkflowResponseBody
func (RunMigrationWorkflowResponseBody) String ¶
func (s RunMigrationWorkflowResponseBody) String() 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 (s *SearchAcrossCatalogRequest) SetCatalogIds(v []*string) *SearchAcrossCatalogRequest
func (*SearchAcrossCatalogRequest) SetPageNumber ¶
func (s *SearchAcrossCatalogRequest) SetPageNumber(v int64) *SearchAcrossCatalogRequest
func (*SearchAcrossCatalogRequest) SetPageSize ¶
func (s *SearchAcrossCatalogRequest) SetPageSize(v int64) *SearchAcrossCatalogRequest
func (*SearchAcrossCatalogRequest) SetSearchText ¶
func (s *SearchAcrossCatalogRequest) SetSearchText(v string) *SearchAcrossCatalogRequest
func (*SearchAcrossCatalogRequest) SetSearchTypes ¶
func (s *SearchAcrossCatalogRequest) SetSearchTypes(v []*string) *SearchAcrossCatalogRequest
func (*SearchAcrossCatalogRequest) SetSortCriteria ¶
func (s *SearchAcrossCatalogRequest) SetSortCriteria(v []*SortCriterion) *SearchAcrossCatalogRequest
func (SearchAcrossCatalogRequest) String ¶
func (s SearchAcrossCatalogRequest) String() 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 (s *SearchAcrossCatalogResponse) SetBody(v *SearchAcrossCatalogResponseBody) *SearchAcrossCatalogResponse
func (*SearchAcrossCatalogResponse) SetHeaders ¶
func (s *SearchAcrossCatalogResponse) SetHeaders(v map[string]*string) *SearchAcrossCatalogResponse
func (*SearchAcrossCatalogResponse) SetStatusCode ¶
func (s *SearchAcrossCatalogResponse) SetStatusCode(v int32) *SearchAcrossCatalogResponse
func (SearchAcrossCatalogResponse) String ¶
func (s SearchAcrossCatalogResponse) String() 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 (s SearchAcrossCatalogResponseBody) GoString() string
func (*SearchAcrossCatalogResponseBody) SetCatalogResult ¶
func (s *SearchAcrossCatalogResponseBody) SetCatalogResult(v *SearchAcrossCatalogResponseBodyCatalogResult) *SearchAcrossCatalogResponseBody
func (*SearchAcrossCatalogResponseBody) SetCode ¶
func (s *SearchAcrossCatalogResponseBody) SetCode(v string) *SearchAcrossCatalogResponseBody
func (*SearchAcrossCatalogResponseBody) SetDatabaseResult ¶
func (s *SearchAcrossCatalogResponseBody) SetDatabaseResult(v *SearchAcrossCatalogResponseBodyDatabaseResult) *SearchAcrossCatalogResponseBody
func (*SearchAcrossCatalogResponseBody) SetMessage ¶
func (s *SearchAcrossCatalogResponseBody) SetMessage(v string) *SearchAcrossCatalogResponseBody
func (*SearchAcrossCatalogResponseBody) SetRequestId ¶
func (s *SearchAcrossCatalogResponseBody) SetRequestId(v string) *SearchAcrossCatalogResponseBody
func (*SearchAcrossCatalogResponseBody) SetSuccess ¶
func (s *SearchAcrossCatalogResponseBody) SetSuccess(v bool) *SearchAcrossCatalogResponseBody
func (*SearchAcrossCatalogResponseBody) SetTableResult ¶
func (s *SearchAcrossCatalogResponseBody) SetTableResult(v *SearchAcrossCatalogResponseBodyTableResult) *SearchAcrossCatalogResponseBody
func (SearchAcrossCatalogResponseBody) String ¶
func (s SearchAcrossCatalogResponseBody) String() 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 (s SearchAcrossCatalogResponseBodyCatalogResult) GoString() string
func (*SearchAcrossCatalogResponseBodyCatalogResult) SetCatalogs ¶
func (*SearchAcrossCatalogResponseBodyCatalogResult) SetTotalCount ¶
func (s *SearchAcrossCatalogResponseBodyCatalogResult) SetTotalCount(v int64) *SearchAcrossCatalogResponseBodyCatalogResult
func (SearchAcrossCatalogResponseBodyCatalogResult) String ¶
func (s SearchAcrossCatalogResponseBodyCatalogResult) String() 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 (s SearchAcrossCatalogResponseBodyCatalogResultCatalogs) GoString() string
func (*SearchAcrossCatalogResponseBodyCatalogResultCatalogs) SetCatalog ¶
func (s *SearchAcrossCatalogResponseBodyCatalogResultCatalogs) SetCatalog(v *Catalog) *SearchAcrossCatalogResponseBodyCatalogResultCatalogs
func (*SearchAcrossCatalogResponseBodyCatalogResultCatalogs) SetHighLightList ¶
func (s *SearchAcrossCatalogResponseBodyCatalogResultCatalogs) SetHighLightList(v []*HighLight) *SearchAcrossCatalogResponseBodyCatalogResultCatalogs
func (SearchAcrossCatalogResponseBodyCatalogResultCatalogs) String ¶
func (s SearchAcrossCatalogResponseBodyCatalogResultCatalogs) String() 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 (s SearchAcrossCatalogResponseBodyDatabaseResult) GoString() string
func (*SearchAcrossCatalogResponseBodyDatabaseResult) SetDatabases ¶
func (*SearchAcrossCatalogResponseBodyDatabaseResult) SetTotalCount ¶
func (s *SearchAcrossCatalogResponseBodyDatabaseResult) SetTotalCount(v int64) *SearchAcrossCatalogResponseBodyDatabaseResult
func (SearchAcrossCatalogResponseBodyDatabaseResult) String ¶
func (s SearchAcrossCatalogResponseBodyDatabaseResult) String() 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 (s SearchAcrossCatalogResponseBodyDatabaseResultDatabases) GoString() string
func (*SearchAcrossCatalogResponseBodyDatabaseResultDatabases) SetDatabase ¶
func (s *SearchAcrossCatalogResponseBodyDatabaseResultDatabases) SetDatabase(v *Database) *SearchAcrossCatalogResponseBodyDatabaseResultDatabases
func (*SearchAcrossCatalogResponseBodyDatabaseResultDatabases) SetHighLightList ¶
func (s *SearchAcrossCatalogResponseBodyDatabaseResultDatabases) SetHighLightList(v []*HighLight) *SearchAcrossCatalogResponseBodyDatabaseResultDatabases
func (SearchAcrossCatalogResponseBodyDatabaseResultDatabases) String ¶
func (s SearchAcrossCatalogResponseBodyDatabaseResultDatabases) String() 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 (s SearchAcrossCatalogResponseBodyTableResult) GoString() string
func (*SearchAcrossCatalogResponseBodyTableResult) SetTotalCount ¶
func (s *SearchAcrossCatalogResponseBodyTableResult) SetTotalCount(v int64) *SearchAcrossCatalogResponseBodyTableResult
func (SearchAcrossCatalogResponseBodyTableResult) String ¶
func (s SearchAcrossCatalogResponseBodyTableResult) String() 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 (s SearchAcrossCatalogResponseBodyTableResultTables) GoString() string
func (*SearchAcrossCatalogResponseBodyTableResultTables) SetHighLightList ¶
func (s *SearchAcrossCatalogResponseBodyTableResultTables) SetHighLightList(v []*HighLight) *SearchAcrossCatalogResponseBodyTableResultTables
func (*SearchAcrossCatalogResponseBodyTableResultTables) SetTable ¶
func (s *SearchAcrossCatalogResponseBodyTableResultTables) SetTable(v *Table) *SearchAcrossCatalogResponseBodyTableResultTables
func (SearchAcrossCatalogResponseBodyTableResultTables) String ¶
func (s SearchAcrossCatalogResponseBodyTableResultTables) String() 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 (s *SearchResponse) SetBody(v *SearchResponseBody) *SearchResponse
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 (s *SearchResponseBody) SetCode(v string) *SearchResponseBody
func (*SearchResponseBody) SetDatabaseResult ¶
func (s *SearchResponseBody) SetDatabaseResult(v *SearchResponseBodyDatabaseResult) *SearchResponseBody
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 (s *SearchResponseBody) SetTableResult(v *SearchResponseBodyTableResult) *SearchResponseBody
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 (s SearchResponseBodyDatabaseResult) GoString() string
func (*SearchResponseBodyDatabaseResult) SetDatabases ¶
func (s *SearchResponseBodyDatabaseResult) SetDatabases(v []*SearchResponseBodyDatabaseResultDatabases) *SearchResponseBodyDatabaseResult
func (*SearchResponseBodyDatabaseResult) SetTotalCount ¶
func (s *SearchResponseBodyDatabaseResult) SetTotalCount(v int64) *SearchResponseBodyDatabaseResult
func (SearchResponseBodyDatabaseResult) String ¶
func (s SearchResponseBodyDatabaseResult) String() 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 (s SearchResponseBodyDatabaseResultDatabases) GoString() string
func (*SearchResponseBodyDatabaseResultDatabases) SetDatabase ¶
func (s *SearchResponseBodyDatabaseResultDatabases) SetDatabase(v *Database) *SearchResponseBodyDatabaseResultDatabases
func (*SearchResponseBodyDatabaseResultDatabases) SetHighLightList ¶
func (s *SearchResponseBodyDatabaseResultDatabases) SetHighLightList(v []*HighLight) *SearchResponseBodyDatabaseResultDatabases
func (SearchResponseBodyDatabaseResultDatabases) String ¶
func (s SearchResponseBodyDatabaseResultDatabases) String() 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 (s SearchResponseBodyTableResult) GoString() string
func (*SearchResponseBodyTableResult) SetTables ¶
func (s *SearchResponseBodyTableResult) SetTables(v []*SearchResponseBodyTableResultTables) *SearchResponseBodyTableResult
func (*SearchResponseBodyTableResult) SetTotalCount ¶
func (s *SearchResponseBodyTableResult) SetTotalCount(v int64) *SearchResponseBodyTableResult
func (SearchResponseBodyTableResult) String ¶
func (s SearchResponseBodyTableResult) String() 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 (s SearchResponseBodyTableResultTables) GoString() string
func (*SearchResponseBodyTableResultTables) SetHighLightList ¶
func (s *SearchResponseBodyTableResultTables) SetHighLightList(v []*HighLight) *SearchResponseBodyTableResultTables
func (*SearchResponseBodyTableResultTables) SetTable ¶
func (s *SearchResponseBodyTableResultTables) SetTable(v *Table) *SearchResponseBodyTableResultTables
func (SearchResponseBodyTableResultTables) String ¶
func (s SearchResponseBodyTableResultTables) String() 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) SetParameters ¶
func (*SerDeInfo) SetSerializationLib ¶
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 (s *SingleIndicatorDTO) SetTotal(v int64) *SingleIndicatorDTO
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 (s *StopMigrationWorkflowRequest) SetInstanceId(v string) *StopMigrationWorkflowRequest
func (StopMigrationWorkflowRequest) String ¶
func (s StopMigrationWorkflowRequest) String() 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 (s StopMigrationWorkflowResponse) GoString() string
func (*StopMigrationWorkflowResponse) SetBody ¶
func (s *StopMigrationWorkflowResponse) SetBody(v *StopMigrationWorkflowResponseBody) *StopMigrationWorkflowResponse
func (*StopMigrationWorkflowResponse) SetHeaders ¶
func (s *StopMigrationWorkflowResponse) SetHeaders(v map[string]*string) *StopMigrationWorkflowResponse
func (*StopMigrationWorkflowResponse) SetStatusCode ¶
func (s *StopMigrationWorkflowResponse) SetStatusCode(v int32) *StopMigrationWorkflowResponse
func (StopMigrationWorkflowResponse) String ¶
func (s StopMigrationWorkflowResponse) String() 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 (s StopMigrationWorkflowResponseBody) GoString() string
func (*StopMigrationWorkflowResponseBody) SetRequestId ¶
func (s *StopMigrationWorkflowResponseBody) SetRequestId(v string) *StopMigrationWorkflowResponseBody
func (*StopMigrationWorkflowResponseBody) SetSuccess ¶
func (s *StopMigrationWorkflowResponseBody) SetSuccess(v bool) *StopMigrationWorkflowResponseBody
func (StopMigrationWorkflowResponseBody) String ¶
func (s StopMigrationWorkflowResponseBody) String() 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 (s StorageCollectTaskOperationResult) GoString() string
func (*StorageCollectTaskOperationResult) SetDlfCreated ¶
func (s *StorageCollectTaskOperationResult) SetDlfCreated(v bool) *StorageCollectTaskOperationResult
func (*StorageCollectTaskOperationResult) SetErrCode ¶
func (s *StorageCollectTaskOperationResult) SetErrCode(v string) *StorageCollectTaskOperationResult
func (*StorageCollectTaskOperationResult) SetErrMessage ¶
func (s *StorageCollectTaskOperationResult) SetErrMessage(v string) *StorageCollectTaskOperationResult
func (*StorageCollectTaskOperationResult) SetSuccess ¶
func (s *StorageCollectTaskOperationResult) SetSuccess(v bool) *StorageCollectTaskOperationResult
func (*StorageCollectTaskOperationResult) SetTaskId ¶
func (s *StorageCollectTaskOperationResult) SetTaskId(v string) *StorageCollectTaskOperationResult
func (*StorageCollectTaskOperationResult) SetTaskType ¶
func (s *StorageCollectTaskOperationResult) SetTaskType(v string) *StorageCollectTaskOperationResult
func (StorageCollectTaskOperationResult) String ¶
func (s StorageCollectTaskOperationResult) String() 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 (s *StorageDescriptor) SetCols(v []*FieldSchema) *StorageDescriptor
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 (s *StrogeCollectTask) SetId(v string) *StrogeCollectTask
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 (s *SubmitQueryRequest) SetSql(v string) *SubmitQueryRequest
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 (s *SubmitQueryResponse) SetBody(v *SubmitQueryResponseBody) *SubmitQueryResponse
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 (s *SubmitQueryResponseBody) SetData(v string) *SubmitQueryResponseBody
func (*SubmitQueryResponseBody) SetRequestId ¶
func (s *SubmitQueryResponseBody) SetRequestId(v string) *SubmitQueryResponseBody
func (*SubmitQueryResponseBody) SetSuccess ¶
func (s *SubmitQueryResponseBody) SetSuccess(v bool) *SubmitQueryResponseBody
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) SetCascade ¶
func (*Table) SetCreateTime ¶
func (*Table) SetCreatedBy ¶
func (*Table) SetDatabaseName ¶
func (*Table) SetLastAccessTime ¶
func (*Table) SetLastAnalyzedTime ¶
func (*Table) SetOwnerType ¶
func (*Table) SetPartitionKeys ¶
func (s *Table) SetPartitionKeys(v []*FieldSchema) *Table
func (*Table) SetPrivileges ¶
func (s *Table) SetPrivileges(v *PrincipalPrivilegeSet) *Table
func (*Table) SetRetention ¶
func (*Table) SetRewriteEnabled ¶
func (*Table) SetSd ¶
func (s *Table) SetSd(v *StorageDescriptor) *Table
func (*Table) SetTableId ¶
func (*Table) SetTableName ¶
func (*Table) SetTableType ¶
func (*Table) SetTableVersion ¶
func (s *Table) SetTableVersion(v *TableVersion) *Table
func (*Table) SetTemporary ¶
func (*Table) SetUpdateTime ¶
func (*Table) SetViewExpandedText ¶
func (*Table) SetViewOriginalText ¶
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 (s *TableExtended) SetSd(v *TableExtendedSd) *TableExtended
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 (s *TableExtendedPrivileges) SetGroupPrivileges(v map[string][]*TableExtendedPrivilegesGroupPrivilegesValue) *TableExtendedPrivileges
func (*TableExtendedPrivileges) SetRolePrivileges ¶
func (s *TableExtendedPrivileges) SetRolePrivileges(v map[string][]*TableExtendedPrivilegesRolePrivilegesValue) *TableExtendedPrivileges
func (*TableExtendedPrivileges) SetUserPrivileges ¶
func (s *TableExtendedPrivileges) SetUserPrivileges(v map[string][]*TableExtendedPrivilegesUserPrivilegesValue) *TableExtendedPrivileges
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 (s TableExtendedPrivilegesGroupPrivilegesValue) GoString() string
func (*TableExtendedPrivilegesGroupPrivilegesValue) SetCreateTime ¶
func (s *TableExtendedPrivilegesGroupPrivilegesValue) SetCreateTime(v int32) *TableExtendedPrivilegesGroupPrivilegesValue
func (*TableExtendedPrivilegesGroupPrivilegesValue) SetGrantOption ¶
func (s *TableExtendedPrivilegesGroupPrivilegesValue) SetGrantOption(v bool) *TableExtendedPrivilegesGroupPrivilegesValue
func (*TableExtendedPrivilegesGroupPrivilegesValue) SetGrantor ¶
func (s *TableExtendedPrivilegesGroupPrivilegesValue) SetGrantor(v string) *TableExtendedPrivilegesGroupPrivilegesValue
func (*TableExtendedPrivilegesGroupPrivilegesValue) SetGrantorType ¶
func (s *TableExtendedPrivilegesGroupPrivilegesValue) SetGrantorType(v string) *TableExtendedPrivilegesGroupPrivilegesValue
func (*TableExtendedPrivilegesGroupPrivilegesValue) SetPrivilege ¶
func (s *TableExtendedPrivilegesGroupPrivilegesValue) SetPrivilege(v string) *TableExtendedPrivilegesGroupPrivilegesValue
func (TableExtendedPrivilegesGroupPrivilegesValue) String ¶
func (s TableExtendedPrivilegesGroupPrivilegesValue) String() 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 (s TableExtendedPrivilegesRolePrivilegesValue) GoString() string
func (*TableExtendedPrivilegesRolePrivilegesValue) SetCreateTime ¶
func (s *TableExtendedPrivilegesRolePrivilegesValue) SetCreateTime(v int32) *TableExtendedPrivilegesRolePrivilegesValue
func (*TableExtendedPrivilegesRolePrivilegesValue) SetGrantOption ¶
func (s *TableExtendedPrivilegesRolePrivilegesValue) SetGrantOption(v bool) *TableExtendedPrivilegesRolePrivilegesValue
func (*TableExtendedPrivilegesRolePrivilegesValue) SetGrantor ¶
func (s *TableExtendedPrivilegesRolePrivilegesValue) SetGrantor(v string) *TableExtendedPrivilegesRolePrivilegesValue
func (*TableExtendedPrivilegesRolePrivilegesValue) SetGrantorType ¶
func (s *TableExtendedPrivilegesRolePrivilegesValue) SetGrantorType(v string) *TableExtendedPrivilegesRolePrivilegesValue
func (*TableExtendedPrivilegesRolePrivilegesValue) SetPrivilege ¶
func (s *TableExtendedPrivilegesRolePrivilegesValue) SetPrivilege(v string) *TableExtendedPrivilegesRolePrivilegesValue
func (TableExtendedPrivilegesRolePrivilegesValue) String ¶
func (s TableExtendedPrivilegesRolePrivilegesValue) String() 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 (s TableExtendedPrivilegesUserPrivilegesValue) GoString() string
func (*TableExtendedPrivilegesUserPrivilegesValue) SetCreateTime ¶
func (s *TableExtendedPrivilegesUserPrivilegesValue) SetCreateTime(v int32) *TableExtendedPrivilegesUserPrivilegesValue
func (*TableExtendedPrivilegesUserPrivilegesValue) SetGrantOption ¶
func (s *TableExtendedPrivilegesUserPrivilegesValue) SetGrantOption(v bool) *TableExtendedPrivilegesUserPrivilegesValue
func (*TableExtendedPrivilegesUserPrivilegesValue) SetGrantor ¶
func (s *TableExtendedPrivilegesUserPrivilegesValue) SetGrantor(v string) *TableExtendedPrivilegesUserPrivilegesValue
func (*TableExtendedPrivilegesUserPrivilegesValue) SetGrantorType ¶
func (s *TableExtendedPrivilegesUserPrivilegesValue) SetGrantorType(v string) *TableExtendedPrivilegesUserPrivilegesValue
func (*TableExtendedPrivilegesUserPrivilegesValue) SetPrivilege ¶
func (s *TableExtendedPrivilegesUserPrivilegesValue) SetPrivilege(v string) *TableExtendedPrivilegesUserPrivilegesValue
func (TableExtendedPrivilegesUserPrivilegesValue) String ¶
func (s TableExtendedPrivilegesUserPrivilegesValue) String() 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 (s *TableExtendedSd) SetSerDeInfo(v *TableExtendedSdSerDeInfo) *TableExtendedSd
func (*TableExtendedSd) SetSkewedInfo ¶
func (s *TableExtendedSd) SetSkewedInfo(v *TableExtendedSdSkewedInfo) *TableExtendedSd
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 (s *TableExtendedSdSerDeInfo) SetName(v string) *TableExtendedSdSerDeInfo
func (*TableExtendedSdSerDeInfo) SetParameters ¶
func (s *TableExtendedSdSerDeInfo) SetParameters(v map[string]*string) *TableExtendedSdSerDeInfo
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 (s *UnLockResponse) SetBody(v *UnLockResponseBody) *UnLockResponse
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 (s *UnLockResponseBody) SetCode(v string) *UnLockResponseBody
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 (s *UpdateCatalogResponse) SetBody(v *UpdateCatalogResponseBody) *UpdateCatalogResponse
func (*UpdateCatalogResponse) SetHeaders ¶
func (s *UpdateCatalogResponse) SetHeaders(v map[string]*string) *UpdateCatalogResponse
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 (s *UpdateCatalogResponseBody) SetCode(v string) *UpdateCatalogResponseBody
func (*UpdateCatalogResponseBody) SetMessage ¶
func (s *UpdateCatalogResponseBody) SetMessage(v string) *UpdateCatalogResponseBody
func (*UpdateCatalogResponseBody) SetRequestId ¶
func (s *UpdateCatalogResponseBody) SetRequestId(v string) *UpdateCatalogResponseBody
func (*UpdateCatalogResponseBody) SetSuccess ¶
func (s *UpdateCatalogResponseBody) SetSuccess(v bool) *UpdateCatalogResponseBody
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 (s *UpdateCatalogSettingsRequest) SetCatalogId(v string) *UpdateCatalogSettingsRequest
func (*UpdateCatalogSettingsRequest) SetCatalogSettings ¶
func (s *UpdateCatalogSettingsRequest) SetCatalogSettings(v *CatalogSettings) *UpdateCatalogSettingsRequest
func (UpdateCatalogSettingsRequest) String ¶
func (s UpdateCatalogSettingsRequest) String() 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 (s UpdateCatalogSettingsResponse) GoString() string
func (*UpdateCatalogSettingsResponse) SetBody ¶
func (s *UpdateCatalogSettingsResponse) SetBody(v *UpdateCatalogSettingsResponseBody) *UpdateCatalogSettingsResponse
func (*UpdateCatalogSettingsResponse) SetHeaders ¶
func (s *UpdateCatalogSettingsResponse) SetHeaders(v map[string]*string) *UpdateCatalogSettingsResponse
func (*UpdateCatalogSettingsResponse) SetStatusCode ¶
func (s *UpdateCatalogSettingsResponse) SetStatusCode(v int32) *UpdateCatalogSettingsResponse
func (UpdateCatalogSettingsResponse) String ¶
func (s UpdateCatalogSettingsResponse) String() 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 (s UpdateCatalogSettingsResponseBody) GoString() string
func (*UpdateCatalogSettingsResponseBody) SetCode ¶
func (s *UpdateCatalogSettingsResponseBody) SetCode(v string) *UpdateCatalogSettingsResponseBody
func (*UpdateCatalogSettingsResponseBody) SetMessage ¶
func (s *UpdateCatalogSettingsResponseBody) SetMessage(v string) *UpdateCatalogSettingsResponseBody
func (*UpdateCatalogSettingsResponseBody) SetRequestId ¶
func (s *UpdateCatalogSettingsResponseBody) SetRequestId(v string) *UpdateCatalogSettingsResponseBody
func (*UpdateCatalogSettingsResponseBody) SetSuccess ¶
func (s *UpdateCatalogSettingsResponseBody) SetSuccess(v bool) *UpdateCatalogSettingsResponseBody
func (UpdateCatalogSettingsResponseBody) String ¶
func (s UpdateCatalogSettingsResponseBody) String() 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 (s *UpdateDatabaseRequest) SetCatalogId(v string) *UpdateDatabaseRequest
func (*UpdateDatabaseRequest) SetDatabaseInput ¶
func (s *UpdateDatabaseRequest) SetDatabaseInput(v *DatabaseInput) *UpdateDatabaseRequest
func (*UpdateDatabaseRequest) SetName ¶
func (s *UpdateDatabaseRequest) SetName(v string) *UpdateDatabaseRequest
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 (s *UpdateDatabaseResponse) SetBody(v *UpdateDatabaseResponseBody) *UpdateDatabaseResponse
func (*UpdateDatabaseResponse) SetHeaders ¶
func (s *UpdateDatabaseResponse) SetHeaders(v map[string]*string) *UpdateDatabaseResponse
func (*UpdateDatabaseResponse) SetStatusCode ¶
func (s *UpdateDatabaseResponse) SetStatusCode(v int32) *UpdateDatabaseResponse
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 (s *UpdateDatabaseResponseBody) SetCode(v string) *UpdateDatabaseResponseBody
func (*UpdateDatabaseResponseBody) SetMessage ¶
func (s *UpdateDatabaseResponseBody) SetMessage(v string) *UpdateDatabaseResponseBody
func (*UpdateDatabaseResponseBody) SetRequestId ¶
func (s *UpdateDatabaseResponseBody) SetRequestId(v string) *UpdateDatabaseResponseBody
func (*UpdateDatabaseResponseBody) SetSuccess ¶
func (s *UpdateDatabaseResponseBody) SetSuccess(v bool) *UpdateDatabaseResponseBody
func (UpdateDatabaseResponseBody) String ¶
func (s UpdateDatabaseResponseBody) String() 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 (s *UpdateFunctionRequest) SetCatalogId(v string) *UpdateFunctionRequest
func (*UpdateFunctionRequest) SetDatabaseName ¶
func (s *UpdateFunctionRequest) SetDatabaseName(v string) *UpdateFunctionRequest
func (*UpdateFunctionRequest) SetFunctionInput ¶
func (s *UpdateFunctionRequest) SetFunctionInput(v *FunctionInput) *UpdateFunctionRequest
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 (s *UpdateFunctionResponse) SetBody(v *UpdateFunctionResponseBody) *UpdateFunctionResponse
func (*UpdateFunctionResponse) SetHeaders ¶
func (s *UpdateFunctionResponse) SetHeaders(v map[string]*string) *UpdateFunctionResponse
func (*UpdateFunctionResponse) SetStatusCode ¶
func (s *UpdateFunctionResponse) SetStatusCode(v int32) *UpdateFunctionResponse
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 (s *UpdateFunctionResponseBody) SetCode(v string) *UpdateFunctionResponseBody
func (*UpdateFunctionResponseBody) SetMessage ¶
func (s *UpdateFunctionResponseBody) SetMessage(v string) *UpdateFunctionResponseBody
func (*UpdateFunctionResponseBody) SetRequestId ¶
func (s *UpdateFunctionResponseBody) SetRequestId(v string) *UpdateFunctionResponseBody
func (*UpdateFunctionResponseBody) SetSuccess ¶
func (s *UpdateFunctionResponseBody) SetSuccess(v bool) *UpdateFunctionResponseBody
func (UpdateFunctionResponseBody) String ¶
func (s UpdateFunctionResponseBody) String() string
type UpdatePartitionColumnStatisticsRequest ¶
type UpdatePartitionColumnStatisticsRequest struct {
UpdateTablePartitionColumnStatisticsRequest *UpdateTablePartitionColumnStatisticsRequest `json:"UpdateTablePartitionColumnStatisticsRequest,omitempty" xml:"UpdateTablePartitionColumnStatisticsRequest,omitempty"`
}
func (UpdatePartitionColumnStatisticsRequest) GoString ¶
func (s UpdatePartitionColumnStatisticsRequest) GoString() string
func (*UpdatePartitionColumnStatisticsRequest) SetUpdateTablePartitionColumnStatisticsRequest ¶
func (s *UpdatePartitionColumnStatisticsRequest) SetUpdateTablePartitionColumnStatisticsRequest(v *UpdateTablePartitionColumnStatisticsRequest) *UpdatePartitionColumnStatisticsRequest
func (UpdatePartitionColumnStatisticsRequest) String ¶
func (s UpdatePartitionColumnStatisticsRequest) String() 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 (s UpdatePartitionColumnStatisticsResponse) GoString() string
func (*UpdatePartitionColumnStatisticsResponse) SetHeaders ¶
func (s *UpdatePartitionColumnStatisticsResponse) SetHeaders(v map[string]*string) *UpdatePartitionColumnStatisticsResponse
func (*UpdatePartitionColumnStatisticsResponse) SetStatusCode ¶
func (s *UpdatePartitionColumnStatisticsResponse) SetStatusCode(v int32) *UpdatePartitionColumnStatisticsResponse
func (UpdatePartitionColumnStatisticsResponse) String ¶
func (s UpdatePartitionColumnStatisticsResponse) String() 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 (s UpdatePartitionColumnStatisticsResponseBody) GoString() string
func (*UpdatePartitionColumnStatisticsResponseBody) SetCode ¶
func (s *UpdatePartitionColumnStatisticsResponseBody) SetCode(v string) *UpdatePartitionColumnStatisticsResponseBody
func (*UpdatePartitionColumnStatisticsResponseBody) SetMessage ¶
func (s *UpdatePartitionColumnStatisticsResponseBody) SetMessage(v string) *UpdatePartitionColumnStatisticsResponseBody
func (*UpdatePartitionColumnStatisticsResponseBody) SetRequestId ¶
func (s *UpdatePartitionColumnStatisticsResponseBody) SetRequestId(v string) *UpdatePartitionColumnStatisticsResponseBody
func (*UpdatePartitionColumnStatisticsResponseBody) SetSuccess ¶
func (s *UpdatePartitionColumnStatisticsResponseBody) SetSuccess(v bool) *UpdatePartitionColumnStatisticsResponseBody
func (UpdatePartitionColumnStatisticsResponseBody) String ¶
func (s UpdatePartitionColumnStatisticsResponseBody) String() 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 (s *UpdatePermissionsRequest) SetAccesses(v []*string) *UpdatePermissionsRequest
func (*UpdatePermissionsRequest) SetCatalogId ¶
func (s *UpdatePermissionsRequest) SetCatalogId(v string) *UpdatePermissionsRequest
func (*UpdatePermissionsRequest) SetDelegateAccesses ¶
func (s *UpdatePermissionsRequest) SetDelegateAccesses(v []*string) *UpdatePermissionsRequest
func (*UpdatePermissionsRequest) SetMetaResource ¶
func (s *UpdatePermissionsRequest) SetMetaResource(v *MetaResource) *UpdatePermissionsRequest
func (*UpdatePermissionsRequest) SetPrincipal ¶
func (s *UpdatePermissionsRequest) SetPrincipal(v *Principal) *UpdatePermissionsRequest
func (*UpdatePermissionsRequest) SetType ¶
func (s *UpdatePermissionsRequest) SetType(v string) *UpdatePermissionsRequest
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 (s *UpdatePermissionsResponse) SetBody(v *UpdatePermissionsResponseBody) *UpdatePermissionsResponse
func (*UpdatePermissionsResponse) SetHeaders ¶
func (s *UpdatePermissionsResponse) SetHeaders(v map[string]*string) *UpdatePermissionsResponse
func (*UpdatePermissionsResponse) SetStatusCode ¶
func (s *UpdatePermissionsResponse) SetStatusCode(v int32) *UpdatePermissionsResponse
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 (s UpdatePermissionsResponseBody) GoString() string
func (*UpdatePermissionsResponseBody) SetCode ¶
func (s *UpdatePermissionsResponseBody) SetCode(v string) *UpdatePermissionsResponseBody
func (*UpdatePermissionsResponseBody) SetMessage ¶
func (s *UpdatePermissionsResponseBody) SetMessage(v string) *UpdatePermissionsResponseBody
func (*UpdatePermissionsResponseBody) SetRequestId ¶
func (s *UpdatePermissionsResponseBody) SetRequestId(v string) *UpdatePermissionsResponseBody
func (*UpdatePermissionsResponseBody) SetSuccess ¶
func (s *UpdatePermissionsResponseBody) SetSuccess(v bool) *UpdatePermissionsResponseBody
func (UpdatePermissionsResponseBody) String ¶
func (s UpdatePermissionsResponseBody) String() 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 (s UpdateRegisteredLocationRequest) GoString() string
func (*UpdateRegisteredLocationRequest) SetInventoryCollectEnabled ¶
func (s *UpdateRegisteredLocationRequest) SetInventoryCollectEnabled(v bool) *UpdateRegisteredLocationRequest
func (*UpdateRegisteredLocationRequest) SetLocationId ¶
func (s *UpdateRegisteredLocationRequest) SetLocationId(v string) *UpdateRegisteredLocationRequest
func (*UpdateRegisteredLocationRequest) SetOssLogCollectEnabled ¶
func (s *UpdateRegisteredLocationRequest) SetOssLogCollectEnabled(v bool) *UpdateRegisteredLocationRequest
func (UpdateRegisteredLocationRequest) String ¶
func (s UpdateRegisteredLocationRequest) String() 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 (s UpdateRegisteredLocationResponse) GoString() string
func (*UpdateRegisteredLocationResponse) SetBody ¶
func (s *UpdateRegisteredLocationResponse) SetBody(v *UpdateRegisteredLocationResponseBody) *UpdateRegisteredLocationResponse
func (*UpdateRegisteredLocationResponse) SetHeaders ¶
func (s *UpdateRegisteredLocationResponse) SetHeaders(v map[string]*string) *UpdateRegisteredLocationResponse
func (*UpdateRegisteredLocationResponse) SetStatusCode ¶
func (s *UpdateRegisteredLocationResponse) SetStatusCode(v int32) *UpdateRegisteredLocationResponse
func (UpdateRegisteredLocationResponse) String ¶
func (s UpdateRegisteredLocationResponse) String() 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 (s UpdateRegisteredLocationResponseBody) GoString() string
func (*UpdateRegisteredLocationResponseBody) SetRequestId ¶
func (s *UpdateRegisteredLocationResponseBody) SetRequestId(v string) *UpdateRegisteredLocationResponseBody
func (*UpdateRegisteredLocationResponseBody) SetSuccess ¶
func (s *UpdateRegisteredLocationResponseBody) SetSuccess(v bool) *UpdateRegisteredLocationResponseBody
func (UpdateRegisteredLocationResponseBody) String ¶
func (s UpdateRegisteredLocationResponseBody) String() 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 (s UpdateRegisteredLocationResponseBodyData) GoString() string
func (*UpdateRegisteredLocationResponseBodyData) SetLocationId ¶
func (s *UpdateRegisteredLocationResponseBodyData) SetLocationId(v string) *UpdateRegisteredLocationResponseBodyData
func (*UpdateRegisteredLocationResponseBodyData) SetStorageCollectTaskOperationResultList ¶
func (s *UpdateRegisteredLocationResponseBodyData) SetStorageCollectTaskOperationResultList(v []*StorageCollectTaskOperationResult) *UpdateRegisteredLocationResponseBodyData
func (UpdateRegisteredLocationResponseBodyData) String ¶
func (s UpdateRegisteredLocationResponseBodyData) String() 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 (s *UpdateRoleResponse) SetBody(v *UpdateRoleResponseBody) *UpdateRoleResponse
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 (s *UpdateRoleResponseBody) SetCode(v string) *UpdateRoleResponseBody
func (*UpdateRoleResponseBody) SetMessage ¶
func (s *UpdateRoleResponseBody) SetMessage(v string) *UpdateRoleResponseBody
func (*UpdateRoleResponseBody) SetRequestId ¶
func (s *UpdateRoleResponseBody) SetRequestId(v string) *UpdateRoleResponseBody
func (*UpdateRoleResponseBody) SetSuccess ¶
func (s *UpdateRoleResponseBody) SetSuccess(v bool) *UpdateRoleResponseBody
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 (s *UpdateRoleUsersRequest) SetRoleName(v string) *UpdateRoleUsersRequest
func (*UpdateRoleUsersRequest) SetUsers ¶
func (s *UpdateRoleUsersRequest) SetUsers(v []*Principal) *UpdateRoleUsersRequest
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 (s *UpdateRoleUsersResponse) SetBody(v *UpdateRoleUsersResponseBody) *UpdateRoleUsersResponse
func (*UpdateRoleUsersResponse) SetHeaders ¶
func (s *UpdateRoleUsersResponse) SetHeaders(v map[string]*string) *UpdateRoleUsersResponse
func (*UpdateRoleUsersResponse) SetStatusCode ¶
func (s *UpdateRoleUsersResponse) SetStatusCode(v int32) *UpdateRoleUsersResponse
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 (s *UpdateRoleUsersResponseBody) SetCode(v string) *UpdateRoleUsersResponseBody
func (*UpdateRoleUsersResponseBody) SetMessage ¶
func (s *UpdateRoleUsersResponseBody) SetMessage(v string) *UpdateRoleUsersResponseBody
func (*UpdateRoleUsersResponseBody) SetRequestId ¶
func (s *UpdateRoleUsersResponseBody) SetRequestId(v string) *UpdateRoleUsersResponseBody
func (*UpdateRoleUsersResponseBody) SetSuccess ¶
func (s *UpdateRoleUsersResponseBody) SetSuccess(v bool) *UpdateRoleUsersResponseBody
func (UpdateRoleUsersResponseBody) String ¶
func (s UpdateRoleUsersResponseBody) String() string
type UpdateTableColumnStatisticsRequest ¶
type UpdateTableColumnStatisticsRequest struct {
UpdateTablePartitionColumnStatisticsRequest *UpdateTablePartitionColumnStatisticsRequest `json:"UpdateTablePartitionColumnStatisticsRequest,omitempty" xml:"UpdateTablePartitionColumnStatisticsRequest,omitempty"`
}
func (UpdateTableColumnStatisticsRequest) GoString ¶
func (s UpdateTableColumnStatisticsRequest) GoString() string
func (*UpdateTableColumnStatisticsRequest) SetUpdateTablePartitionColumnStatisticsRequest ¶
func (s *UpdateTableColumnStatisticsRequest) SetUpdateTablePartitionColumnStatisticsRequest(v *UpdateTablePartitionColumnStatisticsRequest) *UpdateTableColumnStatisticsRequest
func (UpdateTableColumnStatisticsRequest) String ¶
func (s UpdateTableColumnStatisticsRequest) String() 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 (s UpdateTableColumnStatisticsResponse) GoString() string
func (*UpdateTableColumnStatisticsResponse) SetHeaders ¶
func (s *UpdateTableColumnStatisticsResponse) SetHeaders(v map[string]*string) *UpdateTableColumnStatisticsResponse
func (*UpdateTableColumnStatisticsResponse) SetStatusCode ¶
func (s *UpdateTableColumnStatisticsResponse) SetStatusCode(v int32) *UpdateTableColumnStatisticsResponse
func (UpdateTableColumnStatisticsResponse) String ¶
func (s UpdateTableColumnStatisticsResponse) String() 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 (s UpdateTableColumnStatisticsResponseBody) GoString() string
func (*UpdateTableColumnStatisticsResponseBody) SetCode ¶
func (s *UpdateTableColumnStatisticsResponseBody) SetCode(v string) *UpdateTableColumnStatisticsResponseBody
func (*UpdateTableColumnStatisticsResponseBody) SetMessage ¶
func (s *UpdateTableColumnStatisticsResponseBody) SetMessage(v string) *UpdateTableColumnStatisticsResponseBody
func (*UpdateTableColumnStatisticsResponseBody) SetRequestId ¶
func (s *UpdateTableColumnStatisticsResponseBody) SetRequestId(v string) *UpdateTableColumnStatisticsResponseBody
func (*UpdateTableColumnStatisticsResponseBody) SetSuccess ¶
func (s *UpdateTableColumnStatisticsResponseBody) SetSuccess(v bool) *UpdateTableColumnStatisticsResponseBody
func (UpdateTableColumnStatisticsResponseBody) String ¶
func (s UpdateTableColumnStatisticsResponseBody) String() 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 (s UpdateTablePartitionColumnStatisticsRequest) GoString() string
func (*UpdateTablePartitionColumnStatisticsRequest) SetCatalogId ¶
func (s *UpdateTablePartitionColumnStatisticsRequest) SetCatalogId(v string) *UpdateTablePartitionColumnStatisticsRequest
func (*UpdateTablePartitionColumnStatisticsRequest) SetColumnStatisticsList ¶
func (s *UpdateTablePartitionColumnStatisticsRequest) SetColumnStatisticsList(v []*ColumnStatistics) *UpdateTablePartitionColumnStatisticsRequest
func (*UpdateTablePartitionColumnStatisticsRequest) SetDatabaseName ¶
func (s *UpdateTablePartitionColumnStatisticsRequest) SetDatabaseName(v string) *UpdateTablePartitionColumnStatisticsRequest
func (*UpdateTablePartitionColumnStatisticsRequest) SetEngine ¶
func (s *UpdateTablePartitionColumnStatisticsRequest) SetEngine(v string) *UpdateTablePartitionColumnStatisticsRequest
func (*UpdateTablePartitionColumnStatisticsRequest) SetIsStatsCompliant ¶
func (s *UpdateTablePartitionColumnStatisticsRequest) SetIsStatsCompliant(v bool) *UpdateTablePartitionColumnStatisticsRequest
func (*UpdateTablePartitionColumnStatisticsRequest) SetTableName ¶
func (s *UpdateTablePartitionColumnStatisticsRequest) SetTableName(v string) *UpdateTablePartitionColumnStatisticsRequest
func (*UpdateTablePartitionColumnStatisticsRequest) SetValidWriteIdList ¶
func (s *UpdateTablePartitionColumnStatisticsRequest) SetValidWriteIdList(v string) *UpdateTablePartitionColumnStatisticsRequest
func (*UpdateTablePartitionColumnStatisticsRequest) SetWriteId ¶
func (s *UpdateTablePartitionColumnStatisticsRequest) SetWriteId(v string) *UpdateTablePartitionColumnStatisticsRequest
func (UpdateTablePartitionColumnStatisticsRequest) String ¶
func (s UpdateTablePartitionColumnStatisticsRequest) String() 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 (s *UpdateTableResponse) SetBody(v *UpdateTableResponseBody) *UpdateTableResponse
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 (s *UpdateTableResponseBody) SetCode(v string) *UpdateTableResponseBody
func (*UpdateTableResponseBody) SetMessage ¶
func (s *UpdateTableResponseBody) SetMessage(v string) *UpdateTableResponseBody
func (*UpdateTableResponseBody) SetRequestId ¶
func (s *UpdateTableResponseBody) SetRequestId(v string) *UpdateTableResponseBody
func (*UpdateTableResponseBody) SetSuccess ¶
func (s *UpdateTableResponseBody) SetSuccess(v bool) *UpdateTableResponseBody
func (*UpdateTableResponseBody) SetTaskId ¶
func (s *UpdateTableResponseBody) SetTaskId(v string) *UpdateTableResponseBody
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) SetGrantTime ¶
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) SetLatestEndTime ¶
func (*Workflow) SetLatestInstanceId ¶
func (*Workflow) SetLatestInstanceStatus ¶
func (*Workflow) SetLatestStartTime ¶
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