Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::ListProvidersResponse.
Response message for Connectors.ListProviders.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Next page token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Next page token.
Returns
- (::String) — Next page token.
#providers
def providers() -> ::Array<::Google::Cloud::Connectors::V1::Provider>
Returns
- (::Array<::Google::Cloud::Connectors::V1::Provider>) — A list of providers.
#providers=
def providers=(value) -> ::Array<::Google::Cloud::Connectors::V1::Provider>
Parameter
- value (::Array<::Google::Cloud::Connectors::V1::Provider>) — A list of providers.
Returns
- (::Array<::Google::Cloud::Connectors::V1::Provider>) — A list of providers.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that could not be reached.
Returns
- (::Array<::String>) — Locations that could not be reached.