Class: Google::Cloud::Datastream::V1alpha1::GetRouteRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::GetRouteRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream.rb
Overview
route get request
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Route resource to get.
631 632 633 634 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 631 class GetRouteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |