Analytics Hub v1 API - Class ListQueryTemplatesRequest (1.10.0)

public sealed class ListQueryTemplatesRequest : IMessage<ListQueryTemplatesRequest>, IEquatable<ListQueryTemplatesRequest>, IDeepCloneable<ListQueryTemplatesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Analytics Hub v1 API class ListQueryTemplatesRequest.

Message for requesting the list of QueryTemplates.

Inheritance

object > ListQueryTemplatesRequest

Namespace

Google.Cloud.BigQuery.AnalyticsHub.V1

Assembly

Google.Cloud.BigQuery.AnalyticsHub.V1.dll

Constructors

ListQueryTemplatesRequest()

public ListQueryTemplatesRequest()

ListQueryTemplatesRequest(ListQueryTemplatesRequest)

public ListQueryTemplatesRequest(ListQueryTemplatesRequest other)
Parameter
Name Description
other ListQueryTemplatesRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. Page token, returned by a previous call, to request the next page of results.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource path of the QueryTemplates. e.g. projects/myproject/locations/us/dataExchanges/123.

Property Value
Type Description
string

ParentAsDataExchangeName

public DataExchangeName ParentAsDataExchangeName { get; set; }

DataExchangeName-typed view over the Parent resource name property.

Property Value
Type Description
DataExchangeName