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
-
(::Array<::Google::Cloud::Build::V1::BuildTrigger>) —
BuildTriggers
for the project, sorted bycreate_time
descending.
#triggers=
def triggers=(value) -> ::Array<::Google::Cloud::Build::V1::BuildTrigger>
Parameter
-
value (::Array<::Google::Cloud::Build::V1::BuildTrigger>) —
BuildTriggers
for the project, sorted bycreate_time
descending.
Returns
-
(::Array<::Google::Cloud::Build::V1::BuildTrigger>) —
BuildTriggers
for the project, sorted bycreate_time
descending.