Skip to content
Merged
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ class QueryUsageHistoriesRequest(proto.Message):
parent (str):
Required. The compute engine resource and
location for the time series values to return.
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
The format is:

projects/{project}/locations/{location} or
organizations/{organization}/locations/{location}
or folders/{folder}/locations/{location}
location_level (google.cloud.capacityplanner_v1beta.types.TimeSeries.LocationType):
Optional. The location level of the
reservations usage timeseries.
Expand Down Expand Up @@ -190,7 +194,11 @@ class QueryForecastsRequest(proto.Message):
parent (str):
Required. The compute engine resource and
location for the time series values to return.
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
The format is:

projects/{project}/locations/{location} or
organizations/{organization}/locations/{location}
or folders/{folder}/locations/{location}
machine_family (str):
The machine family to use to select the ``Forecast`` values
to return. Possible values include "n1", and "n2d". Empty
Expand Down Expand Up @@ -307,7 +315,11 @@ class QueryReservationsRequest(proto.Message):
parent (str):
Required. The compute engine resource and
location for the time series values to return.
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
The format is:

projects/{project}/locations/{location} or
organizations/{organization}/locations/{location}
or folders/{folder}/locations/{location}
location_level (google.cloud.capacityplanner_v1beta.types.TimeSeries.LocationType):
Optional. The location level of the
reservations usage timeseries.
Expand Down Expand Up @@ -987,7 +999,11 @@ class ExportUsageHistoriesRequest(proto.Message):
parent (str):
Required. The compute engine resource and
location for the time series values to return.
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
The format is:

projects/{project}/locations/{location} or
organizations/{organization}/locations/{location}
or folders/{folder}/locations/{location}
is_spot (bool):
Optional. Set true to export usage for spot
resources.
Expand Down Expand Up @@ -1095,7 +1111,11 @@ class ExportForecastsRequest(proto.Message):
parent (str):
Required. The compute engine resource and
location for the time series values to return.
The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
The format is:

projects/{project}/locations/{location} or
organizations/{organization}/locations/{location}
or folders/{folder}/locations/{location}
machine_family (str):
Optional. The machine family to use to select the
``Forecast`` values to return. Possible values include "n1",
Expand Down Expand Up @@ -1223,8 +1243,11 @@ class ExportReservationsUsageRequest(proto.Message):
This field is a member of `oneof`_ ``resource``.
parent (str):
Required. The compute engine resource and
location of the reservationsusage. The format
is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
location of the reservationsusage. The format is:

projects/{project}/locations/{location} or
organizations/{organization}/locations/{location}
or folders/{folder}/locations/{location}
location_level (google.cloud.capacityplanner_v1beta.types.TimeSeries.LocationType):
Optional. The location level of the
reservations usage timeseries.
Expand Down
Loading