google-api-client 0.23.2 → 0.23.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/generated/google/apis/clouderrorreporting_v1beta1.rb +1 -1
- data/generated/google/apis/serviceusage_v1.rb +1 -1
- data/generated/google/apis/serviceusage_v1/classes.rb +1 -64
- data/generated/google/apis/serviceusage_v1/representations.rb +0 -31
- data/generated/google/apis/serviceusage_v1beta1.rb +1 -1
- data/generated/google/apis/serviceusage_v1beta1/classes.rb +1 -64
- data/generated/google/apis/serviceusage_v1beta1/representations.rb +0 -31
- data/lib/google/apis/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9317bfb8485e116621d5a2276a3243e4919ad3d6
|
4
|
+
data.tar.gz: c56bcf000c2239a4f0ec5ac1c2950d4d9fef134f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30bb8ec4b01a34ce5666f7c90cbf9543d15658d7b26189abb5394afd5494a57e5e04d6fcfd3ed41fbee4c250c5e63be7d50119456710a417cb894f9c2842c98d
|
7
|
+
data.tar.gz: cef350b437186e0368b0f41dcd84f76899e952987024a6621127c977890fcfc5d3e5e3ee86925ef92a2318bbe9c23a4c6725cbc532ef944f14166d3658f63b6e
|
data/CHANGELOG.md
CHANGED
@@ -26,7 +26,7 @@ module Google
|
|
26
26
|
# @see https://cloud.google.com/error-reporting/
|
27
27
|
module ClouderrorreportingV1beta1
|
28
28
|
VERSION = 'V1beta1'
|
29
|
-
REVISION = '
|
29
|
+
REVISION = '20180611'
|
30
30
|
|
31
31
|
# View and manage your data across Google Cloud Platform services
|
32
32
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
@@ -27,7 +27,7 @@ module Google
|
|
27
27
|
# @see https://cloud.google.com/service-usage/
|
28
28
|
module ServiceusageV1
|
29
29
|
VERSION = 'V1'
|
30
|
-
REVISION = '
|
30
|
+
REVISION = '20180705'
|
31
31
|
|
32
32
|
# View and manage your data across Google Cloud Platform services
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
@@ -1966,26 +1966,6 @@ module Google
|
|
1966
1966
|
end
|
1967
1967
|
end
|
1968
1968
|
|
1969
|
-
# The operation metadata returned for the batchend services operation.
|
1970
|
-
class GoogleApiServiceusageV1beta1OperationMetadata
|
1971
|
-
include Google::Apis::Core::Hashable
|
1972
|
-
|
1973
|
-
# The full name of the resources that this operation is directly
|
1974
|
-
# associated with.
|
1975
|
-
# Corresponds to the JSON property `resourceNames`
|
1976
|
-
# @return [Array<String>]
|
1977
|
-
attr_accessor :resource_names
|
1978
|
-
|
1979
|
-
def initialize(**args)
|
1980
|
-
update!(**args)
|
1981
|
-
end
|
1982
|
-
|
1983
|
-
# Update properties of this object
|
1984
|
-
def update!(**args)
|
1985
|
-
@resource_names = args[:resource_names] if args.key?(:resource_names)
|
1986
|
-
end
|
1987
|
-
end
|
1988
|
-
|
1989
1969
|
# Defines the HTTP configuration for an API service. It contains a list of
|
1990
1970
|
# HttpRule, each specifying the mapping of an RPC method
|
1991
1971
|
# to one or more HTTP REST API methods.
|
@@ -3324,41 +3304,23 @@ module Google
|
|
3324
3304
|
end
|
3325
3305
|
end
|
3326
3306
|
|
3327
|
-
# The metadata
|
3307
|
+
# The operation metadata returned for the batchend services operation.
|
3328
3308
|
class OperationMetadata
|
3329
3309
|
include Google::Apis::Core::Hashable
|
3330
3310
|
|
3331
|
-
# Percentage of completion of this operation, ranging from 0 to 100.
|
3332
|
-
# Corresponds to the JSON property `progressPercentage`
|
3333
|
-
# @return [Fixnum]
|
3334
|
-
attr_accessor :progress_percentage
|
3335
|
-
|
3336
3311
|
# The full name of the resources that this operation is directly
|
3337
3312
|
# associated with.
|
3338
3313
|
# Corresponds to the JSON property `resourceNames`
|
3339
3314
|
# @return [Array<String>]
|
3340
3315
|
attr_accessor :resource_names
|
3341
3316
|
|
3342
|
-
# The start time of the operation.
|
3343
|
-
# Corresponds to the JSON property `startTime`
|
3344
|
-
# @return [String]
|
3345
|
-
attr_accessor :start_time
|
3346
|
-
|
3347
|
-
# Detailed status information for each step. The order is undetermined.
|
3348
|
-
# Corresponds to the JSON property `steps`
|
3349
|
-
# @return [Array<Google::Apis::ServiceusageV1::Step>]
|
3350
|
-
attr_accessor :steps
|
3351
|
-
|
3352
3317
|
def initialize(**args)
|
3353
3318
|
update!(**args)
|
3354
3319
|
end
|
3355
3320
|
|
3356
3321
|
# Update properties of this object
|
3357
3322
|
def update!(**args)
|
3358
|
-
@progress_percentage = args[:progress_percentage] if args.key?(:progress_percentage)
|
3359
3323
|
@resource_names = args[:resource_names] if args.key?(:resource_names)
|
3360
|
-
@start_time = args[:start_time] if args.key?(:start_time)
|
3361
|
-
@steps = args[:steps] if args.key?(:steps)
|
3362
3324
|
end
|
3363
3325
|
end
|
3364
3326
|
|
@@ -3734,31 +3696,6 @@ module Google
|
|
3734
3696
|
end
|
3735
3697
|
end
|
3736
3698
|
|
3737
|
-
# Represents the status of one operation step.
|
3738
|
-
class Step
|
3739
|
-
include Google::Apis::Core::Hashable
|
3740
|
-
|
3741
|
-
# The short description of the step.
|
3742
|
-
# Corresponds to the JSON property `description`
|
3743
|
-
# @return [String]
|
3744
|
-
attr_accessor :description
|
3745
|
-
|
3746
|
-
# The status code.
|
3747
|
-
# Corresponds to the JSON property `status`
|
3748
|
-
# @return [String]
|
3749
|
-
attr_accessor :status
|
3750
|
-
|
3751
|
-
def initialize(**args)
|
3752
|
-
update!(**args)
|
3753
|
-
end
|
3754
|
-
|
3755
|
-
# Update properties of this object
|
3756
|
-
def update!(**args)
|
3757
|
-
@description = args[:description] if args.key?(:description)
|
3758
|
-
@status = args[:status] if args.key?(:status)
|
3759
|
-
end
|
3760
|
-
end
|
3761
|
-
|
3762
3699
|
# Define a parameter's name and location. The parameter may be passed as either
|
3763
3700
|
# an HTTP header or a URL query parameter, and if both are passed the behavior
|
3764
3701
|
# is implementation-dependent.
|
@@ -244,12 +244,6 @@ module Google
|
|
244
244
|
include Google::Apis::Core::JsonObjectSupport
|
245
245
|
end
|
246
246
|
|
247
|
-
class GoogleApiServiceusageV1beta1OperationMetadata
|
248
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
-
|
250
|
-
include Google::Apis::Core::JsonObjectSupport
|
251
|
-
end
|
252
|
-
|
253
247
|
class Http
|
254
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
249
|
|
@@ -418,12 +412,6 @@ module Google
|
|
418
412
|
include Google::Apis::Core::JsonObjectSupport
|
419
413
|
end
|
420
414
|
|
421
|
-
class Step
|
422
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
-
|
424
|
-
include Google::Apis::Core::JsonObjectSupport
|
425
|
-
end
|
426
|
-
|
427
415
|
class SystemParameter
|
428
416
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
417
|
|
@@ -861,13 +849,6 @@ module Google
|
|
861
849
|
end
|
862
850
|
end
|
863
851
|
|
864
|
-
class GoogleApiServiceusageV1beta1OperationMetadata
|
865
|
-
# @private
|
866
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
867
|
-
collection :resource_names, as: 'resourceNames'
|
868
|
-
end
|
869
|
-
end
|
870
|
-
|
871
852
|
class Http
|
872
853
|
# @private
|
873
854
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1092,11 +1073,7 @@ module Google
|
|
1092
1073
|
class OperationMetadata
|
1093
1074
|
# @private
|
1094
1075
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1095
|
-
property :progress_percentage, as: 'progressPercentage'
|
1096
1076
|
collection :resource_names, as: 'resourceNames'
|
1097
|
-
property :start_time, as: 'startTime'
|
1098
|
-
collection :steps, as: 'steps', class: Google::Apis::ServiceusageV1::Step, decorator: Google::Apis::ServiceusageV1::Step::Representation
|
1099
|
-
|
1100
1077
|
end
|
1101
1078
|
end
|
1102
1079
|
|
@@ -1167,14 +1144,6 @@ module Google
|
|
1167
1144
|
end
|
1168
1145
|
end
|
1169
1146
|
|
1170
|
-
class Step
|
1171
|
-
# @private
|
1172
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1173
|
-
property :description, as: 'description'
|
1174
|
-
property :status, as: 'status'
|
1175
|
-
end
|
1176
|
-
end
|
1177
|
-
|
1178
1147
|
class SystemParameter
|
1179
1148
|
# @private
|
1180
1149
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -27,7 +27,7 @@ module Google
|
|
27
27
|
# @see https://cloud.google.com/service-usage/
|
28
28
|
module ServiceusageV1beta1
|
29
29
|
VERSION = 'V1beta1'
|
30
|
-
REVISION = '
|
30
|
+
REVISION = '20180705'
|
31
31
|
|
32
32
|
# View and manage your data across Google Cloud Platform services
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
@@ -1942,26 +1942,6 @@ module Google
|
|
1942
1942
|
end
|
1943
1943
|
end
|
1944
1944
|
|
1945
|
-
# The operation metadata returned for the batchend services operation.
|
1946
|
-
class GoogleApiServiceusageV1beta1OperationMetadata
|
1947
|
-
include Google::Apis::Core::Hashable
|
1948
|
-
|
1949
|
-
# The full name of the resources that this operation is directly
|
1950
|
-
# associated with.
|
1951
|
-
# Corresponds to the JSON property `resourceNames`
|
1952
|
-
# @return [Array<String>]
|
1953
|
-
attr_accessor :resource_names
|
1954
|
-
|
1955
|
-
def initialize(**args)
|
1956
|
-
update!(**args)
|
1957
|
-
end
|
1958
|
-
|
1959
|
-
# Update properties of this object
|
1960
|
-
def update!(**args)
|
1961
|
-
@resource_names = args[:resource_names] if args.key?(:resource_names)
|
1962
|
-
end
|
1963
|
-
end
|
1964
|
-
|
1965
1945
|
# Defines the HTTP configuration for an API service. It contains a list of
|
1966
1946
|
# HttpRule, each specifying the mapping of an RPC method
|
1967
1947
|
# to one or more HTTP REST API methods.
|
@@ -3300,41 +3280,23 @@ module Google
|
|
3300
3280
|
end
|
3301
3281
|
end
|
3302
3282
|
|
3303
|
-
# The metadata
|
3283
|
+
# The operation metadata returned for the batchend services operation.
|
3304
3284
|
class OperationMetadata
|
3305
3285
|
include Google::Apis::Core::Hashable
|
3306
3286
|
|
3307
|
-
# Percentage of completion of this operation, ranging from 0 to 100.
|
3308
|
-
# Corresponds to the JSON property `progressPercentage`
|
3309
|
-
# @return [Fixnum]
|
3310
|
-
attr_accessor :progress_percentage
|
3311
|
-
|
3312
3287
|
# The full name of the resources that this operation is directly
|
3313
3288
|
# associated with.
|
3314
3289
|
# Corresponds to the JSON property `resourceNames`
|
3315
3290
|
# @return [Array<String>]
|
3316
3291
|
attr_accessor :resource_names
|
3317
3292
|
|
3318
|
-
# The start time of the operation.
|
3319
|
-
# Corresponds to the JSON property `startTime`
|
3320
|
-
# @return [String]
|
3321
|
-
attr_accessor :start_time
|
3322
|
-
|
3323
|
-
# Detailed status information for each step. The order is undetermined.
|
3324
|
-
# Corresponds to the JSON property `steps`
|
3325
|
-
# @return [Array<Google::Apis::ServiceusageV1beta1::Step>]
|
3326
|
-
attr_accessor :steps
|
3327
|
-
|
3328
3293
|
def initialize(**args)
|
3329
3294
|
update!(**args)
|
3330
3295
|
end
|
3331
3296
|
|
3332
3297
|
# Update properties of this object
|
3333
3298
|
def update!(**args)
|
3334
|
-
@progress_percentage = args[:progress_percentage] if args.key?(:progress_percentage)
|
3335
3299
|
@resource_names = args[:resource_names] if args.key?(:resource_names)
|
3336
|
-
@start_time = args[:start_time] if args.key?(:start_time)
|
3337
|
-
@steps = args[:steps] if args.key?(:steps)
|
3338
3300
|
end
|
3339
3301
|
end
|
3340
3302
|
|
@@ -3914,31 +3876,6 @@ module Google
|
|
3914
3876
|
end
|
3915
3877
|
end
|
3916
3878
|
|
3917
|
-
# Represents the status of one operation step.
|
3918
|
-
class Step
|
3919
|
-
include Google::Apis::Core::Hashable
|
3920
|
-
|
3921
|
-
# The short description of the step.
|
3922
|
-
# Corresponds to the JSON property `description`
|
3923
|
-
# @return [String]
|
3924
|
-
attr_accessor :description
|
3925
|
-
|
3926
|
-
# The status code.
|
3927
|
-
# Corresponds to the JSON property `status`
|
3928
|
-
# @return [String]
|
3929
|
-
attr_accessor :status
|
3930
|
-
|
3931
|
-
def initialize(**args)
|
3932
|
-
update!(**args)
|
3933
|
-
end
|
3934
|
-
|
3935
|
-
# Update properties of this object
|
3936
|
-
def update!(**args)
|
3937
|
-
@description = args[:description] if args.key?(:description)
|
3938
|
-
@status = args[:status] if args.key?(:status)
|
3939
|
-
end
|
3940
|
-
end
|
3941
|
-
|
3942
3879
|
# Define a parameter's name and location. The parameter may be passed as either
|
3943
3880
|
# an HTTP header or a URL query parameter, and if both are passed the behavior
|
3944
3881
|
# is implementation-dependent.
|
@@ -238,12 +238,6 @@ module Google
|
|
238
238
|
include Google::Apis::Core::JsonObjectSupport
|
239
239
|
end
|
240
240
|
|
241
|
-
class GoogleApiServiceusageV1beta1OperationMetadata
|
242
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
-
|
244
|
-
include Google::Apis::Core::JsonObjectSupport
|
245
|
-
end
|
246
|
-
|
247
241
|
class Http
|
248
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
243
|
|
@@ -424,12 +418,6 @@ module Google
|
|
424
418
|
include Google::Apis::Core::JsonObjectSupport
|
425
419
|
end
|
426
420
|
|
427
|
-
class Step
|
428
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
-
|
430
|
-
include Google::Apis::Core::JsonObjectSupport
|
431
|
-
end
|
432
|
-
|
433
421
|
class SystemParameter
|
434
422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
423
|
|
@@ -860,13 +848,6 @@ module Google
|
|
860
848
|
end
|
861
849
|
end
|
862
850
|
|
863
|
-
class GoogleApiServiceusageV1beta1OperationMetadata
|
864
|
-
# @private
|
865
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
866
|
-
collection :resource_names, as: 'resourceNames'
|
867
|
-
end
|
868
|
-
end
|
869
|
-
|
870
851
|
class Http
|
871
852
|
# @private
|
872
853
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1091,11 +1072,7 @@ module Google
|
|
1091
1072
|
class OperationMetadata
|
1092
1073
|
# @private
|
1093
1074
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1094
|
-
property :progress_percentage, as: 'progressPercentage'
|
1095
1075
|
collection :resource_names, as: 'resourceNames'
|
1096
|
-
property :start_time, as: 'startTime'
|
1097
|
-
collection :steps, as: 'steps', class: Google::Apis::ServiceusageV1beta1::Step, decorator: Google::Apis::ServiceusageV1beta1::Step::Representation
|
1098
|
-
|
1099
1076
|
end
|
1100
1077
|
end
|
1101
1078
|
|
@@ -1197,14 +1174,6 @@ module Google
|
|
1197
1174
|
end
|
1198
1175
|
end
|
1199
1176
|
|
1200
|
-
class Step
|
1201
|
-
# @private
|
1202
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1203
|
-
property :description, as: 'description'
|
1204
|
-
property :status, as: 'status'
|
1205
|
-
end
|
1206
|
-
end
|
1207
|
-
|
1208
1177
|
class SystemParameter
|
1209
1178
|
# @private
|
1210
1179
|
class Representation < Google::Apis::Core::JsonRepresentation
|
data/lib/google/apis/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.23.
|
4
|
+
version: 0.23.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Bazyl
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2018-07-
|
14
|
+
date: 2018-07-09 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: representable
|