Class: Google::Cloud::Dataplex::V1::ListSessionsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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