Skip to content

Commit

Permalink
Re-generated google-cloud-error_reporting (no significant changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and dazuma committed Jan 7, 2019
1 parent 7dc5c3c commit 03a436c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 33 deletions.
Expand Up @@ -267,6 +267,25 @@ class DeleteEventsRequest; end
# Response message for deleting error events.
class DeleteEventsResponse; end

# A sorting order of error groups.
module ErrorGroupOrder
# No group order specified.
GROUP_ORDER_UNSPECIFIED = 0

# Total count of errors in the given time window in descending order.
COUNT_DESC = 1

# Timestamp when the group was last seen in the given time window
# in descending order.
LAST_SEEN_DESC = 2

# Timestamp when the group was created in descending order.
CREATED_DESC = 3

# Number of affected users in the given time window in descending order.
AFFECTED_USERS_DESC = 4
end

# Specifies how the time periods of error group counts are aligned.
module TimedCountAlignment
# No alignment specified.
Expand All @@ -288,25 +307,6 @@ module TimedCountAlignment
# first time period.
ALIGNMENT_EQUAL_AT_END = 2
end

# A sorting order of error groups.
module ErrorGroupOrder
# No group order specified.
GROUP_ORDER_UNSPECIFIED = 0

# Total count of errors in the given time window in descending order.
COUNT_DESC = 1

# Timestamp when the group was last seen in the given time window
# in descending order.
LAST_SEEN_DESC = 2

# Timestamp when the group was created in descending order.
CREATED_DESC = 3

# Number of affected users in the given time window in descending order.
AFFECTED_USERS_DESC = 4
end
end
end
end
Expand Down
33 changes: 19 additions & 14 deletions google-cloud-error_reporting/synth.metadata
@@ -1,26 +1,31 @@
{
"updateTime": "2019-01-05T00:43:02.129977Z",
"sources": [
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "36f292faa9a7bffae6abef4885a2ec7936dc47a6",
"internalRef": "222122496"
"generator": {
"name": "artman",
"version": "0.16.4",
"dockerImage": "googleapis/artman@sha256:8b45fae963557c3299921037ecbb86f0689f41b1b4aea73408ebc50562cb2857"
}
},
{
"git": {
"name": "googleapis-private",
"remote": "https://github.com/googleapis/googleapis-private.git",
"sha": "05e2ff6ef669808daed3c3b2f97eec514bd18d76",
"internalRef": "222154680"
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "a111a53c0c6722afcd793b64724ceef7862db5b9",
"internalRef": "227896184"
}
},
}
],
"destinations": [
{
"generator": {
"name": "artman",
"version": "0.16.0",
"dockerImage": "googleapis/artman@sha256:90f9d15e9bad675aeecd586725bce48f5667ffe7d5fc4d1e96d51ff34304815b"
"client": {
"source": "googleapis",
"apiName": "errorreporting",
"apiVersion": "v1beta1",
"language": "ruby",
"generator": "gapic",
"config": "google/devtools/clouderrorreporting/artman_errorreporting.yaml"
}
}
]
Expand Down

0 comments on commit 03a436c

Please sign in to comment.