Class: Google::Cloud::ApiHub::V1::DependencyEntityReference
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::DependencyEntityReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
Reference to an entity participating in a dependency.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
readonly
Output only.
-
#external_api_resource_name ⇒ ::String
The resource name of an external API in the API Hub.
-
#operation_resource_name ⇒ ::String
The resource name of an operation in the API Hub.
Instance Attribute Details
#display_name ⇒ ::String (readonly)
Returns Output only. Display name of the entity.
981 982 983 984 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 981 class DependencyEntityReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#external_api_resource_name ⇒ ::String
Returns The resource name of an external API in the API Hub.
Format:
projects/{project}/locations/{location}/externalApis/{external_api}
.
981 982 983 984 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 981 class DependencyEntityReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operation_resource_name ⇒ ::String
Returns The resource name of an operation in the API Hub.
Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}
.
981 982 983 984 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 981 class DependencyEntityReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |