Class: Google::Cloud::Notebooks::V1::DiagnosticConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::DiagnosticConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/diagnostic_config.rb
Overview
Defines flags that are used to run the diagnostic tool
Instance Attribute Summary collapse
-
#copy_home_files_flag_enabled ⇒ ::Boolean
Optional.
-
#gcs_bucket ⇒ ::String
Required.
-
#packet_capture_flag_enabled ⇒ ::Boolean
Optional.
-
#relative_path ⇒ ::String
Optional.
-
#repair_flag_enabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#copy_home_files_flag_enabled ⇒ ::Boolean
57 58 59 60 |
# File 'proto_docs/google/cloud/notebooks/v1/diagnostic_config.rb', line 57 class DiagnosticConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_bucket ⇒ ::String
57 58 59 60 |
# File 'proto_docs/google/cloud/notebooks/v1/diagnostic_config.rb', line 57 class DiagnosticConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#packet_capture_flag_enabled ⇒ ::Boolean
57 58 59 60 |
# File 'proto_docs/google/cloud/notebooks/v1/diagnostic_config.rb', line 57 class DiagnosticConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#relative_path ⇒ ::String
57 58 59 60 |
# File 'proto_docs/google/cloud/notebooks/v1/diagnostic_config.rb', line 57 class DiagnosticConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repair_flag_enabled ⇒ ::Boolean
57 58 59 60 |
# File 'proto_docs/google/cloud/notebooks/v1/diagnostic_config.rb', line 57 class DiagnosticConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |