Analytics Hub v1 API - Class ListSubscriptionsRequest (1.4.0)

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.

Inheritance

object > ListSubscriptionsRequest

Namespace

Google.Cloud.BigQuery.AnalyticsHub.V1

Assembly

Google.Cloud.BigQuery.AnalyticsHub.V1.dll

Constructors

ListSubscriptionsRequest()

public ListSubscriptionsRequest()

ListSubscriptionsRequest(ListSubscriptionsRequest)

public ListSubscriptionsRequest(ListSubscriptionsRequest other)
Parameter
NameDescription
otherListSubscriptionsRequest

Properties

Filter

public string Filter { get; set; }

The filter expression may be used to filter by Data Exchange or Listing.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of results to return in a single response page.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Page token, returned by a previous call.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent resource path of the subscription. e.g. projects/myproject/locations/US

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName