Class: Google::Cloud::DataFusion::V1::ListInstancesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datafusion/v1/datafusion.rb

Overview

Request message for listing Data Fusion instances.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns List filter.

Returns:

  • (::String)

    List filter.



350
351
352
353
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 350

class ListInstancesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#order_by::String

Returns Sort results. Supported values are "name", "name desc", or "" (unsorted).

Returns:

  • (::String)

    Sort results. Supported values are "name", "name desc", or "" (unsorted).



350
351
352
353
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 350

class ListInstancesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns The maximum number of items to return.

Returns:

  • (::Integer)

    The maximum number of items to return.



350
351
352
353
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 350

class ListInstancesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns The next_page_token value to use if there are additional results to retrieve for this list request.

Returns:

  • (::String)

    The next_page_token value to use if there are additional results to retrieve for this list request.



350
351
352
353
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 350

class ListInstancesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. If the location is specified as '-' (wildcard), then all regions available to the project are queried, and the results are aggregated.

Returns:

  • (::String)

    Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. If the location is specified as '-' (wildcard), then all regions available to the project are queried, and the results are aggregated.



350
351
352
353
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 350

class ListInstancesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end