Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::QueryCompilationResultActionsRequest (v0.7.0)

Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::QueryCompilationResultActionsRequest.

QueryCompilationResultActions request message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. Optional filter for the returned list. Filtering is only currently supported on the file_path field.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. Optional filter for the returned list. Filtering is only currently supported on the file_path field.
Returns
  • (::String) — Optional. Optional filter for the returned list. Filtering is only currently supported on the file_path field.

#name

def name() -> ::String
Returns
  • (::String) — Required. The compilation result's name.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The compilation result's name.
Returns
  • (::String) — Required. The compilation result's name.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. Maximum number of compilation results to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Maximum number of compilation results to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
Returns
  • (::Integer) — Optional. Maximum number of compilation results to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. Page token received from a previous QueryCompilationResultActions call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to QueryCompilationResultActions must match the call that provided the page token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. Page token received from a previous QueryCompilationResultActions call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to QueryCompilationResultActions must match the call that provided the page token.

Returns
  • (::String) — Optional. Page token received from a previous QueryCompilationResultActions call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to QueryCompilationResultActions must match the call that provided the page token.