lib/google/apis/eventarc_v1/representations.rb in google-apis-eventarc_v1-0.27.0 vs lib/google/apis/eventarc_v1/representations.rb in google-apis-eventarc_v1-0.28.0
- old
+ new
@@ -98,10 +98,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleChannelConfig
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleLongrunningCancelOperationRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -250,10 +256,11 @@
class Channel
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :activation_token, as: 'activationToken'
property :create_time, as: 'createTime'
+ property :crypto_key_name, as: 'cryptoKeyName'
property :name, as: 'name'
property :provider, as: 'provider'
property :pubsub_topic, as: 'pubsubTopic'
property :state, as: 'state'
property :uid, as: 'uid'
@@ -346,9 +353,18 @@
property :cluster, as: 'cluster'
property :location, as: 'location'
property :namespace, as: 'namespace'
property :path, as: 'path'
property :service, as: 'service'
+ end
+ end
+
+ class GoogleChannelConfig
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :crypto_key_name, as: 'cryptoKeyName'
+ property :name, as: 'name'
+ property :update_time, as: 'updateTime'
end
end
class GoogleLongrunningCancelOperationRequest
# @private