Class: Google::Cloud::Notebooks::V1::ReportInstanceInfoRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::ReportInstanceInfoRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/service.rb
Overview
Request for notebook instances to report information to Notebooks API.
Defined Under Namespace
Classes: MetadataEntry
Instance Attribute Summary collapse
-
#metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
The metadata reported to Notebooks API.
-
#name ⇒ ::String
Required.
-
#vm_id ⇒ ::String
Required.
Instance Attribute Details
#metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
310 311 312 313 314 315 316 317 318 319 320 321 322 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 310 class ReportInstanceInfoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
310 311 312 313 314 315 316 317 318 319 320 321 322 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 310 class ReportInstanceInfoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#vm_id ⇒ ::String
310 311 312 313 314 315 316 317 318 319 320 321 322 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 310 class ReportInstanceInfoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |