Class: Google::Cloud::ConfigDelivery::V1::ResourceBundle
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigDelivery::V1::ResourceBundle
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/configdelivery/v1/config_delivery.rb
Overview
ResourceBundle represent a collection of kubernetes configuration resources.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
Identifier.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time ResourceBundle was created.
42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 42 class ResourceBundle 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
Returns Optional. Human readable description of the ResourceBundle.
42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 42 class ResourceBundle 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}
Returns Optional. Labels as key value pairs.
42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 42 class ResourceBundle 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
Returns Identifier. Name of the ResourceBundle. Format is
projects/{project}/locations/{location}/resourceBundle
/[a-z][a-z0-9\-]\\{0,62}.
42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 42 class ResourceBundle 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)
Returns Output only. Time ResourceBundle was last updated.
42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 42 class ResourceBundle 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 |