Class: Google::Cloud::Dataplex::V1::SearchEntriesRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.



998
999
1000
1001
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 998

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

#order_by::String

Returns Optional. Ordering of the results. Supported options to be added later.

Returns:

  • (::String)

    Optional. Ordering of the results. Supported options to be added later.



998
999
1000
1001
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 998

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

#page_size::Integer

Returns Optional. Pagination.

Returns:

  • (::Integer)

    Optional. Pagination.



998
999
1000
1001
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 998

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

#page_token::String

Returns:

  • (::String)


998
999
1000
1001
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 998

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

#query::String

Returns Required. The query against which entries in scope should be matched.

Returns:

  • (::String)

    Required. The query against which entries in scope should be matched.



998
999
1000
1001
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 998

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

#scope::String

Returns Optional. The scope under which the search should be operating. Should either be organizations/ or projects/. If left unspecified, it will default to the organization where the project provided in name is located.

Returns:

  • (::String)

    Optional. The scope under which the search should be operating. Should either be organizations/ or projects/. If left unspecified, it will default to the organization where the project provided in name is located.



998
999
1000
1001
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 998

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