lib/google/apis/eventarc_v1/representations.rb in google-apis-eventarc_v1-0.40.0 vs lib/google/apis/eventarc_v1/representations.rb in google-apis-eventarc_v1-0.41.0

- old
+ new

@@ -128,10 +128,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class HttpEndpoint + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ListChannelConnectionsResponse class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -295,10 +301,12 @@ property :cloud_function, as: 'cloudFunction' 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 + property :http_endpoint, as: 'httpEndpoint', class: Google::Apis::EventarcV1::HttpEndpoint, decorator: Google::Apis::EventarcV1::HttpEndpoint::Representation + property :workflow, as: 'workflow' end end class Empty @@ -398,9 +406,17 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation property :code, as: 'code' collection :details, as: 'details' property :message, as: 'message' + end + end + + class HttpEndpoint + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :forward_dns_requests, as: 'forwardDnsRequests' + property :uri, as: 'uri' end end class ListChannelConnectionsResponse # @private