Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfucraig committed Jan 16, 2025
1 parent fa19b49 commit bf87871
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions src/main/proto/wfa/measurement/reporting/v2alpha/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ proto_library(
srcs = ["basic_report.proto"],
strip_import_prefix = IMPORT_PREFIX,
deps = [
":media_type_proto",
":page_proto",
":reporting_impression_qualification_filter_proto",
":reporting_interval_proto",
Expand Down Expand Up @@ -253,7 +252,6 @@ proto_library(
srcs = ["reporting_unit.proto"],
strip_import_prefix = IMPORT_PREFIX,
deps = [
":media_type_proto",
"@com_google_googleapis//google/api:field_behavior_proto",
"@com_google_googleapis//google/api:resource_proto",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package wfa.measurement.reporting.v2alpha;
import "google/api/field_behavior.proto";
import "google/api/resource.proto";
import "google/protobuf/timestamp.proto";
import "wfa/measurement/reporting/v2alpha/media_type.proto";
import "wfa/measurement/reporting/v2alpha/page.proto";
import "wfa/measurement/reporting/v2alpha/reporting_impression_qualification_filter.proto";
import "wfa/measurement/reporting/v2alpha/reporting_interval.proto";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ message Page {
// The metric metadata
message MetricMetadata {
// A summary of a component of the reporting_unit being reported on
// TODO(@kungfucraig): Phase II - Add support for Event Group summaries.
message ReportingUnitComponentSummary {
// The resource name of a component of the reporting_unit
//
Expand All @@ -101,7 +102,6 @@ message Page {

// Display name of the component
string display_name = 2 [(google.api.field_behavior) = IMMUTABLE];
// TODO(@kungfucraig): Phase II - Add support for Event Group summaries.
}

// A summary of each component of the reporting_unit reported on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package wfa.measurement.reporting.v2alpha;

import "google/api/field_behavior.proto";
import "google/api/resource.proto";
import "wfa/measurement/reporting/v2alpha/media_type.proto";

option java_package = "org.wfanet.measurement.reporting.v2alpha";
option java_multiple_files = true;
Expand Down

0 comments on commit bf87871

Please sign in to comment.