Cloud Build V1 API - Class Google::Cloud::Build::V1::PushFilter (v0.21.0)

Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::PushFilter.

Push contains filter properties for matching GitHub git pushes.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#branch

def branch() -> ::String
Returns
  • (::String) — Regexes matching branches to build.

    The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

#branch=

def branch=(value) -> ::String
Parameter
  • value (::String) — Regexes matching branches to build.

    The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

Returns
  • (::String) — Regexes matching branches to build.

    The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

#invert_regex

def invert_regex() -> ::Boolean
Returns
  • (::Boolean) — When true, only trigger a build if the revision regex does NOT match the git_ref regex.

#invert_regex=

def invert_regex=(value) -> ::Boolean
Parameter
  • value (::Boolean) — When true, only trigger a build if the revision regex does NOT match the git_ref regex.
Returns
  • (::Boolean) — When true, only trigger a build if the revision regex does NOT match the git_ref regex.

#tag

def tag() -> ::String
Returns
  • (::String) — Regexes matching tags to build.

    The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

#tag=

def tag=(value) -> ::String
Parameter
  • value (::String) — Regexes matching tags to build.

    The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

Returns
  • (::String) — Regexes matching tags to build.

    The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax