Financial Services V1 API - Class Google::Cloud::FinancialServices::V1::ListDatasetsRequest (v0.1.1)

Reference documentation and code samples for the Financial Services V1 API class Google::Cloud::FinancialServices::V1::ListDatasetsRequest.

Request for retrieving a paginated list of Dataset resources that meet the specified criteria.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Specify a filter to narrow search results.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Specify a filter to narrow search results.
Returns
  • (::String) — Specify a filter to narrow search results.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Specify a field to use for ordering.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Specify a field to use for ordering.
Returns
  • (::String) — Specify a field to use for ordering.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The number of resources to be included in the response. The response contains a next_page_token, which can be used to retrieve the next page of resources.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of resources to be included in the response. The response contains a next_page_token, which can be used to retrieve the next page of resources.
Returns
  • (::Integer) — The number of resources to be included in the response. The response contains a next_page_token, which can be used to retrieve the next page of resources.

#page_token

def page_token() -> ::String
Returns
  • (::String) — In case of paginated results, this is the token that was returned in the previous ListDatasetResponse. It should be copied here to retrieve the next page of resources. Empty will give the first page of ListDatasetRequest, and the last page will return an empty page_token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — In case of paginated results, this is the token that was returned in the previous ListDatasetResponse. It should be copied here to retrieve the next page of resources. Empty will give the first page of ListDatasetRequest, and the last page will return an empty page_token.
Returns
  • (::String) — In case of paginated results, this is the token that was returned in the previous ListDatasetResponse. It should be copied here to retrieve the next page of resources. Empty will give the first page of ListDatasetRequest, and the last page will return an empty page_token.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent of the Dataset is the Instance.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent of the Dataset is the Instance.
Returns
  • (::String) — Required. The parent of the Dataset is the Instance.