Class: Google::Apis::ApihubV1::GoogleCloudApihubV1LookupApiHubInstanceResponse
- Inherits:
-
Object
- Object
- Google::Apis::ApihubV1::GoogleCloudApihubV1LookupApiHubInstanceResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apihub_v1/classes.rb,
lib/google/apis/apihub_v1/representations.rb,
lib/google/apis/apihub_v1/representations.rb
Overview
The LookupApiHubInstance method's response.`
Instance Attribute Summary collapse
-
#api_hub_instance ⇒ Google::Apis::ApihubV1::GoogleCloudApihubV1ApiHubInstance
An ApiHubInstance represents the instance resources of the API Hub.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApihubV1LookupApiHubInstanceResponse
constructor
A new instance of GoogleCloudApihubV1LookupApiHubInstanceResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApihubV1LookupApiHubInstanceResponse
Returns a new instance of GoogleCloudApihubV1LookupApiHubInstanceResponse.
3296 3297 3298 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 3296 def initialize(**args) update!(**args) end |
Instance Attribute Details
#api_hub_instance ⇒ Google::Apis::ApihubV1::GoogleCloudApihubV1ApiHubInstance
An ApiHubInstance represents the instance resources of the API Hub. Currently,
only one ApiHub instance is allowed for each project.
Corresponds to the JSON property apiHubInstance
3294 3295 3296 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 3294 def api_hub_instance @api_hub_instance end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3301 3302 3303 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 3301 def update!(**args) @api_hub_instance = args[:api_hub_instance] if args.key?(:api_hub_instance) end |