Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ApiCreateSqlV1alpha1StatementRequest
- func (r ApiCreateSqlV1alpha1StatementRequest) Execute() (SqlV1alpha1Statement, *_nethttp.Response, error)
- func (r ApiCreateSqlV1alpha1StatementRequest) OrgId(orgId string) ApiCreateSqlV1alpha1StatementRequest
- func (r ApiCreateSqlV1alpha1StatementRequest) SqlV1alpha1Statement(sqlV1alpha1Statement SqlV1alpha1Statement) ApiCreateSqlV1alpha1StatementRequest
- type ApiDeleteSqlV1alpha1StatementRequest
- type ApiGetSqlV1alpha1StatementExceptionsRequest
- type ApiGetSqlV1alpha1StatementRequest
- type ApiGetSqlV1alpha1StatementResultRequest
- func (r ApiGetSqlV1alpha1StatementResultRequest) Execute() (SqlV1alpha1StatementResult, *_nethttp.Response, error)
- func (r ApiGetSqlV1alpha1StatementResultRequest) OrgId(orgId string) ApiGetSqlV1alpha1StatementResultRequest
- func (r ApiGetSqlV1alpha1StatementResultRequest) PageToken(pageToken string) ApiGetSqlV1alpha1StatementResultRequest
- type ApiListSqlV1alpha1StatementsRequest
- func (r ApiListSqlV1alpha1StatementsRequest) ComputePoolId(computePoolId string) ApiListSqlV1alpha1StatementsRequest
- func (r ApiListSqlV1alpha1StatementsRequest) Execute() (SqlV1alpha1StatementList, *_nethttp.Response, error)
- func (r ApiListSqlV1alpha1StatementsRequest) OrgId(orgId string) ApiListSqlV1alpha1StatementsRequest
- func (r ApiListSqlV1alpha1StatementsRequest) PageSize(pageSize int32) ApiListSqlV1alpha1StatementsRequest
- func (r ApiListSqlV1alpha1StatementsRequest) PageToken(pageToken string) ApiListSqlV1alpha1StatementsRequest
- type BasicAuth
- type ColumnDetails
- func (o *ColumnDetails) GetName() string
- func (o *ColumnDetails) GetNameOk() (*string, bool)
- func (o *ColumnDetails) GetType() DataType
- func (o *ColumnDetails) GetTypeOk() (*DataType, bool)
- func (o ColumnDetails) MarshalJSON() ([]byte, error)
- func (o *ColumnDetails) Redact()
- func (o *ColumnDetails) SetName(v string)
- func (o *ColumnDetails) SetType(v DataType)
- type Configuration
- type DataType
- func (o *DataType) GetElementType() DataType
- func (o *DataType) GetElementTypeOk() (*DataType, bool)
- func (o *DataType) GetFields() []RowFieldType
- func (o *DataType) GetFieldsOk() (*[]RowFieldType, bool)
- func (o *DataType) GetFractionalPrecision() int32
- func (o *DataType) GetFractionalPrecisionOk() (*int32, bool)
- func (o *DataType) GetKeyType() DataType
- func (o *DataType) GetKeyTypeOk() (*DataType, bool)
- func (o *DataType) GetLength() int32
- func (o *DataType) GetLengthOk() (*int32, bool)
- func (o *DataType) GetNullable() bool
- func (o *DataType) GetNullableOk() (*bool, bool)
- func (o *DataType) GetPrecision() int32
- func (o *DataType) GetPrecisionOk() (*int32, bool)
- func (o *DataType) GetResolution() string
- func (o *DataType) GetResolutionOk() (*string, bool)
- func (o *DataType) GetScale() int32
- func (o *DataType) GetScaleOk() (*int32, bool)
- func (o *DataType) GetType() string
- func (o *DataType) GetTypeOk() (*string, bool)
- func (o *DataType) GetValueType() DataType
- func (o *DataType) GetValueTypeOk() (*DataType, bool)
- func (o *DataType) HasElementType() bool
- func (o *DataType) HasFields() bool
- func (o *DataType) HasFractionalPrecision() bool
- func (o *DataType) HasKeyType() bool
- func (o *DataType) HasLength() bool
- func (o *DataType) HasPrecision() bool
- func (o *DataType) HasResolution() bool
- func (o *DataType) HasScale() bool
- func (o *DataType) HasValueType() bool
- func (o DataType) MarshalJSON() ([]byte, error)
- func (o *DataType) Redact()
- func (o *DataType) SetElementType(v DataType)
- func (o *DataType) SetFields(v []RowFieldType)
- func (o *DataType) SetFractionalPrecision(v int32)
- func (o *DataType) SetKeyType(v DataType)
- func (o *DataType) SetLength(v int32)
- func (o *DataType) SetNullable(v bool)
- func (o *DataType) SetPrecision(v int32)
- func (o *DataType) SetResolution(v string)
- func (o *DataType) SetScale(v int32)
- func (o *DataType) SetType(v string)
- func (o *DataType) SetValueType(v DataType)
- type Error
- func (o *Error) GetCode() string
- func (o *Error) GetCodeOk() (*string, bool)
- func (o *Error) GetDetail() string
- func (o *Error) GetDetailOk() (*string, bool)
- func (o *Error) GetId() string
- func (o *Error) GetIdOk() (*string, bool)
- func (o *Error) GetSource() ErrorSource
- func (o *Error) GetSourceOk() (*ErrorSource, bool)
- func (o *Error) GetStatus() string
- func (o *Error) GetStatusOk() (*string, bool)
- func (o *Error) GetTitle() string
- func (o *Error) GetTitleOk() (*string, bool)
- func (o *Error) HasCode() bool
- func (o *Error) HasDetail() bool
- func (o *Error) HasId() bool
- func (o *Error) HasSource() bool
- func (o *Error) HasStatus() bool
- func (o *Error) HasTitle() bool
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) Redact()
- func (o *Error) SetCode(v string)
- func (o *Error) SetDetail(v string)
- func (o *Error) SetId(v string)
- func (o *Error) SetSource(v ErrorSource)
- func (o *Error) SetStatus(v string)
- func (o *Error) SetTitle(v string)
- type ErrorSource
- func (o *ErrorSource) GetParameter() string
- func (o *ErrorSource) GetParameterOk() (*string, bool)
- func (o *ErrorSource) GetPointer() string
- func (o *ErrorSource) GetPointerOk() (*string, bool)
- func (o *ErrorSource) HasParameter() bool
- func (o *ErrorSource) HasPointer() bool
- func (o ErrorSource) MarshalJSON() ([]byte, error)
- func (o *ErrorSource) Redact()
- func (o *ErrorSource) SetParameter(v string)
- func (o *ErrorSource) SetPointer(v string)
- type ExceptionListMeta
- type Failure
- type GenericOpenAPIError
- type ListMeta
- func (o *ListMeta) GetNext() string
- func (o *ListMeta) GetNextOk() (*string, bool)
- func (o *ListMeta) GetSelf() string
- func (o *ListMeta) GetSelfOk() (*string, bool)
- func (o *ListMeta) HasNext() bool
- func (o *ListMeta) HasSelf() bool
- func (o ListMeta) MarshalJSON() ([]byte, error)
- func (o *ListMeta) Redact()
- func (o *ListMeta) SetNext(v string)
- func (o *ListMeta) SetSelf(v string)
- type MultipleSearchFilter
- type NullableBool
- type NullableColumnDetails
- func (v NullableColumnDetails) Get() *ColumnDetails
- func (v NullableColumnDetails) IsSet() bool
- func (v NullableColumnDetails) MarshalJSON() ([]byte, error)
- func (v *NullableColumnDetails) Set(val *ColumnDetails)
- func (v *NullableColumnDetails) UnmarshalJSON(src []byte) error
- func (v *NullableColumnDetails) Unset()
- type NullableDataType
- type NullableError
- type NullableErrorSource
- func (v NullableErrorSource) Get() *ErrorSource
- func (v NullableErrorSource) IsSet() bool
- func (v NullableErrorSource) MarshalJSON() ([]byte, error)
- func (v *NullableErrorSource) Set(val *ErrorSource)
- func (v *NullableErrorSource) UnmarshalJSON(src []byte) error
- func (v *NullableErrorSource) Unset()
- type NullableExceptionListMeta
- func (v NullableExceptionListMeta) Get() *ExceptionListMeta
- func (v NullableExceptionListMeta) IsSet() bool
- func (v NullableExceptionListMeta) MarshalJSON() ([]byte, error)
- func (v *NullableExceptionListMeta) Set(val *ExceptionListMeta)
- func (v *NullableExceptionListMeta) UnmarshalJSON(src []byte) error
- func (v *NullableExceptionListMeta) Unset()
- type NullableFailure
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableListMeta
- type NullableMultipleSearchFilter
- func (v NullableMultipleSearchFilter) Get() *MultipleSearchFilter
- func (v NullableMultipleSearchFilter) IsSet() bool
- func (v NullableMultipleSearchFilter) MarshalJSON() ([]byte, error)
- func (v *NullableMultipleSearchFilter) Set(val *MultipleSearchFilter)
- func (v *NullableMultipleSearchFilter) UnmarshalJSON(src []byte) error
- func (v *NullableMultipleSearchFilter) Unset()
- type NullableObjectMeta
- type NullableResultListMeta
- func (v NullableResultListMeta) Get() *ResultListMeta
- func (v NullableResultListMeta) IsSet() bool
- func (v NullableResultListMeta) MarshalJSON() ([]byte, error)
- func (v *NullableResultListMeta) Set(val *ResultListMeta)
- func (v *NullableResultListMeta) UnmarshalJSON(src []byte) error
- func (v *NullableResultListMeta) Unset()
- type NullableRowFieldType
- func (v NullableRowFieldType) Get() *RowFieldType
- func (v NullableRowFieldType) IsSet() bool
- func (v NullableRowFieldType) MarshalJSON() ([]byte, error)
- func (v *NullableRowFieldType) Set(val *RowFieldType)
- func (v *NullableRowFieldType) UnmarshalJSON(src []byte) error
- func (v *NullableRowFieldType) Unset()
- type NullableSqlV1alpha1ResultSchema
- func (v NullableSqlV1alpha1ResultSchema) Get() *SqlV1alpha1ResultSchema
- func (v NullableSqlV1alpha1ResultSchema) IsSet() bool
- func (v NullableSqlV1alpha1ResultSchema) MarshalJSON() ([]byte, error)
- func (v *NullableSqlV1alpha1ResultSchema) Set(val *SqlV1alpha1ResultSchema)
- func (v *NullableSqlV1alpha1ResultSchema) UnmarshalJSON(src []byte) error
- func (v *NullableSqlV1alpha1ResultSchema) Unset()
- type NullableSqlV1alpha1Statement
- func (v NullableSqlV1alpha1Statement) Get() *SqlV1alpha1Statement
- func (v NullableSqlV1alpha1Statement) IsSet() bool
- func (v NullableSqlV1alpha1Statement) MarshalJSON() ([]byte, error)
- func (v *NullableSqlV1alpha1Statement) Set(val *SqlV1alpha1Statement)
- func (v *NullableSqlV1alpha1Statement) UnmarshalJSON(src []byte) error
- func (v *NullableSqlV1alpha1Statement) Unset()
- type NullableSqlV1alpha1StatementException
- func (v NullableSqlV1alpha1StatementException) Get() *SqlV1alpha1StatementException
- func (v NullableSqlV1alpha1StatementException) IsSet() bool
- func (v NullableSqlV1alpha1StatementException) MarshalJSON() ([]byte, error)
- func (v *NullableSqlV1alpha1StatementException) Set(val *SqlV1alpha1StatementException)
- func (v *NullableSqlV1alpha1StatementException) UnmarshalJSON(src []byte) error
- func (v *NullableSqlV1alpha1StatementException) Unset()
- type NullableSqlV1alpha1StatementExceptionList
- func (v NullableSqlV1alpha1StatementExceptionList) Get() *SqlV1alpha1StatementExceptionList
- func (v NullableSqlV1alpha1StatementExceptionList) IsSet() bool
- func (v NullableSqlV1alpha1StatementExceptionList) MarshalJSON() ([]byte, error)
- func (v *NullableSqlV1alpha1StatementExceptionList) Set(val *SqlV1alpha1StatementExceptionList)
- func (v *NullableSqlV1alpha1StatementExceptionList) UnmarshalJSON(src []byte) error
- func (v *NullableSqlV1alpha1StatementExceptionList) Unset()
- type NullableSqlV1alpha1StatementList
- func (v NullableSqlV1alpha1StatementList) Get() *SqlV1alpha1StatementList
- func (v NullableSqlV1alpha1StatementList) IsSet() bool
- func (v NullableSqlV1alpha1StatementList) MarshalJSON() ([]byte, error)
- func (v *NullableSqlV1alpha1StatementList) Set(val *SqlV1alpha1StatementList)
- func (v *NullableSqlV1alpha1StatementList) UnmarshalJSON(src []byte) error
- func (v *NullableSqlV1alpha1StatementList) Unset()
- type NullableSqlV1alpha1StatementResult
- func (v NullableSqlV1alpha1StatementResult) Get() *SqlV1alpha1StatementResult
- func (v NullableSqlV1alpha1StatementResult) IsSet() bool
- func (v NullableSqlV1alpha1StatementResult) MarshalJSON() ([]byte, error)
- func (v *NullableSqlV1alpha1StatementResult) Set(val *SqlV1alpha1StatementResult)
- func (v *NullableSqlV1alpha1StatementResult) UnmarshalJSON(src []byte) error
- func (v *NullableSqlV1alpha1StatementResult) Unset()
- type NullableSqlV1alpha1StatementResultResults
- func (v NullableSqlV1alpha1StatementResultResults) Get() *SqlV1alpha1StatementResultResults
- func (v NullableSqlV1alpha1StatementResultResults) IsSet() bool
- func (v NullableSqlV1alpha1StatementResultResults) MarshalJSON() ([]byte, error)
- func (v *NullableSqlV1alpha1StatementResultResults) Set(val *SqlV1alpha1StatementResultResults)
- func (v *NullableSqlV1alpha1StatementResultResults) UnmarshalJSON(src []byte) error
- func (v *NullableSqlV1alpha1StatementResultResults) Unset()
- type NullableSqlV1alpha1StatementSpec
- func (v NullableSqlV1alpha1StatementSpec) Get() *SqlV1alpha1StatementSpec
- func (v NullableSqlV1alpha1StatementSpec) IsSet() bool
- func (v NullableSqlV1alpha1StatementSpec) MarshalJSON() ([]byte, error)
- func (v *NullableSqlV1alpha1StatementSpec) Set(val *SqlV1alpha1StatementSpec)
- func (v *NullableSqlV1alpha1StatementSpec) UnmarshalJSON(src []byte) error
- func (v *NullableSqlV1alpha1StatementSpec) Unset()
- type NullableSqlV1alpha1StatementStatus
- func (v NullableSqlV1alpha1StatementStatus) Get() *SqlV1alpha1StatementStatus
- func (v NullableSqlV1alpha1StatementStatus) IsSet() bool
- func (v NullableSqlV1alpha1StatementStatus) MarshalJSON() ([]byte, error)
- func (v *NullableSqlV1alpha1StatementStatus) Set(val *SqlV1alpha1StatementStatus)
- func (v *NullableSqlV1alpha1StatementStatus) UnmarshalJSON(src []byte) error
- func (v *NullableSqlV1alpha1StatementStatus) Unset()
- type NullableString
- type NullableTime
- type ObjectMeta
- func (o *ObjectMeta) GetCreatedAt() time.Time
- func (o *ObjectMeta) GetCreatedAtOk() (*time.Time, bool)
- func (o *ObjectMeta) GetSelf() string
- func (o *ObjectMeta) GetSelfOk() (*string, bool)
- func (o *ObjectMeta) GetUpdatedAt() time.Time
- func (o *ObjectMeta) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ObjectMeta) HasCreatedAt() bool
- func (o *ObjectMeta) HasUpdatedAt() bool
- func (o ObjectMeta) MarshalJSON() ([]byte, error)
- func (o *ObjectMeta) Redact()
- func (o *ObjectMeta) SetCreatedAt(v time.Time)
- func (o *ObjectMeta) SetSelf(v string)
- func (o *ObjectMeta) SetUpdatedAt(v time.Time)
- type ResultListMeta
- func (o *ResultListMeta) GetCreatedAt() time.Time
- func (o *ResultListMeta) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResultListMeta) GetNext() string
- func (o *ResultListMeta) GetNextOk() (*string, bool)
- func (o *ResultListMeta) GetSelf() string
- func (o *ResultListMeta) GetSelfOk() (*string, bool)
- func (o *ResultListMeta) HasCreatedAt() bool
- func (o *ResultListMeta) HasNext() bool
- func (o *ResultListMeta) HasSelf() bool
- func (o ResultListMeta) MarshalJSON() ([]byte, error)
- func (o *ResultListMeta) Redact()
- func (o *ResultListMeta) SetCreatedAt(v time.Time)
- func (o *ResultListMeta) SetNext(v string)
- func (o *ResultListMeta) SetSelf(v string)
- type RowFieldType
- func (o *RowFieldType) GetDescription() string
- func (o *RowFieldType) GetDescriptionOk() (*string, bool)
- func (o *RowFieldType) GetFieldType() DataType
- func (o *RowFieldType) GetFieldTypeOk() (*DataType, bool)
- func (o *RowFieldType) GetName() string
- func (o *RowFieldType) GetNameOk() (*string, bool)
- func (o *RowFieldType) HasDescription() bool
- func (o RowFieldType) MarshalJSON() ([]byte, error)
- func (o *RowFieldType) Redact()
- func (o *RowFieldType) SetDescription(v string)
- func (o *RowFieldType) SetFieldType(v DataType)
- func (o *RowFieldType) SetName(v string)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SqlV1alpha1ResultSchema
- func (o *SqlV1alpha1ResultSchema) GetColumns() []ColumnDetails
- func (o *SqlV1alpha1ResultSchema) GetColumnsOk() (*[]ColumnDetails, bool)
- func (o *SqlV1alpha1ResultSchema) HasColumns() bool
- func (o SqlV1alpha1ResultSchema) MarshalJSON() ([]byte, error)
- func (o *SqlV1alpha1ResultSchema) Redact()
- func (o *SqlV1alpha1ResultSchema) SetColumns(v []ColumnDetails)
- type SqlV1alpha1Statement
- func (o *SqlV1alpha1Statement) GetApiVersion() string
- func (o *SqlV1alpha1Statement) GetApiVersionOk() (*string, bool)
- func (o *SqlV1alpha1Statement) GetKind() string
- func (o *SqlV1alpha1Statement) GetKindOk() (*string, bool)
- func (o *SqlV1alpha1Statement) GetMetadata() ObjectMeta
- func (o *SqlV1alpha1Statement) GetMetadataOk() (*ObjectMeta, bool)
- func (o *SqlV1alpha1Statement) GetSpec() SqlV1alpha1StatementSpec
- func (o *SqlV1alpha1Statement) GetSpecOk() (*SqlV1alpha1StatementSpec, bool)
- func (o *SqlV1alpha1Statement) GetStatus() SqlV1alpha1StatementStatus
- func (o *SqlV1alpha1Statement) GetStatusOk() (*SqlV1alpha1StatementStatus, bool)
- func (o *SqlV1alpha1Statement) HasApiVersion() bool
- func (o *SqlV1alpha1Statement) HasKind() bool
- func (o *SqlV1alpha1Statement) HasMetadata() bool
- func (o *SqlV1alpha1Statement) HasSpec() bool
- func (o *SqlV1alpha1Statement) HasStatus() bool
- func (o SqlV1alpha1Statement) MarshalJSON() ([]byte, error)
- func (o *SqlV1alpha1Statement) Redact()
- func (o *SqlV1alpha1Statement) SetApiVersion(v string)
- func (o *SqlV1alpha1Statement) SetKind(v string)
- func (o *SqlV1alpha1Statement) SetMetadata(v ObjectMeta)
- func (o *SqlV1alpha1Statement) SetSpec(v SqlV1alpha1StatementSpec)
- func (o *SqlV1alpha1Statement) SetStatus(v SqlV1alpha1StatementStatus)
- type SqlV1alpha1StatementException
- func (o *SqlV1alpha1StatementException) GetName() string
- func (o *SqlV1alpha1StatementException) GetNameOk() (*string, bool)
- func (o *SqlV1alpha1StatementException) GetStacktrace() string
- func (o *SqlV1alpha1StatementException) GetStacktraceOk() (*string, bool)
- func (o *SqlV1alpha1StatementException) GetTimestamp() time.Time
- func (o *SqlV1alpha1StatementException) GetTimestampOk() (*time.Time, bool)
- func (o *SqlV1alpha1StatementException) HasName() bool
- func (o *SqlV1alpha1StatementException) HasStacktrace() bool
- func (o *SqlV1alpha1StatementException) HasTimestamp() bool
- func (o SqlV1alpha1StatementException) MarshalJSON() ([]byte, error)
- func (o *SqlV1alpha1StatementException) Redact()
- func (o *SqlV1alpha1StatementException) SetName(v string)
- func (o *SqlV1alpha1StatementException) SetStacktrace(v string)
- func (o *SqlV1alpha1StatementException) SetTimestamp(v time.Time)
- type SqlV1alpha1StatementExceptionList
- func (o *SqlV1alpha1StatementExceptionList) GetApiVersion() string
- func (o *SqlV1alpha1StatementExceptionList) GetApiVersionOk() (*string, bool)
- func (o *SqlV1alpha1StatementExceptionList) GetData() []SqlV1alpha1StatementException
- func (o *SqlV1alpha1StatementExceptionList) GetDataOk() (*[]SqlV1alpha1StatementException, bool)
- func (o *SqlV1alpha1StatementExceptionList) GetKind() string
- func (o *SqlV1alpha1StatementExceptionList) GetKindOk() (*string, bool)
- func (o *SqlV1alpha1StatementExceptionList) GetMetadata() ExceptionListMeta
- func (o *SqlV1alpha1StatementExceptionList) GetMetadataOk() (*ExceptionListMeta, bool)
- func (o SqlV1alpha1StatementExceptionList) MarshalJSON() ([]byte, error)
- func (o *SqlV1alpha1StatementExceptionList) Redact()
- func (o *SqlV1alpha1StatementExceptionList) SetApiVersion(v string)
- func (o *SqlV1alpha1StatementExceptionList) SetData(v []SqlV1alpha1StatementException)
- func (o *SqlV1alpha1StatementExceptionList) SetKind(v string)
- func (o *SqlV1alpha1StatementExceptionList) SetMetadata(v ExceptionListMeta)
- type SqlV1alpha1StatementList
- func (o *SqlV1alpha1StatementList) GetApiVersion() string
- func (o *SqlV1alpha1StatementList) GetApiVersionOk() (*string, bool)
- func (o *SqlV1alpha1StatementList) GetData() []SqlV1alpha1Statement
- func (o *SqlV1alpha1StatementList) GetDataOk() (*[]SqlV1alpha1Statement, bool)
- func (o *SqlV1alpha1StatementList) GetKind() string
- func (o *SqlV1alpha1StatementList) GetKindOk() (*string, bool)
- func (o *SqlV1alpha1StatementList) GetMetadata() ListMeta
- func (o *SqlV1alpha1StatementList) GetMetadataOk() (*ListMeta, bool)
- func (o SqlV1alpha1StatementList) MarshalJSON() ([]byte, error)
- func (o *SqlV1alpha1StatementList) Redact()
- func (o *SqlV1alpha1StatementList) SetApiVersion(v string)
- func (o *SqlV1alpha1StatementList) SetData(v []SqlV1alpha1Statement)
- func (o *SqlV1alpha1StatementList) SetKind(v string)
- func (o *SqlV1alpha1StatementList) SetMetadata(v ListMeta)
- type SqlV1alpha1StatementResult
- func (o *SqlV1alpha1StatementResult) GetApiVersion() string
- func (o *SqlV1alpha1StatementResult) GetApiVersionOk() (*string, bool)
- func (o *SqlV1alpha1StatementResult) GetKind() string
- func (o *SqlV1alpha1StatementResult) GetKindOk() (*string, bool)
- func (o *SqlV1alpha1StatementResult) GetMetadata() ResultListMeta
- func (o *SqlV1alpha1StatementResult) GetMetadataOk() (*ResultListMeta, bool)
- func (o *SqlV1alpha1StatementResult) GetResults() SqlV1alpha1StatementResultResults
- func (o *SqlV1alpha1StatementResult) GetResultsOk() (*SqlV1alpha1StatementResultResults, bool)
- func (o *SqlV1alpha1StatementResult) HasResults() bool
- func (o SqlV1alpha1StatementResult) MarshalJSON() ([]byte, error)
- func (o *SqlV1alpha1StatementResult) Redact()
- func (o *SqlV1alpha1StatementResult) SetApiVersion(v string)
- func (o *SqlV1alpha1StatementResult) SetKind(v string)
- func (o *SqlV1alpha1StatementResult) SetMetadata(v ResultListMeta)
- func (o *SqlV1alpha1StatementResult) SetResults(v SqlV1alpha1StatementResultResults)
- type SqlV1alpha1StatementResultResults
- func (o *SqlV1alpha1StatementResultResults) GetData() []interface{}
- func (o *SqlV1alpha1StatementResultResults) GetDataOk() (*[]interface{}, bool)
- func (o *SqlV1alpha1StatementResultResults) HasData() bool
- func (o SqlV1alpha1StatementResultResults) MarshalJSON() ([]byte, error)
- func (o *SqlV1alpha1StatementResultResults) Redact()
- func (o *SqlV1alpha1StatementResultResults) SetData(v []interface{})
- type SqlV1alpha1StatementSpec
- func (o *SqlV1alpha1StatementSpec) GetComputePoolId() string
- func (o *SqlV1alpha1StatementSpec) GetComputePoolIdOk() (*string, bool)
- func (o *SqlV1alpha1StatementSpec) GetIdentityPoolId() string
- func (o *SqlV1alpha1StatementSpec) GetIdentityPoolIdOk() (*string, bool)
- func (o *SqlV1alpha1StatementSpec) GetProperties() map[string]string
- func (o *SqlV1alpha1StatementSpec) GetPropertiesOk() (*map[string]string, bool)
- func (o *SqlV1alpha1StatementSpec) GetStatement() string
- func (o *SqlV1alpha1StatementSpec) GetStatementName() string
- func (o *SqlV1alpha1StatementSpec) GetStatementNameOk() (*string, bool)
- func (o *SqlV1alpha1StatementSpec) GetStatementOk() (*string, bool)
- func (o *SqlV1alpha1StatementSpec) HasComputePoolId() bool
- func (o *SqlV1alpha1StatementSpec) HasIdentityPoolId() bool
- func (o *SqlV1alpha1StatementSpec) HasProperties() bool
- func (o *SqlV1alpha1StatementSpec) HasStatement() bool
- func (o *SqlV1alpha1StatementSpec) HasStatementName() bool
- func (o SqlV1alpha1StatementSpec) MarshalJSON() ([]byte, error)
- func (o *SqlV1alpha1StatementSpec) Redact()
- func (o *SqlV1alpha1StatementSpec) SetComputePoolId(v string)
- func (o *SqlV1alpha1StatementSpec) SetIdentityPoolId(v string)
- func (o *SqlV1alpha1StatementSpec) SetProperties(v map[string]string)
- func (o *SqlV1alpha1StatementSpec) SetStatement(v string)
- func (o *SqlV1alpha1StatementSpec) SetStatementName(v string)
- type SqlV1alpha1StatementStatus
- func (o *SqlV1alpha1StatementStatus) GetDetail() string
- func (o *SqlV1alpha1StatementStatus) GetDetailOk() (*string, bool)
- func (o *SqlV1alpha1StatementStatus) GetPhase() string
- func (o *SqlV1alpha1StatementStatus) GetPhaseOk() (*string, bool)
- func (o *SqlV1alpha1StatementStatus) GetResultSchema() SqlV1alpha1ResultSchema
- func (o *SqlV1alpha1StatementStatus) GetResultSchemaOk() (*SqlV1alpha1ResultSchema, bool)
- func (o *SqlV1alpha1StatementStatus) HasDetail() bool
- func (o *SqlV1alpha1StatementStatus) HasResultSchema() bool
- func (o SqlV1alpha1StatementStatus) MarshalJSON() ([]byte, error)
- func (o *SqlV1alpha1StatementStatus) Redact()
- func (o *SqlV1alpha1StatementStatus) SetDetail(v string)
- func (o *SqlV1alpha1StatementStatus) SetPhase(v string)
- func (o *SqlV1alpha1StatementStatus) SetResultSchema(v SqlV1alpha1ResultSchema)
- type StatementExceptionsSqlV1alpha1Api
- type StatementExceptionsSqlV1alpha1ApiService
- func (a *StatementExceptionsSqlV1alpha1ApiService) GetSqlV1alpha1StatementExceptions(ctx _context.Context, environmentId string, statementName string) ApiGetSqlV1alpha1StatementExceptionsRequest
- func (a *StatementExceptionsSqlV1alpha1ApiService) GetSqlV1alpha1StatementExceptionsExecute(r ApiGetSqlV1alpha1StatementExceptionsRequest) (SqlV1alpha1StatementExceptionList, *_nethttp.Response, error)
- type StatementResultSqlV1alpha1Api
- type StatementResultSqlV1alpha1ApiService
- func (a *StatementResultSqlV1alpha1ApiService) GetSqlV1alpha1StatementResult(ctx _context.Context, environmentId string, statementName string) ApiGetSqlV1alpha1StatementResultRequest
- func (a *StatementResultSqlV1alpha1ApiService) GetSqlV1alpha1StatementResultExecute(r ApiGetSqlV1alpha1StatementResultRequest) (SqlV1alpha1StatementResult, *_nethttp.Response, error)
- type StatementsSqlV1alpha1Api
- type StatementsSqlV1alpha1ApiService
- func (a *StatementsSqlV1alpha1ApiService) CreateSqlV1alpha1Statement(ctx _context.Context, environmentId string) ApiCreateSqlV1alpha1StatementRequest
- func (a *StatementsSqlV1alpha1ApiService) CreateSqlV1alpha1StatementExecute(r ApiCreateSqlV1alpha1StatementRequest) (SqlV1alpha1Statement, *_nethttp.Response, error)
- func (a *StatementsSqlV1alpha1ApiService) DeleteSqlV1alpha1Statement(ctx _context.Context, environmentId string, statementName string) ApiDeleteSqlV1alpha1StatementRequest
- func (a *StatementsSqlV1alpha1ApiService) DeleteSqlV1alpha1StatementExecute(r ApiDeleteSqlV1alpha1StatementRequest) (*_nethttp.Response, error)
- func (a *StatementsSqlV1alpha1ApiService) GetSqlV1alpha1Statement(ctx _context.Context, environmentId string, statementName string) ApiGetSqlV1alpha1StatementRequest
- func (a *StatementsSqlV1alpha1ApiService) GetSqlV1alpha1StatementExecute(r ApiGetSqlV1alpha1StatementRequest) (SqlV1alpha1Statement, *_nethttp.Response, error)
- func (a *StatementsSqlV1alpha1ApiService) ListSqlV1alpha1Statements(ctx _context.Context, environmentId string) ApiListSqlV1alpha1StatementsRequest
- func (a *StatementsSqlV1alpha1ApiService) ListSqlV1alpha1StatementsExecute(r ApiListSqlV1alpha1StatementsRequest) (SqlV1alpha1StatementList, *_nethttp.Response, error)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request. ContextHttpSignatureAuth = contextKey("httpsignature") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { StatementExceptionsSqlV1alpha1Api StatementExceptionsSqlV1alpha1Api StatementResultSqlV1alpha1Api StatementResultSqlV1alpha1Api StatementsSqlV1alpha1Api StatementsSqlV1alpha1Api // contains filtered or unexported fields }
APIClient manages communication with the SQL API v1alpha1 API v0.0.1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiCreateSqlV1alpha1StatementRequest ¶
type ApiCreateSqlV1alpha1StatementRequest struct { ApiService StatementsSqlV1alpha1Api // contains filtered or unexported fields }
func (ApiCreateSqlV1alpha1StatementRequest) Execute ¶
func (r ApiCreateSqlV1alpha1StatementRequest) Execute() (SqlV1alpha1Statement, *_nethttp.Response, error)
func (ApiCreateSqlV1alpha1StatementRequest) OrgId ¶ added in v0.2.0
func (r ApiCreateSqlV1alpha1StatementRequest) OrgId(orgId string) ApiCreateSqlV1alpha1StatementRequest
The unique identifier for the organization.
func (ApiCreateSqlV1alpha1StatementRequest) SqlV1alpha1Statement ¶
func (r ApiCreateSqlV1alpha1StatementRequest) SqlV1alpha1Statement(sqlV1alpha1Statement SqlV1alpha1Statement) ApiCreateSqlV1alpha1StatementRequest
type ApiDeleteSqlV1alpha1StatementRequest ¶
type ApiDeleteSqlV1alpha1StatementRequest struct { ApiService StatementsSqlV1alpha1Api // contains filtered or unexported fields }
func (ApiDeleteSqlV1alpha1StatementRequest) Execute ¶
func (r ApiDeleteSqlV1alpha1StatementRequest) Execute() (*_nethttp.Response, error)
func (ApiDeleteSqlV1alpha1StatementRequest) OrgId ¶ added in v0.2.0
func (r ApiDeleteSqlV1alpha1StatementRequest) OrgId(orgId string) ApiDeleteSqlV1alpha1StatementRequest
The unique identifier for the organization.
type ApiGetSqlV1alpha1StatementExceptionsRequest ¶
type ApiGetSqlV1alpha1StatementExceptionsRequest struct { ApiService StatementExceptionsSqlV1alpha1Api // contains filtered or unexported fields }
func (ApiGetSqlV1alpha1StatementExceptionsRequest) Execute ¶
func (r ApiGetSqlV1alpha1StatementExceptionsRequest) Execute() (SqlV1alpha1StatementExceptionList, *_nethttp.Response, error)
func (ApiGetSqlV1alpha1StatementExceptionsRequest) OrgId ¶
func (r ApiGetSqlV1alpha1StatementExceptionsRequest) OrgId(orgId string) ApiGetSqlV1alpha1StatementExceptionsRequest
The unique identifier for the organization.
type ApiGetSqlV1alpha1StatementRequest ¶
type ApiGetSqlV1alpha1StatementRequest struct { ApiService StatementsSqlV1alpha1Api // contains filtered or unexported fields }
func (ApiGetSqlV1alpha1StatementRequest) Execute ¶
func (r ApiGetSqlV1alpha1StatementRequest) Execute() (SqlV1alpha1Statement, *_nethttp.Response, error)
func (ApiGetSqlV1alpha1StatementRequest) OrgId ¶
func (r ApiGetSqlV1alpha1StatementRequest) OrgId(orgId string) ApiGetSqlV1alpha1StatementRequest
The unique identifier for the organization.
type ApiGetSqlV1alpha1StatementResultRequest ¶
type ApiGetSqlV1alpha1StatementResultRequest struct { ApiService StatementResultSqlV1alpha1Api // contains filtered or unexported fields }
func (ApiGetSqlV1alpha1StatementResultRequest) Execute ¶
func (r ApiGetSqlV1alpha1StatementResultRequest) Execute() (SqlV1alpha1StatementResult, *_nethttp.Response, error)
func (ApiGetSqlV1alpha1StatementResultRequest) OrgId ¶
func (r ApiGetSqlV1alpha1StatementResultRequest) OrgId(orgId string) ApiGetSqlV1alpha1StatementResultRequest
The unique identifier for the organization.
func (ApiGetSqlV1alpha1StatementResultRequest) PageToken ¶
func (r ApiGetSqlV1alpha1StatementResultRequest) PageToken(pageToken string) ApiGetSqlV1alpha1StatementResultRequest
It contains the field offset in the CollectSinkFunction protocol. On the first request, it should be unset. The offset is assumed to start at 0.
type ApiListSqlV1alpha1StatementsRequest ¶
type ApiListSqlV1alpha1StatementsRequest struct { ApiService StatementsSqlV1alpha1Api // contains filtered or unexported fields }
func (ApiListSqlV1alpha1StatementsRequest) ComputePoolId ¶
func (r ApiListSqlV1alpha1StatementsRequest) ComputePoolId(computePoolId string) ApiListSqlV1alpha1StatementsRequest
Filter the results by exact match for spec.compute_pool_id.
func (ApiListSqlV1alpha1StatementsRequest) Execute ¶
func (r ApiListSqlV1alpha1StatementsRequest) Execute() (SqlV1alpha1StatementList, *_nethttp.Response, error)
func (ApiListSqlV1alpha1StatementsRequest) OrgId ¶
func (r ApiListSqlV1alpha1StatementsRequest) OrgId(orgId string) ApiListSqlV1alpha1StatementsRequest
The unique identifier for the organization.
func (ApiListSqlV1alpha1StatementsRequest) PageSize ¶
func (r ApiListSqlV1alpha1StatementsRequest) PageSize(pageSize int32) ApiListSqlV1alpha1StatementsRequest
A pagination size for collection requests.
func (ApiListSqlV1alpha1StatementsRequest) PageToken ¶
func (r ApiListSqlV1alpha1StatementsRequest) PageToken(pageToken string) ApiListSqlV1alpha1StatementsRequest
An opaque pagination token for collection requests.
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type ColumnDetails ¶
type ColumnDetails struct { // The name of the SQL table column. Name string `json:"name,omitempty"` // JSON object in TableSchema format; describes the data returned by the results serving API. Type DataType `json:"type,omitempty"` }
ColumnDetails A column in the results schema.
func NewColumnDetails ¶
func NewColumnDetails(name string, type_ DataType) *ColumnDetails
NewColumnDetails instantiates a new ColumnDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewColumnDetailsWithDefaults ¶
func NewColumnDetailsWithDefaults() *ColumnDetails
NewColumnDetailsWithDefaults instantiates a new ColumnDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ColumnDetails) GetName ¶
func (o *ColumnDetails) GetName() string
GetName returns the Name field value
func (*ColumnDetails) GetNameOk ¶
func (o *ColumnDetails) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ColumnDetails) GetType ¶
func (o *ColumnDetails) GetType() DataType
GetType returns the Type field value
func (*ColumnDetails) GetTypeOk ¶
func (o *ColumnDetails) GetTypeOk() (*DataType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ColumnDetails) MarshalJSON ¶
func (o ColumnDetails) MarshalJSON() ([]byte, error)
func (*ColumnDetails) Redact ¶
func (o *ColumnDetails) Redact()
Redact resets all sensitive fields to their zero value.
func (*ColumnDetails) SetType ¶
func (o *ColumnDetails) SetType(v DataType)
SetType sets field value
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DataType ¶
type DataType struct { // The data type of the column. Type string `json:"type,omitempty"` // Indicates whether values in this column can be null. Nullable bool `json:"nullable,omitempty"` // The length of the data type. Length *int32 `json:"length,omitempty"` // The precision of the data type. Precision *int32 `json:"precision,omitempty"` // The scale of the data type. Scale *int32 `json:"scale,omitempty"` // The type of the key in the data type (if applicable). KeyType *DataType `json:"key_type,omitempty"` // The type of the value in the data type (if applicable). ValueType *DataType `json:"value_type,omitempty"` // The type of the element in the data type (if applicable). ElementType *DataType `json:"element_type,omitempty"` // The fields of the element in the data type (if applicable). Fields *[]RowFieldType `json:"fields,omitempty"` // The resolution of the data type (if applicable). Resolution *string `json:"resolution,omitempty"` // The fractional precision of the data type (if applicable). FractionalPrecision *int32 `json:"fractional_precision,omitempty"` }
DataType struct for DataType
func NewDataType ¶
NewDataType instantiates a new DataType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDataTypeWithDefaults ¶
func NewDataTypeWithDefaults() *DataType
NewDataTypeWithDefaults instantiates a new DataType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DataType) GetElementType ¶
GetElementType returns the ElementType field value if set, zero value otherwise.
func (*DataType) GetElementTypeOk ¶
GetElementTypeOk returns a tuple with the ElementType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataType) GetFields ¶
func (o *DataType) GetFields() []RowFieldType
GetFields returns the Fields field value if set, zero value otherwise.
func (*DataType) GetFieldsOk ¶
func (o *DataType) GetFieldsOk() (*[]RowFieldType, bool)
GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataType) GetFractionalPrecision ¶
GetFractionalPrecision returns the FractionalPrecision field value if set, zero value otherwise.
func (*DataType) GetFractionalPrecisionOk ¶
GetFractionalPrecisionOk returns a tuple with the FractionalPrecision field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataType) GetKeyType ¶
GetKeyType returns the KeyType field value if set, zero value otherwise.
func (*DataType) GetKeyTypeOk ¶
GetKeyTypeOk returns a tuple with the KeyType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataType) GetLengthOk ¶
GetLengthOk returns a tuple with the Length field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataType) GetNullable ¶
GetNullable returns the Nullable field value
func (*DataType) GetNullableOk ¶
GetNullableOk returns a tuple with the Nullable field value and a boolean to check if the value has been set.
func (*DataType) GetPrecision ¶
GetPrecision returns the Precision field value if set, zero value otherwise.
func (*DataType) GetPrecisionOk ¶
GetPrecisionOk returns a tuple with the Precision field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataType) GetResolution ¶
GetResolution returns the Resolution field value if set, zero value otherwise.
func (*DataType) GetResolutionOk ¶
GetResolutionOk returns a tuple with the Resolution field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataType) GetScaleOk ¶
GetScaleOk returns a tuple with the Scale field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataType) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*DataType) GetValueType ¶
GetValueType returns the ValueType field value if set, zero value otherwise.
func (*DataType) GetValueTypeOk ¶
GetValueTypeOk returns a tuple with the ValueType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataType) HasElementType ¶
HasElementType returns a boolean if a field has been set.
func (*DataType) HasFractionalPrecision ¶
HasFractionalPrecision returns a boolean if a field has been set.
func (*DataType) HasKeyType ¶
HasKeyType returns a boolean if a field has been set.
func (*DataType) HasPrecision ¶
HasPrecision returns a boolean if a field has been set.
func (*DataType) HasResolution ¶
HasResolution returns a boolean if a field has been set.
func (*DataType) HasValueType ¶
HasValueType returns a boolean if a field has been set.
func (DataType) MarshalJSON ¶
func (*DataType) Redact ¶
func (o *DataType) Redact()
Redact resets all sensitive fields to their zero value.
func (*DataType) SetElementType ¶
SetElementType gets a reference to the given DataType and assigns it to the ElementType field.
func (*DataType) SetFields ¶
func (o *DataType) SetFields(v []RowFieldType)
SetFields gets a reference to the given []RowFieldType and assigns it to the Fields field.
func (*DataType) SetFractionalPrecision ¶
SetFractionalPrecision gets a reference to the given int32 and assigns it to the FractionalPrecision field.
func (*DataType) SetKeyType ¶
SetKeyType gets a reference to the given DataType and assigns it to the KeyType field.
func (*DataType) SetLength ¶
SetLength gets a reference to the given int32 and assigns it to the Length field.
func (*DataType) SetPrecision ¶
SetPrecision gets a reference to the given int32 and assigns it to the Precision field.
func (*DataType) SetResolution ¶
SetResolution gets a reference to the given string and assigns it to the Resolution field.
func (*DataType) SetScale ¶
SetScale gets a reference to the given int32 and assigns it to the Scale field.
func (*DataType) SetValueType ¶
SetValueType gets a reference to the given DataType and assigns it to the ValueType field.
type Error ¶
type Error struct { // A unique identifier for this particular occurrence of the problem. Id *string `json:"id,omitempty"` // The HTTP status code applicable to this problem, expressed as a string value. Status *string `json:"status,omitempty"` // An application-specific error code, expressed as a string value. Code *string `json:"code,omitempty"` // A short, human-readable summary of the problem. It **SHOULD NOT** change from occurrence to occurrence of the problem, except for purposes of localization. Title *string `json:"title,omitempty"` // A human-readable explanation specific to this occurrence of the problem. Detail *string `json:"detail,omitempty"` Source *ErrorSource `json:"source,omitempty"` }
Error Describes a particular error encountered while performing an operation.
func NewError ¶
func NewError() *Error
NewError instantiates a new Error object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Error) GetCodeOk ¶
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetDetailOk ¶
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetSource ¶
func (o *Error) GetSource() ErrorSource
GetSource returns the Source field value if set, zero value otherwise.
func (*Error) GetSourceOk ¶
func (o *Error) GetSourceOk() (*ErrorSource, bool)
GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetStatusOk ¶
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetTitleOk ¶
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (Error) MarshalJSON ¶
func (*Error) Redact ¶
func (o *Error) Redact()
Redact resets all sensitive fields to their zero value.
func (*Error) SetCode ¶
SetCode gets a reference to the given string and assigns it to the Code field.
func (*Error) SetDetail ¶
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*Error) SetSource ¶
func (o *Error) SetSource(v ErrorSource)
SetSource gets a reference to the given ErrorSource and assigns it to the Source field.
type ErrorSource ¶
type ErrorSource struct { // A JSON Pointer [RFC6901] to the associated entity in the request document [e.g. \"/spec\" for a spec object, or \"/spec/title\" for a specific field]. Pointer *string `json:"pointer,omitempty"` // A string indicating which query parameter caused the error. Parameter *string `json:"parameter,omitempty"` }
ErrorSource If this error was caused by a particular part of the API request, the source will point to the query string parameter or request body property that caused it.
func NewErrorSource ¶
func NewErrorSource() *ErrorSource
NewErrorSource instantiates a new ErrorSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorSourceWithDefaults ¶
func NewErrorSourceWithDefaults() *ErrorSource
NewErrorSourceWithDefaults instantiates a new ErrorSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ErrorSource) GetParameter ¶
func (o *ErrorSource) GetParameter() string
GetParameter returns the Parameter field value if set, zero value otherwise.
func (*ErrorSource) GetParameterOk ¶
func (o *ErrorSource) GetParameterOk() (*string, bool)
GetParameterOk returns a tuple with the Parameter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorSource) GetPointer ¶
func (o *ErrorSource) GetPointer() string
GetPointer returns the Pointer field value if set, zero value otherwise.
func (*ErrorSource) GetPointerOk ¶
func (o *ErrorSource) GetPointerOk() (*string, bool)
GetPointerOk returns a tuple with the Pointer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorSource) HasParameter ¶
func (o *ErrorSource) HasParameter() bool
HasParameter returns a boolean if a field has been set.
func (*ErrorSource) HasPointer ¶
func (o *ErrorSource) HasPointer() bool
HasPointer returns a boolean if a field has been set.
func (ErrorSource) MarshalJSON ¶
func (o ErrorSource) MarshalJSON() ([]byte, error)
func (*ErrorSource) Redact ¶
func (o *ErrorSource) Redact()
Redact resets all sensitive fields to their zero value.
func (*ErrorSource) SetParameter ¶
func (o *ErrorSource) SetParameter(v string)
SetParameter gets a reference to the given string and assigns it to the Parameter field.
func (*ErrorSource) SetPointer ¶
func (o *ErrorSource) SetPointer(v string)
SetPointer gets a reference to the given string and assigns it to the Pointer field.
type ExceptionListMeta ¶
type ExceptionListMeta struct { // Self is a Uniform Resource Locator (URL) at which an object can be addressed. This URL encodes the service location, API version, and other particulars necessary to locate the resource at a point in time Self *string `json:"self,omitempty"` }
ExceptionListMeta ListMeta describes metadata that resource collections may have
func NewExceptionListMeta ¶
func NewExceptionListMeta() *ExceptionListMeta
NewExceptionListMeta instantiates a new ExceptionListMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExceptionListMetaWithDefaults ¶
func NewExceptionListMetaWithDefaults() *ExceptionListMeta
NewExceptionListMetaWithDefaults instantiates a new ExceptionListMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExceptionListMeta) GetSelf ¶
func (o *ExceptionListMeta) GetSelf() string
GetSelf returns the Self field value if set, zero value otherwise.
func (*ExceptionListMeta) GetSelfOk ¶
func (o *ExceptionListMeta) GetSelfOk() (*string, bool)
GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExceptionListMeta) HasSelf ¶
func (o *ExceptionListMeta) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (ExceptionListMeta) MarshalJSON ¶
func (o ExceptionListMeta) MarshalJSON() ([]byte, error)
func (*ExceptionListMeta) Redact ¶
func (o *ExceptionListMeta) Redact()
Redact resets all sensitive fields to their zero value.
func (*ExceptionListMeta) SetSelf ¶
func (o *ExceptionListMeta) SetSelf(v string)
SetSelf gets a reference to the given string and assigns it to the Self field.
type Failure ¶
type Failure struct { // List of errors which caused this operation to fail Errors []Error `json:"errors,omitempty"` }
Failure Provides information about problems encountered while performing an operation.
func NewFailure ¶
NewFailure instantiates a new Failure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFailureWithDefaults ¶
func NewFailureWithDefaults() *Failure
NewFailureWithDefaults instantiates a new Failure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Failure) GetErrorsOk ¶
GetErrorsOk returns a tuple with the Errors field value and a boolean to check if the value has been set.
func (Failure) MarshalJSON ¶
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type ListMeta ¶
type ListMeta struct { // Self is a Uniform Resource Locator (URL) at which an object can be addressed. This URL encodes the service location, API version, and other particulars necessary to locate the resource at a point in time Self *string `json:"self,omitempty"` // A URL that can be followed to get the next batch of results. Next *string `json:"next,omitempty"` }
ListMeta ListMeta describes metadata that resource collections may have
func NewListMeta ¶
func NewListMeta() *ListMeta
NewListMeta instantiates a new ListMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListMetaWithDefaults ¶
func NewListMetaWithDefaults() *ListMeta
NewListMetaWithDefaults instantiates a new ListMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListMeta) GetNextOk ¶
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListMeta) GetSelfOk ¶
GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.
func (ListMeta) MarshalJSON ¶
func (*ListMeta) Redact ¶
func (o *ListMeta) Redact()
Redact resets all sensitive fields to their zero value.
type MultipleSearchFilter ¶
type MultipleSearchFilter struct {
Items []string
}
MultipleSearchFilter Filter a collection by a string search for one or more values
func NewMultipleSearchFilter ¶
func NewMultipleSearchFilter() *MultipleSearchFilter
NewMultipleSearchFilter instantiates a new MultipleSearchFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMultipleSearchFilterWithDefaults ¶
func NewMultipleSearchFilterWithDefaults() *MultipleSearchFilter
NewMultipleSearchFilterWithDefaults instantiates a new MultipleSearchFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (MultipleSearchFilter) MarshalJSON ¶
func (o MultipleSearchFilter) MarshalJSON() ([]byte, error)
func (*MultipleSearchFilter) Redact ¶
func (o *MultipleSearchFilter) Redact()
Redact resets all sensitive fields to their zero value.
func (*MultipleSearchFilter) UnmarshalJSON ¶
func (o *MultipleSearchFilter) UnmarshalJSON(bytes []byte) (err error)
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableColumnDetails ¶
type NullableColumnDetails struct {
// contains filtered or unexported fields
}
func NewNullableColumnDetails ¶
func NewNullableColumnDetails(val *ColumnDetails) *NullableColumnDetails
func (NullableColumnDetails) Get ¶
func (v NullableColumnDetails) Get() *ColumnDetails
func (NullableColumnDetails) IsSet ¶
func (v NullableColumnDetails) IsSet() bool
func (NullableColumnDetails) MarshalJSON ¶
func (v NullableColumnDetails) MarshalJSON() ([]byte, error)
func (*NullableColumnDetails) Set ¶
func (v *NullableColumnDetails) Set(val *ColumnDetails)
func (*NullableColumnDetails) UnmarshalJSON ¶
func (v *NullableColumnDetails) UnmarshalJSON(src []byte) error
func (*NullableColumnDetails) Unset ¶
func (v *NullableColumnDetails) Unset()
type NullableDataType ¶
type NullableDataType struct {
// contains filtered or unexported fields
}
func NewNullableDataType ¶
func NewNullableDataType(val *DataType) *NullableDataType
func (NullableDataType) Get ¶
func (v NullableDataType) Get() *DataType
func (NullableDataType) IsSet ¶
func (v NullableDataType) IsSet() bool
func (NullableDataType) MarshalJSON ¶
func (v NullableDataType) MarshalJSON() ([]byte, error)
func (*NullableDataType) Set ¶
func (v *NullableDataType) Set(val *DataType)
func (*NullableDataType) UnmarshalJSON ¶
func (v *NullableDataType) UnmarshalJSON(src []byte) error
func (*NullableDataType) Unset ¶
func (v *NullableDataType) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) Unset()
type NullableErrorSource ¶
type NullableErrorSource struct {
// contains filtered or unexported fields
}
func NewNullableErrorSource ¶
func NewNullableErrorSource(val *ErrorSource) *NullableErrorSource
func (NullableErrorSource) Get ¶
func (v NullableErrorSource) Get() *ErrorSource
func (NullableErrorSource) IsSet ¶
func (v NullableErrorSource) IsSet() bool
func (NullableErrorSource) MarshalJSON ¶
func (v NullableErrorSource) MarshalJSON() ([]byte, error)
func (*NullableErrorSource) Set ¶
func (v *NullableErrorSource) Set(val *ErrorSource)
func (*NullableErrorSource) UnmarshalJSON ¶
func (v *NullableErrorSource) UnmarshalJSON(src []byte) error
func (*NullableErrorSource) Unset ¶
func (v *NullableErrorSource) Unset()
type NullableExceptionListMeta ¶
type NullableExceptionListMeta struct {
// contains filtered or unexported fields
}
func NewNullableExceptionListMeta ¶
func NewNullableExceptionListMeta(val *ExceptionListMeta) *NullableExceptionListMeta
func (NullableExceptionListMeta) Get ¶
func (v NullableExceptionListMeta) Get() *ExceptionListMeta
func (NullableExceptionListMeta) IsSet ¶
func (v NullableExceptionListMeta) IsSet() bool
func (NullableExceptionListMeta) MarshalJSON ¶
func (v NullableExceptionListMeta) MarshalJSON() ([]byte, error)
func (*NullableExceptionListMeta) Set ¶
func (v *NullableExceptionListMeta) Set(val *ExceptionListMeta)
func (*NullableExceptionListMeta) UnmarshalJSON ¶
func (v *NullableExceptionListMeta) UnmarshalJSON(src []byte) error
func (*NullableExceptionListMeta) Unset ¶
func (v *NullableExceptionListMeta) Unset()
type NullableFailure ¶
type NullableFailure struct {
// contains filtered or unexported fields
}
func NewNullableFailure ¶
func NewNullableFailure(val *Failure) *NullableFailure
func (NullableFailure) Get ¶
func (v NullableFailure) Get() *Failure
func (NullableFailure) IsSet ¶
func (v NullableFailure) IsSet() bool
func (NullableFailure) MarshalJSON ¶
func (v NullableFailure) MarshalJSON() ([]byte, error)
func (*NullableFailure) Set ¶
func (v *NullableFailure) Set(val *Failure)
func (*NullableFailure) UnmarshalJSON ¶
func (v *NullableFailure) UnmarshalJSON(src []byte) error
func (*NullableFailure) Unset ¶
func (v *NullableFailure) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableListMeta ¶
type NullableListMeta struct {
// contains filtered or unexported fields
}
func NewNullableListMeta ¶
func NewNullableListMeta(val *ListMeta) *NullableListMeta
func (NullableListMeta) Get ¶
func (v NullableListMeta) Get() *ListMeta
func (NullableListMeta) IsSet ¶
func (v NullableListMeta) IsSet() bool
func (NullableListMeta) MarshalJSON ¶
func (v NullableListMeta) MarshalJSON() ([]byte, error)
func (*NullableListMeta) Set ¶
func (v *NullableListMeta) Set(val *ListMeta)
func (*NullableListMeta) UnmarshalJSON ¶
func (v *NullableListMeta) UnmarshalJSON(src []byte) error
func (*NullableListMeta) Unset ¶
func (v *NullableListMeta) Unset()
type NullableMultipleSearchFilter ¶
type NullableMultipleSearchFilter struct {
// contains filtered or unexported fields
}
func NewNullableMultipleSearchFilter ¶
func NewNullableMultipleSearchFilter(val *MultipleSearchFilter) *NullableMultipleSearchFilter
func (NullableMultipleSearchFilter) Get ¶
func (v NullableMultipleSearchFilter) Get() *MultipleSearchFilter
func (NullableMultipleSearchFilter) IsSet ¶
func (v NullableMultipleSearchFilter) IsSet() bool
func (NullableMultipleSearchFilter) MarshalJSON ¶
func (v NullableMultipleSearchFilter) MarshalJSON() ([]byte, error)
func (*NullableMultipleSearchFilter) Set ¶
func (v *NullableMultipleSearchFilter) Set(val *MultipleSearchFilter)
func (*NullableMultipleSearchFilter) UnmarshalJSON ¶
func (v *NullableMultipleSearchFilter) UnmarshalJSON(src []byte) error
func (*NullableMultipleSearchFilter) Unset ¶
func (v *NullableMultipleSearchFilter) Unset()
type NullableObjectMeta ¶
type NullableObjectMeta struct {
// contains filtered or unexported fields
}
func NewNullableObjectMeta ¶
func NewNullableObjectMeta(val *ObjectMeta) *NullableObjectMeta
func (NullableObjectMeta) Get ¶
func (v NullableObjectMeta) Get() *ObjectMeta
func (NullableObjectMeta) IsSet ¶
func (v NullableObjectMeta) IsSet() bool
func (NullableObjectMeta) MarshalJSON ¶
func (v NullableObjectMeta) MarshalJSON() ([]byte, error)
func (*NullableObjectMeta) Set ¶
func (v *NullableObjectMeta) Set(val *ObjectMeta)
func (*NullableObjectMeta) UnmarshalJSON ¶
func (v *NullableObjectMeta) UnmarshalJSON(src []byte) error
func (*NullableObjectMeta) Unset ¶
func (v *NullableObjectMeta) Unset()
type NullableResultListMeta ¶
type NullableResultListMeta struct {
// contains filtered or unexported fields
}
func NewNullableResultListMeta ¶
func NewNullableResultListMeta(val *ResultListMeta) *NullableResultListMeta
func (NullableResultListMeta) Get ¶
func (v NullableResultListMeta) Get() *ResultListMeta
func (NullableResultListMeta) IsSet ¶
func (v NullableResultListMeta) IsSet() bool
func (NullableResultListMeta) MarshalJSON ¶
func (v NullableResultListMeta) MarshalJSON() ([]byte, error)
func (*NullableResultListMeta) Set ¶
func (v *NullableResultListMeta) Set(val *ResultListMeta)
func (*NullableResultListMeta) UnmarshalJSON ¶
func (v *NullableResultListMeta) UnmarshalJSON(src []byte) error
func (*NullableResultListMeta) Unset ¶
func (v *NullableResultListMeta) Unset()
type NullableRowFieldType ¶
type NullableRowFieldType struct {
// contains filtered or unexported fields
}
func NewNullableRowFieldType ¶
func NewNullableRowFieldType(val *RowFieldType) *NullableRowFieldType
func (NullableRowFieldType) Get ¶
func (v NullableRowFieldType) Get() *RowFieldType
func (NullableRowFieldType) IsSet ¶
func (v NullableRowFieldType) IsSet() bool
func (NullableRowFieldType) MarshalJSON ¶
func (v NullableRowFieldType) MarshalJSON() ([]byte, error)
func (*NullableRowFieldType) Set ¶
func (v *NullableRowFieldType) Set(val *RowFieldType)
func (*NullableRowFieldType) UnmarshalJSON ¶
func (v *NullableRowFieldType) UnmarshalJSON(src []byte) error
func (*NullableRowFieldType) Unset ¶
func (v *NullableRowFieldType) Unset()
type NullableSqlV1alpha1ResultSchema ¶
type NullableSqlV1alpha1ResultSchema struct {
// contains filtered or unexported fields
}
func NewNullableSqlV1alpha1ResultSchema ¶
func NewNullableSqlV1alpha1ResultSchema(val *SqlV1alpha1ResultSchema) *NullableSqlV1alpha1ResultSchema
func (NullableSqlV1alpha1ResultSchema) Get ¶
func (v NullableSqlV1alpha1ResultSchema) Get() *SqlV1alpha1ResultSchema
func (NullableSqlV1alpha1ResultSchema) IsSet ¶
func (v NullableSqlV1alpha1ResultSchema) IsSet() bool
func (NullableSqlV1alpha1ResultSchema) MarshalJSON ¶
func (v NullableSqlV1alpha1ResultSchema) MarshalJSON() ([]byte, error)
func (*NullableSqlV1alpha1ResultSchema) Set ¶
func (v *NullableSqlV1alpha1ResultSchema) Set(val *SqlV1alpha1ResultSchema)
func (*NullableSqlV1alpha1ResultSchema) UnmarshalJSON ¶
func (v *NullableSqlV1alpha1ResultSchema) UnmarshalJSON(src []byte) error
func (*NullableSqlV1alpha1ResultSchema) Unset ¶
func (v *NullableSqlV1alpha1ResultSchema) Unset()
type NullableSqlV1alpha1Statement ¶
type NullableSqlV1alpha1Statement struct {
// contains filtered or unexported fields
}
func NewNullableSqlV1alpha1Statement ¶
func NewNullableSqlV1alpha1Statement(val *SqlV1alpha1Statement) *NullableSqlV1alpha1Statement
func (NullableSqlV1alpha1Statement) Get ¶
func (v NullableSqlV1alpha1Statement) Get() *SqlV1alpha1Statement
func (NullableSqlV1alpha1Statement) IsSet ¶
func (v NullableSqlV1alpha1Statement) IsSet() bool
func (NullableSqlV1alpha1Statement) MarshalJSON ¶
func (v NullableSqlV1alpha1Statement) MarshalJSON() ([]byte, error)
func (*NullableSqlV1alpha1Statement) Set ¶
func (v *NullableSqlV1alpha1Statement) Set(val *SqlV1alpha1Statement)
func (*NullableSqlV1alpha1Statement) UnmarshalJSON ¶
func (v *NullableSqlV1alpha1Statement) UnmarshalJSON(src []byte) error
func (*NullableSqlV1alpha1Statement) Unset ¶
func (v *NullableSqlV1alpha1Statement) Unset()
type NullableSqlV1alpha1StatementException ¶
type NullableSqlV1alpha1StatementException struct {
// contains filtered or unexported fields
}
func NewNullableSqlV1alpha1StatementException ¶
func NewNullableSqlV1alpha1StatementException(val *SqlV1alpha1StatementException) *NullableSqlV1alpha1StatementException
func (NullableSqlV1alpha1StatementException) Get ¶
func (v NullableSqlV1alpha1StatementException) Get() *SqlV1alpha1StatementException
func (NullableSqlV1alpha1StatementException) IsSet ¶
func (v NullableSqlV1alpha1StatementException) IsSet() bool
func (NullableSqlV1alpha1StatementException) MarshalJSON ¶
func (v NullableSqlV1alpha1StatementException) MarshalJSON() ([]byte, error)
func (*NullableSqlV1alpha1StatementException) Set ¶
func (v *NullableSqlV1alpha1StatementException) Set(val *SqlV1alpha1StatementException)
func (*NullableSqlV1alpha1StatementException) UnmarshalJSON ¶
func (v *NullableSqlV1alpha1StatementException) UnmarshalJSON(src []byte) error
func (*NullableSqlV1alpha1StatementException) Unset ¶
func (v *NullableSqlV1alpha1StatementException) Unset()
type NullableSqlV1alpha1StatementExceptionList ¶
type NullableSqlV1alpha1StatementExceptionList struct {
// contains filtered or unexported fields
}
func NewNullableSqlV1alpha1StatementExceptionList ¶
func NewNullableSqlV1alpha1StatementExceptionList(val *SqlV1alpha1StatementExceptionList) *NullableSqlV1alpha1StatementExceptionList
func (NullableSqlV1alpha1StatementExceptionList) IsSet ¶
func (v NullableSqlV1alpha1StatementExceptionList) IsSet() bool
func (NullableSqlV1alpha1StatementExceptionList) MarshalJSON ¶
func (v NullableSqlV1alpha1StatementExceptionList) MarshalJSON() ([]byte, error)
func (*NullableSqlV1alpha1StatementExceptionList) Set ¶
func (v *NullableSqlV1alpha1StatementExceptionList) Set(val *SqlV1alpha1StatementExceptionList)
func (*NullableSqlV1alpha1StatementExceptionList) UnmarshalJSON ¶
func (v *NullableSqlV1alpha1StatementExceptionList) UnmarshalJSON(src []byte) error
func (*NullableSqlV1alpha1StatementExceptionList) Unset ¶
func (v *NullableSqlV1alpha1StatementExceptionList) Unset()
type NullableSqlV1alpha1StatementList ¶
type NullableSqlV1alpha1StatementList struct {
// contains filtered or unexported fields
}
func NewNullableSqlV1alpha1StatementList ¶
func NewNullableSqlV1alpha1StatementList(val *SqlV1alpha1StatementList) *NullableSqlV1alpha1StatementList
func (NullableSqlV1alpha1StatementList) Get ¶
func (v NullableSqlV1alpha1StatementList) Get() *SqlV1alpha1StatementList
func (NullableSqlV1alpha1StatementList) IsSet ¶
func (v NullableSqlV1alpha1StatementList) IsSet() bool
func (NullableSqlV1alpha1StatementList) MarshalJSON ¶
func (v NullableSqlV1alpha1StatementList) MarshalJSON() ([]byte, error)
func (*NullableSqlV1alpha1StatementList) Set ¶
func (v *NullableSqlV1alpha1StatementList) Set(val *SqlV1alpha1StatementList)
func (*NullableSqlV1alpha1StatementList) UnmarshalJSON ¶
func (v *NullableSqlV1alpha1StatementList) UnmarshalJSON(src []byte) error
func (*NullableSqlV1alpha1StatementList) Unset ¶
func (v *NullableSqlV1alpha1StatementList) Unset()
type NullableSqlV1alpha1StatementResult ¶
type NullableSqlV1alpha1StatementResult struct {
// contains filtered or unexported fields
}
func NewNullableSqlV1alpha1StatementResult ¶
func NewNullableSqlV1alpha1StatementResult(val *SqlV1alpha1StatementResult) *NullableSqlV1alpha1StatementResult
func (NullableSqlV1alpha1StatementResult) Get ¶
func (v NullableSqlV1alpha1StatementResult) Get() *SqlV1alpha1StatementResult
func (NullableSqlV1alpha1StatementResult) IsSet ¶
func (v NullableSqlV1alpha1StatementResult) IsSet() bool
func (NullableSqlV1alpha1StatementResult) MarshalJSON ¶
func (v NullableSqlV1alpha1StatementResult) MarshalJSON() ([]byte, error)
func (*NullableSqlV1alpha1StatementResult) Set ¶
func (v *NullableSqlV1alpha1StatementResult) Set(val *SqlV1alpha1StatementResult)
func (*NullableSqlV1alpha1StatementResult) UnmarshalJSON ¶
func (v *NullableSqlV1alpha1StatementResult) UnmarshalJSON(src []byte) error
func (*NullableSqlV1alpha1StatementResult) Unset ¶
func (v *NullableSqlV1alpha1StatementResult) Unset()
type NullableSqlV1alpha1StatementResultResults ¶
type NullableSqlV1alpha1StatementResultResults struct {
// contains filtered or unexported fields
}
func NewNullableSqlV1alpha1StatementResultResults ¶
func NewNullableSqlV1alpha1StatementResultResults(val *SqlV1alpha1StatementResultResults) *NullableSqlV1alpha1StatementResultResults
func (NullableSqlV1alpha1StatementResultResults) IsSet ¶
func (v NullableSqlV1alpha1StatementResultResults) IsSet() bool
func (NullableSqlV1alpha1StatementResultResults) MarshalJSON ¶
func (v NullableSqlV1alpha1StatementResultResults) MarshalJSON() ([]byte, error)
func (*NullableSqlV1alpha1StatementResultResults) Set ¶
func (v *NullableSqlV1alpha1StatementResultResults) Set(val *SqlV1alpha1StatementResultResults)
func (*NullableSqlV1alpha1StatementResultResults) UnmarshalJSON ¶
func (v *NullableSqlV1alpha1StatementResultResults) UnmarshalJSON(src []byte) error
func (*NullableSqlV1alpha1StatementResultResults) Unset ¶
func (v *NullableSqlV1alpha1StatementResultResults) Unset()
type NullableSqlV1alpha1StatementSpec ¶
type NullableSqlV1alpha1StatementSpec struct {
// contains filtered or unexported fields
}
func NewNullableSqlV1alpha1StatementSpec ¶
func NewNullableSqlV1alpha1StatementSpec(val *SqlV1alpha1StatementSpec) *NullableSqlV1alpha1StatementSpec
func (NullableSqlV1alpha1StatementSpec) Get ¶
func (v NullableSqlV1alpha1StatementSpec) Get() *SqlV1alpha1StatementSpec
func (NullableSqlV1alpha1StatementSpec) IsSet ¶
func (v NullableSqlV1alpha1StatementSpec) IsSet() bool
func (NullableSqlV1alpha1StatementSpec) MarshalJSON ¶
func (v NullableSqlV1alpha1StatementSpec) MarshalJSON() ([]byte, error)
func (*NullableSqlV1alpha1StatementSpec) Set ¶
func (v *NullableSqlV1alpha1StatementSpec) Set(val *SqlV1alpha1StatementSpec)
func (*NullableSqlV1alpha1StatementSpec) UnmarshalJSON ¶
func (v *NullableSqlV1alpha1StatementSpec) UnmarshalJSON(src []byte) error
func (*NullableSqlV1alpha1StatementSpec) Unset ¶
func (v *NullableSqlV1alpha1StatementSpec) Unset()
type NullableSqlV1alpha1StatementStatus ¶
type NullableSqlV1alpha1StatementStatus struct {
// contains filtered or unexported fields
}
func NewNullableSqlV1alpha1StatementStatus ¶
func NewNullableSqlV1alpha1StatementStatus(val *SqlV1alpha1StatementStatus) *NullableSqlV1alpha1StatementStatus
func (NullableSqlV1alpha1StatementStatus) Get ¶
func (v NullableSqlV1alpha1StatementStatus) Get() *SqlV1alpha1StatementStatus
func (NullableSqlV1alpha1StatementStatus) IsSet ¶
func (v NullableSqlV1alpha1StatementStatus) IsSet() bool
func (NullableSqlV1alpha1StatementStatus) MarshalJSON ¶
func (v NullableSqlV1alpha1StatementStatus) MarshalJSON() ([]byte, error)
func (*NullableSqlV1alpha1StatementStatus) Set ¶
func (v *NullableSqlV1alpha1StatementStatus) Set(val *SqlV1alpha1StatementStatus)
func (*NullableSqlV1alpha1StatementStatus) UnmarshalJSON ¶
func (v *NullableSqlV1alpha1StatementStatus) UnmarshalJSON(src []byte) error
func (*NullableSqlV1alpha1StatementStatus) Unset ¶
func (v *NullableSqlV1alpha1StatementStatus) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type ObjectMeta ¶
type ObjectMeta struct { // Self is a Uniform Resource Locator (URL) at which an object can be addressed. This URL encodes the service location, API version, and other particulars necessary to locate the resource at a point in time Self string `json:"self,omitempty"` // The date and time at which this object was created. It is represented in RFC3339 format and is in UTC. CreatedAt *time.Time `json:"created_at,omitempty"` // The date and time at which this object was last updated. It is represented in RFC3339 format and is in UTC. UpdatedAt *time.Time `json:"updated_at,omitempty"` }
ObjectMeta The metadata of the statement.
func NewObjectMeta ¶
func NewObjectMeta(self string) *ObjectMeta
NewObjectMeta instantiates a new ObjectMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObjectMetaWithDefaults ¶
func NewObjectMetaWithDefaults() *ObjectMeta
NewObjectMetaWithDefaults instantiates a new ObjectMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObjectMeta) GetCreatedAt ¶
func (o *ObjectMeta) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ObjectMeta) GetCreatedAtOk ¶
func (o *ObjectMeta) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectMeta) GetSelf ¶
func (o *ObjectMeta) GetSelf() string
GetSelf returns the Self field value
func (*ObjectMeta) GetSelfOk ¶
func (o *ObjectMeta) GetSelfOk() (*string, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*ObjectMeta) GetUpdatedAt ¶
func (o *ObjectMeta) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ObjectMeta) GetUpdatedAtOk ¶
func (o *ObjectMeta) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectMeta) HasCreatedAt ¶
func (o *ObjectMeta) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ObjectMeta) HasUpdatedAt ¶
func (o *ObjectMeta) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (ObjectMeta) MarshalJSON ¶
func (o ObjectMeta) MarshalJSON() ([]byte, error)
func (*ObjectMeta) Redact ¶
func (o *ObjectMeta) Redact()
Redact resets all sensitive fields to their zero value.
func (*ObjectMeta) SetCreatedAt ¶
func (o *ObjectMeta) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ObjectMeta) SetUpdatedAt ¶
func (o *ObjectMeta) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type ResultListMeta ¶
type ResultListMeta struct { // Self is a Uniform Resource Locator (URL) at which an object can be addressed. This URL encodes the service location, API version, and other particulars necessary to locate the resource at a point in time Self *string `json:"self,omitempty"` // A URL that can be followed to get the next batch of results. Next *string `json:"next,omitempty"` // The date and time at which this object was created. It is represented in RFC3339 format and is in UTC. CreatedAt *time.Time `json:"created_at,omitempty"` }
ResultListMeta ListMeta describes metadata that resource collections may have
func NewResultListMeta ¶
func NewResultListMeta() *ResultListMeta
NewResultListMeta instantiates a new ResultListMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResultListMetaWithDefaults ¶
func NewResultListMetaWithDefaults() *ResultListMeta
NewResultListMetaWithDefaults instantiates a new ResultListMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResultListMeta) GetCreatedAt ¶
func (o *ResultListMeta) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ResultListMeta) GetCreatedAtOk ¶
func (o *ResultListMeta) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResultListMeta) GetNext ¶
func (o *ResultListMeta) GetNext() string
GetNext returns the Next field value if set, zero value otherwise.
func (*ResultListMeta) GetNextOk ¶
func (o *ResultListMeta) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResultListMeta) GetSelf ¶
func (o *ResultListMeta) GetSelf() string
GetSelf returns the Self field value if set, zero value otherwise.
func (*ResultListMeta) GetSelfOk ¶
func (o *ResultListMeta) GetSelfOk() (*string, bool)
GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResultListMeta) HasCreatedAt ¶
func (o *ResultListMeta) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ResultListMeta) HasNext ¶
func (o *ResultListMeta) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*ResultListMeta) HasSelf ¶
func (o *ResultListMeta) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (ResultListMeta) MarshalJSON ¶
func (o ResultListMeta) MarshalJSON() ([]byte, error)
func (*ResultListMeta) Redact ¶
func (o *ResultListMeta) Redact()
Redact resets all sensitive fields to their zero value.
func (*ResultListMeta) SetCreatedAt ¶
func (o *ResultListMeta) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ResultListMeta) SetNext ¶
func (o *ResultListMeta) SetNext(v string)
SetNext gets a reference to the given string and assigns it to the Next field.
func (*ResultListMeta) SetSelf ¶
func (o *ResultListMeta) SetSelf(v string)
SetSelf gets a reference to the given string and assigns it to the Self field.
type RowFieldType ¶
type RowFieldType struct { // The name of the field. Name string `json:"name,omitempty"` // The data type of the field. FieldType DataType `json:"field_type,omitempty"` // The description of the field. Description *string `json:"description,omitempty"` }
RowFieldType struct for RowFieldType
func NewRowFieldType ¶
func NewRowFieldType(name string, fieldType DataType) *RowFieldType
NewRowFieldType instantiates a new RowFieldType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRowFieldTypeWithDefaults ¶
func NewRowFieldTypeWithDefaults() *RowFieldType
NewRowFieldTypeWithDefaults instantiates a new RowFieldType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RowFieldType) GetDescription ¶
func (o *RowFieldType) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*RowFieldType) GetDescriptionOk ¶
func (o *RowFieldType) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RowFieldType) GetFieldType ¶
func (o *RowFieldType) GetFieldType() DataType
GetFieldType returns the FieldType field value
func (*RowFieldType) GetFieldTypeOk ¶
func (o *RowFieldType) GetFieldTypeOk() (*DataType, bool)
GetFieldTypeOk returns a tuple with the FieldType field value and a boolean to check if the value has been set.
func (*RowFieldType) GetName ¶
func (o *RowFieldType) GetName() string
GetName returns the Name field value
func (*RowFieldType) GetNameOk ¶
func (o *RowFieldType) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RowFieldType) HasDescription ¶
func (o *RowFieldType) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (RowFieldType) MarshalJSON ¶
func (o RowFieldType) MarshalJSON() ([]byte, error)
func (*RowFieldType) Redact ¶
func (o *RowFieldType) Redact()
Redact resets all sensitive fields to their zero value.
func (*RowFieldType) SetDescription ¶
func (o *RowFieldType) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*RowFieldType) SetFieldType ¶
func (o *RowFieldType) SetFieldType(v DataType)
SetFieldType sets field value
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SqlV1alpha1ResultSchema ¶
type SqlV1alpha1ResultSchema struct { // The properties of each SQL column in the schema. Columns *[]ColumnDetails `json:"columns,omitempty"` }
SqlV1alpha1ResultSchema The table columns of the results schema.
func NewSqlV1alpha1ResultSchema ¶
func NewSqlV1alpha1ResultSchema() *SqlV1alpha1ResultSchema
NewSqlV1alpha1ResultSchema instantiates a new SqlV1alpha1ResultSchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSqlV1alpha1ResultSchemaWithDefaults ¶
func NewSqlV1alpha1ResultSchemaWithDefaults() *SqlV1alpha1ResultSchema
NewSqlV1alpha1ResultSchemaWithDefaults instantiates a new SqlV1alpha1ResultSchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SqlV1alpha1ResultSchema) GetColumns ¶
func (o *SqlV1alpha1ResultSchema) GetColumns() []ColumnDetails
GetColumns returns the Columns field value if set, zero value otherwise.
func (*SqlV1alpha1ResultSchema) GetColumnsOk ¶
func (o *SqlV1alpha1ResultSchema) GetColumnsOk() (*[]ColumnDetails, bool)
GetColumnsOk returns a tuple with the Columns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1ResultSchema) HasColumns ¶
func (o *SqlV1alpha1ResultSchema) HasColumns() bool
HasColumns returns a boolean if a field has been set.
func (SqlV1alpha1ResultSchema) MarshalJSON ¶
func (o SqlV1alpha1ResultSchema) MarshalJSON() ([]byte, error)
func (*SqlV1alpha1ResultSchema) Redact ¶
func (o *SqlV1alpha1ResultSchema) Redact()
Redact resets all sensitive fields to their zero value.
func (*SqlV1alpha1ResultSchema) SetColumns ¶
func (o *SqlV1alpha1ResultSchema) SetColumns(v []ColumnDetails)
SetColumns gets a reference to the given []ColumnDetails and assigns it to the Columns field.
type SqlV1alpha1Statement ¶
type SqlV1alpha1Statement struct { // APIVersion defines the schema version of this representation of a resource. ApiVersion *string `json:"api_version,omitempty"` // Kind defines the object this REST resource represents. Kind *string `json:"kind,omitempty"` Metadata *ObjectMeta `json:"metadata,omitempty"` Spec *SqlV1alpha1StatementSpec `json:"spec,omitempty"` Status *SqlV1alpha1StatementStatus `json:"status,omitempty"` }
SqlV1alpha1Statement `Statement` represents a core resource used to model SQL statements for execution. A statement generalizes DDL, DML, DQL, etc., but doesn’t attempt to handle session management or any higher-level functionality. The API allows you to list, create, read, and delete your statements. ## The Statements Model <SchemaDefinition schemaRef=\"#/components/schemas/sql.v1alpha1.Statement\" />
func NewSqlV1alpha1Statement ¶
func NewSqlV1alpha1Statement() *SqlV1alpha1Statement
NewSqlV1alpha1Statement instantiates a new SqlV1alpha1Statement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSqlV1alpha1StatementWithDefaults ¶
func NewSqlV1alpha1StatementWithDefaults() *SqlV1alpha1Statement
NewSqlV1alpha1StatementWithDefaults instantiates a new SqlV1alpha1Statement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SqlV1alpha1Statement) GetApiVersion ¶
func (o *SqlV1alpha1Statement) GetApiVersion() string
GetApiVersion returns the ApiVersion field value if set, zero value otherwise.
func (*SqlV1alpha1Statement) GetApiVersionOk ¶
func (o *SqlV1alpha1Statement) GetApiVersionOk() (*string, bool)
GetApiVersionOk returns a tuple with the ApiVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1Statement) GetKind ¶
func (o *SqlV1alpha1Statement) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*SqlV1alpha1Statement) GetKindOk ¶
func (o *SqlV1alpha1Statement) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1Statement) GetMetadata ¶
func (o *SqlV1alpha1Statement) GetMetadata() ObjectMeta
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*SqlV1alpha1Statement) GetMetadataOk ¶
func (o *SqlV1alpha1Statement) GetMetadataOk() (*ObjectMeta, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1Statement) GetSpec ¶
func (o *SqlV1alpha1Statement) GetSpec() SqlV1alpha1StatementSpec
GetSpec returns the Spec field value if set, zero value otherwise.
func (*SqlV1alpha1Statement) GetSpecOk ¶
func (o *SqlV1alpha1Statement) GetSpecOk() (*SqlV1alpha1StatementSpec, bool)
GetSpecOk returns a tuple with the Spec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1Statement) GetStatus ¶
func (o *SqlV1alpha1Statement) GetStatus() SqlV1alpha1StatementStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*SqlV1alpha1Statement) GetStatusOk ¶
func (o *SqlV1alpha1Statement) GetStatusOk() (*SqlV1alpha1StatementStatus, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1Statement) HasApiVersion ¶
func (o *SqlV1alpha1Statement) HasApiVersion() bool
HasApiVersion returns a boolean if a field has been set.
func (*SqlV1alpha1Statement) HasKind ¶
func (o *SqlV1alpha1Statement) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*SqlV1alpha1Statement) HasMetadata ¶
func (o *SqlV1alpha1Statement) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*SqlV1alpha1Statement) HasSpec ¶
func (o *SqlV1alpha1Statement) HasSpec() bool
HasSpec returns a boolean if a field has been set.
func (*SqlV1alpha1Statement) HasStatus ¶
func (o *SqlV1alpha1Statement) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (SqlV1alpha1Statement) MarshalJSON ¶
func (o SqlV1alpha1Statement) MarshalJSON() ([]byte, error)
func (*SqlV1alpha1Statement) Redact ¶
func (o *SqlV1alpha1Statement) Redact()
Redact resets all sensitive fields to their zero value.
func (*SqlV1alpha1Statement) SetApiVersion ¶
func (o *SqlV1alpha1Statement) SetApiVersion(v string)
SetApiVersion gets a reference to the given string and assigns it to the ApiVersion field.
func (*SqlV1alpha1Statement) SetKind ¶
func (o *SqlV1alpha1Statement) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*SqlV1alpha1Statement) SetMetadata ¶
func (o *SqlV1alpha1Statement) SetMetadata(v ObjectMeta)
SetMetadata gets a reference to the given ObjectMeta and assigns it to the Metadata field.
func (*SqlV1alpha1Statement) SetSpec ¶
func (o *SqlV1alpha1Statement) SetSpec(v SqlV1alpha1StatementSpec)
SetSpec gets a reference to the given SqlV1alpha1StatementSpec and assigns it to the Spec field.
func (*SqlV1alpha1Statement) SetStatus ¶
func (o *SqlV1alpha1Statement) SetStatus(v SqlV1alpha1StatementStatus)
SetStatus gets a reference to the given SqlV1alpha1StatementStatus and assigns it to the Status field.
type SqlV1alpha1StatementException ¶
type SqlV1alpha1StatementException struct { // Name of the SQL statement exception. Name *string `json:"name,omitempty"` // Stack trace of the statement exception. Stacktrace *string `json:"stacktrace,omitempty"` // The date and time at which the exception occurred. It is represented in RFC3339 format and is in UTC. Timestamp *time.Time `json:"timestamp,omitempty"` }
SqlV1alpha1StatementException struct for SqlV1alpha1StatementException
func NewSqlV1alpha1StatementException ¶
func NewSqlV1alpha1StatementException() *SqlV1alpha1StatementException
NewSqlV1alpha1StatementException instantiates a new SqlV1alpha1StatementException object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSqlV1alpha1StatementExceptionWithDefaults ¶
func NewSqlV1alpha1StatementExceptionWithDefaults() *SqlV1alpha1StatementException
NewSqlV1alpha1StatementExceptionWithDefaults instantiates a new SqlV1alpha1StatementException object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SqlV1alpha1StatementException) GetName ¶
func (o *SqlV1alpha1StatementException) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SqlV1alpha1StatementException) GetNameOk ¶
func (o *SqlV1alpha1StatementException) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementException) GetStacktrace ¶
func (o *SqlV1alpha1StatementException) GetStacktrace() string
GetStacktrace returns the Stacktrace field value if set, zero value otherwise.
func (*SqlV1alpha1StatementException) GetStacktraceOk ¶
func (o *SqlV1alpha1StatementException) GetStacktraceOk() (*string, bool)
GetStacktraceOk returns a tuple with the Stacktrace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementException) GetTimestamp ¶
func (o *SqlV1alpha1StatementException) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*SqlV1alpha1StatementException) GetTimestampOk ¶
func (o *SqlV1alpha1StatementException) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementException) HasName ¶
func (o *SqlV1alpha1StatementException) HasName() bool
HasName returns a boolean if a field has been set.
func (*SqlV1alpha1StatementException) HasStacktrace ¶
func (o *SqlV1alpha1StatementException) HasStacktrace() bool
HasStacktrace returns a boolean if a field has been set.
func (*SqlV1alpha1StatementException) HasTimestamp ¶
func (o *SqlV1alpha1StatementException) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (SqlV1alpha1StatementException) MarshalJSON ¶
func (o SqlV1alpha1StatementException) MarshalJSON() ([]byte, error)
func (*SqlV1alpha1StatementException) Redact ¶
func (o *SqlV1alpha1StatementException) Redact()
Redact resets all sensitive fields to their zero value.
func (*SqlV1alpha1StatementException) SetName ¶
func (o *SqlV1alpha1StatementException) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*SqlV1alpha1StatementException) SetStacktrace ¶
func (o *SqlV1alpha1StatementException) SetStacktrace(v string)
SetStacktrace gets a reference to the given string and assigns it to the Stacktrace field.
func (*SqlV1alpha1StatementException) SetTimestamp ¶
func (o *SqlV1alpha1StatementException) SetTimestamp(v time.Time)
SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.
type SqlV1alpha1StatementExceptionList ¶
type SqlV1alpha1StatementExceptionList struct { // APIVersion defines the schema version of this representation of a resource. ApiVersion string `json:"api_version,omitempty"` // Kind defines the object this REST resource represents. Kind string `json:"kind,omitempty"` Metadata ExceptionListMeta `json:"metadata,omitempty"` // A data property that contains an array of resource items. Each entry in the array is a separate resource. Data []SqlV1alpha1StatementException `json:"data,omitempty"` }
SqlV1alpha1StatementExceptionList StatementExceptionList is a list of exceptions coming from FAILED or FAILING Statements created by the SQL Statements API.
func NewSqlV1alpha1StatementExceptionList ¶
func NewSqlV1alpha1StatementExceptionList(apiVersion string, kind string, metadata ExceptionListMeta, data []SqlV1alpha1StatementException) *SqlV1alpha1StatementExceptionList
NewSqlV1alpha1StatementExceptionList instantiates a new SqlV1alpha1StatementExceptionList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSqlV1alpha1StatementExceptionListWithDefaults ¶
func NewSqlV1alpha1StatementExceptionListWithDefaults() *SqlV1alpha1StatementExceptionList
NewSqlV1alpha1StatementExceptionListWithDefaults instantiates a new SqlV1alpha1StatementExceptionList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SqlV1alpha1StatementExceptionList) GetApiVersion ¶
func (o *SqlV1alpha1StatementExceptionList) GetApiVersion() string
GetApiVersion returns the ApiVersion field value
func (*SqlV1alpha1StatementExceptionList) GetApiVersionOk ¶
func (o *SqlV1alpha1StatementExceptionList) GetApiVersionOk() (*string, bool)
GetApiVersionOk returns a tuple with the ApiVersion field value and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementExceptionList) GetData ¶
func (o *SqlV1alpha1StatementExceptionList) GetData() []SqlV1alpha1StatementException
GetData returns the Data field value
func (*SqlV1alpha1StatementExceptionList) GetDataOk ¶
func (o *SqlV1alpha1StatementExceptionList) GetDataOk() (*[]SqlV1alpha1StatementException, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementExceptionList) GetKind ¶
func (o *SqlV1alpha1StatementExceptionList) GetKind() string
GetKind returns the Kind field value
func (*SqlV1alpha1StatementExceptionList) GetKindOk ¶
func (o *SqlV1alpha1StatementExceptionList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementExceptionList) GetMetadata ¶
func (o *SqlV1alpha1StatementExceptionList) GetMetadata() ExceptionListMeta
GetMetadata returns the Metadata field value
func (*SqlV1alpha1StatementExceptionList) GetMetadataOk ¶
func (o *SqlV1alpha1StatementExceptionList) GetMetadataOk() (*ExceptionListMeta, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (SqlV1alpha1StatementExceptionList) MarshalJSON ¶
func (o SqlV1alpha1StatementExceptionList) MarshalJSON() ([]byte, error)
func (*SqlV1alpha1StatementExceptionList) Redact ¶
func (o *SqlV1alpha1StatementExceptionList) Redact()
Redact resets all sensitive fields to their zero value.
func (*SqlV1alpha1StatementExceptionList) SetApiVersion ¶
func (o *SqlV1alpha1StatementExceptionList) SetApiVersion(v string)
SetApiVersion sets field value
func (*SqlV1alpha1StatementExceptionList) SetData ¶
func (o *SqlV1alpha1StatementExceptionList) SetData(v []SqlV1alpha1StatementException)
SetData sets field value
func (*SqlV1alpha1StatementExceptionList) SetKind ¶
func (o *SqlV1alpha1StatementExceptionList) SetKind(v string)
SetKind sets field value
func (*SqlV1alpha1StatementExceptionList) SetMetadata ¶
func (o *SqlV1alpha1StatementExceptionList) SetMetadata(v ExceptionListMeta)
SetMetadata sets field value
type SqlV1alpha1StatementList ¶
type SqlV1alpha1StatementList struct { // APIVersion defines the schema version of this representation of a resource. ApiVersion string `json:"api_version,omitempty"` // Kind defines the object this REST resource represents. Kind string `json:"kind,omitempty"` Metadata ListMeta `json:"metadata,omitempty"` // A data property that contains an array of resource items. Each entry in the array is a separate resource. Data []SqlV1alpha1Statement `json:"data,omitempty"` }
SqlV1alpha1StatementList `Statement` represents a core resource used to model SQL statements for execution. A statement generalizes DDL, DML, DQL, etc., but doesn’t attempt to handle session management or any higher-level functionality. The API allows you to list, create, read, and delete your statements. ## The Statements Model <SchemaDefinition schemaRef=\"#/components/schemas/sql.v1alpha1.Statement\" />
func NewSqlV1alpha1StatementList ¶
func NewSqlV1alpha1StatementList(apiVersion string, kind string, metadata ListMeta, data []SqlV1alpha1Statement) *SqlV1alpha1StatementList
NewSqlV1alpha1StatementList instantiates a new SqlV1alpha1StatementList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSqlV1alpha1StatementListWithDefaults ¶
func NewSqlV1alpha1StatementListWithDefaults() *SqlV1alpha1StatementList
NewSqlV1alpha1StatementListWithDefaults instantiates a new SqlV1alpha1StatementList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SqlV1alpha1StatementList) GetApiVersion ¶
func (o *SqlV1alpha1StatementList) GetApiVersion() string
GetApiVersion returns the ApiVersion field value
func (*SqlV1alpha1StatementList) GetApiVersionOk ¶
func (o *SqlV1alpha1StatementList) GetApiVersionOk() (*string, bool)
GetApiVersionOk returns a tuple with the ApiVersion field value and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementList) GetData ¶
func (o *SqlV1alpha1StatementList) GetData() []SqlV1alpha1Statement
GetData returns the Data field value
func (*SqlV1alpha1StatementList) GetDataOk ¶
func (o *SqlV1alpha1StatementList) GetDataOk() (*[]SqlV1alpha1Statement, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementList) GetKind ¶
func (o *SqlV1alpha1StatementList) GetKind() string
GetKind returns the Kind field value
func (*SqlV1alpha1StatementList) GetKindOk ¶
func (o *SqlV1alpha1StatementList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementList) GetMetadata ¶
func (o *SqlV1alpha1StatementList) GetMetadata() ListMeta
GetMetadata returns the Metadata field value
func (*SqlV1alpha1StatementList) GetMetadataOk ¶
func (o *SqlV1alpha1StatementList) GetMetadataOk() (*ListMeta, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (SqlV1alpha1StatementList) MarshalJSON ¶
func (o SqlV1alpha1StatementList) MarshalJSON() ([]byte, error)
func (*SqlV1alpha1StatementList) Redact ¶
func (o *SqlV1alpha1StatementList) Redact()
Redact resets all sensitive fields to their zero value.
func (*SqlV1alpha1StatementList) SetApiVersion ¶
func (o *SqlV1alpha1StatementList) SetApiVersion(v string)
SetApiVersion sets field value
func (*SqlV1alpha1StatementList) SetData ¶
func (o *SqlV1alpha1StatementList) SetData(v []SqlV1alpha1Statement)
SetData sets field value
func (*SqlV1alpha1StatementList) SetKind ¶
func (o *SqlV1alpha1StatementList) SetKind(v string)
SetKind sets field value
func (*SqlV1alpha1StatementList) SetMetadata ¶
func (o *SqlV1alpha1StatementList) SetMetadata(v ListMeta)
SetMetadata sets field value
type SqlV1alpha1StatementResult ¶
type SqlV1alpha1StatementResult struct { // APIVersion defines the schema version of this representation of a resource. ApiVersion string `json:"api_version,omitempty"` // Kind defines the object this REST resource represents. Kind string `json:"kind,omitempty"` Metadata ResultListMeta `json:"metadata,omitempty"` Results *SqlV1alpha1StatementResultResults `json:"results,omitempty"` }
SqlV1alpha1StatementResult `Statement Result` represents a resource used to model results of SQL statements. The API allows you to read your SQL statement result. ## The Statement Result Model <SchemaDefinition schemaRef=\"#/components/schemas/sql.v1alpha1.StatementResult\" />
func NewSqlV1alpha1StatementResult ¶
func NewSqlV1alpha1StatementResult(apiVersion string, kind string, metadata ResultListMeta) *SqlV1alpha1StatementResult
NewSqlV1alpha1StatementResult instantiates a new SqlV1alpha1StatementResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSqlV1alpha1StatementResultWithDefaults ¶
func NewSqlV1alpha1StatementResultWithDefaults() *SqlV1alpha1StatementResult
NewSqlV1alpha1StatementResultWithDefaults instantiates a new SqlV1alpha1StatementResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SqlV1alpha1StatementResult) GetApiVersion ¶
func (o *SqlV1alpha1StatementResult) GetApiVersion() string
GetApiVersion returns the ApiVersion field value
func (*SqlV1alpha1StatementResult) GetApiVersionOk ¶
func (o *SqlV1alpha1StatementResult) GetApiVersionOk() (*string, bool)
GetApiVersionOk returns a tuple with the ApiVersion field value and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementResult) GetKind ¶
func (o *SqlV1alpha1StatementResult) GetKind() string
GetKind returns the Kind field value
func (*SqlV1alpha1StatementResult) GetKindOk ¶
func (o *SqlV1alpha1StatementResult) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementResult) GetMetadata ¶
func (o *SqlV1alpha1StatementResult) GetMetadata() ResultListMeta
GetMetadata returns the Metadata field value
func (*SqlV1alpha1StatementResult) GetMetadataOk ¶
func (o *SqlV1alpha1StatementResult) GetMetadataOk() (*ResultListMeta, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementResult) GetResults ¶
func (o *SqlV1alpha1StatementResult) GetResults() SqlV1alpha1StatementResultResults
GetResults returns the Results field value if set, zero value otherwise.
func (*SqlV1alpha1StatementResult) GetResultsOk ¶
func (o *SqlV1alpha1StatementResult) GetResultsOk() (*SqlV1alpha1StatementResultResults, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementResult) HasResults ¶
func (o *SqlV1alpha1StatementResult) HasResults() bool
HasResults returns a boolean if a field has been set.
func (SqlV1alpha1StatementResult) MarshalJSON ¶
func (o SqlV1alpha1StatementResult) MarshalJSON() ([]byte, error)
func (*SqlV1alpha1StatementResult) Redact ¶
func (o *SqlV1alpha1StatementResult) Redact()
Redact resets all sensitive fields to their zero value.
func (*SqlV1alpha1StatementResult) SetApiVersion ¶
func (o *SqlV1alpha1StatementResult) SetApiVersion(v string)
SetApiVersion sets field value
func (*SqlV1alpha1StatementResult) SetKind ¶
func (o *SqlV1alpha1StatementResult) SetKind(v string)
SetKind sets field value
func (*SqlV1alpha1StatementResult) SetMetadata ¶
func (o *SqlV1alpha1StatementResult) SetMetadata(v ResultListMeta)
SetMetadata sets field value
func (*SqlV1alpha1StatementResult) SetResults ¶
func (o *SqlV1alpha1StatementResult) SetResults(v SqlV1alpha1StatementResultResults)
SetResults gets a reference to the given SqlV1alpha1StatementResultResults and assigns it to the Results field.
type SqlV1alpha1StatementResultResults ¶
type SqlV1alpha1StatementResultResults struct {
// A data property that contains an array of results. Each entry in the array is a separate result. The value of `op` attribute (if present) represents the kind of change that a row can describe in a changelog: `0`: represents `INSERT` (`+I`), i.e. insertion operation; `1`: represents `UPDATE_BEFORE` (`-U`), i.e. update operation with the previous content of the updated row. This kind should occur together with `UPDATE_AFTER` for modelling an update that needs to retract the previous row first. It is useful in cases of a non-idempotent update, i.e., an update of a row that is not uniquely identifiable by a key; `2`: represents `UPDATE_AFTER` (`+U`), i.e. update operation with new content of the updated row; This kind CAN occur together with `UPDATE_BEFORE` for modelling an update that needs to retract the previous row first or it describes an idempotent update, i.e., an update of a row that is uniquely identifiable by a key; `3`: represents `DELETE` (`-D`), i.e. deletion operation; Defaults to `0`.
Data *[]interface{} `json:"data,omitempty"`
}
SqlV1alpha1StatementResultResults A results property that contains a data property that contains an array of results.
func NewSqlV1alpha1StatementResultResults ¶
func NewSqlV1alpha1StatementResultResults() *SqlV1alpha1StatementResultResults
NewSqlV1alpha1StatementResultResults instantiates a new SqlV1alpha1StatementResultResults object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSqlV1alpha1StatementResultResultsWithDefaults ¶
func NewSqlV1alpha1StatementResultResultsWithDefaults() *SqlV1alpha1StatementResultResults
NewSqlV1alpha1StatementResultResultsWithDefaults instantiates a new SqlV1alpha1StatementResultResults object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SqlV1alpha1StatementResultResults) GetData ¶
func (o *SqlV1alpha1StatementResultResults) GetData() []interface{}
GetData returns the Data field value if set, zero value otherwise.
func (*SqlV1alpha1StatementResultResults) GetDataOk ¶
func (o *SqlV1alpha1StatementResultResults) GetDataOk() (*[]interface{}, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementResultResults) HasData ¶
func (o *SqlV1alpha1StatementResultResults) HasData() bool
HasData returns a boolean if a field has been set.
func (SqlV1alpha1StatementResultResults) MarshalJSON ¶
func (o SqlV1alpha1StatementResultResults) MarshalJSON() ([]byte, error)
func (*SqlV1alpha1StatementResultResults) Redact ¶
func (o *SqlV1alpha1StatementResultResults) Redact()
Redact resets all sensitive fields to their zero value.
func (*SqlV1alpha1StatementResultResults) SetData ¶
func (o *SqlV1alpha1StatementResultResults) SetData(v []interface{})
SetData gets a reference to the given []interface{} and assigns it to the Data field.
type SqlV1alpha1StatementSpec ¶
type SqlV1alpha1StatementSpec struct { // The name of the resource, unique within this environment. StatementName *string `json:"statement_name,omitempty"` // The raw SQL text statement. Statement *string `json:"statement,omitempty"` // A map (key-value pairs) of statement properties. Properties *map[string]string `json:"properties,omitempty"` // The id associated with the compute pool in context. ComputePoolId *string `json:"compute_pool_id,omitempty"` // The id associated with the identity pool in context. IdentityPoolId *string `json:"identity_pool_id,omitempty"` }
SqlV1alpha1StatementSpec The specs of the Statement
func NewSqlV1alpha1StatementSpec ¶
func NewSqlV1alpha1StatementSpec() *SqlV1alpha1StatementSpec
NewSqlV1alpha1StatementSpec instantiates a new SqlV1alpha1StatementSpec object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSqlV1alpha1StatementSpecWithDefaults ¶
func NewSqlV1alpha1StatementSpecWithDefaults() *SqlV1alpha1StatementSpec
NewSqlV1alpha1StatementSpecWithDefaults instantiates a new SqlV1alpha1StatementSpec object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SqlV1alpha1StatementSpec) GetComputePoolId ¶
func (o *SqlV1alpha1StatementSpec) GetComputePoolId() string
GetComputePoolId returns the ComputePoolId field value if set, zero value otherwise.
func (*SqlV1alpha1StatementSpec) GetComputePoolIdOk ¶
func (o *SqlV1alpha1StatementSpec) GetComputePoolIdOk() (*string, bool)
GetComputePoolIdOk returns a tuple with the ComputePoolId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementSpec) GetIdentityPoolId ¶
func (o *SqlV1alpha1StatementSpec) GetIdentityPoolId() string
GetIdentityPoolId returns the IdentityPoolId field value if set, zero value otherwise.
func (*SqlV1alpha1StatementSpec) GetIdentityPoolIdOk ¶
func (o *SqlV1alpha1StatementSpec) GetIdentityPoolIdOk() (*string, bool)
GetIdentityPoolIdOk returns a tuple with the IdentityPoolId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementSpec) GetProperties ¶
func (o *SqlV1alpha1StatementSpec) GetProperties() map[string]string
GetProperties returns the Properties field value if set, zero value otherwise.
func (*SqlV1alpha1StatementSpec) GetPropertiesOk ¶
func (o *SqlV1alpha1StatementSpec) GetPropertiesOk() (*map[string]string, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementSpec) GetStatement ¶
func (o *SqlV1alpha1StatementSpec) GetStatement() string
GetStatement returns the Statement field value if set, zero value otherwise.
func (*SqlV1alpha1StatementSpec) GetStatementName ¶
func (o *SqlV1alpha1StatementSpec) GetStatementName() string
GetStatementName returns the StatementName field value if set, zero value otherwise.
func (*SqlV1alpha1StatementSpec) GetStatementNameOk ¶
func (o *SqlV1alpha1StatementSpec) GetStatementNameOk() (*string, bool)
GetStatementNameOk returns a tuple with the StatementName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementSpec) GetStatementOk ¶
func (o *SqlV1alpha1StatementSpec) GetStatementOk() (*string, bool)
GetStatementOk returns a tuple with the Statement field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementSpec) HasComputePoolId ¶
func (o *SqlV1alpha1StatementSpec) HasComputePoolId() bool
HasComputePoolId returns a boolean if a field has been set.
func (*SqlV1alpha1StatementSpec) HasIdentityPoolId ¶
func (o *SqlV1alpha1StatementSpec) HasIdentityPoolId() bool
HasIdentityPoolId returns a boolean if a field has been set.
func (*SqlV1alpha1StatementSpec) HasProperties ¶
func (o *SqlV1alpha1StatementSpec) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*SqlV1alpha1StatementSpec) HasStatement ¶
func (o *SqlV1alpha1StatementSpec) HasStatement() bool
HasStatement returns a boolean if a field has been set.
func (*SqlV1alpha1StatementSpec) HasStatementName ¶
func (o *SqlV1alpha1StatementSpec) HasStatementName() bool
HasStatementName returns a boolean if a field has been set.
func (SqlV1alpha1StatementSpec) MarshalJSON ¶
func (o SqlV1alpha1StatementSpec) MarshalJSON() ([]byte, error)
func (*SqlV1alpha1StatementSpec) Redact ¶
func (o *SqlV1alpha1StatementSpec) Redact()
Redact resets all sensitive fields to their zero value.
func (*SqlV1alpha1StatementSpec) SetComputePoolId ¶
func (o *SqlV1alpha1StatementSpec) SetComputePoolId(v string)
SetComputePoolId gets a reference to the given string and assigns it to the ComputePoolId field.
func (*SqlV1alpha1StatementSpec) SetIdentityPoolId ¶
func (o *SqlV1alpha1StatementSpec) SetIdentityPoolId(v string)
SetIdentityPoolId gets a reference to the given string and assigns it to the IdentityPoolId field.
func (*SqlV1alpha1StatementSpec) SetProperties ¶
func (o *SqlV1alpha1StatementSpec) SetProperties(v map[string]string)
SetProperties gets a reference to the given map[string]string and assigns it to the Properties field.
func (*SqlV1alpha1StatementSpec) SetStatement ¶
func (o *SqlV1alpha1StatementSpec) SetStatement(v string)
SetStatement gets a reference to the given string and assigns it to the Statement field.
func (*SqlV1alpha1StatementSpec) SetStatementName ¶
func (o *SqlV1alpha1StatementSpec) SetStatementName(v string)
SetStatementName gets a reference to the given string and assigns it to the StatementName field.
type SqlV1alpha1StatementStatus ¶
type SqlV1alpha1StatementStatus struct { // The lifecycle phase of the submitted SQL statement: PENDING: SQL statement is pending execution; RUNNING: SQL statement execution is in progress; COMPLETED: SQL statement is completed; DELETING: SQL statement deletion is in progress; FAILING: SQL statement is failing; FAILED: SQL statement execution has failed; Phase string `json:"phase,omitempty"` ResultSchema *SqlV1alpha1ResultSchema `json:"result_schema,omitempty"` // Description of a SQL statement phase. Detail *string `json:"detail,omitempty"` }
SqlV1alpha1StatementStatus The status of the Statement
func NewSqlV1alpha1StatementStatus ¶
func NewSqlV1alpha1StatementStatus(phase string) *SqlV1alpha1StatementStatus
NewSqlV1alpha1StatementStatus instantiates a new SqlV1alpha1StatementStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSqlV1alpha1StatementStatusWithDefaults ¶
func NewSqlV1alpha1StatementStatusWithDefaults() *SqlV1alpha1StatementStatus
NewSqlV1alpha1StatementStatusWithDefaults instantiates a new SqlV1alpha1StatementStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SqlV1alpha1StatementStatus) GetDetail ¶
func (o *SqlV1alpha1StatementStatus) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*SqlV1alpha1StatementStatus) GetDetailOk ¶
func (o *SqlV1alpha1StatementStatus) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementStatus) GetPhase ¶
func (o *SqlV1alpha1StatementStatus) GetPhase() string
GetPhase returns the Phase field value
func (*SqlV1alpha1StatementStatus) GetPhaseOk ¶
func (o *SqlV1alpha1StatementStatus) GetPhaseOk() (*string, bool)
GetPhaseOk returns a tuple with the Phase field value and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementStatus) GetResultSchema ¶
func (o *SqlV1alpha1StatementStatus) GetResultSchema() SqlV1alpha1ResultSchema
GetResultSchema returns the ResultSchema field value if set, zero value otherwise.
func (*SqlV1alpha1StatementStatus) GetResultSchemaOk ¶
func (o *SqlV1alpha1StatementStatus) GetResultSchemaOk() (*SqlV1alpha1ResultSchema, bool)
GetResultSchemaOk returns a tuple with the ResultSchema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlV1alpha1StatementStatus) HasDetail ¶
func (o *SqlV1alpha1StatementStatus) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*SqlV1alpha1StatementStatus) HasResultSchema ¶
func (o *SqlV1alpha1StatementStatus) HasResultSchema() bool
HasResultSchema returns a boolean if a field has been set.
func (SqlV1alpha1StatementStatus) MarshalJSON ¶
func (o SqlV1alpha1StatementStatus) MarshalJSON() ([]byte, error)
func (*SqlV1alpha1StatementStatus) Redact ¶
func (o *SqlV1alpha1StatementStatus) Redact()
Redact resets all sensitive fields to their zero value.
func (*SqlV1alpha1StatementStatus) SetDetail ¶
func (o *SqlV1alpha1StatementStatus) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*SqlV1alpha1StatementStatus) SetPhase ¶
func (o *SqlV1alpha1StatementStatus) SetPhase(v string)
SetPhase sets field value
func (*SqlV1alpha1StatementStatus) SetResultSchema ¶
func (o *SqlV1alpha1StatementStatus) SetResultSchema(v SqlV1alpha1ResultSchema)
SetResultSchema gets a reference to the given SqlV1alpha1ResultSchema and assigns it to the ResultSchema field.
type StatementExceptionsSqlV1alpha1Api ¶
type StatementExceptionsSqlV1alpha1Api interface { /* GetSqlV1alpha1StatementExceptions List of Statement Exceptions [![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy) [![Request Access To SQL API v1alpha1](https://img.shields.io/badge/-Request%20Access%20To%20Flink%20Gateway%20API-%23bc8540)](mailto:ccloud-api-access+sql-v1alpha1-early-access@confluent.io?subject=Request%20to%20join%20sql/v1alpha1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20sql/v1alpha1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.) Retrieve a list of the 10 most recent statement exceptions. @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentId The unique identifier for the environment. @param statementName The unique identifier for the statement. @return ApiGetSqlV1alpha1StatementExceptionsRequest */ GetSqlV1alpha1StatementExceptions(ctx _context.Context, environmentId string, statementName string) ApiGetSqlV1alpha1StatementExceptionsRequest // GetSqlV1alpha1StatementExceptionsExecute executes the request // @return SqlV1alpha1StatementExceptionList GetSqlV1alpha1StatementExceptionsExecute(r ApiGetSqlV1alpha1StatementExceptionsRequest) (SqlV1alpha1StatementExceptionList, *_nethttp.Response, error) }
type StatementExceptionsSqlV1alpha1ApiService ¶
type StatementExceptionsSqlV1alpha1ApiService service
StatementExceptionsSqlV1alpha1ApiService StatementExceptionsSqlV1alpha1Api service
func (*StatementExceptionsSqlV1alpha1ApiService) GetSqlV1alpha1StatementExceptions ¶
func (a *StatementExceptionsSqlV1alpha1ApiService) GetSqlV1alpha1StatementExceptions(ctx _context.Context, environmentId string, statementName string) ApiGetSqlV1alpha1StatementExceptionsRequest
GetSqlV1alpha1StatementExceptions List of Statement Exceptions
[![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy) [![Request Access To SQL API v1alpha1](https://img.shields.io/badge/-Request%20Access%20To%20Flink%20Gateway%20API-%23bc8540)](mailto:ccloud-api-access+sql-v1alpha1-early-access@confluent.io?subject=Request%20to%20join%20sql/v1alpha1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20sql/v1alpha1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.) Retrieve a list of the 10 most recent statement exceptions.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentId The unique identifier for the environment. @param statementName The unique identifier for the statement. @return ApiGetSqlV1alpha1StatementExceptionsRequest
func (*StatementExceptionsSqlV1alpha1ApiService) GetSqlV1alpha1StatementExceptionsExecute ¶
func (a *StatementExceptionsSqlV1alpha1ApiService) GetSqlV1alpha1StatementExceptionsExecute(r ApiGetSqlV1alpha1StatementExceptionsRequest) (SqlV1alpha1StatementExceptionList, *_nethttp.Response, error)
Execute executes the request
@return SqlV1alpha1StatementExceptionList
type StatementResultSqlV1alpha1Api ¶
type StatementResultSqlV1alpha1Api interface { /* GetSqlV1alpha1StatementResult Read Statement Result [![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy) [![Request Access To SQL API v1alpha1](https://img.shields.io/badge/-Request%20Access%20To%20Flink%20Gateway%20API-%23bc8540)](mailto:ccloud-api-access+sql-v1alpha1-early-access@confluent.io?subject=Request%20to%20join%20sql/v1alpha1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20sql/v1alpha1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.) Read Statement Result. @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentId The unique identifier for the environment. @param statementName The unique identifier for the statement. @return ApiGetSqlV1alpha1StatementResultRequest */ GetSqlV1alpha1StatementResult(ctx _context.Context, environmentId string, statementName string) ApiGetSqlV1alpha1StatementResultRequest // GetSqlV1alpha1StatementResultExecute executes the request // @return SqlV1alpha1StatementResult GetSqlV1alpha1StatementResultExecute(r ApiGetSqlV1alpha1StatementResultRequest) (SqlV1alpha1StatementResult, *_nethttp.Response, error) }
type StatementResultSqlV1alpha1ApiService ¶
type StatementResultSqlV1alpha1ApiService service
StatementResultSqlV1alpha1ApiService StatementResultSqlV1alpha1Api service
func (*StatementResultSqlV1alpha1ApiService) GetSqlV1alpha1StatementResult ¶
func (a *StatementResultSqlV1alpha1ApiService) GetSqlV1alpha1StatementResult(ctx _context.Context, environmentId string, statementName string) ApiGetSqlV1alpha1StatementResultRequest
GetSqlV1alpha1StatementResult Read Statement Result
[![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy) [![Request Access To SQL API v1alpha1](https://img.shields.io/badge/-Request%20Access%20To%20Flink%20Gateway%20API-%23bc8540)](mailto:ccloud-api-access+sql-v1alpha1-early-access@confluent.io?subject=Request%20to%20join%20sql/v1alpha1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20sql/v1alpha1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.)
Read Statement Result.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentId The unique identifier for the environment. @param statementName The unique identifier for the statement. @return ApiGetSqlV1alpha1StatementResultRequest
func (*StatementResultSqlV1alpha1ApiService) GetSqlV1alpha1StatementResultExecute ¶
func (a *StatementResultSqlV1alpha1ApiService) GetSqlV1alpha1StatementResultExecute(r ApiGetSqlV1alpha1StatementResultRequest) (SqlV1alpha1StatementResult, *_nethttp.Response, error)
Execute executes the request
@return SqlV1alpha1StatementResult
type StatementsSqlV1alpha1Api ¶
type StatementsSqlV1alpha1Api interface { /* CreateSqlV1alpha1Statement Create a Statement [![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy) [![Request Access To SQL API v1alpha1](https://img.shields.io/badge/-Request%20Access%20To%20Flink%20Gateway%20API-%23bc8540)](mailto:ccloud-api-access+sql-v1alpha1-early-access@confluent.io?subject=Request%20to%20join%20sql/v1alpha1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20sql/v1alpha1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.) Make a request to create a statement. @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentId The unique identifier for the environment. @return ApiCreateSqlV1alpha1StatementRequest */ CreateSqlV1alpha1Statement(ctx _context.Context, environmentId string) ApiCreateSqlV1alpha1StatementRequest // CreateSqlV1alpha1StatementExecute executes the request // @return SqlV1alpha1Statement CreateSqlV1alpha1StatementExecute(r ApiCreateSqlV1alpha1StatementRequest) (SqlV1alpha1Statement, *_nethttp.Response, error) /* DeleteSqlV1alpha1Statement Delete a Statement [![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy) [![Request Access To SQL API v1alpha1](https://img.shields.io/badge/-Request%20Access%20To%20Flink%20Gateway%20API-%23bc8540)](mailto:ccloud-api-access+sql-v1alpha1-early-access@confluent.io?subject=Request%20to%20join%20sql/v1alpha1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20sql/v1alpha1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.) Make a request to delete a statement. @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentId The unique identifier for the environment. @param statementName The unique identifier for the statement. @return ApiDeleteSqlV1alpha1StatementRequest */ DeleteSqlV1alpha1Statement(ctx _context.Context, environmentId string, statementName string) ApiDeleteSqlV1alpha1StatementRequest // DeleteSqlV1alpha1StatementExecute executes the request DeleteSqlV1alpha1StatementExecute(r ApiDeleteSqlV1alpha1StatementRequest) (*_nethttp.Response, error) /* GetSqlV1alpha1Statement Read a Statement [![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy) [![Request Access To SQL API v1alpha1](https://img.shields.io/badge/-Request%20Access%20To%20Flink%20Gateway%20API-%23bc8540)](mailto:ccloud-api-access+sql-v1alpha1-early-access@confluent.io?subject=Request%20to%20join%20sql/v1alpha1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20sql/v1alpha1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.) Make a request to read a statement. @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentId The unique identifier for the environment. @param statementName The unique identifier for the statement. @return ApiGetSqlV1alpha1StatementRequest */ GetSqlV1alpha1Statement(ctx _context.Context, environmentId string, statementName string) ApiGetSqlV1alpha1StatementRequest // GetSqlV1alpha1StatementExecute executes the request // @return SqlV1alpha1Statement GetSqlV1alpha1StatementExecute(r ApiGetSqlV1alpha1StatementRequest) (SqlV1alpha1Statement, *_nethttp.Response, error) /* ListSqlV1alpha1Statements List of Statements [![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy) [![Request Access To SQL API v1alpha1](https://img.shields.io/badge/-Request%20Access%20To%20Flink%20Gateway%20API-%23bc8540)](mailto:ccloud-api-access+sql-v1alpha1-early-access@confluent.io?subject=Request%20to%20join%20sql/v1alpha1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20sql/v1alpha1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.) Retrieve a sorted, filtered, paginated list of all statements. @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentId The unique identifier for the environment. @return ApiListSqlV1alpha1StatementsRequest */ ListSqlV1alpha1Statements(ctx _context.Context, environmentId string) ApiListSqlV1alpha1StatementsRequest // ListSqlV1alpha1StatementsExecute executes the request // @return SqlV1alpha1StatementList ListSqlV1alpha1StatementsExecute(r ApiListSqlV1alpha1StatementsRequest) (SqlV1alpha1StatementList, *_nethttp.Response, error) }
type StatementsSqlV1alpha1ApiService ¶
type StatementsSqlV1alpha1ApiService service
StatementsSqlV1alpha1ApiService StatementsSqlV1alpha1Api service
func (*StatementsSqlV1alpha1ApiService) CreateSqlV1alpha1Statement ¶
func (a *StatementsSqlV1alpha1ApiService) CreateSqlV1alpha1Statement(ctx _context.Context, environmentId string) ApiCreateSqlV1alpha1StatementRequest
CreateSqlV1alpha1Statement Create a Statement
[![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy) [![Request Access To SQL API v1alpha1](https://img.shields.io/badge/-Request%20Access%20To%20Flink%20Gateway%20API-%23bc8540)](mailto:ccloud-api-access+sql-v1alpha1-early-access@confluent.io?subject=Request%20to%20join%20sql/v1alpha1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20sql/v1alpha1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.) Make a request to create a statement.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentId The unique identifier for the environment. @return ApiCreateSqlV1alpha1StatementRequest
func (*StatementsSqlV1alpha1ApiService) CreateSqlV1alpha1StatementExecute ¶
func (a *StatementsSqlV1alpha1ApiService) CreateSqlV1alpha1StatementExecute(r ApiCreateSqlV1alpha1StatementRequest) (SqlV1alpha1Statement, *_nethttp.Response, error)
Execute executes the request
@return SqlV1alpha1Statement
func (*StatementsSqlV1alpha1ApiService) DeleteSqlV1alpha1Statement ¶
func (a *StatementsSqlV1alpha1ApiService) DeleteSqlV1alpha1Statement(ctx _context.Context, environmentId string, statementName string) ApiDeleteSqlV1alpha1StatementRequest
DeleteSqlV1alpha1Statement Delete a Statement
[![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy) [![Request Access To SQL API v1alpha1](https://img.shields.io/badge/-Request%20Access%20To%20Flink%20Gateway%20API-%23bc8540)](mailto:ccloud-api-access+sql-v1alpha1-early-access@confluent.io?subject=Request%20to%20join%20sql/v1alpha1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20sql/v1alpha1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.) Make a request to delete a statement.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentId The unique identifier for the environment. @param statementName The unique identifier for the statement. @return ApiDeleteSqlV1alpha1StatementRequest
func (*StatementsSqlV1alpha1ApiService) DeleteSqlV1alpha1StatementExecute ¶
func (a *StatementsSqlV1alpha1ApiService) DeleteSqlV1alpha1StatementExecute(r ApiDeleteSqlV1alpha1StatementRequest) (*_nethttp.Response, error)
Execute executes the request
func (*StatementsSqlV1alpha1ApiService) GetSqlV1alpha1Statement ¶
func (a *StatementsSqlV1alpha1ApiService) GetSqlV1alpha1Statement(ctx _context.Context, environmentId string, statementName string) ApiGetSqlV1alpha1StatementRequest
GetSqlV1alpha1Statement Read a Statement
[![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy) [![Request Access To SQL API v1alpha1](https://img.shields.io/badge/-Request%20Access%20To%20Flink%20Gateway%20API-%23bc8540)](mailto:ccloud-api-access+sql-v1alpha1-early-access@confluent.io?subject=Request%20to%20join%20sql/v1alpha1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20sql/v1alpha1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.) Make a request to read a statement.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentId The unique identifier for the environment. @param statementName The unique identifier for the statement. @return ApiGetSqlV1alpha1StatementRequest
func (*StatementsSqlV1alpha1ApiService) GetSqlV1alpha1StatementExecute ¶
func (a *StatementsSqlV1alpha1ApiService) GetSqlV1alpha1StatementExecute(r ApiGetSqlV1alpha1StatementRequest) (SqlV1alpha1Statement, *_nethttp.Response, error)
Execute executes the request
@return SqlV1alpha1Statement
func (*StatementsSqlV1alpha1ApiService) ListSqlV1alpha1Statements ¶
func (a *StatementsSqlV1alpha1ApiService) ListSqlV1alpha1Statements(ctx _context.Context, environmentId string) ApiListSqlV1alpha1StatementsRequest
ListSqlV1alpha1Statements List of Statements
[![Early Access](https://img.shields.io/badge/Lifecycle%20Stage-Early%20Access-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy) [![Request Access To SQL API v1alpha1](https://img.shields.io/badge/-Request%20Access%20To%20Flink%20Gateway%20API-%23bc8540)](mailto:ccloud-api-access+sql-v1alpha1-early-access@confluent.io?subject=Request%20to%20join%20sql/v1alpha1%20API%20Early%20Access&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Early%20Access%20for%20sql/v1alpha1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.) Retrieve a sorted, filtered, paginated list of all statements.
@param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentId The unique identifier for the environment. @return ApiListSqlV1alpha1StatementsRequest
func (*StatementsSqlV1alpha1ApiService) ListSqlV1alpha1StatementsExecute ¶
func (a *StatementsSqlV1alpha1ApiService) ListSqlV1alpha1StatementsExecute(r ApiListSqlV1alpha1StatementsRequest) (SqlV1alpha1StatementList, *_nethttp.Response, error)
Execute executes the request
@return SqlV1alpha1StatementList
Source Files ¶
- api_statement_exceptions_sql_v1alpha1.go
- api_statement_result_sql_v1alpha1.go
- api_statements_sql_v1alpha1.go
- client.go
- configuration.go
- model_column_details.go
- model_data_type.go
- model_error.go
- model_error_source.go
- model_exception_list_meta.go
- model_failure.go
- model_list_meta.go
- model_multiple_search_filter.go
- model_object_meta.go
- model_result_list_meta.go
- model_row_field_type.go
- model_sql_v1alpha1_result_schema.go
- model_sql_v1alpha1_statement.go
- model_sql_v1alpha1_statement_exception.go
- model_sql_v1alpha1_statement_exception_list.go
- model_sql_v1alpha1_statement_list.go
- model_sql_v1alpha1_statement_result.go
- model_sql_v1alpha1_statement_result_results.go
- model_sql_v1alpha1_statement_spec.go
- model_sql_v1alpha1_statement_status.go
- response.go
- utils.go