Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #12079

Merged
merged 25 commits into from
Dec 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8b9323d
chore: release main
release-please[bot] Dec 7, 2023
aa8d732
chore: release main
release-please[bot] Dec 7, 2023
9faa37b
chore: release main
release-please[bot] Dec 7, 2023
47b482e
chore: release main
release-please[bot] Dec 7, 2023
cdbc4ab
chore: release main
release-please[bot] Dec 7, 2023
850b059
chore: release main
release-please[bot] Dec 7, 2023
a9085b7
chore: release main
release-please[bot] Dec 7, 2023
ae3cd85
chore: release main
release-please[bot] Dec 7, 2023
4e7b427
chore: release main
release-please[bot] Dec 7, 2023
b036158
chore: release main
release-please[bot] Dec 7, 2023
50809e8
chore: release main
release-please[bot] Dec 7, 2023
2ae9c0c
chore: release main
release-please[bot] Dec 7, 2023
05f8a41
See https://github.com/googleapis/gapic-generator-python/issues/1776
parthea Dec 7, 2023
0d2925b
See https://github.com/googleapis/gapic-generator-python/issues/1765
parthea Nov 2, 2023
4cf8ab0
See https://github.com/googleapis/gapic-generator-python/issues/1838
parthea Nov 2, 2023
5244363
See https://github.com/googleapis/gapic-generator-python/issues/1722
parthea Sep 30, 2023
51af4f9
See https://github.com/googleapis/gapic-generator-python/issues/1887
parthea Dec 7, 2023
5636c0c
See https://github.com/googleapis/gapic-generator-python/issues/1888
parthea Dec 7, 2023
85979f0
See https://github.com/googleapis/gapic-generator-python/issues/1847
parthea Nov 7, 2023
c1c50fa
See googleapis/gapic-generator-python#1773
Oct 18, 2023
0554daf
See https://github.com/googleapis/gapic-generator-python/issues/1765
parthea Sep 30, 2023
1202d47
See https://github.com/googleapis/gapic-generator-python/issues/1889
parthea Dec 7, 2023
81bc6c3
See https://github.com/googleapis/gapic-generator-python/issues/1765
parthea Dec 7, 2023
f2ca7d2
See https://github.com/googleapis/gapic-generator-python/issues/1837
parthea Dec 7, 2023
605abdc
See https://github.com/googleapis/gapic-generator-python/issues/1846
parthea Nov 7, 2023
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
Prev Previous commit
  • Loading branch information
parthea committed Dec 7, 2023
commit 605abdcd0660951c97dde6aee3d785bbf3697130
Original file line number Diff line number Diff line change
Expand Up @@ -684,11 +684,13 @@ class AggregatedReportingContextStatus(proto.Enum):

Here's an example of how the aggregated status is computed:

```
Free listings \| Shopping Ads \| Status
--------------|--------------|------------------------------
Approved \| Approved \| ELIGIBLE Approved \| Pending \| ELIGIBLE
Approved \| Disapproved \| ELIGIBLE_LIMITED Pending \| Pending \|
PENDING Disapproved \| Disapproved \| NOT_ELIGIBLE_OR_DISAPPROVED
```

Values:
AGGREGATED_REPORTING_CONTEXT_STATUS_UNSPECIFIED (0):
Expand Down
Loading