Class: Google::Cloud::Build::V1::ListBuildTriggersRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

Request to list existing BuildTriggers.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Number of results to return in the list.

Returns:

  • (::Integer)

    Number of results to return in the list.



1729
1730
1731
1732
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1729

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

#page_token::String

Returns 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.



1729
1730
1731
1732
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1729

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

#parent::String

Returns 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}



1729
1730
1731
1732
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1729

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

#project_id::String

Returns Required. ID of the project for which to list BuildTriggers.

Returns:

  • (::String)

    Required. ID of the project for which to list BuildTriggers.



1729
1730
1731
1732
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1729

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