Reference documentation and code samples for the App Hub V1 API class Google::Cloud::AppHub::V1::LookupDiscoveredServiceRequest.
Request for LookupDiscoveredService.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String Returns
- (::String) — Required. Host project ID and location to lookup Discovered Service in. Expected format:
projects/{project}/locations/{location}.
#parent=
def parent=(value) -> ::String Parameter
- value (::String) — Required. Host project ID and location to lookup Discovered Service in. Expected format:
projects/{project}/locations/{location}.
Returns
- (::String) — Required. Host project ID and location to lookup Discovered Service in. Expected format:
projects/{project}/locations/{location}.
#uri
def uri() -> ::String Returns
- (::String) — Required. Resource URI to find DiscoveredService for. Accepts both project number and project ID and does translation when needed.
#uri=
def uri=(value) -> ::String Parameter
- value (::String) — Required. Resource URI to find DiscoveredService for. Accepts both project number and project ID and does translation when needed.
Returns
- (::String) — Required. Resource URI to find DiscoveredService for. Accepts both project number and project ID and does translation when needed.