Class: Google::Cloud::Dataplex::V1::ListEntryGroupsResponse

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

Overview

List entry groups response.

Instance Attribute Summary collapse

Instance Attribute Details

#entry_groups::Array<::Google::Cloud::Dataplex::V1::EntryGroup>

Returns Entry groups under the given parent location.

Returns:



610
611
612
613
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 610

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

#next_page_token::String

Returns Token to retrieve the next page of results, or empty if there are no more results in the list.

Returns:

  • (::String)

    Token to retrieve the next page of results, or empty if there are no more results in the list.



610
611
612
613
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 610

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

#unreachable_locations::Array<::String>

Returns Locations that the service couldn't reach.

Returns:

  • (::Array<::String>)

    Locations that the service couldn't reach.



610
611
612
613
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 610

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