Class: Google::Cloud::Compute::V1::BackendBucketUsedBy
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BackendBucketUsedBy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#reference ⇒ ::String
[Output Only] Server-defined URL for UrlMaps referencing that BackendBucket.
Instance Attribute Details
#reference ⇒ ::String
Returns [Output Only] Server-defined URL for UrlMaps referencing that BackendBucket.
3541 3542 3543 3544 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3541 class BackendBucketUsedBy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |