Class: Google::Cloud::ApiHub::V1::GetAttributeRequest

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

Overview

The GetAttribute method's request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the attribute to retrieve. Format: projects/{project}/locations/{location}/attributes/{attribute}.

Returns:

  • (::String)

    Required. The name of the attribute to retrieve. Format: projects/{project}/locations/{location}/attributes/{attribute}



835
836
837
838
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 835

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