google-api-client 0.19.5 → 0.19.6
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 +30 -0
- data/generated/google/apis/adexchangebuyer2_v2beta1.rb +1 -1
- data/generated/google/apis/adexchangebuyer2_v2beta1/classes.rb +7 -0
- data/generated/google/apis/adexchangebuyer2_v2beta1/representations.rb +1 -0
- data/generated/google/apis/appengine_v1.rb +1 -1
- data/generated/google/apis/appengine_v1/classes.rb +7 -0
- data/generated/google/apis/appengine_v1/representations.rb +1 -0
- data/generated/google/apis/appengine_v1beta.rb +1 -1
- data/generated/google/apis/appengine_v1beta/classes.rb +7 -0
- data/generated/google/apis/appengine_v1beta/representations.rb +1 -0
- data/generated/google/apis/bigquery_v2.rb +1 -1
- data/generated/google/apis/bigquery_v2/classes.rb +34 -6
- data/generated/google/apis/bigquery_v2/representations.rb +5 -1
- data/generated/google/apis/bigquery_v2/service.rb +15 -3
- data/generated/google/apis/bigquerydatatransfer_v1.rb +1 -1
- data/generated/google/apis/bigquerydatatransfer_v1/classes.rb +1 -0
- data/generated/google/apis/calendar_v3.rb +1 -1
- data/generated/google/apis/calendar_v3/classes.rb +45 -0
- data/generated/google/apis/calendar_v3/representations.rb +29 -0
- data/generated/google/apis/cloudbuild_v1.rb +1 -1
- data/generated/google/apis/cloudbuild_v1/classes.rb +11 -2
- data/generated/google/apis/compute_alpha.rb +1 -1
- data/generated/google/apis/compute_alpha/classes.rb +64 -30
- data/generated/google/apis/compute_alpha/representations.rb +1 -0
- data/generated/google/apis/compute_alpha/service.rb +142 -5
- data/generated/google/apis/compute_beta.rb +1 -1
- data/generated/google/apis/compute_beta/classes.rb +55 -29
- data/generated/google/apis/compute_beta/service.rb +3 -3
- data/generated/google/apis/compute_v1.rb +1 -1
- data/generated/google/apis/compute_v1/classes.rb +219 -23
- data/generated/google/apis/compute_v1/representations.rb +68 -0
- data/generated/google/apis/compute_v1/service.rb +148 -3
- data/generated/google/apis/dialogflow_v2beta1.rb +1 -1
- data/generated/google/apis/dialogflow_v2beta1/classes.rb +1769 -367
- data/generated/google/apis/dialogflow_v2beta1/representations.rb +813 -223
- data/generated/google/apis/dialogflow_v2beta1/service.rb +224 -224
- data/generated/google/apis/dlp_v2beta1.rb +1 -1
- data/generated/google/apis/dlp_v2beta1/classes.rb +3 -1
- data/generated/google/apis/dlp_v2beta2.rb +1 -1
- data/generated/google/apis/dlp_v2beta2/classes.rb +3 -1
- data/generated/google/apis/drive_v2.rb +1 -1
- data/generated/google/apis/drive_v2/classes.rb +2 -1
- data/generated/google/apis/gmail_v1.rb +1 -1
- data/generated/google/apis/gmail_v1/classes.rb +24 -24
- data/generated/google/apis/ml_v1.rb +1 -1
- data/generated/google/apis/ml_v1/classes.rb +16 -0
- data/generated/google/apis/ml_v1/representations.rb +2 -0
- data/generated/google/apis/monitoring_v3.rb +1 -1
- data/generated/google/apis/monitoring_v3/classes.rb +9 -1
- data/generated/google/apis/monitoring_v3/representations.rb +1 -0
- data/generated/google/apis/poly_v1.rb +1 -1
- data/generated/google/apis/poly_v1/classes.rb +9 -0
- data/generated/google/apis/poly_v1/representations.rb +1 -0
- data/generated/google/apis/safebrowsing_v4.rb +1 -1
- data/generated/google/apis/safebrowsing_v4/classes.rb +7 -0
- data/generated/google/apis/safebrowsing_v4/representations.rb +1 -0
- data/generated/google/apis/serviceconsumermanagement_v1.rb +1 -1
- data/generated/google/apis/serviceconsumermanagement_v1/classes.rb +4 -2
- data/generated/google/apis/sheets_v4.rb +1 -1
- data/generated/google/apis/sheets_v4/classes.rb +282 -0
- data/generated/google/apis/sheets_v4/representations.rb +66 -0
- data/generated/google/apis/slides_v1.rb +1 -1
- data/generated/google/apis/slides_v1/classes.rb +15 -0
- data/generated/google/apis/slides_v1/representations.rb +1 -0
- data/generated/google/apis/slides_v1/service.rb +1 -0
- data/generated/google/apis/sqladmin_v1beta3.rb +1 -1
- data/generated/google/apis/sqladmin_v1beta3/classes.rb +17 -0
- data/generated/google/apis/sqladmin_v1beta3/representations.rb +2 -0
- data/generated/google/apis/sqladmin_v1beta4.rb +1 -1
- data/generated/google/apis/sqladmin_v1beta4/classes.rb +37 -15
- data/generated/google/apis/sqladmin_v1beta4/representations.rb +2 -0
- data/generated/google/apis/sqladmin_v1beta4/service.rb +1 -2
- data/generated/google/apis/testing_v1.rb +1 -1
- data/generated/google/apis/tpu_v1alpha1.rb +1 -1
- data/generated/google/apis/youtube_partner_v1.rb +1 -1
- data/lib/google/apis/version.rb +1 -1
- metadata +2 -2
|
@@ -25,7 +25,7 @@ module Google
|
|
|
25
25
|
# @see https://developers.google.com/compute/docs/reference/latest/
|
|
26
26
|
module ComputeBeta
|
|
27
27
|
VERSION = 'Beta'
|
|
28
|
-
REVISION = '
|
|
28
|
+
REVISION = '20180112'
|
|
29
29
|
|
|
30
30
|
# View and manage your data across Google Cloud Platform services
|
|
31
31
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
|
@@ -98,7 +98,8 @@ module Google
|
|
|
98
98
|
attr_accessor :self_link
|
|
99
99
|
|
|
100
100
|
# [Output Only] The name of the zone where the accelerator type resides, such as
|
|
101
|
-
# us-central1-a.
|
|
101
|
+
# us-central1-a. You must specify this field as part of the HTTP request URL. It
|
|
102
|
+
# is not settable as a field in the request body.
|
|
102
103
|
# Corresponds to the JSON property `zone`
|
|
103
104
|
# @return [String]
|
|
104
105
|
attr_accessor :zone
|
|
@@ -582,7 +583,8 @@ module Google
|
|
|
582
583
|
attr_accessor :name
|
|
583
584
|
|
|
584
585
|
# [Output Only] URL of the region where the regional address resides. This field
|
|
585
|
-
# is not applicable to global addresses.
|
|
586
|
+
# is not applicable to global addresses. You must specify this field as part of
|
|
587
|
+
# the HTTP request URL. You cannot set this field in the request body.
|
|
586
588
|
# Corresponds to the JSON property `region`
|
|
587
589
|
# @return [String]
|
|
588
590
|
attr_accessor :region
|
|
@@ -1220,7 +1222,8 @@ module Google
|
|
|
1220
1222
|
# ] `
|
|
1221
1223
|
# For fooservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ
|
|
1222
1224
|
# logging. It also exempts foo@gmail.com from DATA_READ logging, and bar@gmail.
|
|
1223
|
-
# com from DATA_WRITE logging.
|
|
1225
|
+
# com from DATA_WRITE logging. This message is only visible as GOOGLE_INTERNAL
|
|
1226
|
+
# or IAM_AUDIT_CONFIG.
|
|
1224
1227
|
class AuditConfig
|
|
1225
1228
|
include Google::Apis::Core::Hashable
|
|
1226
1229
|
|
|
@@ -2397,7 +2400,9 @@ module Google
|
|
|
2397
2400
|
attr_accessor :protocol
|
|
2398
2401
|
|
|
2399
2402
|
# [Output Only] URL of the region where the regional backend service resides.
|
|
2400
|
-
# This field is not applicable to global backend services.
|
|
2403
|
+
# This field is not applicable to global backend services. You must specify this
|
|
2404
|
+
# field as part of the HTTP request URL. It is not settable as a field in the
|
|
2405
|
+
# request body.
|
|
2401
2406
|
# Corresponds to the JSON property `region`
|
|
2402
2407
|
# @return [String]
|
|
2403
2408
|
attr_accessor :region
|
|
@@ -3832,7 +3837,9 @@ module Google
|
|
|
3832
3837
|
# @return [Array<String>]
|
|
3833
3838
|
attr_accessor :users
|
|
3834
3839
|
|
|
3835
|
-
# [Output Only] URL of the zone where the disk resides.
|
|
3840
|
+
# [Output Only] URL of the zone where the disk resides. You must specify this
|
|
3841
|
+
# field as part of the HTTP request URL. It is not settable as a field in the
|
|
3842
|
+
# request body.
|
|
3836
3843
|
# Corresponds to the JSON property `zone`
|
|
3837
3844
|
# @return [String]
|
|
3838
3845
|
attr_accessor :zone
|
|
@@ -4234,7 +4241,9 @@ module Google
|
|
|
4234
4241
|
# @return [String]
|
|
4235
4242
|
attr_accessor :valid_disk_size
|
|
4236
4243
|
|
|
4237
|
-
# [Output Only] URL of the zone where the disk type resides.
|
|
4244
|
+
# [Output Only] URL of the zone where the disk type resides. You must specify
|
|
4245
|
+
# this field as part of the HTTP request URL. It is not settable as a field in
|
|
4246
|
+
# the request body.
|
|
4238
4247
|
# Corresponds to the JSON property `zone`
|
|
4239
4248
|
# @return [String]
|
|
4240
4249
|
attr_accessor :zone
|
|
@@ -4793,7 +4802,7 @@ module Google
|
|
|
4793
4802
|
attr_accessor :creation_timestamp
|
|
4794
4803
|
|
|
4795
4804
|
# The list of DENY rules specified by this firewall. Each rule specifies a
|
|
4796
|
-
# protocol and port-range tuple that describes a
|
|
4805
|
+
# protocol and port-range tuple that describes a denied connection.
|
|
4797
4806
|
# Corresponds to the JSON property `denied`
|
|
4798
4807
|
# @return [Array<Google::Apis::ComputeBeta::Firewall::Denied>]
|
|
4799
4808
|
attr_accessor :denied
|
|
@@ -5308,7 +5317,6 @@ module Google
|
|
|
5308
5317
|
# - TargetSslProxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883,
|
|
5309
5318
|
# 5222
|
|
5310
5319
|
# - TargetVpnGateway: 500, 4500
|
|
5311
|
-
# -
|
|
5312
5320
|
# Corresponds to the JSON property `portRange`
|
|
5313
5321
|
# @return [String]
|
|
5314
5322
|
attr_accessor :port_range
|
|
@@ -5324,7 +5332,9 @@ module Google
|
|
|
5324
5332
|
attr_accessor :ports
|
|
5325
5333
|
|
|
5326
5334
|
# [Output Only] URL of the region where the regional forwarding rule resides.
|
|
5327
|
-
# This field is not applicable to global forwarding rules.
|
|
5335
|
+
# This field is not applicable to global forwarding rules. You must specify this
|
|
5336
|
+
# field as part of the HTTP request URL. It is not settable as a field in the
|
|
5337
|
+
# request body.
|
|
5328
5338
|
# Corresponds to the JSON property `region`
|
|
5329
5339
|
# @return [String]
|
|
5330
5340
|
attr_accessor :region
|
|
@@ -5368,7 +5378,6 @@ module Google
|
|
|
5368
5378
|
# rule. For global forwarding rules, this target must be a global load balancing
|
|
5369
5379
|
# resource. The forwarded traffic must be of a type appropriate to the target
|
|
5370
5380
|
# object.
|
|
5371
|
-
# This field is not used for internal load balancing.
|
|
5372
5381
|
# Corresponds to the JSON property `target`
|
|
5373
5382
|
# @return [String]
|
|
5374
5383
|
attr_accessor :target
|
|
@@ -7222,7 +7231,9 @@ module Google
|
|
|
7222
7231
|
# @return [Google::Apis::ComputeBeta::Tags]
|
|
7223
7232
|
attr_accessor :tags
|
|
7224
7233
|
|
|
7225
|
-
# [Output Only] URL of the zone where the instance resides.
|
|
7234
|
+
# [Output Only] URL of the zone where the instance resides. You must specify
|
|
7235
|
+
# this field as part of the HTTP request URL. It is not settable as a field in
|
|
7236
|
+
# the request body.
|
|
7226
7237
|
# Corresponds to the JSON property `zone`
|
|
7227
7238
|
# @return [String]
|
|
7228
7239
|
attr_accessor :zone
|
|
@@ -7972,8 +7983,8 @@ module Google
|
|
|
7972
7983
|
attr_accessor :restarting
|
|
7973
7984
|
|
|
7974
7985
|
# [Output Only] The number of instances in the managed instance group that are
|
|
7975
|
-
# being verified.
|
|
7976
|
-
#
|
|
7986
|
+
# being verified. See the managedInstances[].currentAction property in the
|
|
7987
|
+
# listManagedInstances method documentation.
|
|
7977
7988
|
# Corresponds to the JSON property `verifying`
|
|
7978
7989
|
# @return [Fixnum]
|
|
7979
7990
|
attr_accessor :verifying
|
|
@@ -10115,7 +10126,8 @@ module Google
|
|
|
10115
10126
|
attr_accessor :private_interconnect_info
|
|
10116
10127
|
|
|
10117
10128
|
# [Output Only] URL of the region where the regional interconnect attachment
|
|
10118
|
-
# resides.
|
|
10129
|
+
# resides. You must specify this field as part of the HTTP request URL. It is
|
|
10130
|
+
# not settable as a field in the request body.
|
|
10119
10131
|
# Corresponds to the JSON property `region`
|
|
10120
10132
|
# @return [String]
|
|
10121
10133
|
attr_accessor :region
|
|
@@ -11876,6 +11888,8 @@ module Google
|
|
|
11876
11888
|
# - REFRESHING The managed instance group is applying configuration changes to
|
|
11877
11889
|
# the instance without stopping it. For example, the group can update the target
|
|
11878
11890
|
# pool list for an instance without stopping that instance.
|
|
11891
|
+
# - VERIFYING The managed instance group has created the instance and it is in
|
|
11892
|
+
# the process of being verified.
|
|
11879
11893
|
# Corresponds to the JSON property `currentAction`
|
|
11880
11894
|
# @return [String]
|
|
11881
11895
|
attr_accessor :current_action
|
|
@@ -12651,7 +12665,9 @@ module Google
|
|
|
12651
12665
|
attr_accessor :progress
|
|
12652
12666
|
|
|
12653
12667
|
# [Output Only] The URL of the region where the operation resides. Only
|
|
12654
|
-
# available when performing regional operations.
|
|
12668
|
+
# available when performing regional operations. You must specify this field as
|
|
12669
|
+
# part of the HTTP request URL. It is not settable as a field in the request
|
|
12670
|
+
# body.
|
|
12655
12671
|
# Corresponds to the JSON property `region`
|
|
12656
12672
|
# @return [String]
|
|
12657
12673
|
attr_accessor :region
|
|
@@ -12704,7 +12720,8 @@ module Google
|
|
|
12704
12720
|
attr_accessor :warnings
|
|
12705
12721
|
|
|
12706
12722
|
# [Output Only] The URL of the zone where the operation resides. Only available
|
|
12707
|
-
# when performing per-zone operations.
|
|
12723
|
+
# when performing per-zone operations. You must specify this field as part of
|
|
12724
|
+
# the HTTP request URL. It is not settable as a field in the request body.
|
|
12708
12725
|
# Corresponds to the JSON property `zone`
|
|
12709
12726
|
# @return [String]
|
|
12710
12727
|
attr_accessor :zone
|
|
@@ -13274,11 +13291,12 @@ module Google
|
|
|
13274
13291
|
# appspot.gserviceaccount.com", ] `, ` "role": "roles/viewer", "members": ["user:
|
|
13275
13292
|
# sean@example.com"] ` ] `
|
|
13276
13293
|
# For a description of IAM and its features, see the [IAM developer's guide](
|
|
13277
|
-
# https://cloud.google.com/iam).
|
|
13294
|
+
# https://cloud.google.com/iam/docs).
|
|
13278
13295
|
class Policy
|
|
13279
13296
|
include Google::Apis::Core::Hashable
|
|
13280
13297
|
|
|
13281
|
-
# Specifies cloud audit logging configuration for this policy.
|
|
13298
|
+
# Specifies cloud audit logging configuration for this policy. This field is
|
|
13299
|
+
# only visible as GOOGLE_INTERNAL or IAM_AUDIT_CONFIG.
|
|
13282
13300
|
# Corresponds to the JSON property `auditConfigs`
|
|
13283
13301
|
# @return [Array<Google::Apis::ComputeBeta::AuditConfig>]
|
|
13284
13302
|
attr_accessor :audit_configs
|
|
@@ -13320,7 +13338,7 @@ module Google
|
|
|
13320
13338
|
# @return [Array<Google::Apis::ComputeBeta::Rule>]
|
|
13321
13339
|
attr_accessor :rules
|
|
13322
13340
|
|
|
13323
|
-
#
|
|
13341
|
+
# Deprecated.
|
|
13324
13342
|
# Corresponds to the JSON property `version`
|
|
13325
13343
|
# @return [Fixnum]
|
|
13326
13344
|
attr_accessor :version
|
|
@@ -14942,7 +14960,9 @@ module Google
|
|
|
14942
14960
|
# @return [String]
|
|
14943
14961
|
attr_accessor :network
|
|
14944
14962
|
|
|
14945
|
-
# [Output Only] URI of the region where the router resides.
|
|
14963
|
+
# [Output Only] URI of the region where the router resides. You must specify
|
|
14964
|
+
# this field as part of the HTTP request URL. It is not settable as a field in
|
|
14965
|
+
# the request body.
|
|
14946
14966
|
# Corresponds to the JSON property `region`
|
|
14947
14967
|
# @return [String]
|
|
14948
14968
|
attr_accessor :region
|
|
@@ -17075,8 +17095,7 @@ module Google
|
|
|
17075
17095
|
attr_accessor :fingerprint
|
|
17076
17096
|
|
|
17077
17097
|
# [Output Only] The gateway address for default routes to reach destination
|
|
17078
|
-
# addresses outside this subnetwork.
|
|
17079
|
-
# creation time.
|
|
17098
|
+
# addresses outside this subnetwork.
|
|
17080
17099
|
# Corresponds to the JSON property `gatewayAddress`
|
|
17081
17100
|
# @return [String]
|
|
17082
17101
|
attr_accessor :gateway_address
|
|
@@ -18150,7 +18169,9 @@ module Google
|
|
|
18150
18169
|
# @return [String]
|
|
18151
18170
|
attr_accessor :self_link
|
|
18152
18171
|
|
|
18153
|
-
# [Output Only] URL of the zone where the target instance resides.
|
|
18172
|
+
# [Output Only] URL of the zone where the target instance resides. You must
|
|
18173
|
+
# specify this field as part of the HTTP request URL. It is not settable as a
|
|
18174
|
+
# field in the request body.
|
|
18154
18175
|
# Corresponds to the JSON property `zone`
|
|
18155
18176
|
# @return [String]
|
|
18156
18177
|
attr_accessor :zone
|
|
@@ -19639,7 +19660,9 @@ module Google
|
|
|
19639
19660
|
# @return [String]
|
|
19640
19661
|
attr_accessor :network
|
|
19641
19662
|
|
|
19642
|
-
# [Output Only] URL of the region where the target VPN gateway resides.
|
|
19663
|
+
# [Output Only] URL of the region where the target VPN gateway resides. You must
|
|
19664
|
+
# specify this field as part of the HTTP request URL. It is not settable as a
|
|
19665
|
+
# field in the request body.
|
|
19643
19666
|
# Corresponds to the JSON property `region`
|
|
19644
19667
|
# @return [String]
|
|
19645
19668
|
attr_accessor :region
|
|
@@ -20193,8 +20216,9 @@ module Google
|
|
|
20193
20216
|
# @return [String]
|
|
20194
20217
|
attr_accessor :self_link
|
|
20195
20218
|
|
|
20196
|
-
# The list of expected URL
|
|
20197
|
-
# only if all of the test cases pass.
|
|
20219
|
+
# The list of expected URL mapping tests. Request to update this UrlMap will
|
|
20220
|
+
# succeed only if all of the test cases pass. You can specify a maximum of 100
|
|
20221
|
+
# tests per UrlMap.
|
|
20198
20222
|
# Corresponds to the JSON property `tests`
|
|
20199
20223
|
# @return [Array<Google::Apis::ComputeBeta::UrlMapTest>]
|
|
20200
20224
|
attr_accessor :tests
|
|
@@ -20585,7 +20609,9 @@ module Google
|
|
|
20585
20609
|
# @return [String]
|
|
20586
20610
|
attr_accessor :peer_ip
|
|
20587
20611
|
|
|
20588
|
-
# [Output Only] URL of the region where the VPN tunnel resides.
|
|
20612
|
+
# [Output Only] URL of the region where the VPN tunnel resides. You must specify
|
|
20613
|
+
# this field as part of the HTTP request URL. It is not settable as a field in
|
|
20614
|
+
# the request body.
|
|
20589
20615
|
# Corresponds to the JSON property `region`
|
|
20590
20616
|
# @return [String]
|
|
20591
20617
|
attr_accessor :region
|
|
@@ -20623,8 +20649,8 @@ module Google
|
|
|
20623
20649
|
# @return [String]
|
|
20624
20650
|
attr_accessor :status
|
|
20625
20651
|
|
|
20626
|
-
# URL of the VPN gateway with which this VPN tunnel is associated.
|
|
20627
|
-
# the client when the VPN tunnel is created.
|
|
20652
|
+
# URL of the Target VPN gateway with which this VPN tunnel is associated.
|
|
20653
|
+
# Provided by the client when the VPN tunnel is created.
|
|
20628
20654
|
# Corresponds to the JSON property `targetVpnGateway`
|
|
20629
20655
|
# @return [String]
|
|
20630
20656
|
attr_accessor :target_vpn_gateway
|
|
@@ -3238,8 +3238,8 @@ module Google
|
|
|
3238
3238
|
execute_or_queue_command(command, &block)
|
|
3239
3239
|
end
|
|
3240
3240
|
|
|
3241
|
-
# Updates the specified firewall rule with the data included in the request.
|
|
3242
|
-
#
|
|
3241
|
+
# Updates the specified firewall rule with the data included in the request. The
|
|
3242
|
+
# PUT method can only update the following fields of firewall rule: allowed,
|
|
3243
3243
|
# description, sourceRanges, sourceTags, targetTags.
|
|
3244
3244
|
# @param [String] project
|
|
3245
3245
|
# Project ID for this request.
|
|
@@ -12521,7 +12521,7 @@ module Google
|
|
|
12521
12521
|
# @param [String] region
|
|
12522
12522
|
# Name of the region scoping this request.
|
|
12523
12523
|
# @param [String] backend_service
|
|
12524
|
-
# Name of the BackendService resource
|
|
12524
|
+
# Name of the BackendService resource for which to get health.
|
|
12525
12525
|
# @param [Google::Apis::ComputeBeta::ResourceGroupReference] resource_group_reference_object
|
|
12526
12526
|
# @param [String] fields
|
|
12527
12527
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -25,7 +25,7 @@ module Google
|
|
|
25
25
|
# @see https://developers.google.com/compute/docs/reference/latest/
|
|
26
26
|
module ComputeV1
|
|
27
27
|
VERSION = 'V1'
|
|
28
|
-
REVISION = '
|
|
28
|
+
REVISION = '20180112'
|
|
29
29
|
|
|
30
30
|
# View and manage your data across Google Cloud Platform services
|
|
31
31
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
|
@@ -98,7 +98,8 @@ module Google
|
|
|
98
98
|
attr_accessor :self_link
|
|
99
99
|
|
|
100
100
|
# [Output Only] The name of the zone where the accelerator type resides, such as
|
|
101
|
-
# us-central1-a.
|
|
101
|
+
# us-central1-a. You must specify this field as part of the HTTP request URL. It
|
|
102
|
+
# is not settable as a field in the request body.
|
|
102
103
|
# Corresponds to the JSON property `zone`
|
|
103
104
|
# @return [String]
|
|
104
105
|
attr_accessor :zone
|
|
@@ -475,6 +476,19 @@ module Google
|
|
|
475
476
|
# @return [String]
|
|
476
477
|
attr_accessor :nat_ip
|
|
477
478
|
|
|
479
|
+
# The DNS domain name for the public PTR record. This field can only be set when
|
|
480
|
+
# the set_public_ptr field is enabled.
|
|
481
|
+
# Corresponds to the JSON property `publicPtrDomainName`
|
|
482
|
+
# @return [String]
|
|
483
|
+
attr_accessor :public_ptr_domain_name
|
|
484
|
+
|
|
485
|
+
# Specifies whether a public DNS ?PTR? record should be created to map the
|
|
486
|
+
# external IP address of the instance to a DNS domain name.
|
|
487
|
+
# Corresponds to the JSON property `setPublicPtr`
|
|
488
|
+
# @return [Boolean]
|
|
489
|
+
attr_accessor :set_public_ptr
|
|
490
|
+
alias_method :set_public_ptr?, :set_public_ptr
|
|
491
|
+
|
|
478
492
|
# The type of configuration. The default and only option is ONE_TO_ONE_NAT.
|
|
479
493
|
# Corresponds to the JSON property `type`
|
|
480
494
|
# @return [String]
|
|
@@ -489,6 +503,8 @@ module Google
|
|
|
489
503
|
@kind = args[:kind] if args.key?(:kind)
|
|
490
504
|
@name = args[:name] if args.key?(:name)
|
|
491
505
|
@nat_ip = args[:nat_ip] if args.key?(:nat_ip)
|
|
506
|
+
@public_ptr_domain_name = args[:public_ptr_domain_name] if args.key?(:public_ptr_domain_name)
|
|
507
|
+
@set_public_ptr = args[:set_public_ptr] if args.key?(:set_public_ptr)
|
|
492
508
|
@type = args[:type] if args.key?(:type)
|
|
493
509
|
end
|
|
494
510
|
end
|
|
@@ -549,7 +565,8 @@ module Google
|
|
|
549
565
|
attr_accessor :name
|
|
550
566
|
|
|
551
567
|
# [Output Only] URL of the region where the regional address resides. This field
|
|
552
|
-
# is not applicable to global addresses.
|
|
568
|
+
# is not applicable to global addresses. You must specify this field as part of
|
|
569
|
+
# the HTTP request URL. You cannot set this field in the request body.
|
|
553
570
|
# Corresponds to the JSON property `region`
|
|
554
571
|
# @return [String]
|
|
555
572
|
attr_accessor :region
|
|
@@ -2166,7 +2183,9 @@ module Google
|
|
|
2166
2183
|
attr_accessor :protocol
|
|
2167
2184
|
|
|
2168
2185
|
# [Output Only] URL of the region where the regional backend service resides.
|
|
2169
|
-
# This field is not applicable to global backend services.
|
|
2186
|
+
# This field is not applicable to global backend services. You must specify this
|
|
2187
|
+
# field as part of the HTTP request URL. It is not settable as a field in the
|
|
2188
|
+
# request body.
|
|
2170
2189
|
# Corresponds to the JSON property `region`
|
|
2171
2190
|
# @return [String]
|
|
2172
2191
|
attr_accessor :region
|
|
@@ -3449,7 +3468,9 @@ module Google
|
|
|
3449
3468
|
# @return [Array<String>]
|
|
3450
3469
|
attr_accessor :users
|
|
3451
3470
|
|
|
3452
|
-
# [Output Only] URL of the zone where the disk resides.
|
|
3471
|
+
# [Output Only] URL of the zone where the disk resides. You must specify this
|
|
3472
|
+
# field as part of the HTTP request URL. It is not settable as a field in the
|
|
3473
|
+
# request body.
|
|
3453
3474
|
# Corresponds to the JSON property `zone`
|
|
3454
3475
|
# @return [String]
|
|
3455
3476
|
attr_accessor :zone
|
|
@@ -3807,7 +3828,9 @@ module Google
|
|
|
3807
3828
|
# @return [String]
|
|
3808
3829
|
attr_accessor :valid_disk_size
|
|
3809
3830
|
|
|
3810
|
-
# [Output Only] URL of the zone where the disk type resides.
|
|
3831
|
+
# [Output Only] URL of the zone where the disk type resides. You must specify
|
|
3832
|
+
# this field as part of the HTTP request URL. It is not settable as a field in
|
|
3833
|
+
# the request body.
|
|
3811
3834
|
# Corresponds to the JSON property `zone`
|
|
3812
3835
|
# @return [String]
|
|
3813
3836
|
attr_accessor :zone
|
|
@@ -4282,7 +4305,7 @@ module Google
|
|
|
4282
4305
|
attr_accessor :creation_timestamp
|
|
4283
4306
|
|
|
4284
4307
|
# The list of DENY rules specified by this firewall. Each rule specifies a
|
|
4285
|
-
# protocol and port-range tuple that describes a
|
|
4308
|
+
# protocol and port-range tuple that describes a denied connection.
|
|
4286
4309
|
# Corresponds to the JSON property `denied`
|
|
4287
4310
|
# @return [Array<Google::Apis::ComputeV1::Firewall::Denied>]
|
|
4288
4311
|
attr_accessor :denied
|
|
@@ -4739,7 +4762,6 @@ module Google
|
|
|
4739
4762
|
# - TargetSslProxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883,
|
|
4740
4763
|
# 5222
|
|
4741
4764
|
# - TargetVpnGateway: 500, 4500
|
|
4742
|
-
# -
|
|
4743
4765
|
# Corresponds to the JSON property `portRange`
|
|
4744
4766
|
# @return [String]
|
|
4745
4767
|
attr_accessor :port_range
|
|
@@ -4755,7 +4777,9 @@ module Google
|
|
|
4755
4777
|
attr_accessor :ports
|
|
4756
4778
|
|
|
4757
4779
|
# [Output Only] URL of the region where the regional forwarding rule resides.
|
|
4758
|
-
# This field is not applicable to global forwarding rules.
|
|
4780
|
+
# This field is not applicable to global forwarding rules. You must specify this
|
|
4781
|
+
# field as part of the HTTP request URL. It is not settable as a field in the
|
|
4782
|
+
# request body.
|
|
4759
4783
|
# Corresponds to the JSON property `region`
|
|
4760
4784
|
# @return [String]
|
|
4761
4785
|
attr_accessor :region
|
|
@@ -4780,7 +4804,6 @@ module Google
|
|
|
4780
4804
|
# rule. For global forwarding rules, this target must be a global load balancing
|
|
4781
4805
|
# resource. The forwarded traffic must be of a type appropriate to the target
|
|
4782
4806
|
# object.
|
|
4783
|
-
# This field is not used for internal load balancing.
|
|
4784
4807
|
# Corresponds to the JSON property `target`
|
|
4785
4808
|
# @return [String]
|
|
4786
4809
|
attr_accessor :target
|
|
@@ -6577,7 +6600,9 @@ module Google
|
|
|
6577
6600
|
# @return [Google::Apis::ComputeV1::Tags]
|
|
6578
6601
|
attr_accessor :tags
|
|
6579
6602
|
|
|
6580
|
-
# [Output Only] URL of the zone where the instance resides.
|
|
6603
|
+
# [Output Only] URL of the zone where the instance resides. You must specify
|
|
6604
|
+
# this field as part of the HTTP request URL. It is not settable as a field in
|
|
6605
|
+
# the request body.
|
|
6581
6606
|
# Corresponds to the JSON property `zone`
|
|
6582
6607
|
# @return [String]
|
|
6583
6608
|
attr_accessor :zone
|
|
@@ -8168,6 +8193,124 @@ module Google
|
|
|
8168
8193
|
end
|
|
8169
8194
|
end
|
|
8170
8195
|
|
|
8196
|
+
# Contains a list of instance referrers.
|
|
8197
|
+
class InstanceListReferrers
|
|
8198
|
+
include Google::Apis::Core::Hashable
|
|
8199
|
+
|
|
8200
|
+
# [Output Only] Unique identifier for the resource; defined by the server.
|
|
8201
|
+
# Corresponds to the JSON property `id`
|
|
8202
|
+
# @return [String]
|
|
8203
|
+
attr_accessor :id
|
|
8204
|
+
|
|
8205
|
+
# A list of Reference resources.
|
|
8206
|
+
# Corresponds to the JSON property `items`
|
|
8207
|
+
# @return [Array<Google::Apis::ComputeV1::Reference>]
|
|
8208
|
+
attr_accessor :items
|
|
8209
|
+
|
|
8210
|
+
# [Output Only] Type of resource. Always compute#instanceListReferrers for lists
|
|
8211
|
+
# of Instance referrers.
|
|
8212
|
+
# Corresponds to the JSON property `kind`
|
|
8213
|
+
# @return [String]
|
|
8214
|
+
attr_accessor :kind
|
|
8215
|
+
|
|
8216
|
+
# [Output Only] This token allows you to get the next page of results for list
|
|
8217
|
+
# requests. If the number of results is larger than maxResults, use the
|
|
8218
|
+
# nextPageToken as a value for the query parameter pageToken in the next list
|
|
8219
|
+
# request. Subsequent list requests will have their own nextPageToken to
|
|
8220
|
+
# continue paging through the results.
|
|
8221
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
8222
|
+
# @return [String]
|
|
8223
|
+
attr_accessor :next_page_token
|
|
8224
|
+
|
|
8225
|
+
# [Output Only] Server-defined URL for this resource.
|
|
8226
|
+
# Corresponds to the JSON property `selfLink`
|
|
8227
|
+
# @return [String]
|
|
8228
|
+
attr_accessor :self_link
|
|
8229
|
+
|
|
8230
|
+
# [Output Only] Informational warning message.
|
|
8231
|
+
# Corresponds to the JSON property `warning`
|
|
8232
|
+
# @return [Google::Apis::ComputeV1::InstanceListReferrers::Warning]
|
|
8233
|
+
attr_accessor :warning
|
|
8234
|
+
|
|
8235
|
+
def initialize(**args)
|
|
8236
|
+
update!(**args)
|
|
8237
|
+
end
|
|
8238
|
+
|
|
8239
|
+
# Update properties of this object
|
|
8240
|
+
def update!(**args)
|
|
8241
|
+
@id = args[:id] if args.key?(:id)
|
|
8242
|
+
@items = args[:items] if args.key?(:items)
|
|
8243
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
8244
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
8245
|
+
@self_link = args[:self_link] if args.key?(:self_link)
|
|
8246
|
+
@warning = args[:warning] if args.key?(:warning)
|
|
8247
|
+
end
|
|
8248
|
+
|
|
8249
|
+
# [Output Only] Informational warning message.
|
|
8250
|
+
class Warning
|
|
8251
|
+
include Google::Apis::Core::Hashable
|
|
8252
|
+
|
|
8253
|
+
# [Output Only] A warning code, if applicable. For example, Compute Engine
|
|
8254
|
+
# returns NO_RESULTS_ON_PAGE if there are no results in the response.
|
|
8255
|
+
# Corresponds to the JSON property `code`
|
|
8256
|
+
# @return [String]
|
|
8257
|
+
attr_accessor :code
|
|
8258
|
+
|
|
8259
|
+
# [Output Only] Metadata about this warning in key: value format. For example:
|
|
8260
|
+
# "data": [ ` "key": "scope", "value": "zones/us-east1-d" `
|
|
8261
|
+
# Corresponds to the JSON property `data`
|
|
8262
|
+
# @return [Array<Google::Apis::ComputeV1::InstanceListReferrers::Warning::Datum>]
|
|
8263
|
+
attr_accessor :data
|
|
8264
|
+
|
|
8265
|
+
# [Output Only] A human-readable description of the warning code.
|
|
8266
|
+
# Corresponds to the JSON property `message`
|
|
8267
|
+
# @return [String]
|
|
8268
|
+
attr_accessor :message
|
|
8269
|
+
|
|
8270
|
+
def initialize(**args)
|
|
8271
|
+
update!(**args)
|
|
8272
|
+
end
|
|
8273
|
+
|
|
8274
|
+
# Update properties of this object
|
|
8275
|
+
def update!(**args)
|
|
8276
|
+
@code = args[:code] if args.key?(:code)
|
|
8277
|
+
@data = args[:data] if args.key?(:data)
|
|
8278
|
+
@message = args[:message] if args.key?(:message)
|
|
8279
|
+
end
|
|
8280
|
+
|
|
8281
|
+
#
|
|
8282
|
+
class Datum
|
|
8283
|
+
include Google::Apis::Core::Hashable
|
|
8284
|
+
|
|
8285
|
+
# [Output Only] A key that provides more detail on the warning being returned.
|
|
8286
|
+
# For example, for warnings where there are no results in a list request for a
|
|
8287
|
+
# particular zone, this key might be scope and the key value might be the zone
|
|
8288
|
+
# name. Other examples might be a key indicating a deprecated resource and a
|
|
8289
|
+
# suggested replacement, or a warning about invalid network settings (for
|
|
8290
|
+
# example, if an instance attempts to perform IP forwarding but is not enabled
|
|
8291
|
+
# for IP forwarding).
|
|
8292
|
+
# Corresponds to the JSON property `key`
|
|
8293
|
+
# @return [String]
|
|
8294
|
+
attr_accessor :key
|
|
8295
|
+
|
|
8296
|
+
# [Output Only] A warning data value corresponding to the key.
|
|
8297
|
+
# Corresponds to the JSON property `value`
|
|
8298
|
+
# @return [String]
|
|
8299
|
+
attr_accessor :value
|
|
8300
|
+
|
|
8301
|
+
def initialize(**args)
|
|
8302
|
+
update!(**args)
|
|
8303
|
+
end
|
|
8304
|
+
|
|
8305
|
+
# Update properties of this object
|
|
8306
|
+
def update!(**args)
|
|
8307
|
+
@key = args[:key] if args.key?(:key)
|
|
8308
|
+
@value = args[:value] if args.key?(:value)
|
|
8309
|
+
end
|
|
8310
|
+
end
|
|
8311
|
+
end
|
|
8312
|
+
end
|
|
8313
|
+
|
|
8171
8314
|
#
|
|
8172
8315
|
class MoveInstanceRequest
|
|
8173
8316
|
include Google::Apis::Core::Hashable
|
|
@@ -9007,7 +9150,8 @@ module Google
|
|
|
9007
9150
|
attr_accessor :private_interconnect_info
|
|
9008
9151
|
|
|
9009
9152
|
# [Output Only] URL of the region where the regional interconnect attachment
|
|
9010
|
-
# resides.
|
|
9153
|
+
# resides. You must specify this field as part of the HTTP request URL. It is
|
|
9154
|
+
# not settable as a field in the request body.
|
|
9011
9155
|
# Corresponds to the JSON property `region`
|
|
9012
9156
|
# @return [String]
|
|
9013
9157
|
attr_accessor :region
|
|
@@ -10393,6 +10537,8 @@ module Google
|
|
|
10393
10537
|
# - REFRESHING The managed instance group is applying configuration changes to
|
|
10394
10538
|
# the instance without stopping it. For example, the group can update the target
|
|
10395
10539
|
# pool list for an instance without stopping that instance.
|
|
10540
|
+
# - VERIFYING The managed instance group has created the instance and it is in
|
|
10541
|
+
# the process of being verified.
|
|
10396
10542
|
# Corresponds to the JSON property `currentAction`
|
|
10397
10543
|
# @return [String]
|
|
10398
10544
|
attr_accessor :current_action
|
|
@@ -11127,7 +11273,9 @@ module Google
|
|
|
11127
11273
|
attr_accessor :progress
|
|
11128
11274
|
|
|
11129
11275
|
# [Output Only] The URL of the region where the operation resides. Only
|
|
11130
|
-
# available when performing regional operations.
|
|
11276
|
+
# available when performing regional operations. You must specify this field as
|
|
11277
|
+
# part of the HTTP request URL. It is not settable as a field in the request
|
|
11278
|
+
# body.
|
|
11131
11279
|
# Corresponds to the JSON property `region`
|
|
11132
11280
|
# @return [String]
|
|
11133
11281
|
attr_accessor :region
|
|
@@ -11180,7 +11328,8 @@ module Google
|
|
|
11180
11328
|
attr_accessor :warnings
|
|
11181
11329
|
|
|
11182
11330
|
# [Output Only] The URL of the zone where the operation resides. Only available
|
|
11183
|
-
# when performing per-zone operations.
|
|
11331
|
+
# when performing per-zone operations. You must specify this field as part of
|
|
11332
|
+
# the HTTP request URL. It is not settable as a field in the request body.
|
|
11184
11333
|
# Corresponds to the JSON property `zone`
|
|
11185
11334
|
# @return [String]
|
|
11186
11335
|
attr_accessor :zone
|
|
@@ -11956,6 +12105,45 @@ module Google
|
|
|
11956
12105
|
end
|
|
11957
12106
|
end
|
|
11958
12107
|
|
|
12108
|
+
# Represents a reference to a resource.
|
|
12109
|
+
class Reference
|
|
12110
|
+
include Google::Apis::Core::Hashable
|
|
12111
|
+
|
|
12112
|
+
# [Output Only] Type of the resource. Always compute#reference for references.
|
|
12113
|
+
# Corresponds to the JSON property `kind`
|
|
12114
|
+
# @return [String]
|
|
12115
|
+
attr_accessor :kind
|
|
12116
|
+
|
|
12117
|
+
# A description of the reference type with no implied semantics. Possible values
|
|
12118
|
+
# include:
|
|
12119
|
+
# - MEMBER_OF
|
|
12120
|
+
# Corresponds to the JSON property `referenceType`
|
|
12121
|
+
# @return [String]
|
|
12122
|
+
attr_accessor :reference_type
|
|
12123
|
+
|
|
12124
|
+
# URL of the resource which refers to the target.
|
|
12125
|
+
# Corresponds to the JSON property `referrer`
|
|
12126
|
+
# @return [String]
|
|
12127
|
+
attr_accessor :referrer
|
|
12128
|
+
|
|
12129
|
+
# URL of the resource to which this reference points.
|
|
12130
|
+
# Corresponds to the JSON property `target`
|
|
12131
|
+
# @return [String]
|
|
12132
|
+
attr_accessor :target
|
|
12133
|
+
|
|
12134
|
+
def initialize(**args)
|
|
12135
|
+
update!(**args)
|
|
12136
|
+
end
|
|
12137
|
+
|
|
12138
|
+
# Update properties of this object
|
|
12139
|
+
def update!(**args)
|
|
12140
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
12141
|
+
@reference_type = args[:reference_type] if args.key?(:reference_type)
|
|
12142
|
+
@referrer = args[:referrer] if args.key?(:referrer)
|
|
12143
|
+
@target = args[:target] if args.key?(:target)
|
|
12144
|
+
end
|
|
12145
|
+
end
|
|
12146
|
+
|
|
11959
12147
|
# Region resource. (== resource_for beta.regions ==) (== resource_for v1.regions
|
|
11960
12148
|
# ==)
|
|
11961
12149
|
class Region
|
|
@@ -13242,7 +13430,9 @@ module Google
|
|
|
13242
13430
|
# @return [String]
|
|
13243
13431
|
attr_accessor :network
|
|
13244
13432
|
|
|
13245
|
-
# [Output Only] URI of the region where the router resides.
|
|
13433
|
+
# [Output Only] URI of the region where the router resides. You must specify
|
|
13434
|
+
# this field as part of the HTTP request URL. It is not settable as a field in
|
|
13435
|
+
# the request body.
|
|
13246
13436
|
# Corresponds to the JSON property `region`
|
|
13247
13437
|
# @return [String]
|
|
13248
13438
|
attr_accessor :region
|
|
@@ -14505,8 +14695,7 @@ module Google
|
|
|
14505
14695
|
attr_accessor :description
|
|
14506
14696
|
|
|
14507
14697
|
# [Output Only] The gateway address for default routes to reach destination
|
|
14508
|
-
# addresses outside this subnetwork.
|
|
14509
|
-
# creation time.
|
|
14698
|
+
# addresses outside this subnetwork.
|
|
14510
14699
|
# Corresponds to the JSON property `gatewayAddress`
|
|
14511
14700
|
# @return [String]
|
|
14512
14701
|
attr_accessor :gateway_address
|
|
@@ -15539,7 +15728,9 @@ module Google
|
|
|
15539
15728
|
# @return [String]
|
|
15540
15729
|
attr_accessor :self_link
|
|
15541
15730
|
|
|
15542
|
-
# [Output Only] URL of the zone where the target instance resides.
|
|
15731
|
+
# [Output Only] URL of the zone where the target instance resides. You must
|
|
15732
|
+
# specify this field as part of the HTTP request URL. It is not settable as a
|
|
15733
|
+
# field in the request body.
|
|
15543
15734
|
# Corresponds to the JSON property `zone`
|
|
15544
15735
|
# @return [String]
|
|
15545
15736
|
attr_accessor :zone
|
|
@@ -17001,7 +17192,9 @@ module Google
|
|
|
17001
17192
|
# @return [String]
|
|
17002
17193
|
attr_accessor :network
|
|
17003
17194
|
|
|
17004
|
-
# [Output Only] URL of the region where the target VPN gateway resides.
|
|
17195
|
+
# [Output Only] URL of the region where the target VPN gateway resides. You must
|
|
17196
|
+
# specify this field as part of the HTTP request URL. It is not settable as a
|
|
17197
|
+
# field in the request body.
|
|
17005
17198
|
# Corresponds to the JSON property `region`
|
|
17006
17199
|
# @return [String]
|
|
17007
17200
|
attr_accessor :region
|
|
@@ -17473,8 +17666,9 @@ module Google
|
|
|
17473
17666
|
# @return [String]
|
|
17474
17667
|
attr_accessor :self_link
|
|
17475
17668
|
|
|
17476
|
-
# The list of expected URL
|
|
17477
|
-
# only if all of the test cases pass.
|
|
17669
|
+
# The list of expected URL mapping tests. Request to update this UrlMap will
|
|
17670
|
+
# succeed only if all of the test cases pass. You can specify a maximum of 100
|
|
17671
|
+
# tests per UrlMap.
|
|
17478
17672
|
# Corresponds to the JSON property `tests`
|
|
17479
17673
|
# @return [Array<Google::Apis::ComputeV1::UrlMapTest>]
|
|
17480
17674
|
attr_accessor :tests
|
|
@@ -17847,7 +18041,9 @@ module Google
|
|
|
17847
18041
|
# @return [String]
|
|
17848
18042
|
attr_accessor :peer_ip
|
|
17849
18043
|
|
|
17850
|
-
# [Output Only] URL of the region where the VPN tunnel resides.
|
|
18044
|
+
# [Output Only] URL of the region where the VPN tunnel resides. You must specify
|
|
18045
|
+
# this field as part of the HTTP request URL. It is not settable as a field in
|
|
18046
|
+
# the request body.
|
|
17851
18047
|
# Corresponds to the JSON property `region`
|
|
17852
18048
|
# @return [String]
|
|
17853
18049
|
attr_accessor :region
|
|
@@ -17885,8 +18081,8 @@ module Google
|
|
|
17885
18081
|
# @return [String]
|
|
17886
18082
|
attr_accessor :status
|
|
17887
18083
|
|
|
17888
|
-
# URL of the VPN gateway with which this VPN tunnel is associated.
|
|
17889
|
-
# the client when the VPN tunnel is created.
|
|
18084
|
+
# URL of the Target VPN gateway with which this VPN tunnel is associated.
|
|
18085
|
+
# Provided by the client when the VPN tunnel is created.
|
|
17890
18086
|
# Corresponds to the JSON property `targetVpnGateway`
|
|
17891
18087
|
# @return [String]
|
|
17892
18088
|
attr_accessor :target_vpn_gateway
|