Class: Google::Cloud::Compute::V1::GetBackendServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetBackendServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for BackendServices.Get. See the method description for details.
Instance Attribute Summary collapse
-
#backend_service ⇒ ::String
Name of the BackendService resource to return.
-
#project ⇒ ::String
Project ID for this request.
Instance Attribute Details
#backend_service ⇒ ::String
Returns Name of the BackendService resource to return.
8744 8745 8746 8747 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8744 class GetBackendServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
8744 8745 8746 8747 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8744 class GetBackendServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |