lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.22.0 vs lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.23.0

- old
+ new

@@ -80,16 +80,10 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end - class GoogleCloudRunV2GrpcAction - class Representation < Google::Apis::Core::JsonRepresentation; end - - include Google::Apis::Core::JsonObjectSupport - end - class GoogleCloudRunV2HttpGetAction class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -450,26 +444,16 @@ property :template, as: 'template', class: Google::Apis::RunV2::GoogleCloudRunV2TaskTemplate, decorator: Google::Apis::RunV2::GoogleCloudRunV2TaskTemplate::Representation end end - class GoogleCloudRunV2GrpcAction - # @private - class Representation < Google::Apis::Core::JsonRepresentation - property :port, as: 'port' - property :service, as: 'service' - end - end - class GoogleCloudRunV2HttpGetAction # @private class Representation < Google::Apis::Core::JsonRepresentation - property :host, as: 'host' collection :http_headers, as: 'httpHeaders', class: Google::Apis::RunV2::GoogleCloudRunV2HttpHeader, decorator: Google::Apis::RunV2::GoogleCloudRunV2HttpHeader::Representation property :path, as: 'path' - property :scheme, as: 'scheme' end end class GoogleCloudRunV2HttpHeader # @private @@ -560,12 +544,10 @@ class GoogleCloudRunV2Probe # @private class Representation < Google::Apis::Core::JsonRepresentation property :failure_threshold, as: 'failureThreshold' - property :grpc, as: 'grpc', class: Google::Apis::RunV2::GoogleCloudRunV2GrpcAction, decorator: Google::Apis::RunV2::GoogleCloudRunV2GrpcAction::Representation - property :http_get, as: 'httpGet', class: Google::Apis::RunV2::GoogleCloudRunV2HttpGetAction, decorator: Google::Apis::RunV2::GoogleCloudRunV2HttpGetAction::Representation property :initial_delay_seconds, as: 'initialDelaySeconds' property :period_seconds, as: 'periodSeconds' property :tcp_socket, as: 'tcpSocket', class: Google::Apis::RunV2::GoogleCloudRunV2TcpSocketAction, decorator: Google::Apis::RunV2::GoogleCloudRunV2TcpSocketAction::Representation @@ -715,10 +697,9 @@ end class GoogleCloudRunV2TcpSocketAction # @private class Representation < Google::Apis::Core::JsonRepresentation - property :host, as: 'host' property :port, as: 'port' end end class GoogleCloudRunV2Task