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.
33935 33936 33937 33938 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 33935 class TargetTcpProxiesSetBackendServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |