Class: Google::Cloud::Dataform::V1beta1::ListCompilationResultsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::ListCompilationResultsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
ListCompilationResults
response message.
Instance Attribute Summary collapse
-
#compilation_results ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::CompilationResult>
List of compilation results.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations which could not be reached.
Instance Attribute Details
#compilation_results ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::CompilationResult>
Returns List of compilation results.
1243 1244 1245 1246 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1243 class ListCompilationResultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
1243 1244 1245 1246 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1243 class ListCompilationResultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations which could not be reached.
1243 1244 1245 1246 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1243 class ListCompilationResultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |