Class: Google::Cloud::Datastream::V1alpha1::ListRoutesResponse

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

Overview

route list response

Instance Attribute Summary collapse

Instance Attribute Details

#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.



598
599
600
601
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 598

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

#routes::Array<::Google::Cloud::Datastream::V1alpha1::Route>

Returns List of Routes.

Returns:



598
599
600
601
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 598

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

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



598
599
600
601
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 598

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