Documentation
¶
Overview ¶
Package geocube is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterAdminServer(s *grpc.Server, srv AdminServer)
- func RegisterGeocubeHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterGeocubeHandlerClient(ctx context.Context, mux *runtime.ServeMux, client GeocubeClient) error
- func RegisterGeocubeHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterGeocubeHandlerServer(ctx context.Context, mux *runtime.ServeMux, server GeocubeServer) error
- func RegisterGeocubeServer(s *grpc.Server, srv GeocubeServer)
- type AOI
- type AddRecordsTagsRequest
- func (*AddRecordsTagsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddRecordsTagsRequest) GetIds() []string
- func (x *AddRecordsTagsRequest) GetTags() map[string]string
- func (*AddRecordsTagsRequest) ProtoMessage()
- func (x *AddRecordsTagsRequest) ProtoReflect() protoreflect.Message
- func (x *AddRecordsTagsRequest) Reset()
- func (x *AddRecordsTagsRequest) String() string
- type AddRecordsTagsResponse
- func (*AddRecordsTagsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddRecordsTagsResponse) GetNb() int64
- func (*AddRecordsTagsResponse) ProtoMessage()
- func (x *AddRecordsTagsResponse) ProtoReflect() protoreflect.Message
- func (x *AddRecordsTagsResponse) Reset()
- func (x *AddRecordsTagsResponse) String() string
- type AdminClient
- type AdminServer
- type ByteOrder
- type CancelJobRequest
- type CancelJobResponse
- type CleanJobsRequest
- func (*CleanJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CleanJobsRequest) GetNameLike() string
- func (x *CleanJobsRequest) GetState() string
- func (*CleanJobsRequest) ProtoMessage()
- func (x *CleanJobsRequest) ProtoReflect() protoreflect.Message
- func (x *CleanJobsRequest) Reset()
- func (x *CleanJobsRequest) String() string
- type CleanJobsResponse
- type ColorPoint
- func (*ColorPoint) Descriptor() ([]byte, []int)deprecated
- func (x *ColorPoint) GetA() uint32
- func (x *ColorPoint) GetB() uint32
- func (x *ColorPoint) GetG() uint32
- func (x *ColorPoint) GetR() uint32
- func (x *ColorPoint) GetValue() float32
- func (*ColorPoint) ProtoMessage()
- func (x *ColorPoint) ProtoReflect() protoreflect.Message
- func (x *ColorPoint) Reset()
- func (x *ColorPoint) String() string
- type ConfigConsolidationRequest
- func (*ConfigConsolidationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigConsolidationRequest) GetConsolidationParams() *ConsolidationParams
- func (x *ConfigConsolidationRequest) GetVariableId() string
- func (*ConfigConsolidationRequest) ProtoMessage()
- func (x *ConfigConsolidationRequest) ProtoReflect() protoreflect.Message
- func (x *ConfigConsolidationRequest) Reset()
- func (x *ConfigConsolidationRequest) String() string
- type ConfigConsolidationResponse
- type ConsolidateRequest
- func (*ConsolidateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConsolidateRequest) GetFilters() *RecordFilters
- func (x *ConsolidateRequest) GetInstanceId() string
- func (x *ConsolidateRequest) GetJobName() string
- func (x *ConsolidateRequest) GetLayoutId() string
- func (x *ConsolidateRequest) GetRecords() *RecordList
- func (m *ConsolidateRequest) GetRecordsLister() isConsolidateRequest_RecordsLister
- func (*ConsolidateRequest) ProtoMessage()
- func (x *ConsolidateRequest) ProtoReflect() protoreflect.Message
- func (x *ConsolidateRequest) Reset()
- func (x *ConsolidateRequest) String() string
- type ConsolidateRequest_Filters
- type ConsolidateRequest_Records
- type ConsolidateResponse
- func (*ConsolidateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ConsolidateResponse) GetJobId() string
- func (*ConsolidateResponse) ProtoMessage()
- func (x *ConsolidateResponse) ProtoReflect() protoreflect.Message
- func (x *ConsolidateResponse) Reset()
- func (x *ConsolidateResponse) String() string
- type ConsolidationParams
- func (*ConsolidationParams) Descriptor() ([]byte, []int)deprecated
- func (x *ConsolidationParams) GetBandsInterleave() bool
- func (x *ConsolidationParams) GetCompression() ConsolidationParams_Compression
- func (x *ConsolidationParams) GetCreateOverviews() bool
- func (x *ConsolidationParams) GetDformat() *DataFormat
- func (x *ConsolidationParams) GetDownsamplingAlg() Resampling
- func (x *ConsolidationParams) GetExponent() float64
- func (x *ConsolidationParams) GetStorageClass() StorageClass
- func (*ConsolidationParams) ProtoMessage()
- func (x *ConsolidationParams) ProtoReflect() protoreflect.Message
- func (x *ConsolidationParams) Reset()
- func (x *ConsolidationParams) String() string
- type ConsolidationParams_Compression
- func (ConsolidationParams_Compression) Descriptor() protoreflect.EnumDescriptor
- func (x ConsolidationParams_Compression) Enum() *ConsolidationParams_Compression
- func (ConsolidationParams_Compression) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConsolidationParams_Compression) Number() protoreflect.EnumNumber
- func (x ConsolidationParams_Compression) String() string
- func (ConsolidationParams_Compression) Type() protoreflect.EnumType
- type Container
- func (*Container) Descriptor() ([]byte, []int)deprecated
- func (x *Container) GetDatasets() []*Dataset
- func (x *Container) GetManaged() bool
- func (x *Container) GetUri() string
- func (*Container) ProtoMessage()
- func (x *Container) ProtoReflect() protoreflect.Message
- func (x *Container) Reset()
- func (x *Container) String() string
- type Coord
- type CreateAOIRequest
- type CreateAOIResponse
- type CreateLayoutRequest
- func (*CreateLayoutRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateLayoutRequest) GetLayout() *Layout
- func (*CreateLayoutRequest) ProtoMessage()
- func (x *CreateLayoutRequest) ProtoReflect() protoreflect.Message
- func (x *CreateLayoutRequest) Reset()
- func (x *CreateLayoutRequest) String() string
- type CreateLayoutResponse
- func (*CreateLayoutResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateLayoutResponse) GetId() string
- func (*CreateLayoutResponse) ProtoMessage()
- func (x *CreateLayoutResponse) ProtoReflect() protoreflect.Message
- func (x *CreateLayoutResponse) Reset()
- func (x *CreateLayoutResponse) String() string
- type CreatePaletteRequest
- func (*CreatePaletteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreatePaletteRequest) GetPalette() *Palette
- func (x *CreatePaletteRequest) GetReplace() bool
- func (*CreatePaletteRequest) ProtoMessage()
- func (x *CreatePaletteRequest) ProtoReflect() protoreflect.Message
- func (x *CreatePaletteRequest) Reset()
- func (x *CreatePaletteRequest) String() string
- type CreatePaletteResponse
- type CreateRecordsRequest
- func (*CreateRecordsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRecordsRequest) GetRecords() []*NewRecord
- func (*CreateRecordsRequest) ProtoMessage()
- func (x *CreateRecordsRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRecordsRequest) Reset()
- func (x *CreateRecordsRequest) String() string
- type CreateRecordsResponse
- func (*CreateRecordsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRecordsResponse) GetIds() []string
- func (*CreateRecordsResponse) ProtoMessage()
- func (x *CreateRecordsResponse) ProtoReflect() protoreflect.Message
- func (x *CreateRecordsResponse) Reset()
- func (x *CreateRecordsResponse) String() string
- type CreateVariableRequest
- func (*CreateVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateVariableRequest) GetVariable() *Variable
- func (*CreateVariableRequest) ProtoMessage()
- func (x *CreateVariableRequest) ProtoReflect() protoreflect.Message
- func (x *CreateVariableRequest) Reset()
- func (x *CreateVariableRequest) String() string
- type CreateVariableResponse
- func (*CreateVariableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateVariableResponse) GetId() string
- func (*CreateVariableResponse) ProtoMessage()
- func (x *CreateVariableResponse) ProtoReflect() protoreflect.Message
- func (x *CreateVariableResponse) Reset()
- func (x *CreateVariableResponse) String() string
- type DataFormat
- func (*DataFormat) Descriptor() ([]byte, []int)deprecated
- func (x *DataFormat) GetDtype() DataFormat_Dtype
- func (x *DataFormat) GetMaxValue() float64
- func (x *DataFormat) GetMinValue() float64
- func (x *DataFormat) GetNoData() float64
- func (*DataFormat) ProtoMessage()
- func (x *DataFormat) ProtoReflect() protoreflect.Message
- func (x *DataFormat) Reset()
- func (x *DataFormat) String() string
- type DataFormat_Dtype
- func (DataFormat_Dtype) Descriptor() protoreflect.EnumDescriptor
- func (x DataFormat_Dtype) Enum() *DataFormat_Dtype
- func (DataFormat_Dtype) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataFormat_Dtype) Number() protoreflect.EnumNumber
- func (x DataFormat_Dtype) String() string
- func (DataFormat_Dtype) Type() protoreflect.EnumType
- type Dataset
- func (*Dataset) Descriptor() ([]byte, []int)deprecated
- func (x *Dataset) GetBands() []int64
- func (x *Dataset) GetContainerSubdir() string
- func (x *Dataset) GetDformat() *DataFormat
- func (x *Dataset) GetExponent() float64
- func (x *Dataset) GetInstanceId() string
- func (x *Dataset) GetRealMaxValue() float64
- func (x *Dataset) GetRealMinValue() float64
- func (x *Dataset) GetRecordId() string
- func (*Dataset) ProtoMessage()
- func (x *Dataset) ProtoReflect() protoreflect.Message
- func (x *Dataset) Reset()
- func (x *Dataset) String() string
- type Dataset_Bounds
- func (*Dataset_Bounds) Descriptor() ([]byte, []int)deprecated
- func (x *Dataset_Bounds) GetBottom() float64
- func (x *Dataset_Bounds) GetLeft() float64
- func (x *Dataset_Bounds) GetRight() float64
- func (x *Dataset_Bounds) GetTop() float64
- func (*Dataset_Bounds) ProtoMessage()
- func (x *Dataset_Bounds) ProtoReflect() protoreflect.Message
- func (x *Dataset_Bounds) Reset()
- func (x *Dataset_Bounds) String() string
- type DeleteDatasetsRequest
- func (*DeleteDatasetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDatasetsRequest) GetInstancesId() []string
- func (x *DeleteDatasetsRequest) GetRecordsId() []string
- func (x *DeleteDatasetsRequest) GetSimulate() bool
- func (*DeleteDatasetsRequest) ProtoMessage()
- func (x *DeleteDatasetsRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDatasetsRequest) Reset()
- func (x *DeleteDatasetsRequest) String() string
- type DeleteDatasetsResponse
- func (*DeleteDatasetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDatasetsResponse) GetResults() []string
- func (*DeleteDatasetsResponse) ProtoMessage()
- func (x *DeleteDatasetsResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteDatasetsResponse) Reset()
- func (x *DeleteDatasetsResponse) String() string
- type DeleteInstanceRequest
- func (*DeleteInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteInstanceRequest) GetId() string
- func (*DeleteInstanceRequest) ProtoMessage()
- func (x *DeleteInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteInstanceRequest) Reset()
- func (x *DeleteInstanceRequest) String() string
- type DeleteInstanceResponse
- type DeleteRecordsRequest
- func (*DeleteRecordsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRecordsRequest) GetIds() []string
- func (*DeleteRecordsRequest) ProtoMessage()
- func (x *DeleteRecordsRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRecordsRequest) Reset()
- func (x *DeleteRecordsRequest) String() string
- type DeleteRecordsResponse
- func (*DeleteRecordsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRecordsResponse) GetNb() int64
- func (*DeleteRecordsResponse) ProtoMessage()
- func (x *DeleteRecordsResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteRecordsResponse) Reset()
- func (x *DeleteRecordsResponse) String() string
- type DeleteVariableRequest
- func (*DeleteVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteVariableRequest) GetId() string
- func (*DeleteVariableRequest) ProtoMessage()
- func (x *DeleteVariableRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteVariableRequest) Reset()
- func (x *DeleteVariableRequest) String() string
- type DeleteVariableResponse
- type FileFormat
- type GeoTransform
- func (*GeoTransform) Descriptor() ([]byte, []int)deprecated
- func (x *GeoTransform) GetA() float64
- func (x *GeoTransform) GetB() float64
- func (x *GeoTransform) GetC() float64
- func (x *GeoTransform) GetD() float64
- func (x *GeoTransform) GetE() float64
- func (x *GeoTransform) GetF() float64
- func (*GeoTransform) ProtoMessage()
- func (x *GeoTransform) ProtoReflect() protoreflect.Message
- func (x *GeoTransform) Reset()
- func (x *GeoTransform) String() string
- type GeocubeClient
- type GeocubeServer
- type Geocube_GetCubeClient
- type Geocube_GetCubeServer
- type Geocube_IngestDatasetsClient
- type Geocube_IngestDatasetsServer
- type Geocube_ListRecordsClient
- type Geocube_ListRecordsServer
- type Geocube_ListVariablesClient
- type Geocube_ListVariablesServer
- type Geocube_TileAOIClient
- type Geocube_TileAOIServer
- type GetAOIRequest
- type GetAOIResponse
- type GetConsolidationParamsRequest
- func (*GetConsolidationParamsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConsolidationParamsRequest) GetVariableId() string
- func (*GetConsolidationParamsRequest) ProtoMessage()
- func (x *GetConsolidationParamsRequest) ProtoReflect() protoreflect.Message
- func (x *GetConsolidationParamsRequest) Reset()
- func (x *GetConsolidationParamsRequest) String() string
- type GetConsolidationParamsResponse
- func (*GetConsolidationParamsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConsolidationParamsResponse) GetConsolidationParams() *ConsolidationParams
- func (*GetConsolidationParamsResponse) ProtoMessage()
- func (x *GetConsolidationParamsResponse) ProtoReflect() protoreflect.Message
- func (x *GetConsolidationParamsResponse) Reset()
- func (x *GetConsolidationParamsResponse) String() string
- type GetCubeRequest
- func (*GetCubeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCubeRequest) GetCompressionLevel() int32
- func (x *GetCubeRequest) GetCrs() string
- func (x *GetCubeRequest) GetFilters() *RecordFilters
- func (x *GetCubeRequest) GetFormat() FileFormat
- func (x *GetCubeRequest) GetGrecords() *GroupedRecordsList
- func (x *GetCubeRequest) GetHeadersOnly() bool
- func (x *GetCubeRequest) GetInstancesId() []string
- func (x *GetCubeRequest) GetPixToCrs() *GeoTransform
- func (x *GetCubeRequest) GetRecords() *RecordList
- func (m *GetCubeRequest) GetRecordsLister() isGetCubeRequest_RecordsLister
- func (x *GetCubeRequest) GetSize() *Size
- func (*GetCubeRequest) ProtoMessage()
- func (x *GetCubeRequest) ProtoReflect() protoreflect.Message
- func (x *GetCubeRequest) Reset()
- func (x *GetCubeRequest) String() string
- type GetCubeRequest_Filters
- type GetCubeRequest_Grecords
- type GetCubeRequest_Records
- type GetCubeResponse
- func (*GetCubeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCubeResponse) GetChunk() *ImageChunk
- func (x *GetCubeResponse) GetGlobalHeader() *GetCubeResponseHeader
- func (x *GetCubeResponse) GetHeader() *ImageHeader
- func (m *GetCubeResponse) GetResponse() isGetCubeResponse_Response
- func (*GetCubeResponse) ProtoMessage()
- func (x *GetCubeResponse) ProtoReflect() protoreflect.Message
- func (x *GetCubeResponse) Reset()
- func (x *GetCubeResponse) String() string
- type GetCubeResponseHeader
- func (*GetCubeResponseHeader) Descriptor() ([]byte, []int)deprecated
- func (x *GetCubeResponseHeader) GetCount() int64
- func (x *GetCubeResponseHeader) GetNbDatasets() int64
- func (*GetCubeResponseHeader) ProtoMessage()
- func (x *GetCubeResponseHeader) ProtoReflect() protoreflect.Message
- func (x *GetCubeResponseHeader) Reset()
- func (x *GetCubeResponseHeader) String() string
- type GetCubeResponse_Chunk
- type GetCubeResponse_GlobalHeader
- type GetCubeResponse_Header
- type GetJobRequest
- type GetJobResponse
- type GetTileRequest
- func (*GetTileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTileRequest) GetInstanceId() string
- func (x *GetTileRequest) GetRecords() *RecordList
- func (m *GetTileRequest) GetRecordsLister() isGetTileRequest_RecordsLister
- func (x *GetTileRequest) GetX() int32
- func (x *GetTileRequest) GetY() int32
- func (x *GetTileRequest) GetZ() int32
- func (*GetTileRequest) ProtoMessage()
- func (x *GetTileRequest) ProtoReflect() protoreflect.Message
- func (x *GetTileRequest) Reset()
- func (x *GetTileRequest) String() string
- type GetTileRequest_Records
- type GetTileResponse
- type GetVariableRequest
- func (*GetVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetVariableRequest) GetId() string
- func (m *GetVariableRequest) GetIdentifier() isGetVariableRequest_Identifier
- func (x *GetVariableRequest) GetInstanceId() string
- func (x *GetVariableRequest) GetName() string
- func (*GetVariableRequest) ProtoMessage()
- func (x *GetVariableRequest) ProtoReflect() protoreflect.Message
- func (x *GetVariableRequest) Reset()
- func (x *GetVariableRequest) String() string
- type GetVariableRequest_Id
- type GetVariableRequest_InstanceId
- type GetVariableRequest_Name
- type GetVariableResponse
- func (*GetVariableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVariableResponse) GetVariable() *Variable
- func (*GetVariableResponse) ProtoMessage()
- func (x *GetVariableResponse) ProtoReflect() protoreflect.Message
- func (x *GetVariableResponse) Reset()
- func (x *GetVariableResponse) String() string
- type GetVersionRequest
- type GetVersionResponse
- func (*GetVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVersionResponse) GetVersion() string
- func (*GetVersionResponse) ProtoMessage()
- func (x *GetVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetVersionResponse) Reset()
- func (x *GetVersionResponse) String() string
- type GroupedRecordsList
- func (*GroupedRecordsList) Descriptor() ([]byte, []int)deprecated
- func (x *GroupedRecordsList) GetRecords() []*RecordList
- func (*GroupedRecordsList) ProtoMessage()
- func (x *GroupedRecordsList) ProtoReflect() protoreflect.Message
- func (x *GroupedRecordsList) Reset()
- func (x *GroupedRecordsList) String() string
- type ImageChunk
- type ImageFile
- type ImageHeader
- func (*ImageHeader) Descriptor() ([]byte, []int)deprecated
- func (x *ImageHeader) GetCompression() bool
- func (x *ImageHeader) GetData() []byte
- func (x *ImageHeader) GetDtype() DataFormat_Dtype
- func (x *ImageHeader) GetError() string
- func (x *ImageHeader) GetNbParts() int32
- func (x *ImageHeader) GetOrder() ByteOrder
- func (x *ImageHeader) GetRecords() []*Record
- func (x *ImageHeader) GetShape() *Shape
- func (x *ImageHeader) GetSize() int64
- func (*ImageHeader) ProtoMessage()
- func (x *ImageHeader) ProtoReflect() protoreflect.Message
- func (x *ImageHeader) Reset()
- func (x *ImageHeader) String() string
- type IndexDatasetsRequest
- func (*IndexDatasetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IndexDatasetsRequest) GetContainer() *Container
- func (*IndexDatasetsRequest) ProtoMessage()
- func (x *IndexDatasetsRequest) ProtoReflect() protoreflect.Message
- func (x *IndexDatasetsRequest) Reset()
- func (x *IndexDatasetsRequest) String() string
- type IndexDatasetsResponse
- type IngestDatasetsRequest
- func (*IngestDatasetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IngestDatasetsRequest) GetContainer() []*Container
- func (*IngestDatasetsRequest) ProtoMessage()
- func (x *IngestDatasetsRequest) ProtoReflect() protoreflect.Message
- func (x *IngestDatasetsRequest) Reset()
- func (x *IngestDatasetsRequest) String() string
- type IngestDatasetsResponse
- func (*IngestDatasetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IngestDatasetsResponse) GetJobIds() []string
- func (*IngestDatasetsResponse) ProtoMessage()
- func (x *IngestDatasetsResponse) ProtoReflect() protoreflect.Message
- func (x *IngestDatasetsResponse) Reset()
- func (x *IngestDatasetsResponse) String() string
- type Instance
- func (*Instance) Descriptor() ([]byte, []int)deprecated
- func (x *Instance) GetId() string
- func (x *Instance) GetMetadata() map[string]string
- func (x *Instance) GetName() string
- func (*Instance) ProtoMessage()
- func (x *Instance) ProtoReflect() protoreflect.Message
- func (x *Instance) Reset()
- func (x *Instance) String() string
- type InstantiateVariableRequest
- func (*InstantiateVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InstantiateVariableRequest) GetInstanceMetadata() map[string]string
- func (x *InstantiateVariableRequest) GetInstanceName() string
- func (x *InstantiateVariableRequest) GetVariableId() string
- func (*InstantiateVariableRequest) ProtoMessage()
- func (x *InstantiateVariableRequest) ProtoReflect() protoreflect.Message
- func (x *InstantiateVariableRequest) Reset()
- func (x *InstantiateVariableRequest) String() string
- type InstantiateVariableResponse
- func (*InstantiateVariableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InstantiateVariableResponse) GetInstance() *Instance
- func (*InstantiateVariableResponse) ProtoMessage()
- func (x *InstantiateVariableResponse) ProtoReflect() protoreflect.Message
- func (x *InstantiateVariableResponse) Reset()
- func (x *InstantiateVariableResponse) String() string
- type Job
- func (*Job) Descriptor() ([]byte, []int)deprecated
- func (x *Job) GetActiveTasks() int32
- func (x *Job) GetCreationTime() *timestamp.Timestamp
- func (x *Job) GetFailedTasks() int32
- func (x *Job) GetId() string
- func (x *Job) GetLastUpdateTime() *timestamp.Timestamp
- func (x *Job) GetLog() []string
- func (x *Job) GetName() string
- func (x *Job) GetState() string
- func (x *Job) GetType() string
- func (*Job) ProtoMessage()
- func (x *Job) ProtoReflect() protoreflect.Message
- func (x *Job) Reset()
- func (x *Job) String() string
- type Layout
- func (*Layout) Descriptor() ([]byte, []int)deprecated
- func (x *Layout) GetBlockXSize() int64
- func (x *Layout) GetBlockYSize() int64
- func (x *Layout) GetGridFlags() []string
- func (x *Layout) GetGridParameters() map[string]string
- func (x *Layout) GetId() string
- func (x *Layout) GetMaxRecords() int64
- func (x *Layout) GetName() string
- func (*Layout) ProtoMessage()
- func (x *Layout) ProtoReflect() protoreflect.Message
- func (x *Layout) Reset()
- func (x *Layout) String() string
- type LinearRing
- type ListJobsRequest
- type ListJobsResponse
- type ListLayoutsRequest
- func (*ListLayoutsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListLayoutsRequest) GetNameLike() string
- func (*ListLayoutsRequest) ProtoMessage()
- func (x *ListLayoutsRequest) ProtoReflect() protoreflect.Message
- func (x *ListLayoutsRequest) Reset()
- func (x *ListLayoutsRequest) String() string
- type ListLayoutsResponse
- func (*ListLayoutsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListLayoutsResponse) GetLayouts() []*Layout
- func (*ListLayoutsResponse) ProtoMessage()
- func (x *ListLayoutsResponse) ProtoReflect() protoreflect.Message
- func (x *ListLayoutsResponse) Reset()
- func (x *ListLayoutsResponse) String() string
- type ListRecordsRequest
- func (*ListRecordsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRecordsRequest) GetAoi() *AOI
- func (x *ListRecordsRequest) GetFromTime() *timestamp.Timestamp
- func (x *ListRecordsRequest) GetLimit() int32
- func (x *ListRecordsRequest) GetName() string
- func (x *ListRecordsRequest) GetPage() int32
- func (x *ListRecordsRequest) GetTags() map[string]string
- func (x *ListRecordsRequest) GetToTime() *timestamp.Timestamp
- func (x *ListRecordsRequest) GetWithAoi() bool
- func (*ListRecordsRequest) ProtoMessage()
- func (x *ListRecordsRequest) ProtoReflect() protoreflect.Message
- func (x *ListRecordsRequest) Reset()
- func (x *ListRecordsRequest) String() string
- type ListRecordsResponseItem
- func (*ListRecordsResponseItem) Descriptor() ([]byte, []int)deprecated
- func (x *ListRecordsResponseItem) GetRecord() *Record
- func (*ListRecordsResponseItem) ProtoMessage()
- func (x *ListRecordsResponseItem) ProtoReflect() protoreflect.Message
- func (x *ListRecordsResponseItem) Reset()
- func (x *ListRecordsResponseItem) String() string
- type ListVariablesRequest
- func (*ListVariablesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListVariablesRequest) GetLimit() int32
- func (x *ListVariablesRequest) GetName() string
- func (x *ListVariablesRequest) GetPage() int32
- func (*ListVariablesRequest) ProtoMessage()
- func (x *ListVariablesRequest) ProtoReflect() protoreflect.Message
- func (x *ListVariablesRequest) Reset()
- func (x *ListVariablesRequest) String() string
- type ListVariablesResponseItem
- func (*ListVariablesResponseItem) Descriptor() ([]byte, []int)deprecated
- func (x *ListVariablesResponseItem) GetVariable() *Variable
- func (*ListVariablesResponseItem) ProtoMessage()
- func (x *ListVariablesResponseItem) ProtoReflect() protoreflect.Message
- func (x *ListVariablesResponseItem) Reset()
- func (x *ListVariablesResponseItem) String() string
- type NewRecord
- func (*NewRecord) Descriptor() ([]byte, []int)deprecated
- func (x *NewRecord) GetAoiId() string
- func (x *NewRecord) GetName() string
- func (x *NewRecord) GetTags() map[string]string
- func (x *NewRecord) GetTime() *timestamp.Timestamp
- func (*NewRecord) ProtoMessage()
- func (x *NewRecord) ProtoReflect() protoreflect.Message
- func (x *NewRecord) Reset()
- func (x *NewRecord) String() string
- type Palette
- type Polygon
- type Record
- func (*Record) Descriptor() ([]byte, []int)deprecated
- func (x *Record) GetAoi() *AOI
- func (x *Record) GetAoiId() string
- func (x *Record) GetId() string
- func (x *Record) GetName() string
- func (x *Record) GetTags() map[string]string
- func (x *Record) GetTime() *timestamp.Timestamp
- func (*Record) ProtoMessage()
- func (x *Record) ProtoReflect() protoreflect.Message
- func (x *Record) Reset()
- func (x *Record) String() string
- type RecordFilters
- func (*RecordFilters) Descriptor() ([]byte, []int)deprecated
- func (x *RecordFilters) GetFromTime() *timestamp.Timestamp
- func (x *RecordFilters) GetTags() map[string]string
- func (x *RecordFilters) GetToTime() *timestamp.Timestamp
- func (*RecordFilters) ProtoMessage()
- func (x *RecordFilters) ProtoReflect() protoreflect.Message
- func (x *RecordFilters) Reset()
- func (x *RecordFilters) String() string
- type RecordList
- type RemoveRecordsTagsRequest
- func (*RemoveRecordsTagsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveRecordsTagsRequest) GetIds() []string
- func (x *RemoveRecordsTagsRequest) GetTagsKey() []string
- func (*RemoveRecordsTagsRequest) ProtoMessage()
- func (x *RemoveRecordsTagsRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveRecordsTagsRequest) Reset()
- func (x *RemoveRecordsTagsRequest) String() string
- type RemoveRecordsTagsResponse
- func (*RemoveRecordsTagsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveRecordsTagsResponse) GetNb() int64
- func (*RemoveRecordsTagsResponse) ProtoMessage()
- func (x *RemoveRecordsTagsResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveRecordsTagsResponse) Reset()
- func (x *RemoveRecordsTagsResponse) String() string
- type Resampling
- type RetryJobRequest
- func (*RetryJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RetryJobRequest) GetForceAnyState() bool
- func (x *RetryJobRequest) GetId() string
- func (*RetryJobRequest) ProtoMessage()
- func (x *RetryJobRequest) ProtoReflect() protoreflect.Message
- func (x *RetryJobRequest) Reset()
- func (x *RetryJobRequest) String() string
- type RetryJobResponse
- type Shape
- type Size
- type StorageClass
- func (StorageClass) Descriptor() protoreflect.EnumDescriptor
- func (x StorageClass) Enum() *StorageClass
- func (StorageClass) EnumDescriptor() ([]byte, []int)deprecated
- func (x StorageClass) Number() protoreflect.EnumNumber
- func (x StorageClass) String() string
- func (StorageClass) Type() protoreflect.EnumType
- type TidyDBRequest
- func (*TidyDBRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TidyDBRequest) GetPendingAOIs() bool
- func (x *TidyDBRequest) GetPendingContainers() bool
- func (x *TidyDBRequest) GetPendingInstances() bool
- func (x *TidyDBRequest) GetPendingParams() bool
- func (x *TidyDBRequest) GetPendingRecords() bool
- func (x *TidyDBRequest) GetPendingVariables() bool
- func (x *TidyDBRequest) GetSimulate() bool
- func (*TidyDBRequest) ProtoMessage()
- func (x *TidyDBRequest) ProtoReflect() protoreflect.Message
- func (x *TidyDBRequest) Reset()
- func (x *TidyDBRequest) String() string
- type TidyDBResponse
- func (*TidyDBResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TidyDBResponse) GetNbAOIs() int64
- func (x *TidyDBResponse) GetNbContainers() int64
- func (x *TidyDBResponse) GetNbInstances() int64
- func (x *TidyDBResponse) GetNbParams() int64
- func (x *TidyDBResponse) GetNbRecords() int64
- func (x *TidyDBResponse) GetNbVariables() int64
- func (*TidyDBResponse) ProtoMessage()
- func (x *TidyDBResponse) ProtoReflect() protoreflect.Message
- func (x *TidyDBResponse) Reset()
- func (x *TidyDBResponse) String() string
- type Tile
- type TileAOIRequest
- func (*TileAOIRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TileAOIRequest) GetAoi() *AOI
- func (x *TileAOIRequest) GetCrs() string
- func (x *TileAOIRequest) GetResolution() float32
- func (x *TileAOIRequest) GetSizePx() *Size
- func (*TileAOIRequest) ProtoMessage()
- func (x *TileAOIRequest) ProtoReflect() protoreflect.Message
- func (x *TileAOIRequest) Reset()
- func (x *TileAOIRequest) String() string
- type TileAOIResponse
- type UnimplementedAdminServer
- func (*UnimplementedAdminServer) DeleteDatasets(context.Context, *DeleteDatasetsRequest) (*DeleteDatasetsResponse, error)
- func (*UnimplementedAdminServer) TidyDB(context.Context, *TidyDBRequest) (*TidyDBResponse, error)
- func (*UnimplementedAdminServer) UpdateDatasets(context.Context, *UpdateDatasetsRequest) (*UpdateDatasetsResponse, error)
- type UnimplementedGeocubeServer
- func (*UnimplementedGeocubeServer) AddRecordsTags(context.Context, *AddRecordsTagsRequest) (*AddRecordsTagsResponse, error)
- func (*UnimplementedGeocubeServer) CancelJob(context.Context, *CancelJobRequest) (*CancelJobResponse, error)
- func (*UnimplementedGeocubeServer) CleanJobs(context.Context, *CleanJobsRequest) (*CleanJobsResponse, error)
- func (*UnimplementedGeocubeServer) ConfigConsolidation(context.Context, *ConfigConsolidationRequest) (*ConfigConsolidationResponse, error)
- func (*UnimplementedGeocubeServer) Consolidate(context.Context, *ConsolidateRequest) (*ConsolidateResponse, error)
- func (*UnimplementedGeocubeServer) CreateAOI(context.Context, *CreateAOIRequest) (*CreateAOIResponse, error)
- func (*UnimplementedGeocubeServer) CreateLayout(context.Context, *CreateLayoutRequest) (*CreateLayoutResponse, error)
- func (*UnimplementedGeocubeServer) CreatePalette(context.Context, *CreatePaletteRequest) (*CreatePaletteResponse, error)
- func (*UnimplementedGeocubeServer) CreateRecords(context.Context, *CreateRecordsRequest) (*CreateRecordsResponse, error)
- func (*UnimplementedGeocubeServer) CreateVariable(context.Context, *CreateVariableRequest) (*CreateVariableResponse, error)
- func (*UnimplementedGeocubeServer) DeleteInstance(context.Context, *DeleteInstanceRequest) (*DeleteInstanceResponse, error)
- func (*UnimplementedGeocubeServer) DeleteRecords(context.Context, *DeleteRecordsRequest) (*DeleteRecordsResponse, error)
- func (*UnimplementedGeocubeServer) DeleteVariable(context.Context, *DeleteVariableRequest) (*DeleteVariableResponse, error)
- func (*UnimplementedGeocubeServer) GetAOI(context.Context, *GetAOIRequest) (*GetAOIResponse, error)
- func (*UnimplementedGeocubeServer) GetConsolidationParams(context.Context, *GetConsolidationParamsRequest) (*GetConsolidationParamsResponse, error)
- func (*UnimplementedGeocubeServer) GetCube(*GetCubeRequest, Geocube_GetCubeServer) error
- func (*UnimplementedGeocubeServer) GetJob(context.Context, *GetJobRequest) (*GetJobResponse, error)
- func (*UnimplementedGeocubeServer) GetVariable(context.Context, *GetVariableRequest) (*GetVariableResponse, error)
- func (*UnimplementedGeocubeServer) GetXYZTile(context.Context, *GetTileRequest) (*GetTileResponse, error)
- func (*UnimplementedGeocubeServer) IndexDatasets(context.Context, *IndexDatasetsRequest) (*IndexDatasetsResponse, error)
- func (*UnimplementedGeocubeServer) IngestDatasets(*IngestDatasetsRequest, Geocube_IngestDatasetsServer) error
- func (*UnimplementedGeocubeServer) InstantiateVariable(context.Context, *InstantiateVariableRequest) (*InstantiateVariableResponse, error)
- func (*UnimplementedGeocubeServer) ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
- func (*UnimplementedGeocubeServer) ListLayouts(context.Context, *ListLayoutsRequest) (*ListLayoutsResponse, error)
- func (*UnimplementedGeocubeServer) ListRecords(*ListRecordsRequest, Geocube_ListRecordsServer) error
- func (*UnimplementedGeocubeServer) ListVariables(*ListVariablesRequest, Geocube_ListVariablesServer) error
- func (*UnimplementedGeocubeServer) RemoveRecordsTags(context.Context, *RemoveRecordsTagsRequest) (*RemoveRecordsTagsResponse, error)
- func (*UnimplementedGeocubeServer) RetryJob(context.Context, *RetryJobRequest) (*RetryJobResponse, error)
- func (*UnimplementedGeocubeServer) TileAOI(*TileAOIRequest, Geocube_TileAOIServer) error
- func (*UnimplementedGeocubeServer) UpdateInstance(context.Context, *UpdateInstanceRequest) (*UpdateInstanceResponse, error)
- func (*UnimplementedGeocubeServer) UpdateVariable(context.Context, *UpdateVariableRequest) (*UpdateVariableResponse, error)
- func (*UnimplementedGeocubeServer) Version(context.Context, *GetVersionRequest) (*GetVersionResponse, error)
- type UpdateDatasetsRequest
- func (*UpdateDatasetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDatasetsRequest) GetDformat() *DataFormat
- func (x *UpdateDatasetsRequest) GetExponent() float64
- func (x *UpdateDatasetsRequest) GetInstanceId() string
- func (x *UpdateDatasetsRequest) GetRealMaxValue() float64
- func (x *UpdateDatasetsRequest) GetRealMinValue() float64
- func (x *UpdateDatasetsRequest) GetSimulate() bool
- func (*UpdateDatasetsRequest) ProtoMessage()
- func (x *UpdateDatasetsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDatasetsRequest) Reset()
- func (x *UpdateDatasetsRequest) String() string
- type UpdateDatasetsResponse
- func (*UpdateDatasetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDatasetsResponse) GetResults() map[string]int64
- func (*UpdateDatasetsResponse) ProtoMessage()
- func (x *UpdateDatasetsResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateDatasetsResponse) Reset()
- func (x *UpdateDatasetsResponse) String() string
- type UpdateInstanceRequest
- func (*UpdateInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateInstanceRequest) GetAddMetadata() map[string]string
- func (x *UpdateInstanceRequest) GetDelMetadataKeys() []string
- func (x *UpdateInstanceRequest) GetId() string
- func (x *UpdateInstanceRequest) GetName() *wrappers.StringValue
- func (*UpdateInstanceRequest) ProtoMessage()
- func (x *UpdateInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateInstanceRequest) Reset()
- func (x *UpdateInstanceRequest) String() string
- type UpdateInstanceResponse
- type UpdateVariableRequest
- func (*UpdateVariableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateVariableRequest) GetDescription() *wrappers.StringValue
- func (x *UpdateVariableRequest) GetId() string
- func (x *UpdateVariableRequest) GetName() *wrappers.StringValue
- func (x *UpdateVariableRequest) GetPalette() *wrappers.StringValue
- func (x *UpdateVariableRequest) GetResamplingAlg() Resampling
- func (x *UpdateVariableRequest) GetUnit() *wrappers.StringValue
- func (*UpdateVariableRequest) ProtoMessage()
- func (x *UpdateVariableRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateVariableRequest) Reset()
- func (x *UpdateVariableRequest) String() string
- type UpdateVariableResponse
- type Variable
- func (*Variable) Descriptor() ([]byte, []int)deprecated
- func (x *Variable) GetBands() []string
- func (x *Variable) GetDescription() string
- func (x *Variable) GetDformat() *DataFormat
- func (x *Variable) GetId() string
- func (x *Variable) GetInstances() []*Instance
- func (x *Variable) GetName() string
- func (x *Variable) GetPalette() string
- func (x *Variable) GetResamplingAlg() Resampling
- func (x *Variable) GetUnit() string
- func (*Variable) ProtoMessage()
- func (x *Variable) ProtoReflect() protoreflect.Message
- func (x *Variable) Reset()
- func (x *Variable) String() string
Constants ¶
This section is empty.
Variables ¶
var ( ByteOrder_name = map[int32]string{ 0: "LittleEndian", 1: "BigEndian", } ByteOrder_value = map[string]int32{ "LittleEndian": 0, "BigEndian": 1, } )
Enum value maps for ByteOrder.
var ( FileFormat_name = map[int32]string{ 0: "Raw", 1: "GTiff", } FileFormat_value = map[string]int32{ "Raw": 0, "GTiff": 1, } )
Enum value maps for FileFormat.
var ( DataFormat_Dtype_name = map[int32]string{ 0: "UNDEFINED", 1: "UInt8", 2: "UInt16", 3: "UInt32", 5: "Int16", 6: "Int32", 7: "Float32", 8: "Float64", 9: "Complex64", } DataFormat_Dtype_value = map[string]int32{ "UNDEFINED": 0, "UInt8": 1, "UInt16": 2, "UInt32": 3, "Int16": 5, "Int32": 6, "Float32": 7, "Float64": 8, "Complex64": 9, } )
Enum value maps for DataFormat_Dtype.
var ( StorageClass_name = map[int32]string{ 0: "STANDARD", 1: "INFREQUENT", 2: "ARCHIVE", 3: "DEEPARCHIVE", } StorageClass_value = map[string]int32{ "STANDARD": 0, "INFREQUENT": 1, "ARCHIVE": 2, "DEEPARCHIVE": 3, } )
Enum value maps for StorageClass.
var ( ConsolidationParams_Compression_name = map[int32]string{ 0: "NO", 1: "LOSSLESS", 2: "LOSSY", } ConsolidationParams_Compression_value = map[string]int32{ "NO": 0, "LOSSLESS": 1, "LOSSY": 2, } )
Enum value maps for ConsolidationParams_Compression.
var ( Resampling_name = map[int32]string{ 0: "UNDEFINED", 1: "NEAR", 2: "BILINEAR", 3: "CUBIC", 4: "CUBICSPLINE", 5: "LANCZOS", 6: "AVERAGE", 7: "MODE", 8: "MAX", 9: "MIN", 10: "MED", 11: "Q1", 12: "Q3", } Resampling_value = map[string]int32{ "UNDEFINED": 0, "NEAR": 1, "BILINEAR": 2, "CUBIC": 3, "CUBICSPLINE": 4, "LANCZOS": 5, "AVERAGE": 6, "MODE": 7, "MAX": 8, "MIN": 9, "MED": 10, "Q1": 11, "Q3": 12, } )
Enum value maps for Resampling.
var File_pb_admin_proto protoreflect.FileDescriptor
var File_pb_catalog_proto protoreflect.FileDescriptor
var File_pb_dataformat_proto protoreflect.FileDescriptor
var File_pb_geocube_proto protoreflect.FileDescriptor
var File_pb_layouts_proto protoreflect.FileDescriptor
var File_pb_operations_proto protoreflect.FileDescriptor
var File_pb_records_proto protoreflect.FileDescriptor
var File_pb_variables_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAdminServer ¶
func RegisterAdminServer(s *grpc.Server, srv AdminServer)
func RegisterGeocubeHandler ¶
func RegisterGeocubeHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterGeocubeHandler registers the http handlers for service Geocube to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterGeocubeHandlerClient ¶
func RegisterGeocubeHandlerClient(ctx context.Context, mux *runtime.ServeMux, client GeocubeClient) error
RegisterGeocubeHandlerClient registers the http handlers for service Geocube to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "GeocubeClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "GeocubeClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "GeocubeClient" to call the correct interceptors.
func RegisterGeocubeHandlerFromEndpoint ¶
func RegisterGeocubeHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterGeocubeHandlerFromEndpoint is same as RegisterGeocubeHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterGeocubeHandlerServer ¶
func RegisterGeocubeHandlerServer(ctx context.Context, mux *runtime.ServeMux, server GeocubeServer) error
RegisterGeocubeHandlerServer registers the http handlers for service Geocube to "mux". UnaryRPC :call GeocubeServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterGeocubeHandlerFromEndpoint instead.
func RegisterGeocubeServer ¶
func RegisterGeocubeServer(s *grpc.Server, srv GeocubeServer)
Types ¶
type AOI ¶
type AOI struct { Polygons []*Polygon `protobuf:"bytes,1,rep,name=polygons,proto3" json:"polygons,omitempty"` // contains filtered or unexported fields }
func (*AOI) Descriptor
deprecated
func (*AOI) GetPolygons ¶
func (*AOI) ProtoMessage ¶
func (*AOI) ProtoMessage()
func (*AOI) ProtoReflect ¶
func (x *AOI) ProtoReflect() protoreflect.Message
type AddRecordsTagsRequest ¶
type AddRecordsTagsRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` Tags map[string]string `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AddRecordsTagsRequest) Descriptor
deprecated
func (*AddRecordsTagsRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddRecordsTagsRequest.ProtoReflect.Descriptor instead.
func (*AddRecordsTagsRequest) GetIds ¶
func (x *AddRecordsTagsRequest) GetIds() []string
func (*AddRecordsTagsRequest) GetTags ¶
func (x *AddRecordsTagsRequest) GetTags() map[string]string
func (*AddRecordsTagsRequest) ProtoMessage ¶
func (*AddRecordsTagsRequest) ProtoMessage()
func (*AddRecordsTagsRequest) ProtoReflect ¶
func (x *AddRecordsTagsRequest) ProtoReflect() protoreflect.Message
func (*AddRecordsTagsRequest) Reset ¶
func (x *AddRecordsTagsRequest) Reset()
func (*AddRecordsTagsRequest) String ¶
func (x *AddRecordsTagsRequest) String() string
type AddRecordsTagsResponse ¶
type AddRecordsTagsResponse struct { Nb int64 `protobuf:"varint,1,opt,name=nb,proto3" json:"nb,omitempty"` // contains filtered or unexported fields }
func (*AddRecordsTagsResponse) Descriptor
deprecated
func (*AddRecordsTagsResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddRecordsTagsResponse.ProtoReflect.Descriptor instead.
func (*AddRecordsTagsResponse) GetNb ¶
func (x *AddRecordsTagsResponse) GetNb() int64
func (*AddRecordsTagsResponse) ProtoMessage ¶
func (*AddRecordsTagsResponse) ProtoMessage()
func (*AddRecordsTagsResponse) ProtoReflect ¶
func (x *AddRecordsTagsResponse) ProtoReflect() protoreflect.Message
func (*AddRecordsTagsResponse) Reset ¶
func (x *AddRecordsTagsResponse) Reset()
func (*AddRecordsTagsResponse) String ¶
func (x *AddRecordsTagsResponse) String() string
type AdminClient ¶
type AdminClient interface { TidyDB(ctx context.Context, in *TidyDBRequest, opts ...grpc.CallOption) (*TidyDBResponse, error) UpdateDatasets(ctx context.Context, in *UpdateDatasetsRequest, opts ...grpc.CallOption) (*UpdateDatasetsResponse, error) DeleteDatasets(ctx context.Context, in *DeleteDatasetsRequest, opts ...grpc.CallOption) (*DeleteDatasetsResponse, error) }
AdminClient is the client API for Admin service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAdminClient ¶
func NewAdminClient(cc grpc.ClientConnInterface) AdminClient
type AdminServer ¶
type AdminServer interface { TidyDB(context.Context, *TidyDBRequest) (*TidyDBResponse, error) UpdateDatasets(context.Context, *UpdateDatasetsRequest) (*UpdateDatasetsResponse, error) DeleteDatasets(context.Context, *DeleteDatasetsRequest) (*DeleteDatasetsResponse, error) }
AdminServer is the server API for Admin service.
type ByteOrder ¶
type ByteOrder int32
func (ByteOrder) Descriptor ¶
func (ByteOrder) Descriptor() protoreflect.EnumDescriptor
func (ByteOrder) EnumDescriptor
deprecated
func (ByteOrder) Number ¶
func (x ByteOrder) Number() protoreflect.EnumNumber
func (ByteOrder) Type ¶
func (ByteOrder) Type() protoreflect.EnumType
type CancelJobRequest ¶
type CancelJobRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CancelJobRequest) Descriptor
deprecated
func (*CancelJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use CancelJobRequest.ProtoReflect.Descriptor instead.
func (*CancelJobRequest) GetId ¶
func (x *CancelJobRequest) GetId() string
func (*CancelJobRequest) ProtoMessage ¶
func (*CancelJobRequest) ProtoMessage()
func (*CancelJobRequest) ProtoReflect ¶
func (x *CancelJobRequest) ProtoReflect() protoreflect.Message
func (*CancelJobRequest) Reset ¶
func (x *CancelJobRequest) Reset()
func (*CancelJobRequest) String ¶
func (x *CancelJobRequest) String() string
type CancelJobResponse ¶
type CancelJobResponse struct {
// contains filtered or unexported fields
}
func (*CancelJobResponse) Descriptor
deprecated
func (*CancelJobResponse) Descriptor() ([]byte, []int)
Deprecated: Use CancelJobResponse.ProtoReflect.Descriptor instead.
func (*CancelJobResponse) ProtoMessage ¶
func (*CancelJobResponse) ProtoMessage()
func (*CancelJobResponse) ProtoReflect ¶
func (x *CancelJobResponse) ProtoReflect() protoreflect.Message
func (*CancelJobResponse) Reset ¶
func (x *CancelJobResponse) Reset()
func (*CancelJobResponse) String ¶
func (x *CancelJobResponse) String() string
type CleanJobsRequest ¶
type CleanJobsRequest struct { NameLike string `protobuf:"bytes,1,opt,name=name_like,json=nameLike,proto3" json:"name_like,omitempty"` // Filter by name (support *, ? and (?i)-suffix for case-insensitivity) State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // Filter by terminated state (DONE, FAILED) // contains filtered or unexported fields }
Request for cleaning terminated jobs
func (*CleanJobsRequest) Descriptor
deprecated
func (*CleanJobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use CleanJobsRequest.ProtoReflect.Descriptor instead.
func (*CleanJobsRequest) GetNameLike ¶
func (x *CleanJobsRequest) GetNameLike() string
func (*CleanJobsRequest) GetState ¶
func (x *CleanJobsRequest) GetState() string
func (*CleanJobsRequest) ProtoMessage ¶
func (*CleanJobsRequest) ProtoMessage()
func (*CleanJobsRequest) ProtoReflect ¶
func (x *CleanJobsRequest) ProtoReflect() protoreflect.Message
func (*CleanJobsRequest) Reset ¶
func (x *CleanJobsRequest) Reset()
func (*CleanJobsRequest) String ¶
func (x *CleanJobsRequest) String() string
type CleanJobsResponse ¶
type CleanJobsResponse struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*CleanJobsResponse) Descriptor
deprecated
func (*CleanJobsResponse) Descriptor() ([]byte, []int)
Deprecated: Use CleanJobsResponse.ProtoReflect.Descriptor instead.
func (*CleanJobsResponse) GetCount ¶
func (x *CleanJobsResponse) GetCount() int32
func (*CleanJobsResponse) ProtoMessage ¶
func (*CleanJobsResponse) ProtoMessage()
func (*CleanJobsResponse) ProtoReflect ¶
func (x *CleanJobsResponse) ProtoReflect() protoreflect.Message
func (*CleanJobsResponse) Reset ¶
func (x *CleanJobsResponse) Reset()
func (*CleanJobsResponse) String ¶
func (x *CleanJobsResponse) String() string
type ColorPoint ¶
type ColorPoint struct { Value float32 `protobuf:"fixed32,1,opt,name=value,proto3" json:"value,omitempty"` R uint32 `protobuf:"varint,2,opt,name=r,proto3" json:"r,omitempty"` G uint32 `protobuf:"varint,3,opt,name=g,proto3" json:"g,omitempty"` B uint32 `protobuf:"varint,4,opt,name=b,proto3" json:"b,omitempty"` A uint32 `protobuf:"varint,5,opt,name=a,proto3" json:"a,omitempty"` // contains filtered or unexported fields }
func (*ColorPoint) Descriptor
deprecated
func (*ColorPoint) Descriptor() ([]byte, []int)
Deprecated: Use ColorPoint.ProtoReflect.Descriptor instead.
func (*ColorPoint) GetA ¶
func (x *ColorPoint) GetA() uint32
func (*ColorPoint) GetB ¶
func (x *ColorPoint) GetB() uint32
func (*ColorPoint) GetG ¶
func (x *ColorPoint) GetG() uint32
func (*ColorPoint) GetR ¶
func (x *ColorPoint) GetR() uint32
func (*ColorPoint) GetValue ¶
func (x *ColorPoint) GetValue() float32
func (*ColorPoint) ProtoMessage ¶
func (*ColorPoint) ProtoMessage()
func (*ColorPoint) ProtoReflect ¶
func (x *ColorPoint) ProtoReflect() protoreflect.Message
func (*ColorPoint) Reset ¶
func (x *ColorPoint) Reset()
func (*ColorPoint) String ¶
func (x *ColorPoint) String() string
type ConfigConsolidationRequest ¶
type ConfigConsolidationRequest struct { VariableId string `protobuf:"bytes,1,opt,name=variable_id,json=variableId,proto3" json:"variable_id,omitempty"` ConsolidationParams *ConsolidationParams `protobuf:"bytes,2,opt,name=consolidation_params,json=consolidationParams,proto3" json:"consolidation_params,omitempty"` // contains filtered or unexported fields }
func (*ConfigConsolidationRequest) Descriptor
deprecated
func (*ConfigConsolidationRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConfigConsolidationRequest.ProtoReflect.Descriptor instead.
func (*ConfigConsolidationRequest) GetConsolidationParams ¶
func (x *ConfigConsolidationRequest) GetConsolidationParams() *ConsolidationParams
func (*ConfigConsolidationRequest) GetVariableId ¶
func (x *ConfigConsolidationRequest) GetVariableId() string
func (*ConfigConsolidationRequest) ProtoMessage ¶
func (*ConfigConsolidationRequest) ProtoMessage()
func (*ConfigConsolidationRequest) ProtoReflect ¶
func (x *ConfigConsolidationRequest) ProtoReflect() protoreflect.Message
func (*ConfigConsolidationRequest) Reset ¶
func (x *ConfigConsolidationRequest) Reset()
func (*ConfigConsolidationRequest) String ¶
func (x *ConfigConsolidationRequest) String() string
type ConfigConsolidationResponse ¶
type ConfigConsolidationResponse struct {
// contains filtered or unexported fields
}
func (*ConfigConsolidationResponse) Descriptor
deprecated
func (*ConfigConsolidationResponse) Descriptor() ([]byte, []int)
Deprecated: Use ConfigConsolidationResponse.ProtoReflect.Descriptor instead.
func (*ConfigConsolidationResponse) ProtoMessage ¶
func (*ConfigConsolidationResponse) ProtoMessage()
func (*ConfigConsolidationResponse) ProtoReflect ¶
func (x *ConfigConsolidationResponse) ProtoReflect() protoreflect.Message
func (*ConfigConsolidationResponse) Reset ¶
func (x *ConfigConsolidationResponse) Reset()
func (*ConfigConsolidationResponse) String ¶
func (x *ConfigConsolidationResponse) String() string
type ConsolidateRequest ¶
type ConsolidateRequest struct { JobName string `protobuf:"bytes,1,opt,name=job_name,json=jobName,proto3" json:"job_name,omitempty"` InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` LayoutId string `protobuf:"bytes,3,opt,name=layout_id,json=layoutId,proto3" json:"layout_id,omitempty"` // Types that are assignable to RecordsLister: // *ConsolidateRequest_Records // *ConsolidateRequest_Filters RecordsLister isConsolidateRequest_RecordsLister `protobuf_oneof:"records_lister"` // contains filtered or unexported fields }
func (*ConsolidateRequest) Descriptor
deprecated
func (*ConsolidateRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConsolidateRequest.ProtoReflect.Descriptor instead.
func (*ConsolidateRequest) GetFilters ¶
func (x *ConsolidateRequest) GetFilters() *RecordFilters
func (*ConsolidateRequest) GetInstanceId ¶
func (x *ConsolidateRequest) GetInstanceId() string
func (*ConsolidateRequest) GetJobName ¶
func (x *ConsolidateRequest) GetJobName() string
func (*ConsolidateRequest) GetLayoutId ¶
func (x *ConsolidateRequest) GetLayoutId() string
func (*ConsolidateRequest) GetRecords ¶
func (x *ConsolidateRequest) GetRecords() *RecordList
func (*ConsolidateRequest) GetRecordsLister ¶
func (m *ConsolidateRequest) GetRecordsLister() isConsolidateRequest_RecordsLister
func (*ConsolidateRequest) ProtoMessage ¶
func (*ConsolidateRequest) ProtoMessage()
func (*ConsolidateRequest) ProtoReflect ¶
func (x *ConsolidateRequest) ProtoReflect() protoreflect.Message
func (*ConsolidateRequest) Reset ¶
func (x *ConsolidateRequest) Reset()
func (*ConsolidateRequest) String ¶
func (x *ConsolidateRequest) String() string
type ConsolidateRequest_Filters ¶
type ConsolidateRequest_Filters struct {
Filters *RecordFilters `protobuf:"bytes,5,opt,name=filters,proto3,oneof"`
}
type ConsolidateRequest_Records ¶
type ConsolidateRequest_Records struct {
Records *RecordList `protobuf:"bytes,4,opt,name=records,proto3,oneof"` // At least one
}
type ConsolidateResponse ¶
type ConsolidateResponse struct { JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // contains filtered or unexported fields }
func (*ConsolidateResponse) Descriptor
deprecated
func (*ConsolidateResponse) Descriptor() ([]byte, []int)
Deprecated: Use ConsolidateResponse.ProtoReflect.Descriptor instead.
func (*ConsolidateResponse) GetJobId ¶
func (x *ConsolidateResponse) GetJobId() string
func (*ConsolidateResponse) ProtoMessage ¶
func (*ConsolidateResponse) ProtoMessage()
func (*ConsolidateResponse) ProtoReflect ¶
func (x *ConsolidateResponse) ProtoReflect() protoreflect.Message
func (*ConsolidateResponse) Reset ¶
func (x *ConsolidateResponse) Reset()
func (*ConsolidateResponse) String ¶
func (x *ConsolidateResponse) String() string
type ConsolidationParams ¶
type ConsolidationParams struct { Dformat *DataFormat `protobuf:"bytes,1,opt,name=dformat,proto3" json:"dformat,omitempty"` Exponent float64 `protobuf:"fixed64,2,opt,name=exponent,proto3" json:"exponent,omitempty"` // 1: linear scaling (RealMax - RealMin) * pow( (Value - Min) / (Max - Min), Exponent) + RealMin CreateOverviews bool `protobuf:"varint,3,opt,name=create_overviews,json=createOverviews,proto3" json:"create_overviews,omitempty"` DownsamplingAlg Resampling `` /* 131-byte string literal not displayed */ Compression ConsolidationParams_Compression `protobuf:"varint,5,opt,name=compression,proto3,enum=geocube.ConsolidationParams_Compression" json:"compression,omitempty"` BandsInterleave bool `protobuf:"varint,6,opt,name=bands_interleave,json=bandsInterleave,proto3" json:"bands_interleave,omitempty"` StorageClass StorageClass `protobuf:"varint,7,opt,name=storage_class,json=storageClass,proto3,enum=geocube.StorageClass" json:"storage_class,omitempty"` // contains filtered or unexported fields }
func (*ConsolidationParams) Descriptor
deprecated
func (*ConsolidationParams) Descriptor() ([]byte, []int)
Deprecated: Use ConsolidationParams.ProtoReflect.Descriptor instead.
func (*ConsolidationParams) GetBandsInterleave ¶
func (x *ConsolidationParams) GetBandsInterleave() bool
func (*ConsolidationParams) GetCompression ¶
func (x *ConsolidationParams) GetCompression() ConsolidationParams_Compression
func (*ConsolidationParams) GetCreateOverviews ¶
func (x *ConsolidationParams) GetCreateOverviews() bool
func (*ConsolidationParams) GetDformat ¶
func (x *ConsolidationParams) GetDformat() *DataFormat
func (*ConsolidationParams) GetDownsamplingAlg ¶
func (x *ConsolidationParams) GetDownsamplingAlg() Resampling
func (*ConsolidationParams) GetExponent ¶
func (x *ConsolidationParams) GetExponent() float64
func (*ConsolidationParams) GetStorageClass ¶
func (x *ConsolidationParams) GetStorageClass() StorageClass
func (*ConsolidationParams) ProtoMessage ¶
func (*ConsolidationParams) ProtoMessage()
func (*ConsolidationParams) ProtoReflect ¶
func (x *ConsolidationParams) ProtoReflect() protoreflect.Message
func (*ConsolidationParams) Reset ¶
func (x *ConsolidationParams) Reset()
func (*ConsolidationParams) String ¶
func (x *ConsolidationParams) String() string
type ConsolidationParams_Compression ¶
type ConsolidationParams_Compression int32
const ( ConsolidationParams_NO ConsolidationParams_Compression = 0 ConsolidationParams_LOSSLESS ConsolidationParams_Compression = 1 ConsolidationParams_LOSSY ConsolidationParams_Compression = 2 )
func (ConsolidationParams_Compression) Descriptor ¶
func (ConsolidationParams_Compression) Descriptor() protoreflect.EnumDescriptor
func (ConsolidationParams_Compression) Enum ¶
func (x ConsolidationParams_Compression) Enum() *ConsolidationParams_Compression
func (ConsolidationParams_Compression) EnumDescriptor
deprecated
func (ConsolidationParams_Compression) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConsolidationParams_Compression.Descriptor instead.
func (ConsolidationParams_Compression) Number ¶
func (x ConsolidationParams_Compression) Number() protoreflect.EnumNumber
func (ConsolidationParams_Compression) String ¶
func (x ConsolidationParams_Compression) String() string
func (ConsolidationParams_Compression) Type ¶
func (ConsolidationParams_Compression) Type() protoreflect.EnumType
type Container ¶
type Container struct { Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"` Managed bool `protobuf:"varint,2,opt,name=managed,proto3" json:"managed,omitempty"` Datasets []*Dataset `protobuf:"bytes,3,rep,name=datasets,proto3" json:"datasets,omitempty"` // contains filtered or unexported fields }
func (*Container) Descriptor
deprecated
func (*Container) GetDatasets ¶
func (*Container) GetManaged ¶
func (*Container) ProtoMessage ¶
func (*Container) ProtoMessage()
func (*Container) ProtoReflect ¶
func (x *Container) ProtoReflect() protoreflect.Message
type Coord ¶
type Coord struct { Lon float32 `protobuf:"fixed32,1,opt,name=lon,proto3" json:"lon,omitempty"` Lat float32 `protobuf:"fixed32,2,opt,name=lat,proto3" json:"lat,omitempty"` // contains filtered or unexported fields }
func (*Coord) Descriptor
deprecated
func (*Coord) ProtoMessage ¶
func (*Coord) ProtoMessage()
func (*Coord) ProtoReflect ¶
func (x *Coord) ProtoReflect() protoreflect.Message
type CreateAOIRequest ¶
type CreateAOIRequest struct { Aoi *AOI `protobuf:"bytes,1,opt,name=aoi,proto3" json:"aoi,omitempty"` // contains filtered or unexported fields }
func (*CreateAOIRequest) Descriptor
deprecated
func (*CreateAOIRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAOIRequest.ProtoReflect.Descriptor instead.
func (*CreateAOIRequest) GetAoi ¶
func (x *CreateAOIRequest) GetAoi() *AOI
func (*CreateAOIRequest) ProtoMessage ¶
func (*CreateAOIRequest) ProtoMessage()
func (*CreateAOIRequest) ProtoReflect ¶
func (x *CreateAOIRequest) ProtoReflect() protoreflect.Message
func (*CreateAOIRequest) Reset ¶
func (x *CreateAOIRequest) Reset()
func (*CreateAOIRequest) String ¶
func (x *CreateAOIRequest) String() string
type CreateAOIResponse ¶
type CreateAOIResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateAOIResponse) Descriptor
deprecated
func (*CreateAOIResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateAOIResponse.ProtoReflect.Descriptor instead.
func (*CreateAOIResponse) GetId ¶
func (x *CreateAOIResponse) GetId() string
func (*CreateAOIResponse) ProtoMessage ¶
func (*CreateAOIResponse) ProtoMessage()
func (*CreateAOIResponse) ProtoReflect ¶
func (x *CreateAOIResponse) ProtoReflect() protoreflect.Message
func (*CreateAOIResponse) Reset ¶
func (x *CreateAOIResponse) Reset()
func (*CreateAOIResponse) String ¶
func (x *CreateAOIResponse) String() string
type CreateLayoutRequest ¶
type CreateLayoutRequest struct { Layout *Layout `protobuf:"bytes,1,opt,name=layout,proto3" json:"layout,omitempty"` // contains filtered or unexported fields }
func (*CreateLayoutRequest) Descriptor
deprecated
func (*CreateLayoutRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateLayoutRequest.ProtoReflect.Descriptor instead.
func (*CreateLayoutRequest) GetLayout ¶
func (x *CreateLayoutRequest) GetLayout() *Layout
func (*CreateLayoutRequest) ProtoMessage ¶
func (*CreateLayoutRequest) ProtoMessage()
func (*CreateLayoutRequest) ProtoReflect ¶
func (x *CreateLayoutRequest) ProtoReflect() protoreflect.Message
func (*CreateLayoutRequest) Reset ¶
func (x *CreateLayoutRequest) Reset()
func (*CreateLayoutRequest) String ¶
func (x *CreateLayoutRequest) String() string
type CreateLayoutResponse ¶
type CreateLayoutResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateLayoutResponse) Descriptor
deprecated
func (*CreateLayoutResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateLayoutResponse.ProtoReflect.Descriptor instead.
func (*CreateLayoutResponse) GetId ¶
func (x *CreateLayoutResponse) GetId() string
func (*CreateLayoutResponse) ProtoMessage ¶
func (*CreateLayoutResponse) ProtoMessage()
func (*CreateLayoutResponse) ProtoReflect ¶
func (x *CreateLayoutResponse) ProtoReflect() protoreflect.Message
func (*CreateLayoutResponse) Reset ¶
func (x *CreateLayoutResponse) Reset()
func (*CreateLayoutResponse) String ¶
func (x *CreateLayoutResponse) String() string
type CreatePaletteRequest ¶
type CreatePaletteRequest struct { Palette *Palette `protobuf:"bytes,1,opt,name=palette,proto3" json:"palette,omitempty"` Replace bool `protobuf:"varint,2,opt,name=replace,proto3" json:"replace,omitempty"` // Replace the current existing palette if exists // contains filtered or unexported fields }
func (*CreatePaletteRequest) Descriptor
deprecated
func (*CreatePaletteRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreatePaletteRequest.ProtoReflect.Descriptor instead.
func (*CreatePaletteRequest) GetPalette ¶
func (x *CreatePaletteRequest) GetPalette() *Palette
func (*CreatePaletteRequest) GetReplace ¶
func (x *CreatePaletteRequest) GetReplace() bool
func (*CreatePaletteRequest) ProtoMessage ¶
func (*CreatePaletteRequest) ProtoMessage()
func (*CreatePaletteRequest) ProtoReflect ¶
func (x *CreatePaletteRequest) ProtoReflect() protoreflect.Message
func (*CreatePaletteRequest) Reset ¶
func (x *CreatePaletteRequest) Reset()
func (*CreatePaletteRequest) String ¶
func (x *CreatePaletteRequest) String() string
type CreatePaletteResponse ¶
type CreatePaletteResponse struct {
// contains filtered or unexported fields
}
func (*CreatePaletteResponse) Descriptor
deprecated
func (*CreatePaletteResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreatePaletteResponse.ProtoReflect.Descriptor instead.
func (*CreatePaletteResponse) ProtoMessage ¶
func (*CreatePaletteResponse) ProtoMessage()
func (*CreatePaletteResponse) ProtoReflect ¶
func (x *CreatePaletteResponse) ProtoReflect() protoreflect.Message
func (*CreatePaletteResponse) Reset ¶
func (x *CreatePaletteResponse) Reset()
func (*CreatePaletteResponse) String ¶
func (x *CreatePaletteResponse) String() string
type CreateRecordsRequest ¶
type CreateRecordsRequest struct { Records []*NewRecord `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"` // contains filtered or unexported fields }
func (*CreateRecordsRequest) Descriptor
deprecated
func (*CreateRecordsRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRecordsRequest.ProtoReflect.Descriptor instead.
func (*CreateRecordsRequest) GetRecords ¶
func (x *CreateRecordsRequest) GetRecords() []*NewRecord
func (*CreateRecordsRequest) ProtoMessage ¶
func (*CreateRecordsRequest) ProtoMessage()
func (*CreateRecordsRequest) ProtoReflect ¶
func (x *CreateRecordsRequest) ProtoReflect() protoreflect.Message
func (*CreateRecordsRequest) Reset ¶
func (x *CreateRecordsRequest) Reset()
func (*CreateRecordsRequest) String ¶
func (x *CreateRecordsRequest) String() string
type CreateRecordsResponse ¶
type CreateRecordsResponse struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*CreateRecordsResponse) Descriptor
deprecated
func (*CreateRecordsResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateRecordsResponse.ProtoReflect.Descriptor instead.
func (*CreateRecordsResponse) GetIds ¶
func (x *CreateRecordsResponse) GetIds() []string
func (*CreateRecordsResponse) ProtoMessage ¶
func (*CreateRecordsResponse) ProtoMessage()
func (*CreateRecordsResponse) ProtoReflect ¶
func (x *CreateRecordsResponse) ProtoReflect() protoreflect.Message
func (*CreateRecordsResponse) Reset ¶
func (x *CreateRecordsResponse) Reset()
func (*CreateRecordsResponse) String ¶
func (x *CreateRecordsResponse) String() string
type CreateVariableRequest ¶
type CreateVariableRequest struct { Variable *Variable `protobuf:"bytes,1,opt,name=variable,proto3" json:"variable,omitempty"` // contains filtered or unexported fields }
func (*CreateVariableRequest) Descriptor
deprecated
func (*CreateVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateVariableRequest.ProtoReflect.Descriptor instead.
func (*CreateVariableRequest) GetVariable ¶
func (x *CreateVariableRequest) GetVariable() *Variable
func (*CreateVariableRequest) ProtoMessage ¶
func (*CreateVariableRequest) ProtoMessage()
func (*CreateVariableRequest) ProtoReflect ¶
func (x *CreateVariableRequest) ProtoReflect() protoreflect.Message
func (*CreateVariableRequest) Reset ¶
func (x *CreateVariableRequest) Reset()
func (*CreateVariableRequest) String ¶
func (x *CreateVariableRequest) String() string
type CreateVariableResponse ¶
type CreateVariableResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateVariableResponse) Descriptor
deprecated
func (*CreateVariableResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateVariableResponse.ProtoReflect.Descriptor instead.
func (*CreateVariableResponse) GetId ¶
func (x *CreateVariableResponse) GetId() string
func (*CreateVariableResponse) ProtoMessage ¶
func (*CreateVariableResponse) ProtoMessage()
func (*CreateVariableResponse) ProtoReflect ¶
func (x *CreateVariableResponse) ProtoReflect() protoreflect.Message
func (*CreateVariableResponse) Reset ¶
func (x *CreateVariableResponse) Reset()
func (*CreateVariableResponse) String ¶
func (x *CreateVariableResponse) String() string
type DataFormat ¶
type DataFormat struct { Dtype DataFormat_Dtype `protobuf:"varint,1,opt,name=dtype,proto3,enum=geocube.DataFormat_Dtype" json:"dtype,omitempty"` NoData float64 `protobuf:"fixed64,2,opt,name=no_data,json=noData,proto3" json:"no_data,omitempty"` MinValue float64 `protobuf:"fixed64,3,opt,name=min_value,json=minValue,proto3" json:"min_value,omitempty"` MaxValue float64 `protobuf:"fixed64,4,opt,name=max_value,json=maxValue,proto3" json:"max_value,omitempty"` // contains filtered or unexported fields }
func (*DataFormat) Descriptor
deprecated
func (*DataFormat) Descriptor() ([]byte, []int)
Deprecated: Use DataFormat.ProtoReflect.Descriptor instead.
func (*DataFormat) GetDtype ¶
func (x *DataFormat) GetDtype() DataFormat_Dtype
func (*DataFormat) GetMaxValue ¶
func (x *DataFormat) GetMaxValue() float64
func (*DataFormat) GetMinValue ¶
func (x *DataFormat) GetMinValue() float64
func (*DataFormat) GetNoData ¶
func (x *DataFormat) GetNoData() float64
func (*DataFormat) ProtoMessage ¶
func (*DataFormat) ProtoMessage()
func (*DataFormat) ProtoReflect ¶
func (x *DataFormat) ProtoReflect() protoreflect.Message
func (*DataFormat) Reset ¶
func (x *DataFormat) Reset()
func (*DataFormat) String ¶
func (x *DataFormat) String() string
type DataFormat_Dtype ¶
type DataFormat_Dtype int32
const ( DataFormat_UNDEFINED DataFormat_Dtype = 0 // Bool DataFormat_UInt8 DataFormat_Dtype = 1 DataFormat_UInt16 DataFormat_Dtype = 2 DataFormat_UInt32 DataFormat_Dtype = 3 //Int8 = 4; DataFormat_Int16 DataFormat_Dtype = 5 DataFormat_Int32 DataFormat_Dtype = 6 DataFormat_Float32 DataFormat_Dtype = 7 DataFormat_Float64 DataFormat_Dtype = 8 DataFormat_Complex64 DataFormat_Dtype = 9 )
func (DataFormat_Dtype) Descriptor ¶
func (DataFormat_Dtype) Descriptor() protoreflect.EnumDescriptor
func (DataFormat_Dtype) Enum ¶
func (x DataFormat_Dtype) Enum() *DataFormat_Dtype
func (DataFormat_Dtype) EnumDescriptor
deprecated
func (DataFormat_Dtype) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataFormat_Dtype.Descriptor instead.
func (DataFormat_Dtype) Number ¶
func (x DataFormat_Dtype) Number() protoreflect.EnumNumber
func (DataFormat_Dtype) String ¶
func (x DataFormat_Dtype) String() string
func (DataFormat_Dtype) Type ¶
func (DataFormat_Dtype) Type() protoreflect.EnumType
type Dataset ¶
type Dataset struct { RecordId string `protobuf:"bytes,2,opt,name=record_id,json=recordId,proto3" json:"record_id,omitempty"` InstanceId string `protobuf:"bytes,3,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` ContainerSubdir string `protobuf:"bytes,6,opt,name=container_subdir,json=containerSubdir,proto3" json:"container_subdir,omitempty"` Bands []int64 `protobuf:"varint,7,rep,packed,name=bands,proto3" json:"bands,omitempty"` Dformat *DataFormat `protobuf:"bytes,8,opt,name=dformat,proto3" json:"dformat,omitempty"` // Internal data format (DType can be Undefined) RealMinValue float64 `protobuf:"fixed64,9,opt,name=real_min_value,json=realMinValue,proto3" json:"real_min_value,omitempty"` // Real min value (dformat.min_value maps to real_min_value) RealMaxValue float64 `protobuf:"fixed64,10,opt,name=real_max_value,json=realMaxValue,proto3" json:"real_max_value,omitempty"` // Real max value (dformat.max_value maps to real_max_value) Exponent float64 `protobuf:"fixed64,11,opt,name=exponent,proto3" json:"exponent,omitempty"` // 1: linear scaling (RealMax - RealMin) * pow( (Value - Min) / (Max - Min), Exponent) + RealMin // contains filtered or unexported fields }
func (*Dataset) Descriptor
deprecated
func (*Dataset) GetContainerSubdir ¶
func (*Dataset) GetDformat ¶
func (x *Dataset) GetDformat() *DataFormat
func (*Dataset) GetExponent ¶
func (*Dataset) GetInstanceId ¶
func (*Dataset) GetRealMaxValue ¶
func (*Dataset) GetRealMinValue ¶
func (*Dataset) GetRecordId ¶
func (*Dataset) ProtoMessage ¶
func (*Dataset) ProtoMessage()
func (*Dataset) ProtoReflect ¶
func (x *Dataset) ProtoReflect() protoreflect.Message
type Dataset_Bounds ¶
type Dataset_Bounds struct { Left float64 `protobuf:"fixed64,1,opt,name=left,proto3" json:"left,omitempty"` Bottom float64 `protobuf:"fixed64,2,opt,name=bottom,proto3" json:"bottom,omitempty"` Right float64 `protobuf:"fixed64,3,opt,name=right,proto3" json:"right,omitempty"` Top float64 `protobuf:"fixed64,4,opt,name=top,proto3" json:"top,omitempty"` // contains filtered or unexported fields }
func (*Dataset_Bounds) Descriptor
deprecated
func (*Dataset_Bounds) Descriptor() ([]byte, []int)
Deprecated: Use Dataset_Bounds.ProtoReflect.Descriptor instead.
func (*Dataset_Bounds) GetBottom ¶
func (x *Dataset_Bounds) GetBottom() float64
func (*Dataset_Bounds) GetLeft ¶
func (x *Dataset_Bounds) GetLeft() float64
func (*Dataset_Bounds) GetRight ¶
func (x *Dataset_Bounds) GetRight() float64
func (*Dataset_Bounds) GetTop ¶
func (x *Dataset_Bounds) GetTop() float64
func (*Dataset_Bounds) ProtoMessage ¶
func (*Dataset_Bounds) ProtoMessage()
func (*Dataset_Bounds) ProtoReflect ¶
func (x *Dataset_Bounds) ProtoReflect() protoreflect.Message
func (*Dataset_Bounds) Reset ¶
func (x *Dataset_Bounds) Reset()
func (*Dataset_Bounds) String ¶
func (x *Dataset_Bounds) String() string
type DeleteDatasetsRequest ¶
type DeleteDatasetsRequest struct { Simulate bool `protobuf:"varint,1,opt,name=simulate,proto3" json:"simulate,omitempty"` RecordsId []string `protobuf:"bytes,2,rep,name=records_id,json=recordsId,proto3" json:"records_id,omitempty"` InstancesId []string `protobuf:"bytes,3,rep,name=instances_id,json=instancesId,proto3" json:"instances_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteDatasetsRequest) Descriptor
deprecated
func (*DeleteDatasetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDatasetsRequest.ProtoReflect.Descriptor instead.
func (*DeleteDatasetsRequest) GetInstancesId ¶
func (x *DeleteDatasetsRequest) GetInstancesId() []string
func (*DeleteDatasetsRequest) GetRecordsId ¶
func (x *DeleteDatasetsRequest) GetRecordsId() []string
func (*DeleteDatasetsRequest) GetSimulate ¶
func (x *DeleteDatasetsRequest) GetSimulate() bool
func (*DeleteDatasetsRequest) ProtoMessage ¶
func (*DeleteDatasetsRequest) ProtoMessage()
func (*DeleteDatasetsRequest) ProtoReflect ¶
func (x *DeleteDatasetsRequest) ProtoReflect() protoreflect.Message
func (*DeleteDatasetsRequest) Reset ¶
func (x *DeleteDatasetsRequest) Reset()
func (*DeleteDatasetsRequest) String ¶
func (x *DeleteDatasetsRequest) String() string
type DeleteDatasetsResponse ¶
type DeleteDatasetsResponse struct { Results []string `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` // contains filtered or unexported fields }
func (*DeleteDatasetsResponse) Descriptor
deprecated
func (*DeleteDatasetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDatasetsResponse.ProtoReflect.Descriptor instead.
func (*DeleteDatasetsResponse) GetResults ¶
func (x *DeleteDatasetsResponse) GetResults() []string
func (*DeleteDatasetsResponse) ProtoMessage ¶
func (*DeleteDatasetsResponse) ProtoMessage()
func (*DeleteDatasetsResponse) ProtoReflect ¶
func (x *DeleteDatasetsResponse) ProtoReflect() protoreflect.Message
func (*DeleteDatasetsResponse) Reset ¶
func (x *DeleteDatasetsResponse) Reset()
func (*DeleteDatasetsResponse) String ¶
func (x *DeleteDatasetsResponse) String() string
type DeleteInstanceRequest ¶
type DeleteInstanceRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteInstanceRequest) Descriptor
deprecated
func (*DeleteInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteInstanceRequest.ProtoReflect.Descriptor instead.
func (*DeleteInstanceRequest) GetId ¶
func (x *DeleteInstanceRequest) GetId() string
func (*DeleteInstanceRequest) ProtoMessage ¶
func (*DeleteInstanceRequest) ProtoMessage()
func (*DeleteInstanceRequest) ProtoReflect ¶
func (x *DeleteInstanceRequest) ProtoReflect() protoreflect.Message
func (*DeleteInstanceRequest) Reset ¶
func (x *DeleteInstanceRequest) Reset()
func (*DeleteInstanceRequest) String ¶
func (x *DeleteInstanceRequest) String() string
type DeleteInstanceResponse ¶
type DeleteInstanceResponse struct {
// contains filtered or unexported fields
}
func (*DeleteInstanceResponse) Descriptor
deprecated
func (*DeleteInstanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteInstanceResponse.ProtoReflect.Descriptor instead.
func (*DeleteInstanceResponse) ProtoMessage ¶
func (*DeleteInstanceResponse) ProtoMessage()
func (*DeleteInstanceResponse) ProtoReflect ¶
func (x *DeleteInstanceResponse) ProtoReflect() protoreflect.Message
func (*DeleteInstanceResponse) Reset ¶
func (x *DeleteInstanceResponse) Reset()
func (*DeleteInstanceResponse) String ¶
func (x *DeleteInstanceResponse) String() string
type DeleteRecordsRequest ¶
type DeleteRecordsRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*DeleteRecordsRequest) Descriptor
deprecated
func (*DeleteRecordsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRecordsRequest.ProtoReflect.Descriptor instead.
func (*DeleteRecordsRequest) GetIds ¶
func (x *DeleteRecordsRequest) GetIds() []string
func (*DeleteRecordsRequest) ProtoMessage ¶
func (*DeleteRecordsRequest) ProtoMessage()
func (*DeleteRecordsRequest) ProtoReflect ¶
func (x *DeleteRecordsRequest) ProtoReflect() protoreflect.Message
func (*DeleteRecordsRequest) Reset ¶
func (x *DeleteRecordsRequest) Reset()
func (*DeleteRecordsRequest) String ¶
func (x *DeleteRecordsRequest) String() string
type DeleteRecordsResponse ¶
type DeleteRecordsResponse struct { Nb int64 `protobuf:"varint,1,opt,name=nb,proto3" json:"nb,omitempty"` // contains filtered or unexported fields }
func (*DeleteRecordsResponse) Descriptor
deprecated
func (*DeleteRecordsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRecordsResponse.ProtoReflect.Descriptor instead.
func (*DeleteRecordsResponse) GetNb ¶
func (x *DeleteRecordsResponse) GetNb() int64
func (*DeleteRecordsResponse) ProtoMessage ¶
func (*DeleteRecordsResponse) ProtoMessage()
func (*DeleteRecordsResponse) ProtoReflect ¶
func (x *DeleteRecordsResponse) ProtoReflect() protoreflect.Message
func (*DeleteRecordsResponse) Reset ¶
func (x *DeleteRecordsResponse) Reset()
func (*DeleteRecordsResponse) String ¶
func (x *DeleteRecordsResponse) String() string
type DeleteVariableRequest ¶
type DeleteVariableRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteVariableRequest) Descriptor
deprecated
func (*DeleteVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteVariableRequest.ProtoReflect.Descriptor instead.
func (*DeleteVariableRequest) GetId ¶
func (x *DeleteVariableRequest) GetId() string
func (*DeleteVariableRequest) ProtoMessage ¶
func (*DeleteVariableRequest) ProtoMessage()
func (*DeleteVariableRequest) ProtoReflect ¶
func (x *DeleteVariableRequest) ProtoReflect() protoreflect.Message
func (*DeleteVariableRequest) Reset ¶
func (x *DeleteVariableRequest) Reset()
func (*DeleteVariableRequest) String ¶
func (x *DeleteVariableRequest) String() string
type DeleteVariableResponse ¶
type DeleteVariableResponse struct {
// contains filtered or unexported fields
}
func (*DeleteVariableResponse) Descriptor
deprecated
func (*DeleteVariableResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteVariableResponse.ProtoReflect.Descriptor instead.
func (*DeleteVariableResponse) ProtoMessage ¶
func (*DeleteVariableResponse) ProtoMessage()
func (*DeleteVariableResponse) ProtoReflect ¶
func (x *DeleteVariableResponse) ProtoReflect() protoreflect.Message
func (*DeleteVariableResponse) Reset ¶
func (x *DeleteVariableResponse) Reset()
func (*DeleteVariableResponse) String ¶
func (x *DeleteVariableResponse) String() string
type FileFormat ¶
type FileFormat int32
const ( FileFormat_Raw FileFormat = 0 // raw bitmap FileFormat_GTiff FileFormat = 1 )
func (FileFormat) Descriptor ¶
func (FileFormat) Descriptor() protoreflect.EnumDescriptor
func (FileFormat) Enum ¶
func (x FileFormat) Enum() *FileFormat
func (FileFormat) EnumDescriptor
deprecated
func (FileFormat) EnumDescriptor() ([]byte, []int)
Deprecated: Use FileFormat.Descriptor instead.
func (FileFormat) Number ¶
func (x FileFormat) Number() protoreflect.EnumNumber
func (FileFormat) String ¶
func (x FileFormat) String() string
func (FileFormat) Type ¶
func (FileFormat) Type() protoreflect.EnumType
type GeoTransform ¶
type GeoTransform struct { A float64 `protobuf:"fixed64,1,opt,name=a,proto3" json:"a,omitempty"` // x offset B float64 `protobuf:"fixed64,2,opt,name=b,proto3" json:"b,omitempty"` // x resolution C float64 `protobuf:"fixed64,3,opt,name=c,proto3" json:"c,omitempty"` D float64 `protobuf:"fixed64,4,opt,name=d,proto3" json:"d,omitempty"` // y offset E float64 `protobuf:"fixed64,5,opt,name=e,proto3" json:"e,omitempty"` F float64 `protobuf:"fixed64,6,opt,name=f,proto3" json:"f,omitempty"` // y resolution // contains filtered or unexported fields }
GDAL GeoTransform
func (*GeoTransform) Descriptor
deprecated
func (*GeoTransform) Descriptor() ([]byte, []int)
Deprecated: Use GeoTransform.ProtoReflect.Descriptor instead.
func (*GeoTransform) GetA ¶
func (x *GeoTransform) GetA() float64
func (*GeoTransform) GetB ¶
func (x *GeoTransform) GetB() float64
func (*GeoTransform) GetC ¶
func (x *GeoTransform) GetC() float64
func (*GeoTransform) GetD ¶
func (x *GeoTransform) GetD() float64
func (*GeoTransform) GetE ¶
func (x *GeoTransform) GetE() float64
func (*GeoTransform) GetF ¶
func (x *GeoTransform) GetF() float64
func (*GeoTransform) ProtoMessage ¶
func (*GeoTransform) ProtoMessage()
func (*GeoTransform) ProtoReflect ¶
func (x *GeoTransform) ProtoReflect() protoreflect.Message
func (*GeoTransform) Reset ¶
func (x *GeoTransform) Reset()
func (*GeoTransform) String ¶
func (x *GeoTransform) String() string
type GeocubeClient ¶
type GeocubeClient interface { // Records ListRecords(ctx context.Context, in *ListRecordsRequest, opts ...grpc.CallOption) (Geocube_ListRecordsClient, error) CreateRecords(ctx context.Context, in *CreateRecordsRequest, opts ...grpc.CallOption) (*CreateRecordsResponse, error) DeleteRecords(ctx context.Context, in *DeleteRecordsRequest, opts ...grpc.CallOption) (*DeleteRecordsResponse, error) AddRecordsTags(ctx context.Context, in *AddRecordsTagsRequest, opts ...grpc.CallOption) (*AddRecordsTagsResponse, error) RemoveRecordsTags(ctx context.Context, in *RemoveRecordsTagsRequest, opts ...grpc.CallOption) (*RemoveRecordsTagsResponse, error) CreateAOI(ctx context.Context, in *CreateAOIRequest, opts ...grpc.CallOption) (*CreateAOIResponse, error) GetAOI(ctx context.Context, in *GetAOIRequest, opts ...grpc.CallOption) (*GetAOIResponse, error) // Variables CreateVariable(ctx context.Context, in *CreateVariableRequest, opts ...grpc.CallOption) (*CreateVariableResponse, error) InstantiateVariable(ctx context.Context, in *InstantiateVariableRequest, opts ...grpc.CallOption) (*InstantiateVariableResponse, error) GetVariable(ctx context.Context, in *GetVariableRequest, opts ...grpc.CallOption) (*GetVariableResponse, error) ListVariables(ctx context.Context, in *ListVariablesRequest, opts ...grpc.CallOption) (Geocube_ListVariablesClient, error) UpdateVariable(ctx context.Context, in *UpdateVariableRequest, opts ...grpc.CallOption) (*UpdateVariableResponse, error) UpdateInstance(ctx context.Context, in *UpdateInstanceRequest, opts ...grpc.CallOption) (*UpdateInstanceResponse, error) DeleteVariable(ctx context.Context, in *DeleteVariableRequest, opts ...grpc.CallOption) (*DeleteVariableResponse, error) DeleteInstance(ctx context.Context, in *DeleteInstanceRequest, opts ...grpc.CallOption) (*DeleteInstanceResponse, error) CreatePalette(ctx context.Context, in *CreatePaletteRequest, opts ...grpc.CallOption) (*CreatePaletteResponse, error) // Operations IndexDatasets(ctx context.Context, in *IndexDatasetsRequest, opts ...grpc.CallOption) (*IndexDatasetsResponse, error) IngestDatasets(ctx context.Context, in *IngestDatasetsRequest, opts ...grpc.CallOption) (Geocube_IngestDatasetsClient, error) ConfigConsolidation(ctx context.Context, in *ConfigConsolidationRequest, opts ...grpc.CallOption) (*ConfigConsolidationResponse, error) GetConsolidationParams(ctx context.Context, in *GetConsolidationParamsRequest, opts ...grpc.CallOption) (*GetConsolidationParamsResponse, error) Consolidate(ctx context.Context, in *ConsolidateRequest, opts ...grpc.CallOption) (*ConsolidateResponse, error) ListJobs(ctx context.Context, in *ListJobsRequest, opts ...grpc.CallOption) (*ListJobsResponse, error) GetJob(ctx context.Context, in *GetJobRequest, opts ...grpc.CallOption) (*GetJobResponse, error) CleanJobs(ctx context.Context, in *CleanJobsRequest, opts ...grpc.CallOption) (*CleanJobsResponse, error) RetryJob(ctx context.Context, in *RetryJobRequest, opts ...grpc.CallOption) (*RetryJobResponse, error) CancelJob(ctx context.Context, in *CancelJobRequest, opts ...grpc.CallOption) (*CancelJobResponse, error) // Catalog GetCube(ctx context.Context, in *GetCubeRequest, opts ...grpc.CallOption) (Geocube_GetCubeClient, error) GetXYZTile(ctx context.Context, in *GetTileRequest, opts ...grpc.CallOption) (*GetTileResponse, error) // Layout CreateLayout(ctx context.Context, in *CreateLayoutRequest, opts ...grpc.CallOption) (*CreateLayoutResponse, error) ListLayouts(ctx context.Context, in *ListLayoutsRequest, opts ...grpc.CallOption) (*ListLayoutsResponse, error) TileAOI(ctx context.Context, in *TileAOIRequest, opts ...grpc.CallOption) (Geocube_TileAOIClient, error) // Version Version(ctx context.Context, in *GetVersionRequest, opts ...grpc.CallOption) (*GetVersionResponse, error) }
GeocubeClient is the client API for Geocube service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewGeocubeClient ¶
func NewGeocubeClient(cc grpc.ClientConnInterface) GeocubeClient
type GeocubeServer ¶
type GeocubeServer interface { // Records ListRecords(*ListRecordsRequest, Geocube_ListRecordsServer) error CreateRecords(context.Context, *CreateRecordsRequest) (*CreateRecordsResponse, error) DeleteRecords(context.Context, *DeleteRecordsRequest) (*DeleteRecordsResponse, error) AddRecordsTags(context.Context, *AddRecordsTagsRequest) (*AddRecordsTagsResponse, error) RemoveRecordsTags(context.Context, *RemoveRecordsTagsRequest) (*RemoveRecordsTagsResponse, error) CreateAOI(context.Context, *CreateAOIRequest) (*CreateAOIResponse, error) GetAOI(context.Context, *GetAOIRequest) (*GetAOIResponse, error) // Variables CreateVariable(context.Context, *CreateVariableRequest) (*CreateVariableResponse, error) InstantiateVariable(context.Context, *InstantiateVariableRequest) (*InstantiateVariableResponse, error) GetVariable(context.Context, *GetVariableRequest) (*GetVariableResponse, error) ListVariables(*ListVariablesRequest, Geocube_ListVariablesServer) error UpdateVariable(context.Context, *UpdateVariableRequest) (*UpdateVariableResponse, error) UpdateInstance(context.Context, *UpdateInstanceRequest) (*UpdateInstanceResponse, error) DeleteVariable(context.Context, *DeleteVariableRequest) (*DeleteVariableResponse, error) DeleteInstance(context.Context, *DeleteInstanceRequest) (*DeleteInstanceResponse, error) CreatePalette(context.Context, *CreatePaletteRequest) (*CreatePaletteResponse, error) // Operations IndexDatasets(context.Context, *IndexDatasetsRequest) (*IndexDatasetsResponse, error) IngestDatasets(*IngestDatasetsRequest, Geocube_IngestDatasetsServer) error ConfigConsolidation(context.Context, *ConfigConsolidationRequest) (*ConfigConsolidationResponse, error) GetConsolidationParams(context.Context, *GetConsolidationParamsRequest) (*GetConsolidationParamsResponse, error) Consolidate(context.Context, *ConsolidateRequest) (*ConsolidateResponse, error) ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error) GetJob(context.Context, *GetJobRequest) (*GetJobResponse, error) CleanJobs(context.Context, *CleanJobsRequest) (*CleanJobsResponse, error) RetryJob(context.Context, *RetryJobRequest) (*RetryJobResponse, error) CancelJob(context.Context, *CancelJobRequest) (*CancelJobResponse, error) // Catalog GetCube(*GetCubeRequest, Geocube_GetCubeServer) error GetXYZTile(context.Context, *GetTileRequest) (*GetTileResponse, error) // Layout CreateLayout(context.Context, *CreateLayoutRequest) (*CreateLayoutResponse, error) ListLayouts(context.Context, *ListLayoutsRequest) (*ListLayoutsResponse, error) TileAOI(*TileAOIRequest, Geocube_TileAOIServer) error // Version Version(context.Context, *GetVersionRequest) (*GetVersionResponse, error) }
GeocubeServer is the server API for Geocube service.
type Geocube_GetCubeClient ¶
type Geocube_GetCubeClient interface { Recv() (*GetCubeResponse, error) grpc.ClientStream }
type Geocube_GetCubeServer ¶
type Geocube_GetCubeServer interface { Send(*GetCubeResponse) error grpc.ServerStream }
type Geocube_IngestDatasetsClient ¶
type Geocube_IngestDatasetsClient interface { Recv() (*IngestDatasetsResponse, error) grpc.ClientStream }
type Geocube_IngestDatasetsServer ¶
type Geocube_IngestDatasetsServer interface { Send(*IngestDatasetsResponse) error grpc.ServerStream }
type Geocube_ListRecordsClient ¶
type Geocube_ListRecordsClient interface { Recv() (*ListRecordsResponseItem, error) grpc.ClientStream }
type Geocube_ListRecordsServer ¶
type Geocube_ListRecordsServer interface { Send(*ListRecordsResponseItem) error grpc.ServerStream }
type Geocube_ListVariablesClient ¶
type Geocube_ListVariablesClient interface { Recv() (*ListVariablesResponseItem, error) grpc.ClientStream }
type Geocube_ListVariablesServer ¶
type Geocube_ListVariablesServer interface { Send(*ListVariablesResponseItem) error grpc.ServerStream }
type Geocube_TileAOIClient ¶
type Geocube_TileAOIClient interface { Recv() (*TileAOIResponse, error) grpc.ClientStream }
type Geocube_TileAOIServer ¶
type Geocube_TileAOIServer interface { Send(*TileAOIResponse) error grpc.ServerStream }
type GetAOIRequest ¶
type GetAOIRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetAOIRequest) Descriptor
deprecated
func (*GetAOIRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAOIRequest.ProtoReflect.Descriptor instead.
func (*GetAOIRequest) GetId ¶
func (x *GetAOIRequest) GetId() string
func (*GetAOIRequest) ProtoMessage ¶
func (*GetAOIRequest) ProtoMessage()
func (*GetAOIRequest) ProtoReflect ¶
func (x *GetAOIRequest) ProtoReflect() protoreflect.Message
func (*GetAOIRequest) Reset ¶
func (x *GetAOIRequest) Reset()
func (*GetAOIRequest) String ¶
func (x *GetAOIRequest) String() string
type GetAOIResponse ¶
type GetAOIResponse struct { Aoi *AOI `protobuf:"bytes,1,opt,name=aoi,proto3" json:"aoi,omitempty"` // contains filtered or unexported fields }
func (*GetAOIResponse) Descriptor
deprecated
func (*GetAOIResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAOIResponse.ProtoReflect.Descriptor instead.
func (*GetAOIResponse) GetAoi ¶
func (x *GetAOIResponse) GetAoi() *AOI
func (*GetAOIResponse) ProtoMessage ¶
func (*GetAOIResponse) ProtoMessage()
func (*GetAOIResponse) ProtoReflect ¶
func (x *GetAOIResponse) ProtoReflect() protoreflect.Message
func (*GetAOIResponse) Reset ¶
func (x *GetAOIResponse) Reset()
func (*GetAOIResponse) String ¶
func (x *GetAOIResponse) String() string
type GetConsolidationParamsRequest ¶
type GetConsolidationParamsRequest struct { VariableId string `protobuf:"bytes,1,opt,name=variable_id,json=variableId,proto3" json:"variable_id,omitempty"` // contains filtered or unexported fields }
func (*GetConsolidationParamsRequest) Descriptor
deprecated
func (*GetConsolidationParamsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConsolidationParamsRequest.ProtoReflect.Descriptor instead.
func (*GetConsolidationParamsRequest) GetVariableId ¶
func (x *GetConsolidationParamsRequest) GetVariableId() string
func (*GetConsolidationParamsRequest) ProtoMessage ¶
func (*GetConsolidationParamsRequest) ProtoMessage()
func (*GetConsolidationParamsRequest) ProtoReflect ¶
func (x *GetConsolidationParamsRequest) ProtoReflect() protoreflect.Message
func (*GetConsolidationParamsRequest) Reset ¶
func (x *GetConsolidationParamsRequest) Reset()
func (*GetConsolidationParamsRequest) String ¶
func (x *GetConsolidationParamsRequest) String() string
type GetConsolidationParamsResponse ¶
type GetConsolidationParamsResponse struct { ConsolidationParams *ConsolidationParams `protobuf:"bytes,2,opt,name=consolidation_params,json=consolidationParams,proto3" json:"consolidation_params,omitempty"` // contains filtered or unexported fields }
func (*GetConsolidationParamsResponse) Descriptor
deprecated
func (*GetConsolidationParamsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetConsolidationParamsResponse.ProtoReflect.Descriptor instead.
func (*GetConsolidationParamsResponse) GetConsolidationParams ¶
func (x *GetConsolidationParamsResponse) GetConsolidationParams() *ConsolidationParams
func (*GetConsolidationParamsResponse) ProtoMessage ¶
func (*GetConsolidationParamsResponse) ProtoMessage()
func (*GetConsolidationParamsResponse) ProtoReflect ¶
func (x *GetConsolidationParamsResponse) ProtoReflect() protoreflect.Message
func (*GetConsolidationParamsResponse) Reset ¶
func (x *GetConsolidationParamsResponse) Reset()
func (*GetConsolidationParamsResponse) String ¶
func (x *GetConsolidationParamsResponse) String() string
type GetCubeRequest ¶
type GetCubeRequest struct { // Types that are assignable to RecordsLister: // *GetCubeRequest_Records // *GetCubeRequest_Filters // *GetCubeRequest_Grecords RecordsLister isGetCubeRequest_RecordsLister `protobuf_oneof:"records_lister"` InstancesId []string `protobuf:"bytes,3,rep,name=instances_id,json=instancesId,proto3" json:"instances_id,omitempty"` // At least one, and all must be instance of the same variable. Only one is actually supported Crs string `protobuf:"bytes,4,opt,name=crs,proto3" json:"crs,omitempty"` PixToCrs *GeoTransform `protobuf:"bytes,5,opt,name=pix_to_crs,json=pixToCrs,proto3" json:"pix_to_crs,omitempty"` Size *Size `protobuf:"bytes,6,opt,name=size,proto3" json:"size,omitempty"` CompressionLevel int32 `protobuf:"varint,7,opt,name=compression_level,json=compressionLevel,proto3" json:"compression_level,omitempty"` // -1 to 10 (-1:default, 0: no compression, 1->9: level of compression from the fastest to the best compression) HeadersOnly bool `protobuf:"varint,8,opt,name=headers_only,json=headersOnly,proto3" json:"headers_only,omitempty"` // Only returns headers Format FileFormat `protobuf:"varint,9,opt,name=format,proto3,enum=geocube.FileFormat" json:"format,omitempty"` // contains filtered or unexported fields }
func (*GetCubeRequest) Descriptor
deprecated
func (*GetCubeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCubeRequest.ProtoReflect.Descriptor instead.
func (*GetCubeRequest) GetCompressionLevel ¶
func (x *GetCubeRequest) GetCompressionLevel() int32
func (*GetCubeRequest) GetCrs ¶
func (x *GetCubeRequest) GetCrs() string
func (*GetCubeRequest) GetFilters ¶
func (x *GetCubeRequest) GetFilters() *RecordFilters
func (*GetCubeRequest) GetFormat ¶
func (x *GetCubeRequest) GetFormat() FileFormat
func (*GetCubeRequest) GetGrecords ¶
func (x *GetCubeRequest) GetGrecords() *GroupedRecordsList
func (*GetCubeRequest) GetHeadersOnly ¶
func (x *GetCubeRequest) GetHeadersOnly() bool
func (*GetCubeRequest) GetInstancesId ¶
func (x *GetCubeRequest) GetInstancesId() []string
func (*GetCubeRequest) GetPixToCrs ¶
func (x *GetCubeRequest) GetPixToCrs() *GeoTransform
func (*GetCubeRequest) GetRecords ¶
func (x *GetCubeRequest) GetRecords() *RecordList
func (*GetCubeRequest) GetRecordsLister ¶
func (m *GetCubeRequest) GetRecordsLister() isGetCubeRequest_RecordsLister
func (*GetCubeRequest) GetSize ¶
func (x *GetCubeRequest) GetSize() *Size
func (*GetCubeRequest) ProtoMessage ¶
func (*GetCubeRequest) ProtoMessage()
func (*GetCubeRequest) ProtoReflect ¶
func (x *GetCubeRequest) ProtoReflect() protoreflect.Message
func (*GetCubeRequest) Reset ¶
func (x *GetCubeRequest) Reset()
func (*GetCubeRequest) String ¶
func (x *GetCubeRequest) String() string
type GetCubeRequest_Filters ¶
type GetCubeRequest_Filters struct {
Filters *RecordFilters `protobuf:"bytes,2,opt,name=filters,proto3,oneof"`
}
type GetCubeRequest_Grecords ¶
type GetCubeRequest_Grecords struct {
Grecords *GroupedRecordsList `protobuf:"bytes,10,opt,name=grecords,proto3,oneof"`
}
type GetCubeRequest_Records ¶
type GetCubeRequest_Records struct {
Records *RecordList `protobuf:"bytes,1,opt,name=records,proto3,oneof"` // At least one
}
type GetCubeResponse ¶
type GetCubeResponse struct { // Types that are assignable to Response: // *GetCubeResponse_GlobalHeader // *GetCubeResponse_Header // *GetCubeResponse_Chunk Response isGetCubeResponse_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
func (*GetCubeResponse) Descriptor
deprecated
func (*GetCubeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCubeResponse.ProtoReflect.Descriptor instead.
func (*GetCubeResponse) GetChunk ¶
func (x *GetCubeResponse) GetChunk() *ImageChunk
func (*GetCubeResponse) GetGlobalHeader ¶
func (x *GetCubeResponse) GetGlobalHeader() *GetCubeResponseHeader
func (*GetCubeResponse) GetHeader ¶
func (x *GetCubeResponse) GetHeader() *ImageHeader
func (*GetCubeResponse) GetResponse ¶
func (m *GetCubeResponse) GetResponse() isGetCubeResponse_Response
func (*GetCubeResponse) ProtoMessage ¶
func (*GetCubeResponse) ProtoMessage()
func (*GetCubeResponse) ProtoReflect ¶
func (x *GetCubeResponse) ProtoReflect() protoreflect.Message
func (*GetCubeResponse) Reset ¶
func (x *GetCubeResponse) Reset()
func (*GetCubeResponse) String ¶
func (x *GetCubeResponse) String() string
type GetCubeResponseHeader ¶
type GetCubeResponseHeader struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` NbDatasets int64 `protobuf:"varint,2,opt,name=nb_datasets,json=nbDatasets,proto3" json:"nb_datasets,omitempty"` // contains filtered or unexported fields }
func (*GetCubeResponseHeader) Descriptor
deprecated
func (*GetCubeResponseHeader) Descriptor() ([]byte, []int)
Deprecated: Use GetCubeResponseHeader.ProtoReflect.Descriptor instead.
func (*GetCubeResponseHeader) GetCount ¶
func (x *GetCubeResponseHeader) GetCount() int64
func (*GetCubeResponseHeader) GetNbDatasets ¶
func (x *GetCubeResponseHeader) GetNbDatasets() int64
func (*GetCubeResponseHeader) ProtoMessage ¶
func (*GetCubeResponseHeader) ProtoMessage()
func (*GetCubeResponseHeader) ProtoReflect ¶
func (x *GetCubeResponseHeader) ProtoReflect() protoreflect.Message
func (*GetCubeResponseHeader) Reset ¶
func (x *GetCubeResponseHeader) Reset()
func (*GetCubeResponseHeader) String ¶
func (x *GetCubeResponseHeader) String() string
type GetCubeResponse_Chunk ¶
type GetCubeResponse_Chunk struct {
Chunk *ImageChunk `protobuf:"bytes,2,opt,name=chunk,proto3,oneof"`
}
type GetCubeResponse_GlobalHeader ¶
type GetCubeResponse_GlobalHeader struct {
GlobalHeader *GetCubeResponseHeader `protobuf:"bytes,3,opt,name=global_header,json=globalHeader,proto3,oneof"`
}
type GetCubeResponse_Header ¶
type GetCubeResponse_Header struct {
Header *ImageHeader `protobuf:"bytes,1,opt,name=header,proto3,oneof"`
}
type GetJobRequest ¶
type GetJobRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetJobRequest) Descriptor
deprecated
func (*GetJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetJobRequest.ProtoReflect.Descriptor instead.
func (*GetJobRequest) GetId ¶
func (x *GetJobRequest) GetId() string
func (*GetJobRequest) ProtoMessage ¶
func (*GetJobRequest) ProtoMessage()
func (*GetJobRequest) ProtoReflect ¶
func (x *GetJobRequest) ProtoReflect() protoreflect.Message
func (*GetJobRequest) Reset ¶
func (x *GetJobRequest) Reset()
func (*GetJobRequest) String ¶
func (x *GetJobRequest) String() string
type GetJobResponse ¶
type GetJobResponse struct { Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` // contains filtered or unexported fields }
func (*GetJobResponse) Descriptor
deprecated
func (*GetJobResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetJobResponse.ProtoReflect.Descriptor instead.
func (*GetJobResponse) GetJob ¶
func (x *GetJobResponse) GetJob() *Job
func (*GetJobResponse) ProtoMessage ¶
func (*GetJobResponse) ProtoMessage()
func (*GetJobResponse) ProtoReflect ¶
func (x *GetJobResponse) ProtoReflect() protoreflect.Message
func (*GetJobResponse) Reset ¶
func (x *GetJobResponse) Reset()
func (*GetJobResponse) String ¶
func (x *GetJobResponse) String() string
type GetTileRequest ¶
type GetTileRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` X int32 `protobuf:"varint,2,opt,name=x,proto3" json:"x,omitempty"` Y int32 `protobuf:"varint,3,opt,name=y,proto3" json:"y,omitempty"` Z int32 `protobuf:"varint,4,opt,name=z,proto3" json:"z,omitempty"` // Types that are assignable to RecordsLister: // *GetTileRequest_Records RecordsLister isGetTileRequest_RecordsLister `protobuf_oneof:"records_lister"` // contains filtered or unexported fields }
func (*GetTileRequest) Descriptor
deprecated
func (*GetTileRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTileRequest.ProtoReflect.Descriptor instead.
func (*GetTileRequest) GetInstanceId ¶
func (x *GetTileRequest) GetInstanceId() string
func (*GetTileRequest) GetRecords ¶
func (x *GetTileRequest) GetRecords() *RecordList
func (*GetTileRequest) GetRecordsLister ¶
func (m *GetTileRequest) GetRecordsLister() isGetTileRequest_RecordsLister
func (*GetTileRequest) GetX ¶
func (x *GetTileRequest) GetX() int32
func (*GetTileRequest) GetY ¶
func (x *GetTileRequest) GetY() int32
func (*GetTileRequest) GetZ ¶
func (x *GetTileRequest) GetZ() int32
func (*GetTileRequest) ProtoMessage ¶
func (*GetTileRequest) ProtoMessage()
func (*GetTileRequest) ProtoReflect ¶
func (x *GetTileRequest) ProtoReflect() protoreflect.Message
func (*GetTileRequest) Reset ¶
func (x *GetTileRequest) Reset()
func (*GetTileRequest) String ¶
func (x *GetTileRequest) String() string
type GetTileRequest_Records ¶
type GetTileRequest_Records struct {
Records *RecordList `protobuf:"bytes,5,opt,name=records,proto3,oneof"` // At least one
}
type GetTileResponse ¶
type GetTileResponse struct { Image *ImageFile `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"` // contains filtered or unexported fields }
func (*GetTileResponse) Descriptor
deprecated
func (*GetTileResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTileResponse.ProtoReflect.Descriptor instead.
func (*GetTileResponse) GetImage ¶
func (x *GetTileResponse) GetImage() *ImageFile
func (*GetTileResponse) ProtoMessage ¶
func (*GetTileResponse) ProtoMessage()
func (*GetTileResponse) ProtoReflect ¶
func (x *GetTileResponse) ProtoReflect() protoreflect.Message
func (*GetTileResponse) Reset ¶
func (x *GetTileResponse) Reset()
func (*GetTileResponse) String ¶
func (x *GetTileResponse) String() string
type GetVariableRequest ¶
type GetVariableRequest struct { // Types that are assignable to Identifier: // *GetVariableRequest_Id // *GetVariableRequest_Name // *GetVariableRequest_InstanceId Identifier isGetVariableRequest_Identifier `protobuf_oneof:"identifier"` // contains filtered or unexported fields }
func (*GetVariableRequest) Descriptor
deprecated
func (*GetVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetVariableRequest.ProtoReflect.Descriptor instead.
func (*GetVariableRequest) GetId ¶
func (x *GetVariableRequest) GetId() string
func (*GetVariableRequest) GetIdentifier ¶
func (m *GetVariableRequest) GetIdentifier() isGetVariableRequest_Identifier
func (*GetVariableRequest) GetInstanceId ¶
func (x *GetVariableRequest) GetInstanceId() string
func (*GetVariableRequest) GetName ¶
func (x *GetVariableRequest) GetName() string
func (*GetVariableRequest) ProtoMessage ¶
func (*GetVariableRequest) ProtoMessage()
func (*GetVariableRequest) ProtoReflect ¶
func (x *GetVariableRequest) ProtoReflect() protoreflect.Message
func (*GetVariableRequest) Reset ¶
func (x *GetVariableRequest) Reset()
func (*GetVariableRequest) String ¶
func (x *GetVariableRequest) String() string
type GetVariableRequest_Id ¶
type GetVariableRequest_Id struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3,oneof"`
}
type GetVariableRequest_InstanceId ¶
type GetVariableRequest_InstanceId struct {
InstanceId string `protobuf:"bytes,3,opt,name=instance_id,json=instanceId,proto3,oneof"`
}
type GetVariableRequest_Name ¶
type GetVariableRequest_Name struct {
Name string `protobuf:"bytes,2,opt,name=name,proto3,oneof"`
}
type GetVariableResponse ¶
type GetVariableResponse struct { Variable *Variable `protobuf:"bytes,1,opt,name=variable,proto3" json:"variable,omitempty"` // contains filtered or unexported fields }
func (*GetVariableResponse) Descriptor
deprecated
func (*GetVariableResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetVariableResponse.ProtoReflect.Descriptor instead.
func (*GetVariableResponse) GetVariable ¶
func (x *GetVariableResponse) GetVariable() *Variable
func (*GetVariableResponse) ProtoMessage ¶
func (*GetVariableResponse) ProtoMessage()
func (*GetVariableResponse) ProtoReflect ¶
func (x *GetVariableResponse) ProtoReflect() protoreflect.Message
func (*GetVariableResponse) Reset ¶
func (x *GetVariableResponse) Reset()
func (*GetVariableResponse) String ¶
func (x *GetVariableResponse) String() string
type GetVersionRequest ¶
type GetVersionRequest struct {
// contains filtered or unexported fields
}
func (*GetVersionRequest) Descriptor
deprecated
func (*GetVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetVersionRequest.ProtoReflect.Descriptor instead.
func (*GetVersionRequest) ProtoMessage ¶
func (*GetVersionRequest) ProtoMessage()
func (*GetVersionRequest) ProtoReflect ¶
func (x *GetVersionRequest) ProtoReflect() protoreflect.Message
func (*GetVersionRequest) Reset ¶
func (x *GetVersionRequest) Reset()
func (*GetVersionRequest) String ¶
func (x *GetVersionRequest) String() string
type GetVersionResponse ¶
type GetVersionResponse struct { Version string `protobuf:"bytes,1,opt,name=Version,proto3" json:"Version,omitempty"` // contains filtered or unexported fields }
func (*GetVersionResponse) Descriptor
deprecated
func (*GetVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetVersionResponse.ProtoReflect.Descriptor instead.
func (*GetVersionResponse) GetVersion ¶
func (x *GetVersionResponse) GetVersion() string
func (*GetVersionResponse) ProtoMessage ¶
func (*GetVersionResponse) ProtoMessage()
func (*GetVersionResponse) ProtoReflect ¶
func (x *GetVersionResponse) ProtoReflect() protoreflect.Message
func (*GetVersionResponse) Reset ¶
func (x *GetVersionResponse) Reset()
func (*GetVersionResponse) String ¶
func (x *GetVersionResponse) String() string
type GroupedRecordsList ¶
type GroupedRecordsList struct { Records []*RecordList `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"` // contains filtered or unexported fields }
func (*GroupedRecordsList) Descriptor
deprecated
func (*GroupedRecordsList) Descriptor() ([]byte, []int)
Deprecated: Use GroupedRecordsList.ProtoReflect.Descriptor instead.
func (*GroupedRecordsList) GetRecords ¶
func (x *GroupedRecordsList) GetRecords() []*RecordList
func (*GroupedRecordsList) ProtoMessage ¶
func (*GroupedRecordsList) ProtoMessage()
func (*GroupedRecordsList) ProtoReflect ¶
func (x *GroupedRecordsList) ProtoReflect() protoreflect.Message
func (*GroupedRecordsList) Reset ¶
func (x *GroupedRecordsList) Reset()
func (*GroupedRecordsList) String ¶
func (x *GroupedRecordsList) String() string
type ImageChunk ¶
type ImageChunk struct { Part int32 `protobuf:"varint,1,opt,name=part,proto3" json:"part,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ImageChunk) Descriptor
deprecated
func (*ImageChunk) Descriptor() ([]byte, []int)
Deprecated: Use ImageChunk.ProtoReflect.Descriptor instead.
func (*ImageChunk) GetData ¶
func (x *ImageChunk) GetData() []byte
func (*ImageChunk) GetPart ¶
func (x *ImageChunk) GetPart() int32
func (*ImageChunk) ProtoMessage ¶
func (*ImageChunk) ProtoMessage()
func (*ImageChunk) ProtoReflect ¶
func (x *ImageChunk) ProtoReflect() protoreflect.Message
func (*ImageChunk) Reset ¶
func (x *ImageChunk) Reset()
func (*ImageChunk) String ¶
func (x *ImageChunk) String() string
type ImageFile ¶
type ImageFile struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ImageFile) Descriptor
deprecated
func (*ImageFile) ProtoMessage ¶
func (*ImageFile) ProtoMessage()
func (*ImageFile) ProtoReflect ¶
func (x *ImageFile) ProtoReflect() protoreflect.Message
type ImageHeader ¶
type ImageHeader struct { Shape *Shape `protobuf:"bytes,1,opt,name=shape,proto3" json:"shape,omitempty"` Dtype DataFormat_Dtype `protobuf:"varint,2,opt,name=dtype,proto3,enum=geocube.DataFormat_Dtype" json:"dtype,omitempty"` Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` NbParts int32 `protobuf:"varint,4,opt,name=nb_parts,json=nbParts,proto3" json:"nb_parts,omitempty"` Size int64 `protobuf:"varint,5,opt,name=size,proto3" json:"size,omitempty"` Order ByteOrder `protobuf:"varint,6,opt,name=order,proto3,enum=geocube.ByteOrder" json:"order,omitempty"` Compression bool `protobuf:"varint,7,opt,name=compression,proto3" json:"compression,omitempty"` // Deflate compressed data format, described in RFC 1951 Records []*Record `protobuf:"bytes,8,rep,name=records,proto3" json:"records,omitempty"` Error string `protobuf:"bytes,9,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*ImageHeader) Descriptor
deprecated
func (*ImageHeader) Descriptor() ([]byte, []int)
Deprecated: Use ImageHeader.ProtoReflect.Descriptor instead.
func (*ImageHeader) GetCompression ¶
func (x *ImageHeader) GetCompression() bool
func (*ImageHeader) GetData ¶
func (x *ImageHeader) GetData() []byte
func (*ImageHeader) GetDtype ¶
func (x *ImageHeader) GetDtype() DataFormat_Dtype
func (*ImageHeader) GetError ¶
func (x *ImageHeader) GetError() string
func (*ImageHeader) GetNbParts ¶
func (x *ImageHeader) GetNbParts() int32
func (*ImageHeader) GetOrder ¶
func (x *ImageHeader) GetOrder() ByteOrder
func (*ImageHeader) GetRecords ¶
func (x *ImageHeader) GetRecords() []*Record
func (*ImageHeader) GetShape ¶
func (x *ImageHeader) GetShape() *Shape
func (*ImageHeader) GetSize ¶
func (x *ImageHeader) GetSize() int64
func (*ImageHeader) ProtoMessage ¶
func (*ImageHeader) ProtoMessage()
func (*ImageHeader) ProtoReflect ¶
func (x *ImageHeader) ProtoReflect() protoreflect.Message
func (*ImageHeader) Reset ¶
func (x *ImageHeader) Reset()
func (*ImageHeader) String ¶
func (x *ImageHeader) String() string
type IndexDatasetsRequest ¶
type IndexDatasetsRequest struct { // TODO Index several containers: repeated ? Container *Container `protobuf:"bytes,1,opt,name=container,proto3" json:"container,omitempty"` // contains filtered or unexported fields }
func (*IndexDatasetsRequest) Descriptor
deprecated
func (*IndexDatasetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use IndexDatasetsRequest.ProtoReflect.Descriptor instead.
func (*IndexDatasetsRequest) GetContainer ¶
func (x *IndexDatasetsRequest) GetContainer() *Container
func (*IndexDatasetsRequest) ProtoMessage ¶
func (*IndexDatasetsRequest) ProtoMessage()
func (*IndexDatasetsRequest) ProtoReflect ¶
func (x *IndexDatasetsRequest) ProtoReflect() protoreflect.Message
func (*IndexDatasetsRequest) Reset ¶
func (x *IndexDatasetsRequest) Reset()
func (*IndexDatasetsRequest) String ¶
func (x *IndexDatasetsRequest) String() string
type IndexDatasetsResponse ¶
type IndexDatasetsResponse struct {
// contains filtered or unexported fields
}
func (*IndexDatasetsResponse) Descriptor
deprecated
func (*IndexDatasetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use IndexDatasetsResponse.ProtoReflect.Descriptor instead.
func (*IndexDatasetsResponse) ProtoMessage ¶
func (*IndexDatasetsResponse) ProtoMessage()
func (*IndexDatasetsResponse) ProtoReflect ¶
func (x *IndexDatasetsResponse) ProtoReflect() protoreflect.Message
func (*IndexDatasetsResponse) Reset ¶
func (x *IndexDatasetsResponse) Reset()
func (*IndexDatasetsResponse) String ¶
func (x *IndexDatasetsResponse) String() string
type IngestDatasetsRequest ¶
type IngestDatasetsRequest struct { Container []*Container `protobuf:"bytes,1,rep,name=container,proto3" json:"container,omitempty"` // contains filtered or unexported fields }
func (*IngestDatasetsRequest) Descriptor
deprecated
func (*IngestDatasetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use IngestDatasetsRequest.ProtoReflect.Descriptor instead.
func (*IngestDatasetsRequest) GetContainer ¶
func (x *IngestDatasetsRequest) GetContainer() []*Container
func (*IngestDatasetsRequest) ProtoMessage ¶
func (*IngestDatasetsRequest) ProtoMessage()
func (*IngestDatasetsRequest) ProtoReflect ¶
func (x *IngestDatasetsRequest) ProtoReflect() protoreflect.Message
func (*IngestDatasetsRequest) Reset ¶
func (x *IngestDatasetsRequest) Reset()
func (*IngestDatasetsRequest) String ¶
func (x *IngestDatasetsRequest) String() string
type IngestDatasetsResponse ¶
type IngestDatasetsResponse struct { JobIds []string `protobuf:"bytes,1,rep,name=job_ids,json=jobIds,proto3" json:"job_ids,omitempty"` // contains filtered or unexported fields }
func (*IngestDatasetsResponse) Descriptor
deprecated
func (*IngestDatasetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use IngestDatasetsResponse.ProtoReflect.Descriptor instead.
func (*IngestDatasetsResponse) GetJobIds ¶
func (x *IngestDatasetsResponse) GetJobIds() []string
func (*IngestDatasetsResponse) ProtoMessage ¶
func (*IngestDatasetsResponse) ProtoMessage()
func (*IngestDatasetsResponse) ProtoReflect ¶
func (x *IngestDatasetsResponse) ProtoReflect() protoreflect.Message
func (*IngestDatasetsResponse) Reset ¶
func (x *IngestDatasetsResponse) Reset()
func (*IngestDatasetsResponse) String ¶
func (x *IngestDatasetsResponse) String() string
type Instance ¶
type Instance struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Null at creation Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Metadata map[string]string `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Instance) Descriptor
deprecated
func (*Instance) GetMetadata ¶
func (*Instance) ProtoMessage ¶
func (*Instance) ProtoMessage()
func (*Instance) ProtoReflect ¶
func (x *Instance) ProtoReflect() protoreflect.Message
type InstantiateVariableRequest ¶
type InstantiateVariableRequest struct { VariableId string `protobuf:"bytes,1,opt,name=variable_id,json=variableId,proto3" json:"variable_id,omitempty"` InstanceName string `protobuf:"bytes,2,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"` InstanceMetadata map[string]string `` /* 197-byte string literal not displayed */ // contains filtered or unexported fields }
func (*InstantiateVariableRequest) Descriptor
deprecated
func (*InstantiateVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use InstantiateVariableRequest.ProtoReflect.Descriptor instead.
func (*InstantiateVariableRequest) GetInstanceMetadata ¶
func (x *InstantiateVariableRequest) GetInstanceMetadata() map[string]string
func (*InstantiateVariableRequest) GetInstanceName ¶
func (x *InstantiateVariableRequest) GetInstanceName() string
func (*InstantiateVariableRequest) GetVariableId ¶
func (x *InstantiateVariableRequest) GetVariableId() string
func (*InstantiateVariableRequest) ProtoMessage ¶
func (*InstantiateVariableRequest) ProtoMessage()
func (*InstantiateVariableRequest) ProtoReflect ¶
func (x *InstantiateVariableRequest) ProtoReflect() protoreflect.Message
func (*InstantiateVariableRequest) Reset ¶
func (x *InstantiateVariableRequest) Reset()
func (*InstantiateVariableRequest) String ¶
func (x *InstantiateVariableRequest) String() string
type InstantiateVariableResponse ¶
type InstantiateVariableResponse struct { Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"` // contains filtered or unexported fields }
func (*InstantiateVariableResponse) Descriptor
deprecated
func (*InstantiateVariableResponse) Descriptor() ([]byte, []int)
Deprecated: Use InstantiateVariableResponse.ProtoReflect.Descriptor instead.
func (*InstantiateVariableResponse) GetInstance ¶
func (x *InstantiateVariableResponse) GetInstance() *Instance
func (*InstantiateVariableResponse) ProtoMessage ¶
func (*InstantiateVariableResponse) ProtoMessage()
func (*InstantiateVariableResponse) ProtoReflect ¶
func (x *InstantiateVariableResponse) ProtoReflect() protoreflect.Message
func (*InstantiateVariableResponse) Reset ¶
func (x *InstantiateVariableResponse) Reset()
func (*InstantiateVariableResponse) String ¶
func (x *InstantiateVariableResponse) String() string
type Job ¶
type Job struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` State string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"` CreationTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=creation_time,json=creationTime,proto3" json:"creation_time,omitempty"` LastUpdateTime *timestamp.Timestamp `protobuf:"bytes,6,opt,name=last_update_time,json=lastUpdateTime,proto3" json:"last_update_time,omitempty"` Log []string `protobuf:"bytes,7,rep,name=log,proto3" json:"log,omitempty"` ActiveTasks int32 `protobuf:"varint,8,opt,name=active_tasks,json=activeTasks,proto3" json:"active_tasks,omitempty"` FailedTasks int32 `protobuf:"varint,9,opt,name=failed_tasks,json=failedTasks,proto3" json:"failed_tasks,omitempty"` // contains filtered or unexported fields }
func (*Job) Descriptor
deprecated
func (*Job) GetActiveTasks ¶
func (*Job) GetCreationTime ¶
func (*Job) GetFailedTasks ¶
func (*Job) GetLastUpdateTime ¶
func (*Job) ProtoMessage ¶
func (*Job) ProtoMessage()
func (*Job) ProtoReflect ¶
func (x *Job) ProtoReflect() protoreflect.Message
type Layout ¶
type Layout struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // External layout: Grid:Cell (CRS) GridFlags []string `protobuf:"bytes,3,rep,name=grid_flags,json=gridFlags,proto3" json:"grid_flags,omitempty"` GridParameters map[string]string `` /* 191-byte string literal not displayed */ // Internal layout: Cell, Tile BlockXSize int64 `protobuf:"varint,5,opt,name=block_x_size,json=blockXSize,proto3" json:"block_x_size,omitempty"` BlockYSize int64 `protobuf:"varint,6,opt,name=block_y_size,json=blockYSize,proto3" json:"block_y_size,omitempty"` MaxRecords int64 `protobuf:"varint,7,opt,name=max_records,json=maxRecords,proto3" json:"max_records,omitempty"` // contains filtered or unexported fields }
func (*Layout) Descriptor
deprecated
func (*Layout) GetBlockXSize ¶
func (*Layout) GetBlockYSize ¶
func (*Layout) GetGridFlags ¶
func (*Layout) GetGridParameters ¶
func (*Layout) GetMaxRecords ¶
func (*Layout) ProtoMessage ¶
func (*Layout) ProtoMessage()
func (*Layout) ProtoReflect ¶
func (x *Layout) ProtoReflect() protoreflect.Message
type LinearRing ¶
type LinearRing struct { Points []*Coord `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"` // contains filtered or unexported fields }
func (*LinearRing) Descriptor
deprecated
func (*LinearRing) Descriptor() ([]byte, []int)
Deprecated: Use LinearRing.ProtoReflect.Descriptor instead.
func (*LinearRing) GetPoints ¶
func (x *LinearRing) GetPoints() []*Coord
func (*LinearRing) ProtoMessage ¶
func (*LinearRing) ProtoMessage()
func (*LinearRing) ProtoReflect ¶
func (x *LinearRing) ProtoReflect() protoreflect.Message
func (*LinearRing) Reset ¶
func (x *LinearRing) Reset()
func (*LinearRing) String ¶
func (x *LinearRing) String() string
type ListJobsRequest ¶
type ListJobsRequest struct { NameLike string `protobuf:"bytes,1,opt,name=name_like,json=nameLike,proto3" json:"name_like,omitempty"` // contains filtered or unexported fields }
func (*ListJobsRequest) Descriptor
deprecated
func (*ListJobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListJobsRequest.ProtoReflect.Descriptor instead.
func (*ListJobsRequest) GetNameLike ¶
func (x *ListJobsRequest) GetNameLike() string
func (*ListJobsRequest) ProtoMessage ¶
func (*ListJobsRequest) ProtoMessage()
func (*ListJobsRequest) ProtoReflect ¶
func (x *ListJobsRequest) ProtoReflect() protoreflect.Message
func (*ListJobsRequest) Reset ¶
func (x *ListJobsRequest) Reset()
func (*ListJobsRequest) String ¶
func (x *ListJobsRequest) String() string
type ListJobsResponse ¶
type ListJobsResponse struct { Jobs []*Job `protobuf:"bytes,1,rep,name=jobs,proto3" json:"jobs,omitempty"` // contains filtered or unexported fields }
func (*ListJobsResponse) Descriptor
deprecated
func (*ListJobsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListJobsResponse.ProtoReflect.Descriptor instead.
func (*ListJobsResponse) GetJobs ¶
func (x *ListJobsResponse) GetJobs() []*Job
func (*ListJobsResponse) ProtoMessage ¶
func (*ListJobsResponse) ProtoMessage()
func (*ListJobsResponse) ProtoReflect ¶
func (x *ListJobsResponse) ProtoReflect() protoreflect.Message
func (*ListJobsResponse) Reset ¶
func (x *ListJobsResponse) Reset()
func (*ListJobsResponse) String ¶
func (x *ListJobsResponse) String() string
type ListLayoutsRequest ¶
type ListLayoutsRequest struct { NameLike string `protobuf:"bytes,1,opt,name=name_like,json=nameLike,proto3" json:"name_like,omitempty"` // contains filtered or unexported fields }
func (*ListLayoutsRequest) Descriptor
deprecated
func (*ListLayoutsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListLayoutsRequest.ProtoReflect.Descriptor instead.
func (*ListLayoutsRequest) GetNameLike ¶
func (x *ListLayoutsRequest) GetNameLike() string
func (*ListLayoutsRequest) ProtoMessage ¶
func (*ListLayoutsRequest) ProtoMessage()
func (*ListLayoutsRequest) ProtoReflect ¶
func (x *ListLayoutsRequest) ProtoReflect() protoreflect.Message
func (*ListLayoutsRequest) Reset ¶
func (x *ListLayoutsRequest) Reset()
func (*ListLayoutsRequest) String ¶
func (x *ListLayoutsRequest) String() string
type ListLayoutsResponse ¶
type ListLayoutsResponse struct { Layouts []*Layout `protobuf:"bytes,1,rep,name=layouts,proto3" json:"layouts,omitempty"` // contains filtered or unexported fields }
func (*ListLayoutsResponse) Descriptor
deprecated
func (*ListLayoutsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListLayoutsResponse.ProtoReflect.Descriptor instead.
func (*ListLayoutsResponse) GetLayouts ¶
func (x *ListLayoutsResponse) GetLayouts() []*Layout
func (*ListLayoutsResponse) ProtoMessage ¶
func (*ListLayoutsResponse) ProtoMessage()
func (*ListLayoutsResponse) ProtoReflect ¶
func (x *ListLayoutsResponse) ProtoReflect() protoreflect.Message
func (*ListLayoutsResponse) Reset ¶
func (x *ListLayoutsResponse) Reset()
func (*ListLayoutsResponse) String ¶
func (x *ListLayoutsResponse) String() string
type ListRecordsRequest ¶
type ListRecordsRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Tags map[string]string `` /* 149-byte string literal not displayed */ FromTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=from_time,json=fromTime,proto3" json:"from_time,omitempty"` ToTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=to_time,json=toTime,proto3" json:"to_time,omitempty"` Aoi *AOI `protobuf:"bytes,8,opt,name=aoi,proto3" json:"aoi,omitempty"` Limit int32 `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"` Page int32 `protobuf:"varint,7,opt,name=page,proto3" json:"page,omitempty"` WithAoi bool `protobuf:"varint,9,opt,name=with_aoi,json=withAoi,proto3" json:"with_aoi,omitempty"` // Also returns the AOI (may be big) // contains filtered or unexported fields }
func (*ListRecordsRequest) Descriptor
deprecated
func (*ListRecordsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRecordsRequest.ProtoReflect.Descriptor instead.
func (*ListRecordsRequest) GetAoi ¶
func (x *ListRecordsRequest) GetAoi() *AOI
func (*ListRecordsRequest) GetFromTime ¶
func (x *ListRecordsRequest) GetFromTime() *timestamp.Timestamp
func (*ListRecordsRequest) GetLimit ¶
func (x *ListRecordsRequest) GetLimit() int32
func (*ListRecordsRequest) GetName ¶
func (x *ListRecordsRequest) GetName() string
func (*ListRecordsRequest) GetPage ¶
func (x *ListRecordsRequest) GetPage() int32
func (*ListRecordsRequest) GetTags ¶
func (x *ListRecordsRequest) GetTags() map[string]string
func (*ListRecordsRequest) GetToTime ¶
func (x *ListRecordsRequest) GetToTime() *timestamp.Timestamp
func (*ListRecordsRequest) GetWithAoi ¶
func (x *ListRecordsRequest) GetWithAoi() bool
func (*ListRecordsRequest) ProtoMessage ¶
func (*ListRecordsRequest) ProtoMessage()
func (*ListRecordsRequest) ProtoReflect ¶
func (x *ListRecordsRequest) ProtoReflect() protoreflect.Message
func (*ListRecordsRequest) Reset ¶
func (x *ListRecordsRequest) Reset()
func (*ListRecordsRequest) String ¶
func (x *ListRecordsRequest) String() string
type ListRecordsResponseItem ¶
type ListRecordsResponseItem struct { Record *Record `protobuf:"bytes,1,opt,name=record,proto3" json:"record,omitempty"` // contains filtered or unexported fields }
func (*ListRecordsResponseItem) Descriptor
deprecated
func (*ListRecordsResponseItem) Descriptor() ([]byte, []int)
Deprecated: Use ListRecordsResponseItem.ProtoReflect.Descriptor instead.
func (*ListRecordsResponseItem) GetRecord ¶
func (x *ListRecordsResponseItem) GetRecord() *Record
func (*ListRecordsResponseItem) ProtoMessage ¶
func (*ListRecordsResponseItem) ProtoMessage()
func (*ListRecordsResponseItem) ProtoReflect ¶
func (x *ListRecordsResponseItem) ProtoReflect() protoreflect.Message
func (*ListRecordsResponseItem) Reset ¶
func (x *ListRecordsResponseItem) Reset()
func (*ListRecordsResponseItem) String ¶
func (x *ListRecordsResponseItem) String() string
type ListVariablesRequest ¶
type ListVariablesRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"` Page int32 `protobuf:"varint,4,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
For the future...
func (*ListVariablesRequest) Descriptor
deprecated
func (*ListVariablesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListVariablesRequest.ProtoReflect.Descriptor instead.
func (*ListVariablesRequest) GetLimit ¶
func (x *ListVariablesRequest) GetLimit() int32
func (*ListVariablesRequest) GetName ¶
func (x *ListVariablesRequest) GetName() string
func (*ListVariablesRequest) GetPage ¶
func (x *ListVariablesRequest) GetPage() int32
func (*ListVariablesRequest) ProtoMessage ¶
func (*ListVariablesRequest) ProtoMessage()
func (*ListVariablesRequest) ProtoReflect ¶
func (x *ListVariablesRequest) ProtoReflect() protoreflect.Message
func (*ListVariablesRequest) Reset ¶
func (x *ListVariablesRequest) Reset()
func (*ListVariablesRequest) String ¶
func (x *ListVariablesRequest) String() string
type ListVariablesResponseItem ¶
type ListVariablesResponseItem struct { Variable *Variable `protobuf:"bytes,1,opt,name=variable,proto3" json:"variable,omitempty"` // contains filtered or unexported fields }
func (*ListVariablesResponseItem) Descriptor
deprecated
func (*ListVariablesResponseItem) Descriptor() ([]byte, []int)
Deprecated: Use ListVariablesResponseItem.ProtoReflect.Descriptor instead.
func (*ListVariablesResponseItem) GetVariable ¶
func (x *ListVariablesResponseItem) GetVariable() *Variable
func (*ListVariablesResponseItem) ProtoMessage ¶
func (*ListVariablesResponseItem) ProtoMessage()
func (*ListVariablesResponseItem) ProtoReflect ¶
func (x *ListVariablesResponseItem) ProtoReflect() protoreflect.Message
func (*ListVariablesResponseItem) Reset ¶
func (x *ListVariablesResponseItem) Reset()
func (*ListVariablesResponseItem) String ¶
func (x *ListVariablesResponseItem) String() string
type NewRecord ¶
type NewRecord struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Time *timestamp.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` Tags map[string]string `` /* 149-byte string literal not displayed */ AoiId string `protobuf:"bytes,4,opt,name=aoi_id,json=aoiId,proto3" json:"aoi_id,omitempty"` // contains filtered or unexported fields }
func (*NewRecord) Descriptor
deprecated
func (*NewRecord) ProtoMessage ¶
func (*NewRecord) ProtoMessage()
func (*NewRecord) ProtoReflect ¶
func (x *NewRecord) ProtoReflect() protoreflect.Message
type Palette ¶
type Palette struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Colors []*ColorPoint `protobuf:"bytes,2,rep,name=colors,proto3" json:"colors,omitempty"` // contains filtered or unexported fields }
func (*Palette) Descriptor
deprecated
func (*Palette) GetColors ¶
func (x *Palette) GetColors() []*ColorPoint
func (*Palette) ProtoMessage ¶
func (*Palette) ProtoMessage()
func (*Palette) ProtoReflect ¶
func (x *Palette) ProtoReflect() protoreflect.Message
type Polygon ¶
type Polygon struct { Linearrings []*LinearRing `protobuf:"bytes,1,rep,name=linearrings,proto3" json:"linearrings,omitempty"` // contains filtered or unexported fields }
func (*Polygon) Descriptor
deprecated
func (*Polygon) GetLinearrings ¶
func (x *Polygon) GetLinearrings() []*LinearRing
func (*Polygon) ProtoMessage ¶
func (*Polygon) ProtoMessage()
func (*Polygon) ProtoReflect ¶
func (x *Polygon) ProtoReflect() protoreflect.Message
type Record ¶
type Record struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Time *timestamp.Timestamp `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"` Tags map[string]string `` /* 149-byte string literal not displayed */ AoiId string `protobuf:"bytes,5,opt,name=aoi_id,json=aoiId,proto3" json:"aoi_id,omitempty"` Aoi *AOI `protobuf:"bytes,6,opt,name=aoi,proto3" json:"aoi,omitempty"` // optional // contains filtered or unexported fields }
func (*Record) Descriptor
deprecated
func (*Record) ProtoMessage ¶
func (*Record) ProtoMessage()
func (*Record) ProtoReflect ¶
func (x *Record) ProtoReflect() protoreflect.Message
type RecordFilters ¶
type RecordFilters struct { Tags map[string]string `` /* 149-byte string literal not displayed */ FromTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=from_time,json=fromTime,proto3" json:"from_time,omitempty"` ToTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=to_time,json=toTime,proto3" json:"to_time,omitempty"` // contains filtered or unexported fields }
func (*RecordFilters) Descriptor
deprecated
func (*RecordFilters) Descriptor() ([]byte, []int)
Deprecated: Use RecordFilters.ProtoReflect.Descriptor instead.
func (*RecordFilters) GetFromTime ¶
func (x *RecordFilters) GetFromTime() *timestamp.Timestamp
func (*RecordFilters) GetTags ¶
func (x *RecordFilters) GetTags() map[string]string
func (*RecordFilters) GetToTime ¶
func (x *RecordFilters) GetToTime() *timestamp.Timestamp
func (*RecordFilters) ProtoMessage ¶
func (*RecordFilters) ProtoMessage()
func (*RecordFilters) ProtoReflect ¶
func (x *RecordFilters) ProtoReflect() protoreflect.Message
func (*RecordFilters) Reset ¶
func (x *RecordFilters) Reset()
func (*RecordFilters) String ¶
func (x *RecordFilters) String() string
type RecordList ¶
type RecordList struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*RecordList) Descriptor
deprecated
func (*RecordList) Descriptor() ([]byte, []int)
Deprecated: Use RecordList.ProtoReflect.Descriptor instead.
func (*RecordList) GetIds ¶
func (x *RecordList) GetIds() []string
func (*RecordList) ProtoMessage ¶
func (*RecordList) ProtoMessage()
func (*RecordList) ProtoReflect ¶
func (x *RecordList) ProtoReflect() protoreflect.Message
func (*RecordList) Reset ¶
func (x *RecordList) Reset()
func (*RecordList) String ¶
func (x *RecordList) String() string
type RemoveRecordsTagsRequest ¶
type RemoveRecordsTagsRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` TagsKey []string `protobuf:"bytes,2,rep,name=tagsKey,proto3" json:"tagsKey,omitempty"` // contains filtered or unexported fields }
func (*RemoveRecordsTagsRequest) Descriptor
deprecated
func (*RemoveRecordsTagsRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveRecordsTagsRequest.ProtoReflect.Descriptor instead.
func (*RemoveRecordsTagsRequest) GetIds ¶
func (x *RemoveRecordsTagsRequest) GetIds() []string
func (*RemoveRecordsTagsRequest) GetTagsKey ¶
func (x *RemoveRecordsTagsRequest) GetTagsKey() []string
func (*RemoveRecordsTagsRequest) ProtoMessage ¶
func (*RemoveRecordsTagsRequest) ProtoMessage()
func (*RemoveRecordsTagsRequest) ProtoReflect ¶
func (x *RemoveRecordsTagsRequest) ProtoReflect() protoreflect.Message
func (*RemoveRecordsTagsRequest) Reset ¶
func (x *RemoveRecordsTagsRequest) Reset()
func (*RemoveRecordsTagsRequest) String ¶
func (x *RemoveRecordsTagsRequest) String() string
type RemoveRecordsTagsResponse ¶
type RemoveRecordsTagsResponse struct { Nb int64 `protobuf:"varint,1,opt,name=nb,proto3" json:"nb,omitempty"` // contains filtered or unexported fields }
func (*RemoveRecordsTagsResponse) Descriptor
deprecated
func (*RemoveRecordsTagsResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveRecordsTagsResponse.ProtoReflect.Descriptor instead.
func (*RemoveRecordsTagsResponse) GetNb ¶
func (x *RemoveRecordsTagsResponse) GetNb() int64
func (*RemoveRecordsTagsResponse) ProtoMessage ¶
func (*RemoveRecordsTagsResponse) ProtoMessage()
func (*RemoveRecordsTagsResponse) ProtoReflect ¶
func (x *RemoveRecordsTagsResponse) ProtoReflect() protoreflect.Message
func (*RemoveRecordsTagsResponse) Reset ¶
func (x *RemoveRecordsTagsResponse) Reset()
func (*RemoveRecordsTagsResponse) String ¶
func (x *RemoveRecordsTagsResponse) String() string
type Resampling ¶
type Resampling int32
const ( Resampling_UNDEFINED Resampling = 0 Resampling_NEAR Resampling = 1 Resampling_BILINEAR Resampling = 2 Resampling_CUBIC Resampling = 3 Resampling_CUBICSPLINE Resampling = 4 Resampling_LANCZOS Resampling = 5 Resampling_AVERAGE Resampling = 6 Resampling_MODE Resampling = 7 Resampling_MAX Resampling = 8 Resampling_MIN Resampling = 9 Resampling_MED Resampling = 10 Resampling_Q1 Resampling = 11 Resampling_Q3 Resampling = 12 )
func (Resampling) Descriptor ¶
func (Resampling) Descriptor() protoreflect.EnumDescriptor
func (Resampling) Enum ¶
func (x Resampling) Enum() *Resampling
func (Resampling) EnumDescriptor
deprecated
func (Resampling) EnumDescriptor() ([]byte, []int)
Deprecated: Use Resampling.Descriptor instead.
func (Resampling) Number ¶
func (x Resampling) Number() protoreflect.EnumNumber
func (Resampling) String ¶
func (x Resampling) String() string
func (Resampling) Type ¶
func (Resampling) Type() protoreflect.EnumType
type RetryJobRequest ¶
type RetryJobRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ForceAnyState bool `protobuf:"varint,2,opt,name=force_any_state,json=forceAnyState,proto3" json:"force_any_state,omitempty"` // Force retry even when the job is not in a failed state (could corrupt the data) // contains filtered or unexported fields }
func (*RetryJobRequest) Descriptor
deprecated
func (*RetryJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use RetryJobRequest.ProtoReflect.Descriptor instead.
func (*RetryJobRequest) GetForceAnyState ¶
func (x *RetryJobRequest) GetForceAnyState() bool
func (*RetryJobRequest) GetId ¶
func (x *RetryJobRequest) GetId() string
func (*RetryJobRequest) ProtoMessage ¶
func (*RetryJobRequest) ProtoMessage()
func (*RetryJobRequest) ProtoReflect ¶
func (x *RetryJobRequest) ProtoReflect() protoreflect.Message
func (*RetryJobRequest) Reset ¶
func (x *RetryJobRequest) Reset()
func (*RetryJobRequest) String ¶
func (x *RetryJobRequest) String() string
type RetryJobResponse ¶
type RetryJobResponse struct {
// contains filtered or unexported fields
}
func (*RetryJobResponse) Descriptor
deprecated
func (*RetryJobResponse) Descriptor() ([]byte, []int)
Deprecated: Use RetryJobResponse.ProtoReflect.Descriptor instead.
func (*RetryJobResponse) ProtoMessage ¶
func (*RetryJobResponse) ProtoMessage()
func (*RetryJobResponse) ProtoReflect ¶
func (x *RetryJobResponse) ProtoReflect() protoreflect.Message
func (*RetryJobResponse) Reset ¶
func (x *RetryJobResponse) Reset()
func (*RetryJobResponse) String ¶
func (x *RetryJobResponse) String() string
type Shape ¶
type Shape struct { Dim1 int32 `protobuf:"varint,1,opt,name=dim1,proto3" json:"dim1,omitempty"` Dim2 int32 `protobuf:"varint,2,opt,name=dim2,proto3" json:"dim2,omitempty"` Dim3 int32 `protobuf:"varint,3,opt,name=dim3,proto3" json:"dim3,omitempty"` // contains filtered or unexported fields }
func (*Shape) Descriptor
deprecated
func (*Shape) ProtoMessage ¶
func (*Shape) ProtoMessage()
func (*Shape) ProtoReflect ¶
func (x *Shape) ProtoReflect() protoreflect.Message
type Size ¶
type Size struct { Width int32 `protobuf:"varint,1,opt,name=width,proto3" json:"width,omitempty"` Height int32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*Size) Descriptor
deprecated
func (*Size) ProtoMessage ¶
func (*Size) ProtoMessage()
func (*Size) ProtoReflect ¶
func (x *Size) ProtoReflect() protoreflect.Message
type StorageClass ¶
type StorageClass int32
const ( StorageClass_STANDARD StorageClass = 0 StorageClass_INFREQUENT StorageClass = 1 StorageClass_ARCHIVE StorageClass = 2 StorageClass_DEEPARCHIVE StorageClass = 3 )
func (StorageClass) Descriptor ¶
func (StorageClass) Descriptor() protoreflect.EnumDescriptor
func (StorageClass) Enum ¶
func (x StorageClass) Enum() *StorageClass
func (StorageClass) EnumDescriptor
deprecated
func (StorageClass) EnumDescriptor() ([]byte, []int)
Deprecated: Use StorageClass.Descriptor instead.
func (StorageClass) Number ¶
func (x StorageClass) Number() protoreflect.EnumNumber
func (StorageClass) String ¶
func (x StorageClass) String() string
func (StorageClass) Type ¶
func (StorageClass) Type() protoreflect.EnumType
type TidyDBRequest ¶
type TidyDBRequest struct { Simulate bool `protobuf:"varint,1,opt,name=Simulate,proto3" json:"Simulate,omitempty"` PendingAOIs bool `protobuf:"varint,2,opt,name=PendingAOIs,proto3" json:"PendingAOIs,omitempty"` PendingRecords bool `protobuf:"varint,3,opt,name=PendingRecords,proto3" json:"PendingRecords,omitempty"` PendingVariables bool `protobuf:"varint,4,opt,name=PendingVariables,proto3" json:"PendingVariables,omitempty"` PendingInstances bool `protobuf:"varint,5,opt,name=PendingInstances,proto3" json:"PendingInstances,omitempty"` PendingContainers bool `protobuf:"varint,6,opt,name=PendingContainers,proto3" json:"PendingContainers,omitempty"` PendingParams bool `protobuf:"varint,7,opt,name=PendingParams,proto3" json:"PendingParams,omitempty"` // contains filtered or unexported fields }
func (*TidyDBRequest) Descriptor
deprecated
func (*TidyDBRequest) Descriptor() ([]byte, []int)
Deprecated: Use TidyDBRequest.ProtoReflect.Descriptor instead.
func (*TidyDBRequest) GetPendingAOIs ¶
func (x *TidyDBRequest) GetPendingAOIs() bool
func (*TidyDBRequest) GetPendingContainers ¶
func (x *TidyDBRequest) GetPendingContainers() bool
func (*TidyDBRequest) GetPendingInstances ¶
func (x *TidyDBRequest) GetPendingInstances() bool
func (*TidyDBRequest) GetPendingParams ¶
func (x *TidyDBRequest) GetPendingParams() bool
func (*TidyDBRequest) GetPendingRecords ¶
func (x *TidyDBRequest) GetPendingRecords() bool
func (*TidyDBRequest) GetPendingVariables ¶
func (x *TidyDBRequest) GetPendingVariables() bool
func (*TidyDBRequest) GetSimulate ¶
func (x *TidyDBRequest) GetSimulate() bool
func (*TidyDBRequest) ProtoMessage ¶
func (*TidyDBRequest) ProtoMessage()
func (*TidyDBRequest) ProtoReflect ¶
func (x *TidyDBRequest) ProtoReflect() protoreflect.Message
func (*TidyDBRequest) Reset ¶
func (x *TidyDBRequest) Reset()
func (*TidyDBRequest) String ¶
func (x *TidyDBRequest) String() string
type TidyDBResponse ¶
type TidyDBResponse struct { NbAOIs int64 `protobuf:"varint,1,opt,name=NbAOIs,proto3" json:"NbAOIs,omitempty"` NbRecords int64 `protobuf:"varint,2,opt,name=NbRecords,proto3" json:"NbRecords,omitempty"` NbVariables int64 `protobuf:"varint,3,opt,name=NbVariables,proto3" json:"NbVariables,omitempty"` NbInstances int64 `protobuf:"varint,4,opt,name=NbInstances,proto3" json:"NbInstances,omitempty"` NbContainers int64 `protobuf:"varint,5,opt,name=NbContainers,proto3" json:"NbContainers,omitempty"` NbParams int64 `protobuf:"varint,6,opt,name=NbParams,proto3" json:"NbParams,omitempty"` // contains filtered or unexported fields }
func (*TidyDBResponse) Descriptor
deprecated
func (*TidyDBResponse) Descriptor() ([]byte, []int)
Deprecated: Use TidyDBResponse.ProtoReflect.Descriptor instead.
func (*TidyDBResponse) GetNbAOIs ¶
func (x *TidyDBResponse) GetNbAOIs() int64
func (*TidyDBResponse) GetNbContainers ¶
func (x *TidyDBResponse) GetNbContainers() int64
func (*TidyDBResponse) GetNbInstances ¶
func (x *TidyDBResponse) GetNbInstances() int64
func (*TidyDBResponse) GetNbParams ¶
func (x *TidyDBResponse) GetNbParams() int64
func (*TidyDBResponse) GetNbRecords ¶
func (x *TidyDBResponse) GetNbRecords() int64
func (*TidyDBResponse) GetNbVariables ¶
func (x *TidyDBResponse) GetNbVariables() int64
func (*TidyDBResponse) ProtoMessage ¶
func (*TidyDBResponse) ProtoMessage()
func (*TidyDBResponse) ProtoReflect ¶
func (x *TidyDBResponse) ProtoReflect() protoreflect.Message
func (*TidyDBResponse) Reset ¶
func (x *TidyDBResponse) Reset()
func (*TidyDBResponse) String ¶
func (x *TidyDBResponse) String() string
type Tile ¶
type Tile struct { Transform *GeoTransform `protobuf:"bytes,1,opt,name=transform,proto3" json:"transform,omitempty"` SizePx *Size `protobuf:"bytes,2,opt,name=size_px,json=sizePx,proto3" json:"size_px,omitempty"` Crs string `protobuf:"bytes,3,opt,name=crs,proto3" json:"crs,omitempty"` // contains filtered or unexported fields }
func (*Tile) Descriptor
deprecated
func (*Tile) GetTransform ¶
func (x *Tile) GetTransform() *GeoTransform
func (*Tile) ProtoMessage ¶
func (*Tile) ProtoMessage()
func (*Tile) ProtoReflect ¶
func (x *Tile) ProtoReflect() protoreflect.Message
type TileAOIRequest ¶
type TileAOIRequest struct { Aoi *AOI `protobuf:"bytes,1,opt,name=aoi,proto3" json:"aoi,omitempty"` Crs string `protobuf:"bytes,2,opt,name=crs,proto3" json:"crs,omitempty"` Resolution float32 `protobuf:"fixed32,3,opt,name=resolution,proto3" json:"resolution,omitempty"` SizePx *Size `protobuf:"bytes,4,opt,name=size_px,json=sizePx,proto3" json:"size_px,omitempty"` // contains filtered or unexported fields }
func (*TileAOIRequest) Descriptor
deprecated
func (*TileAOIRequest) Descriptor() ([]byte, []int)
Deprecated: Use TileAOIRequest.ProtoReflect.Descriptor instead.
func (*TileAOIRequest) GetAoi ¶
func (x *TileAOIRequest) GetAoi() *AOI
func (*TileAOIRequest) GetCrs ¶
func (x *TileAOIRequest) GetCrs() string
func (*TileAOIRequest) GetResolution ¶
func (x *TileAOIRequest) GetResolution() float32
func (*TileAOIRequest) GetSizePx ¶
func (x *TileAOIRequest) GetSizePx() *Size
func (*TileAOIRequest) ProtoMessage ¶
func (*TileAOIRequest) ProtoMessage()
func (*TileAOIRequest) ProtoReflect ¶
func (x *TileAOIRequest) ProtoReflect() protoreflect.Message
func (*TileAOIRequest) Reset ¶
func (x *TileAOIRequest) Reset()
func (*TileAOIRequest) String ¶
func (x *TileAOIRequest) String() string
type TileAOIResponse ¶
type TileAOIResponse struct { Tiles []*Tile `protobuf:"bytes,1,rep,name=tiles,proto3" json:"tiles,omitempty"` // contains filtered or unexported fields }
func (*TileAOIResponse) Descriptor
deprecated
func (*TileAOIResponse) Descriptor() ([]byte, []int)
Deprecated: Use TileAOIResponse.ProtoReflect.Descriptor instead.
func (*TileAOIResponse) GetTiles ¶
func (x *TileAOIResponse) GetTiles() []*Tile
func (*TileAOIResponse) ProtoMessage ¶
func (*TileAOIResponse) ProtoMessage()
func (*TileAOIResponse) ProtoReflect ¶
func (x *TileAOIResponse) ProtoReflect() protoreflect.Message
func (*TileAOIResponse) Reset ¶
func (x *TileAOIResponse) Reset()
func (*TileAOIResponse) String ¶
func (x *TileAOIResponse) String() string
type UnimplementedAdminServer ¶
type UnimplementedAdminServer struct { }
UnimplementedAdminServer can be embedded to have forward compatible implementations.
func (*UnimplementedAdminServer) DeleteDatasets ¶
func (*UnimplementedAdminServer) DeleteDatasets(context.Context, *DeleteDatasetsRequest) (*DeleteDatasetsResponse, error)
func (*UnimplementedAdminServer) TidyDB ¶
func (*UnimplementedAdminServer) TidyDB(context.Context, *TidyDBRequest) (*TidyDBResponse, error)
func (*UnimplementedAdminServer) UpdateDatasets ¶
func (*UnimplementedAdminServer) UpdateDatasets(context.Context, *UpdateDatasetsRequest) (*UpdateDatasetsResponse, error)
type UnimplementedGeocubeServer ¶
type UnimplementedGeocubeServer struct { }
UnimplementedGeocubeServer can be embedded to have forward compatible implementations.
func (*UnimplementedGeocubeServer) AddRecordsTags ¶
func (*UnimplementedGeocubeServer) AddRecordsTags(context.Context, *AddRecordsTagsRequest) (*AddRecordsTagsResponse, error)
func (*UnimplementedGeocubeServer) CancelJob ¶
func (*UnimplementedGeocubeServer) CancelJob(context.Context, *CancelJobRequest) (*CancelJobResponse, error)
func (*UnimplementedGeocubeServer) CleanJobs ¶
func (*UnimplementedGeocubeServer) CleanJobs(context.Context, *CleanJobsRequest) (*CleanJobsResponse, error)
func (*UnimplementedGeocubeServer) ConfigConsolidation ¶
func (*UnimplementedGeocubeServer) ConfigConsolidation(context.Context, *ConfigConsolidationRequest) (*ConfigConsolidationResponse, error)
func (*UnimplementedGeocubeServer) Consolidate ¶
func (*UnimplementedGeocubeServer) Consolidate(context.Context, *ConsolidateRequest) (*ConsolidateResponse, error)
func (*UnimplementedGeocubeServer) CreateAOI ¶
func (*UnimplementedGeocubeServer) CreateAOI(context.Context, *CreateAOIRequest) (*CreateAOIResponse, error)
func (*UnimplementedGeocubeServer) CreateLayout ¶
func (*UnimplementedGeocubeServer) CreateLayout(context.Context, *CreateLayoutRequest) (*CreateLayoutResponse, error)
func (*UnimplementedGeocubeServer) CreatePalette ¶
func (*UnimplementedGeocubeServer) CreatePalette(context.Context, *CreatePaletteRequest) (*CreatePaletteResponse, error)
func (*UnimplementedGeocubeServer) CreateRecords ¶
func (*UnimplementedGeocubeServer) CreateRecords(context.Context, *CreateRecordsRequest) (*CreateRecordsResponse, error)
func (*UnimplementedGeocubeServer) CreateVariable ¶
func (*UnimplementedGeocubeServer) CreateVariable(context.Context, *CreateVariableRequest) (*CreateVariableResponse, error)
func (*UnimplementedGeocubeServer) DeleteInstance ¶
func (*UnimplementedGeocubeServer) DeleteInstance(context.Context, *DeleteInstanceRequest) (*DeleteInstanceResponse, error)
func (*UnimplementedGeocubeServer) DeleteRecords ¶
func (*UnimplementedGeocubeServer) DeleteRecords(context.Context, *DeleteRecordsRequest) (*DeleteRecordsResponse, error)
func (*UnimplementedGeocubeServer) DeleteVariable ¶
func (*UnimplementedGeocubeServer) DeleteVariable(context.Context, *DeleteVariableRequest) (*DeleteVariableResponse, error)
func (*UnimplementedGeocubeServer) GetAOI ¶
func (*UnimplementedGeocubeServer) GetAOI(context.Context, *GetAOIRequest) (*GetAOIResponse, error)
func (*UnimplementedGeocubeServer) GetConsolidationParams ¶
func (*UnimplementedGeocubeServer) GetConsolidationParams(context.Context, *GetConsolidationParamsRequest) (*GetConsolidationParamsResponse, error)
func (*UnimplementedGeocubeServer) GetCube ¶
func (*UnimplementedGeocubeServer) GetCube(*GetCubeRequest, Geocube_GetCubeServer) error
func (*UnimplementedGeocubeServer) GetJob ¶
func (*UnimplementedGeocubeServer) GetJob(context.Context, *GetJobRequest) (*GetJobResponse, error)
func (*UnimplementedGeocubeServer) GetVariable ¶
func (*UnimplementedGeocubeServer) GetVariable(context.Context, *GetVariableRequest) (*GetVariableResponse, error)
func (*UnimplementedGeocubeServer) GetXYZTile ¶
func (*UnimplementedGeocubeServer) GetXYZTile(context.Context, *GetTileRequest) (*GetTileResponse, error)
func (*UnimplementedGeocubeServer) IndexDatasets ¶
func (*UnimplementedGeocubeServer) IndexDatasets(context.Context, *IndexDatasetsRequest) (*IndexDatasetsResponse, error)
func (*UnimplementedGeocubeServer) IngestDatasets ¶
func (*UnimplementedGeocubeServer) IngestDatasets(*IngestDatasetsRequest, Geocube_IngestDatasetsServer) error
func (*UnimplementedGeocubeServer) InstantiateVariable ¶
func (*UnimplementedGeocubeServer) InstantiateVariable(context.Context, *InstantiateVariableRequest) (*InstantiateVariableResponse, error)
func (*UnimplementedGeocubeServer) ListJobs ¶
func (*UnimplementedGeocubeServer) ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
func (*UnimplementedGeocubeServer) ListLayouts ¶
func (*UnimplementedGeocubeServer) ListLayouts(context.Context, *ListLayoutsRequest) (*ListLayoutsResponse, error)
func (*UnimplementedGeocubeServer) ListRecords ¶
func (*UnimplementedGeocubeServer) ListRecords(*ListRecordsRequest, Geocube_ListRecordsServer) error
func (*UnimplementedGeocubeServer) ListVariables ¶
func (*UnimplementedGeocubeServer) ListVariables(*ListVariablesRequest, Geocube_ListVariablesServer) error
func (*UnimplementedGeocubeServer) RemoveRecordsTags ¶
func (*UnimplementedGeocubeServer) RemoveRecordsTags(context.Context, *RemoveRecordsTagsRequest) (*RemoveRecordsTagsResponse, error)
func (*UnimplementedGeocubeServer) RetryJob ¶
func (*UnimplementedGeocubeServer) RetryJob(context.Context, *RetryJobRequest) (*RetryJobResponse, error)
func (*UnimplementedGeocubeServer) TileAOI ¶
func (*UnimplementedGeocubeServer) TileAOI(*TileAOIRequest, Geocube_TileAOIServer) error
func (*UnimplementedGeocubeServer) UpdateInstance ¶
func (*UnimplementedGeocubeServer) UpdateInstance(context.Context, *UpdateInstanceRequest) (*UpdateInstanceResponse, error)
func (*UnimplementedGeocubeServer) UpdateVariable ¶
func (*UnimplementedGeocubeServer) UpdateVariable(context.Context, *UpdateVariableRequest) (*UpdateVariableResponse, error)
func (*UnimplementedGeocubeServer) Version ¶
func (*UnimplementedGeocubeServer) Version(context.Context, *GetVersionRequest) (*GetVersionResponse, error)
type UpdateDatasetsRequest ¶
type UpdateDatasetsRequest struct { Simulate bool `protobuf:"varint,1,opt,name=simulate,proto3" json:"simulate,omitempty"` InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Dformat *DataFormat `protobuf:"bytes,8,opt,name=dformat,proto3" json:"dformat,omitempty"` // Internal data format (DType can be Undefined) RealMinValue float64 `protobuf:"fixed64,9,opt,name=real_min_value,json=realMinValue,proto3" json:"real_min_value,omitempty"` // Real min value (dformat.min_value maps to real_min_value) RealMaxValue float64 `protobuf:"fixed64,10,opt,name=real_max_value,json=realMaxValue,proto3" json:"real_max_value,omitempty"` // Real max value (dformat.max_value maps to real_max_value) Exponent float64 `protobuf:"fixed64,11,opt,name=exponent,proto3" json:"exponent,omitempty"` // 1: linear scaling (RealMax - RealMin) * pow( (Value - Min) / (Max - Min), Exponent) + RealMin // contains filtered or unexported fields }
func (*UpdateDatasetsRequest) Descriptor
deprecated
func (*UpdateDatasetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDatasetsRequest.ProtoReflect.Descriptor instead.
func (*UpdateDatasetsRequest) GetDformat ¶
func (x *UpdateDatasetsRequest) GetDformat() *DataFormat
func (*UpdateDatasetsRequest) GetExponent ¶
func (x *UpdateDatasetsRequest) GetExponent() float64
func (*UpdateDatasetsRequest) GetInstanceId ¶
func (x *UpdateDatasetsRequest) GetInstanceId() string
func (*UpdateDatasetsRequest) GetRealMaxValue ¶
func (x *UpdateDatasetsRequest) GetRealMaxValue() float64
func (*UpdateDatasetsRequest) GetRealMinValue ¶
func (x *UpdateDatasetsRequest) GetRealMinValue() float64
func (*UpdateDatasetsRequest) GetSimulate ¶
func (x *UpdateDatasetsRequest) GetSimulate() bool
func (*UpdateDatasetsRequest) ProtoMessage ¶
func (*UpdateDatasetsRequest) ProtoMessage()
func (*UpdateDatasetsRequest) ProtoReflect ¶
func (x *UpdateDatasetsRequest) ProtoReflect() protoreflect.Message
func (*UpdateDatasetsRequest) Reset ¶
func (x *UpdateDatasetsRequest) Reset()
func (*UpdateDatasetsRequest) String ¶
func (x *UpdateDatasetsRequest) String() string
type UpdateDatasetsResponse ¶
type UpdateDatasetsResponse struct { Results map[string]int64 `` /* 156-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateDatasetsResponse) Descriptor
deprecated
func (*UpdateDatasetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDatasetsResponse.ProtoReflect.Descriptor instead.
func (*UpdateDatasetsResponse) GetResults ¶
func (x *UpdateDatasetsResponse) GetResults() map[string]int64
func (*UpdateDatasetsResponse) ProtoMessage ¶
func (*UpdateDatasetsResponse) ProtoMessage()
func (*UpdateDatasetsResponse) ProtoReflect ¶
func (x *UpdateDatasetsResponse) ProtoReflect() protoreflect.Message
func (*UpdateDatasetsResponse) Reset ¶
func (x *UpdateDatasetsResponse) Reset()
func (*UpdateDatasetsResponse) String ¶
func (x *UpdateDatasetsResponse) String() string
type UpdateInstanceRequest ¶
type UpdateInstanceRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Optional AddMetadata map[string]string `` // New keys to be inserted or updated /* 182-byte string literal not displayed */ DelMetadataKeys []string `protobuf:"bytes,4,rep,name=del_metadata_keys,json=delMetadataKeys,proto3" json:"del_metadata_keys,omitempty"` // Keys to be deleted // contains filtered or unexported fields }
func (*UpdateInstanceRequest) Descriptor
deprecated
func (*UpdateInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateInstanceRequest.ProtoReflect.Descriptor instead.
func (*UpdateInstanceRequest) GetAddMetadata ¶
func (x *UpdateInstanceRequest) GetAddMetadata() map[string]string
func (*UpdateInstanceRequest) GetDelMetadataKeys ¶
func (x *UpdateInstanceRequest) GetDelMetadataKeys() []string
func (*UpdateInstanceRequest) GetId ¶
func (x *UpdateInstanceRequest) GetId() string
func (*UpdateInstanceRequest) GetName ¶
func (x *UpdateInstanceRequest) GetName() *wrappers.StringValue
func (*UpdateInstanceRequest) ProtoMessage ¶
func (*UpdateInstanceRequest) ProtoMessage()
func (*UpdateInstanceRequest) ProtoReflect ¶
func (x *UpdateInstanceRequest) ProtoReflect() protoreflect.Message
func (*UpdateInstanceRequest) Reset ¶
func (x *UpdateInstanceRequest) Reset()
func (*UpdateInstanceRequest) String ¶
func (x *UpdateInstanceRequest) String() string
type UpdateInstanceResponse ¶
type UpdateInstanceResponse struct {
// contains filtered or unexported fields
}
func (*UpdateInstanceResponse) Descriptor
deprecated
func (*UpdateInstanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateInstanceResponse.ProtoReflect.Descriptor instead.
func (*UpdateInstanceResponse) ProtoMessage ¶
func (*UpdateInstanceResponse) ProtoMessage()
func (*UpdateInstanceResponse) ProtoReflect ¶
func (x *UpdateInstanceResponse) ProtoReflect() protoreflect.Message
func (*UpdateInstanceResponse) Reset ¶
func (x *UpdateInstanceResponse) Reset()
func (*UpdateInstanceResponse) String ¶
func (x *UpdateInstanceResponse) String() string
type UpdateVariableRequest ¶
type UpdateVariableRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Optional Unit *wrappers.StringValue `protobuf:"bytes,3,opt,name=unit,proto3" json:"unit,omitempty"` // Optional Description *wrappers.StringValue `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // Optional Palette *wrappers.StringValue `protobuf:"bytes,5,opt,name=palette,proto3" json:"palette,omitempty"` // Optional ResamplingAlg Resampling `protobuf:"varint,6,opt,name=resampling_alg,json=resamplingAlg,proto3,enum=geocube.Resampling" json:"resampling_alg,omitempty"` // Optional // contains filtered or unexported fields }
func (*UpdateVariableRequest) Descriptor
deprecated
func (*UpdateVariableRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateVariableRequest.ProtoReflect.Descriptor instead.
func (*UpdateVariableRequest) GetDescription ¶
func (x *UpdateVariableRequest) GetDescription() *wrappers.StringValue
func (*UpdateVariableRequest) GetId ¶
func (x *UpdateVariableRequest) GetId() string
func (*UpdateVariableRequest) GetName ¶
func (x *UpdateVariableRequest) GetName() *wrappers.StringValue
func (*UpdateVariableRequest) GetPalette ¶
func (x *UpdateVariableRequest) GetPalette() *wrappers.StringValue
func (*UpdateVariableRequest) GetResamplingAlg ¶
func (x *UpdateVariableRequest) GetResamplingAlg() Resampling
func (*UpdateVariableRequest) GetUnit ¶
func (x *UpdateVariableRequest) GetUnit() *wrappers.StringValue
func (*UpdateVariableRequest) ProtoMessage ¶
func (*UpdateVariableRequest) ProtoMessage()
func (*UpdateVariableRequest) ProtoReflect ¶
func (x *UpdateVariableRequest) ProtoReflect() protoreflect.Message
func (*UpdateVariableRequest) Reset ¶
func (x *UpdateVariableRequest) Reset()
func (*UpdateVariableRequest) String ¶
func (x *UpdateVariableRequest) String() string
type UpdateVariableResponse ¶
type UpdateVariableResponse struct {
// contains filtered or unexported fields
}
func (*UpdateVariableResponse) Descriptor
deprecated
func (*UpdateVariableResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateVariableResponse.ProtoReflect.Descriptor instead.
func (*UpdateVariableResponse) ProtoMessage ¶
func (*UpdateVariableResponse) ProtoMessage()
func (*UpdateVariableResponse) ProtoReflect ¶
func (x *UpdateVariableResponse) ProtoReflect() protoreflect.Message
func (*UpdateVariableResponse) Reset ¶
func (x *UpdateVariableResponse) Reset()
func (*UpdateVariableResponse) String ¶
func (x *UpdateVariableResponse) String() string
type Variable ¶
type Variable struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Ignored at creation Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Unit string `protobuf:"bytes,3,opt,name=unit,proto3" json:"unit,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Dformat *DataFormat `protobuf:"bytes,5,opt,name=dformat,proto3" json:"dformat,omitempty"` Bands []string `protobuf:"bytes,6,rep,name=bands,proto3" json:"bands,omitempty"` Palette string `protobuf:"bytes,7,opt,name=palette,proto3" json:"palette,omitempty"` // enums ? ResamplingAlg Resampling `protobuf:"varint,8,opt,name=resampling_alg,json=resamplingAlg,proto3,enum=geocube.Resampling" json:"resampling_alg,omitempty"` Instances []*Instance `protobuf:"bytes,9,rep,name=instances,proto3" json:"instances,omitempty"` // contains filtered or unexported fields }
func (*Variable) Descriptor
deprecated
func (*Variable) GetDescription ¶
func (*Variable) GetDformat ¶
func (x *Variable) GetDformat() *DataFormat
func (*Variable) GetInstances ¶
func (*Variable) GetPalette ¶
func (*Variable) GetResamplingAlg ¶
func (x *Variable) GetResamplingAlg() Resampling
func (*Variable) ProtoMessage ¶
func (*Variable) ProtoMessage()
func (*Variable) ProtoReflect ¶
func (x *Variable) ProtoReflect() protoreflect.Message