Class: Google::Cloud::Compute::V1::TargetTcpProxiesSetBackendServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TargetTcpProxiesSetBackendServiceRequest
- 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 targetTcpProxy.
Instance Attribute Details
#service ⇒ ::String
Returns The URL of the new BackendService resource for the targetTcpProxy.
34782 34783 34784 34785 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34782 class TargetTcpProxiesSetBackendServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |