google-cloud-capacity_planner-v1beta 0.a → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +12 -0
  3. data/AUTHENTICATION.md +122 -0
  4. data/README.md +153 -8
  5. data/lib/google/cloud/capacity_planner/v1beta/capacity_planning_service/client.rb +686 -0
  6. data/lib/google/cloud/capacity_planner/v1beta/capacity_planning_service/credentials.rb +48 -0
  7. data/lib/google/cloud/capacity_planner/v1beta/capacity_planning_service/paths.rb +64 -0
  8. data/lib/google/cloud/capacity_planner/v1beta/capacity_planning_service/rest/client.rb +639 -0
  9. data/lib/google/cloud/capacity_planner/v1beta/capacity_planning_service/rest/service_stub.rb +279 -0
  10. data/lib/google/cloud/capacity_planner/v1beta/capacity_planning_service/rest.rb +54 -0
  11. data/lib/google/cloud/capacity_planner/v1beta/capacity_planning_service.rb +57 -0
  12. data/lib/google/cloud/capacity_planner/v1beta/rest.rb +38 -0
  13. data/lib/google/cloud/capacity_planner/v1beta/usage_service/client.rb +1214 -0
  14. data/lib/google/cloud/capacity_planner/v1beta/usage_service/credentials.rb +48 -0
  15. data/lib/google/cloud/capacity_planner/v1beta/usage_service/operations.rb +824 -0
  16. data/lib/google/cloud/capacity_planner/v1beta/usage_service/paths.rb +50 -0
  17. data/lib/google/cloud/capacity_planner/v1beta/usage_service/rest/client.rb +1146 -0
  18. data/lib/google/cloud/capacity_planner/v1beta/usage_service/rest/operations.rb +925 -0
  19. data/lib/google/cloud/capacity_planner/v1beta/usage_service/rest/service_stub.rb +546 -0
  20. data/lib/google/cloud/capacity_planner/v1beta/usage_service/rest.rb +53 -0
  21. data/lib/google/cloud/capacity_planner/v1beta/usage_service.rb +56 -0
  22. data/lib/google/cloud/capacity_planner/v1beta/version.rb +7 -2
  23. data/lib/google/cloud/capacity_planner/v1beta.rb +46 -0
  24. data/lib/google/cloud/capacityplanner/v1beta/allocation_pb.rb +53 -0
  25. data/lib/google/cloud/capacityplanner/v1beta/capacity_planning_service_pb.rb +73 -0
  26. data/lib/google/cloud/capacityplanner/v1beta/capacity_planning_service_services_pb.rb +54 -0
  27. data/lib/google/cloud/capacityplanner/v1beta/future_reservation_pb.rb +51 -0
  28. data/lib/google/cloud/capacityplanner/v1beta/location_pb.rb +46 -0
  29. data/lib/google/cloud/capacityplanner/v1beta/resource_pb.rb +51 -0
  30. data/lib/google/cloud/capacityplanner/v1beta/usage_service_pb.rb +90 -0
  31. data/lib/google/cloud/capacityplanner/v1beta/usage_service_services_pb.rb +61 -0
  32. data/lib/google-cloud-capacity_planner-v1beta.rb +21 -0
  33. data/proto_docs/README.md +4 -0
  34. data/proto_docs/google/api/client.rb +473 -0
  35. data/proto_docs/google/api/field_behavior.rb +85 -0
  36. data/proto_docs/google/api/launch_stage.rb +71 -0
  37. data/proto_docs/google/api/resource.rb +227 -0
  38. data/proto_docs/google/cloud/capacityplanner/v1beta/allocation.rb +206 -0
  39. data/proto_docs/google/cloud/capacityplanner/v1beta/capacity_planning_service.rb +374 -0
  40. data/proto_docs/google/cloud/capacityplanner/v1beta/future_reservation.rb +185 -0
  41. data/proto_docs/google/cloud/capacityplanner/v1beta/location.rb +79 -0
  42. data/proto_docs/google/cloud/capacityplanner/v1beta/resource.rb +159 -0
  43. data/proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb +912 -0
  44. data/proto_docs/google/longrunning/operations.rb +191 -0
  45. data/proto_docs/google/protobuf/any.rb +145 -0
  46. data/proto_docs/google/protobuf/duration.rb +98 -0
  47. data/proto_docs/google/protobuf/empty.rb +34 -0
  48. data/proto_docs/google/protobuf/timestamp.rb +127 -0
  49. data/proto_docs/google/rpc/status.rb +48 -0
  50. data/proto_docs/google/type/date.rb +53 -0
  51. metadata +83 -9
@@ -0,0 +1,53 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2025 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Type
22
+ # Represents a whole or partial calendar date, such as a birthday. The time of
23
+ # day and time zone are either specified elsewhere or are insignificant. The
24
+ # date is relative to the Gregorian Calendar. This can represent one of the
25
+ # following:
26
+ #
27
+ # * A full date, with non-zero year, month, and day values
28
+ # * A month and day value, with a zero year, such as an anniversary
29
+ # * A year on its own, with zero month and day values
30
+ # * A year and month value, with a zero day, such as a credit card expiration
31
+ # date
32
+ #
33
+ # Related types are [google.type.TimeOfDay][google.type.TimeOfDay] and
34
+ # `google.protobuf.Timestamp`.
35
+ # @!attribute [rw] year
36
+ # @return [::Integer]
37
+ # Year of the date. Must be from 1 to 9999, or 0 to specify a date without
38
+ # a year.
39
+ # @!attribute [rw] month
40
+ # @return [::Integer]
41
+ # Month of a year. Must be from 1 to 12, or 0 to specify a year without a
42
+ # month and day.
43
+ # @!attribute [rw] day
44
+ # @return [::Integer]
45
+ # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0
46
+ # to specify a year by itself or a year and month where the day isn't
47
+ # significant.
48
+ class Date
49
+ include ::Google::Protobuf::MessageExts
50
+ extend ::Google::Protobuf::MessageExts::ClassMethods
51
+ end
52
+ end
53
+ end
metadata CHANGED
@@ -1,27 +1,101 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-capacity_planner-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.a
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
- dependencies: []
12
- description: Placeholder for the future Google-authored gem google-cloud-capacity_planner-v1beta.
13
- This placeholder is being released on 2025-09-26 in order to reserve the name. The
14
- final gem should be available shortly after that date. If it has not been released
15
- in a timely manner, or if this placeholder interferes with your work, you can contact
16
- the Google Ruby team by opening an issue in the GitHub repository https://github.com/googleapis/google-cloud-ruby.
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: gapic-common
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '1.2'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '1.2'
26
+ - !ruby/object:Gem::Dependency
27
+ name: google-cloud-errors
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '1.0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '1.0'
40
+ description: Provides programmatic access to Capacity Planner features. Note that
41
+ google-cloud-capacity_planner-v1beta is a version-specific client library. For most
42
+ uses, we recommend installing the main client library google-cloud-capacity_planner
43
+ instead. See the readme for more details.
17
44
  email: googleapis-packages@google.com
18
45
  executables: []
19
46
  extensions: []
20
47
  extra_rdoc_files: []
21
48
  files:
49
+ - ".yardopts"
50
+ - AUTHENTICATION.md
22
51
  - LICENSE.md
23
52
  - README.md
