Class: Google::Cloud::Dataplex::V1::ListSessionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListSessionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Overview
List sessions response.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#sessions ⇒ ::Array<::Google::Cloud::Dataplex::V1::Session>
Sessions under a given environment.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
796 797 798 799 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 796 class ListSessionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sessions ⇒ ::Array<::Google::Cloud::Dataplex::V1::Session>
Returns Sessions under a given environment.
796 797 798 799 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 796 class ListSessionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |