Class: Google::Cloud::Datastream::V1::UpdateConnectionProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::UpdateConnectionProfileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream.rb
Overview
Connection profile update message.
Instance Attribute Summary collapse
-
#connection_profile ⇒ ::Google::Cloud::Datastream::V1::ConnectionProfile
Required.
-
#force ⇒ ::Boolean
Optional.
-
#request_id ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#connection_profile ⇒ ::Google::Cloud::Datastream::V1::ConnectionProfile
273 274 275 276 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 273 class UpdateConnectionProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#force ⇒ ::Boolean
273 274 275 276 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 273 class UpdateConnectionProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
273 274 275 276 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 273 class UpdateConnectionProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
273 274 275 276 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 273 class UpdateConnectionProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
273 274 275 276 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 273 class UpdateConnectionProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |