Class: Google::Cloud::Connectors::V1::ListProvidersResponse

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

Overview

Response message for Connectors.ListProviders.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Next page token.

Returns:

  • (::String)

    Next page token.



111
112
113
114
# File 'proto_docs/google/cloud/connectors/v1/provider.rb', line 111

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

#providers::Array<::Google::Cloud::Connectors::V1::Provider>

Returns A list of providers.

Returns:



111
112
113
114
# File 'proto_docs/google/cloud/connectors/v1/provider.rb', line 111

class ListProvidersResponse
  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.



111
112
113
114
# File 'proto_docs/google/cloud/connectors/v1/provider.rb', line 111

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