Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::ListBuildTriggersRequest.
Request to list existing BuildTriggers
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#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) — Token to provide to skip to a particular spot in the list.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Token to provide to skip to a particular spot in the list.
Returns
- (::String) — Token to provide to skip to a particular spot in the list.
#parent
def parent() -> ::String
Returns
-
(::String) — The parent of the collection of
Triggers
. Format:projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — The parent of the collection of
Triggers
. Format:projects/{project}/locations/{location}
Returns
-
(::String) — The parent of the collection of
Triggers
. Format:projects/{project}/locations/{location}
#project_id
def project_id() -> ::String
Returns
- (::String) — Required. ID of the project for which to list BuildTriggers.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — Required. ID of the project for which to list BuildTriggers.
Returns
- (::String) — Required. ID of the project for which to list BuildTriggers.