Class: Google::Cloud::GDCHardwareManagement::V1alpha::Site
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::Site
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb
Overview
A physical site where hardware will be installed.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#access_times ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::TimePeriod>
Optional.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#customer_site_id ⇒ ::String
Optional.
-
#description ⇒ ::String
Optional.
-
#display_name ⇒ ::String
Optional.
-
#google_maps_pin_uri ⇒ ::String
Optional.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
Identifier.
-
#notes ⇒ ::String
Optional.
-
#organization_contact ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::OrganizationContact
Required.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#access_times ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::TimePeriod>
261 262 263 264 265 266 267 268 269 270 271 272 273 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 261 class Site include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
261 262 263 264 265 266 267 268 269 270 271 272 273 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 261 class Site include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#customer_site_id ⇒ ::String
261 262 263 264 265 266 267 268 269 270 271 272 273 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 261 class Site include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#description ⇒ ::String
261 262 263 264 265 266 267 268 269 270 271 272 273 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 261 class Site include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#display_name ⇒ ::String
261 262 263 264 265 266 267 268 269 270 271 272 273 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 261 class Site include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#google_maps_pin_uri ⇒ ::String
261 262 263 264 265 266 267 268 269 270 271 272 273 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 261 class Site include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
261 262 263 264 265 266 267 268 269 270 271 272 273 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 261 class Site include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
261 262 263 264 265 266 267 268 269 270 271 272 273 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 261 class Site include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#notes ⇒ ::String
261 262 263 264 265 266 267 268 269 270 271 272 273 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 261 class Site include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#organization_contact ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::OrganizationContact
261 262 263 264 265 266 267 268 269 270 271 272 273 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 261 class Site include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
261 262 263 264 265 266 267 268 269 270 271 272 273 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 261 class Site include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |