Method: Google::Cloud::CloudDMS::V1::UpdateConnectionProfileRequest#skip_validation
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
#skip_validation ⇒ ::Boolean
Returns Optional. Update the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
440 441 442 443 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 440 class UpdateConnectionProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |