Class ProjectsResource.LocationsResource.ConnectionProfilesResource.DiscoverRequest
Use this method to discover a connection profile. The discover API call exposes the data objects and metadata belonging to the profile. Typically, a request returns children data objects of a parent data object that's optionally supplied in the request.
Inheritance
ProjectsResource.LocationsResource.ConnectionProfilesResource.DiscoverRequest
Inherited Members
Namespace: Google.Apis.Datastream.v1
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConnectionProfilesResource.DiscoverRequest : DatastreamBaseServiceRequest<DiscoverConnectionProfileResponse>, IClientServiceRequest<DiscoverConnectionProfileResponse>, IClientServiceRequest
Constructors
DiscoverRequest(IClientService, DiscoverConnectionProfileRequest, string)
Constructs a new Discover request.
Declaration
public DiscoverRequest(IClientService service, DiscoverConnectionProfileRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
DiscoverConnectionProfileRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. The parent resource of the connection profile type. Must be in the format
projects/*/locations/*
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Discover parameter list.
Declaration
protected override void InitParameters()