Class: Google::Cloud::Metastore::V1::ListMetadataImportsRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. The filter to apply to list results.

Returns:

  • (::String)

    Optional. The filter to apply to list results.



546
547
548
549
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 546

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

#order_by::String

Returns Optional. Specify the ordering of results as described in Sorting Order. If not specified, the results will be sorted in the default order.

Returns:

  • (::String)

    Optional. Specify the ordering of results as described in Sorting Order. If not specified, the results will be sorted in the default order.



546
547
548
549
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 546

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

#page_size::Integer

Optional. The maximum number of imports to return. The response may contain less than the maximum number. If unspecified, no more than 500 imports are returned. The maximum value is 1000; values above 1000 are changed to 1000.

Returns:

  • (::Integer)

    Optional. The maximum number of imports to return. The response may contain less than the maximum number. If unspecified, no more than 500 imports are returned. The maximum value is 1000; values above 1000 are changed to 1000.



546
547
548
549
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 546

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

#page_token::String

Returns Optional. A page token, received from a previous DataprocMetastore.ListServices call. Provide this token to retrieve the subsequent page.

To retrieve the first page, supply an empty page token.

When paginating, other parameters provided to DataprocMetastore.ListServices must match the call that provided the page token.

Returns:

  • (::String)

    Optional. A page token, received from a previous DataprocMetastore.ListServices call. Provide this token to retrieve the subsequent page.

    To retrieve the first page, supply an empty page token.

    When paginating, other parameters provided to DataprocMetastore.ListServices must match the call that provided the page token.



546
547
548
549
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 546

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

#parent::String

Returns Required. The relative resource name of the service whose metadata imports to list, in the following form:

projects/{project_number}/locations/{location_id}/services/{service_id}/metadataImports.

Returns:

  • (::String)

    Required. The relative resource name of the service whose metadata imports to list, in the following form:

    projects/{project_number}/locations/{location_id}/services/{service_id}/metadataImports.



546
547
548
549
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 546

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