Class: Google::Cloud::AlloyDB::V1alpha::UpdateInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::UpdateInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Message for updating a Instance
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
Optional.
-
#instance ⇒ ::Google::Cloud::AlloyDB::V1alpha::Instance
Required.
-
#request_id ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
987 988 989 990 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 987 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance ⇒ ::Google::Cloud::AlloyDB::V1alpha::Instance
987 988 989 990 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 987 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
987 988 989 990 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 987 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
987 988 989 990 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 987 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
987 988 989 990 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 987 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |