Class: Google::Cloud::Compute::V1::GetBackendBucketRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetBackendBucketRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for BackendBuckets.Get. See the method description for details.
Instance Attribute Summary collapse
-
#backend_bucket ⇒ ::String
Name of the BackendBucket resource to return.
-
#project ⇒ ::String
Project ID for this request.
Instance Attribute Details
#backend_bucket ⇒ ::String
Returns Name of the BackendBucket resource to return.
8726 8727 8728 8729 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8726 class GetBackendBucketRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
8726 8727 8728 8729 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8726 class GetBackendBucketRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |