lib/google/apis/eventarc_v1/representations.rb in google-apis-eventarc_v1-0.45.0 vs lib/google/apis/eventarc_v1/representations.rb in google-apis-eventarc_v1-0.46.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 @@ -164,10 +170,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class NetworkConfig + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class OperationMetadata class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -295,10 +307,14 @@ 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 :network_config, as: 'networkConfig', class: Google::Apis::EventarcV1::NetworkConfig, decorator: Google::Apis::EventarcV1::NetworkConfig::Representation + property :workflow, as: 'workflow' end end class Empty @@ -401,10 +417,18 @@ 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 class Representation < Google::Apis::Core::JsonRepresentation collection :channel_connections, as: 'channelConnections', class: Google::Apis::EventarcV1::ChannelConnection, decorator: Google::Apis::EventarcV1::ChannelConnection::Representation @@ -458,9 +482,16 @@ property :display_name, as: 'displayName' hash :labels, as: 'labels' property :location_id, as: 'locationId' hash :metadata, as: 'metadata' property :name, as: 'name' + end + end + + class NetworkConfig + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :network_attachment, as: 'networkAttachment' end end class OperationMetadata # @private