Class: Google::Cloud::Build::V1::GetBuildTriggerRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::GetBuildTriggerRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Returns the BuildTrigger with the specified ID.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the
Triggerto retrieve. -
#project_id ⇒ ::String
Required.
-
#trigger_id ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the Trigger to retrieve.
Format: projects/{project}/locations/{location}/triggers/{trigger}.
1921 1922 1923 1924 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1921 class GetBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. ID of the project that owns the trigger.
1921 1922 1923 1924 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1921 class GetBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trigger_id ⇒ ::String
Returns Required. Identifier (id or name) of the BuildTrigger to get.
1921 1922 1923 1924 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1921 class GetBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |