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 ApiBatchCreateSchemaFieldsRequest
- type ApiBatchUpsertRecordsRequest
- type ApiCreateCollectionRequest
- type ApiCreatePipelineRequest
- type ApiCreateSchemaFieldRequest
- type ApiDeleteCollectionRequest
- type ApiDeleteRecordRequest
- type ApiGeneratePipelinesRequest
- type ApiGetCollectionRequest
- type ApiGetDefaultPipelineRequest
- type ApiGetDefaultVersionRequest
- type ApiGetPipelineRequest
- type ApiGetRecordRequest
- type ApiListCollectionsRequest
- type ApiListPipelinesRequest
- func (r ApiListPipelinesRequest) Execute() (ListPipelinesResponse, *_nethttp.Response, error)
- func (r ApiListPipelinesRequest) PageSize(pageSize int32) ApiListPipelinesRequest
- func (r ApiListPipelinesRequest) PageToken(pageToken string) ApiListPipelinesRequest
- func (r ApiListPipelinesRequest) View(view string) ApiListPipelinesRequest
- type ApiListSchemaFieldsRequest
- type ApiQueryCollectionRequest
- type ApiSetDefaultPipelineRequest
- type ApiSetDefaultVersionRequest
- type ApiUpdateCollectionRequest
- type ApiUpsertRecordRequest
- type BasicAuth
- type BatchCreateSchemaFieldsRequest
- type BatchCreateSchemaFieldsResponse
- func (o *BatchCreateSchemaFieldsResponse) GetErrors() []BatchCreateSchemaFieldsResponseError
- func (o *BatchCreateSchemaFieldsResponse) GetErrorsOk() (*[]BatchCreateSchemaFieldsResponseError, bool)
- func (o *BatchCreateSchemaFieldsResponse) GetFields() []SchemaField
- func (o *BatchCreateSchemaFieldsResponse) GetFieldsOk() (*[]SchemaField, bool)
- func (o *BatchCreateSchemaFieldsResponse) HasErrors() bool
- func (o *BatchCreateSchemaFieldsResponse) HasFields() bool
- func (o BatchCreateSchemaFieldsResponse) MarshalJSON() ([]byte, error)
- func (o *BatchCreateSchemaFieldsResponse) SetErrors(v []BatchCreateSchemaFieldsResponseError)
- func (o *BatchCreateSchemaFieldsResponse) SetFields(v []SchemaField)
- type BatchCreateSchemaFieldsResponseError
- func (o *BatchCreateSchemaFieldsResponseError) GetIndex() int32
- func (o *BatchCreateSchemaFieldsResponseError) GetIndexOk() (*int32, bool)
- func (o *BatchCreateSchemaFieldsResponseError) GetStatus() Status
- func (o *BatchCreateSchemaFieldsResponseError) GetStatusOk() (*Status, bool)
- func (o *BatchCreateSchemaFieldsResponseError) HasIndex() bool
- func (o *BatchCreateSchemaFieldsResponseError) HasStatus() bool
- func (o BatchCreateSchemaFieldsResponseError) MarshalJSON() ([]byte, error)
- func (o *BatchCreateSchemaFieldsResponseError) SetIndex(v int32)
- func (o *BatchCreateSchemaFieldsResponseError) SetStatus(v Status)
- type BatchUpsertRecordsRequest
- func (o *BatchUpsertRecordsRequest) GetPipeline() BatchUpsertRecordsRequestPipeline
- func (o *BatchUpsertRecordsRequest) GetPipelineOk() (*BatchUpsertRecordsRequestPipeline, bool)
- func (o *BatchUpsertRecordsRequest) GetRecords() []map[string]interface{}
- func (o *BatchUpsertRecordsRequest) GetRecordsOk() (*[]map[string]interface{}, bool)
- func (o *BatchUpsertRecordsRequest) GetVariables() map[string]interface{}
- func (o *BatchUpsertRecordsRequest) GetVariablesOk() (*map[string]interface{}, bool)
- func (o *BatchUpsertRecordsRequest) HasPipeline() bool
- func (o *BatchUpsertRecordsRequest) HasVariables() bool
- func (o BatchUpsertRecordsRequest) MarshalJSON() ([]byte, error)
- func (o *BatchUpsertRecordsRequest) SetPipeline(v BatchUpsertRecordsRequestPipeline)
- func (o *BatchUpsertRecordsRequest) SetRecords(v []map[string]interface{})
- func (o *BatchUpsertRecordsRequest) SetVariables(v map[string]interface{})
- type BatchUpsertRecordsRequestPipeline
- func (o *BatchUpsertRecordsRequestPipeline) GetName() string
- func (o *BatchUpsertRecordsRequestPipeline) GetNameOk() (*string, bool)
- func (o *BatchUpsertRecordsRequestPipeline) GetVersion() string
- func (o *BatchUpsertRecordsRequestPipeline) GetVersionOk() (*string, bool)
- func (o *BatchUpsertRecordsRequestPipeline) HasVersion() bool
- func (o BatchUpsertRecordsRequestPipeline) MarshalJSON() ([]byte, error)
- func (o *BatchUpsertRecordsRequestPipeline) SetName(v string)
- func (o *BatchUpsertRecordsRequestPipeline) SetVersion(v string)
- type BatchUpsertRecordsResponse
- func (o *BatchUpsertRecordsResponse) GetErrors() []BatchUpsertRecordsResponseError
- func (o *BatchUpsertRecordsResponse) GetErrorsOk() (*[]BatchUpsertRecordsResponseError, bool)
- func (o *BatchUpsertRecordsResponse) GetKeys() []BatchUpsertRecordsResponseKey
- func (o *BatchUpsertRecordsResponse) GetKeysOk() (*[]BatchUpsertRecordsResponseKey, bool)
- func (o *BatchUpsertRecordsResponse) GetVariables() []BatchUpsertRecordsResponseVariables
- func (o *BatchUpsertRecordsResponse) GetVariablesOk() (*[]BatchUpsertRecordsResponseVariables, bool)
- func (o *BatchUpsertRecordsResponse) HasErrors() bool
- func (o *BatchUpsertRecordsResponse) HasKeys() bool
- func (o *BatchUpsertRecordsResponse) HasVariables() bool
- func (o BatchUpsertRecordsResponse) MarshalJSON() ([]byte, error)
- func (o *BatchUpsertRecordsResponse) SetErrors(v []BatchUpsertRecordsResponseError)
- func (o *BatchUpsertRecordsResponse) SetKeys(v []BatchUpsertRecordsResponseKey)
- func (o *BatchUpsertRecordsResponse) SetVariables(v []BatchUpsertRecordsResponseVariables)
- type BatchUpsertRecordsResponseError
- func (o *BatchUpsertRecordsResponseError) GetIndex() int32
- func (o *BatchUpsertRecordsResponseError) GetIndexOk() (*int32, bool)
- func (o *BatchUpsertRecordsResponseError) GetStatus() Status
- func (o *BatchUpsertRecordsResponseError) GetStatusOk() (*Status, bool)
- func (o *BatchUpsertRecordsResponseError) HasIndex() bool
- func (o *BatchUpsertRecordsResponseError) HasStatus() bool
- func (o BatchUpsertRecordsResponseError) MarshalJSON() ([]byte, error)
- func (o *BatchUpsertRecordsResponseError) SetIndex(v int32)
- func (o *BatchUpsertRecordsResponseError) SetStatus(v Status)
- type BatchUpsertRecordsResponseKey
- func (o *BatchUpsertRecordsResponseKey) GetIndex() int32
- func (o *BatchUpsertRecordsResponseKey) GetIndexOk() (*int32, bool)
- func (o *BatchUpsertRecordsResponseKey) GetKey() RecordKey
- func (o *BatchUpsertRecordsResponseKey) GetKeyOk() (*RecordKey, bool)
- func (o *BatchUpsertRecordsResponseKey) HasIndex() bool
- func (o *BatchUpsertRecordsResponseKey) HasKey() bool
- func (o BatchUpsertRecordsResponseKey) MarshalJSON() ([]byte, error)
- func (o *BatchUpsertRecordsResponseKey) SetIndex(v int32)
- func (o *BatchUpsertRecordsResponseKey) SetKey(v RecordKey)
- type BatchUpsertRecordsResponseVariables
- func (o *BatchUpsertRecordsResponseVariables) GetIndex() int32
- func (o *BatchUpsertRecordsResponseVariables) GetIndexOk() (*int32, bool)
- func (o *BatchUpsertRecordsResponseVariables) GetVariables() map[string]interface{}
- func (o *BatchUpsertRecordsResponseVariables) GetVariablesOk() (*map[string]interface{}, bool)
- func (o *BatchUpsertRecordsResponseVariables) HasIndex() bool
- func (o *BatchUpsertRecordsResponseVariables) HasVariables() bool
- func (o BatchUpsertRecordsResponseVariables) MarshalJSON() ([]byte, error)
- func (o *BatchUpsertRecordsResponseVariables) SetIndex(v int32)
- func (o *BatchUpsertRecordsResponseVariables) SetVariables(v map[string]interface{})
- type Collection
- func (o *Collection) GetAccountId() string
- func (o *Collection) GetAccountIdOk() (*string, bool)
- func (o *Collection) GetAuthorizedQueryDomains() []string
- func (o *Collection) GetAuthorizedQueryDomainsOk() (*[]string, bool)
- func (o *Collection) GetCreateTime() time.Time
- func (o *Collection) GetCreateTimeOk() (*time.Time, bool)
- func (o *Collection) GetDisplayName() string
- func (o *Collection) GetDisplayNameOk() (*string, bool)
- func (o *Collection) GetId() string
- func (o *Collection) GetIdOk() (*string, bool)
- func (o *Collection) HasAccountId() bool
- func (o *Collection) HasAuthorizedQueryDomains() bool
- func (o *Collection) HasCreateTime() bool
- func (o *Collection) HasId() bool
- func (o Collection) MarshalJSON() ([]byte, error)
- func (o *Collection) SetAccountId(v string)
- func (o *Collection) SetAuthorizedQueryDomains(v []string)
- func (o *Collection) SetCreateTime(v time.Time)
- func (o *Collection) SetDisplayName(v string)
- func (o *Collection) SetId(v string)
- type CollectionsApiService
- func (a *CollectionsApiService) CreateCollection(ctx _context.Context) ApiCreateCollectionRequest
- func (a *CollectionsApiService) CreateCollectionExecute(r ApiCreateCollectionRequest) (Collection, *_nethttp.Response, error)
- func (a *CollectionsApiService) DeleteCollection(ctx _context.Context, collectionId string) ApiDeleteCollectionRequest
- func (a *CollectionsApiService) DeleteCollectionExecute(r ApiDeleteCollectionRequest) (interface{}, *_nethttp.Response, error)
- func (a *CollectionsApiService) GetCollection(ctx _context.Context, collectionId string) ApiGetCollectionRequest
- func (a *CollectionsApiService) GetCollectionExecute(r ApiGetCollectionRequest) (Collection, *_nethttp.Response, error)
- func (a *CollectionsApiService) ListCollections(ctx _context.Context) ApiListCollectionsRequest
- func (a *CollectionsApiService) ListCollectionsExecute(r ApiListCollectionsRequest) (ListCollectionsResponse, *_nethttp.Response, error)
- func (a *CollectionsApiService) QueryCollection(ctx _context.Context, collectionId string) ApiQueryCollectionRequest
- func (a *CollectionsApiService) QueryCollectionExecute(r ApiQueryCollectionRequest) (QueryCollectionResponse, *_nethttp.Response, error)
- func (a *CollectionsApiService) UpdateCollection(ctx _context.Context, collectionId string) ApiUpdateCollectionRequest
- func (a *CollectionsApiService) UpdateCollectionExecute(r ApiUpdateCollectionRequest) (Collection, *_nethttp.Response, error)
- type Configuration
- type DeleteRecordRequest
- type Error
- func (o *Error) GetCode() int32
- func (o *Error) GetCodeOk() (*int32, bool)
- func (o *Error) GetDetails() []ProtobufAny
- func (o *Error) GetDetailsOk() (*[]ProtobufAny, bool)
- func (o *Error) GetMessage() string
- func (o *Error) GetMessageOk() (*string, bool)
- func (o *Error) HasCode() bool
- func (o *Error) HasDetails() bool
- func (o *Error) HasMessage() bool
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetCode(v int32)
- func (o *Error) SetDetails(v []ProtobufAny)
- func (o *Error) SetMessage(v string)
- type GeneratePipelinesRequest
- func (o *GeneratePipelinesRequest) GetQueryTrainingFields() []string
- func (o *GeneratePipelinesRequest) GetQueryTrainingFieldsOk() (*[]string, bool)
- func (o *GeneratePipelinesRequest) GetSearchableFields() []string
- func (o *GeneratePipelinesRequest) GetSearchableFieldsOk() (*[]string, bool)
- func (o *GeneratePipelinesRequest) HasQueryTrainingFields() bool
- func (o GeneratePipelinesRequest) MarshalJSON() ([]byte, error)
- func (o *GeneratePipelinesRequest) SetQueryTrainingFields(v []string)
- func (o *GeneratePipelinesRequest) SetSearchableFields(v []string)
- type GeneratePipelinesResponse
- func (o *GeneratePipelinesResponse) GetAutocompletePipeline() Pipeline
- func (o *GeneratePipelinesResponse) GetAutocompletePipelineOk() (*Pipeline, bool)
- func (o *GeneratePipelinesResponse) GetQueryPipeline() Pipeline
- func (o *GeneratePipelinesResponse) GetQueryPipelineOk() (*Pipeline, bool)
- func (o *GeneratePipelinesResponse) GetRecordPipeline() Pipeline
- func (o *GeneratePipelinesResponse) GetRecordPipelineOk() (*Pipeline, bool)
- func (o *GeneratePipelinesResponse) HasAutocompletePipeline() bool
- func (o *GeneratePipelinesResponse) HasQueryPipeline() bool
- func (o *GeneratePipelinesResponse) HasRecordPipeline() bool
- func (o GeneratePipelinesResponse) MarshalJSON() ([]byte, error)
- func (o *GeneratePipelinesResponse) SetAutocompletePipeline(v Pipeline)
- func (o *GeneratePipelinesResponse) SetQueryPipeline(v Pipeline)
- func (o *GeneratePipelinesResponse) SetRecordPipeline(v Pipeline)
- type GenericOpenAPIError
- type GetDefaultPipelineResponse
- func (o *GetDefaultPipelineResponse) GetPipeline() string
- func (o *GetDefaultPipelineResponse) GetPipelineOk() (*string, bool)
- func (o *GetDefaultPipelineResponse) HasPipeline() bool
- func (o GetDefaultPipelineResponse) MarshalJSON() ([]byte, error)
- func (o *GetDefaultPipelineResponse) SetPipeline(v string)
- type GetDefaultVersionRequestView
- type GetPipelineRequestView
- type GetRecordRequest
- type ListCollectionsResponse
- func (o *ListCollectionsResponse) GetCollections() []Collection
- func (o *ListCollectionsResponse) GetCollectionsOk() (*[]Collection, bool)
- func (o *ListCollectionsResponse) GetNextPageToken() string
- func (o *ListCollectionsResponse) GetNextPageTokenOk() (*string, bool)
- func (o *ListCollectionsResponse) HasCollections() bool
- func (o *ListCollectionsResponse) HasNextPageToken() bool
- func (o ListCollectionsResponse) MarshalJSON() ([]byte, error)
- func (o *ListCollectionsResponse) SetCollections(v []Collection)
- func (o *ListCollectionsResponse) SetNextPageToken(v string)
- type ListPipelinesRequestView
- type ListPipelinesResponse
- func (o *ListPipelinesResponse) GetNextPageToken() string
- func (o *ListPipelinesResponse) GetNextPageTokenOk() (*string, bool)
- func (o *ListPipelinesResponse) GetPipelines() []Pipeline
- func (o *ListPipelinesResponse) GetPipelinesOk() (*[]Pipeline, bool)
- func (o *ListPipelinesResponse) HasNextPageToken() bool
- func (o *ListPipelinesResponse) HasPipelines() bool
- func (o ListPipelinesResponse) MarshalJSON() ([]byte, error)
- func (o *ListPipelinesResponse) SetNextPageToken(v string)
- func (o *ListPipelinesResponse) SetPipelines(v []Pipeline)
- type ListSchemaFieldsResponse
- func (o *ListSchemaFieldsResponse) GetNextPageToken() string
- func (o *ListSchemaFieldsResponse) GetNextPageTokenOk() (*string, bool)
- func (o *ListSchemaFieldsResponse) GetSchemaFields() []SchemaField
- func (o *ListSchemaFieldsResponse) GetSchemaFieldsOk() (*[]SchemaField, bool)
- func (o *ListSchemaFieldsResponse) GetTotalSize() int32
- func (o *ListSchemaFieldsResponse) GetTotalSizeOk() (*int32, bool)
- func (o *ListSchemaFieldsResponse) HasNextPageToken() bool
- func (o *ListSchemaFieldsResponse) HasSchemaFields() bool
- func (o *ListSchemaFieldsResponse) HasTotalSize() bool
- func (o ListSchemaFieldsResponse) MarshalJSON() ([]byte, error)
- func (o *ListSchemaFieldsResponse) SetNextPageToken(v string)
- func (o *ListSchemaFieldsResponse) SetSchemaFields(v []SchemaField)
- func (o *ListSchemaFieldsResponse) SetTotalSize(v int32)
- type NullableBatchCreateSchemaFieldsRequest
- func (v NullableBatchCreateSchemaFieldsRequest) Get() *BatchCreateSchemaFieldsRequest
- func (v NullableBatchCreateSchemaFieldsRequest) IsSet() bool
- func (v NullableBatchCreateSchemaFieldsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableBatchCreateSchemaFieldsRequest) Set(val *BatchCreateSchemaFieldsRequest)
- func (v *NullableBatchCreateSchemaFieldsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableBatchCreateSchemaFieldsRequest) Unset()
- type NullableBatchCreateSchemaFieldsResponse
- func (v NullableBatchCreateSchemaFieldsResponse) Get() *BatchCreateSchemaFieldsResponse
- func (v NullableBatchCreateSchemaFieldsResponse) IsSet() bool
- func (v NullableBatchCreateSchemaFieldsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableBatchCreateSchemaFieldsResponse) Set(val *BatchCreateSchemaFieldsResponse)
- func (v *NullableBatchCreateSchemaFieldsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableBatchCreateSchemaFieldsResponse) Unset()
- type NullableBatchCreateSchemaFieldsResponseError
- func (v NullableBatchCreateSchemaFieldsResponseError) Get() *BatchCreateSchemaFieldsResponseError
- func (v NullableBatchCreateSchemaFieldsResponseError) IsSet() bool
- func (v NullableBatchCreateSchemaFieldsResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableBatchCreateSchemaFieldsResponseError) Set(val *BatchCreateSchemaFieldsResponseError)
- func (v *NullableBatchCreateSchemaFieldsResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableBatchCreateSchemaFieldsResponseError) Unset()
- type NullableBatchUpsertRecordsRequest
- func (v NullableBatchUpsertRecordsRequest) Get() *BatchUpsertRecordsRequest
- func (v NullableBatchUpsertRecordsRequest) IsSet() bool
- func (v NullableBatchUpsertRecordsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableBatchUpsertRecordsRequest) Set(val *BatchUpsertRecordsRequest)
- func (v *NullableBatchUpsertRecordsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableBatchUpsertRecordsRequest) Unset()
- type NullableBatchUpsertRecordsRequestPipeline
- func (v NullableBatchUpsertRecordsRequestPipeline) Get() *BatchUpsertRecordsRequestPipeline
- func (v NullableBatchUpsertRecordsRequestPipeline) IsSet() bool
- func (v NullableBatchUpsertRecordsRequestPipeline) MarshalJSON() ([]byte, error)
- func (v *NullableBatchUpsertRecordsRequestPipeline) Set(val *BatchUpsertRecordsRequestPipeline)
- func (v *NullableBatchUpsertRecordsRequestPipeline) UnmarshalJSON(src []byte) error
- func (v *NullableBatchUpsertRecordsRequestPipeline) Unset()
- type NullableBatchUpsertRecordsResponse
- func (v NullableBatchUpsertRecordsResponse) Get() *BatchUpsertRecordsResponse
- func (v NullableBatchUpsertRecordsResponse) IsSet() bool
- func (v NullableBatchUpsertRecordsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableBatchUpsertRecordsResponse) Set(val *BatchUpsertRecordsResponse)
- func (v *NullableBatchUpsertRecordsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableBatchUpsertRecordsResponse) Unset()
- type NullableBatchUpsertRecordsResponseError
- func (v NullableBatchUpsertRecordsResponseError) Get() *BatchUpsertRecordsResponseError
- func (v NullableBatchUpsertRecordsResponseError) IsSet() bool
- func (v NullableBatchUpsertRecordsResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableBatchUpsertRecordsResponseError) Set(val *BatchUpsertRecordsResponseError)
- func (v *NullableBatchUpsertRecordsResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableBatchUpsertRecordsResponseError) Unset()
- type NullableBatchUpsertRecordsResponseKey
- func (v NullableBatchUpsertRecordsResponseKey) Get() *BatchUpsertRecordsResponseKey
- func (v NullableBatchUpsertRecordsResponseKey) IsSet() bool
- func (v NullableBatchUpsertRecordsResponseKey) MarshalJSON() ([]byte, error)
- func (v *NullableBatchUpsertRecordsResponseKey) Set(val *BatchUpsertRecordsResponseKey)
- func (v *NullableBatchUpsertRecordsResponseKey) UnmarshalJSON(src []byte) error
- func (v *NullableBatchUpsertRecordsResponseKey) Unset()
- type NullableBatchUpsertRecordsResponseVariables
- func (v NullableBatchUpsertRecordsResponseVariables) Get() *BatchUpsertRecordsResponseVariables
- func (v NullableBatchUpsertRecordsResponseVariables) IsSet() bool
- func (v NullableBatchUpsertRecordsResponseVariables) MarshalJSON() ([]byte, error)
- func (v *NullableBatchUpsertRecordsResponseVariables) Set(val *BatchUpsertRecordsResponseVariables)
- func (v *NullableBatchUpsertRecordsResponseVariables) UnmarshalJSON(src []byte) error
- func (v *NullableBatchUpsertRecordsResponseVariables) Unset()
- type NullableBool
- type NullableCollection
- type NullableDeleteRecordRequest
- func (v NullableDeleteRecordRequest) Get() *DeleteRecordRequest
- func (v NullableDeleteRecordRequest) IsSet() bool
- func (v NullableDeleteRecordRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteRecordRequest) Set(val *DeleteRecordRequest)
- func (v *NullableDeleteRecordRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteRecordRequest) Unset()
- type NullableError
- type NullableFloat32
- type NullableFloat64
- type NullableGeneratePipelinesRequest
- func (v NullableGeneratePipelinesRequest) Get() *GeneratePipelinesRequest
- func (v NullableGeneratePipelinesRequest) IsSet() bool
- func (v NullableGeneratePipelinesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGeneratePipelinesRequest) Set(val *GeneratePipelinesRequest)
- func (v *NullableGeneratePipelinesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGeneratePipelinesRequest) Unset()
- type NullableGeneratePipelinesResponse
- func (v NullableGeneratePipelinesResponse) Get() *GeneratePipelinesResponse
- func (v NullableGeneratePipelinesResponse) IsSet() bool
- func (v NullableGeneratePipelinesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGeneratePipelinesResponse) Set(val *GeneratePipelinesResponse)
- func (v *NullableGeneratePipelinesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGeneratePipelinesResponse) Unset()
- type NullableGetDefaultPipelineResponse
- func (v NullableGetDefaultPipelineResponse) Get() *GetDefaultPipelineResponse
- func (v NullableGetDefaultPipelineResponse) IsSet() bool
- func (v NullableGetDefaultPipelineResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetDefaultPipelineResponse) Set(val *GetDefaultPipelineResponse)
- func (v *NullableGetDefaultPipelineResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetDefaultPipelineResponse) Unset()
- type NullableGetDefaultVersionRequestView
- func (v NullableGetDefaultVersionRequestView) Get() *GetDefaultVersionRequestView
- func (v NullableGetDefaultVersionRequestView) IsSet() bool
- func (v NullableGetDefaultVersionRequestView) MarshalJSON() ([]byte, error)
- func (v *NullableGetDefaultVersionRequestView) Set(val *GetDefaultVersionRequestView)
- func (v *NullableGetDefaultVersionRequestView) UnmarshalJSON(src []byte) error
- func (v *NullableGetDefaultVersionRequestView) Unset()
- type NullableGetPipelineRequestView
- func (v NullableGetPipelineRequestView) Get() *GetPipelineRequestView
- func (v NullableGetPipelineRequestView) IsSet() bool
- func (v NullableGetPipelineRequestView) MarshalJSON() ([]byte, error)
- func (v *NullableGetPipelineRequestView) Set(val *GetPipelineRequestView)
- func (v *NullableGetPipelineRequestView) UnmarshalJSON(src []byte) error
- func (v *NullableGetPipelineRequestView) Unset()
- type NullableGetRecordRequest
- func (v NullableGetRecordRequest) Get() *GetRecordRequest
- func (v NullableGetRecordRequest) IsSet() bool
- func (v NullableGetRecordRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGetRecordRequest) Set(val *GetRecordRequest)
- func (v *NullableGetRecordRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGetRecordRequest) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableListCollectionsResponse
- func (v NullableListCollectionsResponse) Get() *ListCollectionsResponse
- func (v NullableListCollectionsResponse) IsSet() bool
- func (v NullableListCollectionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListCollectionsResponse) Set(val *ListCollectionsResponse)
- func (v *NullableListCollectionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListCollectionsResponse) Unset()
- type NullableListPipelinesRequestView
- func (v NullableListPipelinesRequestView) Get() *ListPipelinesRequestView
- func (v NullableListPipelinesRequestView) IsSet() bool
- func (v NullableListPipelinesRequestView) MarshalJSON() ([]byte, error)
- func (v *NullableListPipelinesRequestView) Set(val *ListPipelinesRequestView)
- func (v *NullableListPipelinesRequestView) UnmarshalJSON(src []byte) error
- func (v *NullableListPipelinesRequestView) Unset()
- type NullableListPipelinesResponse
- func (v NullableListPipelinesResponse) Get() *ListPipelinesResponse
- func (v NullableListPipelinesResponse) IsSet() bool
- func (v NullableListPipelinesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListPipelinesResponse) Set(val *ListPipelinesResponse)
- func (v *NullableListPipelinesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListPipelinesResponse) Unset()
- type NullableListSchemaFieldsResponse
- func (v NullableListSchemaFieldsResponse) Get() *ListSchemaFieldsResponse
- func (v NullableListSchemaFieldsResponse) IsSet() bool
- func (v NullableListSchemaFieldsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListSchemaFieldsResponse) Set(val *ListSchemaFieldsResponse)
- func (v *NullableListSchemaFieldsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListSchemaFieldsResponse) Unset()
- type NullablePipeline
- type NullablePipelineStep
- func (v NullablePipelineStep) Get() *PipelineStep
- func (v NullablePipelineStep) IsSet() bool
- func (v NullablePipelineStep) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineStep) Set(val *PipelineStep)
- func (v *NullablePipelineStep) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineStep) Unset()
- type NullablePipelineStepParamBinding
- func (v NullablePipelineStepParamBinding) Get() *PipelineStepParamBinding
- func (v NullablePipelineStepParamBinding) IsSet() bool
- func (v NullablePipelineStepParamBinding) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineStepParamBinding) Set(val *PipelineStepParamBinding)
- func (v *NullablePipelineStepParamBinding) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineStepParamBinding) Unset()
- type NullablePipelineType
- func (v NullablePipelineType) Get() *PipelineType
- func (v NullablePipelineType) IsSet() bool
- func (v NullablePipelineType) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineType) Set(val *PipelineType)
- func (v *NullablePipelineType) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineType) Unset()
- type NullableProtobufAny
- func (v NullableProtobufAny) Get() *ProtobufAny
- func (v NullableProtobufAny) IsSet() bool
- func (v NullableProtobufAny) MarshalJSON() ([]byte, error)
- func (v *NullableProtobufAny) Set(val *ProtobufAny)
- func (v *NullableProtobufAny) UnmarshalJSON(src []byte) error
- func (v *NullableProtobufAny) Unset()
- type NullableProtobufNullValue
- func (v NullableProtobufNullValue) Get() *ProtobufNullValue
- func (v NullableProtobufNullValue) IsSet() bool
- func (v NullableProtobufNullValue) MarshalJSON() ([]byte, error)
- func (v *NullableProtobufNullValue) Set(val *ProtobufNullValue)
- func (v *NullableProtobufNullValue) UnmarshalJSON(src []byte) error
- func (v *NullableProtobufNullValue) Unset()
- type NullableQueryAggregateResult
- func (v NullableQueryAggregateResult) Get() *QueryAggregateResult
- func (v NullableQueryAggregateResult) IsSet() bool
- func (v NullableQueryAggregateResult) MarshalJSON() ([]byte, error)
- func (v *NullableQueryAggregateResult) Set(val *QueryAggregateResult)
- func (v *NullableQueryAggregateResult) UnmarshalJSON(src []byte) error
- func (v *NullableQueryAggregateResult) Unset()
- type NullableQueryAggregateResultAnalysis
- func (v NullableQueryAggregateResultAnalysis) Get() *QueryAggregateResultAnalysis
- func (v NullableQueryAggregateResultAnalysis) IsSet() bool
- func (v NullableQueryAggregateResultAnalysis) MarshalJSON() ([]byte, error)
- func (v *NullableQueryAggregateResultAnalysis) Set(val *QueryAggregateResultAnalysis)
- func (v *NullableQueryAggregateResultAnalysis) UnmarshalJSON(src []byte) error
- func (v *NullableQueryAggregateResultAnalysis) Unset()
- type NullableQueryAggregateResultBuckets
- func (v NullableQueryAggregateResultBuckets) Get() *QueryAggregateResultBuckets
- func (v NullableQueryAggregateResultBuckets) IsSet() bool
- func (v NullableQueryAggregateResultBuckets) MarshalJSON() ([]byte, error)
- func (v *NullableQueryAggregateResultBuckets) Set(val *QueryAggregateResultBuckets)
- func (v *NullableQueryAggregateResultBuckets) UnmarshalJSON(src []byte) error
- func (v *NullableQueryAggregateResultBuckets) Unset()
- type NullableQueryAggregateResultBucketsBucket
- func (v NullableQueryAggregateResultBucketsBucket) Get() *QueryAggregateResultBucketsBucket
- func (v NullableQueryAggregateResultBucketsBucket) IsSet() bool
- func (v NullableQueryAggregateResultBucketsBucket) MarshalJSON() ([]byte, error)
- func (v *NullableQueryAggregateResultBucketsBucket) Set(val *QueryAggregateResultBucketsBucket)
- func (v *NullableQueryAggregateResultBucketsBucket) UnmarshalJSON(src []byte) error
- func (v *NullableQueryAggregateResultBucketsBucket) Unset()
- type NullableQueryAggregateResultCount
- func (v NullableQueryAggregateResultCount) Get() *QueryAggregateResultCount
- func (v NullableQueryAggregateResultCount) IsSet() bool
- func (v NullableQueryAggregateResultCount) MarshalJSON() ([]byte, error)
- func (v *NullableQueryAggregateResultCount) Set(val *QueryAggregateResultCount)
- func (v *NullableQueryAggregateResultCount) UnmarshalJSON(src []byte) error
- func (v *NullableQueryAggregateResultCount) Unset()
- type NullableQueryAggregateResultDate
- func (v NullableQueryAggregateResultDate) Get() *QueryAggregateResultDate
- func (v NullableQueryAggregateResultDate) IsSet() bool
- func (v NullableQueryAggregateResultDate) MarshalJSON() ([]byte, error)
- func (v *NullableQueryAggregateResultDate) Set(val *QueryAggregateResultDate)
- func (v *NullableQueryAggregateResultDate) UnmarshalJSON(src []byte) error
- func (v *NullableQueryAggregateResultDate) Unset()
- type NullableQueryAggregateResultMetric
- func (v NullableQueryAggregateResultMetric) Get() *QueryAggregateResultMetric
- func (v NullableQueryAggregateResultMetric) IsSet() bool
- func (v NullableQueryAggregateResultMetric) MarshalJSON() ([]byte, error)
- func (v *NullableQueryAggregateResultMetric) Set(val *QueryAggregateResultMetric)
- func (v *NullableQueryAggregateResultMetric) UnmarshalJSON(src []byte) error
- func (v *NullableQueryAggregateResultMetric) Unset()
- type NullableQueryCollectionRequest
- func (v NullableQueryCollectionRequest) Get() *QueryCollectionRequest
- func (v NullableQueryCollectionRequest) IsSet() bool
- func (v NullableQueryCollectionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableQueryCollectionRequest) Set(val *QueryCollectionRequest)
- func (v *NullableQueryCollectionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableQueryCollectionRequest) Unset()
- type NullableQueryCollectionRequestPipeline
- func (v NullableQueryCollectionRequestPipeline) Get() *QueryCollectionRequestPipeline
- func (v NullableQueryCollectionRequestPipeline) IsSet() bool
- func (v NullableQueryCollectionRequestPipeline) MarshalJSON() ([]byte, error)
- func (v *NullableQueryCollectionRequestPipeline) Set(val *QueryCollectionRequestPipeline)
- func (v *NullableQueryCollectionRequestPipeline) UnmarshalJSON(src []byte) error
- func (v *NullableQueryCollectionRequestPipeline) Unset()
- type NullableQueryCollectionRequestTracking
- func (v NullableQueryCollectionRequestTracking) Get() *QueryCollectionRequestTracking
- func (v NullableQueryCollectionRequestTracking) IsSet() bool
- func (v NullableQueryCollectionRequestTracking) MarshalJSON() ([]byte, error)
- func (v *NullableQueryCollectionRequestTracking) Set(val *QueryCollectionRequestTracking)
- func (v *NullableQueryCollectionRequestTracking) UnmarshalJSON(src []byte) error
- func (v *NullableQueryCollectionRequestTracking) Unset()
- type NullableQueryCollectionRequestTrackingType
- func (v NullableQueryCollectionRequestTrackingType) Get() *QueryCollectionRequestTrackingType
- func (v NullableQueryCollectionRequestTrackingType) IsSet() bool
- func (v NullableQueryCollectionRequestTrackingType) MarshalJSON() ([]byte, error)
- func (v *NullableQueryCollectionRequestTrackingType) Set(val *QueryCollectionRequestTrackingType)
- func (v *NullableQueryCollectionRequestTrackingType) UnmarshalJSON(src []byte) error
- func (v *NullableQueryCollectionRequestTrackingType) Unset()
- type NullableQueryCollectionResponse
- func (v NullableQueryCollectionResponse) Get() *QueryCollectionResponse
- func (v NullableQueryCollectionResponse) IsSet() bool
- func (v NullableQueryCollectionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableQueryCollectionResponse) Set(val *QueryCollectionResponse)
- func (v *NullableQueryCollectionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableQueryCollectionResponse) Unset()
- type NullableQueryCollectionResponsePipeline
- func (v NullableQueryCollectionResponsePipeline) Get() *QueryCollectionResponsePipeline
- func (v NullableQueryCollectionResponsePipeline) IsSet() bool
- func (v NullableQueryCollectionResponsePipeline) MarshalJSON() ([]byte, error)
- func (v *NullableQueryCollectionResponsePipeline) Set(val *QueryCollectionResponsePipeline)
- func (v *NullableQueryCollectionResponsePipeline) UnmarshalJSON(src []byte) error
- func (v *NullableQueryCollectionResponsePipeline) Unset()
- type NullableQueryResult
- func (v NullableQueryResult) Get() *QueryResult
- func (v NullableQueryResult) IsSet() bool
- func (v NullableQueryResult) MarshalJSON() ([]byte, error)
- func (v *NullableQueryResult) Set(val *QueryResult)
- func (v *NullableQueryResult) UnmarshalJSON(src []byte) error
- func (v *NullableQueryResult) Unset()
- type NullableQueryResultToken
- func (v NullableQueryResultToken) Get() *QueryResultToken
- func (v NullableQueryResultToken) IsSet() bool
- func (v NullableQueryResultToken) MarshalJSON() ([]byte, error)
- func (v *NullableQueryResultToken) Set(val *QueryResultToken)
- func (v *NullableQueryResultToken) UnmarshalJSON(src []byte) error
- func (v *NullableQueryResultToken) Unset()
- type NullableQueryResultTokenClick
- func (v NullableQueryResultTokenClick) Get() *QueryResultTokenClick
- func (v NullableQueryResultTokenClick) IsSet() bool
- func (v NullableQueryResultTokenClick) MarshalJSON() ([]byte, error)
- func (v *NullableQueryResultTokenClick) Set(val *QueryResultTokenClick)
- func (v *NullableQueryResultTokenClick) UnmarshalJSON(src []byte) error
- func (v *NullableQueryResultTokenClick) Unset()
- type NullableQueryResultTokenPosNeg
- func (v NullableQueryResultTokenPosNeg) Get() *QueryResultTokenPosNeg
- func (v NullableQueryResultTokenPosNeg) IsSet() bool
- func (v NullableQueryResultTokenPosNeg) MarshalJSON() ([]byte, error)
- func (v *NullableQueryResultTokenPosNeg) Set(val *QueryResultTokenPosNeg)
- func (v *NullableQueryResultTokenPosNeg) UnmarshalJSON(src []byte) error
- func (v *NullableQueryResultTokenPosNeg) Unset()
- type NullableRecordKey
- type NullableSchemaField
- func (v NullableSchemaField) Get() *SchemaField
- func (v NullableSchemaField) IsSet() bool
- func (v NullableSchemaField) MarshalJSON() ([]byte, error)
- func (v *NullableSchemaField) Set(val *SchemaField)
- func (v *NullableSchemaField) UnmarshalJSON(src []byte) error
- func (v *NullableSchemaField) Unset()
- type NullableSchemaFieldMode
- func (v NullableSchemaFieldMode) Get() *SchemaFieldMode
- func (v NullableSchemaFieldMode) IsSet() bool
- func (v NullableSchemaFieldMode) MarshalJSON() ([]byte, error)
- func (v *NullableSchemaFieldMode) Set(val *SchemaFieldMode)
- func (v *NullableSchemaFieldMode) UnmarshalJSON(src []byte) error
- func (v *NullableSchemaFieldMode) Unset()
- type NullableSchemaFieldType
- func (v NullableSchemaFieldType) Get() *SchemaFieldType
- func (v NullableSchemaFieldType) IsSet() bool
- func (v NullableSchemaFieldType) MarshalJSON() ([]byte, error)
- func (v *NullableSchemaFieldType) Set(val *SchemaFieldType)
- func (v *NullableSchemaFieldType) UnmarshalJSON(src []byte) error
- func (v *NullableSchemaFieldType) Unset()
- type NullableSetDefaultPipelineRequest
- func (v NullableSetDefaultPipelineRequest) Get() *SetDefaultPipelineRequest
- func (v NullableSetDefaultPipelineRequest) IsSet() bool
- func (v NullableSetDefaultPipelineRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSetDefaultPipelineRequest) Set(val *SetDefaultPipelineRequest)
- func (v *NullableSetDefaultPipelineRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSetDefaultPipelineRequest) Unset()
- type NullableSetDefaultVersionRequest
- func (v NullableSetDefaultVersionRequest) Get() *SetDefaultVersionRequest
- func (v NullableSetDefaultVersionRequest) IsSet() bool
- func (v NullableSetDefaultVersionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSetDefaultVersionRequest) Set(val *SetDefaultVersionRequest)
- func (v *NullableSetDefaultVersionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSetDefaultVersionRequest) Unset()
- type NullableStatus
- type NullableString
- type NullableTime
- type NullableUpsertRecordRequest
- func (v NullableUpsertRecordRequest) Get() *UpsertRecordRequest
- func (v NullableUpsertRecordRequest) IsSet() bool
- func (v NullableUpsertRecordRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpsertRecordRequest) Set(val *UpsertRecordRequest)
- func (v *NullableUpsertRecordRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpsertRecordRequest) Unset()
- type NullableUpsertRecordRequestPipeline
- func (v NullableUpsertRecordRequestPipeline) Get() *UpsertRecordRequestPipeline
- func (v NullableUpsertRecordRequestPipeline) IsSet() bool
- func (v NullableUpsertRecordRequestPipeline) MarshalJSON() ([]byte, error)
- func (v *NullableUpsertRecordRequestPipeline) Set(val *UpsertRecordRequestPipeline)
- func (v *NullableUpsertRecordRequestPipeline) UnmarshalJSON(src []byte) error
- func (v *NullableUpsertRecordRequestPipeline) Unset()
- type NullableUpsertRecordResponse
- func (v NullableUpsertRecordResponse) Get() *UpsertRecordResponse
- func (v NullableUpsertRecordResponse) IsSet() bool
- func (v NullableUpsertRecordResponse) MarshalJSON() ([]byte, error)
- func (v *NullableUpsertRecordResponse) Set(val *UpsertRecordResponse)
- func (v *NullableUpsertRecordResponse) UnmarshalJSON(src []byte) error
- func (v *NullableUpsertRecordResponse) Unset()
- type Pipeline
- func (o *Pipeline) GetCollectionDefault() bool
- func (o *Pipeline) GetCollectionDefaultOk() (*bool, bool)
- func (o *Pipeline) GetCreateTime() time.Time
- func (o *Pipeline) GetCreateTimeOk() (*time.Time, bool)
- func (o *Pipeline) GetDefaultVersion() bool
- func (o *Pipeline) GetDefaultVersionOk() (*bool, bool)
- func (o *Pipeline) GetDescription() string
- func (o *Pipeline) GetDescriptionOk() (*string, bool)
- func (o *Pipeline) GetName() string
- func (o *Pipeline) GetNameOk() (*string, bool)
- func (o *Pipeline) GetPostSteps() []PipelineStep
- func (o *Pipeline) GetPostStepsOk() (*[]PipelineStep, bool)
- func (o *Pipeline) GetPreSteps() []PipelineStep
- func (o *Pipeline) GetPreStepsOk() (*[]PipelineStep, bool)
- func (o *Pipeline) GetType() PipelineType
- func (o *Pipeline) GetTypeOk() (*PipelineType, bool)
- func (o *Pipeline) GetVersion() string
- func (o *Pipeline) GetVersionOk() (*string, bool)
- func (o *Pipeline) HasCollectionDefault() bool
- func (o *Pipeline) HasCreateTime() bool
- func (o *Pipeline) HasDefaultVersion() bool
- func (o *Pipeline) HasDescription() bool
- func (o *Pipeline) HasPostSteps() bool
- func (o *Pipeline) HasPreSteps() bool
- func (o Pipeline) MarshalJSON() ([]byte, error)
- func (o *Pipeline) SetCollectionDefault(v bool)
- func (o *Pipeline) SetCreateTime(v time.Time)
- func (o *Pipeline) SetDefaultVersion(v bool)
- func (o *Pipeline) SetDescription(v string)
- func (o *Pipeline) SetName(v string)
- func (o *Pipeline) SetPostSteps(v []PipelineStep)
- func (o *Pipeline) SetPreSteps(v []PipelineStep)
- func (o *Pipeline) SetType(v PipelineType)
- func (o *Pipeline) SetVersion(v string)
- type PipelineStep
- func (o *PipelineStep) GetAnnotations() []string
- func (o *PipelineStep) GetAnnotationsOk() (*[]string, bool)
- func (o *PipelineStep) GetCondition() string
- func (o *PipelineStep) GetConditionOk() (*string, bool)
- func (o *PipelineStep) GetDescription() string
- func (o *PipelineStep) GetDescriptionOk() (*string, bool)
- func (o *PipelineStep) GetId() string
- func (o *PipelineStep) GetIdOk() (*string, bool)
- func (o *PipelineStep) GetParams() map[string]PipelineStepParamBinding
- func (o *PipelineStep) GetParamsOk() (*map[string]PipelineStepParamBinding, bool)
- func (o *PipelineStep) GetTitle() string
- func (o *PipelineStep) GetTitleOk() (*string, bool)
- func (o *PipelineStep) HasAnnotations() bool
- func (o *PipelineStep) HasCondition() bool
- func (o *PipelineStep) HasDescription() bool
- func (o *PipelineStep) HasParams() bool
- func (o *PipelineStep) HasTitle() bool
- func (o PipelineStep) MarshalJSON() ([]byte, error)
- func (o *PipelineStep) SetAnnotations(v []string)
- func (o *PipelineStep) SetCondition(v string)
- func (o *PipelineStep) SetDescription(v string)
- func (o *PipelineStep) SetId(v string)
- func (o *PipelineStep) SetParams(v map[string]PipelineStepParamBinding)
- func (o *PipelineStep) SetTitle(v string)
- type PipelineStepParamBinding
- func (o *PipelineStepParamBinding) GetBind() string
- func (o *PipelineStepParamBinding) GetBindOk() (*string, bool)
- func (o *PipelineStepParamBinding) GetConstant() string
- func (o *PipelineStepParamBinding) GetConstantOk() (*string, bool)
- func (o *PipelineStepParamBinding) GetDefaultValue() string
- func (o *PipelineStepParamBinding) GetDefaultValueOk() (*string, bool)
- func (o *PipelineStepParamBinding) GetDescription() string
- func (o *PipelineStepParamBinding) GetDescriptionOk() (*string, bool)
- func (o *PipelineStepParamBinding) HasBind() bool
- func (o *PipelineStepParamBinding) HasConstant() bool
- func (o *PipelineStepParamBinding) HasDefaultValue() bool
- func (o *PipelineStepParamBinding) HasDescription() bool
- func (o PipelineStepParamBinding) MarshalJSON() ([]byte, error)
- func (o *PipelineStepParamBinding) SetBind(v string)
- func (o *PipelineStepParamBinding) SetConstant(v string)
- func (o *PipelineStepParamBinding) SetDefaultValue(v string)
- func (o *PipelineStepParamBinding) SetDescription(v string)
- type PipelineType
- type PipelinesApiService
- func (a *PipelinesApiService) CreatePipeline(ctx _context.Context, collectionId string) ApiCreatePipelineRequest
- func (a *PipelinesApiService) CreatePipelineExecute(r ApiCreatePipelineRequest) (Pipeline, *_nethttp.Response, error)
- func (a *PipelinesApiService) GeneratePipelines(ctx _context.Context, collectionId string) ApiGeneratePipelinesRequest
- func (a *PipelinesApiService) GeneratePipelinesExecute(r ApiGeneratePipelinesRequest) (GeneratePipelinesResponse, *_nethttp.Response, error)
- func (a *PipelinesApiService) GetDefaultPipeline(ctx _context.Context, collectionId string) ApiGetDefaultPipelineRequest
- func (a *PipelinesApiService) GetDefaultPipelineExecute(r ApiGetDefaultPipelineRequest) (GetDefaultPipelineResponse, *_nethttp.Response, error)
- func (a *PipelinesApiService) GetDefaultVersion(ctx _context.Context, collectionId string, type_ string, name string) ApiGetDefaultVersionRequest
- func (a *PipelinesApiService) GetDefaultVersionExecute(r ApiGetDefaultVersionRequest) (Pipeline, *_nethttp.Response, error)
- func (a *PipelinesApiService) GetPipeline(ctx _context.Context, collectionId string, type_ string, name string, ...) ApiGetPipelineRequest
- func (a *PipelinesApiService) GetPipelineExecute(r ApiGetPipelineRequest) (Pipeline, *_nethttp.Response, error)
- func (a *PipelinesApiService) ListPipelines(ctx _context.Context, collectionId string) ApiListPipelinesRequest
- func (a *PipelinesApiService) ListPipelinesExecute(r ApiListPipelinesRequest) (ListPipelinesResponse, *_nethttp.Response, error)
- func (a *PipelinesApiService) SetDefaultPipeline(ctx _context.Context, collectionId string) ApiSetDefaultPipelineRequest
- func (a *PipelinesApiService) SetDefaultPipelineExecute(r ApiSetDefaultPipelineRequest) (map[string]interface{}, *_nethttp.Response, error)
- func (a *PipelinesApiService) SetDefaultVersion(ctx _context.Context, collectionId string, type_ string, name string) ApiSetDefaultVersionRequest
- func (a *PipelinesApiService) SetDefaultVersionExecute(r ApiSetDefaultVersionRequest) (map[string]interface{}, *_nethttp.Response, error)
- type ProtobufAny
- func (o *ProtobufAny) GetTypeUrl() string
- func (o *ProtobufAny) GetTypeUrlOk() (*string, bool)
- func (o *ProtobufAny) GetValue() string
- func (o *ProtobufAny) GetValueOk() (*string, bool)
- func (o *ProtobufAny) HasTypeUrl() bool
- func (o *ProtobufAny) HasValue() bool
- func (o ProtobufAny) MarshalJSON() ([]byte, error)
- func (o *ProtobufAny) SetTypeUrl(v string)
- func (o *ProtobufAny) SetValue(v string)
- type ProtobufNullValue
- type QueryAggregateResult
- func (o *QueryAggregateResult) GetAnalysis() QueryAggregateResultAnalysis
- func (o *QueryAggregateResult) GetAnalysisOk() (*QueryAggregateResultAnalysis, bool)
- func (o *QueryAggregateResult) GetBuckets() QueryAggregateResultBuckets
- func (o *QueryAggregateResult) GetBucketsOk() (*QueryAggregateResultBuckets, bool)
- func (o *QueryAggregateResult) GetCount() QueryAggregateResultCount
- func (o *QueryAggregateResult) GetCountOk() (*QueryAggregateResultCount, bool)
- func (o *QueryAggregateResult) GetDate() QueryAggregateResultDate
- func (o *QueryAggregateResult) GetDateOk() (*QueryAggregateResultDate, bool)
- func (o *QueryAggregateResult) GetMetric() QueryAggregateResultMetric
- func (o *QueryAggregateResult) GetMetricOk() (*QueryAggregateResultMetric, bool)
- func (o *QueryAggregateResult) HasAnalysis() bool
- func (o *QueryAggregateResult) HasBuckets() bool
- func (o *QueryAggregateResult) HasCount() bool
- func (o *QueryAggregateResult) HasDate() bool
- func (o *QueryAggregateResult) HasMetric() bool
- func (o QueryAggregateResult) MarshalJSON() ([]byte, error)
- func (o *QueryAggregateResult) SetAnalysis(v QueryAggregateResultAnalysis)
- func (o *QueryAggregateResult) SetBuckets(v QueryAggregateResultBuckets)
- func (o *QueryAggregateResult) SetCount(v QueryAggregateResultCount)
- func (o *QueryAggregateResult) SetDate(v QueryAggregateResultDate)
- func (o *QueryAggregateResult) SetMetric(v QueryAggregateResultMetric)
- type QueryAggregateResultAnalysis
- func (o *QueryAggregateResultAnalysis) GetAvgLength() float32
- func (o *QueryAggregateResultAnalysis) GetAvgLengthOk() (*float32, bool)
- func (o *QueryAggregateResultAnalysis) GetCardinality() int32
- func (o *QueryAggregateResultAnalysis) GetCardinalityOk() (*int32, bool)
- func (o *QueryAggregateResultAnalysis) GetCoverage() int32
- func (o *QueryAggregateResultAnalysis) GetCoverageOk() (*int32, bool)
- func (o *QueryAggregateResultAnalysis) GetMaxLength() int32
- func (o *QueryAggregateResultAnalysis) GetMaxLengthOk() (*int32, bool)
- func (o *QueryAggregateResultAnalysis) GetMinLength() int32
- func (o *QueryAggregateResultAnalysis) GetMinLengthOk() (*int32, bool)
- func (o *QueryAggregateResultAnalysis) HasAvgLength() bool
- func (o *QueryAggregateResultAnalysis) HasCardinality() bool
- func (o *QueryAggregateResultAnalysis) HasCoverage() bool
- func (o *QueryAggregateResultAnalysis) HasMaxLength() bool
- func (o *QueryAggregateResultAnalysis) HasMinLength() bool
- func (o QueryAggregateResultAnalysis) MarshalJSON() ([]byte, error)
- func (o *QueryAggregateResultAnalysis) SetAvgLength(v float32)
- func (o *QueryAggregateResultAnalysis) SetCardinality(v int32)
- func (o *QueryAggregateResultAnalysis) SetCoverage(v int32)
- func (o *QueryAggregateResultAnalysis) SetMaxLength(v int32)
- func (o *QueryAggregateResultAnalysis) SetMinLength(v int32)
- type QueryAggregateResultBuckets
- func (o *QueryAggregateResultBuckets) GetBuckets() map[string]QueryAggregateResultBucketsBucket
- func (o *QueryAggregateResultBuckets) GetBucketsOk() (*map[string]QueryAggregateResultBucketsBucket, bool)
- func (o *QueryAggregateResultBuckets) HasBuckets() bool
- func (o QueryAggregateResultBuckets) MarshalJSON() ([]byte, error)
- func (o *QueryAggregateResultBuckets) SetBuckets(v map[string]QueryAggregateResultBucketsBucket)
- type QueryAggregateResultBucketsBucket
- func (o *QueryAggregateResultBucketsBucket) GetCount() int32
- func (o *QueryAggregateResultBucketsBucket) GetCountOk() (*int32, bool)
- func (o *QueryAggregateResultBucketsBucket) GetName() string
- func (o *QueryAggregateResultBucketsBucket) GetNameOk() (*string, bool)
- func (o *QueryAggregateResultBucketsBucket) HasCount() bool
- func (o *QueryAggregateResultBucketsBucket) HasName() bool
- func (o QueryAggregateResultBucketsBucket) MarshalJSON() ([]byte, error)
- func (o *QueryAggregateResultBucketsBucket) SetCount(v int32)
- func (o *QueryAggregateResultBucketsBucket) SetName(v string)
- type QueryAggregateResultCount
- func (o *QueryAggregateResultCount) GetCounts() map[string]int32
- func (o *QueryAggregateResultCount) GetCountsOk() (*map[string]int32, bool)
- func (o *QueryAggregateResultCount) HasCounts() bool
- func (o QueryAggregateResultCount) MarshalJSON() ([]byte, error)
- func (o *QueryAggregateResultCount) SetCounts(v map[string]int32)
- type QueryAggregateResultDate
- func (o *QueryAggregateResultDate) GetDates() map[string]int32
- func (o *QueryAggregateResultDate) GetDatesOk() (*map[string]int32, bool)
- func (o *QueryAggregateResultDate) HasDates() bool
- func (o QueryAggregateResultDate) MarshalJSON() ([]byte, error)
- func (o *QueryAggregateResultDate) SetDates(v map[string]int32)
- type QueryAggregateResultMetric
- type QueryCollectionRequest
- func (o *QueryCollectionRequest) GetPipeline() QueryCollectionRequestPipeline
- func (o *QueryCollectionRequest) GetPipelineOk() (*QueryCollectionRequestPipeline, bool)
- func (o *QueryCollectionRequest) GetTracking() QueryCollectionRequestTracking
- func (o *QueryCollectionRequest) GetTrackingOk() (*QueryCollectionRequestTracking, bool)
- func (o *QueryCollectionRequest) GetVariables() map[string]interface{}
- func (o *QueryCollectionRequest) GetVariablesOk() (*map[string]interface{}, bool)
- func (o *QueryCollectionRequest) HasPipeline() bool
- func (o *QueryCollectionRequest) HasTracking() bool
- func (o QueryCollectionRequest) MarshalJSON() ([]byte, error)
- func (o *QueryCollectionRequest) SetPipeline(v QueryCollectionRequestPipeline)
- func (o *QueryCollectionRequest) SetTracking(v QueryCollectionRequestTracking)
- func (o *QueryCollectionRequest) SetVariables(v map[string]interface{})
- type QueryCollectionRequestPipeline
- func (o *QueryCollectionRequestPipeline) GetName() string
- func (o *QueryCollectionRequestPipeline) GetNameOk() (*string, bool)
- func (o *QueryCollectionRequestPipeline) GetVersion() string
- func (o *QueryCollectionRequestPipeline) GetVersionOk() (*string, bool)
- func (o *QueryCollectionRequestPipeline) HasVersion() bool
- func (o QueryCollectionRequestPipeline) MarshalJSON() ([]byte, error)
- func (o *QueryCollectionRequestPipeline) SetName(v string)
- func (o *QueryCollectionRequestPipeline) SetVersion(v string)
- type QueryCollectionRequestTracking
- func (o *QueryCollectionRequestTracking) GetData() map[string]string
- func (o *QueryCollectionRequestTracking) GetDataOk() (*map[string]string, bool)
- func (o *QueryCollectionRequestTracking) GetField() string
- func (o *QueryCollectionRequestTracking) GetFieldOk() (*string, bool)
- func (o *QueryCollectionRequestTracking) GetQueryId() string
- func (o *QueryCollectionRequestTracking) GetQueryIdOk() (*string, bool)
- func (o *QueryCollectionRequestTracking) GetSequence() int32
- func (o *QueryCollectionRequestTracking) GetSequenceOk() (*int32, bool)
- func (o *QueryCollectionRequestTracking) GetType() QueryCollectionRequestTrackingType
- func (o *QueryCollectionRequestTracking) GetTypeOk() (*QueryCollectionRequestTrackingType, bool)
- func (o *QueryCollectionRequestTracking) HasData() bool
- func (o *QueryCollectionRequestTracking) HasField() bool
- func (o *QueryCollectionRequestTracking) HasQueryId() bool
- func (o *QueryCollectionRequestTracking) HasSequence() bool
- func (o *QueryCollectionRequestTracking) HasType() bool
- func (o QueryCollectionRequestTracking) MarshalJSON() ([]byte, error)
- func (o *QueryCollectionRequestTracking) SetData(v map[string]string)
- func (o *QueryCollectionRequestTracking) SetField(v string)
- func (o *QueryCollectionRequestTracking) SetQueryId(v string)
- func (o *QueryCollectionRequestTracking) SetSequence(v int32)
- func (o *QueryCollectionRequestTracking) SetType(v QueryCollectionRequestTrackingType)
- type QueryCollectionRequestTrackingType
- type QueryCollectionResponse
- func (o *QueryCollectionResponse) GetAggregateFilters() map[string]QueryAggregateResult
- func (o *QueryCollectionResponse) GetAggregateFiltersOk() (*map[string]QueryAggregateResult, bool)
- func (o *QueryCollectionResponse) GetAggregates() map[string]QueryAggregateResult
- func (o *QueryCollectionResponse) GetAggregatesOk() (*map[string]QueryAggregateResult, bool)
- func (o *QueryCollectionResponse) GetPipeline() QueryCollectionResponsePipeline
- func (o *QueryCollectionResponse) GetPipelineOk() (*QueryCollectionResponsePipeline, bool)
- func (o *QueryCollectionResponse) GetProcessingDuration() string
- func (o *QueryCollectionResponse) GetProcessingDurationOk() (*string, bool)
- func (o *QueryCollectionResponse) GetResults() []QueryResult
- func (o *QueryCollectionResponse) GetResultsOk() (*[]QueryResult, bool)
- func (o *QueryCollectionResponse) GetTotalSize() string
- func (o *QueryCollectionResponse) GetTotalSizeOk() (*string, bool)
- func (o *QueryCollectionResponse) GetVariables() map[string]interface{}
- func (o *QueryCollectionResponse) GetVariablesOk() (*map[string]interface{}, bool)
- func (o *QueryCollectionResponse) HasAggregateFilters() bool
- func (o *QueryCollectionResponse) HasAggregates() bool
- func (o *QueryCollectionResponse) HasPipeline() bool
- func (o *QueryCollectionResponse) HasProcessingDuration() bool
- func (o *QueryCollectionResponse) HasResults() bool
- func (o *QueryCollectionResponse) HasTotalSize() bool
- func (o *QueryCollectionResponse) HasVariables() bool
- func (o QueryCollectionResponse) MarshalJSON() ([]byte, error)
- func (o *QueryCollectionResponse) SetAggregateFilters(v map[string]QueryAggregateResult)
- func (o *QueryCollectionResponse) SetAggregates(v map[string]QueryAggregateResult)
- func (o *QueryCollectionResponse) SetPipeline(v QueryCollectionResponsePipeline)
- func (o *QueryCollectionResponse) SetProcessingDuration(v string)
- func (o *QueryCollectionResponse) SetResults(v []QueryResult)
- func (o *QueryCollectionResponse) SetTotalSize(v string)
- func (o *QueryCollectionResponse) SetVariables(v map[string]interface{})
- type QueryCollectionResponsePipeline
- func (o *QueryCollectionResponsePipeline) GetName() string
- func (o *QueryCollectionResponsePipeline) GetNameOk() (*string, bool)
- func (o *QueryCollectionResponsePipeline) GetVersion() string
- func (o *QueryCollectionResponsePipeline) GetVersionOk() (*string, bool)
- func (o *QueryCollectionResponsePipeline) HasName() bool
- func (o *QueryCollectionResponsePipeline) HasVersion() bool
- func (o QueryCollectionResponsePipeline) MarshalJSON() ([]byte, error)
- func (o *QueryCollectionResponsePipeline) SetName(v string)
- func (o *QueryCollectionResponsePipeline) SetVersion(v string)
- type QueryResult
- func (o *QueryResult) GetIndexScore() float64
- func (o *QueryResult) GetIndexScoreOk() (*float64, bool)
- func (o *QueryResult) GetRecord() map[string]interface{}
- func (o *QueryResult) GetRecordOk() (*map[string]interface{}, bool)
- func (o *QueryResult) GetScore() float64
- func (o *QueryResult) GetScoreOk() (*float64, bool)
- func (o *QueryResult) GetToken() QueryResultToken
- func (o *QueryResult) GetTokenOk() (*QueryResultToken, bool)
- func (o *QueryResult) HasIndexScore() bool
- func (o *QueryResult) HasRecord() bool
- func (o *QueryResult) HasScore() bool
- func (o *QueryResult) HasToken() bool
- func (o QueryResult) MarshalJSON() ([]byte, error)
- func (o *QueryResult) SetIndexScore(v float64)
- func (o *QueryResult) SetRecord(v map[string]interface{})
- func (o *QueryResult) SetScore(v float64)
- func (o *QueryResult) SetToken(v QueryResultToken)
- type QueryResultToken
- func (o *QueryResultToken) GetClick() QueryResultTokenClick
- func (o *QueryResultToken) GetClickOk() (*QueryResultTokenClick, bool)
- func (o *QueryResultToken) GetPosNeg() QueryResultTokenPosNeg
- func (o *QueryResultToken) GetPosNegOk() (*QueryResultTokenPosNeg, bool)
- func (o *QueryResultToken) HasClick() bool
- func (o *QueryResultToken) HasPosNeg() bool
- func (o QueryResultToken) MarshalJSON() ([]byte, error)
- func (o *QueryResultToken) SetClick(v QueryResultTokenClick)
- func (o *QueryResultToken) SetPosNeg(v QueryResultTokenPosNeg)
- type QueryResultTokenClick
- type QueryResultTokenPosNeg
- func (o *QueryResultTokenPosNeg) GetNeg() string
- func (o *QueryResultTokenPosNeg) GetNegOk() (*string, bool)
- func (o *QueryResultTokenPosNeg) GetPos() string
- func (o *QueryResultTokenPosNeg) GetPosOk() (*string, bool)
- func (o *QueryResultTokenPosNeg) HasNeg() bool
- func (o *QueryResultTokenPosNeg) HasPos() bool
- func (o QueryResultTokenPosNeg) MarshalJSON() ([]byte, error)
- func (o *QueryResultTokenPosNeg) SetNeg(v string)
- func (o *QueryResultTokenPosNeg) SetPos(v string)
- type RecordKey
- func (o *RecordKey) GetField() string
- func (o *RecordKey) GetFieldOk() (*string, bool)
- func (o *RecordKey) GetValue() string
- func (o *RecordKey) GetValueOk() (*string, bool)
- func (o RecordKey) MarshalJSON() ([]byte, error)
- func (o *RecordKey) SetField(v string)
- func (o *RecordKey) SetValue(v string)
- type RecordsApiService
- func (a *RecordsApiService) BatchUpsertRecords(ctx _context.Context, collectionId string) ApiBatchUpsertRecordsRequest
- func (a *RecordsApiService) BatchUpsertRecordsExecute(r ApiBatchUpsertRecordsRequest) (BatchUpsertRecordsResponse, *_nethttp.Response, error)
- func (a *RecordsApiService) DeleteRecord(ctx _context.Context, collectionId string) ApiDeleteRecordRequest
- func (a *RecordsApiService) DeleteRecordExecute(r ApiDeleteRecordRequest) (interface{}, *_nethttp.Response, error)
- func (a *RecordsApiService) GetRecord(ctx _context.Context, collectionId string) ApiGetRecordRequest
- func (a *RecordsApiService) GetRecordExecute(r ApiGetRecordRequest) (map[string]interface{}, *_nethttp.Response, error)
- func (a *RecordsApiService) UpsertRecord(ctx _context.Context, collectionId string) ApiUpsertRecordRequest
- func (a *RecordsApiService) UpsertRecordExecute(r ApiUpsertRecordRequest) (UpsertRecordResponse, *_nethttp.Response, error)
- type SchemaApiService
- func (a *SchemaApiService) BatchCreateSchemaFields(ctx _context.Context, collectionId string) ApiBatchCreateSchemaFieldsRequest
- func (a *SchemaApiService) BatchCreateSchemaFieldsExecute(r ApiBatchCreateSchemaFieldsRequest) (BatchCreateSchemaFieldsResponse, *_nethttp.Response, error)
- func (a *SchemaApiService) CreateSchemaField(ctx _context.Context, collectionId string) ApiCreateSchemaFieldRequest
- func (a *SchemaApiService) CreateSchemaFieldExecute(r ApiCreateSchemaFieldRequest) (SchemaField, *_nethttp.Response, error)
- func (a *SchemaApiService) ListSchemaFields(ctx _context.Context, collectionId string) ApiListSchemaFieldsRequest
- func (a *SchemaApiService) ListSchemaFieldsExecute(r ApiListSchemaFieldsRequest) (ListSchemaFieldsResponse, *_nethttp.Response, error)
- type SchemaField
- func (o *SchemaField) GetArray() bool
- func (o *SchemaField) GetArrayLength() int32
- func (o *SchemaField) GetArrayLengthOk() (*int32, bool)
- func (o *SchemaField) GetArrayOk() (*bool, bool)
- func (o *SchemaField) GetDescription() string
- func (o *SchemaField) GetDescriptionOk() (*string, bool)
- func (o *SchemaField) GetMode() SchemaFieldMode
- func (o *SchemaField) GetModeOk() (*SchemaFieldMode, bool)
- func (o *SchemaField) GetName() string
- func (o *SchemaField) GetNameOk() (*string, bool)
- func (o *SchemaField) GetType() SchemaFieldType
- func (o *SchemaField) GetTypeOk() (*SchemaFieldType, bool)
- func (o *SchemaField) HasArray() bool
- func (o *SchemaField) HasArrayLength() bool
- func (o *SchemaField) HasDescription() bool
- func (o SchemaField) MarshalJSON() ([]byte, error)
- func (o *SchemaField) SetArray(v bool)
- func (o *SchemaField) SetArrayLength(v int32)
- func (o *SchemaField) SetDescription(v string)
- func (o *SchemaField) SetMode(v SchemaFieldMode)
- func (o *SchemaField) SetName(v string)
- func (o *SchemaField) SetType(v SchemaFieldType)
- type SchemaFieldMode
- type SchemaFieldType
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SetDefaultPipelineRequest
- func (o *SetDefaultPipelineRequest) GetPipeline() string
- func (o *SetDefaultPipelineRequest) GetPipelineOk() (*string, bool)
- func (o *SetDefaultPipelineRequest) GetType() PipelineType
- func (o *SetDefaultPipelineRequest) GetTypeOk() (*PipelineType, bool)
- func (o SetDefaultPipelineRequest) MarshalJSON() ([]byte, error)
- func (o *SetDefaultPipelineRequest) SetPipeline(v string)
- func (o *SetDefaultPipelineRequest) SetType(v PipelineType)
- type SetDefaultVersionRequest
- type Status
- func (o *Status) GetCode() int32
- func (o *Status) GetCodeOk() (*int32, bool)
- func (o *Status) GetDetails() []ProtobufAny
- func (o *Status) GetDetailsOk() (*[]ProtobufAny, bool)
- func (o *Status) GetMessage() string
- func (o *Status) GetMessageOk() (*string, bool)
- func (o *Status) HasCode() bool
- func (o *Status) HasDetails() bool
- func (o *Status) HasMessage() bool
- func (o Status) MarshalJSON() ([]byte, error)
- func (o *Status) SetCode(v int32)
- func (o *Status) SetDetails(v []ProtobufAny)
- func (o *Status) SetMessage(v string)
- type UpsertRecordRequest
- func (o *UpsertRecordRequest) GetPipeline() UpsertRecordRequestPipeline
- func (o *UpsertRecordRequest) GetPipelineOk() (*UpsertRecordRequestPipeline, bool)
- func (o *UpsertRecordRequest) GetRecord() map[string]interface{}
- func (o *UpsertRecordRequest) GetRecordOk() (*map[string]interface{}, bool)
- func (o *UpsertRecordRequest) GetVariables() map[string]interface{}
- func (o *UpsertRecordRequest) GetVariablesOk() (*map[string]interface{}, bool)
- func (o *UpsertRecordRequest) HasPipeline() bool
- func (o *UpsertRecordRequest) HasVariables() bool
- func (o UpsertRecordRequest) MarshalJSON() ([]byte, error)
- func (o *UpsertRecordRequest) SetPipeline(v UpsertRecordRequestPipeline)
- func (o *UpsertRecordRequest) SetRecord(v map[string]interface{})
- func (o *UpsertRecordRequest) SetVariables(v map[string]interface{})
- type UpsertRecordRequestPipeline
- func (o *UpsertRecordRequestPipeline) GetName() string
- func (o *UpsertRecordRequestPipeline) GetNameOk() (*string, bool)
- func (o *UpsertRecordRequestPipeline) GetVersion() string
- func (o *UpsertRecordRequestPipeline) GetVersionOk() (*string, bool)
- func (o *UpsertRecordRequestPipeline) HasVersion() bool
- func (o UpsertRecordRequestPipeline) MarshalJSON() ([]byte, error)
- func (o *UpsertRecordRequestPipeline) SetName(v string)
- func (o *UpsertRecordRequestPipeline) SetVersion(v string)
- type UpsertRecordResponse
- func (o *UpsertRecordResponse) GetKey() RecordKey
- func (o *UpsertRecordResponse) GetKeyOk() (*RecordKey, bool)
- func (o *UpsertRecordResponse) GetVariables() map[string]interface{}
- func (o *UpsertRecordResponse) GetVariablesOk() (*map[string]interface{}, bool)
- func (o *UpsertRecordResponse) HasKey() bool
- func (o *UpsertRecordResponse) HasVariables() bool
- func (o UpsertRecordResponse) MarshalJSON() ([]byte, error)
- func (o *UpsertRecordResponse) SetKey(v RecordKey)
- func (o *UpsertRecordResponse) SetVariables(v map[string]interface{})
Constants ¶
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 { CollectionsApi *CollectionsApiService PipelinesApi *PipelinesApiService RecordsApi *RecordsApiService SchemaApi *SchemaApiService // contains filtered or unexported fields }
APIClient manages communication with the Sajari API API vv4 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 APIResonse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiBatchCreateSchemaFieldsRequest ¶
type ApiBatchCreateSchemaFieldsRequest struct { ApiService *SchemaApiService // contains filtered or unexported fields }
func (ApiBatchCreateSchemaFieldsRequest) BatchCreateSchemaFieldsRequest ¶
func (r ApiBatchCreateSchemaFieldsRequest) BatchCreateSchemaFieldsRequest(batchCreateSchemaFieldsRequest BatchCreateSchemaFieldsRequest) ApiBatchCreateSchemaFieldsRequest
func (ApiBatchCreateSchemaFieldsRequest) Execute ¶
func (r ApiBatchCreateSchemaFieldsRequest) Execute() (BatchCreateSchemaFieldsResponse, *_nethttp.Response, error)
type ApiBatchUpsertRecordsRequest ¶
type ApiBatchUpsertRecordsRequest struct { ApiService *RecordsApiService // contains filtered or unexported fields }
func (ApiBatchUpsertRecordsRequest) BatchUpsertRecordsRequest ¶
func (r ApiBatchUpsertRecordsRequest) BatchUpsertRecordsRequest(batchUpsertRecordsRequest BatchUpsertRecordsRequest) ApiBatchUpsertRecordsRequest
func (ApiBatchUpsertRecordsRequest) Execute ¶
func (r ApiBatchUpsertRecordsRequest) Execute() (BatchUpsertRecordsResponse, *_nethttp.Response, error)
type ApiCreateCollectionRequest ¶
type ApiCreateCollectionRequest struct { ApiService *CollectionsApiService // contains filtered or unexported fields }
func (ApiCreateCollectionRequest) Collection ¶
func (r ApiCreateCollectionRequest) Collection(collection Collection) ApiCreateCollectionRequest
func (ApiCreateCollectionRequest) CollectionId ¶
func (r ApiCreateCollectionRequest) CollectionId(collectionId string) ApiCreateCollectionRequest
func (ApiCreateCollectionRequest) Execute ¶
func (r ApiCreateCollectionRequest) Execute() (Collection, *_nethttp.Response, error)
type ApiCreatePipelineRequest ¶
type ApiCreatePipelineRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiCreatePipelineRequest) Execute ¶
func (r ApiCreatePipelineRequest) Execute() (Pipeline, *_nethttp.Response, error)
func (ApiCreatePipelineRequest) Pipeline ¶
func (r ApiCreatePipelineRequest) Pipeline(pipeline Pipeline) ApiCreatePipelineRequest
type ApiCreateSchemaFieldRequest ¶
type ApiCreateSchemaFieldRequest struct { ApiService *SchemaApiService // contains filtered or unexported fields }
func (ApiCreateSchemaFieldRequest) Execute ¶
func (r ApiCreateSchemaFieldRequest) Execute() (SchemaField, *_nethttp.Response, error)
func (ApiCreateSchemaFieldRequest) SchemaField ¶
func (r ApiCreateSchemaFieldRequest) SchemaField(schemaField SchemaField) ApiCreateSchemaFieldRequest
type ApiDeleteCollectionRequest ¶
type ApiDeleteCollectionRequest struct { ApiService *CollectionsApiService // contains filtered or unexported fields }
type ApiDeleteRecordRequest ¶
type ApiDeleteRecordRequest struct { ApiService *RecordsApiService // contains filtered or unexported fields }
func (ApiDeleteRecordRequest) DeleteRecordRequest ¶
func (r ApiDeleteRecordRequest) DeleteRecordRequest(deleteRecordRequest DeleteRecordRequest) ApiDeleteRecordRequest
type ApiGeneratePipelinesRequest ¶
type ApiGeneratePipelinesRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiGeneratePipelinesRequest) Execute ¶
func (r ApiGeneratePipelinesRequest) Execute() (GeneratePipelinesResponse, *_nethttp.Response, error)
func (ApiGeneratePipelinesRequest) GeneratePipelinesRequest ¶
func (r ApiGeneratePipelinesRequest) GeneratePipelinesRequest(generatePipelinesRequest GeneratePipelinesRequest) ApiGeneratePipelinesRequest
type ApiGetCollectionRequest ¶
type ApiGetCollectionRequest struct { ApiService *CollectionsApiService // contains filtered or unexported fields }
func (ApiGetCollectionRequest) Execute ¶
func (r ApiGetCollectionRequest) Execute() (Collection, *_nethttp.Response, error)
type ApiGetDefaultPipelineRequest ¶
type ApiGetDefaultPipelineRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiGetDefaultPipelineRequest) Execute ¶
func (r ApiGetDefaultPipelineRequest) Execute() (GetDefaultPipelineResponse, *_nethttp.Response, error)
func (ApiGetDefaultPipelineRequest) Type_ ¶
func (r ApiGetDefaultPipelineRequest) Type_(type_ string) ApiGetDefaultPipelineRequest
type ApiGetDefaultVersionRequest ¶
type ApiGetDefaultVersionRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiGetDefaultVersionRequest) Execute ¶
func (r ApiGetDefaultVersionRequest) Execute() (Pipeline, *_nethttp.Response, error)
func (ApiGetDefaultVersionRequest) View ¶
func (r ApiGetDefaultVersionRequest) View(view string) ApiGetDefaultVersionRequest
type ApiGetPipelineRequest ¶
type ApiGetPipelineRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiGetPipelineRequest) Execute ¶
func (r ApiGetPipelineRequest) Execute() (Pipeline, *_nethttp.Response, error)
func (ApiGetPipelineRequest) View ¶
func (r ApiGetPipelineRequest) View(view string) ApiGetPipelineRequest
type ApiGetRecordRequest ¶
type ApiGetRecordRequest struct { ApiService *RecordsApiService // contains filtered or unexported fields }
func (ApiGetRecordRequest) Execute ¶
func (r ApiGetRecordRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)
func (ApiGetRecordRequest) GetRecordRequest ¶
func (r ApiGetRecordRequest) GetRecordRequest(getRecordRequest GetRecordRequest) ApiGetRecordRequest
type ApiListCollectionsRequest ¶
type ApiListCollectionsRequest struct { ApiService *CollectionsApiService // contains filtered or unexported fields }
func (ApiListCollectionsRequest) Execute ¶
func (r ApiListCollectionsRequest) Execute() (ListCollectionsResponse, *_nethttp.Response, error)
func (ApiListCollectionsRequest) PageSize ¶
func (r ApiListCollectionsRequest) PageSize(pageSize int32) ApiListCollectionsRequest
func (ApiListCollectionsRequest) PageToken ¶
func (r ApiListCollectionsRequest) PageToken(pageToken string) ApiListCollectionsRequest
type ApiListPipelinesRequest ¶
type ApiListPipelinesRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiListPipelinesRequest) Execute ¶
func (r ApiListPipelinesRequest) Execute() (ListPipelinesResponse, *_nethttp.Response, error)
func (ApiListPipelinesRequest) PageSize ¶
func (r ApiListPipelinesRequest) PageSize(pageSize int32) ApiListPipelinesRequest
func (ApiListPipelinesRequest) PageToken ¶
func (r ApiListPipelinesRequest) PageToken(pageToken string) ApiListPipelinesRequest
func (ApiListPipelinesRequest) View ¶
func (r ApiListPipelinesRequest) View(view string) ApiListPipelinesRequest
type ApiListSchemaFieldsRequest ¶
type ApiListSchemaFieldsRequest struct { ApiService *SchemaApiService // contains filtered or unexported fields }
func (ApiListSchemaFieldsRequest) Execute ¶
func (r ApiListSchemaFieldsRequest) Execute() (ListSchemaFieldsResponse, *_nethttp.Response, error)
func (ApiListSchemaFieldsRequest) PageSize ¶
func (r ApiListSchemaFieldsRequest) PageSize(pageSize int32) ApiListSchemaFieldsRequest
func (ApiListSchemaFieldsRequest) PageToken ¶
func (r ApiListSchemaFieldsRequest) PageToken(pageToken string) ApiListSchemaFieldsRequest
type ApiQueryCollectionRequest ¶
type ApiQueryCollectionRequest struct { ApiService *CollectionsApiService // contains filtered or unexported fields }
func (ApiQueryCollectionRequest) Execute ¶
func (r ApiQueryCollectionRequest) Execute() (QueryCollectionResponse, *_nethttp.Response, error)
func (ApiQueryCollectionRequest) QueryCollectionRequest ¶
func (r ApiQueryCollectionRequest) QueryCollectionRequest(queryCollectionRequest QueryCollectionRequest) ApiQueryCollectionRequest
type ApiSetDefaultPipelineRequest ¶
type ApiSetDefaultPipelineRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiSetDefaultPipelineRequest) Execute ¶
func (r ApiSetDefaultPipelineRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)
func (ApiSetDefaultPipelineRequest) SetDefaultPipelineRequest ¶
func (r ApiSetDefaultPipelineRequest) SetDefaultPipelineRequest(setDefaultPipelineRequest SetDefaultPipelineRequest) ApiSetDefaultPipelineRequest
type ApiSetDefaultVersionRequest ¶
type ApiSetDefaultVersionRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiSetDefaultVersionRequest) Execute ¶
func (r ApiSetDefaultVersionRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)
func (ApiSetDefaultVersionRequest) SetDefaultVersionRequest ¶
func (r ApiSetDefaultVersionRequest) SetDefaultVersionRequest(setDefaultVersionRequest SetDefaultVersionRequest) ApiSetDefaultVersionRequest
type ApiUpdateCollectionRequest ¶
type ApiUpdateCollectionRequest struct { ApiService *CollectionsApiService // contains filtered or unexported fields }
func (ApiUpdateCollectionRequest) Collection ¶
func (r ApiUpdateCollectionRequest) Collection(collection Collection) ApiUpdateCollectionRequest
func (ApiUpdateCollectionRequest) Execute ¶
func (r ApiUpdateCollectionRequest) Execute() (Collection, *_nethttp.Response, error)
func (ApiUpdateCollectionRequest) UpdateMask ¶
func (r ApiUpdateCollectionRequest) UpdateMask(updateMask string) ApiUpdateCollectionRequest
type ApiUpsertRecordRequest ¶
type ApiUpsertRecordRequest struct { ApiService *RecordsApiService // contains filtered or unexported fields }
func (ApiUpsertRecordRequest) Execute ¶
func (r ApiUpsertRecordRequest) Execute() (UpsertRecordResponse, *_nethttp.Response, error)
func (ApiUpsertRecordRequest) UpsertRecordRequest ¶
func (r ApiUpsertRecordRequest) UpsertRecordRequest(upsertRecordRequest UpsertRecordRequest) ApiUpsertRecordRequest
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 BatchCreateSchemaFieldsRequest ¶
type BatchCreateSchemaFieldsRequest struct { // A list of fields to create. A maximum of 1000 fields can be created in a batch. Fields []SchemaField `json:"fields"` }
BatchCreateSchemaFieldsRequest struct for BatchCreateSchemaFieldsRequest
func NewBatchCreateSchemaFieldsRequest ¶
func NewBatchCreateSchemaFieldsRequest(fields []SchemaField) *BatchCreateSchemaFieldsRequest
NewBatchCreateSchemaFieldsRequest instantiates a new BatchCreateSchemaFieldsRequest 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 NewBatchCreateSchemaFieldsRequestWithDefaults ¶
func NewBatchCreateSchemaFieldsRequestWithDefaults() *BatchCreateSchemaFieldsRequest
NewBatchCreateSchemaFieldsRequestWithDefaults instantiates a new BatchCreateSchemaFieldsRequest 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 (*BatchCreateSchemaFieldsRequest) GetFields ¶
func (o *BatchCreateSchemaFieldsRequest) GetFields() []SchemaField
GetFields returns the Fields field value
func (*BatchCreateSchemaFieldsRequest) GetFieldsOk ¶
func (o *BatchCreateSchemaFieldsRequest) GetFieldsOk() (*[]SchemaField, bool)
GetFieldsOk returns a tuple with the Fields field value and a boolean to check if the value has been set.
func (BatchCreateSchemaFieldsRequest) MarshalJSON ¶
func (o BatchCreateSchemaFieldsRequest) MarshalJSON() ([]byte, error)
func (*BatchCreateSchemaFieldsRequest) SetFields ¶
func (o *BatchCreateSchemaFieldsRequest) SetFields(v []SchemaField)
SetFields sets field value
type BatchCreateSchemaFieldsResponse ¶
type BatchCreateSchemaFieldsResponse struct { // Schema fields created. Fields *[]SchemaField `json:"fields,omitempty"` // Errors that occurred. Errors *[]BatchCreateSchemaFieldsResponseError `json:"errors,omitempty"` }
BatchCreateSchemaFieldsResponse struct for BatchCreateSchemaFieldsResponse
func NewBatchCreateSchemaFieldsResponse ¶
func NewBatchCreateSchemaFieldsResponse() *BatchCreateSchemaFieldsResponse
NewBatchCreateSchemaFieldsResponse instantiates a new BatchCreateSchemaFieldsResponse 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 NewBatchCreateSchemaFieldsResponseWithDefaults ¶
func NewBatchCreateSchemaFieldsResponseWithDefaults() *BatchCreateSchemaFieldsResponse
NewBatchCreateSchemaFieldsResponseWithDefaults instantiates a new BatchCreateSchemaFieldsResponse 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 (*BatchCreateSchemaFieldsResponse) GetErrors ¶
func (o *BatchCreateSchemaFieldsResponse) GetErrors() []BatchCreateSchemaFieldsResponseError
GetErrors returns the Errors field value if set, zero value otherwise.
func (*BatchCreateSchemaFieldsResponse) GetErrorsOk ¶
func (o *BatchCreateSchemaFieldsResponse) GetErrorsOk() (*[]BatchCreateSchemaFieldsResponseError, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchCreateSchemaFieldsResponse) GetFields ¶
func (o *BatchCreateSchemaFieldsResponse) GetFields() []SchemaField
GetFields returns the Fields field value if set, zero value otherwise.
func (*BatchCreateSchemaFieldsResponse) GetFieldsOk ¶
func (o *BatchCreateSchemaFieldsResponse) GetFieldsOk() (*[]SchemaField, 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 (*BatchCreateSchemaFieldsResponse) HasErrors ¶
func (o *BatchCreateSchemaFieldsResponse) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*BatchCreateSchemaFieldsResponse) HasFields ¶
func (o *BatchCreateSchemaFieldsResponse) HasFields() bool
HasFields returns a boolean if a field has been set.
func (BatchCreateSchemaFieldsResponse) MarshalJSON ¶
func (o BatchCreateSchemaFieldsResponse) MarshalJSON() ([]byte, error)
func (*BatchCreateSchemaFieldsResponse) SetErrors ¶
func (o *BatchCreateSchemaFieldsResponse) SetErrors(v []BatchCreateSchemaFieldsResponseError)
SetErrors gets a reference to the given []BatchCreateSchemaFieldsResponseError and assigns it to the Errors field.
func (*BatchCreateSchemaFieldsResponse) SetFields ¶
func (o *BatchCreateSchemaFieldsResponse) SetFields(v []SchemaField)
SetFields gets a reference to the given []SchemaField and assigns it to the Fields field.
type BatchCreateSchemaFieldsResponseError ¶
type BatchCreateSchemaFieldsResponseError struct { // Index of the schema field in `fields` that this error corresponds to. Index *int32 `json:"index,omitempty"` Status *Status `json:"status,omitempty"` }
BatchCreateSchemaFieldsResponseError struct for BatchCreateSchemaFieldsResponseError
func NewBatchCreateSchemaFieldsResponseError ¶
func NewBatchCreateSchemaFieldsResponseError() *BatchCreateSchemaFieldsResponseError
NewBatchCreateSchemaFieldsResponseError instantiates a new BatchCreateSchemaFieldsResponseError 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 NewBatchCreateSchemaFieldsResponseErrorWithDefaults ¶
func NewBatchCreateSchemaFieldsResponseErrorWithDefaults() *BatchCreateSchemaFieldsResponseError
NewBatchCreateSchemaFieldsResponseErrorWithDefaults instantiates a new BatchCreateSchemaFieldsResponseError 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 (*BatchCreateSchemaFieldsResponseError) GetIndex ¶
func (o *BatchCreateSchemaFieldsResponseError) GetIndex() int32
GetIndex returns the Index field value if set, zero value otherwise.
func (*BatchCreateSchemaFieldsResponseError) GetIndexOk ¶
func (o *BatchCreateSchemaFieldsResponseError) GetIndexOk() (*int32, bool)
GetIndexOk returns a tuple with the Index field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchCreateSchemaFieldsResponseError) GetStatus ¶
func (o *BatchCreateSchemaFieldsResponseError) GetStatus() Status
GetStatus returns the Status field value if set, zero value otherwise.
func (*BatchCreateSchemaFieldsResponseError) GetStatusOk ¶
func (o *BatchCreateSchemaFieldsResponseError) GetStatusOk() (*Status, 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 (*BatchCreateSchemaFieldsResponseError) HasIndex ¶
func (o *BatchCreateSchemaFieldsResponseError) HasIndex() bool
HasIndex returns a boolean if a field has been set.
func (*BatchCreateSchemaFieldsResponseError) HasStatus ¶
func (o *BatchCreateSchemaFieldsResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (BatchCreateSchemaFieldsResponseError) MarshalJSON ¶
func (o BatchCreateSchemaFieldsResponseError) MarshalJSON() ([]byte, error)
func (*BatchCreateSchemaFieldsResponseError) SetIndex ¶
func (o *BatchCreateSchemaFieldsResponseError) SetIndex(v int32)
SetIndex gets a reference to the given int32 and assigns it to the Index field.
func (*BatchCreateSchemaFieldsResponseError) SetStatus ¶
func (o *BatchCreateSchemaFieldsResponseError) SetStatus(v Status)
SetStatus gets a reference to the given Status and assigns it to the Status field.
type BatchUpsertRecordsRequest ¶
type BatchUpsertRecordsRequest struct { Pipeline *BatchUpsertRecordsRequestPipeline `json:"pipeline,omitempty"` // A list of records to upsert. Records []map[string]interface{} `json:"records"` // The initial values for the variables the pipeline operates on and transforms throughout its steps. Variables *map[string]interface{} `json:"variables,omitempty"` }
BatchUpsertRecordsRequest struct for BatchUpsertRecordsRequest
func NewBatchUpsertRecordsRequest ¶
func NewBatchUpsertRecordsRequest(records []map[string]interface{}) *BatchUpsertRecordsRequest
NewBatchUpsertRecordsRequest instantiates a new BatchUpsertRecordsRequest 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 NewBatchUpsertRecordsRequestWithDefaults ¶
func NewBatchUpsertRecordsRequestWithDefaults() *BatchUpsertRecordsRequest
NewBatchUpsertRecordsRequestWithDefaults instantiates a new BatchUpsertRecordsRequest 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 (*BatchUpsertRecordsRequest) GetPipeline ¶
func (o *BatchUpsertRecordsRequest) GetPipeline() BatchUpsertRecordsRequestPipeline
GetPipeline returns the Pipeline field value if set, zero value otherwise.
func (*BatchUpsertRecordsRequest) GetPipelineOk ¶
func (o *BatchUpsertRecordsRequest) GetPipelineOk() (*BatchUpsertRecordsRequestPipeline, bool)
GetPipelineOk returns a tuple with the Pipeline field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchUpsertRecordsRequest) GetRecords ¶
func (o *BatchUpsertRecordsRequest) GetRecords() []map[string]interface{}
GetRecords returns the Records field value
func (*BatchUpsertRecordsRequest) GetRecordsOk ¶
func (o *BatchUpsertRecordsRequest) GetRecordsOk() (*[]map[string]interface{}, bool)
GetRecordsOk returns a tuple with the Records field value and a boolean to check if the value has been set.
func (*BatchUpsertRecordsRequest) GetVariables ¶
func (o *BatchUpsertRecordsRequest) GetVariables() map[string]interface{}
GetVariables returns the Variables field value if set, zero value otherwise.
func (*BatchUpsertRecordsRequest) GetVariablesOk ¶
func (o *BatchUpsertRecordsRequest) GetVariablesOk() (*map[string]interface{}, bool)
GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchUpsertRecordsRequest) HasPipeline ¶
func (o *BatchUpsertRecordsRequest) HasPipeline() bool
HasPipeline returns a boolean if a field has been set.
func (*BatchUpsertRecordsRequest) HasVariables ¶
func (o *BatchUpsertRecordsRequest) HasVariables() bool
HasVariables returns a boolean if a field has been set.
func (BatchUpsertRecordsRequest) MarshalJSON ¶
func (o BatchUpsertRecordsRequest) MarshalJSON() ([]byte, error)
func (*BatchUpsertRecordsRequest) SetPipeline ¶
func (o *BatchUpsertRecordsRequest) SetPipeline(v BatchUpsertRecordsRequestPipeline)
SetPipeline gets a reference to the given BatchUpsertRecordsRequestPipeline and assigns it to the Pipeline field.
func (*BatchUpsertRecordsRequest) SetRecords ¶
func (o *BatchUpsertRecordsRequest) SetRecords(v []map[string]interface{})
SetRecords sets field value
func (*BatchUpsertRecordsRequest) SetVariables ¶
func (o *BatchUpsertRecordsRequest) SetVariables(v map[string]interface{})
SetVariables gets a reference to the given map[string]interface{} and assigns it to the Variables field.
type BatchUpsertRecordsRequestPipeline ¶
type BatchUpsertRecordsRequestPipeline struct { // The record pipeline's name, e.g. `my-pipeline`. Name string `json:"name"` // The record pipeline's version, e.g. `42`. If not provided the default version is used. Version *string `json:"version,omitempty"` }
BatchUpsertRecordsRequestPipeline The pipeline to use when upserting the records. If not provided the default record pipeline is used.
func NewBatchUpsertRecordsRequestPipeline ¶
func NewBatchUpsertRecordsRequestPipeline(name string) *BatchUpsertRecordsRequestPipeline
NewBatchUpsertRecordsRequestPipeline instantiates a new BatchUpsertRecordsRequestPipeline 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 NewBatchUpsertRecordsRequestPipelineWithDefaults ¶
func NewBatchUpsertRecordsRequestPipelineWithDefaults() *BatchUpsertRecordsRequestPipeline
NewBatchUpsertRecordsRequestPipelineWithDefaults instantiates a new BatchUpsertRecordsRequestPipeline 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 (*BatchUpsertRecordsRequestPipeline) GetName ¶
func (o *BatchUpsertRecordsRequestPipeline) GetName() string
GetName returns the Name field value
func (*BatchUpsertRecordsRequestPipeline) GetNameOk ¶
func (o *BatchUpsertRecordsRequestPipeline) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*BatchUpsertRecordsRequestPipeline) GetVersion ¶
func (o *BatchUpsertRecordsRequestPipeline) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*BatchUpsertRecordsRequestPipeline) GetVersionOk ¶
func (o *BatchUpsertRecordsRequestPipeline) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchUpsertRecordsRequestPipeline) HasVersion ¶
func (o *BatchUpsertRecordsRequestPipeline) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (BatchUpsertRecordsRequestPipeline) MarshalJSON ¶
func (o BatchUpsertRecordsRequestPipeline) MarshalJSON() ([]byte, error)
func (*BatchUpsertRecordsRequestPipeline) SetName ¶
func (o *BatchUpsertRecordsRequestPipeline) SetName(v string)
SetName sets field value
func (*BatchUpsertRecordsRequestPipeline) SetVersion ¶
func (o *BatchUpsertRecordsRequestPipeline) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
type BatchUpsertRecordsResponse ¶
type BatchUpsertRecordsResponse struct { // A list of keys of the records that were inserted. If a record was inserted, keys contains an entry containing the index of the inserted record from `records` and the key. You can use the key if you need to retrieve or delete the record. If a record was updated, keys contains no such entry for the updated record. Keys *[]BatchUpsertRecordsResponseKey `json:"keys,omitempty"` // A list of modified variables returned by the pipeline after it has finished processing each record. Variables *[]BatchUpsertRecordsResponseVariables `json:"variables,omitempty"` // Errors that occurred. Errors *[]BatchUpsertRecordsResponseError `json:"errors,omitempty"` }
BatchUpsertRecordsResponse struct for BatchUpsertRecordsResponse
func NewBatchUpsertRecordsResponse ¶
func NewBatchUpsertRecordsResponse() *BatchUpsertRecordsResponse
NewBatchUpsertRecordsResponse instantiates a new BatchUpsertRecordsResponse 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 NewBatchUpsertRecordsResponseWithDefaults ¶
func NewBatchUpsertRecordsResponseWithDefaults() *BatchUpsertRecordsResponse
NewBatchUpsertRecordsResponseWithDefaults instantiates a new BatchUpsertRecordsResponse 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 (*BatchUpsertRecordsResponse) GetErrors ¶
func (o *BatchUpsertRecordsResponse) GetErrors() []BatchUpsertRecordsResponseError
GetErrors returns the Errors field value if set, zero value otherwise.
func (*BatchUpsertRecordsResponse) GetErrorsOk ¶
func (o *BatchUpsertRecordsResponse) GetErrorsOk() (*[]BatchUpsertRecordsResponseError, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchUpsertRecordsResponse) GetKeys ¶
func (o *BatchUpsertRecordsResponse) GetKeys() []BatchUpsertRecordsResponseKey
GetKeys returns the Keys field value if set, zero value otherwise.
func (*BatchUpsertRecordsResponse) GetKeysOk ¶
func (o *BatchUpsertRecordsResponse) GetKeysOk() (*[]BatchUpsertRecordsResponseKey, bool)
GetKeysOk returns a tuple with the Keys field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchUpsertRecordsResponse) GetVariables ¶
func (o *BatchUpsertRecordsResponse) GetVariables() []BatchUpsertRecordsResponseVariables
GetVariables returns the Variables field value if set, zero value otherwise.
func (*BatchUpsertRecordsResponse) GetVariablesOk ¶
func (o *BatchUpsertRecordsResponse) GetVariablesOk() (*[]BatchUpsertRecordsResponseVariables, bool)
GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchUpsertRecordsResponse) HasErrors ¶
func (o *BatchUpsertRecordsResponse) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*BatchUpsertRecordsResponse) HasKeys ¶
func (o *BatchUpsertRecordsResponse) HasKeys() bool
HasKeys returns a boolean if a field has been set.
func (*BatchUpsertRecordsResponse) HasVariables ¶
func (o *BatchUpsertRecordsResponse) HasVariables() bool
HasVariables returns a boolean if a field has been set.
func (BatchUpsertRecordsResponse) MarshalJSON ¶
func (o BatchUpsertRecordsResponse) MarshalJSON() ([]byte, error)
func (*BatchUpsertRecordsResponse) SetErrors ¶
func (o *BatchUpsertRecordsResponse) SetErrors(v []BatchUpsertRecordsResponseError)
SetErrors gets a reference to the given []BatchUpsertRecordsResponseError and assigns it to the Errors field.
func (*BatchUpsertRecordsResponse) SetKeys ¶
func (o *BatchUpsertRecordsResponse) SetKeys(v []BatchUpsertRecordsResponseKey)
SetKeys gets a reference to the given []BatchUpsertRecordsResponseKey and assigns it to the Keys field.
func (*BatchUpsertRecordsResponse) SetVariables ¶
func (o *BatchUpsertRecordsResponse) SetVariables(v []BatchUpsertRecordsResponseVariables)
SetVariables gets a reference to the given []BatchUpsertRecordsResponseVariables and assigns it to the Variables field.
type BatchUpsertRecordsResponseError ¶
type BatchUpsertRecordsResponseError struct { // Index of the record in `records` that this error corresponds to. Index *int32 `json:"index,omitempty"` Status *Status `json:"status,omitempty"` }
BatchUpsertRecordsResponseError struct for BatchUpsertRecordsResponseError
func NewBatchUpsertRecordsResponseError ¶
func NewBatchUpsertRecordsResponseError() *BatchUpsertRecordsResponseError
NewBatchUpsertRecordsResponseError instantiates a new BatchUpsertRecordsResponseError 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 NewBatchUpsertRecordsResponseErrorWithDefaults ¶
func NewBatchUpsertRecordsResponseErrorWithDefaults() *BatchUpsertRecordsResponseError
NewBatchUpsertRecordsResponseErrorWithDefaults instantiates a new BatchUpsertRecordsResponseError 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 (*BatchUpsertRecordsResponseError) GetIndex ¶
func (o *BatchUpsertRecordsResponseError) GetIndex() int32
GetIndex returns the Index field value if set, zero value otherwise.
func (*BatchUpsertRecordsResponseError) GetIndexOk ¶
func (o *BatchUpsertRecordsResponseError) GetIndexOk() (*int32, bool)
GetIndexOk returns a tuple with the Index field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchUpsertRecordsResponseError) GetStatus ¶
func (o *BatchUpsertRecordsResponseError) GetStatus() Status
GetStatus returns the Status field value if set, zero value otherwise.
func (*BatchUpsertRecordsResponseError) GetStatusOk ¶
func (o *BatchUpsertRecordsResponseError) GetStatusOk() (*Status, 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 (*BatchUpsertRecordsResponseError) HasIndex ¶
func (o *BatchUpsertRecordsResponseError) HasIndex() bool
HasIndex returns a boolean if a field has been set.
func (*BatchUpsertRecordsResponseError) HasStatus ¶
func (o *BatchUpsertRecordsResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (BatchUpsertRecordsResponseError) MarshalJSON ¶
func (o BatchUpsertRecordsResponseError) MarshalJSON() ([]byte, error)
func (*BatchUpsertRecordsResponseError) SetIndex ¶
func (o *BatchUpsertRecordsResponseError) SetIndex(v int32)
SetIndex gets a reference to the given int32 and assigns it to the Index field.
func (*BatchUpsertRecordsResponseError) SetStatus ¶
func (o *BatchUpsertRecordsResponseError) SetStatus(v Status)
SetStatus gets a reference to the given Status and assigns it to the Status field.
type BatchUpsertRecordsResponseKey ¶
type BatchUpsertRecordsResponseKey struct { // Index of the record in `records` that this key corresponds to. Index *int32 `json:"index,omitempty"` Key *RecordKey `json:"key,omitempty"` }
BatchUpsertRecordsResponseKey struct for BatchUpsertRecordsResponseKey
func NewBatchUpsertRecordsResponseKey ¶
func NewBatchUpsertRecordsResponseKey() *BatchUpsertRecordsResponseKey
NewBatchUpsertRecordsResponseKey instantiates a new BatchUpsertRecordsResponseKey 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 NewBatchUpsertRecordsResponseKeyWithDefaults ¶
func NewBatchUpsertRecordsResponseKeyWithDefaults() *BatchUpsertRecordsResponseKey
NewBatchUpsertRecordsResponseKeyWithDefaults instantiates a new BatchUpsertRecordsResponseKey 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 (*BatchUpsertRecordsResponseKey) GetIndex ¶
func (o *BatchUpsertRecordsResponseKey) GetIndex() int32
GetIndex returns the Index field value if set, zero value otherwise.
func (*BatchUpsertRecordsResponseKey) GetIndexOk ¶
func (o *BatchUpsertRecordsResponseKey) GetIndexOk() (*int32, bool)
GetIndexOk returns a tuple with the Index field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchUpsertRecordsResponseKey) GetKey ¶
func (o *BatchUpsertRecordsResponseKey) GetKey() RecordKey
GetKey returns the Key field value if set, zero value otherwise.
func (*BatchUpsertRecordsResponseKey) GetKeyOk ¶
func (o *BatchUpsertRecordsResponseKey) GetKeyOk() (*RecordKey, bool)
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchUpsertRecordsResponseKey) HasIndex ¶
func (o *BatchUpsertRecordsResponseKey) HasIndex() bool
HasIndex returns a boolean if a field has been set.
func (*BatchUpsertRecordsResponseKey) HasKey ¶
func (o *BatchUpsertRecordsResponseKey) HasKey() bool
HasKey returns a boolean if a field has been set.
func (BatchUpsertRecordsResponseKey) MarshalJSON ¶
func (o BatchUpsertRecordsResponseKey) MarshalJSON() ([]byte, error)
func (*BatchUpsertRecordsResponseKey) SetIndex ¶
func (o *BatchUpsertRecordsResponseKey) SetIndex(v int32)
SetIndex gets a reference to the given int32 and assigns it to the Index field.
func (*BatchUpsertRecordsResponseKey) SetKey ¶
func (o *BatchUpsertRecordsResponseKey) SetKey(v RecordKey)
SetKey gets a reference to the given RecordKey and assigns it to the Key field.
type BatchUpsertRecordsResponseVariables ¶
type BatchUpsertRecordsResponseVariables struct { // Index of the record in `records` that these variables correspond to. Index *int32 `json:"index,omitempty"` // The variables. Variables *map[string]interface{} `json:"variables,omitempty"` }
BatchUpsertRecordsResponseVariables struct for BatchUpsertRecordsResponseVariables
func NewBatchUpsertRecordsResponseVariables ¶
func NewBatchUpsertRecordsResponseVariables() *BatchUpsertRecordsResponseVariables
NewBatchUpsertRecordsResponseVariables instantiates a new BatchUpsertRecordsResponseVariables 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 NewBatchUpsertRecordsResponseVariablesWithDefaults ¶
func NewBatchUpsertRecordsResponseVariablesWithDefaults() *BatchUpsertRecordsResponseVariables
NewBatchUpsertRecordsResponseVariablesWithDefaults instantiates a new BatchUpsertRecordsResponseVariables 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 (*BatchUpsertRecordsResponseVariables) GetIndex ¶
func (o *BatchUpsertRecordsResponseVariables) GetIndex() int32
GetIndex returns the Index field value if set, zero value otherwise.
func (*BatchUpsertRecordsResponseVariables) GetIndexOk ¶
func (o *BatchUpsertRecordsResponseVariables) GetIndexOk() (*int32, bool)
GetIndexOk returns a tuple with the Index field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchUpsertRecordsResponseVariables) GetVariables ¶
func (o *BatchUpsertRecordsResponseVariables) GetVariables() map[string]interface{}
GetVariables returns the Variables field value if set, zero value otherwise.
func (*BatchUpsertRecordsResponseVariables) GetVariablesOk ¶
func (o *BatchUpsertRecordsResponseVariables) GetVariablesOk() (*map[string]interface{}, bool)
GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchUpsertRecordsResponseVariables) HasIndex ¶
func (o *BatchUpsertRecordsResponseVariables) HasIndex() bool
HasIndex returns a boolean if a field has been set.
func (*BatchUpsertRecordsResponseVariables) HasVariables ¶
func (o *BatchUpsertRecordsResponseVariables) HasVariables() bool
HasVariables returns a boolean if a field has been set.
func (BatchUpsertRecordsResponseVariables) MarshalJSON ¶
func (o BatchUpsertRecordsResponseVariables) MarshalJSON() ([]byte, error)
func (*BatchUpsertRecordsResponseVariables) SetIndex ¶
func (o *BatchUpsertRecordsResponseVariables) SetIndex(v int32)
SetIndex gets a reference to the given int32 and assigns it to the Index field.
func (*BatchUpsertRecordsResponseVariables) SetVariables ¶
func (o *BatchUpsertRecordsResponseVariables) SetVariables(v map[string]interface{})
SetVariables gets a reference to the given map[string]interface{} and assigns it to the Variables field.
type Collection ¶
type Collection struct { // Output only. The collection's ID. Id *string `json:"id,omitempty"` // Output only. The ID of the account that owns this collection. AccountId *string `json:"account_id,omitempty"` // Output only. Creation time of the collection. CreateTime *time.Time `json:"create_time,omitempty"` // The collection's display name. You can change this at any time. DisplayName string `json:"display_name"` // The list of authorized query domains for the collection. Client-side / browser requests to the [QueryCollection](/api#operation/QueryCollection) call can be made by any authorized query domain or any of its subdomains. This allows your interface to make search requests without having to provide an API key in the client-side request. AuthorizedQueryDomains *[]string `json:"authorized_query_domains,omitempty"` }
Collection struct for Collection
func NewCollection ¶
func NewCollection(displayName string) *Collection
NewCollection instantiates a new Collection 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 NewCollectionWithDefaults ¶
func NewCollectionWithDefaults() *Collection
NewCollectionWithDefaults instantiates a new Collection 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 (*Collection) GetAccountId ¶
func (o *Collection) GetAccountId() string
GetAccountId returns the AccountId field value if set, zero value otherwise.
func (*Collection) GetAccountIdOk ¶
func (o *Collection) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Collection) GetAuthorizedQueryDomains ¶
func (o *Collection) GetAuthorizedQueryDomains() []string
GetAuthorizedQueryDomains returns the AuthorizedQueryDomains field value if set, zero value otherwise.
func (*Collection) GetAuthorizedQueryDomainsOk ¶
func (o *Collection) GetAuthorizedQueryDomainsOk() (*[]string, bool)
GetAuthorizedQueryDomainsOk returns a tuple with the AuthorizedQueryDomains field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Collection) GetCreateTime ¶
func (o *Collection) GetCreateTime() time.Time
GetCreateTime returns the CreateTime field value if set, zero value otherwise.
func (*Collection) GetCreateTimeOk ¶
func (o *Collection) GetCreateTimeOk() (*time.Time, bool)
GetCreateTimeOk returns a tuple with the CreateTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Collection) GetDisplayName ¶
func (o *Collection) GetDisplayName() string
GetDisplayName returns the DisplayName field value
func (*Collection) GetDisplayNameOk ¶
func (o *Collection) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.
func (*Collection) GetId ¶
func (o *Collection) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Collection) GetIdOk ¶
func (o *Collection) GetIdOk() (*string, bool)
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 (*Collection) HasAccountId ¶
func (o *Collection) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (*Collection) HasAuthorizedQueryDomains ¶
func (o *Collection) HasAuthorizedQueryDomains() bool
HasAuthorizedQueryDomains returns a boolean if a field has been set.
func (*Collection) HasCreateTime ¶
func (o *Collection) HasCreateTime() bool
HasCreateTime returns a boolean if a field has been set.
func (*Collection) HasId ¶
func (o *Collection) HasId() bool
HasId returns a boolean if a field has been set.
func (Collection) MarshalJSON ¶
func (o Collection) MarshalJSON() ([]byte, error)
func (*Collection) SetAccountId ¶
func (o *Collection) SetAccountId(v string)
SetAccountId gets a reference to the given string and assigns it to the AccountId field.
func (*Collection) SetAuthorizedQueryDomains ¶
func (o *Collection) SetAuthorizedQueryDomains(v []string)
SetAuthorizedQueryDomains gets a reference to the given []string and assigns it to the AuthorizedQueryDomains field.
func (*Collection) SetCreateTime ¶
func (o *Collection) SetCreateTime(v time.Time)
SetCreateTime gets a reference to the given time.Time and assigns it to the CreateTime field.
func (*Collection) SetDisplayName ¶
func (o *Collection) SetDisplayName(v string)
SetDisplayName sets field value
func (*Collection) SetId ¶
func (o *Collection) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
type CollectionsApiService ¶
type CollectionsApiService service
CollectionsApiService CollectionsApi service
func (*CollectionsApiService) CreateCollection ¶
func (a *CollectionsApiService) CreateCollection(ctx _context.Context) ApiCreateCollectionRequest
* CreateCollection Create collection * Create an empty collection.
Before records can be added to a collection, the schema and pipelines for the collection have to be set up. Consider setting up new collections via the Sajari Console, which handles the creation of the schema and pipelines for you.
* @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateCollectionRequest
func (*CollectionsApiService) CreateCollectionExecute ¶
func (a *CollectionsApiService) CreateCollectionExecute(r ApiCreateCollectionRequest) (Collection, *_nethttp.Response, error)
* Execute executes the request * @return Collection
func (*CollectionsApiService) DeleteCollection ¶
func (a *CollectionsApiService) DeleteCollection(ctx _context.Context, collectionId string) ApiDeleteCollectionRequest
* DeleteCollection Delete collection * Delete a collection and all of its associated data.
> Note: this operation cannot be reversed.
* @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param collectionId The collection to delete, e.g. `my-collection`. * @return ApiDeleteCollectionRequest
func (*CollectionsApiService) DeleteCollectionExecute ¶
func (a *CollectionsApiService) DeleteCollectionExecute(r ApiDeleteCollectionRequest) (interface{}, *_nethttp.Response, error)
* Execute executes the request * @return interface{}
func (*CollectionsApiService) GetCollection ¶
func (a *CollectionsApiService) GetCollection(ctx _context.Context, collectionId string) ApiGetCollectionRequest
* GetCollection Get collection * Retrieve the details of a collection. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param collectionId The collection to retrieve, e.g. `my-collection`. * @return ApiGetCollectionRequest
func (*CollectionsApiService) GetCollectionExecute ¶
func (a *CollectionsApiService) GetCollectionExecute(r ApiGetCollectionRequest) (Collection, *_nethttp.Response, error)
* Execute executes the request * @return Collection
func (*CollectionsApiService) ListCollections ¶
func (a *CollectionsApiService) ListCollections(ctx _context.Context) ApiListCollectionsRequest
* ListCollections List collections * Retrieve a list of collections in the account. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListCollectionsRequest
func (*CollectionsApiService) ListCollectionsExecute ¶
func (a *CollectionsApiService) ListCollectionsExecute(r ApiListCollectionsRequest) (ListCollectionsResponse, *_nethttp.Response, error)
* Execute executes the request * @return ListCollectionsResponse
func (*CollectionsApiService) QueryCollection ¶
func (a *CollectionsApiService) QueryCollection(ctx _context.Context, collectionId string) ApiQueryCollectionRequest
* QueryCollection Query collection * Query the collection to search for records.
The following example demonstrates how to run a simple search for a particular string:
“`json {
"variables": { "q": "search terms" }
} “`
For more information:
- See [filtering content](https://docs.sajari.com/user-guide/integrating-search/filters/) - See [tracking in the Go SDK](https://github.com/sajari/sdk-go/blob/v2/session.go) - See [tracking in the JS SDK](https://github.com/sajari/sajari-sdk-js/blob/master/src/session.ts)
* @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param collectionId The collection to query, e.g. `my-collection`. * @return ApiQueryCollectionRequest
func (*CollectionsApiService) QueryCollectionExecute ¶
func (a *CollectionsApiService) QueryCollectionExecute(r ApiQueryCollectionRequest) (QueryCollectionResponse, *_nethttp.Response, error)
* Execute executes the request * @return QueryCollectionResponse
func (*CollectionsApiService) UpdateCollection ¶
func (a *CollectionsApiService) UpdateCollection(ctx _context.Context, collectionId string) ApiUpdateCollectionRequest
* UpdateCollection Update collection * Update the details of a collection. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param collectionId The collection to update, e.g. `my-collection`. * @return ApiUpdateCollectionRequest
func (*CollectionsApiService) UpdateCollectionExecute ¶
func (a *CollectionsApiService) UpdateCollectionExecute(r ApiUpdateCollectionRequest) (Collection, *_nethttp.Response, error)
* Execute executes the request * @return Collection
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 DeleteRecordRequest ¶
type DeleteRecordRequest struct {
Key RecordKey `json:"key"`
}
DeleteRecordRequest struct for DeleteRecordRequest
func NewDeleteRecordRequest ¶
func NewDeleteRecordRequest(key RecordKey) *DeleteRecordRequest
NewDeleteRecordRequest instantiates a new DeleteRecordRequest 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 NewDeleteRecordRequestWithDefaults ¶
func NewDeleteRecordRequestWithDefaults() *DeleteRecordRequest
NewDeleteRecordRequestWithDefaults instantiates a new DeleteRecordRequest 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 (*DeleteRecordRequest) GetKey ¶
func (o *DeleteRecordRequest) GetKey() RecordKey
GetKey returns the Key field value
func (*DeleteRecordRequest) GetKeyOk ¶
func (o *DeleteRecordRequest) GetKeyOk() (*RecordKey, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (DeleteRecordRequest) MarshalJSON ¶
func (o DeleteRecordRequest) MarshalJSON() ([]byte, error)
func (*DeleteRecordRequest) SetKey ¶
func (o *DeleteRecordRequest) SetKey(v RecordKey)
SetKey sets field value
type Error ¶
type Error struct { Code *int32 `json:"code,omitempty"` Message *string `json:"message,omitempty"` Details *[]ProtobufAny `json:"details,omitempty"` }
Error struct for Error
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) GetDetails ¶
func (o *Error) GetDetails() []ProtobufAny
GetDetails returns the Details field value if set, zero value otherwise.
func (*Error) GetDetailsOk ¶
func (o *Error) GetDetailsOk() (*[]ProtobufAny, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetMessage ¶
GetMessage returns the Message field value if set, zero value otherwise.
func (*Error) GetMessageOk ¶
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) HasDetails ¶
HasDetails returns a boolean if a field has been set.
func (*Error) HasMessage ¶
HasMessage returns a boolean if a field has been set.
func (Error) MarshalJSON ¶
func (*Error) SetCode ¶
SetCode gets a reference to the given int32 and assigns it to the Code field.
func (*Error) SetDetails ¶
func (o *Error) SetDetails(v []ProtobufAny)
SetDetails gets a reference to the given []ProtobufAny and assigns it to the Details field.
func (*Error) SetMessage ¶
SetMessage gets a reference to the given string and assigns it to the Message field.
type GeneratePipelinesRequest ¶
type GeneratePipelinesRequest struct { // Prioritized list of fields to search. SearchableFields []string `json:"searchable_fields"` // List of fields to train query suggestions from. QueryTrainingFields *[]string `json:"query_training_fields,omitempty"` }
GeneratePipelinesRequest struct for GeneratePipelinesRequest
func NewGeneratePipelinesRequest ¶
func NewGeneratePipelinesRequest(searchableFields []string) *GeneratePipelinesRequest
NewGeneratePipelinesRequest instantiates a new GeneratePipelinesRequest 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 NewGeneratePipelinesRequestWithDefaults ¶
func NewGeneratePipelinesRequestWithDefaults() *GeneratePipelinesRequest
NewGeneratePipelinesRequestWithDefaults instantiates a new GeneratePipelinesRequest 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 (*GeneratePipelinesRequest) GetQueryTrainingFields ¶
func (o *GeneratePipelinesRequest) GetQueryTrainingFields() []string
GetQueryTrainingFields returns the QueryTrainingFields field value if set, zero value otherwise.
func (*GeneratePipelinesRequest) GetQueryTrainingFieldsOk ¶
func (o *GeneratePipelinesRequest) GetQueryTrainingFieldsOk() (*[]string, bool)
GetQueryTrainingFieldsOk returns a tuple with the QueryTrainingFields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeneratePipelinesRequest) GetSearchableFields ¶
func (o *GeneratePipelinesRequest) GetSearchableFields() []string
GetSearchableFields returns the SearchableFields field value
func (*GeneratePipelinesRequest) GetSearchableFieldsOk ¶
func (o *GeneratePipelinesRequest) GetSearchableFieldsOk() (*[]string, bool)
GetSearchableFieldsOk returns a tuple with the SearchableFields field value and a boolean to check if the value has been set.
func (*GeneratePipelinesRequest) HasQueryTrainingFields ¶
func (o *GeneratePipelinesRequest) HasQueryTrainingFields() bool
HasQueryTrainingFields returns a boolean if a field has been set.
func (GeneratePipelinesRequest) MarshalJSON ¶
func (o GeneratePipelinesRequest) MarshalJSON() ([]byte, error)
func (*GeneratePipelinesRequest) SetQueryTrainingFields ¶
func (o *GeneratePipelinesRequest) SetQueryTrainingFields(v []string)
SetQueryTrainingFields gets a reference to the given []string and assigns it to the QueryTrainingFields field.
func (*GeneratePipelinesRequest) SetSearchableFields ¶
func (o *GeneratePipelinesRequest) SetSearchableFields(v []string)
SetSearchableFields sets field value
type GeneratePipelinesResponse ¶
type GeneratePipelinesResponse struct { RecordPipeline *Pipeline `json:"record_pipeline,omitempty"` QueryPipeline *Pipeline `json:"query_pipeline,omitempty"` AutocompletePipeline *Pipeline `json:"autocomplete_pipeline,omitempty"` }
GeneratePipelinesResponse struct for GeneratePipelinesResponse
func NewGeneratePipelinesResponse ¶
func NewGeneratePipelinesResponse() *GeneratePipelinesResponse
NewGeneratePipelinesResponse instantiates a new GeneratePipelinesResponse 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 NewGeneratePipelinesResponseWithDefaults ¶
func NewGeneratePipelinesResponseWithDefaults() *GeneratePipelinesResponse
NewGeneratePipelinesResponseWithDefaults instantiates a new GeneratePipelinesResponse 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 (*GeneratePipelinesResponse) GetAutocompletePipeline ¶
func (o *GeneratePipelinesResponse) GetAutocompletePipeline() Pipeline
GetAutocompletePipeline returns the AutocompletePipeline field value if set, zero value otherwise.
func (*GeneratePipelinesResponse) GetAutocompletePipelineOk ¶
func (o *GeneratePipelinesResponse) GetAutocompletePipelineOk() (*Pipeline, bool)
GetAutocompletePipelineOk returns a tuple with the AutocompletePipeline field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeneratePipelinesResponse) GetQueryPipeline ¶
func (o *GeneratePipelinesResponse) GetQueryPipeline() Pipeline
GetQueryPipeline returns the QueryPipeline field value if set, zero value otherwise.
func (*GeneratePipelinesResponse) GetQueryPipelineOk ¶
func (o *GeneratePipelinesResponse) GetQueryPipelineOk() (*Pipeline, bool)
GetQueryPipelineOk returns a tuple with the QueryPipeline field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeneratePipelinesResponse) GetRecordPipeline ¶
func (o *GeneratePipelinesResponse) GetRecordPipeline() Pipeline
GetRecordPipeline returns the RecordPipeline field value if set, zero value otherwise.
func (*GeneratePipelinesResponse) GetRecordPipelineOk ¶
func (o *GeneratePipelinesResponse) GetRecordPipelineOk() (*Pipeline, bool)
GetRecordPipelineOk returns a tuple with the RecordPipeline field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeneratePipelinesResponse) HasAutocompletePipeline ¶
func (o *GeneratePipelinesResponse) HasAutocompletePipeline() bool
HasAutocompletePipeline returns a boolean if a field has been set.
func (*GeneratePipelinesResponse) HasQueryPipeline ¶
func (o *GeneratePipelinesResponse) HasQueryPipeline() bool
HasQueryPipeline returns a boolean if a field has been set.
func (*GeneratePipelinesResponse) HasRecordPipeline ¶
func (o *GeneratePipelinesResponse) HasRecordPipeline() bool
HasRecordPipeline returns a boolean if a field has been set.
func (GeneratePipelinesResponse) MarshalJSON ¶
func (o GeneratePipelinesResponse) MarshalJSON() ([]byte, error)
func (*GeneratePipelinesResponse) SetAutocompletePipeline ¶
func (o *GeneratePipelinesResponse) SetAutocompletePipeline(v Pipeline)
SetAutocompletePipeline gets a reference to the given Pipeline and assigns it to the AutocompletePipeline field.
func (*GeneratePipelinesResponse) SetQueryPipeline ¶
func (o *GeneratePipelinesResponse) SetQueryPipeline(v Pipeline)
SetQueryPipeline gets a reference to the given Pipeline and assigns it to the QueryPipeline field.
func (*GeneratePipelinesResponse) SetRecordPipeline ¶
func (o *GeneratePipelinesResponse) SetRecordPipeline(v Pipeline)
SetRecordPipeline gets a reference to the given Pipeline and assigns it to the RecordPipeline field.
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 GetDefaultPipelineResponse ¶
type GetDefaultPipelineResponse struct { // The name of the pipeline to use when not otherwise specified. Pipeline *string `json:"pipeline,omitempty"` }
GetDefaultPipelineResponse struct for GetDefaultPipelineResponse
func NewGetDefaultPipelineResponse ¶
func NewGetDefaultPipelineResponse() *GetDefaultPipelineResponse
NewGetDefaultPipelineResponse instantiates a new GetDefaultPipelineResponse 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 NewGetDefaultPipelineResponseWithDefaults ¶
func NewGetDefaultPipelineResponseWithDefaults() *GetDefaultPipelineResponse
NewGetDefaultPipelineResponseWithDefaults instantiates a new GetDefaultPipelineResponse 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 (*GetDefaultPipelineResponse) GetPipeline ¶
func (o *GetDefaultPipelineResponse) GetPipeline() string
GetPipeline returns the Pipeline field value if set, zero value otherwise.
func (*GetDefaultPipelineResponse) GetPipelineOk ¶
func (o *GetDefaultPipelineResponse) GetPipelineOk() (*string, bool)
GetPipelineOk returns a tuple with the Pipeline field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetDefaultPipelineResponse) HasPipeline ¶
func (o *GetDefaultPipelineResponse) HasPipeline() bool
HasPipeline returns a boolean if a field has been set.