Class: Google::Cloud::Logging::V2::UpdateViewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::UpdateViewRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
The parameters to UpdateView.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#view ⇒ ::Google::Cloud::Logging::V2::LogView
Required.
Instance Attribute Details
#name ⇒ ::String
595 596 597 598 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 595 class UpdateViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
595 596 597 598 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 595 class UpdateViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Logging::V2::LogView
595 596 597 598 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 595 class UpdateViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |