lib/google/apis/eventarc_v1/representations.rb in google-apis-eventarc_v1-0.24.0 vs lib/google/apis/eventarc_v1/representations.rb in google-apis-eventarc_v1-0.25.0

- old
+ new

@@ -38,10 +38,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class Channel + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class CloudRun class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -110,10 +116,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ListChannelsResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ListLocationsResponse class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -215,10 +227,24 @@ collection :members, as: 'members' property :role, as: 'role' end end + class Channel + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :activation_token, as: 'activationToken' + property :create_time, as: 'createTime' + property :name, as: 'name' + property :provider, as: 'provider' + property :pubsub_topic, as: 'pubsubTopic' + property :state, as: 'state' + property :uid, as: 'uid' + property :update_time, as: 'updateTime' + end + end + class CloudRun # @private class Representation < Google::Apis::Core::JsonRepresentation property :path, as: 'path' property :region, as: 'region' @@ -329,10 +355,20 @@ collection :details, as: 'details' property :message, as: 'message' end end + class ListChannelsResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :channels, as: 'channels', class: Google::Apis::EventarcV1::Channel, decorator: Google::Apis::EventarcV1::Channel::Representation + + property :next_page_token, as: 'nextPageToken' + collection :unreachable, as: 'unreachable' + end + end + class ListLocationsResponse # @private class Representation < Google::Apis::Core::JsonRepresentation collection :locations, as: 'locations', class: Google::Apis::EventarcV1::Location, decorator: Google::Apis::EventarcV1::Location::Representation @@ -446,9 +482,10 @@ end class Trigger # @private class Representation < Google::Apis::Core::JsonRepresentation + property :channel, as: 'channel' property :create_time, as: 'createTime' property :destination, as: 'destination', class: Google::Apis::EventarcV1::Destination, decorator: Google::Apis::EventarcV1::Destination::Representation property :etag, as: 'etag' collection :event_filters, as: 'eventFilters', class: Google::Apis::EventarcV1::EventFilter, decorator: Google::Apis::EventarcV1::EventFilter::Representation