public sealed class ListSubscriptionsRequest : IMessage<ListSubscriptionsRequest>, IEquatable<ListSubscriptionsRequest>, IDeepCloneable<ListSubscriptionsRequest>, IBufferMessage, IMessage, IPageRequestReference 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; }The filter expression may be used to filter by Data Exchange or Listing.
| 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 |
|