Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::ListBuildsRequest.
Request to list builds.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
- (::String) — The raw filter text to constrain the results.
#filter=
def filter=(value) -> ::String
- value (::String) — The raw filter text to constrain the results.
- (::String) — The raw filter text to constrain the results.
#page_size
def page_size() -> ::Integer
- (::Integer) — Number of results to return in the list.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Number of results to return in the list.
- (::Integer) — Number of results to return in the list.
#page_token
def page_token() -> ::String
-
(::String) — 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.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#parent
def parent() -> ::String
-
(::String) — The parent of the collection of
Builds
. Format:projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String
-
value (::String) — The parent of the collection of
Builds
. Format:projects/{project}/locations/{location}
-
(::String) — The parent of the collection of
Builds
. Format:projects/{project}/locations/{location}
#project_id
def project_id() -> ::String
- (::String) — Required. ID of the project.
#project_id=
def project_id=(value) -> ::String
- value (::String) — Required. ID of the project.
- (::String) — Required. ID of the project.