public sealed class ListSharedResourceSubscriptionsRequest : IMessage<ListSharedResourceSubscriptionsRequest>, IEquatable<ListSharedResourceSubscriptionsRequest>, IDeepCloneable<ListSharedResourceSubscriptionsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Analytics Hub v1 API class ListSharedResourceSubscriptionsRequest.
Message for listing subscriptions of a shared resource.
Implements
IMessageListSharedResourceSubscriptionsRequest, IEquatableListSharedResourceSubscriptionsRequest, IDeepCloneableListSharedResourceSubscriptionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BigQuery.AnalyticsHub.V1Assembly
Google.Cloud.BigQuery.AnalyticsHub.V1.dll
Constructors
ListSharedResourceSubscriptionsRequest()
public ListSharedResourceSubscriptionsRequest()
ListSharedResourceSubscriptionsRequest(ListSharedResourceSubscriptionsRequest)
public ListSharedResourceSubscriptionsRequest(ListSharedResourceSubscriptionsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListSharedResourceSubscriptionsRequest |
Properties
IncludeDeletedSubscriptions
public bool IncludeDeletedSubscriptions { get; set; }
If selected, includes deleted subscriptions in the response (up to 63 days after deletion).
Property Value | |
---|---|
Type | Description |
bool |
PageSize
public int PageSize { get; set; }
The maximum number of results to return in a single response page.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Page token, returned by a previous call.
Property Value | |
---|---|
Type | Description |
string |
Resource
public string Resource { get; set; }
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
Property Value | |
---|---|
Type | Description |
string |
ResourceAsResourceName
public IResourceName ResourceAsResourceName { get; set; }
IResourceName-typed view over the Resource resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |