Skip to content

Commit 87da51d

Browse files
committed
fix docs issue
1 parent 69ce54b commit 87da51d

File tree

1 file changed

+9
-29
lines changed
  • packages/google-cloud-capacityplanner/google/cloud/capacityplanner_v1beta/types

1 file changed

+9
-29
lines changed

packages/google-cloud-capacityplanner/google/cloud/capacityplanner_v1beta/types/usage_service.py

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@ class QueryUsageHistoriesRequest(proto.Message):
5959
parent (str):
6060
Required. The compute engine resource and
6161
location for the time series values to return.
62-
The format is:
63-
64-
projects/{project}/locations/{location} or
65-
organizations/{organization}/locations/{location}
66-
or folders/{folder}/locations/{location}
62+
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
6763
location_level (google.cloud.capacityplanner_v1beta.types.TimeSeries.LocationType):
6864
Optional. The location level of the
6965
reservations usage timeseries.
@@ -194,11 +190,7 @@ class QueryForecastsRequest(proto.Message):
194190
parent (str):
195191
Required. The compute engine resource and
196192
location for the time series values to return.
197-
The format is:
198-
199-
projects/{project}/locations/{location} or
200-
organizations/{organization}/locations/{location}
201-
or folders/{folder}/locations/{location}
193+
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
202194
machine_family (str):
203195
The machine family to use to select the ``Forecast`` values
204196
to return. Possible values include "n1", and "n2d". Empty
@@ -315,11 +307,7 @@ class QueryReservationsRequest(proto.Message):
315307
parent (str):
316308
Required. The compute engine resource and
317309
location for the time series values to return.
318-
The format is:
319-
320-
projects/{project}/locations/{location} or
321-
organizations/{organization}/locations/{location}
322-
or folders/{folder}/locations/{location}
310+
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
323311
location_level (google.cloud.capacityplanner_v1beta.types.TimeSeries.LocationType):
324312
Optional. The location level of the
325313
reservations usage timeseries.
@@ -999,11 +987,7 @@ class ExportUsageHistoriesRequest(proto.Message):
999987
parent (str):
1000988
Required. The compute engine resource and
1001989
location for the time series values to return.
1002-
The format is:
1003-
1004-
projects/{project}/locations/{location} or
1005-
organizations/{organization}/locations/{location}
1006-
or folders/{folder}/locations/{location}
990+
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
1007991
is_spot (bool):
1008992
Optional. Set true to export usage for spot
1009993
resources.
@@ -1113,9 +1097,10 @@ class ExportForecastsRequest(proto.Message):
11131097
location for the time series values to return.
11141098
The format is:
11151099
1116-
projects/{project}/locations/{location} or
1117-
organizations/{organization}/locations/{location}
1118-
or folders/{folder}/locations/{location}
1100+
projects/{project}/locations/{location} or
1101+
organizations/{organization}/locations/{location} or
1102+
folders/{folder}/locations/{location}
1103+
11191104
machine_family (str):
11201105
Optional. The machine family to use to select the
11211106
``Forecast`` values to return. Possible values include "n1",
@@ -1243,12 +1228,7 @@ class ExportReservationsUsageRequest(proto.Message):
12431228
This field is a member of `oneof`_ ``resource``.
12441229
parent (str):
12451230
Required. The compute engine resource and
1246-
location of the reservationsusage. The format
1247-
is:
1248-
1249-
projects/{project}/locations/{location} or
1250-
organizations/{organization}/locations/{location}
1251-
or folders/{folder}/locations/{location}
1231+
location of the reservationsusage. The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
12521232
location_level (google.cloud.capacityplanner_v1beta.types.TimeSeries.LocationType):
12531233
Optional. The location level of the
12541234
reservations usage timeseries.

0 commit comments

Comments
 (0)