Class: Google::Cloud::ApiHub::V1::GetDiscoveredApiOperationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apihub/v1/discovery_service.rb

Overview

Message for requesting a DiscoveredApiOperation

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the DiscoveredApiOperation to retrieve. Format: projects/{project}/locations/{location}/discoveredApiObservations/{discovered_api_observation}/discoveredApiOperations/{discovered_api_operation}.

Returns:

  • (::String)

    Required. The name of the DiscoveredApiOperation to retrieve. Format: projects/{project}/locations/{location}/discoveredApiObservations/{discovered_api_observation}/discoveredApiOperations/{discovered_api_operation}



117
118
119
120
# File 'proto_docs/google/cloud/apihub/v1/discovery_service.rb', line 117

class GetDiscoveredApiOperationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end