Class ProjectsResource.LocationsResource.DataExchangesResource.SubscribeRequest
Creates a Subscription to a Data Clean Room. This is a long-running operation as it will create one or more linked datasets.
Inheritance
ProjectsResource.LocationsResource.DataExchangesResource.SubscribeRequest
Inherited Members
Namespace: Google.Apis.AnalyticsHub.v1
Assembly: Google.Apis.AnalyticsHub.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DataExchangesResource.SubscribeRequest : AnalyticsHubBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
SubscribeRequest(IClientService, SubscribeDataExchangeRequest, string)
Constructs a new Subscribe request.
Declaration
public SubscribeRequest(IClientService service, SubscribeDataExchangeRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
SubscribeDataExchangeRequest | body | |
string | name |
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
Name
Required. Resource name of the Data Exchange. e.g.
projects/publisherproject/locations/US/dataExchanges/123
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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 Subscribe parameter list.
Declaration
protected override void InitParameters()