lib/google/apis/eventarc_v1/representations.rb in google-apis-eventarc_v1-0.12.0 vs lib/google/apis/eventarc_v1/representations.rb in google-apis-eventarc_v1-0.13.0

- old
+ new

@@ -68,10 +68,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class Gke + 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 @@ -199,10 +205,12 @@ class Destination # @private class Representation < Google::Apis::Core::JsonRepresentation property :cloud_run, as: 'cloudRun', class: Google::Apis::EventarcV1::CloudRun, decorator: Google::Apis::EventarcV1::CloudRun::Representation + property :gke, as: 'gke', class: Google::Apis::EventarcV1::Gke, decorator: Google::Apis::EventarcV1::Gke::Representation + end end class Empty # @private @@ -223,9 +231,20 @@ class Representation < Google::Apis::Core::JsonRepresentation property :description, as: 'description' property :expression, as: 'expression' property :location, as: 'location' property :title, as: 'title' + end + end + + class Gke + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :cluster, as: 'cluster' + property :location, as: 'location' + property :namespace, as: 'namespace' + property :path, as: 'path' + property :service, as: 'service' end end class GoogleLongrunningCancelOperationRequest # @private