graph

package
v1.2.9 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package graphiface provides an interface to enable mocking the GRAPH service client for testing your code.

It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.

Index

Constants

View Source
const (
	// EnumOfStorageTypeForCreateInstanceInputMemory is a EnumOfStorageTypeForCreateInstanceInput enum value
	EnumOfStorageTypeForCreateInstanceInputMemory = "Memory"

	// EnumOfStorageTypeForCreateInstanceInputByteStore is a EnumOfStorageTypeForCreateInstanceInput enum value
	EnumOfStorageTypeForCreateInstanceInputByteStore = "ByteStore"
)
View Source
const (
	// EnumOfStorageTypeForDescribeInstanceOutputMemory is a EnumOfStorageTypeForDescribeInstanceOutput enum value
	EnumOfStorageTypeForDescribeInstanceOutputMemory = "Memory"

	// EnumOfStorageTypeForDescribeInstanceOutputByteStore is a EnumOfStorageTypeForDescribeInstanceOutput enum value
	EnumOfStorageTypeForDescribeInstanceOutputByteStore = "ByteStore"
)
View Source
const (
	// EnumOfStorageTypeForListGraphRagServiceOutputMemory is a EnumOfStorageTypeForListGraphRagServiceOutput enum value
	EnumOfStorageTypeForListGraphRagServiceOutputMemory = "Memory"

	// EnumOfStorageTypeForListGraphRagServiceOutputByteStore is a EnumOfStorageTypeForListGraphRagServiceOutput enum value
	EnumOfStorageTypeForListGraphRagServiceOutputByteStore = "ByteStore"
)
View Source
const (
	// EnumOfStorageTypeForListInstanceOutputMemory is a EnumOfStorageTypeForListInstanceOutput enum value
	EnumOfStorageTypeForListInstanceOutputMemory = "Memory"

	// EnumOfStorageTypeForListInstanceOutputByteStore is a EnumOfStorageTypeForListInstanceOutput enum value
	EnumOfStorageTypeForListInstanceOutputByteStore = "ByteStore"
)
View Source
const (
	ServiceName = "graph"     // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "graph"     // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AddTablesInput

type AddTablesInput struct {
	Dry_run *bool `type:"boolean" json:"dry_run,omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:"instanceId,omitempty" required:"true"`

	Tables []*TableForAddTablesInput `type:"list" json:"tables,omitempty"`

	Tables_info []*Tables_infoForAddTablesInput `type:"list" json:"tables_info,omitempty"`
	// contains filtered or unexported fields
}

func (AddTablesInput) GoString

func (s AddTablesInput) GoString() string

GoString returns the string representation

func (*AddTablesInput) SetDry_run added in v1.1.18

func (s *AddTablesInput) SetDry_run(v bool) *AddTablesInput

SetDry_run sets the Dry_run field's value.

func (*AddTablesInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*AddTablesInput) SetTables

SetTables sets the Tables field's value.

func (*AddTablesInput) SetTables_info

SetTables_info sets the Tables_info field's value.

func (AddTablesInput) String

func (s AddTablesInput) String() string

String returns the string representation

func (*AddTablesInput) Validate

func (s *AddTablesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AddTablesOutput

type AddTablesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (AddTablesOutput) GoString

func (s AddTablesOutput) GoString() string

GoString returns the string representation

func (AddTablesOutput) String

func (s AddTablesOutput) String() string

String returns the string representation

type AlterTableInput added in v1.1.25

type AlterTableInput struct {
	EnableRead *bool `type:"boolean" json:",omitempty"`

	EnableRwSeperateSchedule *bool `type:"boolean" json:",omitempty"`

	EnableWrite *bool `type:"boolean" json:",omitempty"`

	IOQosOptions *IOQosOptionsForAlterTableInput `type:"structure" json:",omitempty"`

	IdcReplicaNums []*IdcReplicaNumForAlterTableInput `type:"list" json:",omitempty"`

	IdcRoNums []*IdcRoNumForAlterTableInput `type:"list" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	RwSchedulableIdcs []*string `type:"list" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`

	// TableName is a required field
	TableName *string `type:"string" json:",omitempty" required:"true"`

	TableQuota *TableQuotaForAlterTableInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AlterTableInput) GoString added in v1.1.25

func (s AlterTableInput) GoString() string

GoString returns the string representation

func (*AlterTableInput) SetEnableRead added in v1.1.25

func (s *AlterTableInput) SetEnableRead(v bool) *AlterTableInput

SetEnableRead sets the EnableRead field's value.

func (*AlterTableInput) SetEnableRwSeperateSchedule added in v1.1.31

func (s *AlterTableInput) SetEnableRwSeperateSchedule(v bool) *AlterTableInput

SetEnableRwSeperateSchedule sets the EnableRwSeperateSchedule field's value.

func (*AlterTableInput) SetEnableWrite added in v1.1.25

func (s *AlterTableInput) SetEnableWrite(v bool) *AlterTableInput

SetEnableWrite sets the EnableWrite field's value.

func (*AlterTableInput) SetIOQosOptions added in v1.1.25

SetIOQosOptions sets the IOQosOptions field's value.

func (*AlterTableInput) SetIdcReplicaNums added in v1.1.31

SetIdcReplicaNums sets the IdcReplicaNums field's value.

func (*AlterTableInput) SetIdcRoNums added in v1.1.31

SetIdcRoNums sets the IdcRoNums field's value.

func (*AlterTableInput) SetInstanceId added in v1.1.25

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

SetInstanceId sets the InstanceId field's value.

func (*AlterTableInput) SetRwSchedulableIdcs added in v1.1.31

func (s *AlterTableInput) SetRwSchedulableIdcs(v []*string) *AlterTableInput

SetRwSchedulableIdcs sets the RwSchedulableIdcs field's value.

func (*AlterTableInput) SetState added in v1.1.25

func (s *AlterTableInput) SetState(v string) *AlterTableInput

SetState sets the State field's value.

func (*AlterTableInput) SetTableName added in v1.1.25

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

SetTableName sets the TableName field's value.

func (*AlterTableInput) SetTableQuota added in v1.1.40

SetTableQuota sets the TableQuota field's value.

func (AlterTableInput) String added in v1.1.25

func (s AlterTableInput) String() string

String returns the string representation

func (*AlterTableInput) Validate added in v1.1.25

func (s *AlterTableInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AlterTableOutput added in v1.1.25

type AlterTableOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (AlterTableOutput) GoString added in v1.1.25

func (s AlterTableOutput) GoString() string

GoString returns the string representation

func (AlterTableOutput) String added in v1.1.25

func (s AlterTableOutput) String() string

String returns the string representation

type AvailabilityZoneForCreateInstanceInput added in v1.1.12

type AvailabilityZoneForCreateInstanceInput struct {
	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	K8sDomain *string `type:"string" json:",omitempty"`

	NodeNum *int32 `type:"int32" json:",omitempty"`

	NodePoolName *string `type:"string" json:",omitempty"`

	SubnetID *string `type:"string" json:",omitempty"`

	SubnetName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AvailabilityZoneForCreateInstanceInput) GoString added in v1.1.12

GoString returns the string representation

func (*AvailabilityZoneForCreateInstanceInput) SetAvailabilityZoneId added in v1.1.12

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

func (*AvailabilityZoneForCreateInstanceInput) SetK8sDomain added in v1.1.12

SetK8sDomain sets the K8sDomain field's value.

func (*AvailabilityZoneForCreateInstanceInput) SetNodeNum added in v1.1.12

SetNodeNum sets the NodeNum field's value.

func (*AvailabilityZoneForCreateInstanceInput) SetNodePoolName added in v1.1.12

SetNodePoolName sets the NodePoolName field's value.

func (*AvailabilityZoneForCreateInstanceInput) SetSubnetID added in v1.1.12

SetSubnetID sets the SubnetID field's value.

func (*AvailabilityZoneForCreateInstanceInput) SetSubnetName added in v1.1.12

SetSubnetName sets the SubnetName field's value.

func (AvailabilityZoneForCreateInstanceInput) String added in v1.1.12

String returns the string representation

type AvailabilityZoneForDescribeInstanceOutput added in v1.1.12

type AvailabilityZoneForDescribeInstanceOutput struct {
	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	K8sDomain *string `type:"string" json:",omitempty"`

	NodeNum *int32 `type:"int32" json:",omitempty"`

	NodePoolName *string `type:"string" json:",omitempty"`

	SubnetID *string `type:"string" json:",omitempty"`

	SubnetName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AvailabilityZoneForDescribeInstanceOutput) GoString added in v1.1.12

GoString returns the string representation

func (*AvailabilityZoneForDescribeInstanceOutput) SetAvailabilityZoneId added in v1.1.12

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

func (*AvailabilityZoneForDescribeInstanceOutput) SetK8sDomain added in v1.1.12

SetK8sDomain sets the K8sDomain field's value.

func (*AvailabilityZoneForDescribeInstanceOutput) SetNodeNum added in v1.1.12

SetNodeNum sets the NodeNum field's value.

func (*AvailabilityZoneForDescribeInstanceOutput) SetNodePoolName added in v1.1.12

SetNodePoolName sets the NodePoolName field's value.

func (*AvailabilityZoneForDescribeInstanceOutput) SetSubnetID added in v1.1.12

SetSubnetID sets the SubnetID field's value.

func (*AvailabilityZoneForDescribeInstanceOutput) SetSubnetName added in v1.1.12

SetSubnetName sets the SubnetName field's value.

func (AvailabilityZoneForDescribeInstanceOutput) String added in v1.1.12

String returns the string representation

type AvailabilityZoneForListGraphRagServiceOutput added in v1.1.42

type AvailabilityZoneForListGraphRagServiceOutput struct {
	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	K8sDomain *string `type:"string" json:",omitempty"`

	NodeNum *int32 `type:"int32" json:",omitempty"`

	NodePoolName *string `type:"string" json:",omitempty"`

	SubnetID *string `type:"string" json:",omitempty"`

	SubnetName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AvailabilityZoneForListGraphRagServiceOutput) GoString added in v1.1.42

GoString returns the string representation

func (*AvailabilityZoneForListGraphRagServiceOutput) SetAvailabilityZoneId added in v1.1.42

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

func (*AvailabilityZoneForListGraphRagServiceOutput) SetK8sDomain added in v1.1.42

SetK8sDomain sets the K8sDomain field's value.

func (*AvailabilityZoneForListGraphRagServiceOutput) SetNodeNum added in v1.1.42

SetNodeNum sets the NodeNum field's value.

func (*AvailabilityZoneForListGraphRagServiceOutput) SetNodePoolName added in v1.1.42

SetNodePoolName sets the NodePoolName field's value.

func (*AvailabilityZoneForListGraphRagServiceOutput) SetSubnetID added in v1.1.42

SetSubnetID sets the SubnetID field's value.

func (*AvailabilityZoneForListGraphRagServiceOutput) SetSubnetName added in v1.1.42

SetSubnetName sets the SubnetName field's value.

func (AvailabilityZoneForListGraphRagServiceOutput) String added in v1.1.42

String returns the string representation

type AvailabilityZoneForListInstanceOutput added in v1.1.12

type AvailabilityZoneForListInstanceOutput struct {
	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	K8sDomain *string `type:"string" json:",omitempty"`

	NodeNum *int32 `type:"int32" json:",omitempty"`

	NodePoolName *string `type:"string" json:",omitempty"`

	SubnetID *string `type:"string" json:",omitempty"`

	SubnetName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AvailabilityZoneForListInstanceOutput) GoString added in v1.1.12

GoString returns the string representation

func (*AvailabilityZoneForListInstanceOutput) SetAvailabilityZoneId added in v1.1.12

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

func (*AvailabilityZoneForListInstanceOutput) SetK8sDomain added in v1.1.12

SetK8sDomain sets the K8sDomain field's value.

func (*AvailabilityZoneForListInstanceOutput) SetNodeNum added in v1.1.12

SetNodeNum sets the NodeNum field's value.

func (*AvailabilityZoneForListInstanceOutput) SetNodePoolName added in v1.1.12

SetNodePoolName sets the NodePoolName field's value.

func (*AvailabilityZoneForListInstanceOutput) SetSubnetID added in v1.1.12

SetSubnetID sets the SubnetID field's value.

func (*AvailabilityZoneForListInstanceOutput) SetSubnetName added in v1.1.12

SetSubnetName sets the SubnetName field's value.

func (AvailabilityZoneForListInstanceOutput) String added in v1.1.12

String returns the string representation

type Bg3LinkForCreateInstanceInput added in v1.1.21

type Bg3LinkForCreateInstanceInput struct {
	AddressType *string `type:"string" json:",omitempty"`

	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	Bg3Link *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (Bg3LinkForCreateInstanceInput) GoString added in v1.1.21

GoString returns the string representation

func (*Bg3LinkForCreateInstanceInput) SetAddressType added in v1.1.21

SetAddressType sets the AddressType field's value.

func (*Bg3LinkForCreateInstanceInput) SetAvailabilityZoneId added in v1.1.21

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

SetBg3Link sets the Bg3Link field's value.

func (Bg3LinkForCreateInstanceInput) String added in v1.1.21

String returns the string representation

type Bg3LinkForDescribeInstanceOutput added in v1.1.21

type Bg3LinkForDescribeInstanceOutput struct {
	AddressType *string `type:"string" json:",omitempty"`

	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	Bg3Link *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (Bg3LinkForDescribeInstanceOutput) GoString added in v1.1.21

GoString returns the string representation

func (*Bg3LinkForDescribeInstanceOutput) SetAddressType added in v1.1.21

SetAddressType sets the AddressType field's value.

func (*Bg3LinkForDescribeInstanceOutput) SetAvailabilityZoneId added in v1.1.21

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

SetBg3Link sets the Bg3Link field's value.

func (Bg3LinkForDescribeInstanceOutput) String added in v1.1.21

String returns the string representation

type Bg3LinkForListGraphRagServiceOutput added in v1.1.42

type Bg3LinkForListGraphRagServiceOutput struct {
	AddressType *string `type:"string" json:",omitempty"`

	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	Bg3Link *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (Bg3LinkForListGraphRagServiceOutput) GoString added in v1.1.42

GoString returns the string representation

func (*Bg3LinkForListGraphRagServiceOutput) SetAddressType added in v1.1.42

SetAddressType sets the AddressType field's value.

func (*Bg3LinkForListGraphRagServiceOutput) SetAvailabilityZoneId added in v1.1.42

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

SetBg3Link sets the Bg3Link field's value.

func (Bg3LinkForListGraphRagServiceOutput) String added in v1.1.42

String returns the string representation

type Bg3LinkForListInstanceOutput added in v1.1.21

type Bg3LinkForListInstanceOutput struct {
	AddressType *string `type:"string" json:",omitempty"`

	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	Bg3Link *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (Bg3LinkForListInstanceOutput) GoString added in v1.1.21

func (s Bg3LinkForListInstanceOutput) GoString() string

GoString returns the string representation

func (*Bg3LinkForListInstanceOutput) SetAddressType added in v1.1.21

SetAddressType sets the AddressType field's value.

func (*Bg3LinkForListInstanceOutput) SetAvailabilityZoneId added in v1.1.21

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

SetBg3Link sets the Bg3Link field's value.

func (Bg3LinkForListInstanceOutput) String added in v1.1.21

String returns the string representation

type BytestoreInfoForCreateInstanceInput added in v1.1.12

type BytestoreInfoForCreateInstanceInput struct {
	Cluster *string `type:"string" json:",omitempty"`

	Id *int64 `type:"int64" json:",omitempty"`

	Pool *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BytestoreInfoForCreateInstanceInput) GoString added in v1.1.12

GoString returns the string representation

func (*BytestoreInfoForCreateInstanceInput) SetCluster added in v1.1.12

SetCluster sets the Cluster field's value.

func (*BytestoreInfoForCreateInstanceInput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*BytestoreInfoForCreateInstanceInput) SetPool added in v1.1.12

SetPool sets the Pool field's value.

func (*BytestoreInfoForCreateInstanceInput) SetRegion added in v1.1.12

SetRegion sets the Region field's value.

func (BytestoreInfoForCreateInstanceInput) String added in v1.1.12

String returns the string representation

type BytestoreInfoForDescribeInstanceOutput added in v1.1.12

type BytestoreInfoForDescribeInstanceOutput struct {
	Cluster *string `type:"string" json:",omitempty"`

	Id *int64 `type:"int64" json:",omitempty"`

	Pool *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BytestoreInfoForDescribeInstanceOutput) GoString added in v1.1.12

GoString returns the string representation

func (*BytestoreInfoForDescribeInstanceOutput) SetCluster added in v1.1.12

SetCluster sets the Cluster field's value.

func (*BytestoreInfoForDescribeInstanceOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*BytestoreInfoForDescribeInstanceOutput) SetPool added in v1.1.12

SetPool sets the Pool field's value.

func (*BytestoreInfoForDescribeInstanceOutput) SetRegion added in v1.1.12

SetRegion sets the Region field's value.

func (BytestoreInfoForDescribeInstanceOutput) String added in v1.1.12

String returns the string representation

type BytestoreInfoForListGraphRagServiceOutput added in v1.1.42

type BytestoreInfoForListGraphRagServiceOutput struct {
	Cluster *string `type:"string" json:",omitempty"`

	Id *int64 `type:"int64" json:",omitempty"`

	Pool *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BytestoreInfoForListGraphRagServiceOutput) GoString added in v1.1.42

GoString returns the string representation

func (*BytestoreInfoForListGraphRagServiceOutput) SetCluster added in v1.1.42

SetCluster sets the Cluster field's value.

func (*BytestoreInfoForListGraphRagServiceOutput) SetId added in v1.1.42

SetId sets the Id field's value.

func (*BytestoreInfoForListGraphRagServiceOutput) SetPool added in v1.1.42

SetPool sets the Pool field's value.

func (*BytestoreInfoForListGraphRagServiceOutput) SetRegion added in v1.1.42

SetRegion sets the Region field's value.

func (BytestoreInfoForListGraphRagServiceOutput) String added in v1.1.42

String returns the string representation

type BytestoreInfoForListInstanceOutput added in v1.1.12

type BytestoreInfoForListInstanceOutput struct {
	Cluster *string `type:"string" json:",omitempty"`

	Id *int64 `type:"int64" json:",omitempty"`

	Pool *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BytestoreInfoForListInstanceOutput) GoString added in v1.1.12

GoString returns the string representation

func (*BytestoreInfoForListInstanceOutput) SetCluster added in v1.1.12

SetCluster sets the Cluster field's value.

func (*BytestoreInfoForListInstanceOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*BytestoreInfoForListInstanceOutput) SetPool added in v1.1.12

SetPool sets the Pool field's value.

func (*BytestoreInfoForListInstanceOutput) SetRegion added in v1.1.12

SetRegion sets the Region field's value.

func (BytestoreInfoForListInstanceOutput) String added in v1.1.12

String returns the string representation

type CalcTableLimitsInput added in v1.1.18

type CalcTableLimitsInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:"instanceId,omitempty" required:"true"`

	// NodeNum is a required field
	NodeNum *int32 `type:"int32" json:"nodeNum,omitempty" required:"true"`

	RawVdcReplicaNum *string `type:"string" json:"rawVdcReplicaNum,omitempty"`

	RawVdcTabletSrvsCount *string `type:"string" json:"rawVdcTabletSrvsCount,omitempty"`

	// TabletNum is a required field
	TabletNum *int64 `type:"int64" json:"tabletNum,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CalcTableLimitsInput) GoString added in v1.1.18

func (s CalcTableLimitsInput) GoString() string

GoString returns the string representation

func (*CalcTableLimitsInput) SetInstanceId added in v1.1.18

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

SetInstanceId sets the InstanceId field's value.

func (*CalcTableLimitsInput) SetNodeNum added in v1.1.18

SetNodeNum sets the NodeNum field's value.

func (*CalcTableLimitsInput) SetRawVdcReplicaNum added in v1.1.18

func (s *CalcTableLimitsInput) SetRawVdcReplicaNum(v string) *CalcTableLimitsInput

SetRawVdcReplicaNum sets the RawVdcReplicaNum field's value.

func (*CalcTableLimitsInput) SetRawVdcTabletSrvsCount added in v1.1.18

func (s *CalcTableLimitsInput) SetRawVdcTabletSrvsCount(v string) *CalcTableLimitsInput

SetRawVdcTabletSrvsCount sets the RawVdcTabletSrvsCount field's value.

func (*CalcTableLimitsInput) SetTabletNum added in v1.1.18

func (s *CalcTableLimitsInput) SetTabletNum(v int64) *CalcTableLimitsInput

SetTabletNum sets the TabletNum field's value.

func (CalcTableLimitsInput) String added in v1.1.18

func (s CalcTableLimitsInput) String() string

String returns the string representation

func (*CalcTableLimitsInput) Validate added in v1.1.18

func (s *CalcTableLimitsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CalcTableLimitsOutput added in v1.1.18

type CalcTableLimitsOutput struct {
	Metadata *response.ResponseMetadata

	TableLimits *TableLimitsForCalcTableLimitsOutput `type:"structure" json:"tableLimits,omitempty"`
	// contains filtered or unexported fields
}

func (CalcTableLimitsOutput) GoString added in v1.1.18

func (s CalcTableLimitsOutput) GoString() string

GoString returns the string representation

func (*CalcTableLimitsOutput) SetTableLimits added in v1.1.18

SetTableLimits sets the TableLimits field's value.

func (CalcTableLimitsOutput) String added in v1.1.18

func (s CalcTableLimitsOutput) String() string

String returns the string representation

type ColumnForAddTablesInput

type ColumnForAddTablesInput struct {
	Column_name *string `type:"string" json:"column_name,omitempty"`

	Default_value *string `type:"string" json:"default_value,omitempty"`

	Enable_default_value *bool `type:"boolean" json:"enable_default_value,omitempty"`

	Schema_column_type *string `type:"string" json:"schema_column_type,omitempty"`

	Vector_size *int32 `type:"int32" json:"vector_size,omitempty"`
	// contains filtered or unexported fields
}

func (ColumnForAddTablesInput) GoString

func (s ColumnForAddTablesInput) GoString() string

GoString returns the string representation

func (*ColumnForAddTablesInput) SetColumn_name

SetColumn_name sets the Column_name field's value.

func (*ColumnForAddTablesInput) SetDefault_value

func (s *ColumnForAddTablesInput) SetDefault_value(v string) *ColumnForAddTablesInput

SetDefault_value sets the Default_value field's value.

func (*ColumnForAddTablesInput) SetEnable_default_value

func (s *ColumnForAddTablesInput) SetEnable_default_value(v bool) *ColumnForAddTablesInput

SetEnable_default_value sets the Enable_default_value field's value.

func (*ColumnForAddTablesInput) SetSchema_column_type

func (s *ColumnForAddTablesInput) SetSchema_column_type(v string) *ColumnForAddTablesInput

SetSchema_column_type sets the Schema_column_type field's value.

func (*ColumnForAddTablesInput) SetVector_size added in v1.1.47

SetVector_size sets the Vector_size field's value.

func (ColumnForAddTablesInput) String

func (s ColumnForAddTablesInput) String() string

String returns the string representation

type ColumnForGetTableSchemaOutput

type ColumnForGetTableSchemaOutput struct {
	Column_name *string `type:"string" json:"column_name,omitempty"`

	Default_value *string `type:"string" json:"default_value,omitempty"`

	Enable_default_value *bool `type:"boolean" json:"enable_default_value,omitempty"`

	Schema_column_type *string `type:"string" json:"schema_column_type,omitempty"`

	Vector_size *int32 `type:"int32" json:"vector_size,omitempty"`
	// contains filtered or unexported fields
}

func (ColumnForGetTableSchemaOutput) GoString

GoString returns the string representation

func (*ColumnForGetTableSchemaOutput) SetColumn_name

SetColumn_name sets the Column_name field's value.

func (*ColumnForGetTableSchemaOutput) SetDefault_value

SetDefault_value sets the Default_value field's value.

func (*ColumnForGetTableSchemaOutput) SetEnable_default_value

func (s *ColumnForGetTableSchemaOutput) SetEnable_default_value(v bool) *ColumnForGetTableSchemaOutput

SetEnable_default_value sets the Enable_default_value field's value.

func (*ColumnForGetTableSchemaOutput) SetSchema_column_type

SetSchema_column_type sets the Schema_column_type field's value.

func (*ColumnForGetTableSchemaOutput) SetVector_size added in v1.1.47

SetVector_size sets the Vector_size field's value.

func (ColumnForGetTableSchemaOutput) String

String returns the string representation

type ColumnForModifySchemaInput

type ColumnForModifySchemaInput struct {
	Column_name *string `type:"string" json:"column_name,omitempty"`

	Default_value *string `type:"string" json:"default_value,omitempty"`

	Enable_default_value *bool `type:"boolean" json:"enable_default_value,omitempty"`

	Schema_column_type *string `type:"string" json:"schema_column_type,omitempty"`

	Vector_size *int32 `type:"int32" json:"vector_size,omitempty"`
	// contains filtered or unexported fields
}

func (ColumnForModifySchemaInput) GoString

func (s ColumnForModifySchemaInput) GoString() string

GoString returns the string representation

func (*ColumnForModifySchemaInput) SetColumn_name

SetColumn_name sets the Column_name field's value.

func (*ColumnForModifySchemaInput) SetDefault_value

SetDefault_value sets the Default_value field's value.

func (*ColumnForModifySchemaInput) SetEnable_default_value

func (s *ColumnForModifySchemaInput) SetEnable_default_value(v bool) *ColumnForModifySchemaInput

SetEnable_default_value sets the Enable_default_value field's value.

func (*ColumnForModifySchemaInput) SetSchema_column_type

func (s *ColumnForModifySchemaInput) SetSchema_column_type(v string) *ColumnForModifySchemaInput

SetSchema_column_type sets the Schema_column_type field's value.

func (*ColumnForModifySchemaInput) SetVector_size added in v1.1.47

SetVector_size sets the Vector_size field's value.

func (ColumnForModifySchemaInput) String

String returns the string representation

type ComponentInfoForGetVersionSetAndComponentsInfoOutput added in v1.1.30

type ComponentInfoForGetVersionSetAndComponentsInfoOutput struct {
	ComponentName *string `type:"string" json:"componentName,omitempty"`

	ComponentTagInPath *string `type:"string" json:"componentTagInPath,omitempty"`

	ComponentVersion *string `type:"string" json:"componentVersion,omitempty"`
	// contains filtered or unexported fields
}

func (ComponentInfoForGetVersionSetAndComponentsInfoOutput) GoString added in v1.1.30

GoString returns the string representation

func (*ComponentInfoForGetVersionSetAndComponentsInfoOutput) SetComponentName added in v1.1.30

SetComponentName sets the ComponentName field's value.

func (*ComponentInfoForGetVersionSetAndComponentsInfoOutput) SetComponentTagInPath added in v1.1.30

SetComponentTagInPath sets the ComponentTagInPath field's value.

func (*ComponentInfoForGetVersionSetAndComponentsInfoOutput) SetComponentVersion added in v1.1.30

SetComponentVersion sets the ComponentVersion field's value.

func (ComponentInfoForGetVersionSetAndComponentsInfoOutput) String added in v1.1.30

String returns the string representation

type ConfCheckerForGetConfCheckerOutput added in v1.1.42

type ConfCheckerForGetConfCheckerOutput struct {
	BpmID *string `type:"string" json:",omitempty"`

	ConfCheckerPythonScript *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *int64 `type:"int64" json:",omitempty"`

	ModifyTime *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Operator *string `type:"string" json:",omitempty"`

	Psm *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	TestCase *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	ValidatorVersion *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfCheckerForGetConfCheckerOutput) GoString added in v1.1.42

GoString returns the string representation

func (*ConfCheckerForGetConfCheckerOutput) SetBpmID added in v1.1.42

SetBpmID sets the BpmID field's value.

func (*ConfCheckerForGetConfCheckerOutput) SetConfCheckerPythonScript added in v1.1.42

SetConfCheckerPythonScript sets the ConfCheckerPythonScript field's value.

func (*ConfCheckerForGetConfCheckerOutput) SetDescription added in v1.1.42

SetDescription sets the Description field's value.

func (*ConfCheckerForGetConfCheckerOutput) SetId added in v1.1.42

SetId sets the Id field's value.

func (*ConfCheckerForGetConfCheckerOutput) SetModifyTime added in v1.1.42

SetModifyTime sets the ModifyTime field's value.

func (*ConfCheckerForGetConfCheckerOutput) SetName added in v1.1.42

SetName sets the Name field's value.

func (*ConfCheckerForGetConfCheckerOutput) SetOperator added in v1.1.42

SetOperator sets the Operator field's value.

func (*ConfCheckerForGetConfCheckerOutput) SetPsm added in v1.1.42

SetPsm sets the Psm field's value.

func (*ConfCheckerForGetConfCheckerOutput) SetRegion added in v1.1.42

SetRegion sets the Region field's value.

func (*ConfCheckerForGetConfCheckerOutput) SetTestCase added in v1.1.42

SetTestCase sets the TestCase field's value.

func (*ConfCheckerForGetConfCheckerOutput) SetType added in v1.1.42

SetType sets the Type field's value.

func (*ConfCheckerForGetConfCheckerOutput) SetValidatorVersion added in v1.1.42

SetValidatorVersion sets the ValidatorVersion field's value.

func (ConfCheckerForGetConfCheckerOutput) String added in v1.1.42

String returns the string representation

type ConfCheckerForUpdateConfCheckerInput added in v1.1.42

type ConfCheckerForUpdateConfCheckerInput struct {
	BpmID *string `type:"string" json:",omitempty"`

	ConfCheckerPythonScript *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *int64 `type:"int64" json:",omitempty"`

	ModifyTime *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Operator *string `type:"string" json:",omitempty"`

	Psm *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	TestCase *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	ValidatorVersion *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfCheckerForUpdateConfCheckerInput) GoString added in v1.1.42

GoString returns the string representation

func (*ConfCheckerForUpdateConfCheckerInput) SetBpmID added in v1.1.42

SetBpmID sets the BpmID field's value.

func (*ConfCheckerForUpdateConfCheckerInput) SetConfCheckerPythonScript added in v1.1.42

SetConfCheckerPythonScript sets the ConfCheckerPythonScript field's value.

func (*ConfCheckerForUpdateConfCheckerInput) SetDescription added in v1.1.42

SetDescription sets the Description field's value.

func (*ConfCheckerForUpdateConfCheckerInput) SetId added in v1.1.42

SetId sets the Id field's value.

func (*ConfCheckerForUpdateConfCheckerInput) SetModifyTime added in v1.1.42

SetModifyTime sets the ModifyTime field's value.

func (*ConfCheckerForUpdateConfCheckerInput) SetName added in v1.1.42

SetName sets the Name field's value.

func (*ConfCheckerForUpdateConfCheckerInput) SetOperator added in v1.1.42

SetOperator sets the Operator field's value.

func (*ConfCheckerForUpdateConfCheckerInput) SetPsm added in v1.1.42

SetPsm sets the Psm field's value.

func (*ConfCheckerForUpdateConfCheckerInput) SetRegion added in v1.1.42

SetRegion sets the Region field's value.

func (*ConfCheckerForUpdateConfCheckerInput) SetTestCase added in v1.1.42

SetTestCase sets the TestCase field's value.

func (*ConfCheckerForUpdateConfCheckerInput) SetType added in v1.1.42

SetType sets the Type field's value.

func (*ConfCheckerForUpdateConfCheckerInput) SetValidatorVersion added in v1.1.42

SetValidatorVersion sets the ValidatorVersion field's value.

func (ConfCheckerForUpdateConfCheckerInput) String added in v1.1.42

String returns the string representation

type ConfCheckerForValidateConfCheckerInput added in v1.1.42

type ConfCheckerForValidateConfCheckerInput struct {
	BpmID *string `type:"string" json:",omitempty"`

	ConfCheckerPythonScript *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *int64 `type:"int64" json:",omitempty"`

	ModifyTime *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Operator *string `type:"string" json:",omitempty"`

	Psm *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	TestCase *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	ValidatorVersion *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfCheckerForValidateConfCheckerInput) GoString added in v1.1.42

GoString returns the string representation

func (*ConfCheckerForValidateConfCheckerInput) SetBpmID added in v1.1.42

SetBpmID sets the BpmID field's value.

func (*ConfCheckerForValidateConfCheckerInput) SetConfCheckerPythonScript added in v1.1.42

SetConfCheckerPythonScript sets the ConfCheckerPythonScript field's value.

func (*ConfCheckerForValidateConfCheckerInput) SetDescription added in v1.1.42

SetDescription sets the Description field's value.

func (*ConfCheckerForValidateConfCheckerInput) SetId added in v1.1.42

SetId sets the Id field's value.

func (*ConfCheckerForValidateConfCheckerInput) SetModifyTime added in v1.1.42

SetModifyTime sets the ModifyTime field's value.

func (*ConfCheckerForValidateConfCheckerInput) SetName added in v1.1.42

SetName sets the Name field's value.

func (*ConfCheckerForValidateConfCheckerInput) SetOperator added in v1.1.42

SetOperator sets the Operator field's value.

func (*ConfCheckerForValidateConfCheckerInput) SetPsm added in v1.1.42

SetPsm sets the Psm field's value.

func (*ConfCheckerForValidateConfCheckerInput) SetRegion added in v1.1.42

SetRegion sets the Region field's value.

func (*ConfCheckerForValidateConfCheckerInput) SetTestCase added in v1.1.42

SetTestCase sets the TestCase field's value.

func (*ConfCheckerForValidateConfCheckerInput) SetType added in v1.1.42

SetType sets the Type field's value.

func (*ConfCheckerForValidateConfCheckerInput) SetValidatorVersion added in v1.1.42

SetValidatorVersion sets the ValidatorVersion field's value.

func (ConfCheckerForValidateConfCheckerInput) String added in v1.1.42

String returns the string representation

type ConvertValueForListTabletsOutput added in v1.1.42

type ConvertValueForListTabletsOutput struct {
	PendingScheduleReplica []*PendingScheduleReplicaForListTabletsOutput `type:"list" json:",omitempty"`

	ReplicaInfo []*ReplicaInfoForListTabletsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertValueForListTabletsOutput) GoString added in v1.1.42

GoString returns the string representation

func (*ConvertValueForListTabletsOutput) SetPendingScheduleReplica added in v1.1.42

SetPendingScheduleReplica sets the PendingScheduleReplica field's value.

func (*ConvertValueForListTabletsOutput) SetReplicaInfo added in v1.1.42

SetReplicaInfo sets the ReplicaInfo field's value.

func (ConvertValueForListTabletsOutput) String added in v1.1.42

String returns the string representation

type CreateInstanceInput

type CreateInstanceInput struct {
	ClientToken *string `type:"string" json:",omitempty"`

	DeletionProtection *string `type:"string" json:",omitempty"`

	Info *InfoForCreateInstanceInput `type:"structure" json:",omitempty"`

	InstanceTags []*InstanceTagForCreateInstanceInput `type:"list" json:",omitempty"`

	NetworkDescriptions []*NetworkDescriptionForCreateInstanceInput `type:"list" json:",omitempty"`

	OneStep *bool `type:"boolean" json:",omitempty"`

	VersionSetId *int32 `type:"int32" json:",omitempty"`

	WithGraphRAG *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateInstanceInput) GoString

func (s CreateInstanceInput) GoString() string

GoString returns the string representation

func (*CreateInstanceInput) SetClientToken

func (s *CreateInstanceInput) SetClientToken(v string) *CreateInstanceInput

SetClientToken sets the ClientToken field's value.

func (*CreateInstanceInput) SetDeletionProtection

func (s *CreateInstanceInput) SetDeletionProtection(v string) *CreateInstanceInput

SetDeletionProtection sets the DeletionProtection field's value.

func (*CreateInstanceInput) SetInfo

SetInfo sets the Info field's value.

func (*CreateInstanceInput) SetInstanceTags

SetInstanceTags sets the InstanceTags field's value.

func (*CreateInstanceInput) SetNetworkDescriptions

SetNetworkDescriptions sets the NetworkDescriptions field's value.

func (*CreateInstanceInput) SetOneStep

func (s *CreateInstanceInput) SetOneStep(v bool) *CreateInstanceInput

SetOneStep sets the OneStep field's value.

func (*CreateInstanceInput) SetVersionSetId added in v1.1.30

func (s *CreateInstanceInput) SetVersionSetId(v int32) *CreateInstanceInput

SetVersionSetId sets the VersionSetId field's value.

func (*CreateInstanceInput) SetWithGraphRAG added in v1.1.42

func (s *CreateInstanceInput) SetWithGraphRAG(v bool) *CreateInstanceInput

SetWithGraphRAG sets the WithGraphRAG field's value.

func (CreateInstanceInput) String

func (s CreateInstanceInput) String() string

String returns the string representation

type CreateInstanceOutput

type CreateInstanceOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string" json:",omitempty"`

	TradeNO *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateInstanceOutput) GoString

func (s CreateInstanceOutput) GoString() string

GoString returns the string representation

func (*CreateInstanceOutput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*CreateInstanceOutput) SetTradeNO

SetTradeNO sets the TradeNO field's value.

func (CreateInstanceOutput) String

func (s CreateInstanceOutput) String() string

String returns the string representation

type DecodeRawKeyInput added in v1.1.30

type DecodeRawKeyInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	// RawKey is a required field
	RawKey *string `type:"string" json:",omitempty" required:"true"`

	// TableName is a required field
	TableName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DecodeRawKeyInput) GoString added in v1.1.30

func (s DecodeRawKeyInput) GoString() string

GoString returns the string representation

func (*DecodeRawKeyInput) SetInstanceId added in v1.1.30

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

SetInstanceId sets the InstanceId field's value.

func (*DecodeRawKeyInput) SetRawKey added in v1.1.30

func (s *DecodeRawKeyInput) SetRawKey(v string) *DecodeRawKeyInput

SetRawKey sets the RawKey field's value.

func (*DecodeRawKeyInput) SetTableName added in v1.1.30

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

SetTableName sets the TableName field's value.

func (DecodeRawKeyInput) String added in v1.1.30

func (s DecodeRawKeyInput) String() string

String returns the string representation

func (*DecodeRawKeyInput) Validate added in v1.1.30

func (s *DecodeRawKeyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DecodeRawKeyOutput added in v1.1.30

type DecodeRawKeyOutput struct {
	Metadata *response.ResponseMetadata

	DecodedKey *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DecodeRawKeyOutput) GoString added in v1.1.30

func (s DecodeRawKeyOutput) GoString() string

GoString returns the string representation

func (*DecodeRawKeyOutput) SetDecodedKey added in v1.1.30

func (s *DecodeRawKeyOutput) SetDecodedKey(v string) *DecodeRawKeyOutput

SetDecodedKey sets the DecodedKey field's value.

func (DecodeRawKeyOutput) String added in v1.1.30

func (s DecodeRawKeyOutput) String() string

String returns the string representation

type DescribeInstanceInput

type DescribeInstanceInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeInstanceInput) GoString

func (s DescribeInstanceInput) GoString() string

GoString returns the string representation

func (*DescribeInstanceInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (DescribeInstanceInput) String

func (s DescribeInstanceInput) String() string

String returns the string representation

func (*DescribeInstanceInput) Validate

func (s *DescribeInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeInstanceOutput

type DescribeInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Info *InfoForDescribeInstanceOutput `type:"structure" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (DescribeInstanceOutput) GoString

func (s DescribeInstanceOutput) GoString() string

GoString returns the string representation

func (*DescribeInstanceOutput) SetInfo

SetInfo sets the Info field's value.

func (DescribeInstanceOutput) String

func (s DescribeInstanceOutput) String() string

String returns the string representation

type DescribeVegraphConfigInK8sInput added in v1.1.45

type DescribeVegraphConfigInK8sInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:"instanceId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeVegraphConfigInK8sInput) GoString added in v1.1.45

GoString returns the string representation

func (*DescribeVegraphConfigInK8sInput) SetInstanceId added in v1.1.45

SetInstanceId sets the InstanceId field's value.

func (DescribeVegraphConfigInK8sInput) String added in v1.1.45

String returns the string representation

func (*DescribeVegraphConfigInK8sInput) Validate added in v1.1.45

func (s *DescribeVegraphConfigInK8sInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeVegraphConfigInK8sOutput added in v1.1.45

type DescribeVegraphConfigInK8sOutput struct {
	Metadata *response.ResponseMetadata

	Bg3CanaryConfig *string `type:"string" json:"bg3CanaryConfig,omitempty"`

	Bg3Config *string `type:"string" json:"bg3Config,omitempty"`

	MsCanaryConfig *string `type:"string" json:"msCanaryConfig,omitempty"`

	MsConfig *string `type:"string" json:"msConfig,omitempty"`
	// contains filtered or unexported fields
}

func (DescribeVegraphConfigInK8sOutput) GoString added in v1.1.45

GoString returns the string representation

func (*DescribeVegraphConfigInK8sOutput) SetBg3CanaryConfig added in v1.1.45

SetBg3CanaryConfig sets the Bg3CanaryConfig field's value.

func (*DescribeVegraphConfigInK8sOutput) SetBg3Config added in v1.1.45

SetBg3Config sets the Bg3Config field's value.

func (*DescribeVegraphConfigInK8sOutput) SetMsCanaryConfig added in v1.1.45

SetMsCanaryConfig sets the MsCanaryConfig field's value.

func (*DescribeVegraphConfigInK8sOutput) SetMsConfig added in v1.1.45

SetMsConfig sets the MsConfig field's value.

func (DescribeVegraphConfigInK8sOutput) String added in v1.1.45

String returns the string representation

type DescribeVegraphConfigInMetamysqlInput

type DescribeVegraphConfigInMetamysqlInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:"instanceId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeVegraphConfigInMetamysqlInput) GoString

GoString returns the string representation

func (*DescribeVegraphConfigInMetamysqlInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeVegraphConfigInMetamysqlInput) String

String returns the string representation

func (*DescribeVegraphConfigInMetamysqlInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeVegraphConfigInMetamysqlOutput

type DescribeVegraphConfigInMetamysqlOutput struct {
	Metadata *response.ResponseMetadata

	Bg3CanaryConfig *string `type:"string" json:"bg3CanaryConfig,omitempty"`

	Bg3Config *string `type:"string" json:"bg3Config,omitempty"`

	MsCanaryConfig *string `type:"string" json:"msCanaryConfig,omitempty"`

	MsConfig *string `type:"string" json:"msConfig,omitempty"`
	// contains filtered or unexported fields
}

func (DescribeVegraphConfigInMetamysqlOutput) GoString

GoString returns the string representation

func (*DescribeVegraphConfigInMetamysqlOutput) SetBg3CanaryConfig

SetBg3CanaryConfig sets the Bg3CanaryConfig field's value.

func (*DescribeVegraphConfigInMetamysqlOutput) SetBg3Config

SetBg3Config sets the Bg3Config field's value.

func (*DescribeVegraphConfigInMetamysqlOutput) SetMsCanaryConfig

SetMsCanaryConfig sets the MsCanaryConfig field's value.

func (*DescribeVegraphConfigInMetamysqlOutput) SetMsConfig

SetMsConfig sets the MsConfig field's value.

func (DescribeVegraphConfigInMetamysqlOutput) String

String returns the string representation

type DescribeZonesInput

type DescribeZonesInput struct {
	RegionId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeZonesInput) GoString

func (s DescribeZonesInput) GoString() string

GoString returns the string representation

func (*DescribeZonesInput) SetRegionId

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

SetRegionId sets the RegionId field's value.

func (DescribeZonesInput) String

func (s DescribeZonesInput) String() string

String returns the string representation

type DescribeZonesOutput

type DescribeZonesOutput struct {
	Metadata *response.ResponseMetadata

	RegionId *string `type:"string" json:",omitempty"`

	Zones []*ZoneForDescribeZonesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeZonesOutput) GoString

func (s DescribeZonesOutput) GoString() string

GoString returns the string representation

func (*DescribeZonesOutput) SetRegionId

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

SetRegionId sets the RegionId field's value.

func (*DescribeZonesOutput) SetZones

SetZones sets the Zones field's value.

func (DescribeZonesOutput) String

func (s DescribeZonesOutput) String() string

String returns the string representation

type DestroyInstanceInput added in v1.1.12

type DestroyInstanceInput struct {
	ClientToken *string `type:"string" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DestroyInstanceInput) GoString added in v1.1.12

func (s DestroyInstanceInput) GoString() string

GoString returns the string representation

func (*DestroyInstanceInput) SetClientToken added in v1.1.12

func (s *DestroyInstanceInput) SetClientToken(v string) *DestroyInstanceInput

SetClientToken sets the ClientToken field's value.

func (*DestroyInstanceInput) SetInstanceId added in v1.1.12

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

SetInstanceId sets the InstanceId field's value.

func (DestroyInstanceInput) String added in v1.1.12

func (s DestroyInstanceInput) String() string

String returns the string representation

func (*DestroyInstanceInput) Validate added in v1.1.12

func (s *DestroyInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DestroyInstanceOutput added in v1.1.12

type DestroyInstanceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DestroyInstanceOutput) GoString added in v1.1.12

func (s DestroyInstanceOutput) GoString() string

GoString returns the string representation

func (DestroyInstanceOutput) String added in v1.1.12

func (s DestroyInstanceOutput) String() string

String returns the string representation

type DiskSpaceScopeForGetInstanceSpecScopeOutput

type DiskSpaceScopeForGetInstanceSpecScopeOutput struct {
	Max *int32 `type:"int32" json:",omitempty"`

	Min *int32 `type:"int32" json:",omitempty"`

	Step *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DiskSpaceScopeForGetInstanceSpecScopeOutput) GoString

GoString returns the string representation

func (*DiskSpaceScopeForGetInstanceSpecScopeOutput) SetMax

SetMax sets the Max field's value.

func (*DiskSpaceScopeForGetInstanceSpecScopeOutput) SetMin

SetMin sets the Min field's value.

func (*DiskSpaceScopeForGetInstanceSpecScopeOutput) SetStep

SetStep sets the Step field's value.

func (DiskSpaceScopeForGetInstanceSpecScopeOutput) String

String returns the string representation

type EdgeForAddTablesInput

type EdgeForAddTablesInput struct {
	Columns []*ColumnForAddTablesInput `type:"list" json:"columns,omitempty"`

	Enable_reverse_index *bool `type:"boolean" json:"enable_reverse_index,omitempty"`

	Label *string `type:"string" json:"label,omitempty"`

	Primary_key []*string `type:"list" json:"primary_key,omitempty"`

	Schema_label_type *string `type:"string" json:"schema_label_type,omitempty"`

	Secondary_indices []*Secondary_indexForAddTablesInput `type:"list" json:"secondary_indices,omitempty"`

	Uniq_index []*Uniq_indexForAddTablesInput `type:"list" json:"uniq_index,omitempty"`

	Vertex_constraint *Vertex_constraintForAddTablesInput `type:"structure" json:"vertex_constraint,omitempty"`
	// contains filtered or unexported fields
}

func (EdgeForAddTablesInput) GoString

func (s EdgeForAddTablesInput) GoString() string

GoString returns the string representation

func (*EdgeForAddTablesInput) SetColumns

SetColumns sets the Columns field's value.

func (*EdgeForAddTablesInput) SetEnable_reverse_index

func (s *EdgeForAddTablesInput) SetEnable_reverse_index(v bool) *EdgeForAddTablesInput

SetEnable_reverse_index sets the Enable_reverse_index field's value.

func (*EdgeForAddTablesInput) SetLabel

SetLabel sets the Label field's value.

func (*EdgeForAddTablesInput) SetPrimary_key

func (s *EdgeForAddTablesInput) SetPrimary_key(v []*string) *EdgeForAddTablesInput

SetPrimary_key sets the Primary_key field's value.

func (*EdgeForAddTablesInput) SetSchema_label_type

func (s *EdgeForAddTablesInput) SetSchema_label_type(v string) *EdgeForAddTablesInput

SetSchema_label_type sets the Schema_label_type field's value.

func (*EdgeForAddTablesInput) SetSecondary_indices

SetSecondary_indices sets the Secondary_indices field's value.

func (*EdgeForAddTablesInput) SetUniq_index

SetUniq_index sets the Uniq_index field's value.

func (*EdgeForAddTablesInput) SetVertex_constraint

SetVertex_constraint sets the Vertex_constraint field's value.

func (EdgeForAddTablesInput) String

func (s EdgeForAddTablesInput) String() string

String returns the string representation

type EdgeForGetTableSchemaOutput

type EdgeForGetTableSchemaOutput struct {
	Columns []*ColumnForGetTableSchemaOutput `type:"list" json:"columns,omitempty"`

	Enable_reverse_index *bool `type:"boolean" json:"enable_reverse_index,omitempty"`

	Label *string `type:"string" json:"label,omitempty"`

	Primary_key []*string `type:"list" json:"primary_key,omitempty"`

	Schema_label_type *string `type:"string" json:"schema_label_type,omitempty"`

	Secondary_indices []*Secondary_indexForGetTableSchemaOutput `type:"list" json:"secondary_indices,omitempty"`

	Uniq_index []*Uniq_indexForGetTableSchemaOutput `type:"list" json:"uniq_index,omitempty"`

	Vertex_constraint *Vertex_constraintForGetTableSchemaOutput `type:"structure" json:"vertex_constraint,omitempty"`
	// contains filtered or unexported fields
}

func (EdgeForGetTableSchemaOutput) GoString

func (s EdgeForGetTableSchemaOutput) GoString() string

GoString returns the string representation

func (*EdgeForGetTableSchemaOutput) SetColumns

SetColumns sets the Columns field's value.

func (*EdgeForGetTableSchemaOutput) SetEnable_reverse_index

func (s *EdgeForGetTableSchemaOutput) SetEnable_reverse_index(v bool) *EdgeForGetTableSchemaOutput

SetEnable_reverse_index sets the Enable_reverse_index field's value.

func (*EdgeForGetTableSchemaOutput) SetLabel

SetLabel sets the Label field's value.

func (*EdgeForGetTableSchemaOutput) SetPrimary_key

SetPrimary_key sets the Primary_key field's value.

func (*EdgeForGetTableSchemaOutput) SetSchema_label_type

SetSchema_label_type sets the Schema_label_type field's value.

func (*EdgeForGetTableSchemaOutput) SetSecondary_indices

SetSecondary_indices sets the Secondary_indices field's value.

func (*EdgeForGetTableSchemaOutput) SetUniq_index

SetUniq_index sets the Uniq_index field's value.

func (*EdgeForGetTableSchemaOutput) SetVertex_constraint

SetVertex_constraint sets the Vertex_constraint field's value.

func (EdgeForGetTableSchemaOutput) String

String returns the string representation

type EdgeForModifySchemaInput

type EdgeForModifySchemaInput struct {
	Columns []*ColumnForModifySchemaInput `type:"list" json:"columns,omitempty"`

	Enable_reverse_index *bool `type:"boolean" json:"enable_reverse_index,omitempty"`

	Label *string `type:"string" json:"label,omitempty"`

	Primary_key []*string `type:"list" json:"primary_key,omitempty"`

	Schema_label_type *string `type:"string" json:"schema_label_type,omitempty"`

	Secondary_indices []*Secondary_indexForModifySchemaInput `type:"list" json:"secondary_indices,omitempty"`

	Uniq_index []*Uniq_indexForModifySchemaInput `type:"list" json:"uniq_index,omitempty"`

	Vertex_constraint *Vertex_constraintForModifySchemaInput `type:"structure" json:"vertex_constraint,omitempty"`
	// contains filtered or unexported fields
}

func (EdgeForModifySchemaInput) GoString

func (s EdgeForModifySchemaInput) GoString() string

GoString returns the string representation

func (*EdgeForModifySchemaInput) SetColumns

SetColumns sets the Columns field's value.

func (*EdgeForModifySchemaInput) SetEnable_reverse_index

func (s *EdgeForModifySchemaInput) SetEnable_reverse_index(v bool) *EdgeForModifySchemaInput

SetEnable_reverse_index sets the Enable_reverse_index field's value.

func (*EdgeForModifySchemaInput) SetLabel

SetLabel sets the Label field's value.

func (*EdgeForModifySchemaInput) SetPrimary_key

func (s *EdgeForModifySchemaInput) SetPrimary_key(v []*string) *EdgeForModifySchemaInput

SetPrimary_key sets the Primary_key field's value.

func (*EdgeForModifySchemaInput) SetSchema_label_type

func (s *EdgeForModifySchemaInput) SetSchema_label_type(v string) *EdgeForModifySchemaInput

SetSchema_label_type sets the Schema_label_type field's value.

func (*EdgeForModifySchemaInput) SetSecondary_indices

SetSecondary_indices sets the Secondary_indices field's value.

func (*EdgeForModifySchemaInput) SetUniq_index

SetUniq_index sets the Uniq_index field's value.

func (*EdgeForModifySchemaInput) SetVertex_constraint

SetVertex_constraint sets the Vertex_constraint field's value.

func (EdgeForModifySchemaInput) String

func (s EdgeForModifySchemaInput) String() string

String returns the string representation

type ExecuteMetaserviceCliInput added in v1.1.19

type ExecuteMetaserviceCliInput struct {

	// Command is a required field
	Command *string `type:"string" json:"command,omitempty" required:"true"`

	// Flags is a required field
	Flags *string `type:"string" json:"flags,omitempty" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:"instanceId,omitempty" required:"true"`

	// Raw_command is a required field
	Raw_command *string `type:"string" json:"raw_command,omitempty" required:"true"`

	// Sub_command is a required field
	Sub_command *string `type:"string" json:"sub_command,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ExecuteMetaserviceCliInput) GoString added in v1.1.19

func (s ExecuteMetaserviceCliInput) GoString() string

GoString returns the string representation

func (*ExecuteMetaserviceCliInput) SetCommand added in v1.1.19

SetCommand sets the Command field's value.

func (*ExecuteMetaserviceCliInput) SetFlags added in v1.1.19

SetFlags sets the Flags field's value.

func (*ExecuteMetaserviceCliInput) SetInstanceId added in v1.1.19

SetInstanceId sets the InstanceId field's value.

func (*ExecuteMetaserviceCliInput) SetRaw_command added in v1.1.19

SetRaw_command sets the Raw_command field's value.

func (*ExecuteMetaserviceCliInput) SetSub_command added in v1.1.19

SetSub_command sets the Sub_command field's value.

func (ExecuteMetaserviceCliInput) String added in v1.1.19

String returns the string representation

func (*ExecuteMetaserviceCliInput) Validate added in v1.1.19

func (s *ExecuteMetaserviceCliInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExecuteMetaserviceCliOutput added in v1.1.19

type ExecuteMetaserviceCliOutput struct {
	Metadata *response.ResponseMetadata

	Output *string `type:"string" json:"output,omitempty"`
	// contains filtered or unexported fields
}

func (ExecuteMetaserviceCliOutput) GoString added in v1.1.19

func (s ExecuteMetaserviceCliOutput) GoString() string

GoString returns the string representation

func (*ExecuteMetaserviceCliOutput) SetOutput added in v1.1.19

SetOutput sets the Output field's value.

func (ExecuteMetaserviceCliOutput) String added in v1.1.19

String returns the string representation

type ExecuteQueryInput added in v1.1.50

type ExecuteQueryInput struct {
	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	// Query is a required field
	Query *string `type:"string" json:",omitempty" required:"true"`

	TableName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ExecuteQueryInput) GoString added in v1.1.50

func (s ExecuteQueryInput) GoString() string

GoString returns the string representation

func (*ExecuteQueryInput) SetAvailabilityZoneId added in v1.1.50

func (s *ExecuteQueryInput) SetAvailabilityZoneId(v string) *ExecuteQueryInput

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

func (*ExecuteQueryInput) SetInstanceId added in v1.1.50

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

SetInstanceId sets the InstanceId field's value.

func (*ExecuteQueryInput) SetQuery added in v1.1.50

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

SetQuery sets the Query field's value.

func (*ExecuteQueryInput) SetTableName added in v1.1.50

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

SetTableName sets the TableName field's value.

func (ExecuteQueryInput) String added in v1.1.50

func (s ExecuteQueryInput) String() string

String returns the string representation

func (*ExecuteQueryInput) Validate added in v1.1.50

func (s *ExecuteQueryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExecuteQueryOutput added in v1.1.50

type ExecuteQueryOutput struct {
	Metadata *response.ResponseMetadata

	ExecutionTimeMs *int64 `type:"int64" json:",omitempty"`

	ValueJsonString *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ExecuteQueryOutput) GoString added in v1.1.50

func (s ExecuteQueryOutput) GoString() string

GoString returns the string representation

func (*ExecuteQueryOutput) SetExecutionTimeMs added in v1.2.7

func (s *ExecuteQueryOutput) SetExecutionTimeMs(v int64) *ExecuteQueryOutput

SetExecutionTimeMs sets the ExecutionTimeMs field's value.

func (*ExecuteQueryOutput) SetValueJsonString added in v1.1.50

func (s *ExecuteQueryOutput) SetValueJsonString(v string) *ExecuteQueryOutput

SetValueJsonString sets the ValueJsonString field's value.

func (ExecuteQueryOutput) String added in v1.1.50

func (s ExecuteQueryOutput) String() string

String returns the string representation

type FirstForListTabletTaskOutput added in v1.1.42

type FirstForListTabletTaskOutput struct {
	TableName *string `type:"string" json:",omitempty"`

	TabletId *int64 `type:"int64" json:",omitempty"`

	TabletStorageVersion *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FirstForListTabletTaskOutput) GoString added in v1.1.42

func (s FirstForListTabletTaskOutput) GoString() string

GoString returns the string representation

func (*FirstForListTabletTaskOutput) SetTableName added in v1.1.42

SetTableName sets the TableName field's value.

func (*FirstForListTabletTaskOutput) SetTabletId added in v1.1.42

SetTabletId sets the TabletId field's value.

func (*FirstForListTabletTaskOutput) SetTabletStorageVersion added in v1.1.42

func (s *FirstForListTabletTaskOutput) SetTabletStorageVersion(v int64) *FirstForListTabletTaskOutput

SetTabletStorageVersion sets the TabletStorageVersion field's value.

func (FirstForListTabletTaskOutput) String added in v1.1.42

String returns the string representation

type GRAPH

type GRAPH struct {
	*client.Client
}

GRAPH provides the API operation methods for making requests to GRAPH. See this package's package overview docs for details on the service.

GRAPH methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *GRAPH

New create int can support ssl or region locate set

func (*GRAPH) AddTables

func (c *GRAPH) AddTables(input *AddTablesInput) (*AddTablesOutput, error)

AddTables API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation AddTables for usage and error information.

func (*GRAPH) AddTablesCommon

func (c *GRAPH) AddTablesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AddTablesCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation AddTablesCommon for usage and error information.

func (*GRAPH) AddTablesCommonRequest

func (c *GRAPH) AddTablesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

AddTablesCommonRequest generates a "volcengine/request.Request" representing the client's request for the AddTablesCommon operation. The "output" return value will be populated with the AddTablesCommon request's response once the request completes successfully.

Use "Send" method on the returned AddTablesCommon Request to send the API call to the service. the "output" return value is not valid until after AddTablesCommon Send returns without error.

See AddTablesCommon for more information on using the AddTablesCommon API call, and error handling.

// Example sending a request using the AddTablesCommonRequest method.
req, resp := client.AddTablesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) AddTablesCommonWithContext

func (c *GRAPH) AddTablesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

AddTablesCommonWithContext is the same as AddTablesCommon with the addition of the ability to pass a context and additional request options.

See AddTablesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) AddTablesRequest

func (c *GRAPH) AddTablesRequest(input *AddTablesInput) (req *request.Request, output *AddTablesOutput)

AddTablesRequest generates a "volcengine/request.Request" representing the client's request for the AddTables operation. The "output" return value will be populated with the AddTablesCommon request's response once the request completes successfully.

Use "Send" method on the returned AddTablesCommon Request to send the API call to the service. the "output" return value is not valid until after AddTablesCommon Send returns without error.

See AddTables for more information on using the AddTables API call, and error handling.

// Example sending a request using the AddTablesRequest method.
req, resp := client.AddTablesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) AddTablesWithContext

func (c *GRAPH) AddTablesWithContext(ctx volcengine.Context, input *AddTablesInput, opts ...request.Option) (*AddTablesOutput, error)

AddTablesWithContext is the same as AddTables with the addition of the ability to pass a context and additional request options.

See AddTables for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) AlterTable added in v1.1.25

func (c *GRAPH) AlterTable(input *AlterTableInput) (*AlterTableOutput, error)

AlterTable API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation AlterTable for usage and error information.

func (*GRAPH) AlterTableCommon added in v1.1.25

func (c *GRAPH) AlterTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AlterTableCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation AlterTableCommon for usage and error information.

func (*GRAPH) AlterTableCommonRequest added in v1.1.25

func (c *GRAPH) AlterTableCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

AlterTableCommonRequest generates a "volcengine/request.Request" representing the client's request for the AlterTableCommon operation. The "output" return value will be populated with the AlterTableCommon request's response once the request completes successfully.

Use "Send" method on the returned AlterTableCommon Request to send the API call to the service. the "output" return value is not valid until after AlterTableCommon Send returns without error.

See AlterTableCommon for more information on using the AlterTableCommon API call, and error handling.

// Example sending a request using the AlterTableCommonRequest method.
req, resp := client.AlterTableCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) AlterTableCommonWithContext added in v1.1.25

func (c *GRAPH) AlterTableCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

AlterTableCommonWithContext is the same as AlterTableCommon with the addition of the ability to pass a context and additional request options.

See AlterTableCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) AlterTableRequest added in v1.1.25

func (c *GRAPH) AlterTableRequest(input *AlterTableInput) (req *request.Request, output *AlterTableOutput)

AlterTableRequest generates a "volcengine/request.Request" representing the client's request for the AlterTable operation. The "output" return value will be populated with the AlterTableCommon request's response once the request completes successfully.

Use "Send" method on the returned AlterTableCommon Request to send the API call to the service. the "output" return value is not valid until after AlterTableCommon Send returns without error.

See AlterTable for more information on using the AlterTable API call, and error handling.

// Example sending a request using the AlterTableRequest method.
req, resp := client.AlterTableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) AlterTableWithContext added in v1.1.25

func (c *GRAPH) AlterTableWithContext(ctx volcengine.Context, input *AlterTableInput, opts ...request.Option) (*AlterTableOutput, error)

AlterTableWithContext is the same as AlterTable with the addition of the ability to pass a context and additional request options.

See AlterTable for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) CalcTableLimits added in v1.1.18

func (c *GRAPH) CalcTableLimits(input *CalcTableLimitsInput) (*CalcTableLimitsOutput, error)

CalcTableLimits API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation CalcTableLimits for usage and error information.

func (*GRAPH) CalcTableLimitsCommon added in v1.1.18

func (c *GRAPH) CalcTableLimitsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CalcTableLimitsCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation CalcTableLimitsCommon for usage and error information.

func (*GRAPH) CalcTableLimitsCommonRequest added in v1.1.18

func (c *GRAPH) CalcTableLimitsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CalcTableLimitsCommonRequest generates a "volcengine/request.Request" representing the client's request for the CalcTableLimitsCommon operation. The "output" return value will be populated with the CalcTableLimitsCommon request's response once the request completes successfully.

Use "Send" method on the returned CalcTableLimitsCommon Request to send the API call to the service. the "output" return value is not valid until after CalcTableLimitsCommon Send returns without error.

See CalcTableLimitsCommon for more information on using the CalcTableLimitsCommon API call, and error handling.

// Example sending a request using the CalcTableLimitsCommonRequest method.
req, resp := client.CalcTableLimitsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) CalcTableLimitsCommonWithContext added in v1.1.18

func (c *GRAPH) CalcTableLimitsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CalcTableLimitsCommonWithContext is the same as CalcTableLimitsCommon with the addition of the ability to pass a context and additional request options.

See CalcTableLimitsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) CalcTableLimitsRequest added in v1.1.18

func (c *GRAPH) CalcTableLimitsRequest(input *CalcTableLimitsInput) (req *request.Request, output *CalcTableLimitsOutput)

CalcTableLimitsRequest generates a "volcengine/request.Request" representing the client's request for the CalcTableLimits operation. The "output" return value will be populated with the CalcTableLimitsCommon request's response once the request completes successfully.

Use "Send" method on the returned CalcTableLimitsCommon Request to send the API call to the service. the "output" return value is not valid until after CalcTableLimitsCommon Send returns without error.

See CalcTableLimits for more information on using the CalcTableLimits API call, and error handling.

// Example sending a request using the CalcTableLimitsRequest method.
req, resp := client.CalcTableLimitsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) CalcTableLimitsWithContext added in v1.1.18

func (c *GRAPH) CalcTableLimitsWithContext(ctx volcengine.Context, input *CalcTableLimitsInput, opts ...request.Option) (*CalcTableLimitsOutput, error)

CalcTableLimitsWithContext is the same as CalcTableLimits with the addition of the ability to pass a context and additional request options.

See CalcTableLimits for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) CreateInstance

func (c *GRAPH) CreateInstance(input *CreateInstanceInput) (*CreateInstanceOutput, error)

CreateInstance API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation CreateInstance for usage and error information.

func (*GRAPH) CreateInstanceCommon

func (c *GRAPH) CreateInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateInstanceCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation CreateInstanceCommon for usage and error information.

func (*GRAPH) CreateInstanceCommonRequest

func (c *GRAPH) CreateInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateInstanceCommon operation. The "output" return value will be populated with the CreateInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateInstanceCommon Send returns without error.

See CreateInstanceCommon for more information on using the CreateInstanceCommon API call, and error handling.

// Example sending a request using the CreateInstanceCommonRequest method.
req, resp := client.CreateInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) CreateInstanceCommonWithContext

func (c *GRAPH) CreateInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateInstanceCommonWithContext is the same as CreateInstanceCommon with the addition of the ability to pass a context and additional request options.

See CreateInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) CreateInstanceRequest

func (c *GRAPH) CreateInstanceRequest(input *CreateInstanceInput) (req *request.Request, output *CreateInstanceOutput)

CreateInstanceRequest generates a "volcengine/request.Request" representing the client's request for the CreateInstance operation. The "output" return value will be populated with the CreateInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateInstanceCommon Send returns without error.

See CreateInstance for more information on using the CreateInstance API call, and error handling.

// Example sending a request using the CreateInstanceRequest method.
req, resp := client.CreateInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) CreateInstanceWithContext

func (c *GRAPH) CreateInstanceWithContext(ctx volcengine.Context, input *CreateInstanceInput, opts ...request.Option) (*CreateInstanceOutput, error)

CreateInstanceWithContext is the same as CreateInstance with the addition of the ability to pass a context and additional request options.

See CreateInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) DecodeRawKey added in v1.1.30

func (c *GRAPH) DecodeRawKey(input *DecodeRawKeyInput) (*DecodeRawKeyOutput, error)

DecodeRawKey API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation DecodeRawKey for usage and error information.

func (*GRAPH) DecodeRawKeyCommon added in v1.1.30

func (c *GRAPH) DecodeRawKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DecodeRawKeyCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation DecodeRawKeyCommon for usage and error information.

func (*GRAPH) DecodeRawKeyCommonRequest added in v1.1.30

func (c *GRAPH) DecodeRawKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DecodeRawKeyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DecodeRawKeyCommon operation. The "output" return value will be populated with the DecodeRawKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned DecodeRawKeyCommon Request to send the API call to the service. the "output" return value is not valid until after DecodeRawKeyCommon Send returns without error.

See DecodeRawKeyCommon for more information on using the DecodeRawKeyCommon API call, and error handling.

// Example sending a request using the DecodeRawKeyCommonRequest method.
req, resp := client.DecodeRawKeyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) DecodeRawKeyCommonWithContext added in v1.1.30

func (c *GRAPH) DecodeRawKeyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DecodeRawKeyCommonWithContext is the same as DecodeRawKeyCommon with the addition of the ability to pass a context and additional request options.

See DecodeRawKeyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) DecodeRawKeyRequest added in v1.1.30

func (c *GRAPH) DecodeRawKeyRequest(input *DecodeRawKeyInput) (req *request.Request, output *DecodeRawKeyOutput)

DecodeRawKeyRequest generates a "volcengine/request.Request" representing the client's request for the DecodeRawKey operation. The "output" return value will be populated with the DecodeRawKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned DecodeRawKeyCommon Request to send the API call to the service. the "output" return value is not valid until after DecodeRawKeyCommon Send returns without error.

See DecodeRawKey for more information on using the DecodeRawKey API call, and error handling.

// Example sending a request using the DecodeRawKeyRequest method.
req, resp := client.DecodeRawKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) DecodeRawKeyWithContext added in v1.1.30

func (c *GRAPH) DecodeRawKeyWithContext(ctx volcengine.Context, input *DecodeRawKeyInput, opts ...request.Option) (*DecodeRawKeyOutput, error)

DecodeRawKeyWithContext is the same as DecodeRawKey with the addition of the ability to pass a context and additional request options.

See DecodeRawKey for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) DescribeInstance

func (c *GRAPH) DescribeInstance(input *DescribeInstanceInput) (*DescribeInstanceOutput, error)

DescribeInstance API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation DescribeInstance for usage and error information.

func (*GRAPH) DescribeInstanceCommon

func (c *GRAPH) DescribeInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeInstanceCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation DescribeInstanceCommon for usage and error information.

func (*GRAPH) DescribeInstanceCommonRequest

func (c *GRAPH) DescribeInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeInstanceCommon operation. The "output" return value will be populated with the DescribeInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeInstanceCommon Send returns without error.

See DescribeInstanceCommon for more information on using the DescribeInstanceCommon API call, and error handling.

// Example sending a request using the DescribeInstanceCommonRequest method.
req, resp := client.DescribeInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) DescribeInstanceCommonWithContext

func (c *GRAPH) DescribeInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeInstanceCommonWithContext is the same as DescribeInstanceCommon with the addition of the ability to pass a context and additional request options.

See DescribeInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) DescribeInstanceRequest

func (c *GRAPH) DescribeInstanceRequest(input *DescribeInstanceInput) (req *request.Request, output *DescribeInstanceOutput)

DescribeInstanceRequest generates a "volcengine/request.Request" representing the client's request for the DescribeInstance operation. The "output" return value will be populated with the DescribeInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeInstanceCommon Send returns without error.

See DescribeInstance for more information on using the DescribeInstance API call, and error handling.

// Example sending a request using the DescribeInstanceRequest method.
req, resp := client.DescribeInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) DescribeInstanceWithContext

func (c *GRAPH) DescribeInstanceWithContext(ctx volcengine.Context, input *DescribeInstanceInput, opts ...request.Option) (*DescribeInstanceOutput, error)

DescribeInstanceWithContext is the same as DescribeInstance with the addition of the ability to pass a context and additional request options.

See DescribeInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) DescribeVegraphConfigInK8s added in v1.1.45

func (c *GRAPH) DescribeVegraphConfigInK8s(input *DescribeVegraphConfigInK8sInput) (*DescribeVegraphConfigInK8sOutput, error)

DescribeVegraphConfigInK8s API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation DescribeVegraphConfigInK8s for usage and error information.

func (*GRAPH) DescribeVegraphConfigInK8sCommon added in v1.1.45

func (c *GRAPH) DescribeVegraphConfigInK8sCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeVegraphConfigInK8sCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation DescribeVegraphConfigInK8sCommon for usage and error information.

func (*GRAPH) DescribeVegraphConfigInK8sCommonRequest added in v1.1.45

func (c *GRAPH) DescribeVegraphConfigInK8sCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeVegraphConfigInK8sCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeVegraphConfigInK8sCommon operation. The "output" return value will be populated with the DescribeVegraphConfigInK8sCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeVegraphConfigInK8sCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVegraphConfigInK8sCommon Send returns without error.

See DescribeVegraphConfigInK8sCommon for more information on using the DescribeVegraphConfigInK8sCommon API call, and error handling.

// Example sending a request using the DescribeVegraphConfigInK8sCommonRequest method.
req, resp := client.DescribeVegraphConfigInK8sCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) DescribeVegraphConfigInK8sCommonWithContext added in v1.1.45

func (c *GRAPH) DescribeVegraphConfigInK8sCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeVegraphConfigInK8sCommonWithContext is the same as DescribeVegraphConfigInK8sCommon with the addition of the ability to pass a context and additional request options.

See DescribeVegraphConfigInK8sCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) DescribeVegraphConfigInK8sRequest added in v1.1.45

func (c *GRAPH) DescribeVegraphConfigInK8sRequest(input *DescribeVegraphConfigInK8sInput) (req *request.Request, output *DescribeVegraphConfigInK8sOutput)

DescribeVegraphConfigInK8sRequest generates a "volcengine/request.Request" representing the client's request for the DescribeVegraphConfigInK8s operation. The "output" return value will be populated with the DescribeVegraphConfigInK8sCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeVegraphConfigInK8sCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVegraphConfigInK8sCommon Send returns without error.

See DescribeVegraphConfigInK8s for more information on using the DescribeVegraphConfigInK8s API call, and error handling.

// Example sending a request using the DescribeVegraphConfigInK8sRequest method.
req, resp := client.DescribeVegraphConfigInK8sRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) DescribeVegraphConfigInK8sWithContext added in v1.1.45

func (c *GRAPH) DescribeVegraphConfigInK8sWithContext(ctx volcengine.Context, input *DescribeVegraphConfigInK8sInput, opts ...request.Option) (*DescribeVegraphConfigInK8sOutput, error)

DescribeVegraphConfigInK8sWithContext is the same as DescribeVegraphConfigInK8s with the addition of the ability to pass a context and additional request options.

See DescribeVegraphConfigInK8s for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) DescribeVegraphConfigInMetamysql

func (c *GRAPH) DescribeVegraphConfigInMetamysql(input *DescribeVegraphConfigInMetamysqlInput) (*DescribeVegraphConfigInMetamysqlOutput, error)

DescribeVegraphConfigInMetamysql API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation DescribeVegraphConfigInMetamysql for usage and error information.

func (*GRAPH) DescribeVegraphConfigInMetamysqlCommon

func (c *GRAPH) DescribeVegraphConfigInMetamysqlCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeVegraphConfigInMetamysqlCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation DescribeVegraphConfigInMetamysqlCommon for usage and error information.

func (*GRAPH) DescribeVegraphConfigInMetamysqlCommonRequest

func (c *GRAPH) DescribeVegraphConfigInMetamysqlCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeVegraphConfigInMetamysqlCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeVegraphConfigInMetamysqlCommon operation. The "output" return value will be populated with the DescribeVegraphConfigInMetamysqlCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeVegraphConfigInMetamysqlCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVegraphConfigInMetamysqlCommon Send returns without error.

See DescribeVegraphConfigInMetamysqlCommon for more information on using the DescribeVegraphConfigInMetamysqlCommon API call, and error handling.

// Example sending a request using the DescribeVegraphConfigInMetamysqlCommonRequest method.
req, resp := client.DescribeVegraphConfigInMetamysqlCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) DescribeVegraphConfigInMetamysqlCommonWithContext

func (c *GRAPH) DescribeVegraphConfigInMetamysqlCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeVegraphConfigInMetamysqlCommonWithContext is the same as DescribeVegraphConfigInMetamysqlCommon with the addition of the ability to pass a context and additional request options.

See DescribeVegraphConfigInMetamysqlCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) DescribeVegraphConfigInMetamysqlRequest

func (c *GRAPH) DescribeVegraphConfigInMetamysqlRequest(input *DescribeVegraphConfigInMetamysqlInput) (req *request.Request, output *DescribeVegraphConfigInMetamysqlOutput)

DescribeVegraphConfigInMetamysqlRequest generates a "volcengine/request.Request" representing the client's request for the DescribeVegraphConfigInMetamysql operation. The "output" return value will be populated with the DescribeVegraphConfigInMetamysqlCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeVegraphConfigInMetamysqlCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVegraphConfigInMetamysqlCommon Send returns without error.

See DescribeVegraphConfigInMetamysql for more information on using the DescribeVegraphConfigInMetamysql API call, and error handling.

// Example sending a request using the DescribeVegraphConfigInMetamysqlRequest method.
req, resp := client.DescribeVegraphConfigInMetamysqlRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) DescribeVegraphConfigInMetamysqlWithContext

func (c *GRAPH) DescribeVegraphConfigInMetamysqlWithContext(ctx volcengine.Context, input *DescribeVegraphConfigInMetamysqlInput, opts ...request.Option) (*DescribeVegraphConfigInMetamysqlOutput, error)

DescribeVegraphConfigInMetamysqlWithContext is the same as DescribeVegraphConfigInMetamysql with the addition of the ability to pass a context and additional request options.

See DescribeVegraphConfigInMetamysql for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) DescribeZones

func (c *GRAPH) DescribeZones(input *DescribeZonesInput) (*DescribeZonesOutput, error)

DescribeZones API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation DescribeZones for usage and error information.

func (*GRAPH) DescribeZonesCommon

func (c *GRAPH) DescribeZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeZonesCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation DescribeZonesCommon for usage and error information.

func (*GRAPH) DescribeZonesCommonRequest

func (c *GRAPH) DescribeZonesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeZonesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeZonesCommon operation. The "output" return value will be populated with the DescribeZonesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeZonesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeZonesCommon Send returns without error.

See DescribeZonesCommon for more information on using the DescribeZonesCommon API call, and error handling.

// Example sending a request using the DescribeZonesCommonRequest method.
req, resp := client.DescribeZonesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) DescribeZonesCommonWithContext

func (c *GRAPH) DescribeZonesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeZonesCommonWithContext is the same as DescribeZonesCommon with the addition of the ability to pass a context and additional request options.

See DescribeZonesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) DescribeZonesRequest

func (c *GRAPH) DescribeZonesRequest(input *DescribeZonesInput) (req *request.Request, output *DescribeZonesOutput)

DescribeZonesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeZones operation. The "output" return value will be populated with the DescribeZonesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeZonesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeZonesCommon Send returns without error.

See DescribeZones for more information on using the DescribeZones API call, and error handling.

// Example sending a request using the DescribeZonesRequest method.
req, resp := client.DescribeZonesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) DescribeZonesWithContext

func (c *GRAPH) DescribeZonesWithContext(ctx volcengine.Context, input *DescribeZonesInput, opts ...request.Option) (*DescribeZonesOutput, error)

DescribeZonesWithContext is the same as DescribeZones with the addition of the ability to pass a context and additional request options.

See DescribeZones for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) DestroyInstance added in v1.1.12

func (c *GRAPH) DestroyInstance(input *DestroyInstanceInput) (*DestroyInstanceOutput, error)

DestroyInstance API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation DestroyInstance for usage and error information.

func (*GRAPH) DestroyInstanceCommon added in v1.1.12

func (c *GRAPH) DestroyInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DestroyInstanceCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation DestroyInstanceCommon for usage and error information.

func (*GRAPH) DestroyInstanceCommonRequest added in v1.1.12

func (c *GRAPH) DestroyInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DestroyInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DestroyInstanceCommon operation. The "output" return value will be populated with the DestroyInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned DestroyInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DestroyInstanceCommon Send returns without error.

See DestroyInstanceCommon for more information on using the DestroyInstanceCommon API call, and error handling.

// Example sending a request using the DestroyInstanceCommonRequest method.
req, resp := client.DestroyInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) DestroyInstanceCommonWithContext added in v1.1.12

func (c *GRAPH) DestroyInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DestroyInstanceCommonWithContext is the same as DestroyInstanceCommon with the addition of the ability to pass a context and additional request options.

See DestroyInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) DestroyInstanceRequest added in v1.1.12

func (c *GRAPH) DestroyInstanceRequest(input *DestroyInstanceInput) (req *request.Request, output *DestroyInstanceOutput)

DestroyInstanceRequest generates a "volcengine/request.Request" representing the client's request for the DestroyInstance operation. The "output" return value will be populated with the DestroyInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned DestroyInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DestroyInstanceCommon Send returns without error.

See DestroyInstance for more information on using the DestroyInstance API call, and error handling.

// Example sending a request using the DestroyInstanceRequest method.
req, resp := client.DestroyInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) DestroyInstanceWithContext added in v1.1.12

func (c *GRAPH) DestroyInstanceWithContext(ctx volcengine.Context, input *DestroyInstanceInput, opts ...request.Option) (*DestroyInstanceOutput, error)

DestroyInstanceWithContext is the same as DestroyInstance with the addition of the ability to pass a context and additional request options.

See DestroyInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ExecuteMetaserviceCli added in v1.1.19

func (c *GRAPH) ExecuteMetaserviceCli(input *ExecuteMetaserviceCliInput) (*ExecuteMetaserviceCliOutput, error)

ExecuteMetaserviceCli API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ExecuteMetaserviceCli for usage and error information.

func (*GRAPH) ExecuteMetaserviceCliCommon added in v1.1.19

func (c *GRAPH) ExecuteMetaserviceCliCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ExecuteMetaserviceCliCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ExecuteMetaserviceCliCommon for usage and error information.

func (*GRAPH) ExecuteMetaserviceCliCommonRequest added in v1.1.19

func (c *GRAPH) ExecuteMetaserviceCliCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ExecuteMetaserviceCliCommonRequest generates a "volcengine/request.Request" representing the client's request for the ExecuteMetaserviceCliCommon operation. The "output" return value will be populated with the ExecuteMetaserviceCliCommon request's response once the request completes successfully.

Use "Send" method on the returned ExecuteMetaserviceCliCommon Request to send the API call to the service. the "output" return value is not valid until after ExecuteMetaserviceCliCommon Send returns without error.

See ExecuteMetaserviceCliCommon for more information on using the ExecuteMetaserviceCliCommon API call, and error handling.

// Example sending a request using the ExecuteMetaserviceCliCommonRequest method.
req, resp := client.ExecuteMetaserviceCliCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ExecuteMetaserviceCliCommonWithContext added in v1.1.19

func (c *GRAPH) ExecuteMetaserviceCliCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ExecuteMetaserviceCliCommonWithContext is the same as ExecuteMetaserviceCliCommon with the addition of the ability to pass a context and additional request options.

See ExecuteMetaserviceCliCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ExecuteMetaserviceCliRequest added in v1.1.19

func (c *GRAPH) ExecuteMetaserviceCliRequest(input *ExecuteMetaserviceCliInput) (req *request.Request, output *ExecuteMetaserviceCliOutput)

ExecuteMetaserviceCliRequest generates a "volcengine/request.Request" representing the client's request for the ExecuteMetaserviceCli operation. The "output" return value will be populated with the ExecuteMetaserviceCliCommon request's response once the request completes successfully.

Use "Send" method on the returned ExecuteMetaserviceCliCommon Request to send the API call to the service. the "output" return value is not valid until after ExecuteMetaserviceCliCommon Send returns without error.

See ExecuteMetaserviceCli for more information on using the ExecuteMetaserviceCli API call, and error handling.

// Example sending a request using the ExecuteMetaserviceCliRequest method.
req, resp := client.ExecuteMetaserviceCliRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ExecuteMetaserviceCliWithContext added in v1.1.19

func (c *GRAPH) ExecuteMetaserviceCliWithContext(ctx volcengine.Context, input *ExecuteMetaserviceCliInput, opts ...request.Option) (*ExecuteMetaserviceCliOutput, error)

ExecuteMetaserviceCliWithContext is the same as ExecuteMetaserviceCli with the addition of the ability to pass a context and additional request options.

See ExecuteMetaserviceCli for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ExecuteQuery added in v1.1.50

func (c *GRAPH) ExecuteQuery(input *ExecuteQueryInput) (*ExecuteQueryOutput, error)

ExecuteQuery API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ExecuteQuery for usage and error information.

func (*GRAPH) ExecuteQueryCommon added in v1.1.50

func (c *GRAPH) ExecuteQueryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ExecuteQueryCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ExecuteQueryCommon for usage and error information.

func (*GRAPH) ExecuteQueryCommonRequest added in v1.1.50

func (c *GRAPH) ExecuteQueryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ExecuteQueryCommonRequest generates a "volcengine/request.Request" representing the client's request for the ExecuteQueryCommon operation. The "output" return value will be populated with the ExecuteQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned ExecuteQueryCommon Request to send the API call to the service. the "output" return value is not valid until after ExecuteQueryCommon Send returns without error.

See ExecuteQueryCommon for more information on using the ExecuteQueryCommon API call, and error handling.

// Example sending a request using the ExecuteQueryCommonRequest method.
req, resp := client.ExecuteQueryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ExecuteQueryCommonWithContext added in v1.1.50

func (c *GRAPH) ExecuteQueryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ExecuteQueryCommonWithContext is the same as ExecuteQueryCommon with the addition of the ability to pass a context and additional request options.

See ExecuteQueryCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ExecuteQueryRequest added in v1.1.50

func (c *GRAPH) ExecuteQueryRequest(input *ExecuteQueryInput) (req *request.Request, output *ExecuteQueryOutput)

ExecuteQueryRequest generates a "volcengine/request.Request" representing the client's request for the ExecuteQuery operation. The "output" return value will be populated with the ExecuteQueryCommon request's response once the request completes successfully.

Use "Send" method on the returned ExecuteQueryCommon Request to send the API call to the service. the "output" return value is not valid until after ExecuteQueryCommon Send returns without error.

See ExecuteQuery for more information on using the ExecuteQuery API call, and error handling.

// Example sending a request using the ExecuteQueryRequest method.
req, resp := client.ExecuteQueryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ExecuteQueryWithContext added in v1.1.50

func (c *GRAPH) ExecuteQueryWithContext(ctx volcengine.Context, input *ExecuteQueryInput, opts ...request.Option) (*ExecuteQueryOutput, error)

ExecuteQueryWithContext is the same as ExecuteQuery with the addition of the ability to pass a context and additional request options.

See ExecuteQuery for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetAddTablesTicketOptions added in v1.1.18

func (c *GRAPH) GetAddTablesTicketOptions(input *GetAddTablesTicketOptionsInput) (*GetAddTablesTicketOptionsOutput, error)

GetAddTablesTicketOptions API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetAddTablesTicketOptions for usage and error information.

func (*GRAPH) GetAddTablesTicketOptionsCommon added in v1.1.18

func (c *GRAPH) GetAddTablesTicketOptionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetAddTablesTicketOptionsCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetAddTablesTicketOptionsCommon for usage and error information.

func (*GRAPH) GetAddTablesTicketOptionsCommonRequest added in v1.1.18

func (c *GRAPH) GetAddTablesTicketOptionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetAddTablesTicketOptionsCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetAddTablesTicketOptionsCommon operation. The "output" return value will be populated with the GetAddTablesTicketOptionsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetAddTablesTicketOptionsCommon Request to send the API call to the service. the "output" return value is not valid until after GetAddTablesTicketOptionsCommon Send returns without error.

See GetAddTablesTicketOptionsCommon for more information on using the GetAddTablesTicketOptionsCommon API call, and error handling.

// Example sending a request using the GetAddTablesTicketOptionsCommonRequest method.
req, resp := client.GetAddTablesTicketOptionsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetAddTablesTicketOptionsCommonWithContext added in v1.1.18

func (c *GRAPH) GetAddTablesTicketOptionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetAddTablesTicketOptionsCommonWithContext is the same as GetAddTablesTicketOptionsCommon with the addition of the ability to pass a context and additional request options.

See GetAddTablesTicketOptionsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetAddTablesTicketOptionsRequest added in v1.1.18

func (c *GRAPH) GetAddTablesTicketOptionsRequest(input *GetAddTablesTicketOptionsInput) (req *request.Request, output *GetAddTablesTicketOptionsOutput)

GetAddTablesTicketOptionsRequest generates a "volcengine/request.Request" representing the client's request for the GetAddTablesTicketOptions operation. The "output" return value will be populated with the GetAddTablesTicketOptionsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetAddTablesTicketOptionsCommon Request to send the API call to the service. the "output" return value is not valid until after GetAddTablesTicketOptionsCommon Send returns without error.

See GetAddTablesTicketOptions for more information on using the GetAddTablesTicketOptions API call, and error handling.

// Example sending a request using the GetAddTablesTicketOptionsRequest method.
req, resp := client.GetAddTablesTicketOptionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetAddTablesTicketOptionsWithContext added in v1.1.18

func (c *GRAPH) GetAddTablesTicketOptionsWithContext(ctx volcengine.Context, input *GetAddTablesTicketOptionsInput, opts ...request.Option) (*GetAddTablesTicketOptionsOutput, error)

GetAddTablesTicketOptionsWithContext is the same as GetAddTablesTicketOptions with the addition of the ability to pass a context and additional request options.

See GetAddTablesTicketOptions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetConfChecker added in v1.1.42

func (c *GRAPH) GetConfChecker(input *GetConfCheckerInput) (*GetConfCheckerOutput, error)

GetConfChecker API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetConfChecker for usage and error information.

func (*GRAPH) GetConfCheckerCommon added in v1.1.42

func (c *GRAPH) GetConfCheckerCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetConfCheckerCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetConfCheckerCommon for usage and error information.

func (*GRAPH) GetConfCheckerCommonRequest added in v1.1.42

func (c *GRAPH) GetConfCheckerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetConfCheckerCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetConfCheckerCommon operation. The "output" return value will be populated with the GetConfCheckerCommon request's response once the request completes successfully.

Use "Send" method on the returned GetConfCheckerCommon Request to send the API call to the service. the "output" return value is not valid until after GetConfCheckerCommon Send returns without error.

See GetConfCheckerCommon for more information on using the GetConfCheckerCommon API call, and error handling.

// Example sending a request using the GetConfCheckerCommonRequest method.
req, resp := client.GetConfCheckerCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetConfCheckerCommonWithContext added in v1.1.42

func (c *GRAPH) GetConfCheckerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetConfCheckerCommonWithContext is the same as GetConfCheckerCommon with the addition of the ability to pass a context and additional request options.

See GetConfCheckerCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetConfCheckerRequest added in v1.1.42

func (c *GRAPH) GetConfCheckerRequest(input *GetConfCheckerInput) (req *request.Request, output *GetConfCheckerOutput)

GetConfCheckerRequest generates a "volcengine/request.Request" representing the client's request for the GetConfChecker operation. The "output" return value will be populated with the GetConfCheckerCommon request's response once the request completes successfully.

Use "Send" method on the returned GetConfCheckerCommon Request to send the API call to the service. the "output" return value is not valid until after GetConfCheckerCommon Send returns without error.

See GetConfChecker for more information on using the GetConfChecker API call, and error handling.

// Example sending a request using the GetConfCheckerRequest method.
req, resp := client.GetConfCheckerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetConfCheckerWithContext added in v1.1.42

func (c *GRAPH) GetConfCheckerWithContext(ctx volcengine.Context, input *GetConfCheckerInput, opts ...request.Option) (*GetConfCheckerOutput, error)

GetConfCheckerWithContext is the same as GetConfChecker with the addition of the ability to pass a context and additional request options.

See GetConfChecker for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetInstanceSpecScope

func (c *GRAPH) GetInstanceSpecScope(input *GetInstanceSpecScopeInput) (*GetInstanceSpecScopeOutput, error)

GetInstanceSpecScope API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetInstanceSpecScope for usage and error information.

func (*GRAPH) GetInstanceSpecScopeCommon

func (c *GRAPH) GetInstanceSpecScopeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetInstanceSpecScopeCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetInstanceSpecScopeCommon for usage and error information.

func (*GRAPH) GetInstanceSpecScopeCommonRequest

func (c *GRAPH) GetInstanceSpecScopeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetInstanceSpecScopeCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetInstanceSpecScopeCommon operation. The "output" return value will be populated with the GetInstanceSpecScopeCommon request's response once the request completes successfully.

Use "Send" method on the returned GetInstanceSpecScopeCommon Request to send the API call to the service. the "output" return value is not valid until after GetInstanceSpecScopeCommon Send returns without error.

See GetInstanceSpecScopeCommon for more information on using the GetInstanceSpecScopeCommon API call, and error handling.

// Example sending a request using the GetInstanceSpecScopeCommonRequest method.
req, resp := client.GetInstanceSpecScopeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetInstanceSpecScopeCommonWithContext

func (c *GRAPH) GetInstanceSpecScopeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetInstanceSpecScopeCommonWithContext is the same as GetInstanceSpecScopeCommon with the addition of the ability to pass a context and additional request options.

See GetInstanceSpecScopeCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetInstanceSpecScopeRequest

func (c *GRAPH) GetInstanceSpecScopeRequest(input *GetInstanceSpecScopeInput) (req *request.Request, output *GetInstanceSpecScopeOutput)

GetInstanceSpecScopeRequest generates a "volcengine/request.Request" representing the client's request for the GetInstanceSpecScope operation. The "output" return value will be populated with the GetInstanceSpecScopeCommon request's response once the request completes successfully.

Use "Send" method on the returned GetInstanceSpecScopeCommon Request to send the API call to the service. the "output" return value is not valid until after GetInstanceSpecScopeCommon Send returns without error.

See GetInstanceSpecScope for more information on using the GetInstanceSpecScope API call, and error handling.

// Example sending a request using the GetInstanceSpecScopeRequest method.
req, resp := client.GetInstanceSpecScopeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetInstanceSpecScopeWithContext

func (c *GRAPH) GetInstanceSpecScopeWithContext(ctx volcengine.Context, input *GetInstanceSpecScopeInput, opts ...request.Option) (*GetInstanceSpecScopeOutput, error)

GetInstanceSpecScopeWithContext is the same as GetInstanceSpecScope with the addition of the ability to pass a context and additional request options.

See GetInstanceSpecScope for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetTable added in v1.1.25

func (c *GRAPH) GetTable(input *GetTableInput) (*GetTableOutput, error)

GetTable API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetTable for usage and error information.

func (*GRAPH) GetTableCommon added in v1.1.25

func (c *GRAPH) GetTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTableCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetTableCommon for usage and error information.

func (*GRAPH) GetTableCommonRequest added in v1.1.25

func (c *GRAPH) GetTableCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetTableCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetTableCommon operation. The "output" return value will be populated with the GetTableCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTableCommon Request to send the API call to the service. the "output" return value is not valid until after GetTableCommon Send returns without error.

See GetTableCommon for more information on using the GetTableCommon API call, and error handling.

// Example sending a request using the GetTableCommonRequest method.
req, resp := client.GetTableCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetTableCommonWithContext added in v1.1.25

func (c *GRAPH) GetTableCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetTableCommonWithContext is the same as GetTableCommon with the addition of the ability to pass a context and additional request options.

See GetTableCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetTableConfig added in v1.1.12

func (c *GRAPH) GetTableConfig(input *GetTableConfigInput) (*GetTableConfigOutput, error)

GetTableConfig API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetTableConfig for usage and error information.

func (*GRAPH) GetTableConfigCommon added in v1.1.12

func (c *GRAPH) GetTableConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTableConfigCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetTableConfigCommon for usage and error information.

func (*GRAPH) GetTableConfigCommonRequest added in v1.1.12

func (c *GRAPH) GetTableConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetTableConfigCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetTableConfigCommon operation. The "output" return value will be populated with the GetTableConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTableConfigCommon Request to send the API call to the service. the "output" return value is not valid until after GetTableConfigCommon Send returns without error.

See GetTableConfigCommon for more information on using the GetTableConfigCommon API call, and error handling.

// Example sending a request using the GetTableConfigCommonRequest method.
req, resp := client.GetTableConfigCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetTableConfigCommonWithContext added in v1.1.12

func (c *GRAPH) GetTableConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetTableConfigCommonWithContext is the same as GetTableConfigCommon with the addition of the ability to pass a context and additional request options.

See GetTableConfigCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetTableConfigRequest added in v1.1.12

func (c *GRAPH) GetTableConfigRequest(input *GetTableConfigInput) (req *request.Request, output *GetTableConfigOutput)

GetTableConfigRequest generates a "volcengine/request.Request" representing the client's request for the GetTableConfig operation. The "output" return value will be populated with the GetTableConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTableConfigCommon Request to send the API call to the service. the "output" return value is not valid until after GetTableConfigCommon Send returns without error.

See GetTableConfig for more information on using the GetTableConfig API call, and error handling.

// Example sending a request using the GetTableConfigRequest method.
req, resp := client.GetTableConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetTableConfigWithContext added in v1.1.12

func (c *GRAPH) GetTableConfigWithContext(ctx volcengine.Context, input *GetTableConfigInput, opts ...request.Option) (*GetTableConfigOutput, error)

GetTableConfigWithContext is the same as GetTableConfig with the addition of the ability to pass a context and additional request options.

See GetTableConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetTableIOQosOptions added in v1.1.12

func (c *GRAPH) GetTableIOQosOptions(input *GetTableIOQosOptionsInput) (*GetTableIOQosOptionsOutput, error)

GetTableIOQosOptions API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetTableIOQosOptions for usage and error information.

func (*GRAPH) GetTableIOQosOptionsCommon added in v1.1.12

func (c *GRAPH) GetTableIOQosOptionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTableIOQosOptionsCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetTableIOQosOptionsCommon for usage and error information.

func (*GRAPH) GetTableIOQosOptionsCommonRequest added in v1.1.12

func (c *GRAPH) GetTableIOQosOptionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetTableIOQosOptionsCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetTableIOQosOptionsCommon operation. The "output" return value will be populated with the GetTableIOQosOptionsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTableIOQosOptionsCommon Request to send the API call to the service. the "output" return value is not valid until after GetTableIOQosOptionsCommon Send returns without error.

See GetTableIOQosOptionsCommon for more information on using the GetTableIOQosOptionsCommon API call, and error handling.

// Example sending a request using the GetTableIOQosOptionsCommonRequest method.
req, resp := client.GetTableIOQosOptionsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetTableIOQosOptionsCommonWithContext added in v1.1.12

func (c *GRAPH) GetTableIOQosOptionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetTableIOQosOptionsCommonWithContext is the same as GetTableIOQosOptionsCommon with the addition of the ability to pass a context and additional request options.

See GetTableIOQosOptionsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetTableIOQosOptionsRequest added in v1.1.12

func (c *GRAPH) GetTableIOQosOptionsRequest(input *GetTableIOQosOptionsInput) (req *request.Request, output *GetTableIOQosOptionsOutput)

GetTableIOQosOptionsRequest generates a "volcengine/request.Request" representing the client's request for the GetTableIOQosOptions operation. The "output" return value will be populated with the GetTableIOQosOptionsCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTableIOQosOptionsCommon Request to send the API call to the service. the "output" return value is not valid until after GetTableIOQosOptionsCommon Send returns without error.

See GetTableIOQosOptions for more information on using the GetTableIOQosOptions API call, and error handling.

// Example sending a request using the GetTableIOQosOptionsRequest method.
req, resp := client.GetTableIOQosOptionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetTableIOQosOptionsWithContext added in v1.1.12

func (c *GRAPH) GetTableIOQosOptionsWithContext(ctx volcengine.Context, input *GetTableIOQosOptionsInput, opts ...request.Option) (*GetTableIOQosOptionsOutput, error)

GetTableIOQosOptionsWithContext is the same as GetTableIOQosOptions with the addition of the ability to pass a context and additional request options.

See GetTableIOQosOptions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetTableLimit added in v1.1.12

func (c *GRAPH) GetTableLimit(input *GetTableLimitInput) (*GetTableLimitOutput, error)

GetTableLimit API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetTableLimit for usage and error information.

func (*GRAPH) GetTableLimitCommon added in v1.1.12

func (c *GRAPH) GetTableLimitCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTableLimitCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetTableLimitCommon for usage and error information.

func (*GRAPH) GetTableLimitCommonRequest added in v1.1.12

func (c *GRAPH) GetTableLimitCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetTableLimitCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetTableLimitCommon operation. The "output" return value will be populated with the GetTableLimitCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTableLimitCommon Request to send the API call to the service. the "output" return value is not valid until after GetTableLimitCommon Send returns without error.

See GetTableLimitCommon for more information on using the GetTableLimitCommon API call, and error handling.

// Example sending a request using the GetTableLimitCommonRequest method.
req, resp := client.GetTableLimitCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetTableLimitCommonWithContext added in v1.1.12

func (c *GRAPH) GetTableLimitCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetTableLimitCommonWithContext is the same as GetTableLimitCommon with the addition of the ability to pass a context and additional request options.

See GetTableLimitCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetTableLimitRequest added in v1.1.12

func (c *GRAPH) GetTableLimitRequest(input *GetTableLimitInput) (req *request.Request, output *GetTableLimitOutput)

GetTableLimitRequest generates a "volcengine/request.Request" representing the client's request for the GetTableLimit operation. The "output" return value will be populated with the GetTableLimitCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTableLimitCommon Request to send the API call to the service. the "output" return value is not valid until after GetTableLimitCommon Send returns without error.

See GetTableLimit for more information on using the GetTableLimit API call, and error handling.

// Example sending a request using the GetTableLimitRequest method.
req, resp := client.GetTableLimitRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetTableLimitWithContext added in v1.1.12

func (c *GRAPH) GetTableLimitWithContext(ctx volcengine.Context, input *GetTableLimitInput, opts ...request.Option) (*GetTableLimitOutput, error)

GetTableLimitWithContext is the same as GetTableLimit with the addition of the ability to pass a context and additional request options.

See GetTableLimit for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetTableQuota added in v1.1.12

func (c *GRAPH) GetTableQuota(input *GetTableQuotaInput) (*GetTableQuotaOutput, error)

GetTableQuota API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetTableQuota for usage and error information.

func (*GRAPH) GetTableQuotaCommon added in v1.1.12

func (c *GRAPH) GetTableQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTableQuotaCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetTableQuotaCommon for usage and error information.

func (*GRAPH) GetTableQuotaCommonRequest added in v1.1.12

func (c *GRAPH) GetTableQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetTableQuotaCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetTableQuotaCommon operation. The "output" return value will be populated with the GetTableQuotaCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTableQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after GetTableQuotaCommon Send returns without error.

See GetTableQuotaCommon for more information on using the GetTableQuotaCommon API call, and error handling.

// Example sending a request using the GetTableQuotaCommonRequest method.
req, resp := client.GetTableQuotaCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetTableQuotaCommonWithContext added in v1.1.12

func (c *GRAPH) GetTableQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetTableQuotaCommonWithContext is the same as GetTableQuotaCommon with the addition of the ability to pass a context and additional request options.

See GetTableQuotaCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetTableQuotaRequest added in v1.1.12

func (c *GRAPH) GetTableQuotaRequest(input *GetTableQuotaInput) (req *request.Request, output *GetTableQuotaOutput)

GetTableQuotaRequest generates a "volcengine/request.Request" representing the client's request for the GetTableQuota operation. The "output" return value will be populated with the GetTableQuotaCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTableQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after GetTableQuotaCommon Send returns without error.

See GetTableQuota for more information on using the GetTableQuota API call, and error handling.

// Example sending a request using the GetTableQuotaRequest method.
req, resp := client.GetTableQuotaRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetTableQuotaWithContext added in v1.1.12

func (c *GRAPH) GetTableQuotaWithContext(ctx volcengine.Context, input *GetTableQuotaInput, opts ...request.Option) (*GetTableQuotaOutput, error)

GetTableQuotaWithContext is the same as GetTableQuota with the addition of the ability to pass a context and additional request options.

See GetTableQuota for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetTableRequest added in v1.1.25

func (c *GRAPH) GetTableRequest(input *GetTableInput) (req *request.Request, output *GetTableOutput)

GetTableRequest generates a "volcengine/request.Request" representing the client's request for the GetTable operation. The "output" return value will be populated with the GetTableCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTableCommon Request to send the API call to the service. the "output" return value is not valid until after GetTableCommon Send returns without error.

See GetTable for more information on using the GetTable API call, and error handling.

// Example sending a request using the GetTableRequest method.
req, resp := client.GetTableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetTableSchema

func (c *GRAPH) GetTableSchema(input *GetTableSchemaInput) (*GetTableSchemaOutput, error)

GetTableSchema API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetTableSchema for usage and error information.

func (*GRAPH) GetTableSchemaCommon

func (c *GRAPH) GetTableSchemaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTableSchemaCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetTableSchemaCommon for usage and error information.

func (*GRAPH) GetTableSchemaCommonRequest

func (c *GRAPH) GetTableSchemaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetTableSchemaCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetTableSchemaCommon operation. The "output" return value will be populated with the GetTableSchemaCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTableSchemaCommon Request to send the API call to the service. the "output" return value is not valid until after GetTableSchemaCommon Send returns without error.

See GetTableSchemaCommon for more information on using the GetTableSchemaCommon API call, and error handling.

// Example sending a request using the GetTableSchemaCommonRequest method.
req, resp := client.GetTableSchemaCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetTableSchemaCommonWithContext

func (c *GRAPH) GetTableSchemaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetTableSchemaCommonWithContext is the same as GetTableSchemaCommon with the addition of the ability to pass a context and additional request options.

See GetTableSchemaCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetTableSchemaRequest

func (c *GRAPH) GetTableSchemaRequest(input *GetTableSchemaInput) (req *request.Request, output *GetTableSchemaOutput)

GetTableSchemaRequest generates a "volcengine/request.Request" representing the client's request for the GetTableSchema operation. The "output" return value will be populated with the GetTableSchemaCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTableSchemaCommon Request to send the API call to the service. the "output" return value is not valid until after GetTableSchemaCommon Send returns without error.

See GetTableSchema for more information on using the GetTableSchema API call, and error handling.

// Example sending a request using the GetTableSchemaRequest method.
req, resp := client.GetTableSchemaRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetTableSchemaWithContext

func (c *GRAPH) GetTableSchemaWithContext(ctx volcengine.Context, input *GetTableSchemaInput, opts ...request.Option) (*GetTableSchemaOutput, error)

GetTableSchemaWithContext is the same as GetTableSchema with the addition of the ability to pass a context and additional request options.

See GetTableSchema for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetTableWithContext added in v1.1.25

func (c *GRAPH) GetTableWithContext(ctx volcengine.Context, input *GetTableInput, opts ...request.Option) (*GetTableOutput, error)

GetTableWithContext is the same as GetTable with the addition of the ability to pass a context and additional request options.

See GetTable for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetVegraphNetworkResource

func (c *GRAPH) GetVegraphNetworkResource(input *GetVegraphNetworkResourceInput) (*GetVegraphNetworkResourceOutput, error)

GetVegraphNetworkResource API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetVegraphNetworkResource for usage and error information.

func (*GRAPH) GetVegraphNetworkResourceCommon

func (c *GRAPH) GetVegraphNetworkResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetVegraphNetworkResourceCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetVegraphNetworkResourceCommon for usage and error information.

func (*GRAPH) GetVegraphNetworkResourceCommonRequest

func (c *GRAPH) GetVegraphNetworkResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetVegraphNetworkResourceCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetVegraphNetworkResourceCommon operation. The "output" return value will be populated with the GetVegraphNetworkResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned GetVegraphNetworkResourceCommon Request to send the API call to the service. the "output" return value is not valid until after GetVegraphNetworkResourceCommon Send returns without error.

See GetVegraphNetworkResourceCommon for more information on using the GetVegraphNetworkResourceCommon API call, and error handling.

// Example sending a request using the GetVegraphNetworkResourceCommonRequest method.
req, resp := client.GetVegraphNetworkResourceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetVegraphNetworkResourceCommonWithContext

func (c *GRAPH) GetVegraphNetworkResourceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetVegraphNetworkResourceCommonWithContext is the same as GetVegraphNetworkResourceCommon with the addition of the ability to pass a context and additional request options.

See GetVegraphNetworkResourceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetVegraphNetworkResourceRequest

func (c *GRAPH) GetVegraphNetworkResourceRequest(input *GetVegraphNetworkResourceInput) (req *request.Request, output *GetVegraphNetworkResourceOutput)

GetVegraphNetworkResourceRequest generates a "volcengine/request.Request" representing the client's request for the GetVegraphNetworkResource operation. The "output" return value will be populated with the GetVegraphNetworkResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned GetVegraphNetworkResourceCommon Request to send the API call to the service. the "output" return value is not valid until after GetVegraphNetworkResourceCommon Send returns without error.

See GetVegraphNetworkResource for more information on using the GetVegraphNetworkResource API call, and error handling.

// Example sending a request using the GetVegraphNetworkResourceRequest method.
req, resp := client.GetVegraphNetworkResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetVegraphNetworkResourceWithContext

func (c *GRAPH) GetVegraphNetworkResourceWithContext(ctx volcengine.Context, input *GetVegraphNetworkResourceInput, opts ...request.Option) (*GetVegraphNetworkResourceOutput, error)

GetVegraphNetworkResourceWithContext is the same as GetVegraphNetworkResource with the addition of the ability to pass a context and additional request options.

See GetVegraphNetworkResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetVegraphReadAndWriteStatus added in v1.1.12

func (c *GRAPH) GetVegraphReadAndWriteStatus(input *GetVegraphReadAndWriteStatusInput) (*GetVegraphReadAndWriteStatusOutput, error)

GetVegraphReadAndWriteStatus API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetVegraphReadAndWriteStatus for usage and error information.

func (*GRAPH) GetVegraphReadAndWriteStatusCommon added in v1.1.12

func (c *GRAPH) GetVegraphReadAndWriteStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetVegraphReadAndWriteStatusCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetVegraphReadAndWriteStatusCommon for usage and error information.

func (*GRAPH) GetVegraphReadAndWriteStatusCommonRequest added in v1.1.12

func (c *GRAPH) GetVegraphReadAndWriteStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetVegraphReadAndWriteStatusCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetVegraphReadAndWriteStatusCommon operation. The "output" return value will be populated with the GetVegraphReadAndWriteStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned GetVegraphReadAndWriteStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetVegraphReadAndWriteStatusCommon Send returns without error.

See GetVegraphReadAndWriteStatusCommon for more information on using the GetVegraphReadAndWriteStatusCommon API call, and error handling.

// Example sending a request using the GetVegraphReadAndWriteStatusCommonRequest method.
req, resp := client.GetVegraphReadAndWriteStatusCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetVegraphReadAndWriteStatusCommonWithContext added in v1.1.12

func (c *GRAPH) GetVegraphReadAndWriteStatusCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetVegraphReadAndWriteStatusCommonWithContext is the same as GetVegraphReadAndWriteStatusCommon with the addition of the ability to pass a context and additional request options.

See GetVegraphReadAndWriteStatusCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetVegraphReadAndWriteStatusRequest added in v1.1.12

func (c *GRAPH) GetVegraphReadAndWriteStatusRequest(input *GetVegraphReadAndWriteStatusInput) (req *request.Request, output *GetVegraphReadAndWriteStatusOutput)

GetVegraphReadAndWriteStatusRequest generates a "volcengine/request.Request" representing the client's request for the GetVegraphReadAndWriteStatus operation. The "output" return value will be populated with the GetVegraphReadAndWriteStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned GetVegraphReadAndWriteStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetVegraphReadAndWriteStatusCommon Send returns without error.

See GetVegraphReadAndWriteStatus for more information on using the GetVegraphReadAndWriteStatus API call, and error handling.

// Example sending a request using the GetVegraphReadAndWriteStatusRequest method.
req, resp := client.GetVegraphReadAndWriteStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetVegraphReadAndWriteStatusWithContext added in v1.1.12

func (c *GRAPH) GetVegraphReadAndWriteStatusWithContext(ctx volcengine.Context, input *GetVegraphReadAndWriteStatusInput, opts ...request.Option) (*GetVegraphReadAndWriteStatusOutput, error)

GetVegraphReadAndWriteStatusWithContext is the same as GetVegraphReadAndWriteStatus with the addition of the ability to pass a context and additional request options.

See GetVegraphReadAndWriteStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetVersionSetAndComponentsInfo added in v1.1.30

func (c *GRAPH) GetVersionSetAndComponentsInfo(input *GetVersionSetAndComponentsInfoInput) (*GetVersionSetAndComponentsInfoOutput, error)

GetVersionSetAndComponentsInfo API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetVersionSetAndComponentsInfo for usage and error information.

func (*GRAPH) GetVersionSetAndComponentsInfoCommon added in v1.1.30

func (c *GRAPH) GetVersionSetAndComponentsInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetVersionSetAndComponentsInfoCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GetVersionSetAndComponentsInfoCommon for usage and error information.

func (*GRAPH) GetVersionSetAndComponentsInfoCommonRequest added in v1.1.30

func (c *GRAPH) GetVersionSetAndComponentsInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetVersionSetAndComponentsInfoCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetVersionSetAndComponentsInfoCommon operation. The "output" return value will be populated with the GetVersionSetAndComponentsInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned GetVersionSetAndComponentsInfoCommon Request to send the API call to the service. the "output" return value is not valid until after GetVersionSetAndComponentsInfoCommon Send returns without error.

See GetVersionSetAndComponentsInfoCommon for more information on using the GetVersionSetAndComponentsInfoCommon API call, and error handling.

// Example sending a request using the GetVersionSetAndComponentsInfoCommonRequest method.
req, resp := client.GetVersionSetAndComponentsInfoCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetVersionSetAndComponentsInfoCommonWithContext added in v1.1.30

func (c *GRAPH) GetVersionSetAndComponentsInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetVersionSetAndComponentsInfoCommonWithContext is the same as GetVersionSetAndComponentsInfoCommon with the addition of the ability to pass a context and additional request options.

See GetVersionSetAndComponentsInfoCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GetVersionSetAndComponentsInfoRequest added in v1.1.30

func (c *GRAPH) GetVersionSetAndComponentsInfoRequest(input *GetVersionSetAndComponentsInfoInput) (req *request.Request, output *GetVersionSetAndComponentsInfoOutput)

GetVersionSetAndComponentsInfoRequest generates a "volcengine/request.Request" representing the client's request for the GetVersionSetAndComponentsInfo operation. The "output" return value will be populated with the GetVersionSetAndComponentsInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned GetVersionSetAndComponentsInfoCommon Request to send the API call to the service. the "output" return value is not valid until after GetVersionSetAndComponentsInfoCommon Send returns without error.

See GetVersionSetAndComponentsInfo for more information on using the GetVersionSetAndComponentsInfo API call, and error handling.

// Example sending a request using the GetVersionSetAndComponentsInfoRequest method.
req, resp := client.GetVersionSetAndComponentsInfoRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GetVersionSetAndComponentsInfoWithContext added in v1.1.30

func (c *GRAPH) GetVersionSetAndComponentsInfoWithContext(ctx volcengine.Context, input *GetVersionSetAndComponentsInfoInput, opts ...request.Option) (*GetVersionSetAndComponentsInfoOutput, error)

GetVersionSetAndComponentsInfoWithContext is the same as GetVersionSetAndComponentsInfo with the addition of the ability to pass a context and additional request options.

See GetVersionSetAndComponentsInfo for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GraphragAddKnowledgeBase added in v1.1.42

func (c *GRAPH) GraphragAddKnowledgeBase(input *GraphragAddKnowledgeBaseInput) (*GraphragAddKnowledgeBaseOutput, error)

GraphragAddKnowledgeBase API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GraphragAddKnowledgeBase for usage and error information.

func (*GRAPH) GraphragAddKnowledgeBaseCommon added in v1.1.42

func (c *GRAPH) GraphragAddKnowledgeBaseCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GraphragAddKnowledgeBaseCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation GraphragAddKnowledgeBaseCommon for usage and error information.

func (*GRAPH) GraphragAddKnowledgeBaseCommonRequest added in v1.1.42

func (c *GRAPH) GraphragAddKnowledgeBaseCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GraphragAddKnowledgeBaseCommonRequest generates a "volcengine/request.Request" representing the client's request for the GraphragAddKnowledgeBaseCommon operation. The "output" return value will be populated with the GraphragAddKnowledgeBaseCommon request's response once the request completes successfully.

Use "Send" method on the returned GraphragAddKnowledgeBaseCommon Request to send the API call to the service. the "output" return value is not valid until after GraphragAddKnowledgeBaseCommon Send returns without error.

See GraphragAddKnowledgeBaseCommon for more information on using the GraphragAddKnowledgeBaseCommon API call, and error handling.

// Example sending a request using the GraphragAddKnowledgeBaseCommonRequest method.
req, resp := client.GraphragAddKnowledgeBaseCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GraphragAddKnowledgeBaseCommonWithContext added in v1.1.42

func (c *GRAPH) GraphragAddKnowledgeBaseCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GraphragAddKnowledgeBaseCommonWithContext is the same as GraphragAddKnowledgeBaseCommon with the addition of the ability to pass a context and additional request options.

See GraphragAddKnowledgeBaseCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) GraphragAddKnowledgeBaseRequest added in v1.1.42

func (c *GRAPH) GraphragAddKnowledgeBaseRequest(input *GraphragAddKnowledgeBaseInput) (req *request.Request, output *GraphragAddKnowledgeBaseOutput)

GraphragAddKnowledgeBaseRequest generates a "volcengine/request.Request" representing the client's request for the GraphragAddKnowledgeBase operation. The "output" return value will be populated with the GraphragAddKnowledgeBaseCommon request's response once the request completes successfully.

Use "Send" method on the returned GraphragAddKnowledgeBaseCommon Request to send the API call to the service. the "output" return value is not valid until after GraphragAddKnowledgeBaseCommon Send returns without error.

See GraphragAddKnowledgeBase for more information on using the GraphragAddKnowledgeBase API call, and error handling.

// Example sending a request using the GraphragAddKnowledgeBaseRequest method.
req, resp := client.GraphragAddKnowledgeBaseRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) GraphragAddKnowledgeBaseWithContext added in v1.1.42

func (c *GRAPH) GraphragAddKnowledgeBaseWithContext(ctx volcengine.Context, input *GraphragAddKnowledgeBaseInput, opts ...request.Option) (*GraphragAddKnowledgeBaseOutput, error)

GraphragAddKnowledgeBaseWithContext is the same as GraphragAddKnowledgeBase with the addition of the ability to pass a context and additional request options.

See GraphragAddKnowledgeBase for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ListAllTables added in v1.1.55

func (c *GRAPH) ListAllTables(input *ListAllTablesInput) (*ListAllTablesOutput, error)

ListAllTables API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ListAllTables for usage and error information.

func (*GRAPH) ListAllTablesCommon added in v1.1.55

func (c *GRAPH) ListAllTablesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListAllTablesCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ListAllTablesCommon for usage and error information.

func (*GRAPH) ListAllTablesCommonRequest added in v1.1.55

func (c *GRAPH) ListAllTablesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListAllTablesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListAllTablesCommon operation. The "output" return value will be populated with the ListAllTablesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListAllTablesCommon Request to send the API call to the service. the "output" return value is not valid until after ListAllTablesCommon Send returns without error.

See ListAllTablesCommon for more information on using the ListAllTablesCommon API call, and error handling.

// Example sending a request using the ListAllTablesCommonRequest method.
req, resp := client.ListAllTablesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ListAllTablesCommonWithContext added in v1.1.55

func (c *GRAPH) ListAllTablesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListAllTablesCommonWithContext is the same as ListAllTablesCommon with the addition of the ability to pass a context and additional request options.

See ListAllTablesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ListAllTablesRequest added in v1.1.55

func (c *GRAPH) ListAllTablesRequest(input *ListAllTablesInput) (req *request.Request, output *ListAllTablesOutput)

ListAllTablesRequest generates a "volcengine/request.Request" representing the client's request for the ListAllTables operation. The "output" return value will be populated with the ListAllTablesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListAllTablesCommon Request to send the API call to the service. the "output" return value is not valid until after ListAllTablesCommon Send returns without error.

See ListAllTables for more information on using the ListAllTables API call, and error handling.

// Example sending a request using the ListAllTablesRequest method.
req, resp := client.ListAllTablesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ListAllTablesWithContext added in v1.1.55

func (c *GRAPH) ListAllTablesWithContext(ctx volcengine.Context, input *ListAllTablesInput, opts ...request.Option) (*ListAllTablesOutput, error)

ListAllTablesWithContext is the same as ListAllTables with the addition of the ability to pass a context and additional request options.

See ListAllTables for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ListClusterTables

func (c *GRAPH) ListClusterTables(input *ListClusterTablesInput) (*ListClusterTablesOutput, error)

ListClusterTables API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ListClusterTables for usage and error information.

func (*GRAPH) ListClusterTablesCommon

func (c *GRAPH) ListClusterTablesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListClusterTablesCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ListClusterTablesCommon for usage and error information.

func (*GRAPH) ListClusterTablesCommonRequest

func (c *GRAPH) ListClusterTablesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListClusterTablesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListClusterTablesCommon operation. The "output" return value will be populated with the ListClusterTablesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListClusterTablesCommon Request to send the API call to the service. the "output" return value is not valid until after ListClusterTablesCommon Send returns without error.

See ListClusterTablesCommon for more information on using the ListClusterTablesCommon API call, and error handling.

// Example sending a request using the ListClusterTablesCommonRequest method.
req, resp := client.ListClusterTablesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ListClusterTablesCommonWithContext

func (c *GRAPH) ListClusterTablesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListClusterTablesCommonWithContext is the same as ListClusterTablesCommon with the addition of the ability to pass a context and additional request options.

See ListClusterTablesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ListClusterTablesRequest

func (c *GRAPH) ListClusterTablesRequest(input *ListClusterTablesInput) (req *request.Request, output *ListClusterTablesOutput)

ListClusterTablesRequest generates a "volcengine/request.Request" representing the client's request for the ListClusterTables operation. The "output" return value will be populated with the ListClusterTablesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListClusterTablesCommon Request to send the API call to the service. the "output" return value is not valid until after ListClusterTablesCommon Send returns without error.

See ListClusterTables for more information on using the ListClusterTables API call, and error handling.

// Example sending a request using the ListClusterTablesRequest method.
req, resp := client.ListClusterTablesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ListClusterTablesWithContext

func (c *GRAPH) ListClusterTablesWithContext(ctx volcengine.Context, input *ListClusterTablesInput, opts ...request.Option) (*ListClusterTablesOutput, error)

ListClusterTablesWithContext is the same as ListClusterTables with the addition of the ability to pass a context and additional request options.

See ListClusterTables for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ListGraphRagService added in v1.1.42

func (c *GRAPH) ListGraphRagService(input *ListGraphRagServiceInput) (*ListGraphRagServiceOutput, error)

ListGraphRagService API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ListGraphRagService for usage and error information.

func (*GRAPH) ListGraphRagServiceCommon added in v1.1.42

func (c *GRAPH) ListGraphRagServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListGraphRagServiceCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ListGraphRagServiceCommon for usage and error information.

func (*GRAPH) ListGraphRagServiceCommonRequest added in v1.1.42

func (c *GRAPH) ListGraphRagServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListGraphRagServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListGraphRagServiceCommon operation. The "output" return value will be populated with the ListGraphRagServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned ListGraphRagServiceCommon Request to send the API call to the service. the "output" return value is not valid until after ListGraphRagServiceCommon Send returns without error.

See ListGraphRagServiceCommon for more information on using the ListGraphRagServiceCommon API call, and error handling.

// Example sending a request using the ListGraphRagServiceCommonRequest method.
req, resp := client.ListGraphRagServiceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ListGraphRagServiceCommonWithContext added in v1.1.42

func (c *GRAPH) ListGraphRagServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListGraphRagServiceCommonWithContext is the same as ListGraphRagServiceCommon with the addition of the ability to pass a context and additional request options.

See ListGraphRagServiceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ListGraphRagServiceRequest added in v1.1.42

func (c *GRAPH) ListGraphRagServiceRequest(input *ListGraphRagServiceInput) (req *request.Request, output *ListGraphRagServiceOutput)

ListGraphRagServiceRequest generates a "volcengine/request.Request" representing the client's request for the ListGraphRagService operation. The "output" return value will be populated with the ListGraphRagServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned ListGraphRagServiceCommon Request to send the API call to the service. the "output" return value is not valid until after ListGraphRagServiceCommon Send returns without error.

See ListGraphRagService for more information on using the ListGraphRagService API call, and error handling.

// Example sending a request using the ListGraphRagServiceRequest method.
req, resp := client.ListGraphRagServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ListGraphRagServiceWithContext added in v1.1.42

func (c *GRAPH) ListGraphRagServiceWithContext(ctx volcengine.Context, input *ListGraphRagServiceInput, opts ...request.Option) (*ListGraphRagServiceOutput, error)

ListGraphRagServiceWithContext is the same as ListGraphRagService with the addition of the ability to pass a context and additional request options.

See ListGraphRagService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ListInstance

func (c *GRAPH) ListInstance(input *ListInstanceInput) (*ListInstanceOutput, error)

ListInstance API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ListInstance for usage and error information.

func (*GRAPH) ListInstanceCommon

func (c *GRAPH) ListInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListInstanceCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ListInstanceCommon for usage and error information.

func (*GRAPH) ListInstanceCommonRequest

func (c *GRAPH) ListInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListInstanceCommon operation. The "output" return value will be populated with the ListInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned ListInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after ListInstanceCommon Send returns without error.

See ListInstanceCommon for more information on using the ListInstanceCommon API call, and error handling.

// Example sending a request using the ListInstanceCommonRequest method.
req, resp := client.ListInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ListInstanceCommonWithContext

func (c *GRAPH) ListInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListInstanceCommonWithContext is the same as ListInstanceCommon with the addition of the ability to pass a context and additional request options.

See ListInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ListInstanceRequest

func (c *GRAPH) ListInstanceRequest(input *ListInstanceInput) (req *request.Request, output *ListInstanceOutput)

ListInstanceRequest generates a "volcengine/request.Request" representing the client's request for the ListInstance operation. The "output" return value will be populated with the ListInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned ListInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after ListInstanceCommon Send returns without error.

See ListInstance for more information on using the ListInstance API call, and error handling.

// Example sending a request using the ListInstanceRequest method.
req, resp := client.ListInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ListInstanceWithContext

func (c *GRAPH) ListInstanceWithContext(ctx volcengine.Context, input *ListInstanceInput, opts ...request.Option) (*ListInstanceOutput, error)

ListInstanceWithContext is the same as ListInstance with the addition of the ability to pass a context and additional request options.

See ListInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ListTabletServer added in v1.1.42

func (c *GRAPH) ListTabletServer(input *ListTabletServerInput) (*ListTabletServerOutput, error)

ListTabletServer API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ListTabletServer for usage and error information.

func (*GRAPH) ListTabletServerCommon added in v1.1.42

func (c *GRAPH) ListTabletServerCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListTabletServerCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ListTabletServerCommon for usage and error information.

func (*GRAPH) ListTabletServerCommonRequest added in v1.1.42

func (c *GRAPH) ListTabletServerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListTabletServerCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListTabletServerCommon operation. The "output" return value will be populated with the ListTabletServerCommon request's response once the request completes successfully.

Use "Send" method on the returned ListTabletServerCommon Request to send the API call to the service. the "output" return value is not valid until after ListTabletServerCommon Send returns without error.

See ListTabletServerCommon for more information on using the ListTabletServerCommon API call, and error handling.

// Example sending a request using the ListTabletServerCommonRequest method.
req, resp := client.ListTabletServerCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ListTabletServerCommonWithContext added in v1.1.42

func (c *GRAPH) ListTabletServerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListTabletServerCommonWithContext is the same as ListTabletServerCommon with the addition of the ability to pass a context and additional request options.

See ListTabletServerCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ListTabletServerRequest added in v1.1.42

func (c *GRAPH) ListTabletServerRequest(input *ListTabletServerInput) (req *request.Request, output *ListTabletServerOutput)

ListTabletServerRequest generates a "volcengine/request.Request" representing the client's request for the ListTabletServer operation. The "output" return value will be populated with the ListTabletServerCommon request's response once the request completes successfully.

Use "Send" method on the returned ListTabletServerCommon Request to send the API call to the service. the "output" return value is not valid until after ListTabletServerCommon Send returns without error.

See ListTabletServer for more information on using the ListTabletServer API call, and error handling.

// Example sending a request using the ListTabletServerRequest method.
req, resp := client.ListTabletServerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ListTabletServerWithContext added in v1.1.42

func (c *GRAPH) ListTabletServerWithContext(ctx volcengine.Context, input *ListTabletServerInput, opts ...request.Option) (*ListTabletServerOutput, error)

ListTabletServerWithContext is the same as ListTabletServer with the addition of the ability to pass a context and additional request options.

See ListTabletServer for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ListTabletTask added in v1.1.42

func (c *GRAPH) ListTabletTask(input *ListTabletTaskInput) (*ListTabletTaskOutput, error)

ListTabletTask API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ListTabletTask for usage and error information.

func (*GRAPH) ListTabletTaskCommon added in v1.1.42

func (c *GRAPH) ListTabletTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListTabletTaskCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ListTabletTaskCommon for usage and error information.

func (*GRAPH) ListTabletTaskCommonRequest added in v1.1.42

func (c *GRAPH) ListTabletTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListTabletTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListTabletTaskCommon operation. The "output" return value will be populated with the ListTabletTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned ListTabletTaskCommon Request to send the API call to the service. the "output" return value is not valid until after ListTabletTaskCommon Send returns without error.

See ListTabletTaskCommon for more information on using the ListTabletTaskCommon API call, and error handling.

// Example sending a request using the ListTabletTaskCommonRequest method.
req, resp := client.ListTabletTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ListTabletTaskCommonWithContext added in v1.1.42

func (c *GRAPH) ListTabletTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListTabletTaskCommonWithContext is the same as ListTabletTaskCommon with the addition of the ability to pass a context and additional request options.

See ListTabletTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ListTabletTaskRequest added in v1.1.42

func (c *GRAPH) ListTabletTaskRequest(input *ListTabletTaskInput) (req *request.Request, output *ListTabletTaskOutput)

ListTabletTaskRequest generates a "volcengine/request.Request" representing the client's request for the ListTabletTask operation. The "output" return value will be populated with the ListTabletTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned ListTabletTaskCommon Request to send the API call to the service. the "output" return value is not valid until after ListTabletTaskCommon Send returns without error.

See ListTabletTask for more information on using the ListTabletTask API call, and error handling.

// Example sending a request using the ListTabletTaskRequest method.
req, resp := client.ListTabletTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ListTabletTaskWithContext added in v1.1.42

func (c *GRAPH) ListTabletTaskWithContext(ctx volcengine.Context, input *ListTabletTaskInput, opts ...request.Option) (*ListTabletTaskOutput, error)

ListTabletTaskWithContext is the same as ListTabletTask with the addition of the ability to pass a context and additional request options.

See ListTabletTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ListTablets added in v1.1.42

func (c *GRAPH) ListTablets(input *ListTabletsInput) (*ListTabletsOutput, error)

ListTablets API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ListTablets for usage and error information.

func (*GRAPH) ListTabletsCommon added in v1.1.42

func (c *GRAPH) ListTabletsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListTabletsCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ListTabletsCommon for usage and error information.

func (*GRAPH) ListTabletsCommonRequest added in v1.1.42

func (c *GRAPH) ListTabletsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListTabletsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListTabletsCommon operation. The "output" return value will be populated with the ListTabletsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListTabletsCommon Request to send the API call to the service. the "output" return value is not valid until after ListTabletsCommon Send returns without error.

See ListTabletsCommon for more information on using the ListTabletsCommon API call, and error handling.

// Example sending a request using the ListTabletsCommonRequest method.
req, resp := client.ListTabletsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ListTabletsCommonWithContext added in v1.1.42

func (c *GRAPH) ListTabletsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListTabletsCommonWithContext is the same as ListTabletsCommon with the addition of the ability to pass a context and additional request options.

See ListTabletsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ListTabletsRequest added in v1.1.42

func (c *GRAPH) ListTabletsRequest(input *ListTabletsInput) (req *request.Request, output *ListTabletsOutput)

ListTabletsRequest generates a "volcengine/request.Request" representing the client's request for the ListTablets operation. The "output" return value will be populated with the ListTabletsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListTabletsCommon Request to send the API call to the service. the "output" return value is not valid until after ListTabletsCommon Send returns without error.

See ListTablets for more information on using the ListTablets API call, and error handling.

// Example sending a request using the ListTabletsRequest method.
req, resp := client.ListTabletsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ListTabletsWithContext added in v1.1.42

func (c *GRAPH) ListTabletsWithContext(ctx volcengine.Context, input *ListTabletsInput, opts ...request.Option) (*ListTabletsOutput, error)

ListTabletsWithContext is the same as ListTablets with the addition of the ability to pass a context and additional request options.

See ListTablets for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) MigrateTabletReplica added in v1.1.42

func (c *GRAPH) MigrateTabletReplica(input *MigrateTabletReplicaInput) (*MigrateTabletReplicaOutput, error)

MigrateTabletReplica API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation MigrateTabletReplica for usage and error information.

func (*GRAPH) MigrateTabletReplicaCommon added in v1.1.42

func (c *GRAPH) MigrateTabletReplicaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

MigrateTabletReplicaCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation MigrateTabletReplicaCommon for usage and error information.

func (*GRAPH) MigrateTabletReplicaCommonRequest added in v1.1.42

func (c *GRAPH) MigrateTabletReplicaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

MigrateTabletReplicaCommonRequest generates a "volcengine/request.Request" representing the client's request for the MigrateTabletReplicaCommon operation. The "output" return value will be populated with the MigrateTabletReplicaCommon request's response once the request completes successfully.

Use "Send" method on the returned MigrateTabletReplicaCommon Request to send the API call to the service. the "output" return value is not valid until after MigrateTabletReplicaCommon Send returns without error.

See MigrateTabletReplicaCommon for more information on using the MigrateTabletReplicaCommon API call, and error handling.

// Example sending a request using the MigrateTabletReplicaCommonRequest method.
req, resp := client.MigrateTabletReplicaCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) MigrateTabletReplicaCommonWithContext added in v1.1.42

func (c *GRAPH) MigrateTabletReplicaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

MigrateTabletReplicaCommonWithContext is the same as MigrateTabletReplicaCommon with the addition of the ability to pass a context and additional request options.

See MigrateTabletReplicaCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) MigrateTabletReplicaRequest added in v1.1.42

func (c *GRAPH) MigrateTabletReplicaRequest(input *MigrateTabletReplicaInput) (req *request.Request, output *MigrateTabletReplicaOutput)

MigrateTabletReplicaRequest generates a "volcengine/request.Request" representing the client's request for the MigrateTabletReplica operation. The "output" return value will be populated with the MigrateTabletReplicaCommon request's response once the request completes successfully.

Use "Send" method on the returned MigrateTabletReplicaCommon Request to send the API call to the service. the "output" return value is not valid until after MigrateTabletReplicaCommon Send returns without error.

See MigrateTabletReplica for more information on using the MigrateTabletReplica API call, and error handling.

// Example sending a request using the MigrateTabletReplicaRequest method.
req, resp := client.MigrateTabletReplicaRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) MigrateTabletReplicaWithContext added in v1.1.42

func (c *GRAPH) MigrateTabletReplicaWithContext(ctx volcengine.Context, input *MigrateTabletReplicaInput, opts ...request.Option) (*MigrateTabletReplicaOutput, error)

MigrateTabletReplicaWithContext is the same as MigrateTabletReplica with the addition of the ability to pass a context and additional request options.

See MigrateTabletReplica for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ModifyDBInstanceDeletionProtectionPolicy added in v1.1.12

func (c *GRAPH) ModifyDBInstanceDeletionProtectionPolicy(input *ModifyDBInstanceDeletionProtectionPolicyInput) (*ModifyDBInstanceDeletionProtectionPolicyOutput, error)

ModifyDBInstanceDeletionProtectionPolicy API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ModifyDBInstanceDeletionProtectionPolicy for usage and error information.

func (*GRAPH) ModifyDBInstanceDeletionProtectionPolicyCommon added in v1.1.12

func (c *GRAPH) ModifyDBInstanceDeletionProtectionPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceDeletionProtectionPolicyCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ModifyDBInstanceDeletionProtectionPolicyCommon for usage and error information.

func (*GRAPH) ModifyDBInstanceDeletionProtectionPolicyCommonRequest added in v1.1.12

func (c *GRAPH) ModifyDBInstanceDeletionProtectionPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDBInstanceDeletionProtectionPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceDeletionProtectionPolicyCommon operation. The "output" return value will be populated with the ModifyDBInstanceDeletionProtectionPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceDeletionProtectionPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceDeletionProtectionPolicyCommon Send returns without error.

See ModifyDBInstanceDeletionProtectionPolicyCommon for more information on using the ModifyDBInstanceDeletionProtectionPolicyCommon API call, and error handling.

// Example sending a request using the ModifyDBInstanceDeletionProtectionPolicyCommonRequest method.
req, resp := client.ModifyDBInstanceDeletionProtectionPolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ModifyDBInstanceDeletionProtectionPolicyCommonWithContext added in v1.1.12

func (c *GRAPH) ModifyDBInstanceDeletionProtectionPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDBInstanceDeletionProtectionPolicyCommonWithContext is the same as ModifyDBInstanceDeletionProtectionPolicyCommon with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceDeletionProtectionPolicyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ModifyDBInstanceDeletionProtectionPolicyRequest added in v1.1.12

func (c *GRAPH) ModifyDBInstanceDeletionProtectionPolicyRequest(input *ModifyDBInstanceDeletionProtectionPolicyInput) (req *request.Request, output *ModifyDBInstanceDeletionProtectionPolicyOutput)

ModifyDBInstanceDeletionProtectionPolicyRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDBInstanceDeletionProtectionPolicy operation. The "output" return value will be populated with the ModifyDBInstanceDeletionProtectionPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDBInstanceDeletionProtectionPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDBInstanceDeletionProtectionPolicyCommon Send returns without error.

See ModifyDBInstanceDeletionProtectionPolicy for more information on using the ModifyDBInstanceDeletionProtectionPolicy API call, and error handling.

// Example sending a request using the ModifyDBInstanceDeletionProtectionPolicyRequest method.
req, resp := client.ModifyDBInstanceDeletionProtectionPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ModifyDBInstanceDeletionProtectionPolicyWithContext added in v1.1.12

func (c *GRAPH) ModifyDBInstanceDeletionProtectionPolicyWithContext(ctx volcengine.Context, input *ModifyDBInstanceDeletionProtectionPolicyInput, opts ...request.Option) (*ModifyDBInstanceDeletionProtectionPolicyOutput, error)

ModifyDBInstanceDeletionProtectionPolicyWithContext is the same as ModifyDBInstanceDeletionProtectionPolicy with the addition of the ability to pass a context and additional request options.

See ModifyDBInstanceDeletionProtectionPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ModifySchema

func (c *GRAPH) ModifySchema(input *ModifySchemaInput) (*ModifySchemaOutput, error)

ModifySchema API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ModifySchema for usage and error information.

func (*GRAPH) ModifySchemaCommon

func (c *GRAPH) ModifySchemaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifySchemaCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ModifySchemaCommon for usage and error information.

func (*GRAPH) ModifySchemaCommonRequest

func (c *GRAPH) ModifySchemaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifySchemaCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifySchemaCommon operation. The "output" return value will be populated with the ModifySchemaCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifySchemaCommon Request to send the API call to the service. the "output" return value is not valid until after ModifySchemaCommon Send returns without error.

See ModifySchemaCommon for more information on using the ModifySchemaCommon API call, and error handling.

// Example sending a request using the ModifySchemaCommonRequest method.
req, resp := client.ModifySchemaCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ModifySchemaCommonWithContext

func (c *GRAPH) ModifySchemaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifySchemaCommonWithContext is the same as ModifySchemaCommon with the addition of the ability to pass a context and additional request options.

See ModifySchemaCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ModifySchemaRequest

func (c *GRAPH) ModifySchemaRequest(input *ModifySchemaInput) (req *request.Request, output *ModifySchemaOutput)

ModifySchemaRequest generates a "volcengine/request.Request" representing the client's request for the ModifySchema operation. The "output" return value will be populated with the ModifySchemaCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifySchemaCommon Request to send the API call to the service. the "output" return value is not valid until after ModifySchemaCommon Send returns without error.

See ModifySchema for more information on using the ModifySchema API call, and error handling.

// Example sending a request using the ModifySchemaRequest method.
req, resp := client.ModifySchemaRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ModifySchemaWithContext

func (c *GRAPH) ModifySchemaWithContext(ctx volcengine.Context, input *ModifySchemaInput, opts ...request.Option) (*ModifySchemaOutput, error)

ModifySchemaWithContext is the same as ModifySchema with the addition of the ability to pass a context and additional request options.

See ModifySchema for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) SetVegraphReadAndWriteStatus added in v1.1.12

func (c *GRAPH) SetVegraphReadAndWriteStatus(input *SetVegraphReadAndWriteStatusInput) (*SetVegraphReadAndWriteStatusOutput, error)

SetVegraphReadAndWriteStatus API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation SetVegraphReadAndWriteStatus for usage and error information.

func (*GRAPH) SetVegraphReadAndWriteStatusCommon added in v1.1.12

func (c *GRAPH) SetVegraphReadAndWriteStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SetVegraphReadAndWriteStatusCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation SetVegraphReadAndWriteStatusCommon for usage and error information.

func (*GRAPH) SetVegraphReadAndWriteStatusCommonRequest added in v1.1.12

func (c *GRAPH) SetVegraphReadAndWriteStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SetVegraphReadAndWriteStatusCommonRequest generates a "volcengine/request.Request" representing the client's request for the SetVegraphReadAndWriteStatusCommon operation. The "output" return value will be populated with the SetVegraphReadAndWriteStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned SetVegraphReadAndWriteStatusCommon Request to send the API call to the service. the "output" return value is not valid until after SetVegraphReadAndWriteStatusCommon Send returns without error.

See SetVegraphReadAndWriteStatusCommon for more information on using the SetVegraphReadAndWriteStatusCommon API call, and error handling.

// Example sending a request using the SetVegraphReadAndWriteStatusCommonRequest method.
req, resp := client.SetVegraphReadAndWriteStatusCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) SetVegraphReadAndWriteStatusCommonWithContext added in v1.1.12

func (c *GRAPH) SetVegraphReadAndWriteStatusCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SetVegraphReadAndWriteStatusCommonWithContext is the same as SetVegraphReadAndWriteStatusCommon with the addition of the ability to pass a context and additional request options.

See SetVegraphReadAndWriteStatusCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) SetVegraphReadAndWriteStatusRequest added in v1.1.12

func (c *GRAPH) SetVegraphReadAndWriteStatusRequest(input *SetVegraphReadAndWriteStatusInput) (req *request.Request, output *SetVegraphReadAndWriteStatusOutput)

SetVegraphReadAndWriteStatusRequest generates a "volcengine/request.Request" representing the client's request for the SetVegraphReadAndWriteStatus operation. The "output" return value will be populated with the SetVegraphReadAndWriteStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned SetVegraphReadAndWriteStatusCommon Request to send the API call to the service. the "output" return value is not valid until after SetVegraphReadAndWriteStatusCommon Send returns without error.

See SetVegraphReadAndWriteStatus for more information on using the SetVegraphReadAndWriteStatus API call, and error handling.

// Example sending a request using the SetVegraphReadAndWriteStatusRequest method.
req, resp := client.SetVegraphReadAndWriteStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) SetVegraphReadAndWriteStatusWithContext added in v1.1.12

func (c *GRAPH) SetVegraphReadAndWriteStatusWithContext(ctx volcengine.Context, input *SetVegraphReadAndWriteStatusInput, opts ...request.Option) (*SetVegraphReadAndWriteStatusOutput, error)

SetVegraphReadAndWriteStatusWithContext is the same as SetVegraphReadAndWriteStatus with the addition of the ability to pass a context and additional request options.

See SetVegraphReadAndWriteStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) TruncateTable added in v1.1.25

func (c *GRAPH) TruncateTable(input *TruncateTableInput) (*TruncateTableOutput, error)

TruncateTable API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation TruncateTable for usage and error information.

func (*GRAPH) TruncateTableCommon added in v1.1.25

func (c *GRAPH) TruncateTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

TruncateTableCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation TruncateTableCommon for usage and error information.

func (*GRAPH) TruncateTableCommonRequest added in v1.1.25

func (c *GRAPH) TruncateTableCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

TruncateTableCommonRequest generates a "volcengine/request.Request" representing the client's request for the TruncateTableCommon operation. The "output" return value will be populated with the TruncateTableCommon request's response once the request completes successfully.

Use "Send" method on the returned TruncateTableCommon Request to send the API call to the service. the "output" return value is not valid until after TruncateTableCommon Send returns without error.

See TruncateTableCommon for more information on using the TruncateTableCommon API call, and error handling.

// Example sending a request using the TruncateTableCommonRequest method.
req, resp := client.TruncateTableCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) TruncateTableCommonWithContext added in v1.1.25

func (c *GRAPH) TruncateTableCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

TruncateTableCommonWithContext is the same as TruncateTableCommon with the addition of the ability to pass a context and additional request options.

See TruncateTableCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) TruncateTableRequest added in v1.1.25

func (c *GRAPH) TruncateTableRequest(input *TruncateTableInput) (req *request.Request, output *TruncateTableOutput)

TruncateTableRequest generates a "volcengine/request.Request" representing the client's request for the TruncateTable operation. The "output" return value will be populated with the TruncateTableCommon request's response once the request completes successfully.

Use "Send" method on the returned TruncateTableCommon Request to send the API call to the service. the "output" return value is not valid until after TruncateTableCommon Send returns without error.

See TruncateTable for more information on using the TruncateTable API call, and error handling.

// Example sending a request using the TruncateTableRequest method.
req, resp := client.TruncateTableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) TruncateTableWithContext added in v1.1.25

func (c *GRAPH) TruncateTableWithContext(ctx volcengine.Context, input *TruncateTableInput, opts ...request.Option) (*TruncateTableOutput, error)

TruncateTableWithContext is the same as TruncateTable with the addition of the ability to pass a context and additional request options.

See TruncateTable for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) UpdateConfChecker added in v1.1.42

func (c *GRAPH) UpdateConfChecker(input *UpdateConfCheckerInput) (*UpdateConfCheckerOutput, error)

UpdateConfChecker API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation UpdateConfChecker for usage and error information.

func (*GRAPH) UpdateConfCheckerCommon added in v1.1.42

func (c *GRAPH) UpdateConfCheckerCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateConfCheckerCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation UpdateConfCheckerCommon for usage and error information.

func (*GRAPH) UpdateConfCheckerCommonRequest added in v1.1.42

func (c *GRAPH) UpdateConfCheckerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateConfCheckerCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateConfCheckerCommon operation. The "output" return value will be populated with the UpdateConfCheckerCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateConfCheckerCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateConfCheckerCommon Send returns without error.

See UpdateConfCheckerCommon for more information on using the UpdateConfCheckerCommon API call, and error handling.

// Example sending a request using the UpdateConfCheckerCommonRequest method.
req, resp := client.UpdateConfCheckerCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) UpdateConfCheckerCommonWithContext added in v1.1.42

func (c *GRAPH) UpdateConfCheckerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateConfCheckerCommonWithContext is the same as UpdateConfCheckerCommon with the addition of the ability to pass a context and additional request options.

See UpdateConfCheckerCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) UpdateConfCheckerRequest added in v1.1.42

func (c *GRAPH) UpdateConfCheckerRequest(input *UpdateConfCheckerInput) (req *request.Request, output *UpdateConfCheckerOutput)

UpdateConfCheckerRequest generates a "volcengine/request.Request" representing the client's request for the UpdateConfChecker operation. The "output" return value will be populated with the UpdateConfCheckerCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateConfCheckerCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateConfCheckerCommon Send returns without error.

See UpdateConfChecker for more information on using the UpdateConfChecker API call, and error handling.

// Example sending a request using the UpdateConfCheckerRequest method.
req, resp := client.UpdateConfCheckerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) UpdateConfCheckerWithContext added in v1.1.42

func (c *GRAPH) UpdateConfCheckerWithContext(ctx volcengine.Context, input *UpdateConfCheckerInput, opts ...request.Option) (*UpdateConfCheckerOutput, error)

UpdateConfCheckerWithContext is the same as UpdateConfChecker with the addition of the ability to pass a context and additional request options.

See UpdateConfChecker for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) UpdateGremlinKeywordBlackListConf added in v1.1.45

func (c *GRAPH) UpdateGremlinKeywordBlackListConf(input *UpdateGremlinKeywordBlackListConfInput) (*UpdateGremlinKeywordBlackListConfOutput, error)

UpdateGremlinKeywordBlackListConf API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation UpdateGremlinKeywordBlackListConf for usage and error information.

func (*GRAPH) UpdateGremlinKeywordBlackListConfCommon added in v1.1.45

func (c *GRAPH) UpdateGremlinKeywordBlackListConfCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateGremlinKeywordBlackListConfCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation UpdateGremlinKeywordBlackListConfCommon for usage and error information.

func (*GRAPH) UpdateGremlinKeywordBlackListConfCommonRequest added in v1.1.45

func (c *GRAPH) UpdateGremlinKeywordBlackListConfCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateGremlinKeywordBlackListConfCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateGremlinKeywordBlackListConfCommon operation. The "output" return value will be populated with the UpdateGremlinKeywordBlackListConfCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateGremlinKeywordBlackListConfCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateGremlinKeywordBlackListConfCommon Send returns without error.

See UpdateGremlinKeywordBlackListConfCommon for more information on using the UpdateGremlinKeywordBlackListConfCommon API call, and error handling.

// Example sending a request using the UpdateGremlinKeywordBlackListConfCommonRequest method.
req, resp := client.UpdateGremlinKeywordBlackListConfCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) UpdateGremlinKeywordBlackListConfCommonWithContext added in v1.1.45

func (c *GRAPH) UpdateGremlinKeywordBlackListConfCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateGremlinKeywordBlackListConfCommonWithContext is the same as UpdateGremlinKeywordBlackListConfCommon with the addition of the ability to pass a context and additional request options.

See UpdateGremlinKeywordBlackListConfCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) UpdateGremlinKeywordBlackListConfRequest added in v1.1.45

func (c *GRAPH) UpdateGremlinKeywordBlackListConfRequest(input *UpdateGremlinKeywordBlackListConfInput) (req *request.Request, output *UpdateGremlinKeywordBlackListConfOutput)

UpdateGremlinKeywordBlackListConfRequest generates a "volcengine/request.Request" representing the client's request for the UpdateGremlinKeywordBlackListConf operation. The "output" return value will be populated with the UpdateGremlinKeywordBlackListConfCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateGremlinKeywordBlackListConfCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateGremlinKeywordBlackListConfCommon Send returns without error.

See UpdateGremlinKeywordBlackListConf for more information on using the UpdateGremlinKeywordBlackListConf API call, and error handling.

// Example sending a request using the UpdateGremlinKeywordBlackListConfRequest method.
req, resp := client.UpdateGremlinKeywordBlackListConfRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) UpdateGremlinKeywordBlackListConfWithContext added in v1.1.45

func (c *GRAPH) UpdateGremlinKeywordBlackListConfWithContext(ctx volcengine.Context, input *UpdateGremlinKeywordBlackListConfInput, opts ...request.Option) (*UpdateGremlinKeywordBlackListConfOutput, error)

UpdateGremlinKeywordBlackListConfWithContext is the same as UpdateGremlinKeywordBlackListConf with the addition of the ability to pass a context and additional request options.

See UpdateGremlinKeywordBlackListConf for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) UpdateKeyBlackListConf added in v1.1.45

func (c *GRAPH) UpdateKeyBlackListConf(input *UpdateKeyBlackListConfInput) (*UpdateKeyBlackListConfOutput, error)

UpdateKeyBlackListConf API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation UpdateKeyBlackListConf for usage and error information.

func (*GRAPH) UpdateKeyBlackListConfCommon added in v1.1.45

func (c *GRAPH) UpdateKeyBlackListConfCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateKeyBlackListConfCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation UpdateKeyBlackListConfCommon for usage and error information.

func (*GRAPH) UpdateKeyBlackListConfCommonRequest added in v1.1.45

func (c *GRAPH) UpdateKeyBlackListConfCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateKeyBlackListConfCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateKeyBlackListConfCommon operation. The "output" return value will be populated with the UpdateKeyBlackListConfCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateKeyBlackListConfCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateKeyBlackListConfCommon Send returns without error.

See UpdateKeyBlackListConfCommon for more information on using the UpdateKeyBlackListConfCommon API call, and error handling.

// Example sending a request using the UpdateKeyBlackListConfCommonRequest method.
req, resp := client.UpdateKeyBlackListConfCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) UpdateKeyBlackListConfCommonWithContext added in v1.1.45

func (c *GRAPH) UpdateKeyBlackListConfCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateKeyBlackListConfCommonWithContext is the same as UpdateKeyBlackListConfCommon with the addition of the ability to pass a context and additional request options.

See UpdateKeyBlackListConfCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) UpdateKeyBlackListConfRequest added in v1.1.45

func (c *GRAPH) UpdateKeyBlackListConfRequest(input *UpdateKeyBlackListConfInput) (req *request.Request, output *UpdateKeyBlackListConfOutput)

UpdateKeyBlackListConfRequest generates a "volcengine/request.Request" representing the client's request for the UpdateKeyBlackListConf operation. The "output" return value will be populated with the UpdateKeyBlackListConfCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateKeyBlackListConfCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateKeyBlackListConfCommon Send returns without error.

See UpdateKeyBlackListConf for more information on using the UpdateKeyBlackListConf API call, and error handling.

// Example sending a request using the UpdateKeyBlackListConfRequest method.
req, resp := client.UpdateKeyBlackListConfRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) UpdateKeyBlackListConfWithContext added in v1.1.45

func (c *GRAPH) UpdateKeyBlackListConfWithContext(ctx volcengine.Context, input *UpdateKeyBlackListConfInput, opts ...request.Option) (*UpdateKeyBlackListConfOutput, error)

UpdateKeyBlackListConfWithContext is the same as UpdateKeyBlackListConf with the addition of the ability to pass a context and additional request options.

See UpdateKeyBlackListConf for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) UpdateTabletReadBlackListConf added in v1.1.45

func (c *GRAPH) UpdateTabletReadBlackListConf(input *UpdateTabletReadBlackListConfInput) (*UpdateTabletReadBlackListConfOutput, error)

UpdateTabletReadBlackListConf API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation UpdateTabletReadBlackListConf for usage and error information.

func (*GRAPH) UpdateTabletReadBlackListConfCommon added in v1.1.45

func (c *GRAPH) UpdateTabletReadBlackListConfCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateTabletReadBlackListConfCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation UpdateTabletReadBlackListConfCommon for usage and error information.

func (*GRAPH) UpdateTabletReadBlackListConfCommonRequest added in v1.1.45

func (c *GRAPH) UpdateTabletReadBlackListConfCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateTabletReadBlackListConfCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateTabletReadBlackListConfCommon operation. The "output" return value will be populated with the UpdateTabletReadBlackListConfCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateTabletReadBlackListConfCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateTabletReadBlackListConfCommon Send returns without error.

See UpdateTabletReadBlackListConfCommon for more information on using the UpdateTabletReadBlackListConfCommon API call, and error handling.

// Example sending a request using the UpdateTabletReadBlackListConfCommonRequest method.
req, resp := client.UpdateTabletReadBlackListConfCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) UpdateTabletReadBlackListConfCommonWithContext added in v1.1.45

func (c *GRAPH) UpdateTabletReadBlackListConfCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateTabletReadBlackListConfCommonWithContext is the same as UpdateTabletReadBlackListConfCommon with the addition of the ability to pass a context and additional request options.

See UpdateTabletReadBlackListConfCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) UpdateTabletReadBlackListConfRequest added in v1.1.45

func (c *GRAPH) UpdateTabletReadBlackListConfRequest(input *UpdateTabletReadBlackListConfInput) (req *request.Request, output *UpdateTabletReadBlackListConfOutput)

UpdateTabletReadBlackListConfRequest generates a "volcengine/request.Request" representing the client's request for the UpdateTabletReadBlackListConf operation. The "output" return value will be populated with the UpdateTabletReadBlackListConfCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateTabletReadBlackListConfCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateTabletReadBlackListConfCommon Send returns without error.

See UpdateTabletReadBlackListConf for more information on using the UpdateTabletReadBlackListConf API call, and error handling.

// Example sending a request using the UpdateTabletReadBlackListConfRequest method.
req, resp := client.UpdateTabletReadBlackListConfRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) UpdateTabletReadBlackListConfWithContext added in v1.1.45

func (c *GRAPH) UpdateTabletReadBlackListConfWithContext(ctx volcengine.Context, input *UpdateTabletReadBlackListConfInput, opts ...request.Option) (*UpdateTabletReadBlackListConfOutput, error)

UpdateTabletReadBlackListConfWithContext is the same as UpdateTabletReadBlackListConf with the addition of the ability to pass a context and additional request options.

See UpdateTabletReadBlackListConf for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) UpdateTabletWriteBlackListConf added in v1.1.45

func (c *GRAPH) UpdateTabletWriteBlackListConf(input *UpdateTabletWriteBlackListConfInput) (*UpdateTabletWriteBlackListConfOutput, error)

UpdateTabletWriteBlackListConf API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation UpdateTabletWriteBlackListConf for usage and error information.

func (*GRAPH) UpdateTabletWriteBlackListConfCommon added in v1.1.45

func (c *GRAPH) UpdateTabletWriteBlackListConfCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateTabletWriteBlackListConfCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation UpdateTabletWriteBlackListConfCommon for usage and error information.

func (*GRAPH) UpdateTabletWriteBlackListConfCommonRequest added in v1.1.45

func (c *GRAPH) UpdateTabletWriteBlackListConfCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateTabletWriteBlackListConfCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateTabletWriteBlackListConfCommon operation. The "output" return value will be populated with the UpdateTabletWriteBlackListConfCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateTabletWriteBlackListConfCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateTabletWriteBlackListConfCommon Send returns without error.

See UpdateTabletWriteBlackListConfCommon for more information on using the UpdateTabletWriteBlackListConfCommon API call, and error handling.

// Example sending a request using the UpdateTabletWriteBlackListConfCommonRequest method.
req, resp := client.UpdateTabletWriteBlackListConfCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) UpdateTabletWriteBlackListConfCommonWithContext added in v1.1.45

func (c *GRAPH) UpdateTabletWriteBlackListConfCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateTabletWriteBlackListConfCommonWithContext is the same as UpdateTabletWriteBlackListConfCommon with the addition of the ability to pass a context and additional request options.

See UpdateTabletWriteBlackListConfCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) UpdateTabletWriteBlackListConfRequest added in v1.1.45

func (c *GRAPH) UpdateTabletWriteBlackListConfRequest(input *UpdateTabletWriteBlackListConfInput) (req *request.Request, output *UpdateTabletWriteBlackListConfOutput)

UpdateTabletWriteBlackListConfRequest generates a "volcengine/request.Request" representing the client's request for the UpdateTabletWriteBlackListConf operation. The "output" return value will be populated with the UpdateTabletWriteBlackListConfCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateTabletWriteBlackListConfCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateTabletWriteBlackListConfCommon Send returns without error.

See UpdateTabletWriteBlackListConf for more information on using the UpdateTabletWriteBlackListConf API call, and error handling.

// Example sending a request using the UpdateTabletWriteBlackListConfRequest method.
req, resp := client.UpdateTabletWriteBlackListConfRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) UpdateTabletWriteBlackListConfWithContext added in v1.1.45

func (c *GRAPH) UpdateTabletWriteBlackListConfWithContext(ctx volcengine.Context, input *UpdateTabletWriteBlackListConfInput, opts ...request.Option) (*UpdateTabletWriteBlackListConfOutput, error)

UpdateTabletWriteBlackListConfWithContext is the same as UpdateTabletWriteBlackListConf with the addition of the ability to pass a context and additional request options.

See UpdateTabletWriteBlackListConf for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ValidateConfChecker added in v1.1.42

func (c *GRAPH) ValidateConfChecker(input *ValidateConfCheckerInput) (*ValidateConfCheckerOutput, error)

ValidateConfChecker API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ValidateConfChecker for usage and error information.

func (*GRAPH) ValidateConfCheckerCommon added in v1.1.42

func (c *GRAPH) ValidateConfCheckerCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ValidateConfCheckerCommon API operation for GRAPH.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for GRAPH's API operation ValidateConfCheckerCommon for usage and error information.

func (*GRAPH) ValidateConfCheckerCommonRequest added in v1.1.42

func (c *GRAPH) ValidateConfCheckerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ValidateConfCheckerCommonRequest generates a "volcengine/request.Request" representing the client's request for the ValidateConfCheckerCommon operation. The "output" return value will be populated with the ValidateConfCheckerCommon request's response once the request completes successfully.

Use "Send" method on the returned ValidateConfCheckerCommon Request to send the API call to the service. the "output" return value is not valid until after ValidateConfCheckerCommon Send returns without error.

See ValidateConfCheckerCommon for more information on using the ValidateConfCheckerCommon API call, and error handling.

// Example sending a request using the ValidateConfCheckerCommonRequest method.
req, resp := client.ValidateConfCheckerCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ValidateConfCheckerCommonWithContext added in v1.1.42

func (c *GRAPH) ValidateConfCheckerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ValidateConfCheckerCommonWithContext is the same as ValidateConfCheckerCommon with the addition of the ability to pass a context and additional request options.

See ValidateConfCheckerCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*GRAPH) ValidateConfCheckerRequest added in v1.1.42

func (c *GRAPH) ValidateConfCheckerRequest(input *ValidateConfCheckerInput) (req *request.Request, output *ValidateConfCheckerOutput)

ValidateConfCheckerRequest generates a "volcengine/request.Request" representing the client's request for the ValidateConfChecker operation. The "output" return value will be populated with the ValidateConfCheckerCommon request's response once the request completes successfully.

Use "Send" method on the returned ValidateConfCheckerCommon Request to send the API call to the service. the "output" return value is not valid until after ValidateConfCheckerCommon Send returns without error.

See ValidateConfChecker for more information on using the ValidateConfChecker API call, and error handling.

// Example sending a request using the ValidateConfCheckerRequest method.
req, resp := client.ValidateConfCheckerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*GRAPH) ValidateConfCheckerWithContext added in v1.1.42

func (c *GRAPH) ValidateConfCheckerWithContext(ctx volcengine.Context, input *ValidateConfCheckerInput, opts ...request.Option) (*ValidateConfCheckerOutput, error)

ValidateConfCheckerWithContext is the same as ValidateConfChecker with the addition of the ability to pass a context and additional request options.

See ValidateConfChecker for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type GRAPHAPI

type GRAPHAPI interface {
	AddTablesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AddTablesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AddTablesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AddTables(*AddTablesInput) (*AddTablesOutput, error)
	AddTablesWithContext(volcengine.Context, *AddTablesInput, ...request.Option) (*AddTablesOutput, error)
	AddTablesRequest(*AddTablesInput) (*request.Request, *AddTablesOutput)

	AlterTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AlterTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AlterTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AlterTable(*AlterTableInput) (*AlterTableOutput, error)
	AlterTableWithContext(volcengine.Context, *AlterTableInput, ...request.Option) (*AlterTableOutput, error)
	AlterTableRequest(*AlterTableInput) (*request.Request, *AlterTableOutput)

	CalcTableLimitsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CalcTableLimitsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CalcTableLimitsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CalcTableLimits(*CalcTableLimitsInput) (*CalcTableLimitsOutput, error)
	CalcTableLimitsWithContext(volcengine.Context, *CalcTableLimitsInput, ...request.Option) (*CalcTableLimitsOutput, error)
	CalcTableLimitsRequest(*CalcTableLimitsInput) (*request.Request, *CalcTableLimitsOutput)

	CreateInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateInstance(*CreateInstanceInput) (*CreateInstanceOutput, error)
	CreateInstanceWithContext(volcengine.Context, *CreateInstanceInput, ...request.Option) (*CreateInstanceOutput, error)
	CreateInstanceRequest(*CreateInstanceInput) (*request.Request, *CreateInstanceOutput)

	DecodeRawKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DecodeRawKeyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DecodeRawKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DecodeRawKey(*DecodeRawKeyInput) (*DecodeRawKeyOutput, error)
	DecodeRawKeyWithContext(volcengine.Context, *DecodeRawKeyInput, ...request.Option) (*DecodeRawKeyOutput, error)
	DecodeRawKeyRequest(*DecodeRawKeyInput) (*request.Request, *DecodeRawKeyOutput)

	DescribeInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeInstance(*DescribeInstanceInput) (*DescribeInstanceOutput, error)
	DescribeInstanceWithContext(volcengine.Context, *DescribeInstanceInput, ...request.Option) (*DescribeInstanceOutput, error)
	DescribeInstanceRequest(*DescribeInstanceInput) (*request.Request, *DescribeInstanceOutput)

	DescribeVegraphConfigInK8sCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeVegraphConfigInK8sCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeVegraphConfigInK8sCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeVegraphConfigInK8s(*DescribeVegraphConfigInK8sInput) (*DescribeVegraphConfigInK8sOutput, error)
	DescribeVegraphConfigInK8sWithContext(volcengine.Context, *DescribeVegraphConfigInK8sInput, ...request.Option) (*DescribeVegraphConfigInK8sOutput, error)
	DescribeVegraphConfigInK8sRequest(*DescribeVegraphConfigInK8sInput) (*request.Request, *DescribeVegraphConfigInK8sOutput)

	DescribeVegraphConfigInMetamysqlCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeVegraphConfigInMetamysqlCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeVegraphConfigInMetamysqlCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeVegraphConfigInMetamysql(*DescribeVegraphConfigInMetamysqlInput) (*DescribeVegraphConfigInMetamysqlOutput, error)
	DescribeVegraphConfigInMetamysqlWithContext(volcengine.Context, *DescribeVegraphConfigInMetamysqlInput, ...request.Option) (*DescribeVegraphConfigInMetamysqlOutput, error)
	DescribeVegraphConfigInMetamysqlRequest(*DescribeVegraphConfigInMetamysqlInput) (*request.Request, *DescribeVegraphConfigInMetamysqlOutput)

	DescribeZonesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeZonesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeZonesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeZones(*DescribeZonesInput) (*DescribeZonesOutput, error)
	DescribeZonesWithContext(volcengine.Context, *DescribeZonesInput, ...request.Option) (*DescribeZonesOutput, error)
	DescribeZonesRequest(*DescribeZonesInput) (*request.Request, *DescribeZonesOutput)

	DestroyInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DestroyInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DestroyInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DestroyInstance(*DestroyInstanceInput) (*DestroyInstanceOutput, error)
	DestroyInstanceWithContext(volcengine.Context, *DestroyInstanceInput, ...request.Option) (*DestroyInstanceOutput, error)
	DestroyInstanceRequest(*DestroyInstanceInput) (*request.Request, *DestroyInstanceOutput)

	ExecuteMetaserviceCliCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ExecuteMetaserviceCliCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ExecuteMetaserviceCliCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ExecuteMetaserviceCli(*ExecuteMetaserviceCliInput) (*ExecuteMetaserviceCliOutput, error)
	ExecuteMetaserviceCliWithContext(volcengine.Context, *ExecuteMetaserviceCliInput, ...request.Option) (*ExecuteMetaserviceCliOutput, error)
	ExecuteMetaserviceCliRequest(*ExecuteMetaserviceCliInput) (*request.Request, *ExecuteMetaserviceCliOutput)

	ExecuteQueryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ExecuteQueryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ExecuteQueryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ExecuteQuery(*ExecuteQueryInput) (*ExecuteQueryOutput, error)
	ExecuteQueryWithContext(volcengine.Context, *ExecuteQueryInput, ...request.Option) (*ExecuteQueryOutput, error)
	ExecuteQueryRequest(*ExecuteQueryInput) (*request.Request, *ExecuteQueryOutput)

	GetAddTablesTicketOptionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetAddTablesTicketOptionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetAddTablesTicketOptionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetAddTablesTicketOptions(*GetAddTablesTicketOptionsInput) (*GetAddTablesTicketOptionsOutput, error)
	GetAddTablesTicketOptionsWithContext(volcengine.Context, *GetAddTablesTicketOptionsInput, ...request.Option) (*GetAddTablesTicketOptionsOutput, error)
	GetAddTablesTicketOptionsRequest(*GetAddTablesTicketOptionsInput) (*request.Request, *GetAddTablesTicketOptionsOutput)

	GetConfCheckerCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetConfCheckerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetConfCheckerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetConfChecker(*GetConfCheckerInput) (*GetConfCheckerOutput, error)
	GetConfCheckerWithContext(volcengine.Context, *GetConfCheckerInput, ...request.Option) (*GetConfCheckerOutput, error)
	GetConfCheckerRequest(*GetConfCheckerInput) (*request.Request, *GetConfCheckerOutput)

	GetInstanceSpecScopeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetInstanceSpecScopeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetInstanceSpecScopeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetInstanceSpecScope(*GetInstanceSpecScopeInput) (*GetInstanceSpecScopeOutput, error)
	GetInstanceSpecScopeWithContext(volcengine.Context, *GetInstanceSpecScopeInput, ...request.Option) (*GetInstanceSpecScopeOutput, error)
	GetInstanceSpecScopeRequest(*GetInstanceSpecScopeInput) (*request.Request, *GetInstanceSpecScopeOutput)

	GetTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTable(*GetTableInput) (*GetTableOutput, error)
	GetTableWithContext(volcengine.Context, *GetTableInput, ...request.Option) (*GetTableOutput, error)
	GetTableRequest(*GetTableInput) (*request.Request, *GetTableOutput)

	GetTableConfigCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTableConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTableConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTableConfig(*GetTableConfigInput) (*GetTableConfigOutput, error)
	GetTableConfigWithContext(volcengine.Context, *GetTableConfigInput, ...request.Option) (*GetTableConfigOutput, error)
	GetTableConfigRequest(*GetTableConfigInput) (*request.Request, *GetTableConfigOutput)

	GetTableIOQosOptionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTableIOQosOptionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTableIOQosOptionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTableIOQosOptions(*GetTableIOQosOptionsInput) (*GetTableIOQosOptionsOutput, error)
	GetTableIOQosOptionsWithContext(volcengine.Context, *GetTableIOQosOptionsInput, ...request.Option) (*GetTableIOQosOptionsOutput, error)
	GetTableIOQosOptionsRequest(*GetTableIOQosOptionsInput) (*request.Request, *GetTableIOQosOptionsOutput)

	GetTableLimitCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTableLimitCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTableLimitCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTableLimit(*GetTableLimitInput) (*GetTableLimitOutput, error)
	GetTableLimitWithContext(volcengine.Context, *GetTableLimitInput, ...request.Option) (*GetTableLimitOutput, error)
	GetTableLimitRequest(*GetTableLimitInput) (*request.Request, *GetTableLimitOutput)

	GetTableQuotaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTableQuotaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTableQuotaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTableQuota(*GetTableQuotaInput) (*GetTableQuotaOutput, error)
	GetTableQuotaWithContext(volcengine.Context, *GetTableQuotaInput, ...request.Option) (*GetTableQuotaOutput, error)
	GetTableQuotaRequest(*GetTableQuotaInput) (*request.Request, *GetTableQuotaOutput)

	GetTableSchemaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTableSchemaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTableSchemaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTableSchema(*GetTableSchemaInput) (*GetTableSchemaOutput, error)
	GetTableSchemaWithContext(volcengine.Context, *GetTableSchemaInput, ...request.Option) (*GetTableSchemaOutput, error)
	GetTableSchemaRequest(*GetTableSchemaInput) (*request.Request, *GetTableSchemaOutput)

	GetVegraphNetworkResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetVegraphNetworkResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetVegraphNetworkResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetVegraphNetworkResource(*GetVegraphNetworkResourceInput) (*GetVegraphNetworkResourceOutput, error)
	GetVegraphNetworkResourceWithContext(volcengine.Context, *GetVegraphNetworkResourceInput, ...request.Option) (*GetVegraphNetworkResourceOutput, error)
	GetVegraphNetworkResourceRequest(*GetVegraphNetworkResourceInput) (*request.Request, *GetVegraphNetworkResourceOutput)

	GetVegraphReadAndWriteStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetVegraphReadAndWriteStatusCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetVegraphReadAndWriteStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetVegraphReadAndWriteStatus(*GetVegraphReadAndWriteStatusInput) (*GetVegraphReadAndWriteStatusOutput, error)
	GetVegraphReadAndWriteStatusWithContext(volcengine.Context, *GetVegraphReadAndWriteStatusInput, ...request.Option) (*GetVegraphReadAndWriteStatusOutput, error)
	GetVegraphReadAndWriteStatusRequest(*GetVegraphReadAndWriteStatusInput) (*request.Request, *GetVegraphReadAndWriteStatusOutput)

	GetVersionSetAndComponentsInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetVersionSetAndComponentsInfoCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetVersionSetAndComponentsInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetVersionSetAndComponentsInfo(*GetVersionSetAndComponentsInfoInput) (*GetVersionSetAndComponentsInfoOutput, error)
	GetVersionSetAndComponentsInfoWithContext(volcengine.Context, *GetVersionSetAndComponentsInfoInput, ...request.Option) (*GetVersionSetAndComponentsInfoOutput, error)
	GetVersionSetAndComponentsInfoRequest(*GetVersionSetAndComponentsInfoInput) (*request.Request, *GetVersionSetAndComponentsInfoOutput)

	GraphragAddKnowledgeBaseCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GraphragAddKnowledgeBaseCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GraphragAddKnowledgeBaseCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GraphragAddKnowledgeBase(*GraphragAddKnowledgeBaseInput) (*GraphragAddKnowledgeBaseOutput, error)
	GraphragAddKnowledgeBaseWithContext(volcengine.Context, *GraphragAddKnowledgeBaseInput, ...request.Option) (*GraphragAddKnowledgeBaseOutput, error)
	GraphragAddKnowledgeBaseRequest(*GraphragAddKnowledgeBaseInput) (*request.Request, *GraphragAddKnowledgeBaseOutput)

	ListAllTablesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListAllTablesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListAllTablesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListAllTables(*ListAllTablesInput) (*ListAllTablesOutput, error)
	ListAllTablesWithContext(volcengine.Context, *ListAllTablesInput, ...request.Option) (*ListAllTablesOutput, error)
	ListAllTablesRequest(*ListAllTablesInput) (*request.Request, *ListAllTablesOutput)

	ListClusterTablesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListClusterTablesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListClusterTablesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListClusterTables(*ListClusterTablesInput) (*ListClusterTablesOutput, error)
	ListClusterTablesWithContext(volcengine.Context, *ListClusterTablesInput, ...request.Option) (*ListClusterTablesOutput, error)
	ListClusterTablesRequest(*ListClusterTablesInput) (*request.Request, *ListClusterTablesOutput)

	ListGraphRagServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListGraphRagServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListGraphRagServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListGraphRagService(*ListGraphRagServiceInput) (*ListGraphRagServiceOutput, error)
	ListGraphRagServiceWithContext(volcengine.Context, *ListGraphRagServiceInput, ...request.Option) (*ListGraphRagServiceOutput, error)
	ListGraphRagServiceRequest(*ListGraphRagServiceInput) (*request.Request, *ListGraphRagServiceOutput)

	ListInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListInstance(*ListInstanceInput) (*ListInstanceOutput, error)
	ListInstanceWithContext(volcengine.Context, *ListInstanceInput, ...request.Option) (*ListInstanceOutput, error)
	ListInstanceRequest(*ListInstanceInput) (*request.Request, *ListInstanceOutput)

	ListTabletServerCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListTabletServerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListTabletServerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListTabletServer(*ListTabletServerInput) (*ListTabletServerOutput, error)
	ListTabletServerWithContext(volcengine.Context, *ListTabletServerInput, ...request.Option) (*ListTabletServerOutput, error)
	ListTabletServerRequest(*ListTabletServerInput) (*request.Request, *ListTabletServerOutput)

	ListTabletTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListTabletTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListTabletTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListTabletTask(*ListTabletTaskInput) (*ListTabletTaskOutput, error)
	ListTabletTaskWithContext(volcengine.Context, *ListTabletTaskInput, ...request.Option) (*ListTabletTaskOutput, error)
	ListTabletTaskRequest(*ListTabletTaskInput) (*request.Request, *ListTabletTaskOutput)

	ListTabletsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListTabletsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListTabletsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListTablets(*ListTabletsInput) (*ListTabletsOutput, error)
	ListTabletsWithContext(volcengine.Context, *ListTabletsInput, ...request.Option) (*ListTabletsOutput, error)
	ListTabletsRequest(*ListTabletsInput) (*request.Request, *ListTabletsOutput)

	MigrateTabletReplicaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	MigrateTabletReplicaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	MigrateTabletReplicaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	MigrateTabletReplica(*MigrateTabletReplicaInput) (*MigrateTabletReplicaOutput, error)
	MigrateTabletReplicaWithContext(volcengine.Context, *MigrateTabletReplicaInput, ...request.Option) (*MigrateTabletReplicaOutput, error)
	MigrateTabletReplicaRequest(*MigrateTabletReplicaInput) (*request.Request, *MigrateTabletReplicaOutput)

	ModifyDBInstanceDeletionProtectionPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceDeletionProtectionPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceDeletionProtectionPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceDeletionProtectionPolicy(*ModifyDBInstanceDeletionProtectionPolicyInput) (*ModifyDBInstanceDeletionProtectionPolicyOutput, error)
	ModifyDBInstanceDeletionProtectionPolicyWithContext(volcengine.Context, *ModifyDBInstanceDeletionProtectionPolicyInput, ...request.Option) (*ModifyDBInstanceDeletionProtectionPolicyOutput, error)
	ModifyDBInstanceDeletionProtectionPolicyRequest(*ModifyDBInstanceDeletionProtectionPolicyInput) (*request.Request, *ModifyDBInstanceDeletionProtectionPolicyOutput)

	ModifySchemaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifySchemaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifySchemaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifySchema(*ModifySchemaInput) (*ModifySchemaOutput, error)
	ModifySchemaWithContext(volcengine.Context, *ModifySchemaInput, ...request.Option) (*ModifySchemaOutput, error)
	ModifySchemaRequest(*ModifySchemaInput) (*request.Request, *ModifySchemaOutput)

	SetVegraphReadAndWriteStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SetVegraphReadAndWriteStatusCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SetVegraphReadAndWriteStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SetVegraphReadAndWriteStatus(*SetVegraphReadAndWriteStatusInput) (*SetVegraphReadAndWriteStatusOutput, error)
	SetVegraphReadAndWriteStatusWithContext(volcengine.Context, *SetVegraphReadAndWriteStatusInput, ...request.Option) (*SetVegraphReadAndWriteStatusOutput, error)
	SetVegraphReadAndWriteStatusRequest(*SetVegraphReadAndWriteStatusInput) (*request.Request, *SetVegraphReadAndWriteStatusOutput)

	TruncateTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	TruncateTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	TruncateTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	TruncateTable(*TruncateTableInput) (*TruncateTableOutput, error)
	TruncateTableWithContext(volcengine.Context, *TruncateTableInput, ...request.Option) (*TruncateTableOutput, error)
	TruncateTableRequest(*TruncateTableInput) (*request.Request, *TruncateTableOutput)

	UpdateConfCheckerCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateConfCheckerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateConfCheckerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateConfChecker(*UpdateConfCheckerInput) (*UpdateConfCheckerOutput, error)
	UpdateConfCheckerWithContext(volcengine.Context, *UpdateConfCheckerInput, ...request.Option) (*UpdateConfCheckerOutput, error)
	UpdateConfCheckerRequest(*UpdateConfCheckerInput) (*request.Request, *UpdateConfCheckerOutput)

	UpdateGremlinKeywordBlackListConfCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateGremlinKeywordBlackListConfCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateGremlinKeywordBlackListConfCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateGremlinKeywordBlackListConf(*UpdateGremlinKeywordBlackListConfInput) (*UpdateGremlinKeywordBlackListConfOutput, error)
	UpdateGremlinKeywordBlackListConfWithContext(volcengine.Context, *UpdateGremlinKeywordBlackListConfInput, ...request.Option) (*UpdateGremlinKeywordBlackListConfOutput, error)
	UpdateGremlinKeywordBlackListConfRequest(*UpdateGremlinKeywordBlackListConfInput) (*request.Request, *UpdateGremlinKeywordBlackListConfOutput)

	UpdateKeyBlackListConfCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateKeyBlackListConfCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateKeyBlackListConfCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateKeyBlackListConf(*UpdateKeyBlackListConfInput) (*UpdateKeyBlackListConfOutput, error)
	UpdateKeyBlackListConfWithContext(volcengine.Context, *UpdateKeyBlackListConfInput, ...request.Option) (*UpdateKeyBlackListConfOutput, error)
	UpdateKeyBlackListConfRequest(*UpdateKeyBlackListConfInput) (*request.Request, *UpdateKeyBlackListConfOutput)

	UpdateTabletReadBlackListConfCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateTabletReadBlackListConfCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateTabletReadBlackListConfCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateTabletReadBlackListConf(*UpdateTabletReadBlackListConfInput) (*UpdateTabletReadBlackListConfOutput, error)
	UpdateTabletReadBlackListConfWithContext(volcengine.Context, *UpdateTabletReadBlackListConfInput, ...request.Option) (*UpdateTabletReadBlackListConfOutput, error)
	UpdateTabletReadBlackListConfRequest(*UpdateTabletReadBlackListConfInput) (*request.Request, *UpdateTabletReadBlackListConfOutput)

	UpdateTabletWriteBlackListConfCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateTabletWriteBlackListConfCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateTabletWriteBlackListConfCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateTabletWriteBlackListConf(*UpdateTabletWriteBlackListConfInput) (*UpdateTabletWriteBlackListConfOutput, error)
	UpdateTabletWriteBlackListConfWithContext(volcengine.Context, *UpdateTabletWriteBlackListConfInput, ...request.Option) (*UpdateTabletWriteBlackListConfOutput, error)
	UpdateTabletWriteBlackListConfRequest(*UpdateTabletWriteBlackListConfInput) (*request.Request, *UpdateTabletWriteBlackListConfOutput)

	ValidateConfCheckerCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ValidateConfCheckerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ValidateConfCheckerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ValidateConfChecker(*ValidateConfCheckerInput) (*ValidateConfCheckerOutput, error)
	ValidateConfCheckerWithContext(volcengine.Context, *ValidateConfCheckerInput, ...request.Option) (*ValidateConfCheckerOutput, error)
	ValidateConfCheckerRequest(*ValidateConfCheckerInput) (*request.Request, *ValidateConfCheckerOutput)
}

GRAPHAPI provides an interface to enable mocking the graph.GRAPH service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// GRAPH.
func myFunc(svc GRAPHAPI) bool {
    // Make svc.AddTables request
}

func main() {
    sess := session.New()
    svc := graph.New(sess)

    myFunc(svc)
}

type GetAddTablesTicketOptionsInput added in v1.1.18

type GetAddTablesTicketOptionsInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetAddTablesTicketOptionsInput) GoString added in v1.1.18

GoString returns the string representation

func (*GetAddTablesTicketOptionsInput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (GetAddTablesTicketOptionsInput) String added in v1.1.18

String returns the string representation

func (*GetAddTablesTicketOptionsInput) Validate added in v1.1.18

func (s *GetAddTablesTicketOptionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAddTablesTicketOptionsOutput added in v1.1.18

type GetAddTablesTicketOptionsOutput struct {
	Metadata *response.ResponseMetadata

	Allow_enable_rotate *bool `type:"boolean" json:"allow_enable_rotate,omitempty"`
	// contains filtered or unexported fields
}

func (GetAddTablesTicketOptionsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*GetAddTablesTicketOptionsOutput) SetAllow_enable_rotate added in v1.1.18

SetAllow_enable_rotate sets the Allow_enable_rotate field's value.

func (GetAddTablesTicketOptionsOutput) String added in v1.1.18

String returns the string representation

type GetConfCheckerInput added in v1.1.42

type GetConfCheckerInput struct {
	BpmID *string `type:"string" json:",omitempty"`

	Id *int64 `type:"int64" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	PageNo *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetConfCheckerInput) GoString added in v1.1.42

func (s GetConfCheckerInput) GoString() string

GoString returns the string representation

func (*GetConfCheckerInput) SetBpmID added in v1.1.42

SetBpmID sets the BpmID field's value.

func (*GetConfCheckerInput) SetId added in v1.1.42

SetId sets the Id field's value.

func (*GetConfCheckerInput) SetName added in v1.1.42

SetName sets the Name field's value.

func (*GetConfCheckerInput) SetPageNo added in v1.1.42

SetPageNo sets the PageNo field's value.

func (*GetConfCheckerInput) SetPageSize added in v1.1.42

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

SetPageSize sets the PageSize field's value.

func (*GetConfCheckerInput) SetType added in v1.1.42

SetType sets the Type field's value.

func (GetConfCheckerInput) String added in v1.1.42

func (s GetConfCheckerInput) String() string

String returns the string representation

type GetConfCheckerOutput added in v1.1.42

type GetConfCheckerOutput struct {
	Metadata *response.ResponseMetadata

	ConfChecker []*ConfCheckerForGetConfCheckerOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetConfCheckerOutput) GoString added in v1.1.42

func (s GetConfCheckerOutput) GoString() string

GoString returns the string representation

func (*GetConfCheckerOutput) SetConfChecker added in v1.1.42

SetConfChecker sets the ConfChecker field's value.

func (GetConfCheckerOutput) String added in v1.1.42

func (s GetConfCheckerOutput) String() string

String returns the string representation

type GetInstanceSpecScopeInput

type GetInstanceSpecScopeInput struct {
	// contains filtered or unexported fields
}

func (GetInstanceSpecScopeInput) GoString

func (s GetInstanceSpecScopeInput) GoString() string

GoString returns the string representation

func (GetInstanceSpecScopeInput) String

func (s GetInstanceSpecScopeInput) String() string

String returns the string representation

type GetInstanceSpecScopeOutput

type GetInstanceSpecScopeOutput struct {
	Metadata *response.ResponseMetadata

	Infos []*InfoForGetInstanceSpecScopeOutput `type:"list" json:"infos,omitempty"`
	// contains filtered or unexported fields
}

func (GetInstanceSpecScopeOutput) GoString

func (s GetInstanceSpecScopeOutput) GoString() string

GoString returns the string representation

func (*GetInstanceSpecScopeOutput) SetInfos

SetInfos sets the Infos field's value.

func (GetInstanceSpecScopeOutput) String

String returns the string representation

type GetTableConfigInput added in v1.1.12

type GetTableConfigInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:"instanceId,omitempty" required:"true"`

	// Table is a required field
	Table *string `type:"string" json:"table,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetTableConfigInput) GoString added in v1.1.12

func (s GetTableConfigInput) GoString() string

GoString returns the string representation

func (*GetTableConfigInput) SetInstanceId added in v1.1.12

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

SetInstanceId sets the InstanceId field's value.

func (*GetTableConfigInput) SetTable added in v1.1.12

SetTable sets the Table field's value.

func (GetTableConfigInput) String added in v1.1.12

func (s GetTableConfigInput) String() string

String returns the string representation

func (*GetTableConfigInput) Validate added in v1.1.12

func (s *GetTableConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetTableConfigOutput added in v1.1.12

type GetTableConfigOutput struct {
	Metadata *response.ResponseMetadata

	TableConfig *TableConfigForGetTableConfigOutput `type:"structure" json:"tableConfig,omitempty"`
	// contains filtered or unexported fields
}

func (GetTableConfigOutput) GoString added in v1.1.12

func (s GetTableConfigOutput) GoString() string

GoString returns the string representation

func (*GetTableConfigOutput) SetTableConfig added in v1.1.12

SetTableConfig sets the TableConfig field's value.

func (GetTableConfigOutput) String added in v1.1.12

func (s GetTableConfigOutput) String() string

String returns the string representation

type GetTableIOQosOptionsInput added in v1.1.12

type GetTableIOQosOptionsInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:"instanceId,omitempty" required:"true"`

	// Table is a required field
	Table *string `type:"string" json:"table,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetTableIOQosOptionsInput) GoString added in v1.1.12

func (s GetTableIOQosOptionsInput) GoString() string

GoString returns the string representation

func (*GetTableIOQosOptionsInput) SetInstanceId added in v1.1.12

SetInstanceId sets the InstanceId field's value.

func (*GetTableIOQosOptionsInput) SetTable added in v1.1.12

SetTable sets the Table field's value.

func (GetTableIOQosOptionsInput) String added in v1.1.12

func (s GetTableIOQosOptionsInput) String() string

String returns the string representation

func (*GetTableIOQosOptionsInput) Validate added in v1.1.12

func (s *GetTableIOQosOptionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetTableIOQosOptionsOutput added in v1.1.12

type GetTableIOQosOptionsOutput struct {
	Metadata *response.ResponseMetadata

	IoQosOptions *IoQosOptionsForGetTableIOQosOptionsOutput `type:"structure" json:"ioQosOptions,omitempty"`
	// contains filtered or unexported fields
}

func (GetTableIOQosOptionsOutput) GoString added in v1.1.12

func (s GetTableIOQosOptionsOutput) GoString() string

GoString returns the string representation

func (*GetTableIOQosOptionsOutput) SetIoQosOptions added in v1.1.12

SetIoQosOptions sets the IoQosOptions field's value.

func (GetTableIOQosOptionsOutput) String added in v1.1.12

String returns the string representation

type GetTableInput added in v1.1.25

type GetTableInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	// TableName is a required field
	TableName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetTableInput) GoString added in v1.1.25

func (s GetTableInput) GoString() string

GoString returns the string representation

func (*GetTableInput) SetInstanceId added in v1.1.25

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

SetInstanceId sets the InstanceId field's value.

func (*GetTableInput) SetTableName added in v1.1.25

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

SetTableName sets the TableName field's value.

func (GetTableInput) String added in v1.1.25

func (s GetTableInput) String() string

String returns the string representation

func (*GetTableInput) Validate added in v1.1.25

func (s *GetTableInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetTableLimitInput added in v1.1.12

type GetTableLimitInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:"instanceId,omitempty" required:"true"`

	// Table is a required field
	Table *string `type:"string" json:"table,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetTableLimitInput) GoString added in v1.1.12

func (s GetTableLimitInput) GoString() string

GoString returns the string representation

func (*GetTableLimitInput) SetInstanceId added in v1.1.12

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

SetInstanceId sets the InstanceId field's value.

func (*GetTableLimitInput) SetTable added in v1.1.12

SetTable sets the Table field's value.

func (GetTableLimitInput) String added in v1.1.12

func (s GetTableLimitInput) String() string

String returns the string representation

func (*GetTableLimitInput) Validate added in v1.1.12

func (s *GetTableLimitInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetTableLimitOutput added in v1.1.12

type GetTableLimitOutput struct {
	Metadata *response.ResponseMetadata

	TableLimits *TableLimitsForGetTableLimitOutput `type:"structure" json:"tableLimits,omitempty"`
	// contains filtered or unexported fields
}

func (GetTableLimitOutput) GoString added in v1.1.12

func (s GetTableLimitOutput) GoString() string

GoString returns the string representation

func (*GetTableLimitOutput) SetTableLimits added in v1.1.12

SetTableLimits sets the TableLimits field's value.

func (GetTableLimitOutput) String added in v1.1.12

func (s GetTableLimitOutput) String() string

String returns the string representation

type GetTableOutput added in v1.1.25

type GetTableOutput struct {
	Metadata *response.ResponseMetadata

	EnableRead *bool `type:"boolean" json:",omitempty"`

	EnableRwSeperateSchedule *bool `type:"boolean" json:",omitempty"`

	EnableWrite *bool `type:"boolean" json:",omitempty"`

	IdcReplicaNums []*IdcReplicaNumForGetTableOutput `type:"list" json:",omitempty"`

	IdcRoNums []*IdcRoNumForGetTableOutput `type:"list" json:",omitempty"`

	IoQosOptions *IoQosOptionsForGetTableOutput `type:"structure" json:",omitempty"`

	PartitionNum *int64 `type:"int64" json:",omitempty"`

	RwSchedulableIdcs []*string `type:"list" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`

	TableId *int64 `type:"int64" json:",omitempty"`

	TableName *string `type:"string" json:",omitempty"`

	TableQuota *TableQuotaForGetTableOutput `type:"structure" json:",omitempty"`

	TabletNum *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetTableOutput) GoString added in v1.1.25

func (s GetTableOutput) GoString() string

GoString returns the string representation

func (*GetTableOutput) SetEnableRead added in v1.1.25

func (s *GetTableOutput) SetEnableRead(v bool) *GetTableOutput

SetEnableRead sets the EnableRead field's value.

func (*GetTableOutput) SetEnableRwSeperateSchedule added in v1.1.31

func (s *GetTableOutput) SetEnableRwSeperateSchedule(v bool) *GetTableOutput

SetEnableRwSeperateSchedule sets the EnableRwSeperateSchedule field's value.

func (*GetTableOutput) SetEnableWrite added in v1.1.25

func (s *GetTableOutput) SetEnableWrite(v bool) *GetTableOutput

SetEnableWrite sets the EnableWrite field's value.

func (*GetTableOutput) SetIdcReplicaNums added in v1.1.31

func (s *GetTableOutput) SetIdcReplicaNums(v []*IdcReplicaNumForGetTableOutput) *GetTableOutput

SetIdcReplicaNums sets the IdcReplicaNums field's value.

func (*GetTableOutput) SetIdcRoNums added in v1.1.31

SetIdcRoNums sets the IdcRoNums field's value.

func (*GetTableOutput) SetIoQosOptions added in v1.1.31

SetIoQosOptions sets the IoQosOptions field's value.

func (*GetTableOutput) SetPartitionNum added in v1.1.31

func (s *GetTableOutput) SetPartitionNum(v int64) *GetTableOutput

SetPartitionNum sets the PartitionNum field's value.

func (*GetTableOutput) SetRwSchedulableIdcs added in v1.1.31

func (s *GetTableOutput) SetRwSchedulableIdcs(v []*string) *GetTableOutput

SetRwSchedulableIdcs sets the RwSchedulableIdcs field's value.

func (*GetTableOutput) SetState added in v1.1.25

func (s *GetTableOutput) SetState(v string) *GetTableOutput

SetState sets the State field's value.

func (*GetTableOutput) SetTableId added in v1.1.25

func (s *GetTableOutput) SetTableId(v int64) *GetTableOutput

SetTableId sets the TableId field's value.

func (*GetTableOutput) SetTableName added in v1.1.25

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

SetTableName sets the TableName field's value.

func (*GetTableOutput) SetTableQuota added in v1.1.31

SetTableQuota sets the TableQuota field's value.

func (*GetTableOutput) SetTabletNum added in v1.1.31

func (s *GetTableOutput) SetTabletNum(v int64) *GetTableOutput

SetTabletNum sets the TabletNum field's value.

func (GetTableOutput) String added in v1.1.25

func (s GetTableOutput) String() string

String returns the string representation

type GetTableQuotaInput added in v1.1.12

type GetTableQuotaInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:"instanceId,omitempty" required:"true"`

	// Table is a required field
	Table *string `type:"string" json:"table,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetTableQuotaInput) GoString added in v1.1.12

func (s GetTableQuotaInput) GoString() string

GoString returns the string representation

func (*GetTableQuotaInput) SetInstanceId added in v1.1.12

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

SetInstanceId sets the InstanceId field's value.

func (*GetTableQuotaInput) SetTable added in v1.1.12

SetTable sets the Table field's value.

func (GetTableQuotaInput) String added in v1.1.12

func (s GetTableQuotaInput) String() string

String returns the string representation

func (*GetTableQuotaInput) Validate added in v1.1.12

func (s *GetTableQuotaInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetTableQuotaOutput added in v1.1.12

type GetTableQuotaOutput struct {
	Metadata *response.ResponseMetadata

	TableQuotaConfig *TableQuotaConfigForGetTableQuotaOutput `type:"structure" json:"tableQuotaConfig,omitempty"`
	// contains filtered or unexported fields
}

func (GetTableQuotaOutput) GoString added in v1.1.12

func (s GetTableQuotaOutput) GoString() string

GoString returns the string representation

func (*GetTableQuotaOutput) SetTableQuotaConfig added in v1.1.12

SetTableQuotaConfig sets the TableQuotaConfig field's value.

func (GetTableQuotaOutput) String added in v1.1.12

func (s GetTableQuotaOutput) String() string

String returns the string representation

type GetTableSchemaInput

type GetTableSchemaInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:"instanceId,omitempty" required:"true"`

	// Table is a required field
	Table *string `type:"string" json:"table,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetTableSchemaInput) GoString

func (s GetTableSchemaInput) GoString() string

GoString returns the string representation

func (*GetTableSchemaInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*GetTableSchemaInput) SetTable

SetTable sets the Table field's value.

func (GetTableSchemaInput) String

func (s GetTableSchemaInput) String() string

String returns the string representation

func (*GetTableSchemaInput) Validate

func (s *GetTableSchemaInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetTableSchemaOutput

type GetTableSchemaOutput struct {
	Metadata *response.ResponseMetadata

	TableSchema *TableSchemaForGetTableSchemaOutput `type:"structure" json:"tableSchema,omitempty"`
	// contains filtered or unexported fields
}

func (GetTableSchemaOutput) GoString

func (s GetTableSchemaOutput) GoString() string

GoString returns the string representation

func (*GetTableSchemaOutput) SetTableSchema

SetTableSchema sets the TableSchema field's value.

func (GetTableSchemaOutput) String

func (s GetTableSchemaOutput) String() string

String returns the string representation

type GetVegraphNetworkResourceInput

type GetVegraphNetworkResourceInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetVegraphNetworkResourceInput) GoString

GoString returns the string representation

func (*GetVegraphNetworkResourceInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (GetVegraphNetworkResourceInput) String

String returns the string representation

func (*GetVegraphNetworkResourceInput) Validate

func (s *GetVegraphNetworkResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetVegraphNetworkResourceOutput

type GetVegraphNetworkResourceOutput struct {
	Metadata *response.ResponseMetadata

	NetworkResources []*NetworkResourceForGetVegraphNetworkResourceOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetVegraphNetworkResourceOutput) GoString

GoString returns the string representation

func (*GetVegraphNetworkResourceOutput) SetNetworkResources

SetNetworkResources sets the NetworkResources field's value.

func (GetVegraphNetworkResourceOutput) String

String returns the string representation

type GetVegraphReadAndWriteStatusInput added in v1.1.12

type GetVegraphReadAndWriteStatusInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetVegraphReadAndWriteStatusInput) GoString added in v1.1.12

GoString returns the string representation

func (*GetVegraphReadAndWriteStatusInput) SetInstanceId added in v1.1.12

SetInstanceId sets the InstanceId field's value.

func (GetVegraphReadAndWriteStatusInput) String added in v1.1.12

String returns the string representation

func (*GetVegraphReadAndWriteStatusInput) Validate added in v1.1.12

Validate inspects the fields of the type to determine if they are valid.

type GetVegraphReadAndWriteStatusOutput added in v1.1.12

type GetVegraphReadAndWriteStatusOutput struct {
	Metadata *response.ResponseMetadata

	EnabledRead *bool `type:"boolean" json:",omitempty"`

	EnabledWrite *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetVegraphReadAndWriteStatusOutput) GoString added in v1.1.12

GoString returns the string representation

func (*GetVegraphReadAndWriteStatusOutput) SetEnabledRead added in v1.1.12

SetEnabledRead sets the EnabledRead field's value.

func (*GetVegraphReadAndWriteStatusOutput) SetEnabledWrite added in v1.1.12

SetEnabledWrite sets the EnabledWrite field's value.

func (GetVegraphReadAndWriteStatusOutput) String added in v1.1.12

String returns the string representation

type GetVersionSetAndComponentsInfoInput added in v1.1.30

type GetVersionSetAndComponentsInfoInput struct {
	PageNumber *int32 `type:"int32" json:"pageNumber,omitempty"`

	PageSize *int32 `type:"int32" json:"pageSize,omitempty"`

	VersionSetPrefix *string `type:"string" json:"versionSetPrefix,omitempty"`
	// contains filtered or unexported fields
}

func (GetVersionSetAndComponentsInfoInput) GoString added in v1.1.30

GoString returns the string representation

func (*GetVersionSetAndComponentsInfoInput) SetPageNumber added in v1.1.30

SetPageNumber sets the PageNumber field's value.

func (*GetVersionSetAndComponentsInfoInput) SetPageSize added in v1.1.30

SetPageSize sets the PageSize field's value.

func (*GetVersionSetAndComponentsInfoInput) SetVersionSetPrefix added in v1.1.31

SetVersionSetPrefix sets the VersionSetPrefix field's value.

func (GetVersionSetAndComponentsInfoInput) String added in v1.1.30

String returns the string representation

type GetVersionSetAndComponentsInfoOutput added in v1.1.30

type GetVersionSetAndComponentsInfoOutput struct {
	Metadata *response.ResponseMetadata

	VsInfosWithComponentInfo []*VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput `type:"list" json:"vsInfosWithComponentInfo,omitempty"`
	// contains filtered or unexported fields
}

func (GetVersionSetAndComponentsInfoOutput) GoString added in v1.1.30

GoString returns the string representation

func (*GetVersionSetAndComponentsInfoOutput) SetVsInfosWithComponentInfo added in v1.1.30

SetVsInfosWithComponentInfo sets the VsInfosWithComponentInfo field's value.

func (GetVersionSetAndComponentsInfoOutput) String added in v1.1.30

String returns the string representation

type GraphragAddKnowledgeBaseInput added in v1.1.42

type GraphragAddKnowledgeBaseInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	// KnowledgeBaseDesc is a required field
	KnowledgeBaseDesc *string `type:"string" json:",omitempty" required:"true"`

	// KnowledgeBaseName is a required field
	KnowledgeBaseName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GraphragAddKnowledgeBaseInput) GoString added in v1.1.42

GoString returns the string representation

func (*GraphragAddKnowledgeBaseInput) SetInstanceId added in v1.1.42

SetInstanceId sets the InstanceId field's value.

func (*GraphragAddKnowledgeBaseInput) SetKnowledgeBaseDesc added in v1.1.42

SetKnowledgeBaseDesc sets the KnowledgeBaseDesc field's value.

func (*GraphragAddKnowledgeBaseInput) SetKnowledgeBaseName added in v1.1.42

SetKnowledgeBaseName sets the KnowledgeBaseName field's value.

func (GraphragAddKnowledgeBaseInput) String added in v1.1.42

String returns the string representation

func (*GraphragAddKnowledgeBaseInput) Validate added in v1.1.42

func (s *GraphragAddKnowledgeBaseInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GraphragAddKnowledgeBaseOutput added in v1.1.42

type GraphragAddKnowledgeBaseOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (GraphragAddKnowledgeBaseOutput) GoString added in v1.1.42

GoString returns the string representation

func (GraphragAddKnowledgeBaseOutput) String added in v1.1.42

String returns the string representation

type Gremlin_quota_configForAddTablesInput added in v1.1.12

type Gremlin_quota_configForAddTablesInput struct {
	Caller_psm *string `type:"string" json:"caller_psm,omitempty"`

	Fetch_size *int64 `type:"int64" json:"fetch_size,omitempty"`

	Quota_size *int64 `type:"int64" json:"quota_size,omitempty"`

	Template *string `type:"string" json:"template,omitempty"`
	// contains filtered or unexported fields
}

func (Gremlin_quota_configForAddTablesInput) GoString added in v1.1.12

GoString returns the string representation

func (*Gremlin_quota_configForAddTablesInput) SetCaller_psm added in v1.1.12

SetCaller_psm sets the Caller_psm field's value.

func (*Gremlin_quota_configForAddTablesInput) SetFetch_size added in v1.1.31

SetFetch_size sets the Fetch_size field's value.

func (*Gremlin_quota_configForAddTablesInput) SetQuota_size added in v1.1.12

SetQuota_size sets the Quota_size field's value.

func (*Gremlin_quota_configForAddTablesInput) SetTemplate added in v1.1.12

SetTemplate sets the Template field's value.

func (Gremlin_quota_configForAddTablesInput) String added in v1.1.12

String returns the string representation

type Gremlin_quota_configForAlterTableInput added in v1.1.40

type Gremlin_quota_configForAlterTableInput struct {
	Caller_psm *string `type:"string" json:"caller_psm,omitempty"`

	Fetch_size *int64 `type:"int64" json:"fetch_size,omitempty"`

	Quota_size *int64 `type:"int64" json:"quota_size,omitempty"`

	Template *string `type:"string" json:"template,omitempty"`
	// contains filtered or unexported fields
}

func (Gremlin_quota_configForAlterTableInput) GoString added in v1.1.40

GoString returns the string representation

func (*Gremlin_quota_configForAlterTableInput) SetCaller_psm added in v1.1.40

SetCaller_psm sets the Caller_psm field's value.

func (*Gremlin_quota_configForAlterTableInput) SetFetch_size added in v1.1.40

SetFetch_size sets the Fetch_size field's value.

func (*Gremlin_quota_configForAlterTableInput) SetQuota_size added in v1.1.40

SetQuota_size sets the Quota_size field's value.

func (*Gremlin_quota_configForAlterTableInput) SetTemplate added in v1.1.40

SetTemplate sets the Template field's value.

func (Gremlin_quota_configForAlterTableInput) String added in v1.1.40

String returns the string representation

type Gremlin_quota_configForGetTableOutput added in v1.1.31

type Gremlin_quota_configForGetTableOutput struct {
	Caller_psm *string `type:"string" json:"caller_psm,omitempty"`

	Fetch_size *int64 `type:"int64" json:"fetch_size,omitempty"`

	Quota_size *int64 `type:"int64" json:"quota_size,omitempty"`

	Template *string `type:"string" json:"template,omitempty"`
	// contains filtered or unexported fields
}

func (Gremlin_quota_configForGetTableOutput) GoString added in v1.1.31

GoString returns the string representation

func (*Gremlin_quota_configForGetTableOutput) SetCaller_psm added in v1.1.31

SetCaller_psm sets the Caller_psm field's value.

func (*Gremlin_quota_configForGetTableOutput) SetFetch_size added in v1.1.31

SetFetch_size sets the Fetch_size field's value.

func (*Gremlin_quota_configForGetTableOutput) SetQuota_size added in v1.1.31

SetQuota_size sets the Quota_size field's value.

func (*Gremlin_quota_configForGetTableOutput) SetTemplate added in v1.1.31

SetTemplate sets the Template field's value.

func (Gremlin_quota_configForGetTableOutput) String added in v1.1.31

String returns the string representation

type Gremlin_quota_configForGetTableQuotaOutput added in v1.1.12

type Gremlin_quota_configForGetTableQuotaOutput struct {
	Caller_psm *string `type:"string" json:"caller_psm,omitempty"`

	Fetch_size *int64 `type:"int64" json:"fetch_size,omitempty"`

	Quota_size *int64 `type:"int64" json:"quota_size,omitempty"`

	Template *string `type:"string" json:"template,omitempty"`
	// contains filtered or unexported fields
}

func (Gremlin_quota_configForGetTableQuotaOutput) GoString added in v1.1.12

GoString returns the string representation

func (*Gremlin_quota_configForGetTableQuotaOutput) SetCaller_psm added in v1.1.12

SetCaller_psm sets the Caller_psm field's value.

func (*Gremlin_quota_configForGetTableQuotaOutput) SetFetch_size added in v1.1.31

SetFetch_size sets the Fetch_size field's value.

func (*Gremlin_quota_configForGetTableQuotaOutput) SetQuota_size added in v1.1.12

SetQuota_size sets the Quota_size field's value.

func (*Gremlin_quota_configForGetTableQuotaOutput) SetTemplate added in v1.1.12

SetTemplate sets the Template field's value.

func (Gremlin_quota_configForGetTableQuotaOutput) String added in v1.1.12

String returns the string representation

type IOQosOptionsForAlterTableInput added in v1.1.25

type IOQosOptionsForAlterTableInput struct {
	Iops_limit *int64 `type:"int64" json:"iops_limit,omitempty"`

	Read_bandwidth_limit_in_bytes *int64 `type:"int64" json:"read_bandwidth_limit_in_bytes,omitempty"`

	Storage_capacity_limit_in_bytes *int64 `type:"int64" json:"storage_capacity_limit_in_bytes,omitempty"`

	Write_bandwidth_limit_in_bytes *int64 `type:"int64" json:"write_bandwidth_limit_in_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (IOQosOptionsForAlterTableInput) GoString added in v1.1.25

GoString returns the string representation

func (*IOQosOptionsForAlterTableInput) SetIops_limit added in v1.1.25

SetIops_limit sets the Iops_limit field's value.

func (*IOQosOptionsForAlterTableInput) SetRead_bandwidth_limit_in_bytes added in v1.1.25

func (s *IOQosOptionsForAlterTableInput) SetRead_bandwidth_limit_in_bytes(v int64) *IOQosOptionsForAlterTableInput

SetRead_bandwidth_limit_in_bytes sets the Read_bandwidth_limit_in_bytes field's value.

func (*IOQosOptionsForAlterTableInput) SetStorage_capacity_limit_in_bytes added in v1.1.25

func (s *IOQosOptionsForAlterTableInput) SetStorage_capacity_limit_in_bytes(v int64) *IOQosOptionsForAlterTableInput

SetStorage_capacity_limit_in_bytes sets the Storage_capacity_limit_in_bytes field's value.

func (*IOQosOptionsForAlterTableInput) SetWrite_bandwidth_limit_in_bytes added in v1.1.25

func (s *IOQosOptionsForAlterTableInput) SetWrite_bandwidth_limit_in_bytes(v int64) *IOQosOptionsForAlterTableInput

SetWrite_bandwidth_limit_in_bytes sets the Write_bandwidth_limit_in_bytes field's value.

func (IOQosOptionsForAlterTableInput) String added in v1.1.25

String returns the string representation

type IdcReplicaNumForAlterTableInput added in v1.1.31

type IdcReplicaNumForAlterTableInput struct {
	Idc *string `type:"string" json:",omitempty"`

	ReplicaNum *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (IdcReplicaNumForAlterTableInput) GoString added in v1.1.31

GoString returns the string representation

func (*IdcReplicaNumForAlterTableInput) SetIdc added in v1.1.31

SetIdc sets the Idc field's value.

func (*IdcReplicaNumForAlterTableInput) SetReplicaNum added in v1.1.31

SetReplicaNum sets the ReplicaNum field's value.

func (IdcReplicaNumForAlterTableInput) String added in v1.1.31

String returns the string representation

type IdcReplicaNumForGetTableOutput added in v1.1.31

type IdcReplicaNumForGetTableOutput struct {
	Idc *string `type:"string" json:",omitempty"`

	ReplicaNum *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (IdcReplicaNumForGetTableOutput) GoString added in v1.1.31

GoString returns the string representation

func (*IdcReplicaNumForGetTableOutput) SetIdc added in v1.1.31

SetIdc sets the Idc field's value.

func (*IdcReplicaNumForGetTableOutput) SetReplicaNum added in v1.1.31

SetReplicaNum sets the ReplicaNum field's value.

func (IdcReplicaNumForGetTableOutput) String added in v1.1.31

String returns the string representation

type IdcRoNumForAlterTableInput added in v1.1.31

type IdcRoNumForAlterTableInput struct {
	Idc *string `type:"string" json:",omitempty"`

	RoNum *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (IdcRoNumForAlterTableInput) GoString added in v1.1.31

func (s IdcRoNumForAlterTableInput) GoString() string

GoString returns the string representation

func (*IdcRoNumForAlterTableInput) SetIdc added in v1.1.31

SetIdc sets the Idc field's value.

func (*IdcRoNumForAlterTableInput) SetRoNum added in v1.1.31

SetRoNum sets the RoNum field's value.

func (IdcRoNumForAlterTableInput) String added in v1.1.31

String returns the string representation

type IdcRoNumForGetTableOutput added in v1.1.31

type IdcRoNumForGetTableOutput struct {
	Idc *string `type:"string" json:",omitempty"`

	RoNum *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (IdcRoNumForGetTableOutput) GoString added in v1.1.31

func (s IdcRoNumForGetTableOutput) GoString() string

GoString returns the string representation

func (*IdcRoNumForGetTableOutput) SetIdc added in v1.1.31

SetIdc sets the Idc field's value.

func (*IdcRoNumForGetTableOutput) SetRoNum added in v1.1.31

SetRoNum sets the RoNum field's value.

func (IdcRoNumForGetTableOutput) String added in v1.1.31

func (s IdcRoNumForGetTableOutput) String() string

String returns the string representation

type ImageInfoForCreateInstanceInput

type ImageInfoForCreateInstanceInput struct {
	Bg3DeployVersion *string `type:"string" json:",omitempty"`

	Bg3ImageVersion *string `type:"string" json:",omitempty"`

	MsDeployVersion *string `type:"string" json:",omitempty"`

	MsImageVersion *string `type:"string" json:",omitempty"`

	VersionSetID *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageInfoForCreateInstanceInput) GoString

GoString returns the string representation

func (*ImageInfoForCreateInstanceInput) SetBg3DeployVersion

SetBg3DeployVersion sets the Bg3DeployVersion field's value.

func (*ImageInfoForCreateInstanceInput) SetBg3ImageVersion

SetBg3ImageVersion sets the Bg3ImageVersion field's value.

func (*ImageInfoForCreateInstanceInput) SetMsDeployVersion

SetMsDeployVersion sets the MsDeployVersion field's value.

func (*ImageInfoForCreateInstanceInput) SetMsImageVersion

SetMsImageVersion sets the MsImageVersion field's value.

func (*ImageInfoForCreateInstanceInput) SetVersionSetID

SetVersionSetID sets the VersionSetID field's value.

func (ImageInfoForCreateInstanceInput) String

String returns the string representation

type ImageInfoForDescribeInstanceOutput

type ImageInfoForDescribeInstanceOutput struct {
	Bg3DeployVersion *string `type:"string" json:",omitempty"`

	Bg3ImageVersion *string `type:"string" json:",omitempty"`

	MsDeployVersion *string `type:"string" json:",omitempty"`

	MsImageVersion *string `type:"string" json:",omitempty"`

	VersionSetID *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageInfoForDescribeInstanceOutput) GoString

GoString returns the string representation

func (*ImageInfoForDescribeInstanceOutput) SetBg3DeployVersion

SetBg3DeployVersion sets the Bg3DeployVersion field's value.

func (*ImageInfoForDescribeInstanceOutput) SetBg3ImageVersion

SetBg3ImageVersion sets the Bg3ImageVersion field's value.

func (*ImageInfoForDescribeInstanceOutput) SetMsDeployVersion

SetMsDeployVersion sets the MsDeployVersion field's value.

func (*ImageInfoForDescribeInstanceOutput) SetMsImageVersion

SetMsImageVersion sets the MsImageVersion field's value.

func (*ImageInfoForDescribeInstanceOutput) SetVersionSetID

SetVersionSetID sets the VersionSetID field's value.

func (ImageInfoForDescribeInstanceOutput) String

String returns the string representation

type ImageInfoForListGraphRagServiceOutput added in v1.1.42

type ImageInfoForListGraphRagServiceOutput struct {
	Bg3DeployVersion *string `type:"string" json:",omitempty"`

	Bg3ImageVersion *string `type:"string" json:",omitempty"`

	MsDeployVersion *string `type:"string" json:",omitempty"`

	MsImageVersion *string `type:"string" json:",omitempty"`

	VersionSetID *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageInfoForListGraphRagServiceOutput) GoString added in v1.1.42

GoString returns the string representation

func (*ImageInfoForListGraphRagServiceOutput) SetBg3DeployVersion added in v1.1.42

SetBg3DeployVersion sets the Bg3DeployVersion field's value.

func (*ImageInfoForListGraphRagServiceOutput) SetBg3ImageVersion added in v1.1.42

SetBg3ImageVersion sets the Bg3ImageVersion field's value.

func (*ImageInfoForListGraphRagServiceOutput) SetMsDeployVersion added in v1.1.42

SetMsDeployVersion sets the MsDeployVersion field's value.

func (*ImageInfoForListGraphRagServiceOutput) SetMsImageVersion added in v1.1.42

SetMsImageVersion sets the MsImageVersion field's value.

func (*ImageInfoForListGraphRagServiceOutput) SetVersionSetID added in v1.1.42

SetVersionSetID sets the VersionSetID field's value.

func (ImageInfoForListGraphRagServiceOutput) String added in v1.1.42

String returns the string representation

type ImageInfoForListInstanceOutput

type ImageInfoForListInstanceOutput struct {
	Bg3DeployVersion *string `type:"string" json:",omitempty"`

	Bg3ImageVersion *string `type:"string" json:",omitempty"`

	MsDeployVersion *string `type:"string" json:",omitempty"`

	MsImageVersion *string `type:"string" json:",omitempty"`

	VersionSetID *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageInfoForListInstanceOutput) GoString

GoString returns the string representation

func (*ImageInfoForListInstanceOutput) SetBg3DeployVersion

SetBg3DeployVersion sets the Bg3DeployVersion field's value.

func (*ImageInfoForListInstanceOutput) SetBg3ImageVersion

SetBg3ImageVersion sets the Bg3ImageVersion field's value.

func (*ImageInfoForListInstanceOutput) SetMsDeployVersion

SetMsDeployVersion sets the MsDeployVersion field's value.

func (*ImageInfoForListInstanceOutput) SetMsImageVersion

SetMsImageVersion sets the MsImageVersion field's value.

func (*ImageInfoForListInstanceOutput) SetVersionSetID

SetVersionSetID sets the VersionSetID field's value.

func (ImageInfoForListInstanceOutput) String

String returns the string representation

type InfoForCreateInstanceInput

type InfoForCreateInstanceInput struct {
	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	AvailabilityZones []*AvailabilityZoneForCreateInstanceInput `type:"list" json:",omitempty"`

	Bg3Link *string `type:"string" json:",omitempty"`

	Bg3Links []*Bg3LinkForCreateInstanceInput `type:"list" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Creator *string `type:"string" json:",omitempty"`

	DeletionProtection *string `type:"string" json:",omitempty"`

	DiskSpace *int32 `type:"int32" json:",omitempty"`

	DiskUsed *int64 `type:"int64" json:",omitempty"`

	ExpireTime *string `type:"string" json:",omitempty"`

	GraphVersion *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	ImageInfo *ImageInfoForCreateInstanceInput `type:"structure" json:",omitempty"`

	InsSpec *InsSpecForCreateInstanceInput `type:"structure" json:",omitempty"`

	K8sDomain *string `type:"string" json:",omitempty"`

	MaintenanceTime *string `type:"string" json:",omitempty"`

	Mode *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	NodeNum *int32 `type:"int32" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	StorageInfo *StorageInfoForCreateInstanceInput `type:"structure" json:",omitempty"`

	SubnetID *string `type:"string" json:",omitempty"`

	SubnetName *string `type:"string" json:",omitempty"`

	Tags []*TagForCreateInstanceInput `type:"list" json:",omitempty"`

	TradeNO *string `type:"string" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`

	VpcName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InfoForCreateInstanceInput) GoString

func (s InfoForCreateInstanceInput) GoString() string

GoString returns the string representation

func (*InfoForCreateInstanceInput) SetAvailabilityZoneId

func (s *InfoForCreateInstanceInput) SetAvailabilityZoneId(v string) *InfoForCreateInstanceInput

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

func (*InfoForCreateInstanceInput) SetAvailabilityZones added in v1.1.12

SetAvailabilityZones sets the AvailabilityZones field's value.

SetBg3Link sets the Bg3Link field's value.

SetBg3Links sets the Bg3Links field's value.

func (*InfoForCreateInstanceInput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*InfoForCreateInstanceInput) SetCreator

SetCreator sets the Creator field's value.

func (*InfoForCreateInstanceInput) SetDeletionProtection

func (s *InfoForCreateInstanceInput) SetDeletionProtection(v string) *InfoForCreateInstanceInput

SetDeletionProtection sets the DeletionProtection field's value.

func (*InfoForCreateInstanceInput) SetDiskSpace

SetDiskSpace sets the DiskSpace field's value.

func (*InfoForCreateInstanceInput) SetDiskUsed

SetDiskUsed sets the DiskUsed field's value.

func (*InfoForCreateInstanceInput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*InfoForCreateInstanceInput) SetGraphVersion

SetGraphVersion sets the GraphVersion field's value.

func (*InfoForCreateInstanceInput) SetId

SetId sets the Id field's value.

func (*InfoForCreateInstanceInput) SetImageInfo

SetImageInfo sets the ImageInfo field's value.

func (*InfoForCreateInstanceInput) SetInsSpec

SetInsSpec sets the InsSpec field's value.

func (*InfoForCreateInstanceInput) SetK8sDomain

SetK8sDomain sets the K8sDomain field's value.

func (*InfoForCreateInstanceInput) SetMaintenanceTime

SetMaintenanceTime sets the MaintenanceTime field's value.

func (*InfoForCreateInstanceInput) SetMode

SetMode sets the Mode field's value.

func (*InfoForCreateInstanceInput) SetName

SetName sets the Name field's value.

func (*InfoForCreateInstanceInput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*InfoForCreateInstanceInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*InfoForCreateInstanceInput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*InfoForCreateInstanceInput) SetStatus

SetStatus sets the Status field's value.

func (*InfoForCreateInstanceInput) SetStorageInfo added in v1.1.12

SetStorageInfo sets the StorageInfo field's value.

func (*InfoForCreateInstanceInput) SetSubnetID

SetSubnetID sets the SubnetID field's value.

func (*InfoForCreateInstanceInput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (*InfoForCreateInstanceInput) SetTags

SetTags sets the Tags field's value.

func (*InfoForCreateInstanceInput) SetTradeNO

SetTradeNO sets the TradeNO field's value.

func (*InfoForCreateInstanceInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*InfoForCreateInstanceInput) SetVpcName

SetVpcName sets the VpcName field's value.

func (InfoForCreateInstanceInput) String

String returns the string representation

type InfoForDescribeInstanceOutput

type InfoForDescribeInstanceOutput struct {
	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	AvailabilityZones []*AvailabilityZoneForDescribeInstanceOutput `type:"list" json:",omitempty"`

	Bg3Link *string `type:"string" json:",omitempty"`

	Bg3Links []*Bg3LinkForDescribeInstanceOutput `type:"list" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Creator *string `type:"string" json:",omitempty"`

	DeletionProtection *string `type:"string" json:",omitempty"`

	DiskSpace *int32 `type:"int32" json:",omitempty"`

	DiskUsed *int64 `type:"int64" json:",omitempty"`

	ExpireTime *string `type:"string" json:",omitempty"`

	GraphVersion *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	ImageInfo *ImageInfoForDescribeInstanceOutput `type:"structure" json:",omitempty"`

	InsSpec *InsSpecForDescribeInstanceOutput `type:"structure" json:",omitempty"`

	K8sDomain *string `type:"string" json:",omitempty"`

	MaintenanceTime *string `type:"string" json:",omitempty"`

	Mode *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	NodeNum *int32 `type:"int32" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	StorageInfo *StorageInfoForDescribeInstanceOutput `type:"structure" json:",omitempty"`

	SubnetID *string `type:"string" json:",omitempty"`

	SubnetName *string `type:"string" json:",omitempty"`

	Tags []*TagForDescribeInstanceOutput `type:"list" json:",omitempty"`

	TradeNO *string `type:"string" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`

	VpcName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InfoForDescribeInstanceOutput) GoString

GoString returns the string representation

func (*InfoForDescribeInstanceOutput) SetAvailabilityZoneId

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

func (*InfoForDescribeInstanceOutput) SetAvailabilityZones added in v1.1.12

SetAvailabilityZones sets the AvailabilityZones field's value.

SetBg3Link sets the Bg3Link field's value.

SetBg3Links sets the Bg3Links field's value.

func (*InfoForDescribeInstanceOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*InfoForDescribeInstanceOutput) SetCreator

SetCreator sets the Creator field's value.

func (*InfoForDescribeInstanceOutput) SetDeletionProtection

SetDeletionProtection sets the DeletionProtection field's value.

func (*InfoForDescribeInstanceOutput) SetDiskSpace

SetDiskSpace sets the DiskSpace field's value.

func (*InfoForDescribeInstanceOutput) SetDiskUsed

SetDiskUsed sets the DiskUsed field's value.

func (*InfoForDescribeInstanceOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*InfoForDescribeInstanceOutput) SetGraphVersion

SetGraphVersion sets the GraphVersion field's value.

func (*InfoForDescribeInstanceOutput) SetId

SetId sets the Id field's value.

func (*InfoForDescribeInstanceOutput) SetImageInfo

SetImageInfo sets the ImageInfo field's value.

func (*InfoForDescribeInstanceOutput) SetInsSpec

SetInsSpec sets the InsSpec field's value.

func (*InfoForDescribeInstanceOutput) SetK8sDomain

SetK8sDomain sets the K8sDomain field's value.

func (*InfoForDescribeInstanceOutput) SetMaintenanceTime

SetMaintenanceTime sets the MaintenanceTime field's value.

func (*InfoForDescribeInstanceOutput) SetMode

SetMode sets the Mode field's value.

func (*InfoForDescribeInstanceOutput) SetName

SetName sets the Name field's value.

func (*InfoForDescribeInstanceOutput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*InfoForDescribeInstanceOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*InfoForDescribeInstanceOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*InfoForDescribeInstanceOutput) SetStatus

SetStatus sets the Status field's value.

func (*InfoForDescribeInstanceOutput) SetStorageInfo added in v1.1.12

SetStorageInfo sets the StorageInfo field's value.

func (*InfoForDescribeInstanceOutput) SetSubnetID

SetSubnetID sets the SubnetID field's value.

func (*InfoForDescribeInstanceOutput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (*InfoForDescribeInstanceOutput) SetTags

SetTags sets the Tags field's value.

func (*InfoForDescribeInstanceOutput) SetTradeNO

SetTradeNO sets the TradeNO field's value.

func (*InfoForDescribeInstanceOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*InfoForDescribeInstanceOutput) SetVpcName

SetVpcName sets the VpcName field's value.

func (InfoForDescribeInstanceOutput) String

String returns the string representation

type InfoForGetInstanceSpecScopeOutput

type InfoForGetInstanceSpecScopeOutput struct {
	DiskSpaceScope *DiskSpaceScopeForGetInstanceSpecScopeOutput `type:"structure" json:",omitempty"`

	InstSpecList []*InstSpecListForGetInstanceSpecScopeOutput `type:"list" json:",omitempty"`

	NodeScope *NodeScopeForGetInstanceSpecScopeOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InfoForGetInstanceSpecScopeOutput) GoString

GoString returns the string representation

func (*InfoForGetInstanceSpecScopeOutput) SetDiskSpaceScope

SetDiskSpaceScope sets the DiskSpaceScope field's value.

func (*InfoForGetInstanceSpecScopeOutput) SetInstSpecList

SetInstSpecList sets the InstSpecList field's value.

func (*InfoForGetInstanceSpecScopeOutput) SetNodeScope

SetNodeScope sets the NodeScope field's value.

func (InfoForGetInstanceSpecScopeOutput) String

String returns the string representation

type InfoForListGraphRagServiceOutput added in v1.1.42

type InfoForListGraphRagServiceOutput struct {
	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	VeGraphInfo *VeGraphInfoForListGraphRagServiceOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InfoForListGraphRagServiceOutput) GoString added in v1.1.42

GoString returns the string representation

func (*InfoForListGraphRagServiceOutput) SetId added in v1.1.42

SetId sets the Id field's value.

func (*InfoForListGraphRagServiceOutput) SetName added in v1.1.42

SetName sets the Name field's value.

func (*InfoForListGraphRagServiceOutput) SetVeGraphInfo added in v1.1.42

SetVeGraphInfo sets the VeGraphInfo field's value.

func (InfoForListGraphRagServiceOutput) String added in v1.1.42

String returns the string representation

type InfoForListInstanceOutput

type InfoForListInstanceOutput struct {
	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	AvailabilityZones []*AvailabilityZoneForListInstanceOutput `type:"list" json:",omitempty"`

	Bg3Link *string `type:"string" json:",omitempty"`

	Bg3Links []*Bg3LinkForListInstanceOutput `type:"list" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Creator *string `type:"string" json:",omitempty"`

	DeletionProtection *string `type:"string" json:",omitempty"`

	DiskSpace *int32 `type:"int32" json:",omitempty"`

	DiskUsed *int64 `type:"int64" json:",omitempty"`

	ExpireTime *string `type:"string" json:",omitempty"`

	GraphVersion *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	ImageInfo *ImageInfoForListInstanceOutput `type:"structure" json:",omitempty"`

	InsSpec *InsSpecForListInstanceOutput `type:"structure" json:",omitempty"`

	K8sDomain *string `type:"string" json:",omitempty"`

	MaintenanceTime *string `type:"string" json:",omitempty"`

	Mode *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	NodeNum *int32 `type:"int32" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	StorageInfo *StorageInfoForListInstanceOutput `type:"structure" json:",omitempty"`

	SubnetID *string `type:"string" json:",omitempty"`

	SubnetName *string `type:"string" json:",omitempty"`

	Tags []*TagForListInstanceOutput `type:"list" json:",omitempty"`

	TradeNO *string `type:"string" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`

	VpcName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InfoForListInstanceOutput) GoString

func (s InfoForListInstanceOutput) GoString() string

GoString returns the string representation

func (*InfoForListInstanceOutput) SetAvailabilityZoneId

func (s *InfoForListInstanceOutput) SetAvailabilityZoneId(v string) *InfoForListInstanceOutput

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

func (*InfoForListInstanceOutput) SetAvailabilityZones added in v1.1.12

SetAvailabilityZones sets the AvailabilityZones field's value.

SetBg3Link sets the Bg3Link field's value.

SetBg3Links sets the Bg3Links field's value.

func (*InfoForListInstanceOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*InfoForListInstanceOutput) SetCreator

SetCreator sets the Creator field's value.

func (*InfoForListInstanceOutput) SetDeletionProtection

func (s *InfoForListInstanceOutput) SetDeletionProtection(v string) *InfoForListInstanceOutput

SetDeletionProtection sets the DeletionProtection field's value.

func (*InfoForListInstanceOutput) SetDiskSpace

SetDiskSpace sets the DiskSpace field's value.

func (*InfoForListInstanceOutput) SetDiskUsed

SetDiskUsed sets the DiskUsed field's value.

func (*InfoForListInstanceOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*InfoForListInstanceOutput) SetGraphVersion

SetGraphVersion sets the GraphVersion field's value.

func (*InfoForListInstanceOutput) SetId

SetId sets the Id field's value.

func (*InfoForListInstanceOutput) SetImageInfo

SetImageInfo sets the ImageInfo field's value.

func (*InfoForListInstanceOutput) SetInsSpec

SetInsSpec sets the InsSpec field's value.

func (*InfoForListInstanceOutput) SetK8sDomain

SetK8sDomain sets the K8sDomain field's value.

func (*InfoForListInstanceOutput) SetMaintenanceTime

SetMaintenanceTime sets the MaintenanceTime field's value.

func (*InfoForListInstanceOutput) SetMode

SetMode sets the Mode field's value.

func (*InfoForListInstanceOutput) SetName

SetName sets the Name field's value.

func (*InfoForListInstanceOutput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*InfoForListInstanceOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*InfoForListInstanceOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*InfoForListInstanceOutput) SetStatus

SetStatus sets the Status field's value.

func (*InfoForListInstanceOutput) SetStorageInfo added in v1.1.12

SetStorageInfo sets the StorageInfo field's value.

func (*InfoForListInstanceOutput) SetSubnetID

SetSubnetID sets the SubnetID field's value.

func (*InfoForListInstanceOutput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (*InfoForListInstanceOutput) SetTags

SetTags sets the Tags field's value.

func (*InfoForListInstanceOutput) SetTradeNO

SetTradeNO sets the TradeNO field's value.

func (*InfoForListInstanceOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*InfoForListInstanceOutput) SetVpcName

SetVpcName sets the VpcName field's value.

func (InfoForListInstanceOutput) String

func (s InfoForListInstanceOutput) String() string

String returns the string representation

type InfoForListTabletTaskOutput added in v1.1.42

type InfoForListTabletTaskOutput struct {
	Addr *string `type:"string" json:",omitempty"`

	Epoch *int64 `type:"int64" json:",omitempty"`

	Idc *string `type:"string" json:",omitempty"`

	IsRw *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InfoForListTabletTaskOutput) GoString added in v1.1.42

func (s InfoForListTabletTaskOutput) GoString() string

GoString returns the string representation

func (*InfoForListTabletTaskOutput) SetAddr added in v1.1.42

SetAddr sets the Addr field's value.

func (*InfoForListTabletTaskOutput) SetEpoch added in v1.1.42

SetEpoch sets the Epoch field's value.

func (*InfoForListTabletTaskOutput) SetIdc added in v1.1.42

SetIdc sets the Idc field's value.

func (*InfoForListTabletTaskOutput) SetIsRw added in v1.1.42

SetIsRw sets the IsRw field's value.

func (InfoForListTabletTaskOutput) String added in v1.1.42

String returns the string representation

type InsSpecForCreateInstanceInput

type InsSpecForCreateInstanceInput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`

	MemInGb *int32 `type:"int32" json:",omitempty"`

	SpecName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InsSpecForCreateInstanceInput) GoString

GoString returns the string representation

func (*InsSpecForCreateInstanceInput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*InsSpecForCreateInstanceInput) SetMemInGb

SetMemInGb sets the MemInGb field's value.

func (*InsSpecForCreateInstanceInput) SetSpecName

SetSpecName sets the SpecName field's value.

func (InsSpecForCreateInstanceInput) String

String returns the string representation

type InsSpecForDescribeInstanceOutput

type InsSpecForDescribeInstanceOutput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`

	MemInGb *int32 `type:"int32" json:",omitempty"`

	SpecName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InsSpecForDescribeInstanceOutput) GoString

GoString returns the string representation

func (*InsSpecForDescribeInstanceOutput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*InsSpecForDescribeInstanceOutput) SetMemInGb

SetMemInGb sets the MemInGb field's value.

func (*InsSpecForDescribeInstanceOutput) SetSpecName

SetSpecName sets the SpecName field's value.

func (InsSpecForDescribeInstanceOutput) String

String returns the string representation

type InsSpecForListGraphRagServiceOutput added in v1.1.42

type InsSpecForListGraphRagServiceOutput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`

	MemInGb *int32 `type:"int32" json:",omitempty"`

	SpecName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InsSpecForListGraphRagServiceOutput) GoString added in v1.1.42

GoString returns the string representation

func (*InsSpecForListGraphRagServiceOutput) SetCpuNum added in v1.1.42

SetCpuNum sets the CpuNum field's value.

func (*InsSpecForListGraphRagServiceOutput) SetMemInGb added in v1.1.42

SetMemInGb sets the MemInGb field's value.

func (*InsSpecForListGraphRagServiceOutput) SetSpecName added in v1.1.42

SetSpecName sets the SpecName field's value.

func (InsSpecForListGraphRagServiceOutput) String added in v1.1.42

String returns the string representation

type InsSpecForListInstanceOutput

type InsSpecForListInstanceOutput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`

	MemInGb *int32 `type:"int32" json:",omitempty"`

	SpecName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InsSpecForListInstanceOutput) GoString

func (s InsSpecForListInstanceOutput) GoString() string

GoString returns the string representation

func (*InsSpecForListInstanceOutput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*InsSpecForListInstanceOutput) SetMemInGb

SetMemInGb sets the MemInGb field's value.

func (*InsSpecForListInstanceOutput) SetSpecName

SetSpecName sets the SpecName field's value.

func (InsSpecForListInstanceOutput) String

String returns the string representation

type InstSpecListForGetInstanceSpecScopeOutput

type InstSpecListForGetInstanceSpecScopeOutput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`

	MemInGb *int32 `type:"int32" json:",omitempty"`

	SpecName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InstSpecListForGetInstanceSpecScopeOutput) GoString

GoString returns the string representation

func (*InstSpecListForGetInstanceSpecScopeOutput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*InstSpecListForGetInstanceSpecScopeOutput) SetMemInGb

SetMemInGb sets the MemInGb field's value.

func (*InstSpecListForGetInstanceSpecScopeOutput) SetSpecName

SetSpecName sets the SpecName field's value.

func (InstSpecListForGetInstanceSpecScopeOutput) String

String returns the string representation

type InstanceTagForCreateInstanceInput

type InstanceTagForCreateInstanceInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InstanceTagForCreateInstanceInput) GoString

GoString returns the string representation

func (*InstanceTagForCreateInstanceInput) SetKey

SetKey sets the Key field's value.

func (*InstanceTagForCreateInstanceInput) SetValue

SetValue sets the Value field's value.

func (InstanceTagForCreateInstanceInput) String

String returns the string representation

type IoQosOptionsForGetTableIOQosOptionsOutput added in v1.1.12

type IoQosOptionsForGetTableIOQosOptionsOutput struct {
	Iops_limit *int64 `type:"int64" json:"iops_limit,omitempty"`

	Read_bandwidth_limit_in_bytes *int64 `type:"int64" json:"read_bandwidth_limit_in_bytes,omitempty"`

	Storage_capacity_limit_in_bytes *int64 `type:"int64" json:"storage_capacity_limit_in_bytes,omitempty"`

	Write_bandwidth_limit_in_bytes *int64 `type:"int64" json:"write_bandwidth_limit_in_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (IoQosOptionsForGetTableIOQosOptionsOutput) GoString added in v1.1.12

GoString returns the string representation

func (*IoQosOptionsForGetTableIOQosOptionsOutput) SetIops_limit added in v1.1.12

SetIops_limit sets the Iops_limit field's value.

func (*IoQosOptionsForGetTableIOQosOptionsOutput) SetRead_bandwidth_limit_in_bytes added in v1.1.12

SetRead_bandwidth_limit_in_bytes sets the Read_bandwidth_limit_in_bytes field's value.

func (*IoQosOptionsForGetTableIOQosOptionsOutput) SetStorage_capacity_limit_in_bytes added in v1.1.12

SetStorage_capacity_limit_in_bytes sets the Storage_capacity_limit_in_bytes field's value.

func (*IoQosOptionsForGetTableIOQosOptionsOutput) SetWrite_bandwidth_limit_in_bytes added in v1.1.12

SetWrite_bandwidth_limit_in_bytes sets the Write_bandwidth_limit_in_bytes field's value.

func (IoQosOptionsForGetTableIOQosOptionsOutput) String added in v1.1.12

String returns the string representation

type IoQosOptionsForGetTableOutput added in v1.1.31

type IoQosOptionsForGetTableOutput struct {
	Iops_limit *int64 `type:"int64" json:"iops_limit,omitempty"`

	Read_bandwidth_limit_in_bytes *int64 `type:"int64" json:"read_bandwidth_limit_in_bytes,omitempty"`

	Storage_capacity_limit_in_bytes *int64 `type:"int64" json:"storage_capacity_limit_in_bytes,omitempty"`

	Write_bandwidth_limit_in_bytes *int64 `type:"int64" json:"write_bandwidth_limit_in_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (IoQosOptionsForGetTableOutput) GoString added in v1.1.31

GoString returns the string representation

func (*IoQosOptionsForGetTableOutput) SetIops_limit added in v1.1.31

SetIops_limit sets the Iops_limit field's value.

func (*IoQosOptionsForGetTableOutput) SetRead_bandwidth_limit_in_bytes added in v1.1.31

func (s *IoQosOptionsForGetTableOutput) SetRead_bandwidth_limit_in_bytes(v int64) *IoQosOptionsForGetTableOutput

SetRead_bandwidth_limit_in_bytes sets the Read_bandwidth_limit_in_bytes field's value.

func (*IoQosOptionsForGetTableOutput) SetStorage_capacity_limit_in_bytes added in v1.1.31

func (s *IoQosOptionsForGetTableOutput) SetStorage_capacity_limit_in_bytes(v int64) *IoQosOptionsForGetTableOutput

SetStorage_capacity_limit_in_bytes sets the Storage_capacity_limit_in_bytes field's value.

func (*IoQosOptionsForGetTableOutput) SetWrite_bandwidth_limit_in_bytes added in v1.1.31

func (s *IoQosOptionsForGetTableOutput) SetWrite_bandwidth_limit_in_bytes(v int64) *IoQosOptionsForGetTableOutput

SetWrite_bandwidth_limit_in_bytes sets the Write_bandwidth_limit_in_bytes field's value.

func (IoQosOptionsForGetTableOutput) String added in v1.1.31

String returns the string representation

type Io_qos_optionsForAddTablesInput added in v1.1.12

type Io_qos_optionsForAddTablesInput struct {
	Iops_limit *int64 `type:"int64" json:"iops_limit,omitempty"`

	Read_bandwidth_limit_in_bytes *int64 `type:"int64" json:"read_bandwidth_limit_in_bytes,omitempty"`

	Storage_capacity_limit_in_bytes *int64 `type:"int64" json:"storage_capacity_limit_in_bytes,omitempty"`

	Write_bandwidth_limit_in_bytes *int64 `type:"int64" json:"write_bandwidth_limit_in_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (Io_qos_optionsForAddTablesInput) GoString added in v1.1.12

GoString returns the string representation

func (*Io_qos_optionsForAddTablesInput) SetIops_limit added in v1.1.12

SetIops_limit sets the Iops_limit field's value.

func (*Io_qos_optionsForAddTablesInput) SetRead_bandwidth_limit_in_bytes added in v1.1.12

func (s *Io_qos_optionsForAddTablesInput) SetRead_bandwidth_limit_in_bytes(v int64) *Io_qos_optionsForAddTablesInput

SetRead_bandwidth_limit_in_bytes sets the Read_bandwidth_limit_in_bytes field's value.

func (*Io_qos_optionsForAddTablesInput) SetStorage_capacity_limit_in_bytes added in v1.1.12

func (s *Io_qos_optionsForAddTablesInput) SetStorage_capacity_limit_in_bytes(v int64) *Io_qos_optionsForAddTablesInput

SetStorage_capacity_limit_in_bytes sets the Storage_capacity_limit_in_bytes field's value.

func (*Io_qos_optionsForAddTablesInput) SetWrite_bandwidth_limit_in_bytes added in v1.1.12

func (s *Io_qos_optionsForAddTablesInput) SetWrite_bandwidth_limit_in_bytes(v int64) *Io_qos_optionsForAddTablesInput

SetWrite_bandwidth_limit_in_bytes sets the Write_bandwidth_limit_in_bytes field's value.

func (Io_qos_optionsForAddTablesInput) String added in v1.1.12

String returns the string representation

type Iops_limitForCalcTableLimitsOutput added in v1.1.18

type Iops_limitForCalcTableLimitsOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

	Min *int64 `type:"int64" json:"min,omitempty"`
	// contains filtered or unexported fields
}

func (Iops_limitForCalcTableLimitsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*Iops_limitForCalcTableLimitsOutput) SetMax added in v1.1.18

SetMax sets the Max field's value.

func (*Iops_limitForCalcTableLimitsOutput) SetMin added in v1.1.18

SetMin sets the Min field's value.

func (Iops_limitForCalcTableLimitsOutput) String added in v1.1.18

String returns the string representation

type Iops_limitForGetTableLimitOutput added in v1.1.12

type Iops_limitForGetTableLimitOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

	Min *int64 `type:"int64" json:"min,omitempty"`
	// contains filtered or unexported fields
}

func (Iops_limitForGetTableLimitOutput) GoString added in v1.1.12

GoString returns the string representation

func (*Iops_limitForGetTableLimitOutput) SetMax added in v1.1.12

SetMax sets the Max field's value.

func (*Iops_limitForGetTableLimitOutput) SetMin added in v1.1.12

SetMin sets the Min field's value.

func (Iops_limitForGetTableLimitOutput) String added in v1.1.12

String returns the string representation

type KeyBlackListForUpdateKeyBlackListConfInput added in v1.1.45

type KeyBlackListForUpdateKeyBlackListConfInput struct {
	Key *string `type:"string" json:",omitempty"`

	ReadRejectPct *int32 `type:"int32" json:",omitempty"`

	WriteRejectPct *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (KeyBlackListForUpdateKeyBlackListConfInput) GoString added in v1.1.45

GoString returns the string representation

func (*KeyBlackListForUpdateKeyBlackListConfInput) SetKey added in v1.1.45

SetKey sets the Key field's value.

func (*KeyBlackListForUpdateKeyBlackListConfInput) SetReadRejectPct added in v1.1.45

SetReadRejectPct sets the ReadRejectPct field's value.

func (*KeyBlackListForUpdateKeyBlackListConfInput) SetWriteRejectPct added in v1.1.45

SetWriteRejectPct sets the WriteRejectPct field's value.

func (KeyBlackListForUpdateKeyBlackListConfInput) String added in v1.1.45

String returns the string representation

type ListAllTablesInput added in v1.1.55

type ListAllTablesInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:"instanceId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ListAllTablesInput) GoString added in v1.1.55

func (s ListAllTablesInput) GoString() string

GoString returns the string representation

func (*ListAllTablesInput) SetInstanceId added in v1.1.55

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

SetInstanceId sets the InstanceId field's value.

func (ListAllTablesInput) String added in v1.1.55

func (s ListAllTablesInput) String() string

String returns the string representation

func (*ListAllTablesInput) Validate added in v1.1.55

func (s *ListAllTablesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAllTablesOutput added in v1.1.55

type ListAllTablesOutput struct {
	Metadata *response.ResponseMetadata

	Tables []*TableForListAllTablesOutput `type:"list" json:"tables,omitempty"`
	// contains filtered or unexported fields
}

func (ListAllTablesOutput) GoString added in v1.1.55

func (s ListAllTablesOutput) GoString() string

GoString returns the string representation

func (*ListAllTablesOutput) SetTables added in v1.1.55

SetTables sets the Tables field's value.

func (ListAllTablesOutput) String added in v1.1.55

func (s ListAllTablesOutput) String() string

String returns the string representation

type ListClusterTablesInput

type ListClusterTablesInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:"instanceId,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ListClusterTablesInput) GoString

func (s ListClusterTablesInput) GoString() string

GoString returns the string representation

func (*ListClusterTablesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (ListClusterTablesInput) String

func (s ListClusterTablesInput) String() string

String returns the string representation

func (*ListClusterTablesInput) Validate

func (s *ListClusterTablesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListClusterTablesOutput

type ListClusterTablesOutput struct {
	Metadata *response.ResponseMetadata

	Tables []*TableForListClusterTablesOutput `type:"list" json:"tables,omitempty"`
	// contains filtered or unexported fields
}

func (ListClusterTablesOutput) GoString

func (s ListClusterTablesOutput) GoString() string

GoString returns the string representation

func (*ListClusterTablesOutput) SetTables

SetTables sets the Tables field's value.

func (ListClusterTablesOutput) String

func (s ListClusterTablesOutput) String() string

String returns the string representation

type ListGraphRagServiceInput added in v1.1.42

type ListGraphRagServiceInput struct {

	// Limit is a required field
	Limit *int32 `type:"int32" json:",omitempty" required:"true"`

	// Offset is a required field
	Offset *int32 `type:"int32" json:",omitempty" required:"true"`

	// Sort is a required field
	Sort *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ListGraphRagServiceInput) GoString added in v1.1.42

func (s ListGraphRagServiceInput) GoString() string

GoString returns the string representation

func (*ListGraphRagServiceInput) SetLimit added in v1.1.42

SetLimit sets the Limit field's value.

func (*ListGraphRagServiceInput) SetOffset added in v1.1.42

SetOffset sets the Offset field's value.

func (*ListGraphRagServiceInput) SetSort added in v1.1.42

SetSort sets the Sort field's value.

func (ListGraphRagServiceInput) String added in v1.1.42

func (s ListGraphRagServiceInput) String() string

String returns the string representation

func (*ListGraphRagServiceInput) Validate added in v1.1.42

func (s *ListGraphRagServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListGraphRagServiceOutput added in v1.1.42

type ListGraphRagServiceOutput struct {
	Metadata *response.ResponseMetadata

	Infos []*InfoForListGraphRagServiceOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListGraphRagServiceOutput) GoString added in v1.1.42

func (s ListGraphRagServiceOutput) GoString() string

GoString returns the string representation

func (*ListGraphRagServiceOutput) SetInfos added in v1.1.42

SetInfos sets the Infos field's value.

func (*ListGraphRagServiceOutput) SetTotal added in v1.1.42

SetTotal sets the Total field's value.

func (ListGraphRagServiceOutput) String added in v1.1.42

func (s ListGraphRagServiceOutput) String() string

String returns the string representation

type ListInstanceInput

type ListInstanceInput struct {

	// Limit is a required field
	Limit *int32 `type:"int32" json:",omitempty" required:"true"`

	// Offset is a required field
	Offset *int32 `type:"int32" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ListInstanceInput) GoString

func (s ListInstanceInput) GoString() string

GoString returns the string representation

func (*ListInstanceInput) SetLimit

func (s *ListInstanceInput) SetLimit(v int32) *ListInstanceInput

SetLimit sets the Limit field's value.

func (*ListInstanceInput) SetOffset

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

SetOffset sets the Offset field's value.

func (ListInstanceInput) String

func (s ListInstanceInput) String() string

String returns the string representation

func (*ListInstanceInput) Validate

func (s *ListInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListInstanceOutput

type ListInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Infos []*InfoForListInstanceOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListInstanceOutput) GoString

func (s ListInstanceOutput) GoString() string

GoString returns the string representation

func (*ListInstanceOutput) SetInfos

SetInfos sets the Infos field's value.

func (*ListInstanceOutput) SetTotal

SetTotal sets the Total field's value.

func (ListInstanceOutput) String

func (s ListInstanceOutput) String() string

String returns the string representation

type ListTabletServerInput added in v1.1.42

type ListTabletServerInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	Region *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListTabletServerInput) GoString added in v1.1.42

func (s ListTabletServerInput) GoString() string

GoString returns the string representation

func (*ListTabletServerInput) SetInstanceId added in v1.1.42

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

SetInstanceId sets the InstanceId field's value.

func (*ListTabletServerInput) SetRegion added in v1.1.42

SetRegion sets the Region field's value.

func (ListTabletServerInput) String added in v1.1.42

func (s ListTabletServerInput) String() string

String returns the string representation

func (*ListTabletServerInput) Validate added in v1.1.42

func (s *ListTabletServerInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTabletServerOutput added in v1.1.42

type ListTabletServerOutput struct {
	Metadata *response.ResponseMetadata

	LeaderAddr *string `type:"string" json:",omitempty"`

	TabletServerInfos []*TabletServerInfoForListTabletServerOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListTabletServerOutput) GoString added in v1.1.42

func (s ListTabletServerOutput) GoString() string

GoString returns the string representation

func (*ListTabletServerOutput) SetLeaderAddr added in v1.1.42

SetLeaderAddr sets the LeaderAddr field's value.

func (*ListTabletServerOutput) SetTabletServerInfos added in v1.1.42

SetTabletServerInfos sets the TabletServerInfos field's value.

func (ListTabletServerOutput) String added in v1.1.42

func (s ListTabletServerOutput) String() string

String returns the string representation

type ListTabletTaskInput added in v1.1.42

type ListTabletTaskInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	Region *string `type:"string" json:",omitempty"`

	// ReturnDetail is a required field
	ReturnDetail *bool `type:"boolean" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ListTabletTaskInput) GoString added in v1.1.42

func (s ListTabletTaskInput) GoString() string

GoString returns the string representation

func (*ListTabletTaskInput) SetInstanceId added in v1.1.42

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

SetInstanceId sets the InstanceId field's value.

func (*ListTabletTaskInput) SetRegion added in v1.1.42

SetRegion sets the Region field's value.

func (*ListTabletTaskInput) SetReturnDetail added in v1.1.42

func (s *ListTabletTaskInput) SetReturnDetail(v bool) *ListTabletTaskInput

SetReturnDetail sets the ReturnDetail field's value.

func (ListTabletTaskInput) String added in v1.1.42

func (s ListTabletTaskInput) String() string

String returns the string representation

func (*ListTabletTaskInput) Validate added in v1.1.42

func (s *ListTabletTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTabletTaskOutput added in v1.1.42

type ListTabletTaskOutput struct {
	Metadata *response.ResponseMetadata

	TabletTaskInfo []*TabletTaskInfoForListTabletTaskOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListTabletTaskOutput) GoString added in v1.1.42

func (s ListTabletTaskOutput) GoString() string

GoString returns the string representation

func (*ListTabletTaskOutput) SetTabletTaskInfo added in v1.1.42

SetTabletTaskInfo sets the TabletTaskInfo field's value.

func (ListTabletTaskOutput) String added in v1.1.42

func (s ListTabletTaskOutput) String() string

String returns the string representation

type ListTabletsInput added in v1.1.42

type ListTabletsInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	Region *string `type:"string" json:",omitempty"`

	RequestTabletServerAddr *string `type:"string" json:",omitempty"`

	ReturnPartitionRouteInfo *bool `type:"boolean" json:",omitempty"`

	ReturnTabletRouteInfo *bool `type:"boolean" json:",omitempty"`

	TableNames []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListTabletsInput) GoString added in v1.1.42

func (s ListTabletsInput) GoString() string

GoString returns the string representation

func (*ListTabletsInput) SetInstanceId added in v1.1.42

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

SetInstanceId sets the InstanceId field's value.

func (*ListTabletsInput) SetRegion added in v1.1.42

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

SetRegion sets the Region field's value.

func (*ListTabletsInput) SetRequestTabletServerAddr added in v1.1.42

func (s *ListTabletsInput) SetRequestTabletServerAddr(v string) *ListTabletsInput

SetRequestTabletServerAddr sets the RequestTabletServerAddr field's value.

func (*ListTabletsInput) SetReturnPartitionRouteInfo added in v1.1.42

func (s *ListTabletsInput) SetReturnPartitionRouteInfo(v bool) *ListTabletsInput

SetReturnPartitionRouteInfo sets the ReturnPartitionRouteInfo field's value.

func (*ListTabletsInput) SetReturnTabletRouteInfo added in v1.1.42

func (s *ListTabletsInput) SetReturnTabletRouteInfo(v bool) *ListTabletsInput

SetReturnTabletRouteInfo sets the ReturnTabletRouteInfo field's value.

func (*ListTabletsInput) SetTableNames added in v1.1.42

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

SetTableNames sets the TableNames field's value.

func (ListTabletsInput) String added in v1.1.42

func (s ListTabletsInput) String() string

String returns the string representation

func (*ListTabletsInput) Validate added in v1.1.42

func (s *ListTabletsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTabletsOutput added in v1.1.42

type ListTabletsOutput struct {
	Metadata *response.ResponseMetadata

	TabletInfos []*TabletInfoForListTabletsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListTabletsOutput) GoString added in v1.1.42

func (s ListTabletsOutput) GoString() string

GoString returns the string representation

func (*ListTabletsOutput) SetTabletInfos added in v1.1.42

SetTabletInfos sets the TabletInfos field's value.

func (ListTabletsOutput) String added in v1.1.42

func (s ListTabletsOutput) String() string

String returns the string representation

type MigrateTabletReplicaInput added in v1.1.42

type MigrateTabletReplicaInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	Region *string `type:"string" json:",omitempty"`

	// ReplicaId is a required field
	ReplicaId *int64 `type:"int64" json:",omitempty" required:"true"`

	// TableName is a required field
	TableName *string `type:"string" json:",omitempty" required:"true"`

	// TabletId is a required field
	TabletId *int64 `type:"int64" json:",omitempty" required:"true"`

	TargetServerAddr *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MigrateTabletReplicaInput) GoString added in v1.1.42

func (s MigrateTabletReplicaInput) GoString() string

GoString returns the string representation

func (*MigrateTabletReplicaInput) SetInstanceId added in v1.1.42

SetInstanceId sets the InstanceId field's value.

func (*MigrateTabletReplicaInput) SetRegion added in v1.1.42

SetRegion sets the Region field's value.

func (*MigrateTabletReplicaInput) SetReplicaId added in v1.1.42

SetReplicaId sets the ReplicaId field's value.

func (*MigrateTabletReplicaInput) SetTableName added in v1.1.42

SetTableName sets the TableName field's value.

func (*MigrateTabletReplicaInput) SetTabletId added in v1.1.42

SetTabletId sets the TabletId field's value.

func (*MigrateTabletReplicaInput) SetTargetServerAddr added in v1.1.42

func (s *MigrateTabletReplicaInput) SetTargetServerAddr(v string) *MigrateTabletReplicaInput

SetTargetServerAddr sets the TargetServerAddr field's value.

func (MigrateTabletReplicaInput) String added in v1.1.42

func (s MigrateTabletReplicaInput) String() string

String returns the string representation

func (*MigrateTabletReplicaInput) Validate added in v1.1.42

func (s *MigrateTabletReplicaInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MigrateTabletReplicaOutput added in v1.1.42

type MigrateTabletReplicaOutput struct {
	Metadata *response.ResponseMetadata

	TaskId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MigrateTabletReplicaOutput) GoString added in v1.1.42

func (s MigrateTabletReplicaOutput) GoString() string

GoString returns the string representation

func (*MigrateTabletReplicaOutput) SetTaskId added in v1.1.42

SetTaskId sets the TaskId field's value.

func (MigrateTabletReplicaOutput) String added in v1.1.42

String returns the string representation

type ModifyDBInstanceDeletionProtectionPolicyInput added in v1.1.12

type ModifyDBInstanceDeletionProtectionPolicyInput struct {

	// DeletionProtection is a required field
	DeletionProtection *string `type:"string" json:",omitempty" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyDBInstanceDeletionProtectionPolicyInput) GoString added in v1.1.12

GoString returns the string representation

func (*ModifyDBInstanceDeletionProtectionPolicyInput) SetDeletionProtection added in v1.1.12

SetDeletionProtection sets the DeletionProtection field's value.

func (*ModifyDBInstanceDeletionProtectionPolicyInput) SetInstanceId added in v1.1.12

SetInstanceId sets the InstanceId field's value.

func (ModifyDBInstanceDeletionProtectionPolicyInput) String added in v1.1.12

String returns the string representation

func (*ModifyDBInstanceDeletionProtectionPolicyInput) Validate added in v1.1.12

Validate inspects the fields of the type to determine if they are valid.

type ModifyDBInstanceDeletionProtectionPolicyOutput added in v1.1.12

type ModifyDBInstanceDeletionProtectionPolicyOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyDBInstanceDeletionProtectionPolicyOutput) GoString added in v1.1.12

GoString returns the string representation

func (ModifyDBInstanceDeletionProtectionPolicyOutput) String added in v1.1.12

String returns the string representation

type ModifySchemaInput

type ModifySchemaInput struct {
	Edges []*EdgeForModifySchemaInput `type:"list" json:"edges,omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:"instanceId,omitempty" required:"true"`

	// Table is a required field
	Table *string `type:"string" json:"table,omitempty" required:"true"`

	Vertexes []*VertexForModifySchemaInput `type:"list" json:"vertexes,omitempty"`
	// contains filtered or unexported fields
}

func (ModifySchemaInput) GoString

func (s ModifySchemaInput) GoString() string

GoString returns the string representation

func (*ModifySchemaInput) SetEdges

SetEdges sets the Edges field's value.

func (*ModifySchemaInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*ModifySchemaInput) SetTable

func (s *ModifySchemaInput) SetTable(v string) *ModifySchemaInput

SetTable sets the Table field's value.

func (*ModifySchemaInput) SetVertexes

SetVertexes sets the Vertexes field's value.

func (ModifySchemaInput) String

func (s ModifySchemaInput) String() string

String returns the string representation

func (*ModifySchemaInput) Validate

func (s *ModifySchemaInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifySchemaOutput

type ModifySchemaOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifySchemaOutput) GoString

func (s ModifySchemaOutput) GoString() string

GoString returns the string representation

func (ModifySchemaOutput) String

func (s ModifySchemaOutput) String() string

String returns the string representation

type NetworkDescriptionForCreateInstanceInput

type NetworkDescriptionForCreateInstanceInput struct {
	AddressType *string `type:"string" json:",omitempty"`

	IPVersionType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NetworkDescriptionForCreateInstanceInput) GoString

GoString returns the string representation

func (*NetworkDescriptionForCreateInstanceInput) SetAddressType

SetAddressType sets the AddressType field's value.

func (*NetworkDescriptionForCreateInstanceInput) SetIPVersionType

SetIPVersionType sets the IPVersionType field's value.

func (NetworkDescriptionForCreateInstanceInput) String

String returns the string representation

type NetworkResourceForGetVegraphNetworkResourceOutput

type NetworkResourceForGetVegraphNetworkResourceOutput struct {
	AddressType *string `type:"string" json:",omitempty"`

	Az *string `type:"string" json:",omitempty"`

	Id *int64 `type:"int64" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	IpVersionType *string `type:"string" json:",omitempty"`

	LBId *string `type:"string" json:",omitempty"`

	NetworkResourceType *string `type:"string" json:",omitempty"`

	NetworkType *string `type:"string" json:"networkType,omitempty"`

	Region *string `type:"string" json:",omitempty"`

	ResourceName *string `type:"string" json:",omitempty"`

	SubnetId *string `type:"string" json:",omitempty"`

	VipV4 *string `type:"string" json:",omitempty"`

	VipV6 *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NetworkResourceForGetVegraphNetworkResourceOutput) GoString

GoString returns the string representation

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetAddressType

SetAddressType sets the AddressType field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetAz added in v1.1.12

SetAz sets the Az field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetId

SetId sets the Id field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetIpVersionType

SetIpVersionType sets the IpVersionType field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetLBId

SetLBId sets the LBId field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetNetworkResourceType added in v1.1.49

SetNetworkResourceType sets the NetworkResourceType field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetNetworkType

SetNetworkType sets the NetworkType field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetRegion

SetRegion sets the Region field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetResourceName

SetResourceName sets the ResourceName field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetVipV4

SetVipV4 sets the VipV4 field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetVipV6

SetVipV6 sets the VipV6 field's value.

func (NetworkResourceForGetVegraphNetworkResourceOutput) String

String returns the string representation

type NodeScopeForGetInstanceSpecScopeOutput

type NodeScopeForGetInstanceSpecScopeOutput struct {
	Max *int32 `type:"int32" json:",omitempty"`

	Min *int32 `type:"int32" json:",omitempty"`

	Step *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeScopeForGetInstanceSpecScopeOutput) GoString

GoString returns the string representation

func (*NodeScopeForGetInstanceSpecScopeOutput) SetMax

SetMax sets the Max field's value.

func (*NodeScopeForGetInstanceSpecScopeOutput) SetMin

SetMin sets the Min field's value.

func (*NodeScopeForGetInstanceSpecScopeOutput) SetStep

SetStep sets the Step field's value.

func (NodeScopeForGetInstanceSpecScopeOutput) String

String returns the string representation

type PendingScheduleReplicaForListTabletsOutput added in v1.1.42

type PendingScheduleReplicaForListTabletsOutput struct {
	Key *int64 `type:"int64" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PendingScheduleReplicaForListTabletsOutput) GoString added in v1.1.42

GoString returns the string representation

func (*PendingScheduleReplicaForListTabletsOutput) SetKey added in v1.1.42

SetKey sets the Key field's value.

func (*PendingScheduleReplicaForListTabletsOutput) SetValue added in v1.1.42

SetValue sets the Value field's value.

func (PendingScheduleReplicaForListTabletsOutput) String added in v1.1.42

String returns the string representation

type Psm_quota_configForAddTablesInput added in v1.1.12

type Psm_quota_configForAddTablesInput struct {
	Caller_psm *string `type:"string" json:"caller_psm,omitempty"`

	Read_fetch_size *int64 `type:"int64" json:"read_fetch_size,omitempty"`

	Read_quota_size *int64 `type:"int64" json:"read_quota_size,omitempty"`

	Write_fetch_size *int64 `type:"int64" json:"write_fetch_size,omitempty"`

	Write_quota_size *int64 `type:"int64" json:"write_quota_size,omitempty"`
	// contains filtered or unexported fields
}

func (Psm_quota_configForAddTablesInput) GoString added in v1.1.12

GoString returns the string representation

func (*Psm_quota_configForAddTablesInput) SetCaller_psm added in v1.1.12

SetCaller_psm sets the Caller_psm field's value.

func (*Psm_quota_configForAddTablesInput) SetRead_fetch_size added in v1.1.31

SetRead_fetch_size sets the Read_fetch_size field's value.

func (*Psm_quota_configForAddTablesInput) SetRead_quota_size added in v1.1.12

SetRead_quota_size sets the Read_quota_size field's value.

func (*Psm_quota_configForAddTablesInput) SetWrite_fetch_size added in v1.1.31

SetWrite_fetch_size sets the Write_fetch_size field's value.

func (*Psm_quota_configForAddTablesInput) SetWrite_quota_size added in v1.1.12

SetWrite_quota_size sets the Write_quota_size field's value.

func (Psm_quota_configForAddTablesInput) String added in v1.1.12

String returns the string representation

type Psm_quota_configForAlterTableInput added in v1.1.40

type Psm_quota_configForAlterTableInput struct {
	Caller_psm *string `type:"string" json:"caller_psm,omitempty"`

	Read_fetch_size *int64 `type:"int64" json:"read_fetch_size,omitempty"`

	Read_quota_size *int64 `type:"int64" json:"read_quota_size,omitempty"`

	Write_fetch_size *int64 `type:"int64" json:"write_fetch_size,omitempty"`

	Write_quota_size *int64 `type:"int64" json:"write_quota_size,omitempty"`
	// contains filtered or unexported fields
}

func (Psm_quota_configForAlterTableInput) GoString added in v1.1.40

GoString returns the string representation

func (*Psm_quota_configForAlterTableInput) SetCaller_psm added in v1.1.40

SetCaller_psm sets the Caller_psm field's value.

func (*Psm_quota_configForAlterTableInput) SetRead_fetch_size added in v1.1.40

SetRead_fetch_size sets the Read_fetch_size field's value.

func (*Psm_quota_configForAlterTableInput) SetRead_quota_size added in v1.1.40

SetRead_quota_size sets the Read_quota_size field's value.

func (*Psm_quota_configForAlterTableInput) SetWrite_fetch_size added in v1.1.40

SetWrite_fetch_size sets the Write_fetch_size field's value.

func (*Psm_quota_configForAlterTableInput) SetWrite_quota_size added in v1.1.40

SetWrite_quota_size sets the Write_quota_size field's value.

func (Psm_quota_configForAlterTableInput) String added in v1.1.40

String returns the string representation

type Psm_quota_configForGetTableOutput added in v1.1.31

type Psm_quota_configForGetTableOutput struct {
	Caller_psm *string `type:"string" json:"caller_psm,omitempty"`

	Read_fetch_size *int64 `type:"int64" json:"read_fetch_size,omitempty"`

	Read_quota_size *int64 `type:"int64" json:"read_quota_size,omitempty"`

	Write_fetch_size *int64 `type:"int64" json:"write_fetch_size,omitempty"`

	Write_quota_size *int64 `type:"int64" json:"write_quota_size,omitempty"`
	// contains filtered or unexported fields
}

func (Psm_quota_configForGetTableOutput) GoString added in v1.1.31

GoString returns the string representation

func (*Psm_quota_configForGetTableOutput) SetCaller_psm added in v1.1.31

SetCaller_psm sets the Caller_psm field's value.

func (*Psm_quota_configForGetTableOutput) SetRead_fetch_size added in v1.1.31

SetRead_fetch_size sets the Read_fetch_size field's value.

func (*Psm_quota_configForGetTableOutput) SetRead_quota_size added in v1.1.31

SetRead_quota_size sets the Read_quota_size field's value.

func (*Psm_quota_configForGetTableOutput) SetWrite_fetch_size added in v1.1.31

SetWrite_fetch_size sets the Write_fetch_size field's value.

func (*Psm_quota_configForGetTableOutput) SetWrite_quota_size added in v1.1.31

SetWrite_quota_size sets the Write_quota_size field's value.

func (Psm_quota_configForGetTableOutput) String added in v1.1.31

String returns the string representation

type Psm_quota_configForGetTableQuotaOutput added in v1.1.12

type Psm_quota_configForGetTableQuotaOutput struct {
	Caller_psm *string `type:"string" json:"caller_psm,omitempty"`

	Read_fetch_size *int64 `type:"int64" json:"read_fetch_size,omitempty"`

	Read_quota_size *int64 `type:"int64" json:"read_quota_size,omitempty"`

	Write_fetch_size *int64 `type:"int64" json:"write_fetch_size,omitempty"`

	Write_quota_size *int64 `type:"int64" json:"write_quota_size,omitempty"`
	// contains filtered or unexported fields
}

func (Psm_quota_configForGetTableQuotaOutput) GoString added in v1.1.12

GoString returns the string representation

func (*Psm_quota_configForGetTableQuotaOutput) SetCaller_psm added in v1.1.12

SetCaller_psm sets the Caller_psm field's value.

func (*Psm_quota_configForGetTableQuotaOutput) SetRead_fetch_size added in v1.1.31

SetRead_fetch_size sets the Read_fetch_size field's value.

func (*Psm_quota_configForGetTableQuotaOutput) SetRead_quota_size added in v1.1.12

SetRead_quota_size sets the Read_quota_size field's value.

func (*Psm_quota_configForGetTableQuotaOutput) SetWrite_fetch_size added in v1.1.31

SetWrite_fetch_size sets the Write_fetch_size field's value.

func (*Psm_quota_configForGetTableQuotaOutput) SetWrite_quota_size added in v1.1.12

SetWrite_quota_size sets the Write_quota_size field's value.

func (Psm_quota_configForGetTableQuotaOutput) String added in v1.1.12

String returns the string representation

type QuotasForAddTablesInput added in v1.1.12

type QuotasForAddTablesInput struct {
	Gremlin_quota_configs []*Gremlin_quota_configForAddTablesInput `type:"list" json:"gremlin_quota_configs,omitempty"`

	Psm_quota_configs []*Psm_quota_configForAddTablesInput `type:"list" json:"psm_quota_configs,omitempty"`
	// contains filtered or unexported fields
}

func (QuotasForAddTablesInput) GoString added in v1.1.12

func (s QuotasForAddTablesInput) GoString() string

GoString returns the string representation

func (*QuotasForAddTablesInput) SetGremlin_quota_configs added in v1.1.12

SetGremlin_quota_configs sets the Gremlin_quota_configs field's value.

func (*QuotasForAddTablesInput) SetPsm_quota_configs added in v1.1.12

SetPsm_quota_configs sets the Psm_quota_configs field's value.

func (QuotasForAddTablesInput) String added in v1.1.12

func (s QuotasForAddTablesInput) String() string

String returns the string representation

type Read_bandwidth_limit_in_bytesForCalcTableLimitsOutput added in v1.1.18

type Read_bandwidth_limit_in_bytesForCalcTableLimitsOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

	Min *int64 `type:"int64" json:"min,omitempty"`
	// contains filtered or unexported fields
}

func (Read_bandwidth_limit_in_bytesForCalcTableLimitsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*Read_bandwidth_limit_in_bytesForCalcTableLimitsOutput) SetMax added in v1.1.18

SetMax sets the Max field's value.

func (*Read_bandwidth_limit_in_bytesForCalcTableLimitsOutput) SetMin added in v1.1.18

SetMin sets the Min field's value.

func (Read_bandwidth_limit_in_bytesForCalcTableLimitsOutput) String added in v1.1.18

String returns the string representation

type Read_bandwidth_limit_in_bytesForGetTableLimitOutput added in v1.1.12

type Read_bandwidth_limit_in_bytesForGetTableLimitOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

	Min *int64 `type:"int64" json:"min,omitempty"`
	// contains filtered or unexported fields
}

func (Read_bandwidth_limit_in_bytesForGetTableLimitOutput) GoString added in v1.1.12

GoString returns the string representation

func (*Read_bandwidth_limit_in_bytesForGetTableLimitOutput) SetMax added in v1.1.12

SetMax sets the Max field's value.

func (*Read_bandwidth_limit_in_bytesForGetTableLimitOutput) SetMin added in v1.1.12

SetMin sets the Min field's value.

func (Read_bandwidth_limit_in_bytesForGetTableLimitOutput) String added in v1.1.12

String returns the string representation

type ReplicaInfoForListTabletsOutput added in v1.1.42

type ReplicaInfoForListTabletsOutput struct {
	Key *int64 `type:"int64" json:",omitempty"`

	Value *ValueForListTabletsOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReplicaInfoForListTabletsOutput) GoString added in v1.1.42

GoString returns the string representation

func (*ReplicaInfoForListTabletsOutput) SetKey added in v1.1.42

SetKey sets the Key field's value.

func (*ReplicaInfoForListTabletsOutput) SetValue added in v1.1.42

SetValue sets the Value field's value.

func (ReplicaInfoForListTabletsOutput) String added in v1.1.42

String returns the string representation

type ReplicasToCloseForListTabletTaskOutput added in v1.1.42

type ReplicasToCloseForListTabletTaskOutput struct {
	DataVersion *int64 `type:"int64" json:",omitempty"`

	Info *InfoForListTabletTaskOutput `type:"structure" json:",omitempty"`

	ReplicaId *int64 `type:"int64" json:",omitempty"`

	TableName *string `type:"string" json:",omitempty"`

	TabletId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReplicasToCloseForListTabletTaskOutput) GoString added in v1.1.42

GoString returns the string representation

func (*ReplicasToCloseForListTabletTaskOutput) SetDataVersion added in v1.1.42

SetDataVersion sets the DataVersion field's value.

func (*ReplicasToCloseForListTabletTaskOutput) SetInfo added in v1.1.42

SetInfo sets the Info field's value.

func (*ReplicasToCloseForListTabletTaskOutput) SetReplicaId added in v1.1.42

SetReplicaId sets the ReplicaId field's value.

func (*ReplicasToCloseForListTabletTaskOutput) SetTableName added in v1.1.42

SetTableName sets the TableName field's value.

func (*ReplicasToCloseForListTabletTaskOutput) SetTabletId added in v1.1.42

SetTabletId sets the TabletId field's value.

func (ReplicasToCloseForListTabletTaskOutput) String added in v1.1.42

String returns the string representation

type ReplicasToDeleteForListTabletTaskOutput added in v1.1.42

type ReplicasToDeleteForListTabletTaskOutput struct {
	DataVersion *int64 `type:"int64" json:",omitempty"`

	Info *InfoForListTabletTaskOutput `type:"structure" json:",omitempty"`

	ReplicaId *int64 `type:"int64" json:",omitempty"`

	TableName *string `type:"string" json:",omitempty"`

	TabletId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReplicasToDeleteForListTabletTaskOutput) GoString added in v1.1.42

GoString returns the string representation

func (*ReplicasToDeleteForListTabletTaskOutput) SetDataVersion added in v1.1.42

SetDataVersion sets the DataVersion field's value.

func (*ReplicasToDeleteForListTabletTaskOutput) SetInfo added in v1.1.42

SetInfo sets the Info field's value.

func (*ReplicasToDeleteForListTabletTaskOutput) SetReplicaId added in v1.1.42

SetReplicaId sets the ReplicaId field's value.

func (*ReplicasToDeleteForListTabletTaskOutput) SetTableName added in v1.1.42

SetTableName sets the TableName field's value.

func (*ReplicasToDeleteForListTabletTaskOutput) SetTabletId added in v1.1.42

SetTabletId sets the TabletId field's value.

func (ReplicasToDeleteForListTabletTaskOutput) String added in v1.1.42

String returns the string representation

type ReplicasToFailoverByPromoteForListTabletTaskOutput added in v1.1.42

type ReplicasToFailoverByPromoteForListTabletTaskOutput struct {
	First *ReplicasToDeleteForListTabletTaskOutput `type:"structure" json:",omitempty"`

	Second *ReplicasToDeleteForListTabletTaskOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReplicasToFailoverByPromoteForListTabletTaskOutput) GoString added in v1.1.42

GoString returns the string representation

func (*ReplicasToFailoverByPromoteForListTabletTaskOutput) SetFirst added in v1.1.42

SetFirst sets the First field's value.

func (*ReplicasToFailoverByPromoteForListTabletTaskOutput) SetSecond added in v1.1.42

SetSecond sets the Second field's value.

func (ReplicasToFailoverByPromoteForListTabletTaskOutput) String added in v1.1.42

String returns the string representation

type ReplicasToFailoverByReopenForListTabletTaskOutput added in v1.1.42

type ReplicasToFailoverByReopenForListTabletTaskOutput struct {
	First *ReplicasToDeleteForListTabletTaskOutput `type:"structure" json:",omitempty"`

	Second *ReplicasToDeleteForListTabletTaskOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReplicasToFailoverByReopenForListTabletTaskOutput) GoString added in v1.1.42

GoString returns the string representation

func (*ReplicasToFailoverByReopenForListTabletTaskOutput) SetFirst added in v1.1.42

SetFirst sets the First field's value.

func (*ReplicasToFailoverByReopenForListTabletTaskOutput) SetSecond added in v1.1.42

SetSecond sets the Second field's value.

func (ReplicasToFailoverByReopenForListTabletTaskOutput) String added in v1.1.42

String returns the string representation

type ReplicasToOpenOrAddForListTabletTaskOutput added in v1.1.42

type ReplicasToOpenOrAddForListTabletTaskOutput struct {
	DataVersion *int64 `type:"int64" json:",omitempty"`

	Info *InfoForListTabletTaskOutput `type:"structure" json:",omitempty"`

	ReplicaId *int64 `type:"int64" json:",omitempty"`

	TableName *string `type:"string" json:",omitempty"`

	TabletId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReplicasToOpenOrAddForListTabletTaskOutput) GoString added in v1.1.42

GoString returns the string representation

func (*ReplicasToOpenOrAddForListTabletTaskOutput) SetDataVersion added in v1.1.42

SetDataVersion sets the DataVersion field's value.

func (*ReplicasToOpenOrAddForListTabletTaskOutput) SetInfo added in v1.1.42

SetInfo sets the Info field's value.

func (*ReplicasToOpenOrAddForListTabletTaskOutput) SetReplicaId added in v1.1.42

SetReplicaId sets the ReplicaId field's value.

func (*ReplicasToOpenOrAddForListTabletTaskOutput) SetTableName added in v1.1.42

SetTableName sets the TableName field's value.

func (*ReplicasToOpenOrAddForListTabletTaskOutput) SetTabletId added in v1.1.42

SetTabletId sets the TabletId field's value.

func (ReplicasToOpenOrAddForListTabletTaskOutput) String added in v1.1.42

String returns the string representation

type SchemaForAddTablesInput

type SchemaForAddTablesInput struct {
	Edges []*EdgeForAddTablesInput `type:"list" json:"edges,omitempty"`

	Table_name *string `type:"string" json:"table_name,omitempty"`

	Version *int64 `type:"int64" json:"version,omitempty"`

	Vertexes []*VertexForAddTablesInput `type:"list" json:"vertexes,omitempty"`
	// contains filtered or unexported fields
}

func (SchemaForAddTablesInput) GoString

func (s SchemaForAddTablesInput) GoString() string

GoString returns the string representation

func (*SchemaForAddTablesInput) SetEdges

SetEdges sets the Edges field's value.

func (*SchemaForAddTablesInput) SetTable_name

SetTable_name sets the Table_name field's value.

func (*SchemaForAddTablesInput) SetVersion

SetVersion sets the Version field's value.

func (*SchemaForAddTablesInput) SetVertexes

SetVertexes sets the Vertexes field's value.

func (SchemaForAddTablesInput) String

func (s SchemaForAddTablesInput) String() string

String returns the string representation

type SecondForListTabletTaskOutput added in v1.1.42

type SecondForListTabletTaskOutput struct {
	TableName *string `type:"string" json:",omitempty"`

	TabletId *int64 `type:"int64" json:",omitempty"`

	TabletStorageVersion *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SecondForListTabletTaskOutput) GoString added in v1.1.42

GoString returns the string representation

func (*SecondForListTabletTaskOutput) SetTableName added in v1.1.42

SetTableName sets the TableName field's value.

func (*SecondForListTabletTaskOutput) SetTabletId added in v1.1.42

SetTabletId sets the TabletId field's value.

func (*SecondForListTabletTaskOutput) SetTabletStorageVersion added in v1.1.42

func (s *SecondForListTabletTaskOutput) SetTabletStorageVersion(v int64) *SecondForListTabletTaskOutput

SetTabletStorageVersion sets the TabletStorageVersion field's value.

func (SecondForListTabletTaskOutput) String added in v1.1.42

String returns the string representation

type Secondary_indexForAddTablesInput

type Secondary_indexForAddTablesInput struct {
	Column_names []*string `type:"list" json:"column_names,omitempty"`

	Is_covering_index *bool `type:"boolean" json:"is_covering_index,omitempty"`

	Is_unique_index *bool `type:"boolean" json:"is_unique_index,omitempty"`
	// contains filtered or unexported fields
}

func (Secondary_indexForAddTablesInput) GoString

GoString returns the string representation

func (*Secondary_indexForAddTablesInput) SetColumn_names

SetColumn_names sets the Column_names field's value.

func (*Secondary_indexForAddTablesInput) SetIs_covering_index

SetIs_covering_index sets the Is_covering_index field's value.

func (*Secondary_indexForAddTablesInput) SetIs_unique_index

SetIs_unique_index sets the Is_unique_index field's value.

func (Secondary_indexForAddTablesInput) String

String returns the string representation

type Secondary_indexForGetTableSchemaOutput

type Secondary_indexForGetTableSchemaOutput struct {
	Column_names []*string `type:"list" json:"column_names,omitempty"`

	Is_covering_index *bool `type:"boolean" json:"is_covering_index,omitempty"`

	Is_unique_index *bool `type:"boolean" json:"is_unique_index,omitempty"`
	// contains filtered or unexported fields
}

func (Secondary_indexForGetTableSchemaOutput) GoString

GoString returns the string representation

func (*Secondary_indexForGetTableSchemaOutput) SetColumn_names

SetColumn_names sets the Column_names field's value.

func (*Secondary_indexForGetTableSchemaOutput) SetIs_covering_index

SetIs_covering_index sets the Is_covering_index field's value.

func (*Secondary_indexForGetTableSchemaOutput) SetIs_unique_index

SetIs_unique_index sets the Is_unique_index field's value.

func (Secondary_indexForGetTableSchemaOutput) String

String returns the string representation

type Secondary_indexForModifySchemaInput

type Secondary_indexForModifySchemaInput struct {
	Column_names []*string `type:"list" json:"column_names,omitempty"`

	Is_covering_index *bool `type:"boolean" json:"is_covering_index,omitempty"`

	Is_unique_index *bool `type:"boolean" json:"is_unique_index,omitempty"`
	// contains filtered or unexported fields
}

func (Secondary_indexForModifySchemaInput) GoString

GoString returns the string representation

func (*Secondary_indexForModifySchemaInput) SetColumn_names

SetColumn_names sets the Column_names field's value.

func (*Secondary_indexForModifySchemaInput) SetIs_covering_index

SetIs_covering_index sets the Is_covering_index field's value.

func (*Secondary_indexForModifySchemaInput) SetIs_unique_index

SetIs_unique_index sets the Is_unique_index field's value.

func (Secondary_indexForModifySchemaInput) String

String returns the string representation

type SetVegraphReadAndWriteStatusInput added in v1.1.12

type SetVegraphReadAndWriteStatusInput struct {
	EnableRead *bool `type:"boolean" json:",omitempty"`

	EnableWrite *bool `type:"boolean" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (SetVegraphReadAndWriteStatusInput) GoString added in v1.1.12

GoString returns the string representation

func (*SetVegraphReadAndWriteStatusInput) SetEnableRead added in v1.1.12

SetEnableRead sets the EnableRead field's value.

func (*SetVegraphReadAndWriteStatusInput) SetEnableWrite added in v1.1.12

SetEnableWrite sets the EnableWrite field's value.

func (*SetVegraphReadAndWriteStatusInput) SetInstanceId added in v1.1.12

SetInstanceId sets the InstanceId field's value.

func (SetVegraphReadAndWriteStatusInput) String added in v1.1.12

String returns the string representation

func (*SetVegraphReadAndWriteStatusInput) Validate added in v1.1.12

Validate inspects the fields of the type to determine if they are valid.

type SetVegraphReadAndWriteStatusOutput added in v1.1.12

type SetVegraphReadAndWriteStatusOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (SetVegraphReadAndWriteStatusOutput) GoString added in v1.1.12

GoString returns the string representation

func (SetVegraphReadAndWriteStatusOutput) String added in v1.1.12

String returns the string representation

type StorageInfoForCreateInstanceInput added in v1.1.12

type StorageInfoForCreateInstanceInput struct {
	BytestoreInfo *BytestoreInfoForCreateInstanceInput `type:"structure" json:",omitempty"`

	StorageType *string `type:"string" json:",omitempty" enum:"EnumOfStorageTypeForCreateInstanceInput"`
	// contains filtered or unexported fields
}

func (StorageInfoForCreateInstanceInput) GoString added in v1.1.12

GoString returns the string representation

func (*StorageInfoForCreateInstanceInput) SetBytestoreInfo added in v1.1.12

SetBytestoreInfo sets the BytestoreInfo field's value.

func (*StorageInfoForCreateInstanceInput) SetStorageType added in v1.1.12

SetStorageType sets the StorageType field's value.

func (StorageInfoForCreateInstanceInput) String added in v1.1.12

String returns the string representation

type StorageInfoForDescribeInstanceOutput added in v1.1.12

type StorageInfoForDescribeInstanceOutput struct {
	BytestoreInfo *BytestoreInfoForDescribeInstanceOutput `type:"structure" json:",omitempty"`

	StorageType *string `type:"string" json:",omitempty" enum:"EnumOfStorageTypeForDescribeInstanceOutput"`
	// contains filtered or unexported fields
}

func (StorageInfoForDescribeInstanceOutput) GoString added in v1.1.12

GoString returns the string representation

func (*StorageInfoForDescribeInstanceOutput) SetBytestoreInfo added in v1.1.12

SetBytestoreInfo sets the BytestoreInfo field's value.

func (*StorageInfoForDescribeInstanceOutput) SetStorageType added in v1.1.12

SetStorageType sets the StorageType field's value.

func (StorageInfoForDescribeInstanceOutput) String added in v1.1.12

String returns the string representation

type StorageInfoForListGraphRagServiceOutput added in v1.1.42

type StorageInfoForListGraphRagServiceOutput struct {
	BytestoreInfo *BytestoreInfoForListGraphRagServiceOutput `type:"structure" json:",omitempty"`

	StorageType *string `type:"string" json:",omitempty" enum:"EnumOfStorageTypeForListGraphRagServiceOutput"`
	// contains filtered or unexported fields
}

func (StorageInfoForListGraphRagServiceOutput) GoString added in v1.1.42

GoString returns the string representation

func (*StorageInfoForListGraphRagServiceOutput) SetBytestoreInfo added in v1.1.42

SetBytestoreInfo sets the BytestoreInfo field's value.

func (*StorageInfoForListGraphRagServiceOutput) SetStorageType added in v1.1.42

SetStorageType sets the StorageType field's value.

func (StorageInfoForListGraphRagServiceOutput) String added in v1.1.42

String returns the string representation

type StorageInfoForListInstanceOutput added in v1.1.12

type StorageInfoForListInstanceOutput struct {
	BytestoreInfo *BytestoreInfoForListInstanceOutput `type:"structure" json:",omitempty"`

	StorageType *string `type:"string" json:",omitempty" enum:"EnumOfStorageTypeForListInstanceOutput"`
	// contains filtered or unexported fields
}

func (StorageInfoForListInstanceOutput) GoString added in v1.1.12

GoString returns the string representation

func (*StorageInfoForListInstanceOutput) SetBytestoreInfo added in v1.1.12

SetBytestoreInfo sets the BytestoreInfo field's value.

func (*StorageInfoForListInstanceOutput) SetStorageType added in v1.1.12

SetStorageType sets the StorageType field's value.

func (StorageInfoForListInstanceOutput) String added in v1.1.12

String returns the string representation

type Storage_capacity_limit_in_bytesForCalcTableLimitsOutput added in v1.1.18

type Storage_capacity_limit_in_bytesForCalcTableLimitsOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

	Min *int64 `type:"int64" json:"min,omitempty"`
	// contains filtered or unexported fields
}

func (Storage_capacity_limit_in_bytesForCalcTableLimitsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*Storage_capacity_limit_in_bytesForCalcTableLimitsOutput) SetMax added in v1.1.18

SetMax sets the Max field's value.

func (*Storage_capacity_limit_in_bytesForCalcTableLimitsOutput) SetMin added in v1.1.18

SetMin sets the Min field's value.

func (Storage_capacity_limit_in_bytesForCalcTableLimitsOutput) String added in v1.1.18

String returns the string representation

type Storage_capacity_limit_in_bytesForGetTableLimitOutput added in v1.1.12

type Storage_capacity_limit_in_bytesForGetTableLimitOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

	Min *int64 `type:"int64" json:"min,omitempty"`
	// contains filtered or unexported fields
}

func (Storage_capacity_limit_in_bytesForGetTableLimitOutput) GoString added in v1.1.12

GoString returns the string representation

func (*Storage_capacity_limit_in_bytesForGetTableLimitOutput) SetMax added in v1.1.12

SetMax sets the Max field's value.

func (*Storage_capacity_limit_in_bytesForGetTableLimitOutput) SetMin added in v1.1.12

SetMin sets the Min field's value.

func (Storage_capacity_limit_in_bytesForGetTableLimitOutput) String added in v1.1.12

String returns the string representation

type TableConfigForGetTableConfigOutput added in v1.1.12

type TableConfigForGetTableConfigOutput struct {
	Enable_rotate *bool `type:"boolean" json:"enable_rotate,omitempty"`

	Enable_transaction *bool `type:"boolean" json:"enable_transaction,omitempty"`

	Rotate_size *int64 `type:"int64" json:"rotate_size,omitempty"`
	// contains filtered or unexported fields
}

func (TableConfigForGetTableConfigOutput) GoString added in v1.1.12

GoString returns the string representation

func (*TableConfigForGetTableConfigOutput) SetEnable_rotate added in v1.1.12

SetEnable_rotate sets the Enable_rotate field's value.

func (*TableConfigForGetTableConfigOutput) SetEnable_transaction added in v1.1.12

SetEnable_transaction sets the Enable_transaction field's value.

func (*TableConfigForGetTableConfigOutput) SetRotate_size added in v1.1.12

SetRotate_size sets the Rotate_size field's value.

func (TableConfigForGetTableConfigOutput) String added in v1.1.12

String returns the string representation

type TableForAddTablesInput

type TableForAddTablesInput struct {
	Enable_rotate *bool `type:"boolean" json:"enable_rotate,omitempty"`

	Quotas *QuotasForAddTablesInput `type:"structure" json:"quotas,omitempty"`

	Rotate_size *int64 `type:"int64" json:"rotate_size,omitempty"`

	Schema *SchemaForAddTablesInput `type:"structure" json:"schema,omitempty"`

	Table_name *string `type:"string" json:"table_name,omitempty"`
	// contains filtered or unexported fields
}

func (TableForAddTablesInput) GoString

func (s TableForAddTablesInput) GoString() string

GoString returns the string representation

func (*TableForAddTablesInput) SetEnable_rotate added in v1.1.12

func (s *TableForAddTablesInput) SetEnable_rotate(v bool) *TableForAddTablesInput

SetEnable_rotate sets the Enable_rotate field's value.

func (*TableForAddTablesInput) SetQuotas added in v1.1.12

SetQuotas sets the Quotas field's value.

func (*TableForAddTablesInput) SetRotate_size added in v1.1.12

func (s *TableForAddTablesInput) SetRotate_size(v int64) *TableForAddTablesInput

SetRotate_size sets the Rotate_size field's value.

func (*TableForAddTablesInput) SetSchema

SetSchema sets the Schema field's value.

func (*TableForAddTablesInput) SetTable_name

SetTable_name sets the Table_name field's value.

func (TableForAddTablesInput) String

func (s TableForAddTablesInput) String() string

String returns the string representation

type TableForListAllTablesOutput added in v1.1.55

type TableForListAllTablesOutput struct {
	EnableRead *bool `type:"boolean" json:",omitempty"`

	EnableWrite *bool `type:"boolean" json:",omitempty"`

	PartitionNum *int64 `type:"int64" json:",omitempty"`

	Scheduled *bool `type:"boolean" json:",omitempty"`

	TableId *int64 `type:"int64" json:",omitempty"`

	TableName *string `type:"string" json:",omitempty"`

	TableState *string `type:"string" json:",omitempty"`

	TabletNum *int64 `type:"int64" json:",omitempty"`

	VdcReplica []*VdcReplicaForListAllTablesOutput `type:"list" json:",omitempty"`

	WriteableVdc []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TableForListAllTablesOutput) GoString added in v1.1.55

func (s TableForListAllTablesOutput) GoString() string

GoString returns the string representation

func (*TableForListAllTablesOutput) SetEnableRead added in v1.1.55

SetEnableRead sets the EnableRead field's value.

func (*TableForListAllTablesOutput) SetEnableWrite added in v1.1.55

SetEnableWrite sets the EnableWrite field's value.

func (*TableForListAllTablesOutput) SetPartitionNum added in v1.1.55

SetPartitionNum sets the PartitionNum field's value.

func (*TableForListAllTablesOutput) SetScheduled added in v1.1.55

SetScheduled sets the Scheduled field's value.

func (*TableForListAllTablesOutput) SetTableId added in v1.1.55

SetTableId sets the TableId field's value.

func (*TableForListAllTablesOutput) SetTableName added in v1.1.55

SetTableName sets the TableName field's value.

func (*TableForListAllTablesOutput) SetTableState added in v1.1.55

SetTableState sets the TableState field's value.

func (*TableForListAllTablesOutput) SetTabletNum added in v1.1.55

SetTabletNum sets the TabletNum field's value.

func (*TableForListAllTablesOutput) SetVdcReplica added in v1.1.55

SetVdcReplica sets the VdcReplica field's value.

func (*TableForListAllTablesOutput) SetWriteableVdc added in v1.1.55

SetWriteableVdc sets the WriteableVdc field's value.

func (TableForListAllTablesOutput) String added in v1.1.55

String returns the string representation

type TableForListClusterTablesOutput

type TableForListClusterTablesOutput struct {
	Is_readonly *bool `type:"boolean" json:"is_readonly,omitempty"`

	Partition_num *int64 `type:"int64" json:"partition_num,omitempty"`

	Table_id *int64 `type:"int64" json:"table_id,omitempty"`

	Table_name *string `type:"string" json:"table_name,omitempty"`

	Tablet_num *int64 `type:"int64" json:"tablet_num,omitempty"`

	Vdc_replica []*Vdc_replicaForListClusterTablesOutput `type:"list" json:"vdc_replica,omitempty"`

	Writeable_vdc []*string `type:"list" json:"writeable_vdc,omitempty"`
	// contains filtered or unexported fields
}

func (TableForListClusterTablesOutput) GoString

GoString returns the string representation

func (*TableForListClusterTablesOutput) SetIs_readonly

SetIs_readonly sets the Is_readonly field's value.

func (*TableForListClusterTablesOutput) SetPartition_num

SetPartition_num sets the Partition_num field's value.

func (*TableForListClusterTablesOutput) SetTable_id

SetTable_id sets the Table_id field's value.

func (*TableForListClusterTablesOutput) SetTable_name

SetTable_name sets the Table_name field's value.

func (*TableForListClusterTablesOutput) SetTablet_num

SetTablet_num sets the Tablet_num field's value.

func (*TableForListClusterTablesOutput) SetVdc_replica

SetVdc_replica sets the Vdc_replica field's value.

func (*TableForListClusterTablesOutput) SetWriteable_vdc

SetWriteable_vdc sets the Writeable_vdc field's value.

func (TableForListClusterTablesOutput) String

String returns the string representation

type TableLimitsForCalcTableLimitsOutput added in v1.1.18

type TableLimitsForCalcTableLimitsOutput struct {
	Iops_limit *Iops_limitForCalcTableLimitsOutput `type:"structure" json:"iops_limit,omitempty"`

	Raw_vdc_replica_num_range *string `type:"string" json:"raw_vdc_replica_num_range,omitempty"`

	Read_bandwidth_limit_in_bytes *Read_bandwidth_limit_in_bytesForCalcTableLimitsOutput `type:"structure" json:"read_bandwidth_limit_in_bytes,omitempty"`

	Storage_capacity_limit_in_bytes *Storage_capacity_limit_in_bytesForCalcTableLimitsOutput `type:"structure" json:"storage_capacity_limit_in_bytes,omitempty"`

	Tablet_num_range *Tablet_num_rangeForCalcTableLimitsOutput `type:"structure" json:"tablet_num_range,omitempty"`

	Vdcs []*string `type:"list" json:"vdcs,omitempty"`

	Write_bandwidth_limit_in_bytes *Write_bandwidth_limit_in_bytesForCalcTableLimitsOutput `type:"structure" json:"write_bandwidth_limit_in_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (TableLimitsForCalcTableLimitsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*TableLimitsForCalcTableLimitsOutput) SetIops_limit added in v1.1.18

SetIops_limit sets the Iops_limit field's value.

func (*TableLimitsForCalcTableLimitsOutput) SetRaw_vdc_replica_num_range added in v1.1.18

SetRaw_vdc_replica_num_range sets the Raw_vdc_replica_num_range field's value.

func (*TableLimitsForCalcTableLimitsOutput) SetRead_bandwidth_limit_in_bytes added in v1.1.18

SetRead_bandwidth_limit_in_bytes sets the Read_bandwidth_limit_in_bytes field's value.

func (*TableLimitsForCalcTableLimitsOutput) SetStorage_capacity_limit_in_bytes added in v1.1.18

SetStorage_capacity_limit_in_bytes sets the Storage_capacity_limit_in_bytes field's value.

func (*TableLimitsForCalcTableLimitsOutput) SetTablet_num_range added in v1.1.18

SetTablet_num_range sets the Tablet_num_range field's value.

func (*TableLimitsForCalcTableLimitsOutput) SetVdcs added in v1.1.18

SetVdcs sets the Vdcs field's value.

func (*TableLimitsForCalcTableLimitsOutput) SetWrite_bandwidth_limit_in_bytes added in v1.1.18

SetWrite_bandwidth_limit_in_bytes sets the Write_bandwidth_limit_in_bytes field's value.

func (TableLimitsForCalcTableLimitsOutput) String added in v1.1.18

String returns the string representation

type TableLimitsForGetTableLimitOutput added in v1.1.12

type TableLimitsForGetTableLimitOutput struct {
	Iops_limit *Iops_limitForGetTableLimitOutput `type:"structure" json:"iops_limit,omitempty"`

	Raw_vdc_replica_num_range *string `type:"string" json:"raw_vdc_replica_num_range,omitempty"`

	Read_bandwidth_limit_in_bytes *Read_bandwidth_limit_in_bytesForGetTableLimitOutput `type:"structure" json:"read_bandwidth_limit_in_bytes,omitempty"`

	Storage_capacity_limit_in_bytes *Storage_capacity_limit_in_bytesForGetTableLimitOutput `type:"structure" json:"storage_capacity_limit_in_bytes,omitempty"`

	Tablet_num_range *Tablet_num_rangeForGetTableLimitOutput `type:"structure" json:"tablet_num_range,omitempty"`

	Vdcs []*string `type:"list" json:"vdcs,omitempty"`

	Write_bandwidth_limit_in_bytes *Write_bandwidth_limit_in_bytesForGetTableLimitOutput `type:"structure" json:"write_bandwidth_limit_in_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (TableLimitsForGetTableLimitOutput) GoString added in v1.1.12

GoString returns the string representation

func (*TableLimitsForGetTableLimitOutput) SetIops_limit added in v1.1.12

SetIops_limit sets the Iops_limit field's value.

func (*TableLimitsForGetTableLimitOutput) SetRaw_vdc_replica_num_range added in v1.1.12

SetRaw_vdc_replica_num_range sets the Raw_vdc_replica_num_range field's value.

func (*TableLimitsForGetTableLimitOutput) SetRead_bandwidth_limit_in_bytes added in v1.1.12

SetRead_bandwidth_limit_in_bytes sets the Read_bandwidth_limit_in_bytes field's value.

func (*TableLimitsForGetTableLimitOutput) SetStorage_capacity_limit_in_bytes added in v1.1.12

SetStorage_capacity_limit_in_bytes sets the Storage_capacity_limit_in_bytes field's value.

func (*TableLimitsForGetTableLimitOutput) SetTablet_num_range added in v1.1.12

SetTablet_num_range sets the Tablet_num_range field's value.

func (*TableLimitsForGetTableLimitOutput) SetVdcs added in v1.1.12

SetVdcs sets the Vdcs field's value.

func (*TableLimitsForGetTableLimitOutput) SetWrite_bandwidth_limit_in_bytes added in v1.1.12

SetWrite_bandwidth_limit_in_bytes sets the Write_bandwidth_limit_in_bytes field's value.

func (TableLimitsForGetTableLimitOutput) String added in v1.1.12

String returns the string representation

type TableQuotaConfigForGetTableQuotaOutput added in v1.1.12

type TableQuotaConfigForGetTableQuotaOutput struct {
	Gremlin_quota_configs []*Gremlin_quota_configForGetTableQuotaOutput `type:"list" json:"gremlin_quota_configs,omitempty"`

	Psm_quota_configs []*Psm_quota_configForGetTableQuotaOutput `type:"list" json:"psm_quota_configs,omitempty"`
	// contains filtered or unexported fields
}

func (TableQuotaConfigForGetTableQuotaOutput) GoString added in v1.1.12

GoString returns the string representation

func (*TableQuotaConfigForGetTableQuotaOutput) SetGremlin_quota_configs added in v1.1.12

SetGremlin_quota_configs sets the Gremlin_quota_configs field's value.

func (*TableQuotaConfigForGetTableQuotaOutput) SetPsm_quota_configs added in v1.1.12

SetPsm_quota_configs sets the Psm_quota_configs field's value.

func (TableQuotaConfigForGetTableQuotaOutput) String added in v1.1.12

String returns the string representation

type TableQuotaForAlterTableInput added in v1.1.40

type TableQuotaForAlterTableInput struct {
	Gremlin_quota_configs []*Gremlin_quota_configForAlterTableInput `type:"list" json:"gremlin_quota_configs,omitempty"`

	Psm_quota_configs []*Psm_quota_configForAlterTableInput `type:"list" json:"psm_quota_configs,omitempty"`
	// contains filtered or unexported fields
}

func (TableQuotaForAlterTableInput) GoString added in v1.1.40

func (s TableQuotaForAlterTableInput) GoString() string

GoString returns the string representation

func (*TableQuotaForAlterTableInput) SetGremlin_quota_configs added in v1.1.40

SetGremlin_quota_configs sets the Gremlin_quota_configs field's value.

func (*TableQuotaForAlterTableInput) SetPsm_quota_configs added in v1.1.40

SetPsm_quota_configs sets the Psm_quota_configs field's value.

func (TableQuotaForAlterTableInput) String added in v1.1.40

String returns the string representation

type TableQuotaForGetTableOutput added in v1.1.31

type TableQuotaForGetTableOutput struct {
	Gremlin_quota_configs []*Gremlin_quota_configForGetTableOutput `type:"list" json:"gremlin_quota_configs,omitempty"`

	Psm_quota_configs []*Psm_quota_configForGetTableOutput `type:"list" json:"psm_quota_configs,omitempty"`
	// contains filtered or unexported fields
}

func (TableQuotaForGetTableOutput) GoString added in v1.1.31

func (s TableQuotaForGetTableOutput) GoString() string

GoString returns the string representation

func (*TableQuotaForGetTableOutput) SetGremlin_quota_configs added in v1.1.31

SetGremlin_quota_configs sets the Gremlin_quota_configs field's value.

func (*TableQuotaForGetTableOutput) SetPsm_quota_configs added in v1.1.31

SetPsm_quota_configs sets the Psm_quota_configs field's value.

func (TableQuotaForGetTableOutput) String added in v1.1.31

String returns the string representation

type TableSchemaForGetTableSchemaOutput

type TableSchemaForGetTableSchemaOutput struct {
	Edges []*EdgeForGetTableSchemaOutput `type:"list" json:"edges,omitempty"`

	Table_name *string `type:"string" json:"table_name,omitempty"`

	Version *int64 `type:"int64" json:"version,omitempty"`

	Vertexes []*VertexForGetTableSchemaOutput `type:"list" json:"vertexes,omitempty"`
	// contains filtered or unexported fields
}

func (TableSchemaForGetTableSchemaOutput) GoString

GoString returns the string representation

func (*TableSchemaForGetTableSchemaOutput) SetEdges

SetEdges sets the Edges field's value.

func (*TableSchemaForGetTableSchemaOutput) SetTable_name

SetTable_name sets the Table_name field's value.

func (*TableSchemaForGetTableSchemaOutput) SetVersion

SetVersion sets the Version field's value.

func (*TableSchemaForGetTableSchemaOutput) SetVertexes

SetVertexes sets the Vertexes field's value.

func (TableSchemaForGetTableSchemaOutput) String

String returns the string representation

type Tables_infoForAddTablesInput

type Tables_infoForAddTablesInput struct {
	Io_qos_options *Io_qos_optionsForAddTablesInput `type:"structure" json:"io_qos_options,omitempty"`

	Name *string `type:"string" json:"name,omitempty"`

	Partition_num *int32 `type:"int32" json:"partition_num,omitempty"`

	Tablet_num *int32 `type:"int32" json:"tablet_num,omitempty"`

	Vdc_replica []*Vdc_replicaForAddTablesInput `type:"list" json:"vdc_replica,omitempty"`

	Writeable_vdc []*string `type:"list" json:"writeable_vdc,omitempty"`
	// contains filtered or unexported fields
}

func (Tables_infoForAddTablesInput) GoString

func (s Tables_infoForAddTablesInput) GoString() string

GoString returns the string representation

func (*Tables_infoForAddTablesInput) SetIo_qos_options added in v1.1.12

SetIo_qos_options sets the Io_qos_options field's value.

func (*Tables_infoForAddTablesInput) SetName

SetName sets the Name field's value.

func (*Tables_infoForAddTablesInput) SetPartition_num

SetPartition_num sets the Partition_num field's value.

func (*Tables_infoForAddTablesInput) SetTablet_num

SetTablet_num sets the Tablet_num field's value.

func (*Tables_infoForAddTablesInput) SetVdc_replica

SetVdc_replica sets the Vdc_replica field's value.

func (*Tables_infoForAddTablesInput) SetWriteable_vdc

SetWriteable_vdc sets the Writeable_vdc field's value.

func (Tables_infoForAddTablesInput) String

String returns the string representation

type TabletInfoForListTabletsOutput added in v1.1.42

type TabletInfoForListTabletsOutput struct {
	Key *int64 `type:"int64" json:",omitempty"`

	Value *ConvertValueForListTabletsOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TabletInfoForListTabletsOutput) GoString added in v1.1.42

GoString returns the string representation

func (*TabletInfoForListTabletsOutput) SetKey added in v1.1.42

SetKey sets the Key field's value.

func (*TabletInfoForListTabletsOutput) SetValue added in v1.1.42

SetValue sets the Value field's value.

func (TabletInfoForListTabletsOutput) String added in v1.1.42

String returns the string representation

type TabletServerInfoForListTabletServerOutput added in v1.1.42

type TabletServerInfoForListTabletServerOutput struct {
	Addr *string `type:"string" json:",omitempty"`

	Idc *string `type:"string" json:",omitempty"`

	ScheduleState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`

	TabletManagerAddr *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TabletServerInfoForListTabletServerOutput) GoString added in v1.1.42

GoString returns the string representation

func (*TabletServerInfoForListTabletServerOutput) SetAddr added in v1.1.42

SetAddr sets the Addr field's value.

func (*TabletServerInfoForListTabletServerOutput) SetIdc added in v1.1.42

SetIdc sets the Idc field's value.

func (*TabletServerInfoForListTabletServerOutput) SetScheduleState added in v1.1.42

SetScheduleState sets the ScheduleState field's value.

func (*TabletServerInfoForListTabletServerOutput) SetState added in v1.1.42

SetState sets the State field's value.

func (*TabletServerInfoForListTabletServerOutput) SetTabletManagerAddr added in v1.1.42

SetTabletManagerAddr sets the TabletManagerAddr field's value.

func (TabletServerInfoForListTabletServerOutput) String added in v1.1.42

String returns the string representation

type TabletTaskInfoForListTabletTaskOutput added in v1.1.42

type TabletTaskInfoForListTabletTaskOutput struct {
	EnqueueTime *int64 `type:"int64" json:",omitempty"`

	Reason *string `type:"string" json:",omitempty"`

	ReplicasToClose []*ReplicasToCloseForListTabletTaskOutput `type:"list" json:",omitempty"`

	ReplicasToDelete []*ReplicasToDeleteForListTabletTaskOutput `type:"list" json:",omitempty"`

	ReplicasToFailoverByPromote []*ReplicasToFailoverByPromoteForListTabletTaskOutput `type:"list" json:",omitempty"`

	ReplicasToFailoverByReopen []*ReplicasToFailoverByReopenForListTabletTaskOutput `type:"list" json:",omitempty"`

	ReplicasToOpenOrAdd []*ReplicasToOpenOrAddForListTabletTaskOutput `type:"list" json:",omitempty"`

	StartTime *int64 `type:"int64" json:",omitempty"`

	TabletToMerge *TabletToMergeForListTabletTaskOutput `type:"structure" json:",omitempty"`

	TabletToSplit *TabletToSplitForListTabletTaskOutput `type:"structure" json:",omitempty"`

	TabletsToDelete []*TabletsToDeleteForListTabletTaskOutput `type:"list" json:",omitempty"`

	TaskId *int64 `type:"int64" json:",omitempty"`

	TaskType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TabletTaskInfoForListTabletTaskOutput) GoString added in v1.1.42

GoString returns the string representation

func (*TabletTaskInfoForListTabletTaskOutput) SetEnqueueTime added in v1.1.42

SetEnqueueTime sets the EnqueueTime field's value.

func (*TabletTaskInfoForListTabletTaskOutput) SetReason added in v1.1.42

SetReason sets the Reason field's value.

func (*TabletTaskInfoForListTabletTaskOutput) SetReplicasToClose added in v1.1.42

SetReplicasToClose sets the ReplicasToClose field's value.

func (*TabletTaskInfoForListTabletTaskOutput) SetReplicasToDelete added in v1.1.42

SetReplicasToDelete sets the ReplicasToDelete field's value.

func (*TabletTaskInfoForListTabletTaskOutput) SetReplicasToFailoverByPromote added in v1.1.42

SetReplicasToFailoverByPromote sets the ReplicasToFailoverByPromote field's value.

func (*TabletTaskInfoForListTabletTaskOutput) SetReplicasToFailoverByReopen added in v1.1.42

SetReplicasToFailoverByReopen sets the ReplicasToFailoverByReopen field's value.

func (*TabletTaskInfoForListTabletTaskOutput) SetReplicasToOpenOrAdd added in v1.1.42

SetReplicasToOpenOrAdd sets the ReplicasToOpenOrAdd field's value.

func (*TabletTaskInfoForListTabletTaskOutput) SetStartTime added in v1.1.42

SetStartTime sets the StartTime field's value.

func (*TabletTaskInfoForListTabletTaskOutput) SetTabletToMerge added in v1.1.42

SetTabletToMerge sets the TabletToMerge field's value.

func (*TabletTaskInfoForListTabletTaskOutput) SetTabletToSplit added in v1.1.42

SetTabletToSplit sets the TabletToSplit field's value.

func (*TabletTaskInfoForListTabletTaskOutput) SetTabletsToDelete added in v1.1.42

SetTabletsToDelete sets the TabletsToDelete field's value.

func (*TabletTaskInfoForListTabletTaskOutput) SetTaskId added in v1.1.42

SetTaskId sets the TaskId field's value.

func (*TabletTaskInfoForListTabletTaskOutput) SetTaskType added in v1.1.42

SetTaskType sets the TaskType field's value.

func (TabletTaskInfoForListTabletTaskOutput) String added in v1.1.42

String returns the string representation

type TabletToMergeForListTabletTaskOutput added in v1.1.42

type TabletToMergeForListTabletTaskOutput struct {
	First *FirstForListTabletTaskOutput `type:"structure" json:",omitempty"`

	Second *SecondForListTabletTaskOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TabletToMergeForListTabletTaskOutput) GoString added in v1.1.42

GoString returns the string representation

func (*TabletToMergeForListTabletTaskOutput) SetFirst added in v1.1.42

SetFirst sets the First field's value.

func (*TabletToMergeForListTabletTaskOutput) SetSecond added in v1.1.42

SetSecond sets the Second field's value.

func (TabletToMergeForListTabletTaskOutput) String added in v1.1.42

String returns the string representation

type TabletToSplitForListTabletTaskOutput added in v1.1.42

type TabletToSplitForListTabletTaskOutput struct {
	TableName *string `type:"string" json:",omitempty"`

	TabletId *int64 `type:"int64" json:",omitempty"`

	TabletStorageVersion *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TabletToSplitForListTabletTaskOutput) GoString added in v1.1.42

GoString returns the string representation

func (*TabletToSplitForListTabletTaskOutput) SetTableName added in v1.1.42

SetTableName sets the TableName field's value.

func (*TabletToSplitForListTabletTaskOutput) SetTabletId added in v1.1.42

SetTabletId sets the TabletId field's value.

func (*TabletToSplitForListTabletTaskOutput) SetTabletStorageVersion added in v1.1.42

SetTabletStorageVersion sets the TabletStorageVersion field's value.

func (TabletToSplitForListTabletTaskOutput) String added in v1.1.42

String returns the string representation

type Tablet_num_rangeForCalcTableLimitsOutput added in v1.1.18

type Tablet_num_rangeForCalcTableLimitsOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

	Min *int64 `type:"int64" json:"min,omitempty"`
	// contains filtered or unexported fields
}

func (Tablet_num_rangeForCalcTableLimitsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*Tablet_num_rangeForCalcTableLimitsOutput) SetMax added in v1.1.18

SetMax sets the Max field's value.

func (*Tablet_num_rangeForCalcTableLimitsOutput) SetMin added in v1.1.18

SetMin sets the Min field's value.

func (Tablet_num_rangeForCalcTableLimitsOutput) String added in v1.1.18

String returns the string representation

type Tablet_num_rangeForGetTableLimitOutput added in v1.1.12

type Tablet_num_rangeForGetTableLimitOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

	Min *int64 `type:"int64" json:"min,omitempty"`
	// contains filtered or unexported fields
}

func (Tablet_num_rangeForGetTableLimitOutput) GoString added in v1.1.12

GoString returns the string representation

func (*Tablet_num_rangeForGetTableLimitOutput) SetMax added in v1.1.12

SetMax sets the Max field's value.

func (*Tablet_num_rangeForGetTableLimitOutput) SetMin added in v1.1.12

SetMin sets the Min field's value.

func (Tablet_num_rangeForGetTableLimitOutput) String added in v1.1.12

String returns the string representation

type TabletsToDeleteForListTabletTaskOutput added in v1.1.42

type TabletsToDeleteForListTabletTaskOutput struct {
	TableName *string `type:"string" json:",omitempty"`

	TabletId *int64 `type:"int64" json:",omitempty"`

	TabletStorageVersion *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TabletsToDeleteForListTabletTaskOutput) GoString added in v1.1.42

GoString returns the string representation

func (*TabletsToDeleteForListTabletTaskOutput) SetTableName added in v1.1.42

SetTableName sets the TableName field's value.

func (*TabletsToDeleteForListTabletTaskOutput) SetTabletId added in v1.1.42

SetTabletId sets the TabletId field's value.

func (*TabletsToDeleteForListTabletTaskOutput) SetTabletStorageVersion added in v1.1.42

SetTabletStorageVersion sets the TabletStorageVersion field's value.

func (TabletsToDeleteForListTabletTaskOutput) String added in v1.1.42

String returns the string representation

type TagForCreateInstanceInput

type TagForCreateInstanceInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForCreateInstanceInput) GoString

func (s TagForCreateInstanceInput) GoString() string

GoString returns the string representation

func (*TagForCreateInstanceInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateInstanceInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateInstanceInput) String

func (s TagForCreateInstanceInput) String() string

String returns the string representation

type TagForDescribeInstanceOutput

type TagForDescribeInstanceOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForDescribeInstanceOutput) GoString

func (s TagForDescribeInstanceOutput) GoString() string

GoString returns the string representation

func (*TagForDescribeInstanceOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeInstanceOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeInstanceOutput) String

String returns the string representation

type TagForListGraphRagServiceOutput added in v1.1.42

type TagForListGraphRagServiceOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForListGraphRagServiceOutput) GoString added in v1.1.42

GoString returns the string representation

func (*TagForListGraphRagServiceOutput) SetKey added in v1.1.42

SetKey sets the Key field's value.

func (*TagForListGraphRagServiceOutput) SetValue added in v1.1.42

SetValue sets the Value field's value.

func (TagForListGraphRagServiceOutput) String added in v1.1.42

String returns the string representation

type TagForListInstanceOutput

type TagForListInstanceOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForListInstanceOutput) GoString

func (s TagForListInstanceOutput) GoString() string

GoString returns the string representation

func (*TagForListInstanceOutput) SetKey

SetKey sets the Key field's value.

func (*TagForListInstanceOutput) SetValue

SetValue sets the Value field's value.

func (TagForListInstanceOutput) String

func (s TagForListInstanceOutput) String() string

String returns the string representation

type TruncateTableInput added in v1.1.25

type TruncateTableInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	// TableName is a required field
	TableName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (TruncateTableInput) GoString added in v1.1.25

func (s TruncateTableInput) GoString() string

GoString returns the string representation

func (*TruncateTableInput) SetInstanceId added in v1.1.25

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

SetInstanceId sets the InstanceId field's value.

func (*TruncateTableInput) SetTableName added in v1.1.25

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

SetTableName sets the TableName field's value.

func (TruncateTableInput) String added in v1.1.25

func (s TruncateTableInput) String() string

String returns the string representation

func (*TruncateTableInput) Validate added in v1.1.25

func (s *TruncateTableInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TruncateTableOutput added in v1.1.25

type TruncateTableOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (TruncateTableOutput) GoString added in v1.1.25

func (s TruncateTableOutput) GoString() string

GoString returns the string representation

func (TruncateTableOutput) String added in v1.1.25

func (s TruncateTableOutput) String() string

String returns the string representation

type Uniq_indexForAddTablesInput

type Uniq_indexForAddTablesInput struct {
	Values []*string `type:"list" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (Uniq_indexForAddTablesInput) GoString

func (s Uniq_indexForAddTablesInput) GoString() string

GoString returns the string representation

func (*Uniq_indexForAddTablesInput) SetValues

SetValues sets the Values field's value.

func (Uniq_indexForAddTablesInput) String

String returns the string representation

type Uniq_indexForGetTableSchemaOutput

type Uniq_indexForGetTableSchemaOutput struct {
	Values []*string `type:"list" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (Uniq_indexForGetTableSchemaOutput) GoString

GoString returns the string representation

func (*Uniq_indexForGetTableSchemaOutput) SetValues

SetValues sets the Values field's value.

func (Uniq_indexForGetTableSchemaOutput) String

String returns the string representation

type Uniq_indexForModifySchemaInput

type Uniq_indexForModifySchemaInput struct {
	Values []*string `type:"list" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (Uniq_indexForModifySchemaInput) GoString

GoString returns the string representation

func (*Uniq_indexForModifySchemaInput) SetValues

SetValues sets the Values field's value.

func (Uniq_indexForModifySchemaInput) String

String returns the string representation

type UpdateConfCheckerInput added in v1.1.42

type UpdateConfCheckerInput struct {
	ConfChecker *ConfCheckerForUpdateConfCheckerInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateConfCheckerInput) GoString added in v1.1.42

func (s UpdateConfCheckerInput) GoString() string

GoString returns the string representation

func (*UpdateConfCheckerInput) SetConfChecker added in v1.1.42

SetConfChecker sets the ConfChecker field's value.

func (UpdateConfCheckerInput) String added in v1.1.42

func (s UpdateConfCheckerInput) String() string

String returns the string representation

type UpdateConfCheckerOutput added in v1.1.42

type UpdateConfCheckerOutput struct {
	Metadata *response.ResponseMetadata

	Id *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateConfCheckerOutput) GoString added in v1.1.42

func (s UpdateConfCheckerOutput) GoString() string

GoString returns the string representation

func (*UpdateConfCheckerOutput) SetId added in v1.1.42

SetId sets the Id field's value.

func (UpdateConfCheckerOutput) String added in v1.1.42

func (s UpdateConfCheckerOutput) String() string

String returns the string representation

type UpdateGremlinKeywordBlackListConfInput added in v1.1.45

type UpdateGremlinKeywordBlackListConfInput struct {

	// AccountId is a required field
	AccountId *int64 `type:"int64" json:",omitempty" required:"true"`

	ConfigRecordId *int64 `type:"int64" json:",omitempty"`

	// Creator is a required field
	Creator *string `type:"string" json:",omitempty" required:"true"`

	GremlinKeywordBlackList []*string `type:"list" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateGremlinKeywordBlackListConfInput) GoString added in v1.1.45

GoString returns the string representation

func (*UpdateGremlinKeywordBlackListConfInput) SetAccountId added in v1.1.45

SetAccountId sets the AccountId field's value.

func (*UpdateGremlinKeywordBlackListConfInput) SetConfigRecordId added in v1.1.45

SetConfigRecordId sets the ConfigRecordId field's value.

func (*UpdateGremlinKeywordBlackListConfInput) SetCreator added in v1.1.45

SetCreator sets the Creator field's value.

func (*UpdateGremlinKeywordBlackListConfInput) SetGremlinKeywordBlackList added in v1.1.45

SetGremlinKeywordBlackList sets the GremlinKeywordBlackList field's value.

func (*UpdateGremlinKeywordBlackListConfInput) SetInstanceId added in v1.1.45

SetInstanceId sets the InstanceId field's value.

func (UpdateGremlinKeywordBlackListConfInput) String added in v1.1.45

String returns the string representation

func (*UpdateGremlinKeywordBlackListConfInput) Validate added in v1.1.45

Validate inspects the fields of the type to determine if they are valid.

type UpdateGremlinKeywordBlackListConfOutput added in v1.1.45

type UpdateGremlinKeywordBlackListConfOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateGremlinKeywordBlackListConfOutput) GoString added in v1.1.45

GoString returns the string representation

func (UpdateGremlinKeywordBlackListConfOutput) String added in v1.1.45

String returns the string representation

type UpdateKeyBlackListConfInput added in v1.1.45

type UpdateKeyBlackListConfInput struct {

	// AccountId is a required field
	AccountId *int64 `type:"int64" json:",omitempty" required:"true"`

	ConfigRecordId *int64 `type:"int64" json:",omitempty"`

	// Creator is a required field
	Creator *string `type:"string" json:",omitempty" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	KeyBlackList []*KeyBlackListForUpdateKeyBlackListConfInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateKeyBlackListConfInput) GoString added in v1.1.45

func (s UpdateKeyBlackListConfInput) GoString() string

GoString returns the string representation

func (*UpdateKeyBlackListConfInput) SetAccountId added in v1.1.45

SetAccountId sets the AccountId field's value.

func (*UpdateKeyBlackListConfInput) SetConfigRecordId added in v1.1.45

SetConfigRecordId sets the ConfigRecordId field's value.

func (*UpdateKeyBlackListConfInput) SetCreator added in v1.1.45

SetCreator sets the Creator field's value.

func (*UpdateKeyBlackListConfInput) SetInstanceId added in v1.1.45

SetInstanceId sets the InstanceId field's value.

func (*UpdateKeyBlackListConfInput) SetKeyBlackList added in v1.1.45

SetKeyBlackList sets the KeyBlackList field's value.

func (UpdateKeyBlackListConfInput) String added in v1.1.45

String returns the string representation

func (*UpdateKeyBlackListConfInput) Validate added in v1.1.45

func (s *UpdateKeyBlackListConfInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateKeyBlackListConfOutput added in v1.1.45

type UpdateKeyBlackListConfOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateKeyBlackListConfOutput) GoString added in v1.1.45

func (s UpdateKeyBlackListConfOutput) GoString() string

GoString returns the string representation

func (UpdateKeyBlackListConfOutput) String added in v1.1.45

String returns the string representation

type UpdateTabletReadBlackListConfInput added in v1.1.45

type UpdateTabletReadBlackListConfInput struct {

	// AccountId is a required field
	AccountId *int64 `type:"int64" json:",omitempty" required:"true"`

	ConfigRecordId *int64 `type:"int64" json:",omitempty"`

	// Creator is a required field
	Creator *string `type:"string" json:",omitempty" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	TabletReadBlackList []*int64 `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateTabletReadBlackListConfInput) GoString added in v1.1.45

GoString returns the string representation

func (*UpdateTabletReadBlackListConfInput) SetAccountId added in v1.1.45

SetAccountId sets the AccountId field's value.

func (*UpdateTabletReadBlackListConfInput) SetConfigRecordId added in v1.1.45

SetConfigRecordId sets the ConfigRecordId field's value.

func (*UpdateTabletReadBlackListConfInput) SetCreator added in v1.1.45

SetCreator sets the Creator field's value.

func (*UpdateTabletReadBlackListConfInput) SetInstanceId added in v1.1.45

SetInstanceId sets the InstanceId field's value.

func (*UpdateTabletReadBlackListConfInput) SetTabletReadBlackList added in v1.1.45

SetTabletReadBlackList sets the TabletReadBlackList field's value.

func (UpdateTabletReadBlackListConfInput) String added in v1.1.45

String returns the string representation

func (*UpdateTabletReadBlackListConfInput) Validate added in v1.1.45

Validate inspects the fields of the type to determine if they are valid.

type UpdateTabletReadBlackListConfOutput added in v1.1.45

type UpdateTabletReadBlackListConfOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateTabletReadBlackListConfOutput) GoString added in v1.1.45

GoString returns the string representation

func (UpdateTabletReadBlackListConfOutput) String added in v1.1.45

String returns the string representation

type UpdateTabletWriteBlackListConfInput added in v1.1.45

type UpdateTabletWriteBlackListConfInput struct {

	// AccountId is a required field
	AccountId *int64 `type:"int64" json:",omitempty" required:"true"`

	ConfigRecordId *int64 `type:"int64" json:",omitempty"`

	// Creator is a required field
	Creator *string `type:"string" json:",omitempty" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	TabletWriteBlackList []*int32 `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateTabletWriteBlackListConfInput) GoString added in v1.1.45

GoString returns the string representation

func (*UpdateTabletWriteBlackListConfInput) SetAccountId added in v1.1.45

SetAccountId sets the AccountId field's value.

func (*UpdateTabletWriteBlackListConfInput) SetConfigRecordId added in v1.1.45

SetConfigRecordId sets the ConfigRecordId field's value.

func (*UpdateTabletWriteBlackListConfInput) SetCreator added in v1.1.45

SetCreator sets the Creator field's value.

func (*UpdateTabletWriteBlackListConfInput) SetInstanceId added in v1.1.45

SetInstanceId sets the InstanceId field's value.

func (*UpdateTabletWriteBlackListConfInput) SetTabletWriteBlackList added in v1.1.45

SetTabletWriteBlackList sets the TabletWriteBlackList field's value.

func (UpdateTabletWriteBlackListConfInput) String added in v1.1.45

String returns the string representation

func (*UpdateTabletWriteBlackListConfInput) Validate added in v1.1.45

Validate inspects the fields of the type to determine if they are valid.

type UpdateTabletWriteBlackListConfOutput added in v1.1.45

type UpdateTabletWriteBlackListConfOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateTabletWriteBlackListConfOutput) GoString added in v1.1.45

GoString returns the string representation

func (UpdateTabletWriteBlackListConfOutput) String added in v1.1.45

String returns the string representation

type ValidateConfCheckerInput added in v1.1.42

type ValidateConfCheckerInput struct {
	ConfChecker *ConfCheckerForValidateConfCheckerInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ValidateConfCheckerInput) GoString added in v1.1.42

func (s ValidateConfCheckerInput) GoString() string

GoString returns the string representation

func (*ValidateConfCheckerInput) SetConfChecker added in v1.1.42

SetConfChecker sets the ConfChecker field's value.

func (ValidateConfCheckerInput) String added in v1.1.42

func (s ValidateConfCheckerInput) String() string

String returns the string representation

type ValidateConfCheckerOutput added in v1.1.42

type ValidateConfCheckerOutput struct {
	Metadata *response.ResponseMetadata

	ErrorMsg *string `type:"string" json:",omitempty"`

	Valid *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ValidateConfCheckerOutput) GoString added in v1.1.42

func (s ValidateConfCheckerOutput) GoString() string

GoString returns the string representation

func (*ValidateConfCheckerOutput) SetErrorMsg added in v1.1.42

SetErrorMsg sets the ErrorMsg field's value.

func (*ValidateConfCheckerOutput) SetValid added in v1.1.42

SetValid sets the Valid field's value.

func (ValidateConfCheckerOutput) String added in v1.1.42

func (s ValidateConfCheckerOutput) String() string

String returns the string representation

type ValueForListTabletsOutput added in v1.1.42

type ValueForListTabletsOutput struct {
	Addr *string `type:"string" json:",omitempty"`

	Epoch *int64 `type:"int64" json:",omitempty"`

	Idc *string `type:"string" json:",omitempty"`

	IsRw *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ValueForListTabletsOutput) GoString added in v1.1.42

func (s ValueForListTabletsOutput) GoString() string

GoString returns the string representation

func (*ValueForListTabletsOutput) SetAddr added in v1.1.42

SetAddr sets the Addr field's value.

func (*ValueForListTabletsOutput) SetEpoch added in v1.1.42

SetEpoch sets the Epoch field's value.

func (*ValueForListTabletsOutput) SetIdc added in v1.1.42

SetIdc sets the Idc field's value.

func (*ValueForListTabletsOutput) SetIsRw added in v1.1.42

SetIsRw sets the IsRw field's value.

func (ValueForListTabletsOutput) String added in v1.1.42

func (s ValueForListTabletsOutput) String() string

String returns the string representation

type VdcReplicaForListAllTablesOutput added in v1.1.55

type VdcReplicaForListAllTablesOutput struct {
	Replica_num *int32 `type:"int32" json:"replica_num,omitempty"`

	Vdc *string `type:"string" json:"vdc,omitempty"`
	// contains filtered or unexported fields
}

func (VdcReplicaForListAllTablesOutput) GoString added in v1.1.55

GoString returns the string representation

func (*VdcReplicaForListAllTablesOutput) SetReplica_num added in v1.1.55

SetReplica_num sets the Replica_num field's value.

func (*VdcReplicaForListAllTablesOutput) SetVdc added in v1.1.55

SetVdc sets the Vdc field's value.

func (VdcReplicaForListAllTablesOutput) String added in v1.1.55

String returns the string representation

type Vdc_replicaForAddTablesInput

type Vdc_replicaForAddTablesInput struct {
	Replica_num *int32 `type:"int32" json:"replica_num,omitempty"`

	Vdc *string `type:"string" json:"vdc,omitempty"`
	// contains filtered or unexported fields
}

func (Vdc_replicaForAddTablesInput) GoString

func (s Vdc_replicaForAddTablesInput) GoString() string

GoString returns the string representation

func (*Vdc_replicaForAddTablesInput) SetReplica_num

SetReplica_num sets the Replica_num field's value.

func (*Vdc_replicaForAddTablesInput) SetVdc

SetVdc sets the Vdc field's value.

func (Vdc_replicaForAddTablesInput) String

String returns the string representation

type Vdc_replicaForListClusterTablesOutput

type Vdc_replicaForListClusterTablesOutput struct {
	Replica_num *int32 `type:"int32" json:"replica_num,omitempty"`

	Vdc *string `type:"string" json:"vdc,omitempty"`
	// contains filtered or unexported fields
}

func (Vdc_replicaForListClusterTablesOutput) GoString

GoString returns the string representation

func (*Vdc_replicaForListClusterTablesOutput) SetReplica_num

SetReplica_num sets the Replica_num field's value.

func (*Vdc_replicaForListClusterTablesOutput) SetVdc

SetVdc sets the Vdc field's value.

func (Vdc_replicaForListClusterTablesOutput) String

String returns the string representation

type VeGraphInfoForListGraphRagServiceOutput added in v1.1.42

type VeGraphInfoForListGraphRagServiceOutput struct {
	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	AvailabilityZones []*AvailabilityZoneForListGraphRagServiceOutput `type:"list" json:",omitempty"`

	Bg3Link *string `type:"string" json:",omitempty"`

	Bg3Links []*Bg3LinkForListGraphRagServiceOutput `type:"list" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Creator *string `type:"string" json:",omitempty"`

	DeletionProtection *string `type:"string" json:",omitempty"`

	DiskSpace *int32 `type:"int32" json:",omitempty"`

	DiskUsed *int64 `type:"int64" json:",omitempty"`

	ExpireTime *string `type:"string" json:",omitempty"`

	GraphVersion *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	ImageInfo *ImageInfoForListGraphRagServiceOutput `type:"structure" json:",omitempty"`

	InsSpec *InsSpecForListGraphRagServiceOutput `type:"structure" json:",omitempty"`

	K8sDomain *string `type:"string" json:",omitempty"`

	MaintenanceTime *string `type:"string" json:",omitempty"`

	Mode *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	NodeNum *int32 `type:"int32" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	StorageInfo *StorageInfoForListGraphRagServiceOutput `type:"structure" json:",omitempty"`

	SubnetID *string `type:"string" json:",omitempty"`

	SubnetName *string `type:"string" json:",omitempty"`

	Tags []*TagForListGraphRagServiceOutput `type:"list" json:",omitempty"`

	TradeNO *string `type:"string" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`

	VpcName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VeGraphInfoForListGraphRagServiceOutput) GoString added in v1.1.42

GoString returns the string representation

func (*VeGraphInfoForListGraphRagServiceOutput) SetAvailabilityZoneId added in v1.1.42

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetAvailabilityZones added in v1.1.42

SetAvailabilityZones sets the AvailabilityZones field's value.

SetBg3Link sets the Bg3Link field's value.

SetBg3Links sets the Bg3Links field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetCreateTime added in v1.1.42

SetCreateTime sets the CreateTime field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetCreator added in v1.1.42

SetCreator sets the Creator field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetDeletionProtection added in v1.1.42

SetDeletionProtection sets the DeletionProtection field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetDiskSpace added in v1.1.42

SetDiskSpace sets the DiskSpace field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetDiskUsed added in v1.1.42

SetDiskUsed sets the DiskUsed field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetExpireTime added in v1.1.42

SetExpireTime sets the ExpireTime field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetGraphVersion added in v1.1.42

SetGraphVersion sets the GraphVersion field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetId added in v1.1.42

SetId sets the Id field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetImageInfo added in v1.1.42

SetImageInfo sets the ImageInfo field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetInsSpec added in v1.1.42

SetInsSpec sets the InsSpec field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetK8sDomain added in v1.1.42

SetK8sDomain sets the K8sDomain field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetMaintenanceTime added in v1.1.42

SetMaintenanceTime sets the MaintenanceTime field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetMode added in v1.1.42

SetMode sets the Mode field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetName added in v1.1.42

SetName sets the Name field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetNodeNum added in v1.1.42

SetNodeNum sets the NodeNum field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetProjectName added in v1.1.42

SetProjectName sets the ProjectName field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetRegionId added in v1.1.42

SetRegionId sets the RegionId field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetStatus added in v1.1.42

SetStatus sets the Status field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetStorageInfo added in v1.1.42

SetStorageInfo sets the StorageInfo field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetSubnetID added in v1.1.42

SetSubnetID sets the SubnetID field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetSubnetName added in v1.1.42

SetSubnetName sets the SubnetName field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetTags added in v1.1.42

SetTags sets the Tags field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetTradeNO added in v1.1.42

SetTradeNO sets the TradeNO field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetVpcId added in v1.1.42

SetVpcId sets the VpcId field's value.

func (*VeGraphInfoForListGraphRagServiceOutput) SetVpcName added in v1.1.42

SetVpcName sets the VpcName field's value.

func (VeGraphInfoForListGraphRagServiceOutput) String added in v1.1.42

String returns the string representation

type VertexForAddTablesInput

type VertexForAddTablesInput struct {
	Columns []*ColumnForAddTablesInput `type:"list" json:"columns,omitempty"`

	Label *string `type:"string" json:"label,omitempty"`

	Primary_key []*string `type:"list" json:"primary_key,omitempty"`

	Schema_label_type *string `type:"string" json:"schema_label_type,omitempty"`

	Secondary_indices []*Secondary_indexForAddTablesInput `type:"list" json:"secondary_indices,omitempty"`

	Uniq_index []*Uniq_indexForAddTablesInput `type:"list" json:"uniq_index,omitempty"`
	// contains filtered or unexported fields
}

func (VertexForAddTablesInput) GoString

func (s VertexForAddTablesInput) GoString() string

GoString returns the string representation

func (*VertexForAddTablesInput) SetColumns

SetColumns sets the Columns field's value.

func (*VertexForAddTablesInput) SetLabel

SetLabel sets the Label field's value.

func (*VertexForAddTablesInput) SetPrimary_key

func (s *VertexForAddTablesInput) SetPrimary_key(v []*string) *VertexForAddTablesInput

SetPrimary_key sets the Primary_key field's value.

func (*VertexForAddTablesInput) SetSchema_label_type

func (s *VertexForAddTablesInput) SetSchema_label_type(v string) *VertexForAddTablesInput

SetSchema_label_type sets the Schema_label_type field's value.

func (*VertexForAddTablesInput) SetSecondary_indices

SetSecondary_indices sets the Secondary_indices field's value.

func (*VertexForAddTablesInput) SetUniq_index

SetUniq_index sets the Uniq_index field's value.

func (VertexForAddTablesInput) String

func (s VertexForAddTablesInput) String() string

String returns the string representation

type VertexForGetTableSchemaOutput

type VertexForGetTableSchemaOutput struct {
	Columns []*ColumnForGetTableSchemaOutput `type:"list" json:"columns,omitempty"`

	Label *string `type:"string" json:"label,omitempty"`

	Primary_key []*string `type:"list" json:"primary_key,omitempty"`

	Schema_label_type *string `type:"string" json:"schema_label_type,omitempty"`

	Secondary_indices []*Secondary_indexForGetTableSchemaOutput `type:"list" json:"secondary_indices,omitempty"`

	Uniq_index []*Uniq_indexForGetTableSchemaOutput `type:"list" json:"uniq_index,omitempty"`
	// contains filtered or unexported fields
}

func (VertexForGetTableSchemaOutput) GoString

GoString returns the string representation

func (*VertexForGetTableSchemaOutput) SetColumns

SetColumns sets the Columns field's value.

func (*VertexForGetTableSchemaOutput) SetLabel

SetLabel sets the Label field's value.

func (*VertexForGetTableSchemaOutput) SetPrimary_key

SetPrimary_key sets the Primary_key field's value.

func (*VertexForGetTableSchemaOutput) SetSchema_label_type

SetSchema_label_type sets the Schema_label_type field's value.

func (*VertexForGetTableSchemaOutput) SetSecondary_indices

SetSecondary_indices sets the Secondary_indices field's value.

func (*VertexForGetTableSchemaOutput) SetUniq_index

SetUniq_index sets the Uniq_index field's value.

func (VertexForGetTableSchemaOutput) String

String returns the string representation

type VertexForModifySchemaInput

type VertexForModifySchemaInput struct {
	Columns []*ColumnForModifySchemaInput `type:"list" json:"columns,omitempty"`

	Label *string `type:"string" json:"label,omitempty"`

	Primary_key []*string `type:"list" json:"primary_key,omitempty"`

	Schema_label_type *string `type:"string" json:"schema_label_type,omitempty"`

	Secondary_indices []*Secondary_indexForModifySchemaInput `type:"list" json:"secondary_indices,omitempty"`

	Uniq_index []*Uniq_indexForModifySchemaInput `type:"list" json:"uniq_index,omitempty"`
	// contains filtered or unexported fields
}

func (VertexForModifySchemaInput) GoString

func (s VertexForModifySchemaInput) GoString() string

GoString returns the string representation

func (*VertexForModifySchemaInput) SetColumns

SetColumns sets the Columns field's value.

func (*VertexForModifySchemaInput) SetLabel

SetLabel sets the Label field's value.

func (*VertexForModifySchemaInput) SetPrimary_key

SetPrimary_key sets the Primary_key field's value.

func (*VertexForModifySchemaInput) SetSchema_label_type

func (s *VertexForModifySchemaInput) SetSchema_label_type(v string) *VertexForModifySchemaInput

SetSchema_label_type sets the Schema_label_type field's value.

func (*VertexForModifySchemaInput) SetSecondary_indices

SetSecondary_indices sets the Secondary_indices field's value.

func (*VertexForModifySchemaInput) SetUniq_index

SetUniq_index sets the Uniq_index field's value.

func (VertexForModifySchemaInput) String

String returns the string representation

type Vertex_constraintForAddTablesInput

type Vertex_constraintForAddTablesInput struct {
	Primary_key_columns []*ColumnForAddTablesInput `locationName:"primary_key_columns" type:"list" json:",omitempty"`

	Schema_label_type *string `type:"string" json:"schema_label_type,omitempty"`
	// contains filtered or unexported fields
}

func (Vertex_constraintForAddTablesInput) GoString

GoString returns the string representation

func (*Vertex_constraintForAddTablesInput) SetPrimary_key_columns

SetPrimary_key_columns sets the Primary_key_columns field's value.

func (*Vertex_constraintForAddTablesInput) SetSchema_label_type

SetSchema_label_type sets the Schema_label_type field's value.

func (Vertex_constraintForAddTablesInput) String

String returns the string representation

type Vertex_constraintForGetTableSchemaOutput

type Vertex_constraintForGetTableSchemaOutput struct {
	Primary_key_columns []*ColumnForGetTableSchemaOutput `locationName:"primary_key_columns" type:"list" json:",omitempty"`

	Schema_label_type *string `type:"string" json:"schema_label_type,omitempty"`
	// contains filtered or unexported fields
}

func (Vertex_constraintForGetTableSchemaOutput) GoString

GoString returns the string representation

func (*Vertex_constraintForGetTableSchemaOutput) SetPrimary_key_columns

SetPrimary_key_columns sets the Primary_key_columns field's value.

func (*Vertex_constraintForGetTableSchemaOutput) SetSchema_label_type

SetSchema_label_type sets the Schema_label_type field's value.

func (Vertex_constraintForGetTableSchemaOutput) String

String returns the string representation

type Vertex_constraintForModifySchemaInput

type Vertex_constraintForModifySchemaInput struct {
	Primary_key_columns []*ColumnForModifySchemaInput `locationName:"primary_key_columns" type:"list" json:",omitempty"`

	Schema_label_type *string `type:"string" json:"schema_label_type,omitempty"`
	// contains filtered or unexported fields
}

func (Vertex_constraintForModifySchemaInput) GoString

GoString returns the string representation

func (*Vertex_constraintForModifySchemaInput) SetPrimary_key_columns

SetPrimary_key_columns sets the Primary_key_columns field's value.

func (*Vertex_constraintForModifySchemaInput) SetSchema_label_type

SetSchema_label_type sets the Schema_label_type field's value.

func (Vertex_constraintForModifySchemaInput) String

String returns the string representation

type VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput added in v1.1.30

type VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput struct {
	ComponentInfo []*ComponentInfoForGetVersionSetAndComponentsInfoOutput `type:"list" json:"componentInfo,omitempty"`

	VersionSetCreateTime *string `type:"string" json:"versionSetCreateTime,omitempty"`

	VersionSetId *int32 `type:"int32" json:"versionSetId,omitempty"`

	VersionSetName *string `type:"string" json:"versionSetName,omitempty"`
	// contains filtered or unexported fields
}

func (VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput) GoString added in v1.1.30

GoString returns the string representation

func (*VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput) SetComponentInfo added in v1.1.30

SetComponentInfo sets the ComponentInfo field's value.

func (*VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput) SetVersionSetCreateTime added in v1.1.30

SetVersionSetCreateTime sets the VersionSetCreateTime field's value.

func (*VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput) SetVersionSetId added in v1.1.30

SetVersionSetId sets the VersionSetId field's value.

func (*VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput) SetVersionSetName added in v1.1.30

SetVersionSetName sets the VersionSetName field's value.

func (VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput) String added in v1.1.30

String returns the string representation

type Write_bandwidth_limit_in_bytesForCalcTableLimitsOutput added in v1.1.18

type Write_bandwidth_limit_in_bytesForCalcTableLimitsOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

	Min *int64 `type:"int64" json:"min,omitempty"`
	// contains filtered or unexported fields
}

func (Write_bandwidth_limit_in_bytesForCalcTableLimitsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*Write_bandwidth_limit_in_bytesForCalcTableLimitsOutput) SetMax added in v1.1.18

SetMax sets the Max field's value.

func (*Write_bandwidth_limit_in_bytesForCalcTableLimitsOutput) SetMin added in v1.1.18

SetMin sets the Min field's value.

func (Write_bandwidth_limit_in_bytesForCalcTableLimitsOutput) String added in v1.1.18

String returns the string representation

type Write_bandwidth_limit_in_bytesForGetTableLimitOutput added in v1.1.12

type Write_bandwidth_limit_in_bytesForGetTableLimitOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

	Min *int64 `type:"int64" json:"min,omitempty"`
	// contains filtered or unexported fields
}

func (Write_bandwidth_limit_in_bytesForGetTableLimitOutput) GoString added in v1.1.12

GoString returns the string representation

func (*Write_bandwidth_limit_in_bytesForGetTableLimitOutput) SetMax added in v1.1.12

SetMax sets the Max field's value.

func (*Write_bandwidth_limit_in_bytesForGetTableLimitOutput) SetMin added in v1.1.12

SetMin sets the Min field's value.

func (Write_bandwidth_limit_in_bytesForGetTableLimitOutput) String added in v1.1.12

String returns the string representation

type ZoneForDescribeZonesOutput

type ZoneForDescribeZonesOutput struct {
	Description *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`

	ZoneName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ZoneForDescribeZonesOutput) GoString

func (s ZoneForDescribeZonesOutput) GoString() string

GoString returns the string representation

func (*ZoneForDescribeZonesOutput) SetDescription

SetDescription sets the Description field's value.

func (*ZoneForDescribeZonesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*ZoneForDescribeZonesOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (ZoneForDescribeZonesOutput) String

String returns the string representation

Jump to

Keyboard shortcuts

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