Class: Google::Cloud::Connectors::V1::ListProvidersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::ListProvidersResponse
- 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
-
#next_page_token ⇒ ::String
Next page token.
-
#providers ⇒ ::Array<::Google::Cloud::Connectors::V1::Provider>
A list of providers.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns 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.
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.
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 |