google-apis-compute_alpha 0.78.0 → 0.79.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.
@@ -114,6 +114,7 @@ module Google
|
|
114
114
|
# @param [Boolean] return_partial_success
|
115
115
|
# Opt-in for partial success behavior which provides partial results in case of
|
116
116
|
# failure. The default value is false.
|
117
|
+
# @param [Fixnum] service_project_number
|
117
118
|
# @param [String] fields
|
118
119
|
# Selector specifying which fields to include in a partial response.
|
119
120
|
# @param [String] quota_user
|
@@ -133,7 +134,7 @@ module Google
|
|
133
134
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
134
135
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
135
136
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
136
|
-
def aggregated_accelerator_type_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
137
|
+
def aggregated_accelerator_type_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
137
138
|
command = make_simple_command(:get, 'projects/{project}/aggregated/acceleratorTypes', options)
|
138
139
|
command.response_representation = Google::Apis::ComputeAlpha::AcceleratorTypeAggregatedList::Representation
|
139
140
|
command.response_class = Google::Apis::ComputeAlpha::AcceleratorTypeAggregatedList
|
@@ -144,6 +145,7 @@ module Google
|
|
144
145
|
command.query['orderBy'] = order_by unless order_by.nil?
|
145
146
|
command.query['pageToken'] = page_token unless page_token.nil?
|
146
147
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
148
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
147
149
|
command.query['fields'] = fields unless fields.nil?
|
148
150
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
149
151
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -343,6 +345,7 @@ module Google
|
|
343
345
|
# @param [Boolean] return_partial_success
|
344
346
|
# Opt-in for partial success behavior which provides partial results in case of
|
345
347
|
# failure. The default value is false.
|
348
|
+
# @param [Fixnum] service_project_number
|
346
349
|
# @param [String] fields
|
347
350
|
# Selector specifying which fields to include in a partial response.
|
348
351
|
# @param [String] quota_user
|
@@ -362,7 +365,7 @@ module Google
|
|
362
365
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
363
366
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
364
367
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
365
|
-
def aggregated_address_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
368
|
+
def aggregated_address_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
366
369
|
command = make_simple_command(:get, 'projects/{project}/aggregated/addresses', options)
|
367
370
|
command.response_representation = Google::Apis::ComputeAlpha::AddressAggregatedList::Representation
|
368
371
|
command.response_class = Google::Apis::ComputeAlpha::AddressAggregatedList
|
@@ -373,6 +376,7 @@ module Google
|
|
373
376
|
command.query['orderBy'] = order_by unless order_by.nil?
|
374
377
|
command.query['pageToken'] = page_token unless page_token.nil?
|
375
378
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
379
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
376
380
|
command.query['fields'] = fields unless fields.nil?
|
377
381
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
378
382
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -821,6 +825,7 @@ module Google
|
|
821
825
|
# @param [Boolean] return_partial_success
|
822
826
|
# Opt-in for partial success behavior which provides partial results in case of
|
823
827
|
# failure. The default value is false.
|
828
|
+
# @param [Fixnum] service_project_number
|
824
829
|
# @param [String] fields
|
825
830
|
# Selector specifying which fields to include in a partial response.
|
826
831
|
# @param [String] quota_user
|
@@ -840,7 +845,7 @@ module Google
|
|
840
845
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
841
846
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
842
847
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
843
|
-
def aggregated_autoscaler_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
848
|
+
def aggregated_autoscaler_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
844
849
|
command = make_simple_command(:get, 'projects/{project}/aggregated/autoscalers', options)
|
845
850
|
command.response_representation = Google::Apis::ComputeAlpha::AutoscalerAggregatedList::Representation
|
846
851
|
command.response_class = Google::Apis::ComputeAlpha::AutoscalerAggregatedList
|
@@ -851,6 +856,7 @@ module Google
|
|
851
856
|
command.query['orderBy'] = order_by unless order_by.nil?
|
852
857
|
command.query['pageToken'] = page_token unless page_token.nil?
|
853
858
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
859
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
854
860
|
command.query['fields'] = fields unless fields.nil?
|
855
861
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
856
862
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -1949,6 +1955,7 @@ module Google
|
|
1949
1955
|
# @param [Boolean] return_partial_success
|
1950
1956
|
# Opt-in for partial success behavior which provides partial results in case of
|
1951
1957
|
# failure. The default value is false.
|
1958
|
+
# @param [Fixnum] service_project_number
|
1952
1959
|
# @param [String] fields
|
1953
1960
|
# Selector specifying which fields to include in a partial response.
|
1954
1961
|
# @param [String] quota_user
|
@@ -1968,7 +1975,7 @@ module Google
|
|
1968
1975
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1969
1976
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1970
1977
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1971
|
-
def aggregated_backend_service_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
1978
|
+
def aggregated_backend_service_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
1972
1979
|
command = make_simple_command(:get, 'projects/{project}/aggregated/backendServices', options)
|
1973
1980
|
command.response_representation = Google::Apis::ComputeAlpha::BackendServiceAggregatedList::Representation
|
1974
1981
|
command.response_class = Google::Apis::ComputeAlpha::BackendServiceAggregatedList
|
@@ -1979,6 +1986,7 @@ module Google
|
|
1979
1986
|
command.query['orderBy'] = order_by unless order_by.nil?
|
1980
1987
|
command.query['pageToken'] = page_token unless page_token.nil?
|
1981
1988
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
1989
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
1982
1990
|
command.query['fields'] = fields unless fields.nil?
|
1983
1991
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1984
1992
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -2864,6 +2872,7 @@ module Google
|
|
2864
2872
|
# @param [Boolean] return_partial_success
|
2865
2873
|
# Opt-in for partial success behavior which provides partial results in case of
|
2866
2874
|
# failure. The default value is false.
|
2875
|
+
# @param [Fixnum] service_project_number
|
2867
2876
|
# @param [String] fields
|
2868
2877
|
# Selector specifying which fields to include in a partial response.
|
2869
2878
|
# @param [String] quota_user
|
@@ -2883,7 +2892,7 @@ module Google
|
|
2883
2892
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2884
2893
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2885
2894
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2886
|
-
def aggregated_disk_type_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
2895
|
+
def aggregated_disk_type_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
2887
2896
|
command = make_simple_command(:get, 'projects/{project}/aggregated/diskTypes', options)
|
2888
2897
|
command.response_representation = Google::Apis::ComputeAlpha::DiskTypeAggregatedList::Representation
|
2889
2898
|
command.response_class = Google::Apis::ComputeAlpha::DiskTypeAggregatedList
|
@@ -2894,6 +2903,7 @@ module Google
|
|
2894
2903
|
command.query['orderBy'] = order_by unless order_by.nil?
|
2895
2904
|
command.query['pageToken'] = page_token unless page_token.nil?
|
2896
2905
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
2906
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
2897
2907
|
command.query['fields'] = fields unless fields.nil?
|
2898
2908
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2899
2909
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -3146,6 +3156,7 @@ module Google
|
|
3146
3156
|
# @param [Boolean] return_partial_success
|
3147
3157
|
# Opt-in for partial success behavior which provides partial results in case of
|
3148
3158
|
# failure. The default value is false.
|
3159
|
+
# @param [Fixnum] service_project_number
|
3149
3160
|
# @param [String] fields
|
3150
3161
|
# Selector specifying which fields to include in a partial response.
|
3151
3162
|
# @param [String] quota_user
|
@@ -3165,7 +3176,7 @@ module Google
|
|
3165
3176
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3166
3177
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3167
3178
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3168
|
-
def aggregated_disk_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
3179
|
+
def aggregated_disk_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
3169
3180
|
command = make_simple_command(:get, 'projects/{project}/aggregated/disks', options)
|
3170
3181
|
command.response_representation = Google::Apis::ComputeAlpha::DiskAggregatedList::Representation
|
3171
3182
|
command.response_class = Google::Apis::ComputeAlpha::DiskAggregatedList
|
@@ -3176,6 +3187,7 @@ module Google
|
|
3176
3187
|
command.query['orderBy'] = order_by unless order_by.nil?
|
3177
3188
|
command.query['pageToken'] = page_token unless page_token.nil?
|
3178
3189
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
3190
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
3179
3191
|
command.query['fields'] = fields unless fields.nil?
|
3180
3192
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3181
3193
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -5581,6 +5593,7 @@ module Google
|
|
5581
5593
|
# @param [Boolean] return_partial_success
|
5582
5594
|
# Opt-in for partial success behavior which provides partial results in case of
|
5583
5595
|
# failure. The default value is false.
|
5596
|
+
# @param [Fixnum] service_project_number
|
5584
5597
|
# @param [String] fields
|
5585
5598
|
# Selector specifying which fields to include in a partial response.
|
5586
5599
|
# @param [String] quota_user
|
@@ -5600,7 +5613,7 @@ module Google
|
|
5600
5613
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
5601
5614
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
5602
5615
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
5603
|
-
def aggregated_forwarding_rule_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
5616
|
+
def aggregated_forwarding_rule_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
5604
5617
|
command = make_simple_command(:get, 'projects/{project}/aggregated/forwardingRules', options)
|
5605
5618
|
command.response_representation = Google::Apis::ComputeAlpha::ForwardingRuleAggregatedList::Representation
|
5606
5619
|
command.response_class = Google::Apis::ComputeAlpha::ForwardingRuleAggregatedList
|
@@ -5611,6 +5624,7 @@ module Google
|
|
5611
5624
|
command.query['orderBy'] = order_by unless order_by.nil?
|
5612
5625
|
command.query['pageToken'] = page_token unless page_token.nil?
|
5613
5626
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
5627
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
5614
5628
|
command.query['fields'] = fields unless fields.nil?
|
5615
5629
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
5616
5630
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -6116,6 +6130,7 @@ module Google
|
|
6116
6130
|
# @param [Boolean] return_partial_success
|
6117
6131
|
# Opt-in for partial success behavior which provides partial results in case of
|
6118
6132
|
# failure. The default value is false.
|
6133
|
+
# @param [Fixnum] service_project_number
|
6119
6134
|
# @param [String] fields
|
6120
6135
|
# Selector specifying which fields to include in a partial response.
|
6121
6136
|
# @param [String] quota_user
|
@@ -6135,7 +6150,7 @@ module Google
|
|
6135
6150
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
6136
6151
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
6137
6152
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
6138
|
-
def aggregated_future_reservation_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
6153
|
+
def aggregated_future_reservation_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
6139
6154
|
command = make_simple_command(:get, 'projects/{project}/aggregated/futureReservations', options)
|
6140
6155
|
command.response_representation = Google::Apis::ComputeAlpha::FutureReservationsAggregatedListResponse::Representation
|
6141
6156
|
command.response_class = Google::Apis::ComputeAlpha::FutureReservationsAggregatedListResponse
|
@@ -6146,6 +6161,7 @@ module Google
|
|
6146
6161
|
command.query['orderBy'] = order_by unless order_by.nil?
|
6147
6162
|
command.query['pageToken'] = page_token unless page_token.nil?
|
6148
6163
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
6164
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
6149
6165
|
command.query['fields'] = fields unless fields.nil?
|
6150
6166
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
6151
6167
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -7760,6 +7776,7 @@ module Google
|
|
7760
7776
|
# @param [Boolean] return_partial_success
|
7761
7777
|
# Opt-in for partial success behavior which provides partial results in case of
|
7762
7778
|
# failure. The default value is false.
|
7779
|
+
# @param [Fixnum] service_project_number
|
7763
7780
|
# @param [String] fields
|
7764
7781
|
# Selector specifying which fields to include in a partial response.
|
7765
7782
|
# @param [String] quota_user
|
@@ -7779,7 +7796,7 @@ module Google
|
|
7779
7796
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
7780
7797
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
7781
7798
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
7782
|
-
def aggregated_global_operation_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
7799
|
+
def aggregated_global_operation_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
7783
7800
|
command = make_simple_command(:get, 'projects/{project}/aggregated/operations', options)
|
7784
7801
|
command.response_representation = Google::Apis::ComputeAlpha::OperationAggregatedList::Representation
|
7785
7802
|
command.response_class = Google::Apis::ComputeAlpha::OperationAggregatedList
|
@@ -7790,6 +7807,7 @@ module Google
|
|
7790
7807
|
command.query['orderBy'] = order_by unless order_by.nil?
|
7791
7808
|
command.query['pageToken'] = page_token unless page_token.nil?
|
7792
7809
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
7810
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
7793
7811
|
command.query['fields'] = fields unless fields.nil?
|
7794
7812
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
7795
7813
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -8495,6 +8513,7 @@ module Google
|
|
8495
8513
|
# @param [Boolean] return_partial_success
|
8496
8514
|
# Opt-in for partial success behavior which provides partial results in case of
|
8497
8515
|
# failure. The default value is false.
|
8516
|
+
# @param [Fixnum] service_project_number
|
8498
8517
|
# @param [String] fields
|
8499
8518
|
# Selector specifying which fields to include in a partial response.
|
8500
8519
|
# @param [String] quota_user
|
@@ -8514,7 +8533,7 @@ module Google
|
|
8514
8533
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
8515
8534
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
8516
8535
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
8517
|
-
def aggregated_health_check_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
8536
|
+
def aggregated_health_check_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
8518
8537
|
command = make_simple_command(:get, 'projects/{project}/aggregated/healthChecks', options)
|
8519
8538
|
command.response_representation = Google::Apis::ComputeAlpha::HealthChecksAggregatedList::Representation
|
8520
8539
|
command.response_class = Google::Apis::ComputeAlpha::HealthChecksAggregatedList
|
@@ -8525,6 +8544,7 @@ module Google
|
|
8525
8544
|
command.query['orderBy'] = order_by unless order_by.nil?
|
8526
8545
|
command.query['pageToken'] = page_token unless page_token.nil?
|
8527
8546
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
8547
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
8528
8548
|
command.query['fields'] = fields unless fields.nil?
|
8529
8549
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
8530
8550
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -10629,6 +10649,7 @@ module Google
|
|
10629
10649
|
# @param [Boolean] return_partial_success
|
10630
10650
|
# Opt-in for partial success behavior which provides partial results in case of
|
10631
10651
|
# failure. The default value is false.
|
10652
|
+
# @param [Fixnum] service_project_number
|
10632
10653
|
# @param [String] fields
|
10633
10654
|
# Selector specifying which fields to include in a partial response.
|
10634
10655
|
# @param [String] quota_user
|
@@ -10648,7 +10669,7 @@ module Google
|
|
10648
10669
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
10649
10670
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
10650
10671
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
10651
|
-
def aggregated_instance_group_manager_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
10672
|
+
def aggregated_instance_group_manager_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
10652
10673
|
command = make_simple_command(:get, 'projects/{project}/aggregated/instanceGroupManagers', options)
|
10653
10674
|
command.response_representation = Google::Apis::ComputeAlpha::InstanceGroupManagerAggregatedList::Representation
|
10654
10675
|
command.response_class = Google::Apis::ComputeAlpha::InstanceGroupManagerAggregatedList
|
@@ -10659,6 +10680,7 @@ module Google
|
|
10659
10680
|
command.query['orderBy'] = order_by unless order_by.nil?
|
10660
10681
|
command.query['pageToken'] = page_token unless page_token.nil?
|
10661
10682
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
10683
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
10662
10684
|
command.query['fields'] = fields unless fields.nil?
|
10663
10685
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
10664
10686
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -12436,6 +12458,7 @@ module Google
|
|
12436
12458
|
# @param [Boolean] return_partial_success
|
12437
12459
|
# Opt-in for partial success behavior which provides partial results in case of
|
12438
12460
|
# failure. The default value is false.
|
12461
|
+
# @param [Fixnum] service_project_number
|
12439
12462
|
# @param [String] fields
|
12440
12463
|
# Selector specifying which fields to include in a partial response.
|
12441
12464
|
# @param [String] quota_user
|
@@ -12455,7 +12478,7 @@ module Google
|
|
12455
12478
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
12456
12479
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
12457
12480
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
12458
|
-
def aggregated_instance_group_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
12481
|
+
def aggregated_instance_group_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
12459
12482
|
command = make_simple_command(:get, 'projects/{project}/aggregated/instanceGroups', options)
|
12460
12483
|
command.response_representation = Google::Apis::ComputeAlpha::InstanceGroupAggregatedList::Representation
|
12461
12484
|
command.response_class = Google::Apis::ComputeAlpha::InstanceGroupAggregatedList
|
@@ -12466,6 +12489,7 @@ module Google
|
|
12466
12489
|
command.query['orderBy'] = order_by unless order_by.nil?
|
12467
12490
|
command.query['pageToken'] = page_token unless page_token.nil?
|
12468
12491
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
12492
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
12469
12493
|
command.query['fields'] = fields unless fields.nil?
|
12470
12494
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
12471
12495
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -13113,6 +13137,7 @@ module Google
|
|
13113
13137
|
# @param [Boolean] return_partial_success
|
13114
13138
|
# Opt-in for partial success behavior which provides partial results in case of
|
13115
13139
|
# failure. The default value is false.
|
13140
|
+
# @param [Fixnum] service_project_number
|
13116
13141
|
# @param [String] fields
|
13117
13142
|
# Selector specifying which fields to include in a partial response.
|
13118
13143
|
# @param [String] quota_user
|
@@ -13132,7 +13157,7 @@ module Google
|
|
13132
13157
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
13133
13158
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
13134
13159
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
13135
|
-
def aggregated_instance_template_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
13160
|
+
def aggregated_instance_template_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
13136
13161
|
command = make_simple_command(:get, 'projects/{project}/aggregated/instanceTemplates', options)
|
13137
13162
|
command.response_representation = Google::Apis::ComputeAlpha::InstanceTemplateAggregatedList::Representation
|
13138
13163
|
command.response_class = Google::Apis::ComputeAlpha::InstanceTemplateAggregatedList
|
@@ -13143,6 +13168,7 @@ module Google
|
|
13143
13168
|
command.query['orderBy'] = order_by unless order_by.nil?
|
13144
13169
|
command.query['pageToken'] = page_token unless page_token.nil?
|
13145
13170
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
13171
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
13146
13172
|
command.query['fields'] = fields unless fields.nil?
|
13147
13173
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
13148
13174
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -13673,6 +13699,7 @@ module Google
|
|
13673
13699
|
# @param [Boolean] return_partial_success
|
13674
13700
|
# Opt-in for partial success behavior which provides partial results in case of
|
13675
13701
|
# failure. The default value is false.
|
13702
|
+
# @param [Fixnum] service_project_number
|
13676
13703
|
# @param [String] fields
|
13677
13704
|
# Selector specifying which fields to include in a partial response.
|
13678
13705
|
# @param [String] quota_user
|
@@ -13692,7 +13719,7 @@ module Google
|
|
13692
13719
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
13693
13720
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
13694
13721
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
13695
|
-
def aggregated_instance_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
13722
|
+
def aggregated_instance_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
13696
13723
|
command = make_simple_command(:get, 'projects/{project}/aggregated/instances', options)
|
13697
13724
|
command.response_representation = Google::Apis::ComputeAlpha::InstanceAggregatedList::Representation
|
13698
13725
|
command.response_class = Google::Apis::ComputeAlpha::InstanceAggregatedList
|
@@ -13703,6 +13730,7 @@ module Google
|
|
13703
13730
|
command.query['orderBy'] = order_by unless order_by.nil?
|
13704
13731
|
command.query['pageToken'] = page_token unless page_token.nil?
|
13705
13732
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
13733
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
13706
13734
|
command.query['fields'] = fields unless fields.nil?
|
13707
13735
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
13708
13736
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -16464,6 +16492,7 @@ module Google
|
|
16464
16492
|
# @param [Boolean] return_partial_success
|
16465
16493
|
# Opt-in for partial success behavior which provides partial results in case of
|
16466
16494
|
# failure. The default value is false.
|
16495
|
+
# @param [Fixnum] service_project_number
|
16467
16496
|
# @param [String] fields
|
16468
16497
|
# Selector specifying which fields to include in a partial response.
|
16469
16498
|
# @param [String] quota_user
|
@@ -16483,7 +16512,7 @@ module Google
|
|
16483
16512
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
16484
16513
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
16485
16514
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
16486
|
-
def aggregated_instant_snapshot_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
16515
|
+
def aggregated_instant_snapshot_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
16487
16516
|
command = make_simple_command(:get, 'projects/{project}/aggregated/instantSnapshots', options)
|
16488
16517
|
command.response_representation = Google::Apis::ComputeAlpha::InstantSnapshotAggregatedList::Representation
|
16489
16518
|
command.response_class = Google::Apis::ComputeAlpha::InstantSnapshotAggregatedList
|
@@ -16494,6 +16523,7 @@ module Google
|
|
16494
16523
|
command.query['orderBy'] = order_by unless order_by.nil?
|
16495
16524
|
command.query['pageToken'] = page_token unless page_token.nil?
|
16496
16525
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
16526
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
16497
16527
|
command.query['fields'] = fields unless fields.nil?
|
16498
16528
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
16499
16529
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -17034,6 +17064,7 @@ module Google
|
|
17034
17064
|
# @param [Boolean] return_partial_success
|
17035
17065
|
# Opt-in for partial success behavior which provides partial results in case of
|
17036
17066
|
# failure. The default value is false.
|
17067
|
+
# @param [Fixnum] service_project_number
|
17037
17068
|
# @param [String] fields
|
17038
17069
|
# Selector specifying which fields to include in a partial response.
|
17039
17070
|
# @param [String] quota_user
|
@@ -17053,7 +17084,7 @@ module Google
|
|
17053
17084
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
17054
17085
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
17055
17086
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
17056
|
-
def aggregated_interconnect_attachment_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
17087
|
+
def aggregated_interconnect_attachment_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
17057
17088
|
command = make_simple_command(:get, 'projects/{project}/aggregated/interconnectAttachments', options)
|
17058
17089
|
command.response_representation = Google::Apis::ComputeAlpha::InterconnectAttachmentAggregatedList::Representation
|
17059
17090
|
command.response_class = Google::Apis::ComputeAlpha::InterconnectAttachmentAggregatedList
|
@@ -17064,6 +17095,7 @@ module Google
|
|
17064
17095
|
command.query['orderBy'] = order_by unless order_by.nil?
|
17065
17096
|
command.query['pageToken'] = page_token unless page_token.nil?
|
17066
17097
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
17098
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
17067
17099
|
command.query['fields'] = fields unless fields.nil?
|
17068
17100
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
17069
17101
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -19301,6 +19333,7 @@ module Google
|
|
19301
19333
|
# @param [Boolean] return_partial_success
|
19302
19334
|
# Opt-in for partial success behavior which provides partial results in case of
|
19303
19335
|
# failure. The default value is false.
|
19336
|
+
# @param [Fixnum] service_project_number
|
19304
19337
|
# @param [String] fields
|
19305
19338
|
# Selector specifying which fields to include in a partial response.
|
19306
19339
|
# @param [String] quota_user
|
@@ -19320,7 +19353,7 @@ module Google
|
|
19320
19353
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
19321
19354
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
19322
19355
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
19323
|
-
def aggregated_machine_type_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
19356
|
+
def aggregated_machine_type_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
19324
19357
|
command = make_simple_command(:get, 'projects/{project}/aggregated/machineTypes', options)
|
19325
19358
|
command.response_representation = Google::Apis::ComputeAlpha::MachineTypeAggregatedList::Representation
|
19326
19359
|
command.response_class = Google::Apis::ComputeAlpha::MachineTypeAggregatedList
|
@@ -19331,6 +19364,7 @@ module Google
|
|
19331
19364
|
command.query['orderBy'] = order_by unless order_by.nil?
|
19332
19365
|
command.query['pageToken'] = page_token unless page_token.nil?
|
19333
19366
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
19367
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
19334
19368
|
command.query['fields'] = fields unless fields.nil?
|
19335
19369
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
19336
19370
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -19530,6 +19564,7 @@ module Google
|
|
19530
19564
|
# @param [Boolean] return_partial_success
|
19531
19565
|
# Opt-in for partial success behavior which provides partial results in case of
|
19532
19566
|
# failure. The default value is false.
|
19567
|
+
# @param [Fixnum] service_project_number
|
19533
19568
|
# @param [String] fields
|
19534
19569
|
# Selector specifying which fields to include in a partial response.
|
19535
19570
|
# @param [String] quota_user
|
@@ -19549,7 +19584,7 @@ module Google
|
|
19549
19584
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
19550
19585
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
19551
19586
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
19552
|
-
def aggregated_network_attachment_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
19587
|
+
def aggregated_network_attachment_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
19553
19588
|
command = make_simple_command(:get, 'projects/{project}/aggregated/networkAttachments', options)
|
19554
19589
|
command.response_representation = Google::Apis::ComputeAlpha::NetworkAttachmentAggregatedList::Representation
|
19555
19590
|
command.response_class = Google::Apis::ComputeAlpha::NetworkAttachmentAggregatedList
|
@@ -19560,6 +19595,7 @@ module Google
|
|
19560
19595
|
command.query['orderBy'] = order_by unless order_by.nil?
|
19561
19596
|
command.query['pageToken'] = page_token unless page_token.nil?
|
19562
19597
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
19598
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
19563
19599
|
command.query['fields'] = fields unless fields.nil?
|
19564
19600
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
19565
19601
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -20046,6 +20082,7 @@ module Google
|
|
20046
20082
|
# @param [Boolean] return_partial_success
|
20047
20083
|
# Opt-in for partial success behavior which provides partial results in case of
|
20048
20084
|
# failure. The default value is false.
|
20085
|
+
# @param [Fixnum] service_project_number
|
20049
20086
|
# @param [String] fields
|
20050
20087
|
# Selector specifying which fields to include in a partial response.
|
20051
20088
|
# @param [String] quota_user
|
@@ -20065,7 +20102,7 @@ module Google
|
|
20065
20102
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
20066
20103
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
20067
20104
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
20068
|
-
def aggregated_network_edge_security_service_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
20105
|
+
def aggregated_network_edge_security_service_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
20069
20106
|
command = make_simple_command(:get, 'projects/{project}/aggregated/networkEdgeSecurityServices', options)
|
20070
20107
|
command.response_representation = Google::Apis::ComputeAlpha::NetworkEdgeSecurityServiceAggregatedList::Representation
|
20071
20108
|
command.response_class = Google::Apis::ComputeAlpha::NetworkEdgeSecurityServiceAggregatedList
|
@@ -20076,6 +20113,7 @@ module Google
|
|
20076
20113
|
command.query['orderBy'] = order_by unless order_by.nil?
|
20077
20114
|
command.query['pageToken'] = page_token unless page_token.nil?
|
20078
20115
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
20116
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
20079
20117
|
command.query['fields'] = fields unless fields.nil?
|
20080
20118
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
20081
20119
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -20344,6 +20382,7 @@ module Google
|
|
20344
20382
|
# @param [Boolean] return_partial_success
|
20345
20383
|
# Opt-in for partial success behavior which provides partial results in case of
|
20346
20384
|
# failure. The default value is false.
|
20385
|
+
# @param [Fixnum] service_project_number
|
20347
20386
|
# @param [String] fields
|
20348
20387
|
# Selector specifying which fields to include in a partial response.
|
20349
20388
|
# @param [String] quota_user
|
@@ -20363,7 +20402,7 @@ module Google
|
|
20363
20402
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
20364
20403
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
20365
20404
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
20366
|
-
def aggregated_network_endpoint_group_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
20405
|
+
def aggregated_network_endpoint_group_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
20367
20406
|
command = make_simple_command(:get, 'projects/{project}/aggregated/networkEndpointGroups', options)
|
20368
20407
|
command.response_representation = Google::Apis::ComputeAlpha::NetworkEndpointGroupAggregatedList::Representation
|
20369
20408
|
command.response_class = Google::Apis::ComputeAlpha::NetworkEndpointGroupAggregatedList
|
@@ -20374,6 +20413,7 @@ module Google
|
|
20374
20413
|
command.query['orderBy'] = order_by unless order_by.nil?
|
20375
20414
|
command.query['pageToken'] = page_token unless page_token.nil?
|
20376
20415
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
20416
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
20377
20417
|
command.query['fields'] = fields unless fields.nil?
|
20378
20418
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
20379
20419
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -22676,6 +22716,7 @@ module Google
|
|
22676
22716
|
# @param [Boolean] return_partial_success
|
22677
22717
|
# Opt-in for partial success behavior which provides partial results in case of
|
22678
22718
|
# failure. The default value is false.
|
22719
|
+
# @param [Fixnum] service_project_number
|
22679
22720
|
# @param [String] fields
|
22680
22721
|
# Selector specifying which fields to include in a partial response.
|
22681
22722
|
# @param [String] quota_user
|
@@ -22695,7 +22736,7 @@ module Google
|
|
22695
22736
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
22696
22737
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
22697
22738
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
22698
|
-
def aggregated_node_group_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
22739
|
+
def aggregated_node_group_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
22699
22740
|
command = make_simple_command(:get, 'projects/{project}/aggregated/nodeGroups', options)
|
22700
22741
|
command.response_representation = Google::Apis::ComputeAlpha::NodeGroupAggregatedList::Representation
|
22701
22742
|
command.response_class = Google::Apis::ComputeAlpha::NodeGroupAggregatedList
|
@@ -22706,6 +22747,7 @@ module Google
|
|
22706
22747
|
command.query['orderBy'] = order_by unless order_by.nil?
|
22707
22748
|
command.query['pageToken'] = page_token unless page_token.nil?
|
22708
22749
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
22750
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
22709
22751
|
command.query['fields'] = fields unless fields.nil?
|
22710
22752
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
22711
22753
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -23500,6 +23542,7 @@ module Google
|
|
23500
23542
|
# @param [Boolean] return_partial_success
|
23501
23543
|
# Opt-in for partial success behavior which provides partial results in case of
|
23502
23544
|
# failure. The default value is false.
|
23545
|
+
# @param [Fixnum] service_project_number
|
23503
23546
|
# @param [String] fields
|
23504
23547
|
# Selector specifying which fields to include in a partial response.
|
23505
23548
|
# @param [String] quota_user
|
@@ -23519,7 +23562,7 @@ module Google
|
|
23519
23562
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
23520
23563
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
23521
23564
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
23522
|
-
def aggregated_node_template_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
23565
|
+
def aggregated_node_template_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
23523
23566
|
command = make_simple_command(:get, 'projects/{project}/aggregated/nodeTemplates', options)
|
23524
23567
|
command.response_representation = Google::Apis::ComputeAlpha::NodeTemplateAggregatedList::Representation
|
23525
23568
|
command.response_class = Google::Apis::ComputeAlpha::NodeTemplateAggregatedList
|
@@ -23530,6 +23573,7 @@ module Google
|
|
23530
23573
|
command.query['orderBy'] = order_by unless order_by.nil?
|
23531
23574
|
command.query['pageToken'] = page_token unless page_token.nil?
|
23532
23575
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
23576
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
23533
23577
|
command.query['fields'] = fields unless fields.nil?
|
23534
23578
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
23535
23579
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -23957,6 +24001,7 @@ module Google
|
|
23957
24001
|
# @param [Boolean] return_partial_success
|
23958
24002
|
# Opt-in for partial success behavior which provides partial results in case of
|
23959
24003
|
# failure. The default value is false.
|
24004
|
+
# @param [Fixnum] service_project_number
|
23960
24005
|
# @param [String] fields
|
23961
24006
|
# Selector specifying which fields to include in a partial response.
|
23962
24007
|
# @param [String] quota_user
|
@@ -23976,7 +24021,7 @@ module Google
|
|
23976
24021
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
23977
24022
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
23978
24023
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
23979
|
-
def aggregated_node_type_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
24024
|
+
def aggregated_node_type_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
23980
24025
|
command = make_simple_command(:get, 'projects/{project}/aggregated/nodeTypes', options)
|
23981
24026
|
command.response_representation = Google::Apis::ComputeAlpha::NodeTypeAggregatedList::Representation
|
23982
24027
|
command.response_class = Google::Apis::ComputeAlpha::NodeTypeAggregatedList
|
@@ -23987,6 +24032,7 @@ module Google
|
|
23987
24032
|
command.query['orderBy'] = order_by unless order_by.nil?
|
23988
24033
|
command.query['pageToken'] = page_token unless page_token.nil?
|
23989
24034
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
24035
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
23990
24036
|
command.query['fields'] = fields unless fields.nil?
|
23991
24037
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
23992
24038
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -24890,6 +24936,7 @@ module Google
|
|
24890
24936
|
# @param [Boolean] return_partial_success
|
24891
24937
|
# Opt-in for partial success behavior which provides partial results in case of
|
24892
24938
|
# failure. The default value is false.
|
24939
|
+
# @param [Fixnum] service_project_number
|
24893
24940
|
# @param [String] fields
|
24894
24941
|
# Selector specifying which fields to include in a partial response.
|
24895
24942
|
# @param [String] quota_user
|
@@ -24909,7 +24956,7 @@ module Google
|
|
24909
24956
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
24910
24957
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
24911
24958
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
24912
|
-
def aggregated_packet_mirroring_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
24959
|
+
def aggregated_packet_mirroring_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
24913
24960
|
command = make_simple_command(:get, 'projects/{project}/aggregated/packetMirrorings', options)
|
24914
24961
|
command.response_representation = Google::Apis::ComputeAlpha::PacketMirroringAggregatedList::Representation
|
24915
24962
|
command.response_class = Google::Apis::ComputeAlpha::PacketMirroringAggregatedList
|
@@ -24920,6 +24967,7 @@ module Google
|
|
24920
24967
|
command.query['orderBy'] = order_by unless order_by.nil?
|
24921
24968
|
command.query['pageToken'] = page_token unless page_token.nil?
|
24922
24969
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
24970
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
24923
24971
|
command.query['fields'] = fields unless fields.nil?
|
24924
24972
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
24925
24973
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -26468,6 +26516,7 @@ module Google
|
|
26468
26516
|
# @param [Boolean] return_partial_success
|
26469
26517
|
# Opt-in for partial success behavior which provides partial results in case of
|
26470
26518
|
# failure. The default value is false.
|
26519
|
+
# @param [Fixnum] service_project_number
|
26471
26520
|
# @param [String] fields
|
26472
26521
|
# Selector specifying which fields to include in a partial response.
|
26473
26522
|
# @param [String] quota_user
|
@@ -26487,7 +26536,7 @@ module Google
|
|
26487
26536
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
26488
26537
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
26489
26538
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
26490
|
-
def aggregated_public_delegated_prefix_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
26539
|
+
def aggregated_public_delegated_prefix_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
26491
26540
|
command = make_simple_command(:get, 'projects/{project}/aggregated/publicDelegatedPrefixes', options)
|
26492
26541
|
command.response_representation = Google::Apis::ComputeAlpha::PublicDelegatedPrefixAggregatedList::Representation
|
26493
26542
|
command.response_class = Google::Apis::ComputeAlpha::PublicDelegatedPrefixAggregatedList
|
@@ -26498,6 +26547,7 @@ module Google
|
|
26498
26547
|
command.query['orderBy'] = order_by unless order_by.nil?
|
26499
26548
|
command.query['pageToken'] = page_token unless page_token.nil?
|
26500
26549
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
26550
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
26501
26551
|
command.query['fields'] = fields unless fields.nil?
|
26502
26552
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
26503
26553
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -27999,6 +28049,7 @@ module Google
|
|
27999
28049
|
# @param [Boolean] return_partial_success
|
28000
28050
|
# Opt-in for partial success behavior which provides partial results in case of
|
28001
28051
|
# failure. The default value is false.
|
28052
|
+
# @param [Fixnum] service_project_number
|
28002
28053
|
# @param [String] fields
|
28003
28054
|
# Selector specifying which fields to include in a partial response.
|
28004
28055
|
# @param [String] quota_user
|
@@ -28018,7 +28069,7 @@ module Google
|
|
28018
28069
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
28019
28070
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
28020
28071
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
28021
|
-
def aggregated_region_commitment_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
28072
|
+
def aggregated_region_commitment_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
28022
28073
|
command = make_simple_command(:get, 'projects/{project}/aggregated/commitments', options)
|
28023
28074
|
command.response_representation = Google::Apis::ComputeAlpha::CommitmentAggregatedList::Representation
|
28024
28075
|
command.response_class = Google::Apis::ComputeAlpha::CommitmentAggregatedList
|
@@ -28029,6 +28080,7 @@ module Google
|
|
28029
28080
|
command.query['orderBy'] = order_by unless order_by.nil?
|
28030
28081
|
command.query['pageToken'] = page_token unless page_token.nil?
|
28031
28082
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
28083
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
28032
28084
|
command.query['fields'] = fields unless fields.nil?
|
28033
28085
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
28034
28086
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -29659,6 +29711,7 @@ module Google
|
|
29659
29711
|
# @param [Boolean] return_partial_success
|
29660
29712
|
# Opt-in for partial success behavior which provides partial results in case of
|
29661
29713
|
# failure. The default value is false.
|
29714
|
+
# @param [Fixnum] service_project_number
|
29662
29715
|
# @param [String] fields
|
29663
29716
|
# Selector specifying which fields to include in a partial response.
|
29664
29717
|
# @param [String] quota_user
|
@@ -29678,7 +29731,7 @@ module Google
|
|
29678
29731
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
29679
29732
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
29680
29733
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
29681
|
-
def aggregated_region_health_check_service_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
29734
|
+
def aggregated_region_health_check_service_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
29682
29735
|
command = make_simple_command(:get, 'projects/{project}/aggregated/healthCheckServices', options)
|
29683
29736
|
command.response_representation = Google::Apis::ComputeAlpha::HealthCheckServiceAggregatedList::Representation
|
29684
29737
|
command.response_class = Google::Apis::ComputeAlpha::HealthCheckServiceAggregatedList
|
@@ -29689,6 +29742,7 @@ module Google
|
|
29689
29742
|
command.query['orderBy'] = order_by unless order_by.nil?
|
29690
29743
|
command.query['pageToken'] = page_token unless page_token.nil?
|
29691
29744
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
29745
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
29692
29746
|
command.query['fields'] = fields unless fields.nil?
|
29693
29747
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
29694
29748
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -34636,6 +34690,7 @@ module Google
|
|
34636
34690
|
# @param [Boolean] return_partial_success
|
34637
34691
|
# Opt-in for partial success behavior which provides partial results in case of
|
34638
34692
|
# failure. The default value is false.
|
34693
|
+
# @param [Fixnum] service_project_number
|
34639
34694
|
# @param [String] fields
|
34640
34695
|
# Selector specifying which fields to include in a partial response.
|
34641
34696
|
# @param [String] quota_user
|
@@ -34655,7 +34710,7 @@ module Google
|
|
34655
34710
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
34656
34711
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
34657
34712
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
34658
|
-
def aggregated_region_notification_endpoint_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
34713
|
+
def aggregated_region_notification_endpoint_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
34659
34714
|
command = make_simple_command(:get, 'projects/{project}/aggregated/notificationEndpoints', options)
|
34660
34715
|
command.response_representation = Google::Apis::ComputeAlpha::NotificationEndpointAggregatedList::Representation
|
34661
34716
|
command.response_class = Google::Apis::ComputeAlpha::NotificationEndpointAggregatedList
|
@@ -34666,6 +34721,7 @@ module Google
|
|
34666
34721
|
command.query['orderBy'] = order_by unless order_by.nil?
|
34667
34722
|
command.query['pageToken'] = page_token unless page_token.nil?
|
34668
34723
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
34724
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
34669
34725
|
command.query['fields'] = fields unless fields.nil?
|
34670
34726
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
34671
34727
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -38531,6 +38587,7 @@ module Google
|
|
38531
38587
|
# @param [Boolean] return_partial_success
|
38532
38588
|
# Opt-in for partial success behavior which provides partial results in case of
|
38533
38589
|
# failure. The default value is false.
|
38590
|
+
# @param [Fixnum] service_project_number
|
38534
38591
|
# @param [String] fields
|
38535
38592
|
# Selector specifying which fields to include in a partial response.
|
38536
38593
|
# @param [String] quota_user
|
@@ -38550,7 +38607,7 @@ module Google
|
|
38550
38607
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
38551
38608
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
38552
38609
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
38553
|
-
def aggregated_reservation_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
38610
|
+
def aggregated_reservation_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
38554
38611
|
command = make_simple_command(:get, 'projects/{project}/aggregated/reservations', options)
|
38555
38612
|
command.response_representation = Google::Apis::ComputeAlpha::ReservationAggregatedList::Representation
|
38556
38613
|
command.response_class = Google::Apis::ComputeAlpha::ReservationAggregatedList
|
@@ -38561,6 +38618,7 @@ module Google
|
|
38561
38618
|
command.query['orderBy'] = order_by unless order_by.nil?
|
38562
38619
|
command.query['pageToken'] = page_token unless page_token.nil?
|
38563
38620
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
38621
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
38564
38622
|
command.query['fields'] = fields unless fields.nil?
|
38565
38623
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
38566
38624
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -39101,6 +39159,7 @@ module Google
|
|
39101
39159
|
# @param [Boolean] return_partial_success
|
39102
39160
|
# Opt-in for partial success behavior which provides partial results in case of
|
39103
39161
|
# failure. The default value is false.
|
39162
|
+
# @param [Fixnum] service_project_number
|
39104
39163
|
# @param [String] fields
|
39105
39164
|
# Selector specifying which fields to include in a partial response.
|
39106
39165
|
# @param [String] quota_user
|
@@ -39120,7 +39179,7 @@ module Google
|
|
39120
39179
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
39121
39180
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
39122
39181
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
39123
|
-
def aggregated_resource_policy_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
39182
|
+
def aggregated_resource_policy_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
39124
39183
|
command = make_simple_command(:get, 'projects/{project}/aggregated/resourcePolicies', options)
|
39125
39184
|
command.response_representation = Google::Apis::ComputeAlpha::ResourcePolicyAggregatedList::Representation
|
39126
39185
|
command.response_class = Google::Apis::ComputeAlpha::ResourcePolicyAggregatedList
|
@@ -39131,6 +39190,7 @@ module Google
|
|
39131
39190
|
command.query['orderBy'] = order_by unless order_by.nil?
|
39132
39191
|
command.query['pageToken'] = page_token unless page_token.nil?
|
39133
39192
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
39193
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
39134
39194
|
command.query['fields'] = fields unless fields.nil?
|
39135
39195
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
39136
39196
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -39616,6 +39676,7 @@ module Google
|
|
39616
39676
|
# @param [Boolean] return_partial_success
|
39617
39677
|
# Opt-in for partial success behavior which provides partial results in case of
|
39618
39678
|
# failure. The default value is false.
|
39679
|
+
# @param [Fixnum] service_project_number
|
39619
39680
|
# @param [String] fields
|
39620
39681
|
# Selector specifying which fields to include in a partial response.
|
39621
39682
|
# @param [String] quota_user
|
@@ -39635,7 +39696,7 @@ module Google
|
|
39635
39696
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
39636
39697
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
39637
39698
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
39638
|
-
def aggregated_router_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
39699
|
+
def aggregated_router_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
39639
39700
|
command = make_simple_command(:get, 'projects/{project}/aggregated/routers', options)
|
39640
39701
|
command.response_representation = Google::Apis::ComputeAlpha::RouterAggregatedList::Representation
|
39641
39702
|
command.response_class = Google::Apis::ComputeAlpha::RouterAggregatedList
|
@@ -39646,6 +39707,7 @@ module Google
|
|
39646
39707
|
command.query['orderBy'] = order_by unless order_by.nil?
|
39647
39708
|
command.query['pageToken'] = page_token unless page_token.nil?
|
39648
39709
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
39710
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
39649
39711
|
command.query['fields'] = fields unless fields.nil?
|
39650
39712
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
39651
39713
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -40984,6 +41046,7 @@ module Google
|
|
40984
41046
|
# @param [Boolean] return_partial_success
|
40985
41047
|
# Opt-in for partial success behavior which provides partial results in case of
|
40986
41048
|
# failure. The default value is false.
|
41049
|
+
# @param [Fixnum] service_project_number
|
40987
41050
|
# @param [String] fields
|
40988
41051
|
# Selector specifying which fields to include in a partial response.
|
40989
41052
|
# @param [String] quota_user
|
@@ -41003,7 +41066,7 @@ module Google
|
|
41003
41066
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
41004
41067
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
41005
41068
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
41006
|
-
def aggregated_security_policy_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
41069
|
+
def aggregated_security_policy_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
41007
41070
|
command = make_simple_command(:get, 'projects/{project}/aggregated/securityPolicies', options)
|
41008
41071
|
command.response_representation = Google::Apis::ComputeAlpha::SecurityPoliciesAggregatedList::Representation
|
41009
41072
|
command.response_class = Google::Apis::ComputeAlpha::SecurityPoliciesAggregatedList
|
@@ -41014,6 +41077,7 @@ module Google
|
|
41014
41077
|
command.query['orderBy'] = order_by unless order_by.nil?
|
41015
41078
|
command.query['pageToken'] = page_token unless page_token.nil?
|
41016
41079
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
41080
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
41017
41081
|
command.query['fields'] = fields unless fields.nil?
|
41018
41082
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
41019
41083
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -41659,6 +41723,7 @@ module Google
|
|
41659
41723
|
# @param [Boolean] return_partial_success
|
41660
41724
|
# Opt-in for partial success behavior which provides partial results in case of
|
41661
41725
|
# failure. The default value is false.
|
41726
|
+
# @param [Fixnum] service_project_number
|
41662
41727
|
# @param [String] fields
|
41663
41728
|
# Selector specifying which fields to include in a partial response.
|
41664
41729
|
# @param [String] quota_user
|
@@ -41678,7 +41743,7 @@ module Google
|
|
41678
41743
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
41679
41744
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
41680
41745
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
41681
|
-
def aggregated_service_attachment_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
41746
|
+
def aggregated_service_attachment_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
41682
41747
|
command = make_simple_command(:get, 'projects/{project}/aggregated/serviceAttachments', options)
|
41683
41748
|
command.response_representation = Google::Apis::ComputeAlpha::ServiceAttachmentAggregatedList::Representation
|
41684
41749
|
command.response_class = Google::Apis::ComputeAlpha::ServiceAttachmentAggregatedList
|
@@ -41689,6 +41754,7 @@ module Google
|
|
41689
41754
|
command.query['orderBy'] = order_by unless order_by.nil?
|
41690
41755
|
command.query['pageToken'] = page_token unless page_token.nil?
|
41691
41756
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
41757
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
41692
41758
|
command.query['fields'] = fields unless fields.nil?
|
41693
41759
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
41694
41760
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -42642,6 +42708,7 @@ module Google
|
|
42642
42708
|
# @param [Boolean] return_partial_success
|
42643
42709
|
# Opt-in for partial success behavior which provides partial results in case of
|
42644
42710
|
# failure. The default value is false.
|
42711
|
+
# @param [Fixnum] service_project_number
|
42645
42712
|
# @param [String] fields
|
42646
42713
|
# Selector specifying which fields to include in a partial response.
|
42647
42714
|
# @param [String] quota_user
|
@@ -42661,7 +42728,7 @@ module Google
|
|
42661
42728
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
42662
42729
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
42663
42730
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
42664
|
-
def aggregated_ssl_certificate_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
42731
|
+
def aggregated_ssl_certificate_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
42665
42732
|
command = make_simple_command(:get, 'projects/{project}/aggregated/sslCertificates', options)
|
42666
42733
|
command.response_representation = Google::Apis::ComputeAlpha::SslCertificateAggregatedList::Representation
|
42667
42734
|
command.response_class = Google::Apis::ComputeAlpha::SslCertificateAggregatedList
|
@@ -42672,6 +42739,7 @@ module Google
|
|
42672
42739
|
command.query['orderBy'] = order_by unless order_by.nil?
|
42673
42740
|
command.query['pageToken'] = page_token unless page_token.nil?
|
42674
42741
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
42742
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
42675
42743
|
command.query['fields'] = fields unless fields.nil?
|
42676
42744
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
42677
42745
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -43000,6 +43068,7 @@ module Google
|
|
43000
43068
|
# @param [Boolean] return_partial_success
|
43001
43069
|
# Opt-in for partial success behavior which provides partial results in case of
|
43002
43070
|
# failure. The default value is false.
|
43071
|
+
# @param [Fixnum] service_project_number
|
43003
43072
|
# @param [String] fields
|
43004
43073
|
# Selector specifying which fields to include in a partial response.
|
43005
43074
|
# @param [String] quota_user
|
@@ -43019,7 +43088,7 @@ module Google
|
|
43019
43088
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
43020
43089
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
43021
43090
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
43022
|
-
def aggregated_ssl_policy_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
43091
|
+
def aggregated_ssl_policy_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
43023
43092
|
command = make_simple_command(:get, 'projects/{project}/aggregated/sslPolicies', options)
|
43024
43093
|
command.response_representation = Google::Apis::ComputeAlpha::SslPoliciesAggregatedList::Representation
|
43025
43094
|
command.response_class = Google::Apis::ComputeAlpha::SslPoliciesAggregatedList
|
@@ -43030,6 +43099,7 @@ module Google
|
|
43030
43099
|
command.query['orderBy'] = order_by unless order_by.nil?
|
43031
43100
|
command.query['pageToken'] = page_token unless page_token.nil?
|
43032
43101
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
43102
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
43033
43103
|
command.query['fields'] = fields unless fields.nil?
|
43034
43104
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
43035
43105
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -43499,6 +43569,7 @@ module Google
|
|
43499
43569
|
# @param [Boolean] return_partial_success
|
43500
43570
|
# Opt-in for partial success behavior which provides partial results in case of
|
43501
43571
|
# failure. The default value is false.
|
43572
|
+
# @param [Fixnum] service_project_number
|
43502
43573
|
# @param [String] fields
|
43503
43574
|
# Selector specifying which fields to include in a partial response.
|
43504
43575
|
# @param [String] quota_user
|
@@ -43518,7 +43589,7 @@ module Google
|
|
43518
43589
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
43519
43590
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
43520
43591
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
43521
|
-
def aggregated_storage_pool_type_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
43592
|
+
def aggregated_storage_pool_type_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
43522
43593
|
command = make_simple_command(:get, 'projects/{project}/aggregated/storagePoolTypes', options)
|
43523
43594
|
command.response_representation = Google::Apis::ComputeAlpha::StoragePoolTypeAggregatedList::Representation
|
43524
43595
|
command.response_class = Google::Apis::ComputeAlpha::StoragePoolTypeAggregatedList
|
@@ -43529,6 +43600,7 @@ module Google
|
|
43529
43600
|
command.query['orderBy'] = order_by unless order_by.nil?
|
43530
43601
|
command.query['pageToken'] = page_token unless page_token.nil?
|
43531
43602
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
43603
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
43532
43604
|
command.query['fields'] = fields unless fields.nil?
|
43533
43605
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
43534
43606
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -43727,6 +43799,7 @@ module Google
|
|
43727
43799
|
# @param [Boolean] return_partial_success
|
43728
43800
|
# Opt-in for partial success behavior which provides partial results in case of
|
43729
43801
|
# failure. The default value is false.
|
43802
|
+
# @param [Fixnum] service_project_number
|
43730
43803
|
# @param [String] fields
|
43731
43804
|
# Selector specifying which fields to include in a partial response.
|
43732
43805
|
# @param [String] quota_user
|
@@ -43746,7 +43819,7 @@ module Google
|
|
43746
43819
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
43747
43820
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
43748
43821
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
43749
|
-
def aggregated_storage_pool_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
43822
|
+
def aggregated_storage_pool_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
43750
43823
|
command = make_simple_command(:get, 'projects/{project}/aggregated/storagePools', options)
|
43751
43824
|
command.response_representation = Google::Apis::ComputeAlpha::StoragePoolAggregatedList::Representation
|
43752
43825
|
command.response_class = Google::Apis::ComputeAlpha::StoragePoolAggregatedList
|
@@ -43757,6 +43830,7 @@ module Google
|
|
43757
43830
|
command.query['orderBy'] = order_by unless order_by.nil?
|
43758
43831
|
command.query['pageToken'] = page_token unless page_token.nil?
|
43759
43832
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
43833
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
43760
43834
|
command.query['fields'] = fields unless fields.nil?
|
43761
43835
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
43762
43836
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -44394,6 +44468,7 @@ module Google
|
|
44394
44468
|
# @param [Boolean] return_partial_success
|
44395
44469
|
# Opt-in for partial success behavior which provides partial results in case of
|
44396
44470
|
# failure. The default value is false.
|
44471
|
+
# @param [Fixnum] service_project_number
|
44397
44472
|
# @param [String] fields
|
44398
44473
|
# Selector specifying which fields to include in a partial response.
|
44399
44474
|
# @param [String] quota_user
|
@@ -44413,7 +44488,7 @@ module Google
|
|
44413
44488
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
44414
44489
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
44415
44490
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
44416
|
-
def aggregated_subnetwork_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
44491
|
+
def aggregated_subnetwork_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
44417
44492
|
command = make_simple_command(:get, 'projects/{project}/aggregated/subnetworks', options)
|
44418
44493
|
command.response_representation = Google::Apis::ComputeAlpha::SubnetworkAggregatedList::Representation
|
44419
44494
|
command.response_class = Google::Apis::ComputeAlpha::SubnetworkAggregatedList
|
@@ -44424,6 +44499,7 @@ module Google
|
|
44424
44499
|
command.query['orderBy'] = order_by unless order_by.nil?
|
44425
44500
|
command.query['pageToken'] = page_token unless page_token.nil?
|
44426
44501
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
44502
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
44427
44503
|
command.query['fields'] = fields unless fields.nil?
|
44428
44504
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
44429
44505
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -45429,6 +45505,7 @@ module Google
|
|
45429
45505
|
# @param [Boolean] return_partial_success
|
45430
45506
|
# Opt-in for partial success behavior which provides partial results in case of
|
45431
45507
|
# failure. The default value is false.
|
45508
|
+
# @param [Fixnum] service_project_number
|
45432
45509
|
# @param [String] fields
|
45433
45510
|
# Selector specifying which fields to include in a partial response.
|
45434
45511
|
# @param [String] quota_user
|
@@ -45448,7 +45525,7 @@ module Google
|
|
45448
45525
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
45449
45526
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
45450
45527
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
45451
|
-
def aggregated_target_http_proxy_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
45528
|
+
def aggregated_target_http_proxy_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
45452
45529
|
command = make_simple_command(:get, 'projects/{project}/aggregated/targetHttpProxies', options)
|
45453
45530
|
command.response_representation = Google::Apis::ComputeAlpha::TargetHttpProxyAggregatedList::Representation
|
45454
45531
|
command.response_class = Google::Apis::ComputeAlpha::TargetHttpProxyAggregatedList
|
@@ -45459,6 +45536,7 @@ module Google
|
|
45459
45536
|
command.query['orderBy'] = order_by unless order_by.nil?
|
45460
45537
|
command.query['pageToken'] = page_token unless page_token.nil?
|
45461
45538
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
45539
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
45462
45540
|
command.query['fields'] = fields unless fields.nil?
|
45463
45541
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
45464
45542
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -45889,6 +45967,7 @@ module Google
|
|
45889
45967
|
# @param [Boolean] return_partial_success
|
45890
45968
|
# Opt-in for partial success behavior which provides partial results in case of
|
45891
45969
|
# failure. The default value is false.
|
45970
|
+
# @param [Fixnum] service_project_number
|
45892
45971
|
# @param [String] fields
|
45893
45972
|
# Selector specifying which fields to include in a partial response.
|
45894
45973
|
# @param [String] quota_user
|
@@ -45908,7 +45987,7 @@ module Google
|
|
45908
45987
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
45909
45988
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
45910
45989
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
45911
|
-
def aggregated_target_https_proxy_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
45990
|
+
def aggregated_target_https_proxy_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
45912
45991
|
command = make_simple_command(:get, 'projects/{project}/aggregated/targetHttpsProxies', options)
|
45913
45992
|
command.response_representation = Google::Apis::ComputeAlpha::TargetHttpsProxyAggregatedList::Representation
|
45914
45993
|
command.response_class = Google::Apis::ComputeAlpha::TargetHttpsProxyAggregatedList
|
@@ -45919,6 +45998,7 @@ module Google
|
|
45919
45998
|
command.query['orderBy'] = order_by unless order_by.nil?
|
45920
45999
|
command.query['pageToken'] = page_token unless page_token.nil?
|
45921
46000
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
46001
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
45922
46002
|
command.query['fields'] = fields unless fields.nil?
|
45923
46003
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
45924
46004
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -46554,6 +46634,7 @@ module Google
|
|
46554
46634
|
# @param [Boolean] return_partial_success
|
46555
46635
|
# Opt-in for partial success behavior which provides partial results in case of
|
46556
46636
|
# failure. The default value is false.
|
46637
|
+
# @param [Fixnum] service_project_number
|
46557
46638
|
# @param [String] fields
|
46558
46639
|
# Selector specifying which fields to include in a partial response.
|
46559
46640
|
# @param [String] quota_user
|
@@ -46573,7 +46654,7 @@ module Google
|
|
46573
46654
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
46574
46655
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
46575
46656
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
46576
|
-
def aggregated_target_instance_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
46657
|
+
def aggregated_target_instance_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
46577
46658
|
command = make_simple_command(:get, 'projects/{project}/aggregated/targetInstances', options)
|
46578
46659
|
command.response_representation = Google::Apis::ComputeAlpha::TargetInstanceAggregatedList::Representation
|
46579
46660
|
command.response_class = Google::Apis::ComputeAlpha::TargetInstanceAggregatedList
|
@@ -46584,6 +46665,7 @@ module Google
|
|
46584
46665
|
command.query['orderBy'] = order_by unless order_by.nil?
|
46585
46666
|
command.query['pageToken'] = page_token unless page_token.nil?
|
46586
46667
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
46668
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
46587
46669
|
command.query['fields'] = fields unless fields.nil?
|
46588
46670
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
46589
46671
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -47087,6 +47169,7 @@ module Google
|
|
47087
47169
|
# @param [Boolean] return_partial_success
|
47088
47170
|
# Opt-in for partial success behavior which provides partial results in case of
|
47089
47171
|
# failure. The default value is false.
|
47172
|
+
# @param [Fixnum] service_project_number
|
47090
47173
|
# @param [String] fields
|
47091
47174
|
# Selector specifying which fields to include in a partial response.
|
47092
47175
|
# @param [String] quota_user
|
@@ -47106,7 +47189,7 @@ module Google
|
|
47106
47189
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
47107
47190
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
47108
47191
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
47109
|
-
def aggregated_target_pool_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
47192
|
+
def aggregated_target_pool_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
47110
47193
|
command = make_simple_command(:get, 'projects/{project}/aggregated/targetPools', options)
|
47111
47194
|
command.response_representation = Google::Apis::ComputeAlpha::TargetPoolAggregatedList::Representation
|
47112
47195
|
command.response_class = Google::Apis::ComputeAlpha::TargetPoolAggregatedList
|
@@ -47117,6 +47200,7 @@ module Google
|
|
47117
47200
|
command.query['orderBy'] = order_by unless order_by.nil?
|
47118
47201
|
command.query['pageToken'] = page_token unless page_token.nil?
|
47119
47202
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
47203
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
47120
47204
|
command.query['fields'] = fields unless fields.nil?
|
47121
47205
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
47122
47206
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -48234,6 +48318,7 @@ module Google
|
|
48234
48318
|
# @param [Boolean] return_partial_success
|
48235
48319
|
# Opt-in for partial success behavior which provides partial results in case of
|
48236
48320
|
# failure. The default value is false.
|
48321
|
+
# @param [Fixnum] service_project_number
|
48237
48322
|
# @param [String] fields
|
48238
48323
|
# Selector specifying which fields to include in a partial response.
|
48239
48324
|
# @param [String] quota_user
|
@@ -48253,7 +48338,7 @@ module Google
|
|
48253
48338
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
48254
48339
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
48255
48340
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
48256
|
-
def aggregated_target_tcp_proxy_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
48341
|
+
def aggregated_target_tcp_proxy_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
48257
48342
|
command = make_simple_command(:get, 'projects/{project}/aggregated/targetTcpProxies', options)
|
48258
48343
|
command.response_representation = Google::Apis::ComputeAlpha::TargetTcpProxyAggregatedList::Representation
|
48259
48344
|
command.response_class = Google::Apis::ComputeAlpha::TargetTcpProxyAggregatedList
|
@@ -48264,6 +48349,7 @@ module Google
|
|
48264
48349
|
command.query['orderBy'] = order_by unless order_by.nil?
|
48265
48350
|
command.query['pageToken'] = page_token unless page_token.nil?
|
48266
48351
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
48352
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
48267
48353
|
command.query['fields'] = fields unless fields.nil?
|
48268
48354
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
48269
48355
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -48691,6 +48777,7 @@ module Google
|
|
48691
48777
|
# @param [Boolean] return_partial_success
|
48692
48778
|
# Opt-in for partial success behavior which provides partial results in case of
|
48693
48779
|
# failure. The default value is false.
|
48780
|
+
# @param [Fixnum] service_project_number
|
48694
48781
|
# @param [String] fields
|
48695
48782
|
# Selector specifying which fields to include in a partial response.
|
48696
48783
|
# @param [String] quota_user
|
@@ -48710,7 +48797,7 @@ module Google
|
|
48710
48797
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
48711
48798
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
48712
48799
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
48713
|
-
def aggregated_target_vpn_gateway_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
48800
|
+
def aggregated_target_vpn_gateway_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
48714
48801
|
command = make_simple_command(:get, 'projects/{project}/aggregated/targetVpnGateways', options)
|
48715
48802
|
command.response_representation = Google::Apis::ComputeAlpha::TargetVpnGatewayAggregatedList::Representation
|
48716
48803
|
command.response_class = Google::Apis::ComputeAlpha::TargetVpnGatewayAggregatedList
|
@@ -48721,6 +48808,7 @@ module Google
|
|
48721
48808
|
command.query['orderBy'] = order_by unless order_by.nil?
|
48722
48809
|
command.query['pageToken'] = page_token unless page_token.nil?
|
48723
48810
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
48811
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
48724
48812
|
command.query['fields'] = fields unless fields.nil?
|
48725
48813
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
48726
48814
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -49118,6 +49206,7 @@ module Google
|
|
49118
49206
|
# @param [Boolean] return_partial_success
|
49119
49207
|
# Opt-in for partial success behavior which provides partial results in case of
|
49120
49208
|
# failure. The default value is false.
|
49209
|
+
# @param [Fixnum] service_project_number
|
49121
49210
|
# @param [String] fields
|
49122
49211
|
# Selector specifying which fields to include in a partial response.
|
49123
49212
|
# @param [String] quota_user
|
@@ -49137,7 +49226,7 @@ module Google
|
|
49137
49226
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
49138
49227
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
49139
49228
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
49140
|
-
def aggregated_url_map_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
49229
|
+
def aggregated_url_map_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
49141
49230
|
command = make_simple_command(:get, 'projects/{project}/aggregated/urlMaps', options)
|
49142
49231
|
command.response_representation = Google::Apis::ComputeAlpha::UrlMapsAggregatedList::Representation
|
49143
49232
|
command.response_class = Google::Apis::ComputeAlpha::UrlMapsAggregatedList
|
@@ -49148,6 +49237,7 @@ module Google
|
|
49148
49237
|
command.query['orderBy'] = order_by unless order_by.nil?
|
49149
49238
|
command.query['pageToken'] = page_token unless page_token.nil?
|
49150
49239
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
49240
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
49151
49241
|
command.query['fields'] = fields unless fields.nil?
|
49152
49242
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
49153
49243
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -49668,6 +49758,7 @@ module Google
|
|
49668
49758
|
# @param [Boolean] return_partial_success
|
49669
49759
|
# Opt-in for partial success behavior which provides partial results in case of
|
49670
49760
|
# failure. The default value is false.
|
49761
|
+
# @param [Fixnum] service_project_number
|
49671
49762
|
# @param [String] fields
|
49672
49763
|
# Selector specifying which fields to include in a partial response.
|
49673
49764
|
# @param [String] quota_user
|
@@ -49687,7 +49778,7 @@ module Google
|
|
49687
49778
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
49688
49779
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
49689
49780
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
49690
|
-
def aggregated_vpn_gateway_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
49781
|
+
def aggregated_vpn_gateway_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
49691
49782
|
command = make_simple_command(:get, 'projects/{project}/aggregated/vpnGateways', options)
|
49692
49783
|
command.response_representation = Google::Apis::ComputeAlpha::VpnGatewayAggregatedList::Representation
|
49693
49784
|
command.response_class = Google::Apis::ComputeAlpha::VpnGatewayAggregatedList
|
@@ -49698,6 +49789,7 @@ module Google
|
|
49698
49789
|
command.query['orderBy'] = order_by unless order_by.nil?
|
49699
49790
|
command.query['pageToken'] = page_token unless page_token.nil?
|
49700
49791
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
49792
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
49701
49793
|
command.query['fields'] = fields unless fields.nil?
|
49702
49794
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
49703
49795
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -50132,6 +50224,7 @@ module Google
|
|
50132
50224
|
# @param [Boolean] return_partial_success
|
50133
50225
|
# Opt-in for partial success behavior which provides partial results in case of
|
50134
50226
|
# failure. The default value is false.
|
50227
|
+
# @param [Fixnum] service_project_number
|
50135
50228
|
# @param [String] fields
|
50136
50229
|
# Selector specifying which fields to include in a partial response.
|
50137
50230
|
# @param [String] quota_user
|
@@ -50151,7 +50244,7 @@ module Google
|
|
50151
50244
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
50152
50245
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
50153
50246
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
50154
|
-
def aggregated_vpn_tunnel_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
50247
|
+
def aggregated_vpn_tunnel_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
50155
50248
|
command = make_simple_command(:get, 'projects/{project}/aggregated/vpnTunnels', options)
|
50156
50249
|
command.response_representation = Google::Apis::ComputeAlpha::VpnTunnelAggregatedList::Representation
|
50157
50250
|
command.response_class = Google::Apis::ComputeAlpha::VpnTunnelAggregatedList
|
@@ -50162,6 +50255,7 @@ module Google
|
|
50162
50255
|
command.query['orderBy'] = order_by unless order_by.nil?
|
50163
50256
|
command.query['pageToken'] = page_token unless page_token.nil?
|
50164
50257
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
50258
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
50165
50259
|
command.query['fields'] = fields unless fields.nil?
|
50166
50260
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
50167
50261
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
@@ -50775,6 +50869,7 @@ module Google
|
|
50775
50869
|
# @param [Boolean] return_partial_success
|
50776
50870
|
# Opt-in for partial success behavior which provides partial results in case of
|
50777
50871
|
# failure. The default value is false.
|
50872
|
+
# @param [Fixnum] service_project_number
|
50778
50873
|
# @param [String] fields
|
50779
50874
|
# Selector specifying which fields to include in a partial response.
|
50780
50875
|
# @param [String] quota_user
|
@@ -50794,7 +50889,7 @@ module Google
|
|
50794
50889
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
50795
50890
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
50796
50891
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
50797
|
-
def aggregated_zone_queued_resource_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
50892
|
+
def aggregated_zone_queued_resource_list(project, filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project_number: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
50798
50893
|
command = make_simple_command(:get, 'projects/{project}/aggregated/queuedResources', options)
|
50799
50894
|
command.response_representation = Google::Apis::ComputeAlpha::QueuedResourcesAggregatedList::Representation
|
50800
50895
|
command.response_class = Google::Apis::ComputeAlpha::QueuedResourcesAggregatedList
|
@@ -50805,6 +50900,7 @@ module Google
|
|
50805
50900
|
command.query['orderBy'] = order_by unless order_by.nil?
|
50806
50901
|
command.query['pageToken'] = page_token unless page_token.nil?
|
50807
50902
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
50903
|
+
command.query['serviceProjectNumber'] = service_project_number unless service_project_number.nil?
|
50808
50904
|
command.query['fields'] = fields unless fields.nil?
|
50809
50905
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
50810
50906
|
command.query['userIp'] = user_ip unless user_ip.nil?
|