Class: Google::Cloud::CloudDMS::V1::DescribeDatabaseEntitiesResponse

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

Overview

Response message for 'DescribeDatabaseEntities' request.

Instance Attribute Summary collapse

Instance Attribute Details

#database_entities::Array<::Google::Cloud::CloudDMS::V1::DatabaseEntity>

Returns The list of database entities for the conversion workspace.

Returns:



971
972
973
974
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 971

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

#next_page_token::String

Returns A token which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



971
972
973
974
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 971

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