google-api-client 0.21.0 → 0.21.1
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 +8 -0
- data/generated/google/apis/analytics_v3.rb +1 -1
- data/generated/google/apis/analytics_v3/classes.rb +19 -0
- data/generated/google/apis/analytics_v3/representations.rb +2 -0
- data/generated/google/apis/compute_alpha.rb +1 -1
- data/generated/google/apis/compute_alpha/classes.rb +872 -162
- data/generated/google/apis/compute_alpha/representations.rb +311 -19
- data/generated/google/apis/compute_alpha/service.rb +516 -60
- data/generated/google/apis/compute_beta.rb +1 -1
- data/generated/google/apis/compute_beta/classes.rb +61 -2
- data/generated/google/apis/compute_beta/representations.rb +18 -0
- data/generated/google/apis/compute_beta/service.rb +7 -8
- data/generated/google/apis/compute_v1.rb +1 -1
- data/generated/google/apis/compute_v1/classes.rb +199 -1
- data/generated/google/apis/compute_v1/representations.rb +81 -0
- data/generated/google/apis/compute_v1/service.rb +548 -5
- data/generated/google/apis/sourcerepo_v1.rb +1 -1
- data/generated/google/apis/sourcerepo_v1/classes.rb +160 -8
- data/generated/google/apis/sourcerepo_v1/representations.rb +63 -0
- data/generated/google/apis/sourcerepo_v1/service.rb +99 -0
- data/lib/google/apis/version.rb +1 -1
- metadata +2 -2
@@ -820,6 +820,12 @@ module Google
|
|
820
820
|
include Google::Apis::Core::JsonObjectSupport
|
821
821
|
end
|
822
822
|
|
823
|
+
class GlobalSetPolicyRequest
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
823
829
|
class GuestAttributes
|
824
830
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
831
|
|
@@ -2434,6 +2440,12 @@ module Google
|
|
2434
2440
|
include Google::Apis::Core::JsonObjectSupport
|
2435
2441
|
end
|
2436
2442
|
|
2443
|
+
class PreconfiguredWafSet
|
2444
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2445
|
+
|
2446
|
+
include Google::Apis::Core::JsonObjectSupport
|
2447
|
+
end
|
2448
|
+
|
2437
2449
|
class Project
|
2438
2450
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2439
2451
|
|
@@ -2704,6 +2716,12 @@ module Google
|
|
2704
2716
|
include Google::Apis::Core::JsonObjectSupport
|
2705
2717
|
end
|
2706
2718
|
|
2719
|
+
class RegionSetPolicyRequest
|
2720
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2721
|
+
|
2722
|
+
include Google::Apis::Core::JsonObjectSupport
|
2723
|
+
end
|
2724
|
+
|
2707
2725
|
class RegionUrlMapsValidateRequest
|
2708
2726
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2709
2727
|
|
@@ -2890,12 +2908,6 @@ module Google
|
|
2890
2908
|
include Google::Apis::Core::JsonObjectSupport
|
2891
2909
|
end
|
2892
2910
|
|
2893
|
-
class RouterAdvertisedPrefix
|
2894
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2895
|
-
|
2896
|
-
include Google::Apis::Core::JsonObjectSupport
|
2897
|
-
end
|
2898
|
-
|
2899
2911
|
class RouterAggregatedList
|
2900
2912
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2901
2913
|
|
@@ -3034,6 +3046,18 @@ module Google
|
|
3034
3046
|
include Google::Apis::Core::JsonObjectSupport
|
3035
3047
|
end
|
3036
3048
|
|
3049
|
+
class SecurityPoliciesListPreconfiguredExpressionSetsResponse
|
3050
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3051
|
+
|
3052
|
+
include Google::Apis::Core::JsonObjectSupport
|
3053
|
+
end
|
3054
|
+
|
3055
|
+
class SecurityPoliciesWafConfig
|
3056
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3057
|
+
|
3058
|
+
include Google::Apis::Core::JsonObjectSupport
|
3059
|
+
end
|
3060
|
+
|
3037
3061
|
class SecurityPolicy
|
3038
3062
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3039
3063
|
|
@@ -3838,6 +3862,72 @@ module Google
|
|
3838
3862
|
include Google::Apis::Core::JsonObjectSupport
|
3839
3863
|
end
|
3840
3864
|
|
3865
|
+
class VpnGateway
|
3866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3867
|
+
|
3868
|
+
include Google::Apis::Core::JsonObjectSupport
|
3869
|
+
end
|
3870
|
+
|
3871
|
+
class VpnGatewayAggregatedList
|
3872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3873
|
+
|
3874
|
+
class Warning
|
3875
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3876
|
+
|
3877
|
+
class Datum
|
3878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3879
|
+
|
3880
|
+
include Google::Apis::Core::JsonObjectSupport
|
3881
|
+
end
|
3882
|
+
|
3883
|
+
include Google::Apis::Core::JsonObjectSupport
|
3884
|
+
end
|
3885
|
+
|
3886
|
+
include Google::Apis::Core::JsonObjectSupport
|
3887
|
+
end
|
3888
|
+
|
3889
|
+
class VpnGatewayList
|
3890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3891
|
+
|
3892
|
+
class Warning
|
3893
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3894
|
+
|
3895
|
+
class Datum
|
3896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3897
|
+
|
3898
|
+
include Google::Apis::Core::JsonObjectSupport
|
3899
|
+
end
|
3900
|
+
|
3901
|
+
include Google::Apis::Core::JsonObjectSupport
|
3902
|
+
end
|
3903
|
+
|
3904
|
+
include Google::Apis::Core::JsonObjectSupport
|
3905
|
+
end
|
3906
|
+
|
3907
|
+
class VpnGatewayVpnGatewayInterface
|
3908
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3909
|
+
|
3910
|
+
include Google::Apis::Core::JsonObjectSupport
|
3911
|
+
end
|
3912
|
+
|
3913
|
+
class VpnGatewaysScopedList
|
3914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3915
|
+
|
3916
|
+
class Warning
|
3917
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3918
|
+
|
3919
|
+
class Datum
|
3920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3921
|
+
|
3922
|
+
include Google::Apis::Core::JsonObjectSupport
|
3923
|
+
end
|
3924
|
+
|
3925
|
+
include Google::Apis::Core::JsonObjectSupport
|
3926
|
+
end
|
3927
|
+
|
3928
|
+
include Google::Apis::Core::JsonObjectSupport
|
3929
|
+
end
|
3930
|
+
|
3841
3931
|
class VpnTunnel
|
3842
3932
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3843
3933
|
|
@@ -3898,6 +3988,18 @@ module Google
|
|
3898
3988
|
include Google::Apis::Core::JsonObjectSupport
|
3899
3989
|
end
|
3900
3990
|
|
3991
|
+
class WafExpressionSet
|
3992
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3993
|
+
|
3994
|
+
include Google::Apis::Core::JsonObjectSupport
|
3995
|
+
end
|
3996
|
+
|
3997
|
+
class WafExpressionSetExpression
|
3998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3999
|
+
|
4000
|
+
include Google::Apis::Core::JsonObjectSupport
|
4001
|
+
end
|
4002
|
+
|
3901
4003
|
class XpnHostList
|
3902
4004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3903
4005
|
|
@@ -3952,6 +4054,12 @@ module Google
|
|
3952
4054
|
include Google::Apis::Core::JsonObjectSupport
|
3953
4055
|
end
|
3954
4056
|
|
4057
|
+
class ZoneSetPolicyRequest
|
4058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4059
|
+
|
4060
|
+
include Google::Apis::Core::JsonObjectSupport
|
4061
|
+
end
|
4062
|
+
|
3955
4063
|
class AcceleratorConfig
|
3956
4064
|
# @private
|
3957
4065
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5045,6 +5153,7 @@ module Google
|
|
5045
5153
|
property :id, :numeric_string => true, as: 'id'
|
5046
5154
|
property :kind, as: 'kind'
|
5047
5155
|
property :name, as: 'name'
|
5156
|
+
property :region, as: 'region'
|
5048
5157
|
property :self_link, as: 'selfLink'
|
5049
5158
|
property :valid_disk_size, as: 'validDiskSize'
|
5050
5159
|
property :zone, as: 'zone'
|
@@ -5437,6 +5546,17 @@ module Google
|
|
5437
5546
|
end
|
5438
5547
|
end
|
5439
5548
|
|
5549
|
+
class GlobalSetPolicyRequest
|
5550
|
+
# @private
|
5551
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5552
|
+
collection :bindings, as: 'bindings', class: Google::Apis::ComputeAlpha::Binding, decorator: Google::Apis::ComputeAlpha::Binding::Representation
|
5553
|
+
|
5554
|
+
property :etag, :base64 => true, as: 'etag'
|
5555
|
+
property :policy, as: 'policy', class: Google::Apis::ComputeAlpha::Policy, decorator: Google::Apis::ComputeAlpha::Policy::Representation
|
5556
|
+
|
5557
|
+
end
|
5558
|
+
end
|
5559
|
+
|
5440
5560
|
class GuestAttributes
|
5441
5561
|
# @private
|
5442
5562
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8415,6 +8535,7 @@ module Google
|
|
8415
8535
|
class PerInstanceConfig
|
8416
8536
|
# @private
|
8417
8537
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8538
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
8418
8539
|
property :instance, as: 'instance'
|
8419
8540
|
property :override, as: 'override', class: Google::Apis::ComputeAlpha::ManagedInstanceOverride, decorator: Google::Apis::ComputeAlpha::ManagedInstanceOverride::Representation
|
8420
8541
|
|
@@ -8436,6 +8557,14 @@ module Google
|
|
8436
8557
|
end
|
8437
8558
|
end
|
8438
8559
|
|
8560
|
+
class PreconfiguredWafSet
|
8561
|
+
# @private
|
8562
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8563
|
+
collection :expression_sets, as: 'expressionSets', class: Google::Apis::ComputeAlpha::WafExpressionSet, decorator: Google::Apis::ComputeAlpha::WafExpressionSet::Representation
|
8564
|
+
|
8565
|
+
end
|
8566
|
+
end
|
8567
|
+
|
8439
8568
|
class Project
|
8440
8569
|
# @private
|
8441
8570
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8872,6 +9001,17 @@ module Google
|
|
8872
9001
|
end
|
8873
9002
|
end
|
8874
9003
|
|
9004
|
+
class RegionSetPolicyRequest
|
9005
|
+
# @private
|
9006
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9007
|
+
collection :bindings, as: 'bindings', class: Google::Apis::ComputeAlpha::Binding, decorator: Google::Apis::ComputeAlpha::Binding::Representation
|
9008
|
+
|
9009
|
+
property :etag, :base64 => true, as: 'etag'
|
9010
|
+
property :policy, as: 'policy', class: Google::Apis::ComputeAlpha::Policy, decorator: Google::Apis::ComputeAlpha::Policy::Representation
|
9011
|
+
|
9012
|
+
end
|
9013
|
+
end
|
9014
|
+
|
8875
9015
|
class RegionUrlMapsValidateRequest
|
8876
9016
|
# @private
|
8877
9017
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9042,7 +9182,6 @@ module Google
|
|
9042
9182
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9043
9183
|
property :guest_flush, as: 'guestFlush'
|
9044
9184
|
hash :labels, as: 'labels'
|
9045
|
-
collection :storage_locations, as: 'storageLocations'
|
9046
9185
|
end
|
9047
9186
|
end
|
9048
9187
|
|
@@ -9205,14 +9344,6 @@ module Google
|
|
9205
9344
|
end
|
9206
9345
|
end
|
9207
9346
|
|
9208
|
-
class RouterAdvertisedPrefix
|
9209
|
-
# @private
|
9210
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9211
|
-
property :description, as: 'description'
|
9212
|
-
property :prefix, as: 'prefix'
|
9213
|
-
end
|
9214
|
-
end
|
9215
|
-
|
9216
9347
|
class RouterAggregatedList
|
9217
9348
|
# @private
|
9218
9349
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9252,8 +9383,6 @@ module Google
|
|
9252
9383
|
collection :advertised_groups, as: 'advertisedGroups'
|
9253
9384
|
collection :advertised_ip_ranges, as: 'advertisedIpRanges', class: Google::Apis::ComputeAlpha::RouterAdvertisedIpRange, decorator: Google::Apis::ComputeAlpha::RouterAdvertisedIpRange::Representation
|
9254
9385
|
|
9255
|
-
collection :advertised_prefixs, as: 'advertisedPrefixs', class: Google::Apis::ComputeAlpha::RouterAdvertisedPrefix, decorator: Google::Apis::ComputeAlpha::RouterAdvertisedPrefix::Representation
|
9256
|
-
|
9257
9386
|
property :asn, as: 'asn'
|
9258
9387
|
end
|
9259
9388
|
end
|
@@ -9265,8 +9394,6 @@ module Google
|
|
9265
9394
|
collection :advertised_groups, as: 'advertisedGroups'
|
9266
9395
|
collection :advertised_ip_ranges, as: 'advertisedIpRanges', class: Google::Apis::ComputeAlpha::RouterAdvertisedIpRange, decorator: Google::Apis::ComputeAlpha::RouterAdvertisedIpRange::Representation
|
9267
9396
|
|
9268
|
-
collection :advertised_prefixs, as: 'advertisedPrefixs', class: Google::Apis::ComputeAlpha::RouterAdvertisedPrefix, decorator: Google::Apis::ComputeAlpha::RouterAdvertisedPrefix::Representation
|
9269
|
-
|
9270
9397
|
property :advertised_route_priority, as: 'advertisedRoutePriority'
|
9271
9398
|
property :interface_name, as: 'interfaceName'
|
9272
9399
|
property :ip_address, as: 'ipAddress'
|
@@ -9478,6 +9605,22 @@ module Google
|
|
9478
9605
|
end
|
9479
9606
|
end
|
9480
9607
|
|
9608
|
+
class SecurityPoliciesListPreconfiguredExpressionSetsResponse
|
9609
|
+
# @private
|
9610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9611
|
+
property :preconfigured_expression_sets, as: 'preconfiguredExpressionSets', class: Google::Apis::ComputeAlpha::SecurityPoliciesWafConfig, decorator: Google::Apis::ComputeAlpha::SecurityPoliciesWafConfig::Representation
|
9612
|
+
|
9613
|
+
end
|
9614
|
+
end
|
9615
|
+
|
9616
|
+
class SecurityPoliciesWafConfig
|
9617
|
+
# @private
|
9618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9619
|
+
property :waf_rules, as: 'wafRules', class: Google::Apis::ComputeAlpha::PreconfiguredWafSet, decorator: Google::Apis::ComputeAlpha::PreconfiguredWafSet::Representation
|
9620
|
+
|
9621
|
+
end
|
9622
|
+
end
|
9623
|
+
|
9481
9624
|
class SecurityPolicy
|
9482
9625
|
# @private
|
9483
9626
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10875,6 +11018,125 @@ module Google
|
|
10875
11018
|
end
|
10876
11019
|
end
|
10877
11020
|
|
11021
|
+
class VpnGateway
|
11022
|
+
# @private
|
11023
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11024
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
11025
|
+
property :description, as: 'description'
|
11026
|
+
property :id, :numeric_string => true, as: 'id'
|
11027
|
+
property :kind, as: 'kind'
|
11028
|
+
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
11029
|
+
hash :labels, as: 'labels'
|
11030
|
+
property :name, as: 'name'
|
11031
|
+
property :network, as: 'network'
|
11032
|
+
property :redundancy, as: 'redundancy'
|
11033
|
+
property :region, as: 'region'
|
11034
|
+
property :self_link, as: 'selfLink'
|
11035
|
+
collection :vpn_interfaces, as: 'vpnInterfaces', class: Google::Apis::ComputeAlpha::VpnGatewayVpnGatewayInterface, decorator: Google::Apis::ComputeAlpha::VpnGatewayVpnGatewayInterface::Representation
|
11036
|
+
|
11037
|
+
end
|
11038
|
+
end
|
11039
|
+
|
11040
|
+
class VpnGatewayAggregatedList
|
11041
|
+
# @private
|
11042
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11043
|
+
property :id, as: 'id'
|
11044
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::VpnGatewaysScopedList, decorator: Google::Apis::ComputeAlpha::VpnGatewaysScopedList::Representation
|
11045
|
+
|
11046
|
+
property :kind, as: 'kind'
|
11047
|
+
property :next_page_token, as: 'nextPageToken'
|
11048
|
+
property :self_link, as: 'selfLink'
|
11049
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::VpnGatewayAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::VpnGatewayAggregatedList::Warning::Representation
|
11050
|
+
|
11051
|
+
end
|
11052
|
+
|
11053
|
+
class Warning
|
11054
|
+
# @private
|
11055
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11056
|
+
property :code, as: 'code'
|
11057
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::VpnGatewayAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::VpnGatewayAggregatedList::Warning::Datum::Representation
|
11058
|
+
|
11059
|
+
property :message, as: 'message'
|
11060
|
+
end
|
11061
|
+
|
11062
|
+
class Datum
|
11063
|
+
# @private
|
11064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11065
|
+
property :key, as: 'key'
|
11066
|
+
property :value, as: 'value'
|
11067
|
+
end
|
11068
|
+
end
|
11069
|
+
end
|
11070
|
+
end
|
11071
|
+
|
11072
|
+
class VpnGatewayList
|
11073
|
+
# @private
|
11074
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11075
|
+
property :id, as: 'id'
|
11076
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::VpnGateway, decorator: Google::Apis::ComputeAlpha::VpnGateway::Representation
|
11077
|
+
|
11078
|
+
property :kind, as: 'kind'
|
11079
|
+
property :next_page_token, as: 'nextPageToken'
|
11080
|
+
property :self_link, as: 'selfLink'
|
11081
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::VpnGatewayList::Warning, decorator: Google::Apis::ComputeAlpha::VpnGatewayList::Warning::Representation
|
11082
|
+
|
11083
|
+
end
|
11084
|
+
|
11085
|
+
class Warning
|
11086
|
+
# @private
|
11087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11088
|
+
property :code, as: 'code'
|
11089
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::VpnGatewayList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::VpnGatewayList::Warning::Datum::Representation
|
11090
|
+
|
11091
|
+
property :message, as: 'message'
|
11092
|
+
end
|
11093
|
+
|
11094
|
+
class Datum
|
11095
|
+
# @private
|
11096
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11097
|
+
property :key, as: 'key'
|
11098
|
+
property :value, as: 'value'
|
11099
|
+
end
|
11100
|
+
end
|
11101
|
+
end
|
11102
|
+
end
|
11103
|
+
|
11104
|
+
class VpnGatewayVpnGatewayInterface
|
11105
|
+
# @private
|
11106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11107
|
+
property :id, as: 'id'
|
11108
|
+
property :ip_address, as: 'ipAddress'
|
11109
|
+
end
|
11110
|
+
end
|
11111
|
+
|
11112
|
+
class VpnGatewaysScopedList
|
11113
|
+
# @private
|
11114
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11115
|
+
collection :vpn_gateways, as: 'vpnGateways', class: Google::Apis::ComputeAlpha::VpnGateway, decorator: Google::Apis::ComputeAlpha::VpnGateway::Representation
|
11116
|
+
|
11117
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::VpnGatewaysScopedList::Warning, decorator: Google::Apis::ComputeAlpha::VpnGatewaysScopedList::Warning::Representation
|
11118
|
+
|
11119
|
+
end
|
11120
|
+
|
11121
|
+
class Warning
|
11122
|
+
# @private
|
11123
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11124
|
+
property :code, as: 'code'
|
11125
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::VpnGatewaysScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::VpnGatewaysScopedList::Warning::Datum::Representation
|
11126
|
+
|
11127
|
+
property :message, as: 'message'
|
11128
|
+
end
|
11129
|
+
|
11130
|
+
class Datum
|
11131
|
+
# @private
|
11132
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11133
|
+
property :key, as: 'key'
|
11134
|
+
property :value, as: 'value'
|
11135
|
+
end
|
11136
|
+
end
|
11137
|
+
end
|
11138
|
+
end
|
11139
|
+
|
10878
11140
|
class VpnTunnel
|
10879
11141
|
# @private
|
10880
11142
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10897,6 +11159,8 @@ module Google
|
|
10897
11159
|
property :shared_secret_hash, as: 'sharedSecretHash'
|
10898
11160
|
property :status, as: 'status'
|
10899
11161
|
property :target_vpn_gateway, as: 'targetVpnGateway'
|
11162
|
+
property :vpn_gateway, as: 'vpnGateway'
|
11163
|
+
property :vpn_gateway_interface, as: 'vpnGatewayInterface'
|
10900
11164
|
end
|
10901
11165
|
end
|
10902
11166
|
|
@@ -10992,6 +11256,23 @@ module Google
|
|
10992
11256
|
end
|
10993
11257
|
end
|
10994
11258
|
|
11259
|
+
class WafExpressionSet
|
11260
|
+
# @private
|
11261
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11262
|
+
collection :aliases, as: 'aliases'
|
11263
|
+
collection :expressions, as: 'expressions', class: Google::Apis::ComputeAlpha::WafExpressionSetExpression, decorator: Google::Apis::ComputeAlpha::WafExpressionSetExpression::Representation
|
11264
|
+
|
11265
|
+
property :id, as: 'id'
|
11266
|
+
end
|
11267
|
+
end
|
11268
|
+
|
11269
|
+
class WafExpressionSetExpression
|
11270
|
+
# @private
|
11271
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11272
|
+
property :id, as: 'id'
|
11273
|
+
end
|
11274
|
+
end
|
11275
|
+
|
10995
11276
|
class XpnHostList
|
10996
11277
|
# @private
|
10997
11278
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11088,6 +11369,17 @@ module Google
|
|
11088
11369
|
hash :labels, as: 'labels'
|
11089
11370
|
end
|
11090
11371
|
end
|
11372
|
+
|
11373
|
+
class ZoneSetPolicyRequest
|
11374
|
+
# @private
|
11375
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11376
|
+
collection :bindings, as: 'bindings', class: Google::Apis::ComputeAlpha::Binding, decorator: Google::Apis::ComputeAlpha::Binding::Representation
|
11377
|
+
|
11378
|
+
property :etag, :base64 => true, as: 'etag'
|
11379
|
+
property :policy, as: 'policy', class: Google::Apis::ComputeAlpha::Policy, decorator: Google::Apis::ComputeAlpha::Policy::Representation
|
11380
|
+
|
11381
|
+
end
|
11382
|
+
end
|
11091
11383
|
end
|
11092
11384
|
end
|
11093
11385
|
end
|