Class: Google::Cloud::Dataform::V1beta1::ListRepositoriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::ListRepositoriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
ListRepositories
response message.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token which can be sent as
page_token
to retrieve the next page. -
#repositories ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::Repository>
List of repositories.
-
#unreachable ⇒ ::Array<::String>
Locations which could not be reached.
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.
193 194 195 196 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 193 class ListRepositoriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repositories ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::Repository>
Returns List of repositories.
193 194 195 196 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 193 class ListRepositoriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations which could not be reached.
193 194 195 196 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 193 class ListRepositoriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |