Class: Google::Cloud::CloudDMS::V1::DescribeDatabaseEntitiesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::DescribeDatabaseEntitiesResponse
- 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
-
#database_entities ⇒ ::Array<::Google::Cloud::CloudDMS::V1::DatabaseEntity>
The list of database entities for the conversion workspace.
-
#next_page_token ⇒ ::String
A token which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#database_entities ⇒ ::Array<::Google::Cloud::CloudDMS::V1::DatabaseEntity>
Returns The list of database entities for the conversion workspace.
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.
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 |