53
+ - lib/google-cloud-capacity_planner-v1beta.rb
54
+ - lib/google/cloud/capacity_planner/v1beta.rb
55
+ - lib/google/cloud/capacity_planner/v1beta/capacity_planning_service.rb
56
+ - lib/google/cloud/capacity_planner/v1beta/capacity_planning_service/client.rb
57
+ - lib/google/cloud/capacity_planner/v1beta/capacity_planning_service/credentials.rb
58
+ - lib/google/cloud/capacity_planner/v1beta/capacity_planning_service/paths.rb
59
+ - lib/google/cloud/capacity_planner/v1beta/capacity_planning_service/rest.rb
60
+ - lib/google/cloud/capacity_planner/v1beta/capacity_planning_service/rest/client.rb
61
+ - lib/google/cloud/capacity_planner/v1beta/capacity_planning_service/rest/service_stub.rb
62
+ - lib/google/cloud/capacity_planner/v1beta/rest.rb
63
+ - lib/google/cloud/capacity_planner/v1beta/usage_service.rb
64
+ - lib/google/cloud/capacity_planner/v1beta/usage_service/client.rb
65
+ - lib/google/cloud/capacity_planner/v1beta/usage_service/credentials.rb
66
+ - lib/google/cloud/capacity_planner/v1beta/usage_service/operations.rb
67
+ - lib/google/cloud/capacity_planner/v1beta/usage_service/paths.rb
68
+ - lib/google/cloud/capacity_planner/v1beta/usage_service/rest.rb
69
+ - lib/google/cloud/capacity_planner/v1beta/usage_service/rest/client.rb
70
+ - lib/google/cloud/capacity_planner/v1beta/usage_service/rest/operations.rb
71
+ - lib/google/cloud/capacity_planner/v1beta/usage_service/rest/service_stub.rb
24
72
  - lib/google/cloud/capacity_planner/v1beta/version.rb
73
+ - lib/google/cloud/capacityplanner/v1beta/allocation_pb.rb
74
+ - lib/google/cloud/capacityplanner/v1beta/capacity_planning_service_pb.rb
75
+ - lib/google/cloud/capacityplanner/v1beta/capacity_planning_service_services_pb.rb
76
+ - lib/google/cloud/capacityplanner/v1beta/future_reservation_pb.rb
77
+ - lib/google/cloud/capacityplanner/v1beta/location_pb.rb
78
+ - lib/google/cloud/capacityplanner/v1beta/resource_pb.rb
79
+ - lib/google/cloud/capacityplanner/v1beta/usage_service_pb.rb
80
+ - lib/google/cloud/capacityplanner/v1beta/usage_service_services_pb.rb
81
+ - proto_docs/README.md
82
+ - proto_docs/google/api/client.rb
83
+ - proto_docs/google/api/field_behavior.rb
84
+ - proto_docs/google/api/launch_stage.rb
85
+ - proto_docs/google/api/resource.rb
86
+ - proto_docs/google/cloud/capacityplanner/v1beta/allocation.rb
87
+ - proto_docs/google/cloud/capacityplanner/v1beta/capacity_planning_service.rb
88
+ - proto_docs/google/cloud/capacityplanner/v1beta/future_reservation.rb
89
+ - proto_docs/google/cloud/capacityplanner/v1beta/location.rb
90
+ - proto_docs/google/cloud/capacityplanner/v1beta/resource.rb
91
+ - proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb
92
+ - proto_docs/google/longrunning/operations.rb
93
+ - proto_docs/google/protobuf/any.rb
94
+ - proto_docs/google/protobuf/duration.rb
95
+ - proto_docs/google/protobuf/empty.rb
96
+ - proto_docs/google/protobuf/timestamp.rb
97
+ - proto_docs/google/rpc/status.rb
98
+ - proto_docs/google/type/date.rb
25
99
  homepage: https://github.com/googleapis/google-cloud-ruby
26
100
  licenses:
27
101
  - Apache-2.0
@@ -33,7 +107,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
33
107
  requirements:
34
108
  - - ">="
35
109
  - !ruby/object:Gem::Version
36
- version: '3.0'
110
+ version: '3.1'
37
111
  required_rubygems_version: !ruby/object:Gem::Requirement
38
112
  requirements:
39
113
  - - ">="
@@ -42,5 +116,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
116
  requirements: []
43
117
  rubygems_version: 3.6.9
44
118
  specification_version: 4
45
- summary: Placeholder for the future Google-authored gem google-cloud-capacity_planner-v1beta
119
+ summary: Provides programmatic access to Capacity Planner features.
46
120
  test_files: []