| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 85b64cb commit d9468e9
39 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,5 +3,4 @@ Services for Google Cloud Capacityplanner v1beta API | |||
| 3 | 3 | .. toctree:: | |
| 4 | 4 | :maxdepth: 2 | |
| 5 | 5 | ||
| 6 | - capacity_planning_service | ||
| 7 | 6 | usage_service | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,42 +18,13 @@ | |||
| 18 | 18 | __version__ = package_version.__version__ | |
| 19 | 19 | ||
| 20 | 20 | ||
| 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 | - ) | ||
| 27 | 21 | from google.cloud.capacityplanner_v1beta.services.usage_service.async_client import ( | |
| 28 | 22 | UsageServiceAsyncClient, | |
| 29 | 23 | ) | |
| 30 | 24 | from google.cloud.capacityplanner_v1beta.services.usage_service.client import ( | |
| 31 | 25 | UsageServiceClient, | |
| 32 | 26 | ) | |
| 33 | 27 | 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 | - ) | ||
| 57 | 28 | from google.cloud.capacityplanner_v1beta.types.future_reservation import ( | |
| 58 | 29 | FutureReservation, | |
| 59 | 30 | ) | |
@@ -96,32 +67,9 @@ | |||
| 96 | 67 | ) | |
| 97 | 68 | ||
| 98 | 69 | __all__ = ( | |
| 99 | - "CapacityPlanningServiceClient", | ||
| 100 | - "CapacityPlanningServiceAsyncClient", | ||
| 101 | 70 | "UsageServiceClient", | |
| 102 | 71 | "UsageServiceAsyncClient", | |
| 103 | 72 | "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", | ||
| 125 | 73 | "FutureReservation", | |
| 126 | 74 | "LocationIdentifier", | |
| 127 | 75 | "LocationLevel", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,35 +18,8 @@ | |||
| 18 | 18 | __version__ = package_version.__version__ | |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | - from .services.capacity_planning_service import ( | ||
| 22 | - CapacityPlanningServiceAsyncClient, | ||
| 23 | - CapacityPlanningServiceClient, | ||
| 24 | - ) | ||
| 25 | 21 | from .services.usage_service import UsageServiceAsyncClient, UsageServiceClient | |
| 26 | 22 | 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 | - ) | ||
| 50 | 23 | from .types.future_reservation import FutureReservation | |
| 51 | 24 | from .types.location import LocationIdentifier, LocationLevel | |
| 52 | 25 | from .types.resource import ( | |
@@ -84,21 +57,9 @@ | |||
| 84 | 57 | ) | |
| 85 | 58 | ||
| 86 | 59 | __all__ = ( | |
| 87 | - "CapacityPlanningServiceAsyncClient", | ||
| 88 | 60 | "UsageServiceAsyncClient", | |
| 89 | 61 | "Allocation", | |
| 90 | 62 | "BigQueryDestination", | |
| 91 | - "CapacityPlan", | ||
| 92 | - "CapacityPlanFilters", | ||
| 93 | - "CapacityPlanKey", | ||
| 94 | - "CapacityPlanView", | ||
| 95 | - "CapacityPlanningServiceClient", | ||
| 96 | - "CapacityType", | ||
| 97 | - "ChildResourceDemand", | ||
| 98 | - "DemandMetadata", | ||
| 99 | - "DemandPreference", | ||
| 100 | - "DemandValue", | ||
| 101 | - "DemandValues", | ||
| 102 | 63 | "ExportForecastsRequest", | |
| 103 | 64 | "ExportForecastsResponse", | |
| 104 | 65 | "ExportReservationsUsageRequest", | |
@@ -108,17 +69,12 @@ | |||
| 108 | 69 | "Forecast", | |
| 109 | 70 | "FutureReservation", | |
| 110 | 71 | "GcsDestination", | |
| 111 | - "GetCapacityPlanRequest", | ||
| 112 | 72 | "LocationIdentifier", | |
| 113 | 73 | "LocationLevel", | |
| 114 | 74 | "MachineShape", | |
| 115 | 75 | "OperationMetadata", | |
| 116 | 76 | "OutputConfig", | |
| 117 | 77 | "Point", | |
| 118 | - "QueryCapacityPlanInsightsRequest", | ||
| 119 | - "QueryCapacityPlanInsightsResponse", | ||
| 120 | - "QueryCapacityPlansRequest", | ||
| 121 | - "QueryCapacityPlansResponse", | ||
| 122 | 78 | "QueryForecastsRequest", | |
| 123 | 79 | "QueryForecastsResponse", | |
| 124 | 80 | "QueryReservationsRequest", | |
@@ -128,18 +84,12 @@ | |||
| 128 | 84 | "ReservationData", | |
| 129 | 85 | "ResourceAttribute", | |
| 130 | 86 | "ResourceContainer", | |
| 131 | - "ResourceDemand", | ||
| 132 | 87 | "ResourceIdKey", | |
| 133 | 88 | "ResourceIdentifier", | |
| 134 | 89 | "ResourceValue", | |
| 135 | - "ServiceDemand", | ||
| 136 | - "State", | ||
| 137 | 90 | "TimeSeries", | |
| 138 | - "TimeSeriesView", | ||
| 139 | - "TimeValue", | ||
| 140 | 91 | "Unit", | |
| 141 | 92 | "UsageHistory", | |
| 142 | 93 | "UsageServiceClient", | |
| 143 | - "User", | ||
| 144 | 94 | "Value", | |
| 145 | 95 | ) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,70 +5,6 @@ | |||
| 5 | 5 | "protoPackage": "google.cloud.capacityplanner.v1beta", | |
| 6 | 6 | "schema": "1.0", | |
| 7 | 7 | "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 | - }, | ||
| 72 | 8 | "UsageService": { | |
| 73 | 9 | "clients": { | |
| 74 | 10 | "grpc": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments