Skip to content
Merged
Show file tree
Hide file tree
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
426 changes: 213 additions & 213 deletions .librarian/state.yaml

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ Services for Google Cloud Capacityplanner v1beta API
.. toctree::
:maxdepth: 2

capacity_planning_service
usage_service
Original file line number Diff line number Diff line change
Expand Up @@ -18,42 +18,13 @@
__version__ = package_version.__version__


from google.cloud.capacityplanner_v1beta.services.capacity_planning_service.async_client import (
CapacityPlanningServiceAsyncClient,
)
from google.cloud.capacityplanner_v1beta.services.capacity_planning_service.client import (
CapacityPlanningServiceClient,
)
from google.cloud.capacityplanner_v1beta.services.usage_service.async_client import (
UsageServiceAsyncClient,
)
from google.cloud.capacityplanner_v1beta.services.usage_service.client import (
UsageServiceClient,
)
from google.cloud.capacityplanner_v1beta.types.allocation import Allocation
from google.cloud.capacityplanner_v1beta.types.capacity_planning_service import (
CapacityPlan,
CapacityPlanFilters,
CapacityPlanKey,
CapacityPlanView,
CapacityType,
ChildResourceDemand,
DemandMetadata,
DemandPreference,
DemandValue,
DemandValues,
GetCapacityPlanRequest,
QueryCapacityPlanInsightsRequest,
QueryCapacityPlanInsightsResponse,
QueryCapacityPlansRequest,
QueryCapacityPlansResponse,
ResourceDemand,
ServiceDemand,
State,
TimeSeriesView,
TimeValue,
User,
)
from google.cloud.capacityplanner_v1beta.types.future_reservation import (
FutureReservation,
)
Expand Down Expand Up @@ -96,32 +67,9 @@
)

__all__ = (
"CapacityPlanningServiceClient",
"CapacityPlanningServiceAsyncClient",
"UsageServiceClient",
"UsageServiceAsyncClient",
"Allocation",
"CapacityPlan",
"CapacityPlanFilters",
"CapacityPlanKey",
"CapacityPlanView",
"ChildResourceDemand",
"DemandMetadata",
"DemandPreference",
"DemandValue",
"DemandValues",
"GetCapacityPlanRequest",
"QueryCapacityPlanInsightsRequest",
"QueryCapacityPlanInsightsResponse",
"QueryCapacityPlansRequest",
"QueryCapacityPlansResponse",
"ResourceDemand",
"ServiceDemand",
"TimeSeriesView",
"TimeValue",
"User",
"CapacityType",
"State",
"FutureReservation",
"LocationIdentifier",
"LocationLevel",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,8 @@
__version__ = package_version.__version__


from .services.capacity_planning_service import (
CapacityPlanningServiceAsyncClient,
CapacityPlanningServiceClient,
)
from .services.usage_service import UsageServiceAsyncClient, UsageServiceClient
from .types.allocation import Allocation
from .types.capacity_planning_service import (
CapacityPlan,
CapacityPlanFilters,
CapacityPlanKey,
CapacityPlanView,
CapacityType,
ChildResourceDemand,
DemandMetadata,
DemandPreference,
DemandValue,
DemandValues,
GetCapacityPlanRequest,
QueryCapacityPlanInsightsRequest,
QueryCapacityPlanInsightsResponse,
QueryCapacityPlansRequest,
QueryCapacityPlansResponse,
ResourceDemand,
ServiceDemand,
State,
TimeSeriesView,
TimeValue,
User,
)
from .types.future_reservation import FutureReservation
from .types.location import LocationIdentifier, LocationLevel
from .types.resource import (
Expand Down Expand Up @@ -84,21 +57,9 @@
)

__all__ = (
"CapacityPlanningServiceAsyncClient",
"UsageServiceAsyncClient",
"Allocation",
"BigQueryDestination",
"CapacityPlan",
"CapacityPlanFilters",
"CapacityPlanKey",
"CapacityPlanView",
"CapacityPlanningServiceClient",
"CapacityType",
"ChildResourceDemand",
"DemandMetadata",
"DemandPreference",
"DemandValue",
"DemandValues",
"ExportForecastsRequest",
"ExportForecastsResponse",
"ExportReservationsUsageRequest",
Expand All @@ -108,17 +69,12 @@
"Forecast",
"FutureReservation",
"GcsDestination",
"GetCapacityPlanRequest",
"LocationIdentifier",
"LocationLevel",
"MachineShape",
"OperationMetadata",
"OutputConfig",
"Point",
"QueryCapacityPlanInsightsRequest",
"QueryCapacityPlanInsightsResponse",
"QueryCapacityPlansRequest",
"QueryCapacityPlansResponse",
"QueryForecastsRequest",
"QueryForecastsResponse",
"QueryReservationsRequest",
Expand All @@ -128,18 +84,12 @@
"ReservationData",
"ResourceAttribute",
"ResourceContainer",
"ResourceDemand",
"ResourceIdKey",
"ResourceIdentifier",
"ResourceValue",
"ServiceDemand",
"State",
"TimeSeries",
"TimeSeriesView",
"TimeValue",
"Unit",
"UsageHistory",
"UsageServiceClient",
"User",
"Value",
)
Original file line number Diff line number Diff line change
Expand Up @@ -5,70 +5,6 @@
"protoPackage": "google.cloud.capacityplanner.v1beta",
"schema": "1.0",
"services": {
"CapacityPlanningService": {
"clients": {
"grpc": {
"libraryClient": "CapacityPlanningServiceClient",
"rpcs": {
"GetCapacityPlan": {
"methods": [
"get_capacity_plan"
]
},
"QueryCapacityPlanInsights": {
"methods": [
"query_capacity_plan_insights"
]
},
"QueryCapacityPlans": {
"methods": [
"query_capacity_plans"
]
}
}
},
"grpc-async": {
"libraryClient": "CapacityPlanningServiceAsyncClient",
"rpcs": {
"GetCapacityPlan": {
"methods": [
"get_capacity_plan"
]
},
"QueryCapacityPlanInsights": {
"methods": [
"query_capacity_plan_insights"
]
},
"QueryCapacityPlans": {
"methods": [
"query_capacity_plans"
]
}
}
},
"rest": {
"libraryClient": "CapacityPlanningServiceClient",
"rpcs": {
"GetCapacityPlan": {
"methods": [
"get_capacity_plan"
]
},
"QueryCapacityPlanInsights": {
"methods": [
"query_capacity_plan_insights"
]
},
"QueryCapacityPlans": {
"methods": [
"query_capacity_plans"
]
}
}
}
}
},
"UsageService": {
"clients": {
"grpc": {
Expand Down

This file was deleted.

Loading
Loading