Skip to content

Commit a902443

Browse files
authored
chore(librarian): fix formatting in google-cloud-capacityplanner (googleapis#14639)
These changes reflect the current state of generation using `librarian`
1 parent 0ef2b09 commit a902443

File tree

1 file changed

+30
-7
lines changed
  • packages/google-cloud-capacityplanner/google/cloud/capacityplanner_v1beta/types

1 file changed

+30
-7
lines changed

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

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ 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: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
62+
The format is:
63+
64+
projects/{project}/locations/{location} or
65+
organizations/{organization}/locations/{location}
66+
or folders/{folder}/locations/{location}
6367
location_level (google.cloud.capacityplanner_v1beta.types.TimeSeries.LocationType):
6468
Optional. The location level of the
6569
reservations usage timeseries.
@@ -190,7 +194,11 @@ class QueryForecastsRequest(proto.Message):
190194
parent (str):
191195
Required. The compute engine resource and
192196
location for the time series values to return.
193-
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
197+
The format is:
198+
199+
projects/{project}/locations/{location} or
200+
organizations/{organization}/locations/{location}
201+
or folders/{folder}/locations/{location}
194202
machine_family (str):
195203
The machine family to use to select the ``Forecast`` values
196204
to return. Possible values include "n1", and "n2d". Empty
@@ -307,7 +315,11 @@ class QueryReservationsRequest(proto.Message):
307315
parent (str):
308316
Required. The compute engine resource and
309317
location for the time series values to return.
310-
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
318+
The format is:
319+
320+
projects/{project}/locations/{location} or
321+
organizations/{organization}/locations/{location}
322+
or folders/{folder}/locations/{location}
311323
location_level (google.cloud.capacityplanner_v1beta.types.TimeSeries.LocationType):
312324
Optional. The location level of the
313325
reservations usage timeseries.
@@ -987,7 +999,11 @@ class ExportUsageHistoriesRequest(proto.Message):
987999
parent (str):
9881000
Required. The compute engine resource and
9891001
location for the time series values to return.
990-
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
1002+
The format is:
1003+
1004+
projects/{project}/locations/{location} or
1005+
organizations/{organization}/locations/{location}
1006+
or folders/{folder}/locations/{location}
9911007
is_spot (bool):
9921008
Optional. Set true to export usage for spot
9931009
resources.
@@ -1095,7 +1111,11 @@ class ExportForecastsRequest(proto.Message):
10951111
parent (str):
10961112
Required. The compute engine resource and
10971113
location for the time series values to return.
1098-
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
1114+
The format is:
1115+
1116+
projects/{project}/locations/{location} or
1117+
organizations/{organization}/locations/{location}
1118+
or folders/{folder}/locations/{location}
10991119
machine_family (str):
11001120
Optional. The machine family to use to select the
11011121
``Forecast`` values to return. Possible values include "n1",
@@ -1223,8 +1243,11 @@ class ExportReservationsUsageRequest(proto.Message):
12231243
This field is a member of `oneof`_ ``resource``.
12241244
parent (str):
12251245
Required. The compute engine resource and
1226-
location of the reservationsusage. The format
1227-
is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
1246+
location of the reservationsusage. The format is:
1247+
1248+
projects/{project}/locations/{location} or
1249+
organizations/{organization}/locations/{location}
1250+
or folders/{folder}/locations/{location}
12281251
location_level (google.cloud.capacityplanner_v1beta.types.TimeSeries.LocationType):
12291252
Optional. The location level of the
12301253
reservations usage timeseries.

0 commit comments

Comments
 (0)