google-apis-deploymentmanager_alpha 0.31.0 → 0.33.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/lib/google/apis/deploymentmanager_alpha/classes.rb +360 -2
- data/lib/google/apis/deploymentmanager_alpha/gem_version.rb +3 -3
- data/lib/google/apis/deploymentmanager_alpha/representations.rb +141 -0
- data/lib/google/apis/deploymentmanager_alpha/service.rb +66 -22
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0f0142c93bb0c9eda1f99d6ce87be43354710d0d492d96be978ee74a59a6eb7
|
4
|
+
data.tar.gz: 0a5d7818a268b9258801cf257c2c5adee0f36b1c69d0adebc963ca81437a1178
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd53b95ab179f585364988bc82d9a2e9c57966e7dec6aaad57b819b2bd2039dbd9a79697968226dfdd1084df832cb16d46d68b8cac3e13cbd9ddfdfe3042a96b
|
7
|
+
data.tar.gz: b81f7820ae8348a4c0d3306b79f67a6cc3a8ed5bad61781241be5b38f1a5eaafb2093825414d5697f3430665e45cb9128f322464e249b78a1594aa36f570581a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-deploymentmanager_alpha
|
2
2
|
|
3
|
+
### v0.33.0 (2025-01-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250102
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.32.0 (2024-12-02)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241122
|
11
|
+
* Regenerated using generator version 0.15.1
|
12
|
+
|
3
13
|
### v0.31.0 (2024-05-19)
|
4
14
|
|
5
15
|
* Regenerated using generator version 0.15.0
|
@@ -547,6 +547,31 @@ module Google
|
|
547
547
|
end
|
548
548
|
end
|
549
549
|
|
550
|
+
# Describes additional debugging info.
|
551
|
+
class DebugInfo
|
552
|
+
include Google::Apis::Core::Hashable
|
553
|
+
|
554
|
+
# Additional debugging information provided by the server.
|
555
|
+
# Corresponds to the JSON property `detail`
|
556
|
+
# @return [String]
|
557
|
+
attr_accessor :detail
|
558
|
+
|
559
|
+
# The stack trace entries indicating where the error occurred.
|
560
|
+
# Corresponds to the JSON property `stackEntries`
|
561
|
+
# @return [Array<String>]
|
562
|
+
attr_accessor :stack_entries
|
563
|
+
|
564
|
+
def initialize(**args)
|
565
|
+
update!(**args)
|
566
|
+
end
|
567
|
+
|
568
|
+
# Update properties of this object
|
569
|
+
def update!(**args)
|
570
|
+
@detail = args[:detail] if args.key?(:detail)
|
571
|
+
@stack_entries = args[:stack_entries] if args.key?(:stack_entries)
|
572
|
+
end
|
573
|
+
end
|
574
|
+
|
550
575
|
#
|
551
576
|
class Deployment
|
552
577
|
include Google::Apis::Core::Hashable
|
@@ -902,6 +927,58 @@ module Google
|
|
902
927
|
end
|
903
928
|
end
|
904
929
|
|
930
|
+
# Describes the cause of the error with structured details. Example of an error
|
931
|
+
# when contacting the "pubsub.googleapis.com" API when it is not enabled: ` "
|
932
|
+
# reason": "API_DISABLED" "domain": "googleapis.com" "metadata": ` "resource": "
|
933
|
+
# projects/123", "service": "pubsub.googleapis.com" ` ` This response indicates
|
934
|
+
# that the pubsub.googleapis.com API is not enabled. Example of an error that is
|
935
|
+
# returned when attempting to create a Spanner instance in a region that is out
|
936
|
+
# of stock: ` "reason": "STOCKOUT" "domain": "spanner.googleapis.com", "metadata"
|
937
|
+
# : ` "availableRegions": "us-central1,us-east2" ` `
|
938
|
+
class ErrorInfo
|
939
|
+
include Google::Apis::Core::Hashable
|
940
|
+
|
941
|
+
# The logical grouping to which the "reason" belongs. The error domain is
|
942
|
+
# typically the registered service name of the tool or product that generates
|
943
|
+
# the error. Example: "pubsub.googleapis.com". If the error is generated by some
|
944
|
+
# common infrastructure, the error domain must be a globally unique value that
|
945
|
+
# identifies the infrastructure. For Google API infrastructure, the error domain
|
946
|
+
# is "googleapis.com".
|
947
|
+
# Corresponds to the JSON property `domain`
|
948
|
+
# @return [String]
|
949
|
+
attr_accessor :domain
|
950
|
+
|
951
|
+
# Additional structured details about this error. Keys must match a regular
|
952
|
+
# expression of `a-z+` but should ideally be lowerCamelCase. Also, they must be
|
953
|
+
# limited to 64 characters in length. When identifying the current value of an
|
954
|
+
# exceeded limit, the units should be contained in the key, not the value. For
|
955
|
+
# example, rather than ``"instanceLimit": "100/request"``, should be returned as,
|
956
|
+
# ``"instanceLimitPerRequest": "100"``, if the client exceeds the number of
|
957
|
+
# instances that can be created in a single (batch) request.
|
958
|
+
# Corresponds to the JSON property `metadatas`
|
959
|
+
# @return [Hash<String,String>]
|
960
|
+
attr_accessor :metadatas
|
961
|
+
|
962
|
+
# The reason of the error. This is a constant value that identifies the
|
963
|
+
# proximate cause of the error. Error reasons are unique within a particular
|
964
|
+
# domain of errors. This should be at most 63 characters and match a regular
|
965
|
+
# expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
|
966
|
+
# Corresponds to the JSON property `reason`
|
967
|
+
# @return [String]
|
968
|
+
attr_accessor :reason
|
969
|
+
|
970
|
+
def initialize(**args)
|
971
|
+
update!(**args)
|
972
|
+
end
|
973
|
+
|
974
|
+
# Update properties of this object
|
975
|
+
def update!(**args)
|
976
|
+
@domain = args[:domain] if args.key?(:domain)
|
977
|
+
@metadatas = args[:metadatas] if args.key?(:metadatas)
|
978
|
+
@reason = args[:reason] if args.key?(:reason)
|
979
|
+
end
|
980
|
+
end
|
981
|
+
|
905
982
|
# Represents a textual expression in the Common Expression Language (CEL) syntax.
|
906
983
|
# CEL is a C-like expression language. The syntax and semantics of CEL are
|
907
984
|
# documented at https://github.com/google/cel-spec. Example (Comparison): title:
|
@@ -1004,6 +1081,11 @@ module Google
|
|
1004
1081
|
# @return [Google::Apis::DeploymentmanagerAlpha::Policy]
|
1005
1082
|
attr_accessor :policy
|
1006
1083
|
|
1084
|
+
#
|
1085
|
+
# Corresponds to the JSON property `updateMask`
|
1086
|
+
# @return [String]
|
1087
|
+
attr_accessor :update_mask
|
1088
|
+
|
1007
1089
|
def initialize(**args)
|
1008
1090
|
update!(**args)
|
1009
1091
|
end
|
@@ -1013,6 +1095,54 @@ module Google
|
|
1013
1095
|
@bindings = args[:bindings] if args.key?(:bindings)
|
1014
1096
|
@etag = args[:etag] if args.key?(:etag)
|
1015
1097
|
@policy = args[:policy] if args.key?(:policy)
|
1098
|
+
@update_mask = args[:update_mask] if args.key?(:update_mask)
|
1099
|
+
end
|
1100
|
+
end
|
1101
|
+
|
1102
|
+
# Provides links to documentation or for performing an out of band action. For
|
1103
|
+
# example, if a quota check failed with an error indicating the calling project
|
1104
|
+
# hasn't enabled the accessed service, this can contain a URL pointing directly
|
1105
|
+
# to the right place in the developer console to flip the bit.
|
1106
|
+
class Help
|
1107
|
+
include Google::Apis::Core::Hashable
|
1108
|
+
|
1109
|
+
# URL(s) pointing to additional information on handling the current error.
|
1110
|
+
# Corresponds to the JSON property `links`
|
1111
|
+
# @return [Array<Google::Apis::DeploymentmanagerAlpha::HelpLink>]
|
1112
|
+
attr_accessor :links
|
1113
|
+
|
1114
|
+
def initialize(**args)
|
1115
|
+
update!(**args)
|
1116
|
+
end
|
1117
|
+
|
1118
|
+
# Update properties of this object
|
1119
|
+
def update!(**args)
|
1120
|
+
@links = args[:links] if args.key?(:links)
|
1121
|
+
end
|
1122
|
+
end
|
1123
|
+
|
1124
|
+
# Describes a URL link.
|
1125
|
+
class HelpLink
|
1126
|
+
include Google::Apis::Core::Hashable
|
1127
|
+
|
1128
|
+
# Describes what the link offers.
|
1129
|
+
# Corresponds to the JSON property `description`
|
1130
|
+
# @return [String]
|
1131
|
+
attr_accessor :description
|
1132
|
+
|
1133
|
+
# The URL of the link.
|
1134
|
+
# Corresponds to the JSON property `url`
|
1135
|
+
# @return [String]
|
1136
|
+
attr_accessor :url
|
1137
|
+
|
1138
|
+
def initialize(**args)
|
1139
|
+
update!(**args)
|
1140
|
+
end
|
1141
|
+
|
1142
|
+
# Update properties of this object
|
1143
|
+
def update!(**args)
|
1144
|
+
@description = args[:description] if args.key?(:description)
|
1145
|
+
@url = args[:url] if args.key?(:url)
|
1016
1146
|
end
|
1017
1147
|
end
|
1018
1148
|
|
@@ -1099,6 +1229,33 @@ module Google
|
|
1099
1229
|
end
|
1100
1230
|
end
|
1101
1231
|
|
1232
|
+
# Provides a localized error message that is safe to return to the user which
|
1233
|
+
# can be attached to an RPC error.
|
1234
|
+
class LocalizedMessage
|
1235
|
+
include Google::Apis::Core::Hashable
|
1236
|
+
|
1237
|
+
# The locale used following the specification defined at https://www.rfc-editor.
|
1238
|
+
# org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
|
1239
|
+
# Corresponds to the JSON property `locale`
|
1240
|
+
# @return [String]
|
1241
|
+
attr_accessor :locale
|
1242
|
+
|
1243
|
+
# The localized error message in the above locale.
|
1244
|
+
# Corresponds to the JSON property `message`
|
1245
|
+
# @return [String]
|
1246
|
+
attr_accessor :message
|
1247
|
+
|
1248
|
+
def initialize(**args)
|
1249
|
+
update!(**args)
|
1250
|
+
end
|
1251
|
+
|
1252
|
+
# Update properties of this object
|
1253
|
+
def update!(**args)
|
1254
|
+
@locale = args[:locale] if args.key?(:locale)
|
1255
|
+
@message = args[:message] if args.key?(:message)
|
1256
|
+
end
|
1257
|
+
end
|
1258
|
+
|
1102
1259
|
#
|
1103
1260
|
class Manifest
|
1104
1261
|
include Google::Apis::Core::Hashable
|
@@ -1359,6 +1516,11 @@ module Google
|
|
1359
1516
|
# @return [String]
|
1360
1517
|
attr_accessor :self_link
|
1361
1518
|
|
1519
|
+
# [Output Only] Server-defined URL for this resource with the resource id.
|
1520
|
+
# Corresponds to the JSON property `selfLinkWithId`
|
1521
|
+
# @return [String]
|
1522
|
+
attr_accessor :self_link_with_id
|
1523
|
+
|
1362
1524
|
# [Output Only] If the operation is for projects.setCommonInstanceMetadata, this
|
1363
1525
|
# field will contain information on all underlying zonal actions and their state.
|
1364
1526
|
# Corresponds to the JSON property `setCommonInstanceMetadataOperationMetadata`
|
@@ -1390,8 +1552,8 @@ module Google
|
|
1390
1552
|
attr_accessor :target_id
|
1391
1553
|
|
1392
1554
|
# [Output Only] The URL of the resource that the operation modifies. For
|
1393
|
-
# operations related to creating a snapshot, this points to the
|
1394
|
-
#
|
1555
|
+
# operations related to creating a snapshot, this points to the disk that the
|
1556
|
+
# snapshot was created from.
|
1395
1557
|
# Corresponds to the JSON property `targetLink`
|
1396
1558
|
# @return [String]
|
1397
1559
|
attr_accessor :target_link
|
@@ -1437,6 +1599,7 @@ module Google
|
|
1437
1599
|
@progress = args[:progress] if args.key?(:progress)
|
1438
1600
|
@region = args[:region] if args.key?(:region)
|
1439
1601
|
@self_link = args[:self_link] if args.key?(:self_link)
|
1602
|
+
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
1440
1603
|
@set_common_instance_metadata_operation_metadata = args[:set_common_instance_metadata_operation_metadata] if args.key?(:set_common_instance_metadata_operation_metadata)
|
1441
1604
|
@start_time = args[:start_time] if args.key?(:start_time)
|
1442
1605
|
@status = args[:status] if args.key?(:status)
|
@@ -1471,11 +1634,32 @@ module Google
|
|
1471
1634
|
class Error
|
1472
1635
|
include Google::Apis::Core::Hashable
|
1473
1636
|
|
1637
|
+
# [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE This is for
|
1638
|
+
# internal use-only (like componentization) (thus the visibility "none") and in
|
1639
|
+
# case of public exposure it is strongly recommended to follow pattern of: https:
|
1640
|
+
# //aip.dev/193 and expose as details field.
|
1641
|
+
# Corresponds to the JSON property `arguments`
|
1642
|
+
# @return [Array<String>]
|
1643
|
+
attr_accessor :arguments
|
1644
|
+
|
1474
1645
|
# [Output Only] The error type identifier for this error.
|
1475
1646
|
# Corresponds to the JSON property `code`
|
1476
1647
|
# @return [String]
|
1477
1648
|
attr_accessor :code
|
1478
1649
|
|
1650
|
+
# Describes additional debugging info.
|
1651
|
+
# Corresponds to the JSON property `debugInfo`
|
1652
|
+
# @return [Google::Apis::DeploymentmanagerAlpha::DebugInfo]
|
1653
|
+
attr_accessor :debug_info
|
1654
|
+
|
1655
|
+
# [Output Only] An optional list of messages that contain the error details.
|
1656
|
+
# There is a set of defined message types to use for providing details.The
|
1657
|
+
# syntax depends on the error code. For example, QuotaExceededInfo will have
|
1658
|
+
# details when the error code is QUOTA_EXCEEDED.
|
1659
|
+
# Corresponds to the JSON property `errorDetails`
|
1660
|
+
# @return [Array<Google::Apis::DeploymentmanagerAlpha::Operation::Error::Error::ErrorDetail>]
|
1661
|
+
attr_accessor :error_details
|
1662
|
+
|
1479
1663
|
# [Output Only] Indicates the field in the request that caused the error. This
|
1480
1664
|
# property is optional.
|
1481
1665
|
# Corresponds to the JSON property `location`
|
@@ -1493,10 +1677,61 @@ module Google
|
|
1493
1677
|
|
1494
1678
|
# Update properties of this object
|
1495
1679
|
def update!(**args)
|
1680
|
+
@arguments = args[:arguments] if args.key?(:arguments)
|
1496
1681
|
@code = args[:code] if args.key?(:code)
|
1682
|
+
@debug_info = args[:debug_info] if args.key?(:debug_info)
|
1683
|
+
@error_details = args[:error_details] if args.key?(:error_details)
|
1497
1684
|
@location = args[:location] if args.key?(:location)
|
1498
1685
|
@message = args[:message] if args.key?(:message)
|
1499
1686
|
end
|
1687
|
+
|
1688
|
+
#
|
1689
|
+
class ErrorDetail
|
1690
|
+
include Google::Apis::Core::Hashable
|
1691
|
+
|
1692
|
+
# Describes the cause of the error with structured details. Example of an error
|
1693
|
+
# when contacting the "pubsub.googleapis.com" API when it is not enabled: ` "
|
1694
|
+
# reason": "API_DISABLED" "domain": "googleapis.com" "metadata": ` "resource": "
|
1695
|
+
# projects/123", "service": "pubsub.googleapis.com" ` ` This response indicates
|
1696
|
+
# that the pubsub.googleapis.com API is not enabled. Example of an error that is
|
1697
|
+
# returned when attempting to create a Spanner instance in a region that is out
|
1698
|
+
# of stock: ` "reason": "STOCKOUT" "domain": "spanner.googleapis.com", "metadata"
|
1699
|
+
# : ` "availableRegions": "us-central1,us-east2" ` `
|
1700
|
+
# Corresponds to the JSON property `errorInfo`
|
1701
|
+
# @return [Google::Apis::DeploymentmanagerAlpha::ErrorInfo]
|
1702
|
+
attr_accessor :error_info
|
1703
|
+
|
1704
|
+
# Provides links to documentation or for performing an out of band action. For
|
1705
|
+
# example, if a quota check failed with an error indicating the calling project
|
1706
|
+
# hasn't enabled the accessed service, this can contain a URL pointing directly
|
1707
|
+
# to the right place in the developer console to flip the bit.
|
1708
|
+
# Corresponds to the JSON property `help`
|
1709
|
+
# @return [Google::Apis::DeploymentmanagerAlpha::Help]
|
1710
|
+
attr_accessor :help
|
1711
|
+
|
1712
|
+
# Provides a localized error message that is safe to return to the user which
|
1713
|
+
# can be attached to an RPC error.
|
1714
|
+
# Corresponds to the JSON property `localizedMessage`
|
1715
|
+
# @return [Google::Apis::DeploymentmanagerAlpha::LocalizedMessage]
|
1716
|
+
attr_accessor :localized_message
|
1717
|
+
|
1718
|
+
# Additional details for quota exceeded error for resource quota.
|
1719
|
+
# Corresponds to the JSON property `quotaInfo`
|
1720
|
+
# @return [Google::Apis::DeploymentmanagerAlpha::QuotaExceededInfo]
|
1721
|
+
attr_accessor :quota_info
|
1722
|
+
|
1723
|
+
def initialize(**args)
|
1724
|
+
update!(**args)
|
1725
|
+
end
|
1726
|
+
|
1727
|
+
# Update properties of this object
|
1728
|
+
def update!(**args)
|
1729
|
+
@error_info = args[:error_info] if args.key?(:error_info)
|
1730
|
+
@help = args[:help] if args.key?(:help)
|
1731
|
+
@localized_message = args[:localized_message] if args.key?(:localized_message)
|
1732
|
+
@quota_info = args[:quota_info] if args.key?(:quota_info)
|
1733
|
+
end
|
1734
|
+
end
|
1500
1735
|
end
|
1501
1736
|
end
|
1502
1737
|
|
@@ -1770,6 +2005,57 @@ module Google
|
|
1770
2005
|
end
|
1771
2006
|
end
|
1772
2007
|
|
2008
|
+
# Additional details for quota exceeded error for resource quota.
|
2009
|
+
class QuotaExceededInfo
|
2010
|
+
include Google::Apis::Core::Hashable
|
2011
|
+
|
2012
|
+
# The map holding related quota dimensions.
|
2013
|
+
# Corresponds to the JSON property `dimensions`
|
2014
|
+
# @return [Hash<String,String>]
|
2015
|
+
attr_accessor :dimensions
|
2016
|
+
|
2017
|
+
# Future quota limit being rolled out. The limit's unit depends on the quota
|
2018
|
+
# type or metric.
|
2019
|
+
# Corresponds to the JSON property `futureLimit`
|
2020
|
+
# @return [Float]
|
2021
|
+
attr_accessor :future_limit
|
2022
|
+
|
2023
|
+
# Current effective quota limit. The limit's unit depends on the quota type or
|
2024
|
+
# metric.
|
2025
|
+
# Corresponds to the JSON property `limit`
|
2026
|
+
# @return [Float]
|
2027
|
+
attr_accessor :limit
|
2028
|
+
|
2029
|
+
# The name of the quota limit.
|
2030
|
+
# Corresponds to the JSON property `limitName`
|
2031
|
+
# @return [String]
|
2032
|
+
attr_accessor :limit_name
|
2033
|
+
|
2034
|
+
# The Compute Engine quota metric name.
|
2035
|
+
# Corresponds to the JSON property `metricName`
|
2036
|
+
# @return [String]
|
2037
|
+
attr_accessor :metric_name
|
2038
|
+
|
2039
|
+
# Rollout status of the future quota limit.
|
2040
|
+
# Corresponds to the JSON property `rolloutStatus`
|
2041
|
+
# @return [String]
|
2042
|
+
attr_accessor :rollout_status
|
2043
|
+
|
2044
|
+
def initialize(**args)
|
2045
|
+
update!(**args)
|
2046
|
+
end
|
2047
|
+
|
2048
|
+
# Update properties of this object
|
2049
|
+
def update!(**args)
|
2050
|
+
@dimensions = args[:dimensions] if args.key?(:dimensions)
|
2051
|
+
@future_limit = args[:future_limit] if args.key?(:future_limit)
|
2052
|
+
@limit = args[:limit] if args.key?(:limit)
|
2053
|
+
@limit_name = args[:limit_name] if args.key?(:limit_name)
|
2054
|
+
@metric_name = args[:metric_name] if args.key?(:metric_name)
|
2055
|
+
@rollout_status = args[:rollout_status] if args.key?(:rollout_status)
|
2056
|
+
end
|
2057
|
+
end
|
2058
|
+
|
1773
2059
|
#
|
1774
2060
|
class Resource
|
1775
2061
|
include Google::Apis::Core::Hashable
|
@@ -2060,11 +2346,32 @@ module Google
|
|
2060
2346
|
class Error
|
2061
2347
|
include Google::Apis::Core::Hashable
|
2062
2348
|
|
2349
|
+
# [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE This is for
|
2350
|
+
# internal use-only (like componentization) (thus the visibility "none") and in
|
2351
|
+
# case of public exposure it is strongly recommended to follow pattern of: https:
|
2352
|
+
# //aip.dev/193 and expose as details field.
|
2353
|
+
# Corresponds to the JSON property `arguments`
|
2354
|
+
# @return [Array<String>]
|
2355
|
+
attr_accessor :arguments
|
2356
|
+
|
2063
2357
|
# [Output Only] The error type identifier for this error.
|
2064
2358
|
# Corresponds to the JSON property `code`
|
2065
2359
|
# @return [String]
|
2066
2360
|
attr_accessor :code
|
2067
2361
|
|
2362
|
+
# Describes additional debugging info.
|
2363
|
+
# Corresponds to the JSON property `debugInfo`
|
2364
|
+
# @return [Google::Apis::DeploymentmanagerAlpha::DebugInfo]
|
2365
|
+
attr_accessor :debug_info
|
2366
|
+
|
2367
|
+
# [Output Only] An optional list of messages that contain the error details.
|
2368
|
+
# There is a set of defined message types to use for providing details.The
|
2369
|
+
# syntax depends on the error code. For example, QuotaExceededInfo will have
|
2370
|
+
# details when the error code is QUOTA_EXCEEDED.
|
2371
|
+
# Corresponds to the JSON property `errorDetails`
|
2372
|
+
# @return [Array<Google::Apis::DeploymentmanagerAlpha::ResourceUpdate::Error::Error::ErrorDetail>]
|
2373
|
+
attr_accessor :error_details
|
2374
|
+
|
2068
2375
|
# [Output Only] Indicates the field in the request that caused the error. This
|
2069
2376
|
# property is optional.
|
2070
2377
|
# Corresponds to the JSON property `location`
|
@@ -2082,10 +2389,61 @@ module Google
|
|
2082
2389
|
|
2083
2390
|
# Update properties of this object
|
2084
2391
|
def update!(**args)
|
2392
|
+
@arguments = args[:arguments] if args.key?(:arguments)
|
2085
2393
|
@code = args[:code] if args.key?(:code)
|
2394
|
+
@debug_info = args[:debug_info] if args.key?(:debug_info)
|
2395
|
+
@error_details = args[:error_details] if args.key?(:error_details)
|
2086
2396
|
@location = args[:location] if args.key?(:location)
|
2087
2397
|
@message = args[:message] if args.key?(:message)
|
2088
2398
|
end
|
2399
|
+
|
2400
|
+
#
|
2401
|
+
class ErrorDetail
|
2402
|
+
include Google::Apis::Core::Hashable
|
2403
|
+
|
2404
|
+
# Describes the cause of the error with structured details. Example of an error
|
2405
|
+
# when contacting the "pubsub.googleapis.com" API when it is not enabled: ` "
|
2406
|
+
# reason": "API_DISABLED" "domain": "googleapis.com" "metadata": ` "resource": "
|
2407
|
+
# projects/123", "service": "pubsub.googleapis.com" ` ` This response indicates
|
2408
|
+
# that the pubsub.googleapis.com API is not enabled. Example of an error that is
|
2409
|
+
# returned when attempting to create a Spanner instance in a region that is out
|
2410
|
+
# of stock: ` "reason": "STOCKOUT" "domain": "spanner.googleapis.com", "metadata"
|
2411
|
+
# : ` "availableRegions": "us-central1,us-east2" ` `
|
2412
|
+
# Corresponds to the JSON property `errorInfo`
|
2413
|
+
# @return [Google::Apis::DeploymentmanagerAlpha::ErrorInfo]
|
2414
|
+
attr_accessor :error_info
|
2415
|
+
|
2416
|
+
# Provides links to documentation or for performing an out of band action. For
|
2417
|
+
# example, if a quota check failed with an error indicating the calling project
|
2418
|
+
# hasn't enabled the accessed service, this can contain a URL pointing directly
|
2419
|
+
# to the right place in the developer console to flip the bit.
|
2420
|
+
# Corresponds to the JSON property `help`
|
2421
|
+
# @return [Google::Apis::DeploymentmanagerAlpha::Help]
|
2422
|
+
attr_accessor :help
|
2423
|
+
|
2424
|
+
# Provides a localized error message that is safe to return to the user which
|
2425
|
+
# can be attached to an RPC error.
|
2426
|
+
# Corresponds to the JSON property `localizedMessage`
|
2427
|
+
# @return [Google::Apis::DeploymentmanagerAlpha::LocalizedMessage]
|
2428
|
+
attr_accessor :localized_message
|
2429
|
+
|
2430
|
+
# Additional details for quota exceeded error for resource quota.
|
2431
|
+
# Corresponds to the JSON property `quotaInfo`
|
2432
|
+
# @return [Google::Apis::DeploymentmanagerAlpha::QuotaExceededInfo]
|
2433
|
+
attr_accessor :quota_info
|
2434
|
+
|
2435
|
+
def initialize(**args)
|
2436
|
+
update!(**args)
|
2437
|
+
end
|
2438
|
+
|
2439
|
+
# Update properties of this object
|
2440
|
+
def update!(**args)
|
2441
|
+
@error_info = args[:error_info] if args.key?(:error_info)
|
2442
|
+
@help = args[:help] if args.key?(:help)
|
2443
|
+
@localized_message = args[:localized_message] if args.key?(:localized_message)
|
2444
|
+
@quota_info = args[:quota_info] if args.key?(:quota_info)
|
2445
|
+
end
|
2446
|
+
end
|
2089
2447
|
end
|
2090
2448
|
end
|
2091
2449
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DeploymentmanagerAlpha
|
18
18
|
# Version of the google-apis-deploymentmanager_alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.33.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250102"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -100,6 +100,12 @@ module Google
|
|
100
100
|
include Google::Apis::Core::JsonObjectSupport
|
101
101
|
end
|
102
102
|
|
103
|
+
class DebugInfo
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
103
109
|
class Deployment
|
104
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
111
|
|
@@ -154,6 +160,12 @@ module Google
|
|
154
160
|
include Google::Apis::Core::JsonObjectSupport
|
155
161
|
end
|
156
162
|
|
163
|
+
class ErrorInfo
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
157
169
|
class Expr
|
158
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
171
|
|
@@ -166,6 +178,18 @@ module Google
|
|
166
178
|
include Google::Apis::Core::JsonObjectSupport
|
167
179
|
end
|
168
180
|
|
181
|
+
class Help
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class HelpLink
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
169
193
|
class ImportFile
|
170
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
195
|
|
@@ -184,6 +208,12 @@ module Google
|
|
184
208
|
include Google::Apis::Core::JsonObjectSupport
|
185
209
|
end
|
186
210
|
|
211
|
+
class LocalizedMessage
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
187
217
|
class Manifest
|
188
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
219
|
|
@@ -210,6 +240,12 @@ module Google
|
|
210
240
|
|
211
241
|
class Error
|
212
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
class ErrorDetail
|
245
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
246
|
+
|
247
|
+
include Google::Apis::Core::JsonObjectSupport
|
248
|
+
end
|
213
249
|
|
214
250
|
include Google::Apis::Core::JsonObjectSupport
|
215
251
|
end
|
@@ -256,6 +292,12 @@ module Google
|
|
256
292
|
include Google::Apis::Core::JsonObjectSupport
|
257
293
|
end
|
258
294
|
|
295
|
+
class QuotaExceededInfo
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
259
301
|
class Resource
|
260
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
303
|
|
@@ -288,6 +330,12 @@ module Google
|
|
288
330
|
|
289
331
|
class Error
|
290
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
class ErrorDetail
|
335
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
336
|
+
|
337
|
+
include Google::Apis::Core::JsonObjectSupport
|
338
|
+
end
|
291
339
|
|
292
340
|
include Google::Apis::Core::JsonObjectSupport
|
293
341
|
end
|
@@ -556,6 +604,14 @@ module Google
|
|
556
604
|
end
|
557
605
|
end
|
558
606
|
|
607
|
+
class DebugInfo
|
608
|
+
# @private
|
609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
610
|
+
property :detail, as: 'detail'
|
611
|
+
collection :stack_entries, as: 'stackEntries'
|
612
|
+
end
|
613
|
+
end
|
614
|
+
|
559
615
|
class Deployment
|
560
616
|
# @private
|
561
617
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -649,6 +705,15 @@ module Google
|
|
649
705
|
end
|
650
706
|
end
|
651
707
|
|
708
|
+
class ErrorInfo
|
709
|
+
# @private
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
711
|
+
property :domain, as: 'domain'
|
712
|
+
hash :metadatas, as: 'metadatas'
|
713
|
+
property :reason, as: 'reason'
|
714
|
+
end
|
715
|
+
end
|
716
|
+
|
652
717
|
class Expr
|
653
718
|
# @private
|
654
719
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -667,6 +732,23 @@ module Google
|
|
667
732
|
property :etag, :base64 => true, as: 'etag'
|
668
733
|
property :policy, as: 'policy', class: Google::Apis::DeploymentmanagerAlpha::Policy, decorator: Google::Apis::DeploymentmanagerAlpha::Policy::Representation
|
669
734
|
|
735
|
+
property :update_mask, as: 'updateMask'
|
736
|
+
end
|
737
|
+
end
|
738
|
+
|
739
|
+
class Help
|
740
|
+
# @private
|
741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
742
|
+
collection :links, as: 'links', class: Google::Apis::DeploymentmanagerAlpha::HelpLink, decorator: Google::Apis::DeploymentmanagerAlpha::HelpLink::Representation
|
743
|
+
|
744
|
+
end
|
745
|
+
end
|
746
|
+
|
747
|
+
class HelpLink
|
748
|
+
# @private
|
749
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
750
|
+
property :description, as: 'description'
|
751
|
+
property :url, as: 'url'
|
670
752
|
end
|
671
753
|
end
|
672
754
|
|
@@ -696,6 +778,14 @@ module Google
|
|
696
778
|
end
|
697
779
|
end
|
698
780
|
|
781
|
+
class LocalizedMessage
|
782
|
+
# @private
|
783
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
784
|
+
property :locale, as: 'locale'
|
785
|
+
property :message, as: 'message'
|
786
|
+
end
|
787
|
+
end
|
788
|
+
|
699
789
|
class Manifest
|
700
790
|
# @private
|
701
791
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -756,6 +846,7 @@ module Google
|
|
756
846
|
property :progress, as: 'progress'
|
757
847
|
property :region, as: 'region'
|
758
848
|
property :self_link, as: 'selfLink'
|
849
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
759
850
|
property :set_common_instance_metadata_operation_metadata, as: 'setCommonInstanceMetadataOperationMetadata', class: Google::Apis::DeploymentmanagerAlpha::SetCommonInstanceMetadataOperationMetadata, decorator: Google::Apis::DeploymentmanagerAlpha::SetCommonInstanceMetadataOperationMetadata::Representation
|
760
851
|
|
761
852
|
property :start_time, as: 'startTime'
|
@@ -779,10 +870,29 @@ module Google
|
|
779
870
|
class Error
|
780
871
|
# @private
|
781
872
|
class Representation < Google::Apis::Core::JsonRepresentation
|
873
|
+
collection :arguments, as: 'arguments'
|
782
874
|
property :code, as: 'code'
|
875
|
+
property :debug_info, as: 'debugInfo', class: Google::Apis::DeploymentmanagerAlpha::DebugInfo, decorator: Google::Apis::DeploymentmanagerAlpha::DebugInfo::Representation
|
876
|
+
|
877
|
+
collection :error_details, as: 'errorDetails', class: Google::Apis::DeploymentmanagerAlpha::Operation::Error::Error::ErrorDetail, decorator: Google::Apis::DeploymentmanagerAlpha::Operation::Error::Error::ErrorDetail::Representation
|
878
|
+
|
783
879
|
property :location, as: 'location'
|
784
880
|
property :message, as: 'message'
|
785
881
|
end
|
882
|
+
|
883
|
+
class ErrorDetail
|
884
|
+
# @private
|
885
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
886
|
+
property :error_info, as: 'errorInfo', class: Google::Apis::DeploymentmanagerAlpha::ErrorInfo, decorator: Google::Apis::DeploymentmanagerAlpha::ErrorInfo::Representation
|
887
|
+
|
888
|
+
property :help, as: 'help', class: Google::Apis::DeploymentmanagerAlpha::Help, decorator: Google::Apis::DeploymentmanagerAlpha::Help::Representation
|
889
|
+
|
890
|
+
property :localized_message, as: 'localizedMessage', class: Google::Apis::DeploymentmanagerAlpha::LocalizedMessage, decorator: Google::Apis::DeploymentmanagerAlpha::LocalizedMessage::Representation
|
891
|
+
|
892
|
+
property :quota_info, as: 'quotaInfo', class: Google::Apis::DeploymentmanagerAlpha::QuotaExceededInfo, decorator: Google::Apis::DeploymentmanagerAlpha::QuotaExceededInfo::Representation
|
893
|
+
|
894
|
+
end
|
895
|
+
end
|
786
896
|
end
|
787
897
|
end
|
788
898
|
|
@@ -851,6 +961,18 @@ module Google
|
|
851
961
|
end
|
852
962
|
end
|
853
963
|
|
964
|
+
class QuotaExceededInfo
|
965
|
+
# @private
|
966
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
967
|
+
hash :dimensions, as: 'dimensions'
|
968
|
+
property :future_limit, as: 'futureLimit'
|
969
|
+
property :limit, as: 'limit'
|
970
|
+
property :limit_name, as: 'limitName'
|
971
|
+
property :metric_name, as: 'metricName'
|
972
|
+
property :rollout_status, as: 'rolloutStatus'
|
973
|
+
end
|
974
|
+
end
|
975
|
+
|
854
976
|
class Resource
|
855
977
|
# @private
|
856
978
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -929,10 +1051,29 @@ module Google
|
|
929
1051
|
class Error
|
930
1052
|
# @private
|
931
1053
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1054
|
+
collection :arguments, as: 'arguments'
|
932
1055
|
property :code, as: 'code'
|
1056
|
+
property :debug_info, as: 'debugInfo', class: Google::Apis::DeploymentmanagerAlpha::DebugInfo, decorator: Google::Apis::DeploymentmanagerAlpha::DebugInfo::Representation
|
1057
|
+
|
1058
|
+
collection :error_details, as: 'errorDetails', class: Google::Apis::DeploymentmanagerAlpha::ResourceUpdate::Error::Error::ErrorDetail, decorator: Google::Apis::DeploymentmanagerAlpha::ResourceUpdate::Error::Error::ErrorDetail::Representation
|
1059
|
+
|
933
1060
|
property :location, as: 'location'
|
934
1061
|
property :message, as: 'message'
|
935
1062
|
end
|
1063
|
+
|
1064
|
+
class ErrorDetail
|
1065
|
+
# @private
|
1066
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1067
|
+
property :error_info, as: 'errorInfo', class: Google::Apis::DeploymentmanagerAlpha::ErrorInfo, decorator: Google::Apis::DeploymentmanagerAlpha::ErrorInfo::Representation
|
1068
|
+
|
1069
|
+
property :help, as: 'help', class: Google::Apis::DeploymentmanagerAlpha::Help, decorator: Google::Apis::DeploymentmanagerAlpha::Help::Representation
|
1070
|
+
|
1071
|
+
property :localized_message, as: 'localizedMessage', class: Google::Apis::DeploymentmanagerAlpha::LocalizedMessage, decorator: Google::Apis::DeploymentmanagerAlpha::LocalizedMessage::Representation
|
1072
|
+
|
1073
|
+
property :quota_info, as: 'quotaInfo', class: Google::Apis::DeploymentmanagerAlpha::QuotaExceededInfo, decorator: Google::Apis::DeploymentmanagerAlpha::QuotaExceededInfo::Representation
|
1074
|
+
|
1075
|
+
end
|
1076
|
+
end
|
936
1077
|
end
|
937
1078
|
end
|
938
1079
|
|
@@ -58,6 +58,7 @@ module Google
|
|
58
58
|
# The project ID for this request.
|
59
59
|
# @param [String] composite_type
|
60
60
|
# The name of the type for this request.
|
61
|
+
# @param [Boolean] header_bypass_billing_filter
|
61
62
|
# @param [String] fields
|
62
63
|
# Selector specifying which fields to include in a partial response.
|
63
64
|
# @param [String] quota_user
|
@@ -75,12 +76,13 @@ module Google
|
|
75
76
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
76
77
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
77
78
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
78
|
-
def delete_composite_type(project, composite_type, fields: nil, quota_user: nil, options: nil, &block)
|
79
|
+
def delete_composite_type(project, composite_type, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
79
80
|
command = make_simple_command(:delete, 'deploymentmanager/alpha/projects/{project}/global/compositeTypes/{compositeType}', options)
|
80
81
|
command.response_representation = Google::Apis::DeploymentmanagerAlpha::Operation::Representation
|
81
82
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Operation
|
82
83
|
command.params['project'] = project unless project.nil?
|
83
84
|
command.params['compositeType'] = composite_type unless composite_type.nil?
|
85
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
84
86
|
command.query['fields'] = fields unless fields.nil?
|
85
87
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
86
88
|
execute_or_queue_command(command, &block)
|
@@ -91,6 +93,7 @@ module Google
|
|
91
93
|
# The project ID for this request.
|
92
94
|
# @param [String] composite_type
|
93
95
|
# The name of the composite type for this request.
|
96
|
+
# @param [Boolean] header_bypass_billing_filter
|
94
97
|
# @param [String] fields
|
95
98
|
# Selector specifying which fields to include in a partial response.
|
96
99
|
# @param [String] quota_user
|
@@ -108,12 +111,13 @@ module Google
|
|
108
111
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
109
112
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
110
113
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
111
|
-
def get_composite_type(project, composite_type, fields: nil, quota_user: nil, options: nil, &block)
|
114
|
+
def get_composite_type(project, composite_type, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
112
115
|
command = make_simple_command(:get, 'deploymentmanager/alpha/projects/{project}/global/compositeTypes/{compositeType}', options)
|
113
116
|
command.response_representation = Google::Apis::DeploymentmanagerAlpha::CompositeType::Representation
|
114
117
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::CompositeType
|
115
118
|
command.params['project'] = project unless project.nil?
|
116
119
|
command.params['compositeType'] = composite_type unless composite_type.nil?
|
120
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
117
121
|
command.query['fields'] = fields unless fields.nil?
|
118
122
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
119
123
|
execute_or_queue_command(command, &block)
|
@@ -123,6 +127,7 @@ module Google
|
|
123
127
|
# @param [String] project
|
124
128
|
# The project ID for this request.
|
125
129
|
# @param [Google::Apis::DeploymentmanagerAlpha::CompositeType] composite_type_object
|
130
|
+
# @param [Boolean] header_bypass_billing_filter
|
126
131
|
# @param [String] fields
|
127
132
|
# Selector specifying which fields to include in a partial response.
|
128
133
|
# @param [String] quota_user
|
@@ -140,13 +145,14 @@ module Google
|
|
140
145
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
141
146
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
142
147
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
143
|
-
def insert_composite_type(project, composite_type_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
148
|
+
def insert_composite_type(project, composite_type_object = nil, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
144
149
|
command = make_simple_command(:post, 'deploymentmanager/alpha/projects/{project}/global/compositeTypes', options)
|
145
150
|
command.request_representation = Google::Apis::DeploymentmanagerAlpha::CompositeType::Representation
|
146
151
|
command.request_object = composite_type_object
|
147
152
|
command.response_representation = Google::Apis::DeploymentmanagerAlpha::Operation::Representation
|
148
153
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Operation
|
149
154
|
command.params['project'] = project unless project.nil?
|
155
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
150
156
|
command.query['fields'] = fields unless fields.nil?
|
151
157
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
152
158
|
execute_or_queue_command(command, &block)
|
@@ -240,6 +246,7 @@ module Google
|
|
240
246
|
# @param [String] composite_type
|
241
247
|
# The name of the composite type for this request.
|
242
248
|
# @param [Google::Apis::DeploymentmanagerAlpha::CompositeType] composite_type_object
|
249
|
+
# @param [Boolean] header_bypass_billing_filter
|
243
250
|
# @param [String] fields
|
244
251
|
# Selector specifying which fields to include in a partial response.
|
245
252
|
# @param [String] quota_user
|
@@ -257,7 +264,7 @@ module Google
|
|
257
264
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
258
265
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
259
266
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
260
|
-
def patch_composite_type(project, composite_type, composite_type_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
267
|
+
def patch_composite_type(project, composite_type, composite_type_object = nil, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
261
268
|
command = make_simple_command(:patch, 'deploymentmanager/alpha/projects/{project}/global/compositeTypes/{compositeType}', options)
|
262
269
|
command.request_representation = Google::Apis::DeploymentmanagerAlpha::CompositeType::Representation
|
263
270
|
command.request_object = composite_type_object
|
@@ -265,6 +272,7 @@ module Google
|
|
265
272
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Operation
|
266
273
|
command.params['project'] = project unless project.nil?
|
267
274
|
command.params['compositeType'] = composite_type unless composite_type.nil?
|
275
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
268
276
|
command.query['fields'] = fields unless fields.nil?
|
269
277
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
270
278
|
execute_or_queue_command(command, &block)
|
@@ -276,6 +284,7 @@ module Google
|
|
276
284
|
# @param [String] composite_type
|
277
285
|
# The name of the composite type for this request.
|
278
286
|
# @param [Google::Apis::DeploymentmanagerAlpha::CompositeType] composite_type_object
|
287
|
+
# @param [Boolean] header_bypass_billing_filter
|
279
288
|
# @param [String] fields
|
280
289
|
# Selector specifying which fields to include in a partial response.
|
281
290
|
# @param [String] quota_user
|
@@ -293,7 +302,7 @@ module Google
|
|
293
302
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
294
303
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
295
304
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
296
|
-
def update_composite_type(project, composite_type, composite_type_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
305
|
+
def update_composite_type(project, composite_type, composite_type_object = nil, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
297
306
|
command = make_simple_command(:put, 'deploymentmanager/alpha/projects/{project}/global/compositeTypes/{compositeType}', options)
|
298
307
|
command.request_representation = Google::Apis::DeploymentmanagerAlpha::CompositeType::Representation
|
299
308
|
command.request_object = composite_type_object
|
@@ -301,6 +310,7 @@ module Google
|
|
301
310
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Operation
|
302
311
|
command.params['project'] = project unless project.nil?
|
303
312
|
command.params['compositeType'] = composite_type unless composite_type.nil?
|
313
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
304
314
|
command.query['fields'] = fields unless fields.nil?
|
305
315
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
306
316
|
execute_or_queue_command(command, &block)
|
@@ -349,6 +359,7 @@ module Google
|
|
349
359
|
# The name of the deployment for this request.
|
350
360
|
# @param [String] delete_policy
|
351
361
|
# Sets the policy to use for deleting resources.
|
362
|
+
# @param [Boolean] header_bypass_billing_filter
|
352
363
|
# @param [String] fields
|
353
364
|
# Selector specifying which fields to include in a partial response.
|
354
365
|
# @param [String] quota_user
|
@@ -366,13 +377,14 @@ module Google
|
|
366
377
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
367
378
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
368
379
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
369
|
-
def delete_deployment(project, deployment, delete_policy: nil, fields: nil, quota_user: nil, options: nil, &block)
|
380
|
+
def delete_deployment(project, deployment, delete_policy: nil, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
370
381
|
command = make_simple_command(:delete, 'deploymentmanager/alpha/projects/{project}/global/deployments/{deployment}', options)
|
371
382
|
command.response_representation = Google::Apis::DeploymentmanagerAlpha::Operation::Representation
|
372
383
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Operation
|
373
384
|
command.params['project'] = project unless project.nil?
|
374
385
|
command.params['deployment'] = deployment unless deployment.nil?
|
375
386
|
command.query['deletePolicy'] = delete_policy unless delete_policy.nil?
|
387
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
376
388
|
command.query['fields'] = fields unless fields.nil?
|
377
389
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
378
390
|
execute_or_queue_command(command, &block)
|
@@ -383,6 +395,7 @@ module Google
|
|
383
395
|
# The project ID for this request.
|
384
396
|
# @param [String] deployment
|
385
397
|
# The name of the deployment for this request.
|
398
|
+
# @param [Boolean] header_bypass_billing_filter
|
386
399
|
# @param [String] fields
|
387
400
|
# Selector specifying which fields to include in a partial response.
|
388
401
|
# @param [String] quota_user
|
@@ -400,12 +413,13 @@ module Google
|
|
400
413
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
401
414
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
402
415
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
403
|
-
def get_deployment(project, deployment, fields: nil, quota_user: nil, options: nil, &block)
|
416
|
+
def get_deployment(project, deployment, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
404
417
|
command = make_simple_command(:get, 'deploymentmanager/alpha/projects/{project}/global/deployments/{deployment}', options)
|
405
418
|
command.response_representation = Google::Apis::DeploymentmanagerAlpha::Deployment::Representation
|
406
419
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Deployment
|
407
420
|
command.params['project'] = project unless project.nil?
|
408
421
|
command.params['deployment'] = deployment unless deployment.nil?
|
422
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
409
423
|
command.query['fields'] = fields unless fields.nil?
|
410
424
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
411
425
|
execute_or_queue_command(command, &block)
|
@@ -417,6 +431,7 @@ module Google
|
|
417
431
|
# Project ID for this request.
|
418
432
|
# @param [String] resource
|
419
433
|
# Name or id of the resource for this request.
|
434
|
+
# @param [Boolean] header_bypass_billing_filter
|
420
435
|
# @param [Fixnum] options_requested_policy_version
|
421
436
|
# Requested IAM Policy version.
|
422
437
|
# @param [String] fields
|
@@ -436,12 +451,13 @@ module Google
|
|
436
451
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
437
452
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
438
453
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
439
|
-
def get_deployment_iam_policy(project, resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
|
454
|
+
def get_deployment_iam_policy(project, resource, header_bypass_billing_filter: nil, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
|
440
455
|
command = make_simple_command(:get, 'deploymentmanager/alpha/projects/{project}/global/deployments/{resource}/getIamPolicy', options)
|
441
456
|
command.response_representation = Google::Apis::DeploymentmanagerAlpha::Policy::Representation
|
442
457
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Policy
|
443
458
|
command.params['project'] = project unless project.nil?
|
444
459
|
command.params['resource'] = resource unless resource.nil?
|
460
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
445
461
|
command.query['optionsRequestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
|
446
462
|
command.query['fields'] = fields unless fields.nil?
|
447
463
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
@@ -455,6 +471,7 @@ module Google
|
|
455
471
|
# @param [Google::Apis::DeploymentmanagerAlpha::Deployment] deployment_object
|
456
472
|
# @param [String] create_policy
|
457
473
|
# Sets the policy to use for creating new resources.
|
474
|
+
# @param [Boolean] header_bypass_billing_filter
|
458
475
|
# @param [Boolean] preview
|
459
476
|
# If set to true, creates a deployment and creates "shell" resources but does
|
460
477
|
# not actually instantiate these resources. This allows you to preview what your
|
@@ -480,7 +497,7 @@ module Google
|
|
480
497
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
481
498
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
482
499
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
483
|
-
def insert_deployment(project, deployment_object = nil, create_policy: nil, preview: nil, fields: nil, quota_user: nil, options: nil, &block)
|
500
|
+
def insert_deployment(project, deployment_object = nil, create_policy: nil, header_bypass_billing_filter: nil, preview: nil, fields: nil, quota_user: nil, options: nil, &block)
|
484
501
|
command = make_simple_command(:post, 'deploymentmanager/alpha/projects/{project}/global/deployments', options)
|
485
502
|
command.request_representation = Google::Apis::DeploymentmanagerAlpha::Deployment::Representation
|
486
503
|
command.request_object = deployment_object
|
@@ -488,6 +505,7 @@ module Google
|
|
488
505
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Operation
|
489
506
|
command.params['project'] = project unless project.nil?
|
490
507
|
command.query['createPolicy'] = create_policy unless create_policy.nil?
|
508
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
491
509
|
command.query['preview'] = preview unless preview.nil?
|
492
510
|
command.query['fields'] = fields unless fields.nil?
|
493
511
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
@@ -587,6 +605,7 @@ module Google
|
|
587
605
|
# Sets the policy to use for creating new resources.
|
588
606
|
# @param [String] delete_policy
|
589
607
|
# Sets the policy to use for deleting resources.
|
608
|
+
# @param [Boolean] header_bypass_billing_filter
|
590
609
|
# @param [Boolean] preview
|
591
610
|
# If set to true, updates the deployment and creates and updates the "shell"
|
592
611
|
# resources but does not actually alter or instantiate these resources. This
|
@@ -615,7 +634,7 @@ module Google
|
|
615
634
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
616
635
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
617
636
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
618
|
-
def patch_deployment(project, deployment, deployment_object = nil, create_policy: nil, delete_policy: nil, preview: nil, fields: nil, quota_user: nil, options: nil, &block)
|
637
|
+
def patch_deployment(project, deployment, deployment_object = nil, create_policy: nil, delete_policy: nil, header_bypass_billing_filter: nil, preview: nil, fields: nil, quota_user: nil, options: nil, &block)
|
619
638
|
command = make_simple_command(:patch, 'deploymentmanager/alpha/projects/{project}/global/deployments/{deployment}', options)
|
620
639
|
command.request_representation = Google::Apis::DeploymentmanagerAlpha::Deployment::Representation
|
621
640
|
command.request_object = deployment_object
|
@@ -625,6 +644,7 @@ module Google
|
|
625
644
|
command.params['deployment'] = deployment unless deployment.nil?
|
626
645
|
command.query['createPolicy'] = create_policy unless create_policy.nil?
|
627
646
|
command.query['deletePolicy'] = delete_policy unless delete_policy.nil?
|
647
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
628
648
|
command.query['preview'] = preview unless preview.nil?
|
629
649
|
command.query['fields'] = fields unless fields.nil?
|
630
650
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
@@ -711,6 +731,7 @@ module Google
|
|
711
731
|
# @param [String] resource
|
712
732
|
# Name or id of the resource for this request.
|
713
733
|
# @param [Google::Apis::DeploymentmanagerAlpha::TestPermissionsRequest] test_permissions_request_object
|
734
|
+
# @param [Boolean] header_bypass_billing_filter
|
714
735
|
# @param [String] fields
|
715
736
|
# Selector specifying which fields to include in a partial response.
|
716
737
|
# @param [String] quota_user
|
@@ -728,7 +749,7 @@ module Google
|
|
728
749
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
729
750
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
730
751
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
731
|
-
def test_deployment_iam_permissions(project, resource, test_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
752
|
+
def test_deployment_iam_permissions(project, resource, test_permissions_request_object = nil, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
732
753
|
command = make_simple_command(:post, 'deploymentmanager/alpha/projects/{project}/global/deployments/{resource}/testIamPermissions', options)
|
733
754
|
command.request_representation = Google::Apis::DeploymentmanagerAlpha::TestPermissionsRequest::Representation
|
734
755
|
command.request_object = test_permissions_request_object
|
@@ -736,6 +757,7 @@ module Google
|
|
736
757
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::TestPermissionsResponse
|
737
758
|
command.params['project'] = project unless project.nil?
|
738
759
|
command.params['resource'] = resource unless resource.nil?
|
760
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
739
761
|
command.query['fields'] = fields unless fields.nil?
|
740
762
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
741
763
|
execute_or_queue_command(command, &block)
|
@@ -752,6 +774,7 @@ module Google
|
|
752
774
|
# Sets the policy to use for creating new resources.
|
753
775
|
# @param [String] delete_policy
|
754
776
|
# Sets the policy to use for deleting resources.
|
777
|
+
# @param [Boolean] header_bypass_billing_filter
|
755
778
|
# @param [Boolean] preview
|
756
779
|
# If set to true, updates the deployment and creates and updates the "shell"
|
757
780
|
# resources but does not actually alter or instantiate these resources. This
|
@@ -780,7 +803,7 @@ module Google
|
|
780
803
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
781
804
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
782
805
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
783
|
-
def update_deployment(project, deployment, deployment_object = nil, create_policy: nil, delete_policy: nil, preview: nil, fields: nil, quota_user: nil, options: nil, &block)
|
806
|
+
def update_deployment(project, deployment, deployment_object = nil, create_policy: nil, delete_policy: nil, header_bypass_billing_filter: nil, preview: nil, fields: nil, quota_user: nil, options: nil, &block)
|
784
807
|
command = make_simple_command(:put, 'deploymentmanager/alpha/projects/{project}/global/deployments/{deployment}', options)
|
785
808
|
command.request_representation = Google::Apis::DeploymentmanagerAlpha::Deployment::Representation
|
786
809
|
command.request_object = deployment_object
|
@@ -790,6 +813,7 @@ module Google
|
|
790
813
|
command.params['deployment'] = deployment unless deployment.nil?
|
791
814
|
command.query['createPolicy'] = create_policy unless create_policy.nil?
|
792
815
|
command.query['deletePolicy'] = delete_policy unless delete_policy.nil?
|
816
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
793
817
|
command.query['preview'] = preview unless preview.nil?
|
794
818
|
command.query['fields'] = fields unless fields.nil?
|
795
819
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
@@ -803,6 +827,7 @@ module Google
|
|
803
827
|
# The name of the deployment for this request.
|
804
828
|
# @param [String] manifest
|
805
829
|
# The name of the manifest for this request.
|
830
|
+
# @param [Boolean] header_bypass_billing_filter
|
806
831
|
# @param [String] fields
|
807
832
|
# Selector specifying which fields to include in a partial response.
|
808
833
|
# @param [String] quota_user
|
@@ -820,13 +845,14 @@ module Google
|
|
820
845
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
821
846
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
822
847
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
823
|
-
def get_manifest(project, deployment, manifest, fields: nil, quota_user: nil, options: nil, &block)
|
848
|
+
def get_manifest(project, deployment, manifest, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
824
849
|
command = make_simple_command(:get, 'deploymentmanager/alpha/projects/{project}/global/deployments/{deployment}/manifests/{manifest}', options)
|
825
850
|
command.response_representation = Google::Apis::DeploymentmanagerAlpha::Manifest::Representation
|
826
851
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Manifest
|
827
852
|
command.params['project'] = project unless project.nil?
|
828
853
|
command.params['deployment'] = deployment unless deployment.nil?
|
829
854
|
command.params['manifest'] = manifest unless manifest.nil?
|
855
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
830
856
|
command.query['fields'] = fields unless fields.nil?
|
831
857
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
832
858
|
execute_or_queue_command(command, &block)
|
@@ -922,6 +948,7 @@ module Google
|
|
922
948
|
# The project ID for this request.
|
923
949
|
# @param [String] operation
|
924
950
|
# The name of the operation for this request.
|
951
|
+
# @param [Boolean] header_bypass_billing_filter
|
925
952
|
# @param [String] fields
|
926
953
|
# Selector specifying which fields to include in a partial response.
|
927
954
|
# @param [String] quota_user
|
@@ -939,12 +966,13 @@ module Google
|
|
939
966
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
940
967
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
941
968
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
942
|
-
def get_operation(project, operation, fields: nil, quota_user: nil, options: nil, &block)
|
969
|
+
def get_operation(project, operation, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
943
970
|
command = make_simple_command(:get, 'deploymentmanager/alpha/projects/{project}/global/operations/{operation}', options)
|
944
971
|
command.response_representation = Google::Apis::DeploymentmanagerAlpha::Operation::Representation
|
945
972
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Operation
|
946
973
|
command.params['project'] = project unless project.nil?
|
947
974
|
command.params['operation'] = operation unless operation.nil?
|
975
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
948
976
|
command.query['fields'] = fields unless fields.nil?
|
949
977
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
950
978
|
execute_or_queue_command(command, &block)
|
@@ -1039,6 +1067,7 @@ module Google
|
|
1039
1067
|
# The name of the deployment for this request.
|
1040
1068
|
# @param [String] resource
|
1041
1069
|
# The name of the resource for this request.
|
1070
|
+
# @param [Boolean] header_bypass_billing_filter
|
1042
1071
|
# @param [String] fields
|
1043
1072
|
# Selector specifying which fields to include in a partial response.
|
1044
1073
|
# @param [String] quota_user
|
@@ -1056,13 +1085,14 @@ module Google
|
|
1056
1085
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1057
1086
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1058
1087
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1059
|
-
def get_resource(project, deployment, resource, fields: nil, quota_user: nil, options: nil, &block)
|
1088
|
+
def get_resource(project, deployment, resource, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1060
1089
|
command = make_simple_command(:get, 'deploymentmanager/alpha/projects/{project}/global/deployments/{deployment}/resources/{resource}', options)
|
1061
1090
|
command.response_representation = Google::Apis::DeploymentmanagerAlpha::Resource::Representation
|
1062
1091
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Resource
|
1063
1092
|
command.params['project'] = project unless project.nil?
|
1064
1093
|
command.params['deployment'] = deployment unless deployment.nil?
|
1065
1094
|
command.params['resource'] = resource unless resource.nil?
|
1095
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
1066
1096
|
command.query['fields'] = fields unless fields.nil?
|
1067
1097
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1068
1098
|
execute_or_queue_command(command, &block)
|
@@ -1158,6 +1188,7 @@ module Google
|
|
1158
1188
|
# The project ID for this request.
|
1159
1189
|
# @param [String] type_provider
|
1160
1190
|
# The name of the type provider for this request.
|
1191
|
+
# @param [Boolean] header_bypass_billing_filter
|
1161
1192
|
# @param [String] fields
|
1162
1193
|
# Selector specifying which fields to include in a partial response.
|
1163
1194
|
# @param [String] quota_user
|
@@ -1175,12 +1206,13 @@ module Google
|
|
1175
1206
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1176
1207
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1177
1208
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1178
|
-
def delete_type_provider(project, type_provider, fields: nil, quota_user: nil, options: nil, &block)
|
1209
|
+
def delete_type_provider(project, type_provider, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1179
1210
|
command = make_simple_command(:delete, 'deploymentmanager/alpha/projects/{project}/global/typeProviders/{typeProvider}', options)
|
1180
1211
|
command.response_representation = Google::Apis::DeploymentmanagerAlpha::Operation::Representation
|
1181
1212
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Operation
|
1182
1213
|
command.params['project'] = project unless project.nil?
|
1183
1214
|
command.params['typeProvider'] = type_provider unless type_provider.nil?
|
1215
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
1184
1216
|
command.query['fields'] = fields unless fields.nil?
|
1185
1217
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1186
1218
|
execute_or_queue_command(command, &block)
|
@@ -1191,6 +1223,7 @@ module Google
|
|
1191
1223
|
# The project ID for this request.
|
1192
1224
|
# @param [String] type_provider
|
1193
1225
|
# The name of the type provider for this request.
|
1226
|
+
# @param [Boolean] header_bypass_billing_filter
|
1194
1227
|
# @param [String] fields
|
1195
1228
|
# Selector specifying which fields to include in a partial response.
|
1196
1229
|
# @param [String] quota_user
|
@@ -1208,12 +1241,13 @@ module Google
|
|
1208
1241
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1209
1242
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1210
1243
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1211
|
-
def get_type_provider(project, type_provider, fields: nil, quota_user: nil, options: nil, &block)
|
1244
|
+
def get_type_provider(project, type_provider, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1212
1245
|
command = make_simple_command(:get, 'deploymentmanager/alpha/projects/{project}/global/typeProviders/{typeProvider}', options)
|
1213
1246
|
command.response_representation = Google::Apis::DeploymentmanagerAlpha::TypeProvider::Representation
|
1214
1247
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::TypeProvider
|
1215
1248
|
command.params['project'] = project unless project.nil?
|
1216
1249
|
command.params['typeProvider'] = type_provider unless type_provider.nil?
|
1250
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
1217
1251
|
command.query['fields'] = fields unless fields.nil?
|
1218
1252
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1219
1253
|
execute_or_queue_command(command, &block)
|
@@ -1226,6 +1260,7 @@ module Google
|
|
1226
1260
|
# The name of the type provider for this request.
|
1227
1261
|
# @param [String] type
|
1228
1262
|
# The name of the type provider type for this request.
|
1263
|
+
# @param [Boolean] header_bypass_billing_filter
|
1229
1264
|
# @param [String] fields
|
1230
1265
|
# Selector specifying which fields to include in a partial response.
|
1231
1266
|
# @param [String] quota_user
|
@@ -1243,13 +1278,14 @@ module Google
|
|
1243
1278
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1244
1279
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1245
1280
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1246
|
-
def get_type_provider_type(project, type_provider, type, fields: nil, quota_user: nil, options: nil, &block)
|
1281
|
+
def get_type_provider_type(project, type_provider, type, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1247
1282
|
command = make_simple_command(:get, 'deploymentmanager/alpha/projects/{project}/global/typeProviders/{typeProvider}/types/{type}', options)
|
1248
1283
|
command.response_representation = Google::Apis::DeploymentmanagerAlpha::TypeInfo::Representation
|
1249
1284
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::TypeInfo
|
1250
1285
|
command.params['project'] = project unless project.nil?
|
1251
1286
|
command.params['typeProvider'] = type_provider unless type_provider.nil?
|
1252
1287
|
command.params['type'] = type unless type.nil?
|
1288
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
1253
1289
|
command.query['fields'] = fields unless fields.nil?
|
1254
1290
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1255
1291
|
execute_or_queue_command(command, &block)
|
@@ -1259,6 +1295,7 @@ module Google
|
|
1259
1295
|
# @param [String] project
|
1260
1296
|
# The project ID for this request.
|
1261
1297
|
# @param [Google::Apis::DeploymentmanagerAlpha::TypeProvider] type_provider_object
|
1298
|
+
# @param [Boolean] header_bypass_billing_filter
|
1262
1299
|
# @param [String] fields
|
1263
1300
|
# Selector specifying which fields to include in a partial response.
|
1264
1301
|
# @param [String] quota_user
|
@@ -1276,13 +1313,14 @@ module Google
|
|
1276
1313
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1277
1314
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1278
1315
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1279
|
-
def insert_type_provider(project, type_provider_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1316
|
+
def insert_type_provider(project, type_provider_object = nil, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1280
1317
|
command = make_simple_command(:post, 'deploymentmanager/alpha/projects/{project}/global/typeProviders', options)
|
1281
1318
|
command.request_representation = Google::Apis::DeploymentmanagerAlpha::TypeProvider::Representation
|
1282
1319
|
command.request_object = type_provider_object
|
1283
1320
|
command.response_representation = Google::Apis::DeploymentmanagerAlpha::Operation::Representation
|
1284
1321
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Operation
|
1285
1322
|
command.params['project'] = project unless project.nil?
|
1323
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
1286
1324
|
command.query['fields'] = fields unless fields.nil?
|
1287
1325
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1288
1326
|
execute_or_queue_command(command, &block)
|
@@ -1461,6 +1499,7 @@ module Google
|
|
1461
1499
|
# @param [String] type_provider
|
1462
1500
|
# The name of the type provider for this request.
|
1463
1501
|
# @param [Google::Apis::DeploymentmanagerAlpha::TypeProvider] type_provider_object
|
1502
|
+
# @param [Boolean] header_bypass_billing_filter
|
1464
1503
|
# @param [String] fields
|
1465
1504
|
# Selector specifying which fields to include in a partial response.
|
1466
1505
|
# @param [String] quota_user
|
@@ -1478,7 +1517,7 @@ module Google
|
|
1478
1517
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1479
1518
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1480
1519
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1481
|
-
def patch_type_provider(project, type_provider, type_provider_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1520
|
+
def patch_type_provider(project, type_provider, type_provider_object = nil, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1482
1521
|
command = make_simple_command(:patch, 'deploymentmanager/alpha/projects/{project}/global/typeProviders/{typeProvider}', options)
|
1483
1522
|
command.request_representation = Google::Apis::DeploymentmanagerAlpha::TypeProvider::Representation
|
1484
1523
|
command.request_object = type_provider_object
|
@@ -1486,6 +1525,7 @@ module Google
|
|
1486
1525
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Operation
|
1487
1526
|
command.params['project'] = project unless project.nil?
|
1488
1527
|
command.params['typeProvider'] = type_provider unless type_provider.nil?
|
1528
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
1489
1529
|
command.query['fields'] = fields unless fields.nil?
|
1490
1530
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1491
1531
|
execute_or_queue_command(command, &block)
|
@@ -1497,6 +1537,7 @@ module Google
|
|
1497
1537
|
# @param [String] type_provider
|
1498
1538
|
# The name of the type provider for this request.
|
1499
1539
|
# @param [Google::Apis::DeploymentmanagerAlpha::TypeProvider] type_provider_object
|
1540
|
+
# @param [Boolean] header_bypass_billing_filter
|
1500
1541
|
# @param [String] fields
|
1501
1542
|
# Selector specifying which fields to include in a partial response.
|
1502
1543
|
# @param [String] quota_user
|
@@ -1514,7 +1555,7 @@ module Google
|
|
1514
1555
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1515
1556
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1516
1557
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1517
|
-
def update_type_provider(project, type_provider, type_provider_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1558
|
+
def update_type_provider(project, type_provider, type_provider_object = nil, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1518
1559
|
command = make_simple_command(:put, 'deploymentmanager/alpha/projects/{project}/global/typeProviders/{typeProvider}', options)
|
1519
1560
|
command.request_representation = Google::Apis::DeploymentmanagerAlpha::TypeProvider::Representation
|
1520
1561
|
command.request_object = type_provider_object
|
@@ -1522,6 +1563,7 @@ module Google
|
|
1522
1563
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Operation
|
1523
1564
|
command.params['project'] = project unless project.nil?
|
1524
1565
|
command.params['typeProvider'] = type_provider unless type_provider.nil?
|
1566
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
1525
1567
|
command.query['fields'] = fields unless fields.nil?
|
1526
1568
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1527
1569
|
execute_or_queue_command(command, &block)
|
@@ -1532,6 +1574,7 @@ module Google
|
|
1532
1574
|
# The project ID for this request.
|
1533
1575
|
# @param [String] type
|
1534
1576
|
# The name of the type for this request.
|
1577
|
+
# @param [Boolean] header_bypass_billing_filter
|
1535
1578
|
# @param [String] fields
|
1536
1579
|
# Selector specifying which fields to include in a partial response.
|
1537
1580
|
# @param [String] quota_user
|
@@ -1549,12 +1592,13 @@ module Google
|
|
1549
1592
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1550
1593
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1551
1594
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1552
|
-
def get_type(project, type, fields: nil, quota_user: nil, options: nil, &block)
|
1595
|
+
def get_type(project, type, header_bypass_billing_filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1553
1596
|
command = make_simple_command(:get, 'deploymentmanager/alpha/projects/{project}/global/types/{type}', options)
|
1554
1597
|
command.response_representation = Google::Apis::DeploymentmanagerAlpha::Type::Representation
|
1555
1598
|
command.response_class = Google::Apis::DeploymentmanagerAlpha::Type
|
1556
1599
|
command.params['project'] = project unless project.nil?
|
1557
1600
|
command.params['type'] = type unless type.nil?
|
1601
|
+
command.query['header.bypassBillingFilter'] = header_bypass_billing_filter unless header_bypass_billing_filter.nil?
|
1558
1602
|
command.query['fields'] = fields unless fields.nil?
|
1559
1603
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1560
1604
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-deploymentmanager_alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-12 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.33.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_alpha
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.2
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Cloud Deployment Manager V2 API Alpha
|
82
79
|
test_files: []
|