Class: Google::Cloud::Compute::V1::BackendBucketParams
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BackendBucketParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Additional Backend Bucket parameters.
Defined Under Namespace
Classes: ResourceManagerTagsEntry
Instance Attribute Summary collapse
-
#resource_manager_tags ⇒ ::Google::Protobuf::Map{::String => ::String}
Tag keys/values directly bound to this resource.
Instance Attribute Details
#resource_manager_tags ⇒ ::Google::Protobuf::Map{::String => ::String}
3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3718 class BackendBucketParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ResourceManagerTagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |