Class: Google::Cloud::Compute::V1::TargetSslProxiesSetBackendServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TargetSslProxiesSetBackendServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#service ⇒ ::String
The URL of the new BackendService resource for the targetSslProxy.
Instance Attribute Details
#service ⇒ ::String
Returns The URL of the new BackendService resource for the targetSslProxy.
33807 33808 33809 33810 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 33807 class TargetSslProxiesSetBackendServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |