Class: Google::Cloud::ApiHub::V1::GetDependencyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::GetDependencyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/apihub_service.rb
Overview
The [GetDependency][.ApiHubDependencies.GetDependency] method's request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the dependency resource to retrieve.
Format: projects/{project}/locations/{location}/dependencies/{dependency}
.
1096 1097 1098 1099 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 1096 class GetDependencyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |