Class: Google::Cloud::Compute::V1::GetHealthBackendServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetHealthBackendServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for BackendServices.GetHealth. See the method description for details.
Instance Attribute Summary collapse
-
#backend_service ⇒ ::String
Name of the BackendService resource to which the queried instance belongs.
- #project ⇒ ::String
-
#resource_group_reference_resource ⇒ ::Google::Cloud::Compute::V1::ResourceGroupReference
The body resource for this request.
Instance Attribute Details
#backend_service ⇒ ::String
Returns Name of the BackendService resource to which the queried instance belongs.
8992 8993 8994 8995 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8992 class GetHealthBackendServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
8992 8993 8994 8995 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8992 class GetHealthBackendServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_group_reference_resource ⇒ ::Google::Cloud::Compute::V1::ResourceGroupReference
Returns The body resource for this request.
8992 8993 8994 8995 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8992 class GetHealthBackendServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |