Class: Google::Cloud::Dataform::V1beta1::ListCompilationResultsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::ListCompilationResultsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
ListCompilationResults
request message.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Optional. Maximum number of compilation results to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
1227 1228 1229 1230 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1227 class ListCompilationResultsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Page token received from a previous ListCompilationResults
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListCompilationResults
must match the call that provided the page token.
1227 1228 1229 1230 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1227 class ListCompilationResultsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The repository in which to list compilation results. Must be in
the format projects/*/locations/*/repositories/*
.
1227 1228 1229 1230 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1227 class ListCompilationResultsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |