Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions apis/datasets/v1/collections.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ edition = "2023";
package datasets.v1;

import "datasets/v1/core.proto";
import "google/protobuf/go_features.proto";
import "tilebox/v1/id.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// CreateCollectionRequest is used to create a new collection.
Expand Down
2 changes: 0 additions & 2 deletions apis/datasets/v1/core.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ edition = "2023";
package datasets.v1;

import "datasets/v1/dataset_type.proto";
import "google/protobuf/go_features.proto";
// https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp
import "google/protobuf/timestamp.proto";
import "tilebox/v1/id.proto";
import "tilebox/v1/query.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// LegacyPagination - used for backwards compatibility, will be removed as soon as all datasets are migrated
Expand Down
2 changes: 0 additions & 2 deletions apis/datasets/v1/data_access.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ package datasets.v1;

import "datasets/v1/core.proto";
import "datasets/v1/well_known_types.proto";
import "google/protobuf/go_features.proto";
import "tilebox/v1/id.proto";
import "tilebox/v1/query.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// Legacy message, to be removed in the future.
Expand Down
2 changes: 0 additions & 2 deletions apis/datasets/v1/data_ingestion.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ edition = "2023";
package datasets.v1;

import "datasets/v1/core.proto";
import "google/protobuf/go_features.proto";
import "tilebox/v1/id.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// Legacy ingest request
Expand Down
2 changes: 0 additions & 2 deletions apis/datasets/v1/dataset_type.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ package datasets.v1;

import "datasets/v1/well_known_types.proto";
import "google/protobuf/descriptor.proto";
import "google/protobuf/go_features.proto";
import "google/protobuf/timestamp.proto";
import "tilebox/v1/id.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// Field describes a field of a dataset.
Expand Down
2 changes: 0 additions & 2 deletions apis/datasets/v1/datasets.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ package datasets.v1;

import "datasets/v1/core.proto";
import "datasets/v1/dataset_type.proto";
import "google/protobuf/go_features.proto";
import "tilebox/v1/id.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// CreateDatasetRequest is used to create a new dataset.
Expand Down
2 changes: 0 additions & 2 deletions apis/datasets/v1/timeseries.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ edition = "2023";
package datasets.v1;

import "google/protobuf/duration.proto";
import "google/protobuf/go_features.proto";
import "tilebox/v1/id.proto";
import "tilebox/v1/query.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// TimeseriesDatasetChunk is a message that represents a chunk of a timeseries dataset.
Expand Down
2 changes: 0 additions & 2 deletions apis/datasets/v1/well_known_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ package datasets.v1;
// in addition to the well-known types defined here, we also include Timestamp and Duration
// buf:lint:ignore IMPORT_USED
import "google/protobuf/duration.proto";
import "google/protobuf/go_features.proto";
// buf:lint:ignore IMPORT_USED
import "google/protobuf/timestamp.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// Bytes field (in message)
Expand Down
3 changes: 0 additions & 3 deletions apis/tilebox/v1/id.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ edition = "2023";

package tilebox.v1;

import "google/protobuf/go_features.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// Bytes field (in message)
Expand Down
2 changes: 0 additions & 2 deletions apis/tilebox/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ edition = "2023";

package tilebox.v1;

import "google/protobuf/go_features.proto";
import "google/protobuf/timestamp.proto";
import "tilebox/v1/id.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// A time interval
Expand Down
2 changes: 0 additions & 2 deletions apis/workflows/v1/automation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ edition = "2023";
package workflows.v1;

import "google/protobuf/empty.proto";
import "google/protobuf/go_features.proto";
import "google/protobuf/timestamp.proto";
import "tilebox/v1/id.proto";
import "workflows/v1/core.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// StorageType specifies a kind of storage bucket that we support.
Expand Down
2 changes: 0 additions & 2 deletions apis/workflows/v1/core.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ edition = "2023";
package workflows.v1;

import "google/protobuf/duration.proto";
import "google/protobuf/go_features.proto";
import "google/protobuf/timestamp.proto";
import "tilebox/v1/id.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// A cluster is a grouping of tasks that are related.
Expand Down
3 changes: 0 additions & 3 deletions apis/workflows/v1/diagram.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ edition = "2023";

package workflows.v1;

import "google/protobuf/go_features.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// Request to render a diagram
Expand Down
2 changes: 0 additions & 2 deletions apis/workflows/v1/job.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ edition = "2023";

package workflows.v1;

import "google/protobuf/go_features.proto";
import "tilebox/v1/id.proto";
import "tilebox/v1/query.proto";
import "workflows/v1/core.proto";
import "workflows/v1/diagram.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// SubmitJobRequest submits and schedules a job for execution. The job can have multiple root tasks.
Expand Down
2 changes: 0 additions & 2 deletions apis/workflows/v1/task.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ edition = "2023";
package workflows.v1;

import "google/protobuf/duration.proto";
import "google/protobuf/go_features.proto";
import "tilebox/v1/id.proto";
import "workflows/v1/core.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// NextTaskRequest is the request for requesting the next task to run and marking a task as computed.
Expand Down
2 changes: 0 additions & 2 deletions apis/workflows/v1/workflows.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ edition = "2023";

package workflows.v1;

import "google/protobuf/go_features.proto";
import "workflows/v1/core.proto";

option features.(pb.go).api_level = API_OPAQUE;
option features.field_presence = IMPLICIT;

// CreateClusterRequest creates a new cluster.
Expand Down