Cloud Build V1 API - Class Google::Cloud::Build::V1::ListBuildTriggersResponse (v0.11.3)

Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::ListBuildTriggersResponse.

Response containing existing BuildTriggers.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Token to receive the next page of results.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Token to receive the next page of results.
Returns
  • (::String) — Token to receive the next page of results.

#triggers

def triggers() -> ::Array<::Google::Cloud::Build::V1::BuildTrigger>
Returns

#triggers=

def triggers=(value) -> ::Array<::Google::Cloud::Build::V1::BuildTrigger>
Parameter
Returns