Class: Google::Cloud::Build::V1::ListBuildsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::ListBuildsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Request to list builds.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
The raw filter text to constrain the results.
-
#page_size ⇒ ::Integer
Number of results to return in the list.
-
#page_token ⇒ ::String
The page token for the next page of Builds.
-
#parent ⇒ ::String
The parent of the collection of
Builds
. -
#project_id ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns The raw filter text to constrain the results.
1147 1148 1149 1150 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1147 class ListBuildsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Number of results to return in the list.
1147 1148 1149 1150 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1147 class ListBuildsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The page token for the next page of Builds.
If unspecified, the first page of results is returned.
If the token is rejected for any reason, INVALID_ARGUMENT will be thrown. In this case, the token should be discarded, and pagination should be restarted from the first page of results.
See https://google.aip.dev/158 for more.
1147 1148 1149 1150 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1147 class ListBuildsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns The parent of the collection of Builds
.
Format: projects/{project}/locations/{location}
.
1147 1148 1149 1150 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1147 class ListBuildsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. ID of the project.
1147 1148 1149 1150 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1147 class ListBuildsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |