You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/classes.rb
+140Lines changed: 140 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -541,6 +541,140 @@ def update!(**args)
541
541
end
542
542
end
543
543
544
+
# `BatchingConfigProto` defines the batching configuration for an API method.
545
+
classBatchingConfigProto
546
+
includeGoogle::Apis::Core::Hashable
547
+
548
+
# `BatchingDescriptorProto` specifies the fields of the request message to be
549
+
# used for batching, and, optionally, the fields of the response message to be
550
+
# used for demultiplexing.
551
+
# Corresponds to the JSON property `batchDescriptor`
Copy file name to clipboardExpand all lines: generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/gem_version.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ module Google
16
16
moduleApis
17
17
moduleServiceconsumermanagementV1
18
18
# Version of the google-apis-serviceconsumermanagement_v1 gem
19
-
GEM_VERSION="0.59.0"
19
+
GEM_VERSION="0.60.0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION="0.17.0"
23
23
24
24
# Revision of the discovery document this client was generated from
Copy file name to clipboardExpand all lines: generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/representations.rb
+53Lines changed: 53 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,24 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
0 commit comments