Class: Google::Cloud::ApiHub::V1::LookupApiHubInstanceRequest

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

Overview

The LookupApiHubInstance method's request.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. There will always be only one Api Hub instance for a GCP project across all locations. The parent resource for the Api Hub instance resource. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. There will always be only one Api Hub instance for a GCP project across all locations. The parent resource for the Api Hub instance resource. Format: projects/{project}/locations/{location}



69
70
71
72
# File 'proto_docs/google/cloud/apihub/v1/provisioning_service.rb', line 69

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