Class: Google::Cloud::Build::V1::GetBuildTriggerRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns The name of the Trigger to retrieve. Format: projects/{project}/locations/{location}/triggers/{trigger}.

Returns:

  • (::String)

    The name of the Trigger to retrieve. Format: projects/{project}/locations/{location}/triggers/{trigger}



1710
1711
1712
1713
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1710

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.

Returns:

  • (::String)

    Required. ID of the project that owns the trigger.



1710
1711
1712
1713
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1710

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.

Returns:

  • (::String)

    Required. Identifier (id or name) of the BuildTrigger to get.



1710
1711
1712
1713
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1710

class GetBuildTriggerRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end