Skip to content

Commit

Permalink
chore: upgrade gapic-generator-python to 0.46.3 (#65)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 373649163

Source-Link: googleapis/googleapis@7e1b14e

Source-Link: googleapis/googleapis-gen@0a3c7d2
  • Loading branch information
gcf-owl-bot[bot] authored May 14, 2021
1 parent 48bf226 commit 9d535ad
Show file tree
Hide file tree
Showing 31 changed files with 664 additions and 444 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ DashboardsService
:members:
:inherited-members:


.. automodule:: google.cloud.monitoring_dashboard_v1.services.dashboards_service.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -15,12 +14,13 @@
# limitations under the License.
#

from google.cloud.monitoring_dashboard_v1.services.dashboards_service.async_client import (
DashboardsServiceAsyncClient,
)
from google.cloud.monitoring_dashboard_v1.services.dashboards_service.client import (
DashboardsServiceClient,
)
from google.cloud.monitoring_dashboard_v1.services.dashboards_service.async_client import (
DashboardsServiceAsyncClient,
)

from google.cloud.monitoring_dashboard_v1.types.common import Aggregation
from google.cloud.monitoring_dashboard_v1.types.common import PickTimeSeriesFilter
from google.cloud.monitoring_dashboard_v1.types.common import (
Expand Down Expand Up @@ -49,42 +49,42 @@
from google.cloud.monitoring_dashboard_v1.types.layouts import GridLayout
from google.cloud.monitoring_dashboard_v1.types.layouts import MosaicLayout
from google.cloud.monitoring_dashboard_v1.types.layouts import RowLayout
from google.cloud.monitoring_dashboard_v1.types.metrics import SparkChartType
from google.cloud.monitoring_dashboard_v1.types.metrics import Threshold
from google.cloud.monitoring_dashboard_v1.types.metrics import TimeSeriesFilter
from google.cloud.monitoring_dashboard_v1.types.metrics import TimeSeriesFilterRatio
from google.cloud.monitoring_dashboard_v1.types.metrics import TimeSeriesQuery
from google.cloud.monitoring_dashboard_v1.types.metrics import SparkChartType
from google.cloud.monitoring_dashboard_v1.types.scorecard import Scorecard
from google.cloud.monitoring_dashboard_v1.types.text import Text
from google.cloud.monitoring_dashboard_v1.types.widget import Widget
from google.cloud.monitoring_dashboard_v1.types.xychart import ChartOptions
from google.cloud.monitoring_dashboard_v1.types.xychart import XyChart

__all__ = (
"DashboardsServiceClient",
"DashboardsServiceAsyncClient",
"Aggregation",
"ChartOptions",
"ColumnLayout",
"CreateDashboardRequest",
"PickTimeSeriesFilter",
"StatisticalTimeSeriesFilter",
"Dashboard",
"DashboardsServiceAsyncClient",
"DashboardsServiceClient",
"CreateDashboardRequest",
"DeleteDashboardRequest",
"GetDashboardRequest",
"GridLayout",
"ListDashboardsRequest",
"ListDashboardsResponse",
"UpdateDashboardRequest",
"ColumnLayout",
"GridLayout",
"MosaicLayout",
"PickTimeSeriesFilter",
"RowLayout",
"Scorecard",
"SparkChartType",
"StatisticalTimeSeriesFilter",
"Text",
"Threshold",
"TimeSeriesFilter",
"TimeSeriesFilterRatio",
"TimeSeriesQuery",
"UpdateDashboardRequest",
"SparkChartType",
"Scorecard",
"Text",
"Widget",
"ChartOptions",
"XyChart",
)
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -16,6 +15,8 @@
#

from .services.dashboards_service import DashboardsServiceClient
from .services.dashboards_service import DashboardsServiceAsyncClient

from .types.common import Aggregation
from .types.common import PickTimeSeriesFilter
from .types.common import StatisticalTimeSeriesFilter
Expand All @@ -30,24 +31,25 @@
from .types.layouts import GridLayout
from .types.layouts import MosaicLayout
from .types.layouts import RowLayout
from .types.metrics import SparkChartType
from .types.metrics import Threshold
from .types.metrics import TimeSeriesFilter
from .types.metrics import TimeSeriesFilterRatio
from .types.metrics import TimeSeriesQuery
from .types.metrics import SparkChartType
from .types.scorecard import Scorecard
from .types.text import Text
from .types.widget import Widget
from .types.xychart import ChartOptions
from .types.xychart import XyChart


__all__ = (
"DashboardsServiceAsyncClient",
"Aggregation",
"ChartOptions",
"ColumnLayout",
"CreateDashboardRequest",
"Dashboard",
"DashboardsServiceClient",
"DeleteDashboardRequest",
"GetDashboardRequest",
"GridLayout",
Expand All @@ -67,5 +69,4 @@
"UpdateDashboardRequest",
"Widget",
"XyChart",
"DashboardsServiceClient",
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "python",
"libraryPackage": "google.monitoring.dashboard_v1",
"protoPackage": "google.monitoring.dashboard.v1",
"schema": "1.0",
"services": {
"DashboardsService": {
"clients": {
"grpc": {
"libraryClient": "DashboardsServiceClient",
"rpcs": {
"CreateDashboard": {
"methods": [
"create_dashboard"
]
},
"DeleteDashboard": {
"methods": [
"delete_dashboard"
]
},
"GetDashboard": {
"methods": [
"get_dashboard"
]
},
"ListDashboards": {
"methods": [
"list_dashboards"
]
},
"UpdateDashboard": {
"methods": [
"update_dashboard"
]
}
}
},
"grpc-async": {
"libraryClient": "DashboardsServiceAsyncClient",
"rpcs": {
"CreateDashboard": {
"methods": [
"create_dashboard"
]
},
"DeleteDashboard": {
"methods": [
"delete_dashboard"
]
},
"GetDashboard": {
"methods": [
"get_dashboard"
]
},
"ListDashboards": {
"methods": [
"list_dashboards"
]
},
"UpdateDashboard": {
"methods": [
"update_dashboard"
]
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

from .client import DashboardsServiceClient
from .async_client import DashboardsServiceAsyncClient

Expand Down
Loading

0 comments on commit 9d535ad

Please sign in to comment.