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
+52-10Lines changed: 52 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,19 @@ def update!(**args)
56
56
# which represent a concrete implementation of an interface as opposed to simply
57
57
# a description of methods and bindings. They are also sometimes simply referred
58
58
# to as "APIs" in other contexts, such as the name of this message itself. See
59
-
# https://cloud.google.com/apis/design/glossary for detailed terminology.
59
+
# https://cloud.google.com/apis/design/glossary for detailed terminology. New
60
+
# usages of this message as an alternative to ServiceDescriptorProto are
61
+
# strongly discouraged. This message does not reliability preserve all
62
+
# information necessary to model the schema and preserve semantics. Instead make
63
+
# use of FileDescriptorSet which preserves the necessary information.
60
64
classApi
61
65
includeGoogle::Apis::Core::Hashable
62
66
67
+
# The source edition string, only valid when syntax is SYNTAX_EDITIONS.
68
+
# Corresponds to the JSON property `edition`
69
+
# @return [String]
70
+
attr_accessor:edition
71
+
63
72
# The methods of this interface, in unspecified order.
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.61.0"
19
+
GEM_VERSION="0.62.0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION="0.18.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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -700,6 +700,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
0 commit comments