Cloud Build V1 API - Class Google::Cloud::Build::V1::ListBuildsRequest (v0.27.0)

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
Returns
  • (::String) — The raw filter text to constrain the results.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — The raw filter text to constrain the results.
Returns
  • (::String) — The raw filter text to constrain the results.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Number of results to return in the list.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of results to return in the list.
Returns
  • (::Integer) — Number of results to return in the list.

#page_token

def page_token() -> ::String
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::String) — The parent of the collection of Builds. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — The parent of the collection of Builds. Format: projects/{project}/locations/{location}
Returns
  • (::String) — The parent of the collection of Builds. Format: projects/{project}/locations/{location}

#project_id

def project_id() -> ::String
Returns
  • (::String) — Required. ID of the project.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID of the project.
Returns
  • (::String) — Required. ID of the project.