Google Cloud BigQuery Analytics Hub V1 Client - Class ListSharedResourceSubscriptionsRequest (0.4.0)

Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class ListSharedResourceSubscriptionsRequest.

Message for listing subscriptions of a shared resource.

Generated from protobuf message google.cloud.bigquery.analyticshub.v1.ListSharedResourceSubscriptionsRequest

Namespace

Google \ Cloud \ BigQuery \ AnalyticsHub \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ resource string

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

↳ include_deleted_subscriptions bool

If selected, includes deleted subscriptions in the response (up to 63 days after deletion).

↳ page_size int

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

↳ page_token string

Page token, returned by a previous call.

getResource

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

Returns
TypeDescription
string

setResource

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIncludeDeletedSubscriptions

If selected, includes deleted subscriptions in the response (up to 63 days after deletion).

Returns
TypeDescription
bool

setIncludeDeletedSubscriptions

If selected, includes deleted subscriptions in the response (up to 63 days after deletion).

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getPageSize

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

Returns
TypeDescription
int

setPageSize

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Page token, returned by a previous call.

Returns
TypeDescription
string

setPageToken

Page token, returned by a previous call.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
resource string

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

Returns
TypeDescription
Google\Cloud\BigQuery\AnalyticsHub\V1\ListSharedResourceSubscriptionsRequest