Skip to content

Commit d9468e9

Browse files
chore: librarian generate pull request: 20251008T144634Z (#14682)
BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT fix: [google-cloud-capacityplanner] Changed field behavior for an existing field `reservation_data_level` in message `.google.cloud.capacityplanner.v1beta.QueryReservationsRequest` PiperOrigin-RevId: 816537824 Source-link: [googleapis/googleapis@2954ae6](googleapis/googleapis@2954ae6) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [google-cloud-capacityplanner] A comment for field `cloud_resource_type` in message `.google.cloud.capacityplanner.v1beta.QueryUsageHistoriesRequest` is changed PiperOrigin-RevId: 816537824 Source-link: [googleapis/googleapis@2954ae6](googleapis/googleapis@2954ae6) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [google-cloud-capacityplanner] A comment for field `reservation_data_level` in message `.google.cloud.capacityplanner.v1beta.QueryReservationsRequest` is changed PiperOrigin-RevId: 816537824 Source-link: [googleapis/googleapis@2954ae6](googleapis/googleapis@2954ae6) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [google-cloud-capacityplanner] A comment for field `reservation_type` in message `.google.cloud.capacityplanner.v1beta.QueryReservationsRequest` is changed PiperOrigin-RevId: 816537824 Source-link: [googleapis/googleapis@2954ae6](googleapis/googleapis@2954ae6) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [google-cloud-capacityplanner] A comment for field `cloud_resource_type` in message `.google.cloud.capacityplanner.v1beta.QueryReservationsRequest` is changed PiperOrigin-RevId: 816537824 Source-link: [googleapis/googleapis@2954ae6](googleapis/googleapis@2954ae6) END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix: [google-cloud-capacityplanner] An existing service `CapacityPlanningService` is removed PiperOrigin-RevId: 816537824 Source-link: [googleapis/googleapis@2954ae6](googleapis/googleapis@2954ae6) END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix: [google-cloud-capacityplanner] Changed field behavior for an existing field `cloud_resource_type` in message `.google.cloud.capacityplanner.v1beta.QueryUsageHistoriesRequest` PiperOrigin-RevId: 816537824 Source-link: [googleapis/googleapis@2954ae6](googleapis/googleapis@2954ae6) END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix: [google-cloud-capacityplanner] Changed field behavior for an existing field `cloud_resource_type` in message `.google.cloud.capacityplanner.v1beta.QueryForecastsRequest` PiperOrigin-RevId: 816537824 Source-link: [googleapis/googleapis@2954ae6](googleapis/googleapis@2954ae6) END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix: [google-cloud-capacityplanner] Changed field behavior for an existing field `cloud_resource_type` in message `.google.cloud.capacityplanner.v1beta.QueryReservationsRequest` PiperOrigin-RevId: 816537824 Source-link: [googleapis/googleapis@2954ae6](googleapis/googleapis@2954ae6) END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix: [google-cloud-capacityplanner] Changed field behavior for an existing field `reservation_type` in message `.google.cloud.capacityplanner.v1beta.QueryReservationsRequest` PiperOrigin-RevId: 816537824 Source-link: [googleapis/googleapis@2954ae6](googleapis/googleapis@2954ae6) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [google-cloud-capacityplanner] A comment for field `cloud_resource_type` in message `.google.cloud.capacityplanner.v1beta.QueryForecastsRequest` is changed PiperOrigin-RevId: 816537824 Source-link: [googleapis/googleapis@2954ae6](googleapis/googleapis@2954ae6) END_NESTED_COMMIT END_COMMIT_OVERRIDE This pull request is generated with proto changes between [googleapis/googleapis@6e79e73](googleapis/googleapis@6e79e73) (exclusive) and [googleapis/googleapis@2954ae6](googleapis/googleapis@2954ae6) (inclusive). Librarian Version: v0.0.0-20251006193731-31a496db4d50 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
1 parent 85b64cb commit d9468e9

File tree

39 files changed

+341
-11006
lines changed

39 files changed

+341
-11006
lines changed

.librarian/state.yaml

Lines changed: 213 additions & 213 deletions
Large diffs are not rendered by default.

packages/google-cloud-capacityplanner/docs/capacityplanner_v1beta/capacity_planning_service.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/google-cloud-capacityplanner/docs/capacityplanner_v1beta/services_.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ Services for Google Cloud Capacityplanner v1beta API
33
.. toctree::
44
:maxdepth: 2
55

6-
capacity_planning_service
76
usage_service

packages/google-cloud-capacityplanner/google/cloud/capacityplanner/__init__.py

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -18,42 +18,13 @@
1818
__version__ = package_version.__version__
1919

2020

21-
from google.cloud.capacityplanner_v1beta.services.capacity_planning_service.async_client import (
22-
CapacityPlanningServiceAsyncClient,
23-
)
24-
from google.cloud.capacityplanner_v1beta.services.capacity_planning_service.client import (
25-
CapacityPlanningServiceClient,
26-
)
2721
from google.cloud.capacityplanner_v1beta.services.usage_service.async_client import (
2822
UsageServiceAsyncClient,
2923
)
3024
from google.cloud.capacityplanner_v1beta.services.usage_service.client import (
3125
UsageServiceClient,
3226
)
3327
from google.cloud.capacityplanner_v1beta.types.allocation import Allocation
34-
from google.cloud.capacityplanner_v1beta.types.capacity_planning_service import (
35-
CapacityPlan,
36-
CapacityPlanFilters,
37-
CapacityPlanKey,
38-
CapacityPlanView,
39-
CapacityType,
40-
ChildResourceDemand,
41-
DemandMetadata,
42-
DemandPreference,
43-
DemandValue,
44-
DemandValues,
45-
GetCapacityPlanRequest,
46-
QueryCapacityPlanInsightsRequest,
47-
QueryCapacityPlanInsightsResponse,
48-
QueryCapacityPlansRequest,
49-
QueryCapacityPlansResponse,
50-
ResourceDemand,
51-
ServiceDemand,
52-
State,
53-
TimeSeriesView,
54-
TimeValue,
55-
User,
56-
)
5728
from google.cloud.capacityplanner_v1beta.types.future_reservation import (
5829
FutureReservation,
5930
)
@@ -96,32 +67,9 @@
9667
)
9768

9869
__all__ = (
99-
"CapacityPlanningServiceClient",
100-
"CapacityPlanningServiceAsyncClient",
10170
"UsageServiceClient",
10271
"UsageServiceAsyncClient",
10372
"Allocation",
104-
"CapacityPlan",
105-
"CapacityPlanFilters",
106-
"CapacityPlanKey",
107-
"CapacityPlanView",
108-
"ChildResourceDemand",
109-
"DemandMetadata",
110-
"DemandPreference",
111-
"DemandValue",
112-
"DemandValues",
113-
"GetCapacityPlanRequest",
114-
"QueryCapacityPlanInsightsRequest",
115-
"QueryCapacityPlanInsightsResponse",
116-
"QueryCapacityPlansRequest",
117-
"QueryCapacityPlansResponse",
118-
"ResourceDemand",
119-
"ServiceDemand",
120-
"TimeSeriesView",
121-
"TimeValue",
122-
"User",
123-
"CapacityType",
124-
"State",
12573
"FutureReservation",
12674
"LocationIdentifier",
12775
"LocationLevel",

packages/google-cloud-capacityplanner/google/cloud/capacityplanner_v1beta/__init__.py

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -18,35 +18,8 @@
1818
__version__ = package_version.__version__
1919

2020

21-
from .services.capacity_planning_service import (
22-
CapacityPlanningServiceAsyncClient,
23-
CapacityPlanningServiceClient,
24-
)
2521
from .services.usage_service import UsageServiceAsyncClient, UsageServiceClient
2622
from .types.allocation import Allocation
27-
from .types.capacity_planning_service import (
28-
CapacityPlan,
29-
CapacityPlanFilters,
30-
CapacityPlanKey,
31-
CapacityPlanView,
32-
CapacityType,
33-
ChildResourceDemand,
34-
DemandMetadata,
35-
DemandPreference,
36-
DemandValue,
37-
DemandValues,
38-
GetCapacityPlanRequest,
39-
QueryCapacityPlanInsightsRequest,
40-
QueryCapacityPlanInsightsResponse,
41-
QueryCapacityPlansRequest,
42-
QueryCapacityPlansResponse,
43-
ResourceDemand,
44-
ServiceDemand,
45-
State,
46-
TimeSeriesView,
47-
TimeValue,
48-
User,
49-
)
5023
from .types.future_reservation import FutureReservation
5124
from .types.location import LocationIdentifier, LocationLevel
5225
from .types.resource import (
@@ -84,21 +57,9 @@
8457
)
8558

8659
__all__ = (
87-
"CapacityPlanningServiceAsyncClient",
8860
"UsageServiceAsyncClient",
8961
"Allocation",
9062
"BigQueryDestination",
91-
"CapacityPlan",
92-
"CapacityPlanFilters",
93-
"CapacityPlanKey",
94-
"CapacityPlanView",
95-
"CapacityPlanningServiceClient",
96-
"CapacityType",
97-
"ChildResourceDemand",
98-
"DemandMetadata",
99-
"DemandPreference",
100-
"DemandValue",
101-
"DemandValues",
10263
"ExportForecastsRequest",
10364
"ExportForecastsResponse",
10465
"ExportReservationsUsageRequest",
@@ -108,17 +69,12 @@
10869
"Forecast",
10970
"FutureReservation",
11071
"GcsDestination",
111-
"GetCapacityPlanRequest",
11272
"LocationIdentifier",
11373
"LocationLevel",
11474
"MachineShape",
11575
"OperationMetadata",
11676
"OutputConfig",
11777
"Point",
118-
"QueryCapacityPlanInsightsRequest",
119-
"QueryCapacityPlanInsightsResponse",
120-
"QueryCapacityPlansRequest",
121-
"QueryCapacityPlansResponse",
12278
"QueryForecastsRequest",
12379
"QueryForecastsResponse",
12480
"QueryReservationsRequest",
@@ -128,18 +84,12 @@
12884
"ReservationData",
12985
"ResourceAttribute",
13086
"ResourceContainer",
131-
"ResourceDemand",
13287
"ResourceIdKey",
13388
"ResourceIdentifier",
13489
"ResourceValue",
135-
"ServiceDemand",
136-
"State",
13790
"TimeSeries",
138-
"TimeSeriesView",
139-
"TimeValue",
14091
"Unit",
14192
"UsageHistory",
14293
"UsageServiceClient",
143-
"User",
14494
"Value",
14595
)

packages/google-cloud-capacityplanner/google/cloud/capacityplanner_v1beta/gapic_metadata.json

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -5,70 +5,6 @@
55
"protoPackage": "google.cloud.capacityplanner.v1beta",
66
"schema": "1.0",
77
"services": {
8-
"CapacityPlanningService": {
9-
"clients": {
10-
"grpc": {
11-
"libraryClient": "CapacityPlanningServiceClient",
12-
"rpcs": {
13-
"GetCapacityPlan": {
14-
"methods": [
15-
"get_capacity_plan"
16-
]
17-
},
18-
"QueryCapacityPlanInsights": {
19-
"methods": [
20-
"query_capacity_plan_insights"
21-
]
22-
},
23-
"QueryCapacityPlans": {
24-
"methods": [
25-
"query_capacity_plans"
26-
]
27-
}
28-
}
29-
},
30-
"grpc-async": {
31-
"libraryClient": "CapacityPlanningServiceAsyncClient",
32-
"rpcs": {
33-
"GetCapacityPlan": {
34-
"methods": [
35-
"get_capacity_plan"
36-
]
37-
},
38-
"QueryCapacityPlanInsights": {
39-
"methods": [
40-
"query_capacity_plan_insights"
41-
]
42-
},
43-
"QueryCapacityPlans": {
44-
"methods": [
45-
"query_capacity_plans"
46-
]
47-
}
48-
}
49-
},
50-
"rest": {
51-
"libraryClient": "CapacityPlanningServiceClient",
52-
"rpcs": {
53-
"GetCapacityPlan": {
54-
"methods": [
55-
"get_capacity_plan"
56-
]
57-
},
58-
"QueryCapacityPlanInsights": {
59-
"methods": [
60-
"query_capacity_plan_insights"
61-
]
62-
},
63-
"QueryCapacityPlans": {
64-
"methods": [
65-
"query_capacity_plans"
66-
]
67-
}
68-
}
69-
}
70-
}
71-
},
728
"UsageService": {
739
"clients": {
7410
"grpc": {

packages/google-cloud-capacityplanner/google/cloud/capacityplanner_v1beta/services/capacity_planning_service/__init__.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)