Class ProjectsResource.LocationsResource.DiscoveredServicesResource
The "discoveredServices" collection of methods.
Inherited Members
Namespace: Google.Apis.AppHub.v1alpha
Assembly: Google.Apis.AppHub.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.DiscoveredServicesResource
Constructors
DiscoveredServicesResource(IClientService)
Constructs a new resource.
Declaration
public DiscoveredServicesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
FindUnregistered(string)
Finds unregistered services in a host project and location.
Declaration
public virtual ProjectsResource.LocationsResource.DiscoveredServicesResource.FindUnregisteredRequest FindUnregistered(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Project and location to find unregistered Discovered Services on. Expected format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DiscoveredServicesResource.FindUnregisteredRequest |
Get(string)
Gets a Discovered Service in a host project and location.
Declaration
public virtual ProjectsResource.LocationsResource.DiscoveredServicesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Fully qualified name of the Discovered Service to fetch. Expected format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DiscoveredServicesResource.GetRequest |
List(string)
Lists Discovered Services that can be added to an Application in a host project and location.
Declaration
public virtual ProjectsResource.LocationsResource.DiscoveredServicesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Project and location to list Discovered Services on. Expected format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DiscoveredServicesResource.ListRequest |
Lookup(string)
Lists a Discovered Service in a host project and location, with a given resource URI.
Declaration
public virtual ProjectsResource.LocationsResource.DiscoveredServicesResource.LookupRequest Lookup(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Host project ID and location to lookup Discovered Service in. Expected format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DiscoveredServicesResource.LookupRequest |