Class: Google::Cloud::Notebooks::V1beta1::ReportInstanceInfoRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1beta1::ReportInstanceInfoRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1beta1/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}
Returns The metadata reported to Notebooks API. This will be merged to the instance metadata store.
243 244 245 246 247 248 249 250 251 252 253 254 255 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 243 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
Returns Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
.
243 244 245 246 247 248 249 250 251 252 253 254 255 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 243 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
Returns Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity.
243 244 245 246 247 248 249 250 251 252 253 254 255 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 243 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 |