Class: Google::Cloud::ApiHub::V1::DependencyEntityReference

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_name::String (readonly)

Returns Output only. Display name of the entity.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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