public sealed class ListSubscriptionsRequest : IMessage<ListSubscriptionsRequest>, IEquatable<ListSubscriptionsRequest>, IDeepCloneable<ListSubscriptionsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Analytics Hub v1 API class ListSubscriptionsRequest.
Message for listing subscriptions.
Implements
IMessageListSubscriptionsRequest, IEquatableListSubscriptionsRequest, IDeepCloneableListSubscriptionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BigQuery.AnalyticsHub.V1Assembly
Google.Cloud.BigQuery.AnalyticsHub.V1.dll
Constructors
ListSubscriptionsRequest()
public ListSubscriptionsRequest()
ListSubscriptionsRequest(ListSubscriptionsRequest)
public ListSubscriptionsRequest(ListSubscriptionsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListSubscriptionsRequest |
Properties
Filter
public string Filter { get; set; }
An expression for filtering the results of the request. Eligible fields for filtering are:
listing
data_exchange
Alternatively, a literal wrapped in double quotes may be provided. This will be checked for an exact match against both fields above.
In all cases, the full Data Exchange or Listing resource name must be provided. Some example of using filters:
- data_exchange="projects/myproject/locations/us/dataExchanges/123"
- listing="projects/123/locations/us/dataExchanges/456/listings/789"
- "projects/myproject/locations/us/dataExchanges/123"
Property Value | |
---|---|
Type | Description |
string |
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 |
Parent
public string Parent { get; set; }
Required. The parent resource path of the subscription. e.g. projects/myproject/locations/US
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |