Class ProjectsResource.LocationsResource.DataExchangesResource.ListingsResource.ListSubscriptionsRequest
Lists all subscriptions on a given Data Exchange or Listing.
Inheritance
ProjectsResource.LocationsResource.DataExchangesResource.ListingsResource.ListSubscriptionsRequest
Inherited Members
Namespace: Google.Apis.AnalyticsHub.v1
Assembly: Google.Apis.AnalyticsHub.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DataExchangesResource.ListingsResource.ListSubscriptionsRequest : AnalyticsHubBaseServiceRequest<ListSharedResourceSubscriptionsResponse>, IClientServiceRequest<ListSharedResourceSubscriptionsResponse>, IClientServiceRequest
Constructors
ListSubscriptionsRequest(IClientService, string)
Constructs a new ListSubscriptions request.
Declaration
public ListSubscriptionsRequest(IClientService service, string resource)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | resource |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
IncludeDeletedSubscriptions
If selected, includes deleted subscriptions in the response (up to 63 days after deletion).
Declaration
[RequestParameter("includeDeletedSubscriptions", RequestParameterType.Query)]
public virtual bool? IncludeDeletedSubscriptions { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageSize
The maximum number of results to return in a single response page.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Page token, returned by a previous call.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Resource
Required. Resource name of the requested target. This resource may be either a Listing or a DataExchange. e.g. projects/123/locations/US/dataExchanges/456 OR e.g. projects/123/locations/US/dataExchanges/456/listings/789
Declaration
[RequestParameter("resource", RequestParameterType.Path)]
public virtual string Resource { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes ListSubscriptions parameter list.
Declaration
protected override void InitParameters()