Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::CreateBuildTriggerRequest.
Request to create a new BuildTrigger
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — The parent resource where this trigger will be created.
Format:
projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — The parent resource where this trigger will be created.
Format:
projects/{project}/locations/{location}
Returns
-
(::String) — The parent resource where this trigger will be created.
Format:
projects/{project}/locations/{location}
#project_id
def project_id() -> ::String
Returns
- (::String) — Required. ID of the project for which to configure automatic builds.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — Required. ID of the project for which to configure automatic builds.
Returns
- (::String) — Required. ID of the project for which to configure automatic builds.
#trigger
def trigger() -> ::Google::Cloud::Build::V1::BuildTrigger
Returns
-
(::Google::Cloud::Build::V1::BuildTrigger) — Required.
BuildTrigger
to create.
#trigger=
def trigger=(value) -> ::Google::Cloud::Build::V1::BuildTrigger
Parameter
-
value (::Google::Cloud::Build::V1::BuildTrigger) — Required.
BuildTrigger
to create.
Returns
-
(::Google::Cloud::Build::V1::BuildTrigger) — Required.
BuildTrigger
to create.