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_v1beta1/lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb
+71-5Lines changed: 71 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,33 @@ def update!(**args)
97
97
end
98
98
end
99
99
100
+
# Aspect represents Generic aspect. It is used to configure an aspect without
101
+
# making direct changes to service.proto
102
+
classAspect
103
+
includeGoogle::Apis::Core::Hashable
104
+
105
+
# The type of this aspect configuration.
106
+
# Corresponds to the JSON property `kind`
107
+
# @return [String]
108
+
attr_accessor:kind
109
+
110
+
# Content of the configuration. The underlying schema should be defined by
111
+
# Aspect owners as protobuf message under `apiserving/configaspects/proto`.
112
+
# Corresponds to the JSON property `spec`
113
+
# @return [Hash<String,Object>]
114
+
attr_accessor:spec
115
+
116
+
definitialize(**args)
117
+
update!(**args)
118
+
end
119
+
120
+
# Update properties of this object
121
+
defupdate!(**args)
122
+
@kind=args[:kind]ifargs.key?(:kind)
123
+
@spec=args[:spec]ifargs.key?(:spec)
124
+
end
125
+
end
126
+
100
127
# Configuration for an authentication provider, including support for [JSON Web
Copy file name to clipboardExpand all lines: generated/google-apis-serviceconsumermanagement_v1beta1/lib/google/apis/serviceconsumermanagement_v1beta1/gem_version.rb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ module Google
16
16
moduleApis
17
17
moduleServiceconsumermanagementV1beta1
18
18
# Version of the google-apis-serviceconsumermanagement_v1beta1 gem
19
-
GEM_VERSION="0.54.0"
19
+
GEM_VERSION="0.55.0"
20
20
21
21
# Version of the code generator used to generate this client
22
-
GENERATOR_VERSION="0.15.1"
22
+
GENERATOR_VERSION="0.16.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_v1beta1/lib/google/apis/serviceconsumermanagement_v1beta1/representations.rb
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
0 commit comments