Class: Google::Cloud::Metastore::V1::ListMetadataImportsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::ListMetadataImportsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore.rb
Overview
Response message for DataprocMetastore.ListMetadataImports.
Instance Attribute Summary collapse
-
#metadata_imports ⇒ ::Array<::Google::Cloud::Metastore::V1::MetadataImport>
The imports in the specified service.
-
#next_page_token ⇒ ::String
A token that can be sent as
page_token
to retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#metadata_imports ⇒ ::Array<::Google::Cloud::Metastore::V1::MetadataImport>
Returns The imports in the specified service.
900 901 902 903 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 900 class ListMetadataImportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token that can be sent as page_token
to retrieve the next page. If this
field is omitted, there are no subsequent pages.
900 901 902 903 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 900 class ListMetadataImportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
900 901 902 903 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 900 class ListMetadataImportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |