Skip to content
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
336e0ea
added deprecation of project_id parameter
KamranImaaz Dec 28, 2025
c53b60c
Merge branch 'apache:main' into main
KamranImaaz Dec 28, 2025
8db6b20
Merge branch 'apache:main' into main
KamranImaaz Dec 28, 2025
25fc56e
Merge branch 'apache:main' into main
KamranImaaz Dec 29, 2025
4ab5252
Merge branch 'apache:main' into main
KamranImaaz Dec 29, 2025
60738c8
Merge branch 'apache:main' into main
KamranImaaz Dec 29, 2025
9158e59
Merge branch 'apache:main' into main
KamranImaaz Dec 29, 2025
4bb2890
Merge branch 'apache:main' into main
KamranImaaz Dec 29, 2025
45d4c80
Merge branch 'apache:main' into main
KamranImaaz Dec 30, 2025
4199f49
Merge branch 'apache:main' into main
KamranImaaz Dec 30, 2025
cb4c5fb
Merge branch 'apache:main' into main
KamranImaaz Dec 30, 2025
f6d995e
Merge branch 'apache:main' into main
KamranImaaz Dec 30, 2025
dde86c2
Merge branch 'apache:main' into main
KamranImaaz Dec 31, 2025
e915cee
Merge branch 'apache:main' into main
KamranImaaz Jan 2, 2026
a4d9285
Merge branch 'apache:main' into main
KamranImaaz Jan 3, 2026
07d921f
Merge branch 'apache:main' into main
KamranImaaz Jan 4, 2026
e503b0b
Merge branch 'apache:main' into main
KamranImaaz Jan 4, 2026
154d570
Merge branch 'apache:main' into main
KamranImaaz Jan 5, 2026
4a45ea0
Merge branch 'apache:main' into main
KamranImaaz Jan 5, 2026
31081d9
Merge branch 'apache:main' into main
KamranImaaz Jan 6, 2026
4c1daa6
Merge branch 'apache:main' into main
KamranImaaz Jan 6, 2026
cce2a8e
Merge branch 'apache:main' into main
KamranImaaz Jan 10, 2026
a78ff27
Merge branch 'apache:main' into main
KamranImaaz Jan 15, 2026
bc37194
Merge branch 'apache:main' into main
KamranImaaz Jan 16, 2026
4903fef
Merge branch 'apache:main' into main
KamranImaaz Jan 17, 2026
cb4b7f5
Merge branch 'apache:main' into main
KamranImaaz Jan 18, 2026
620fddd
Merge branch 'apache:main' into main
KamranImaaz Jan 19, 2026
1ecb219
Merge branch 'apache:main' into main
KamranImaaz Jan 21, 2026
b65d5f5
Merge branch 'apache:main' into main
KamranImaaz Jan 21, 2026
4e1314d
Merge branch 'apache:main' into main
KamranImaaz Jan 23, 2026
8bf2eed
Merge branch 'apache:main' into main
KamranImaaz Jan 23, 2026
d4f441f
Merge branch 'apache:main' into main
KamranImaaz Jan 24, 2026
4a00723
Merge branch 'apache:main' into main
KamranImaaz Jan 25, 2026
db46dfb
Merge branch 'apache:main' into main
KamranImaaz Jan 25, 2026
1379a60
Merge branch 'apache:main' into main
KamranImaaz Jan 26, 2026
b604b6e
Merge branch 'apache:main' into main
KamranImaaz Jan 27, 2026
c43cca5
Merge branch 'apache:main' into main
KamranImaaz Jan 27, 2026
ae53705
Merge branch 'apache:main' into main
KamranImaaz Jan 29, 2026
91ab114
Merge branch 'apache:main' into main
KamranImaaz Feb 1, 2026
1f2275b
Merge branch 'apache:main' into main
KamranImaaz Feb 2, 2026
2c8ad37
added the heading font in correct way
KamranImaaz Feb 2, 2026
6438d42
added the heading font in correct way 2
KamranImaaz Feb 2, 2026
1f00a46
using the operator should have less font size compared to operator's …
KamranImaaz Feb 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions providers/google/docs/operators/cloud/cloud_build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ Prerequisite Tasks
.. _howto/operator:CloudBuildCancelBuildOperator:

CloudBuildCancelBuildOperator
-----------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Cancels a build in progress.

For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildCancelBuildOperator`

Using the operator
^^^^^^^^^^^^^^^^^^
------------------

Cancel a build in progress with the
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildCancelBuildOperator` operator.
Expand All @@ -60,7 +60,7 @@ to be used by other operators.
.. _howto/operator:CloudBuildCreateBuildOperator:

CloudBuildCreateBuildOperator
-----------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Starts a build with the specified configuration. This generated build ID of the created build, as the result of this operator,
is not idempotent.
Expand Down Expand Up @@ -91,7 +91,7 @@ In addition, a build can refer to source stored in `Google Cloud Source Reposito
Read `Build Configuration Overview <https://cloud.google.com/cloud-build/docs/build-config>`__ to understand all the fields you can include in a build config file.

Using the operator
^^^^^^^^^^^^^^^^^^
------------------

Trigger a build is performed with the
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildCreateBuildOperator` operator.
Expand Down Expand Up @@ -175,7 +175,7 @@ You can use deferrable mode for this action in order to run the operator asynchr
.. _howto/operator:CloudBuildCreateBuildTriggerOperator:

CloudBuildCreateBuildTriggerOperator
------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Creates a new Cloud Build trigger. This generated build trigger ID of the created build trigger, as the result of this operator,
is not idempotent.
Expand All @@ -184,7 +184,7 @@ For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildCreateBuildTriggerOperator`

Using the operator
^^^^^^^^^^^^^^^^^^
------------------

Creates a new Cloud Build trigger with the
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildCreateBuildTriggerOperator` operator.
Expand All @@ -203,15 +203,15 @@ to be used by other operators.
.. _howto/operator:CloudBuildDeleteBuildTriggerOperator:

CloudBuildDeleteBuildTriggerOperator
------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Deletes a Cloud Build trigger by its project ID and trigger ID.

For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildDeleteBuildTriggerOperator`

Using the operator
^^^^^^^^^^^^^^^^^^
------------------

Deletes a new Cloud Build trigger with the
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildDeleteBuildTriggerOperator` operator.
Expand All @@ -230,15 +230,15 @@ to be used by other operators.
.. _howto/operator:CloudBuildGetBuildOperator:

CloudBuildGetBuildOperator
--------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^

Returns information about a previously requested build.

For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildGetBuildOperator`

Using the operator
^^^^^^^^^^^^^^^^^^
------------------

Returns information about a previously requested build with the
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildGetBuildOperator` operator.
Expand All @@ -257,15 +257,15 @@ to be used by other operators.
.. _howto/operator:CloudBuildGetBuildTriggerOperator:

CloudBuildGetBuildTriggerOperator
---------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Returns information about a Cloud Build trigger.

For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildGetBuildTriggerOperator`

Using the operator
^^^^^^^^^^^^^^^^^^
------------------

Returns information about a Cloud Build trigger with the
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildGetBuildTriggerOperator` operator.
Expand All @@ -284,15 +284,15 @@ to be used by other operators.
.. _howto/operator:CloudBuildListBuildTriggersOperator:

CloudBuildListBuildTriggersOperator
-----------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Lists all the existing Cloud Build triggers.

For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildListBuildTriggersOperator`

Using the operator
^^^^^^^^^^^^^^^^^^
------------------

Lists all the existing Cloud Build triggers with the
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildListBuildTriggersOperator` operator.
Expand All @@ -311,15 +311,15 @@ to be used by other operators.
.. _howto/operator:CloudBuildListBuildsOperator:

CloudBuildListBuildsOperator
----------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Lists previously requested builds.

For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildListBuildsOperator`

Using the operator
^^^^^^^^^^^^^^^^^^
------------------

Lists previously requested builds with the
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildListBuildsOperator` operator.
Expand All @@ -338,7 +338,7 @@ to be used by other operators.
.. _howto/operator:CloudBuildRetryBuildOperator:

CloudBuildRetryBuildOperator
----------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Creates a new build based on the specified build. This method creates a new build
using the original build request, which may or may not result in an identical build.
Expand All @@ -347,7 +347,7 @@ For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildRetryBuildOperator`

Using the operator
^^^^^^^^^^^^^^^^^^
------------------

Creates a new build based on the specified build with the
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildRetryBuildOperator` operator.
Expand All @@ -366,15 +366,15 @@ to be used by other operators.
.. _howto/operator:CloudBuildRunBuildTriggerOperator:

CloudBuildRunBuildTriggerOperator
---------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Runs a trigger at a particular source revision.

For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildRunBuildTriggerOperator`

Using the operator
^^^^^^^^^^^^^^^^^^
------------------

Runs a trigger at a particular source revision with the
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildRunBuildTriggerOperator` operator.
Expand All @@ -393,15 +393,15 @@ to be used by other operators.
.. _howto/operator:CloudBuildUpdateBuildTriggerOperator:

CloudBuildUpdateBuildTriggerOperator
------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Updates a Cloud Build trigger by its project ID and trigger ID.

For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildUpdateBuildTriggerOperator`

Using the operator
^^^^^^^^^^^^^^^^^^
------------------

Updates a Cloud Build trigger with the
:class:`~airflow.providers.google.cloud.operators.cloud_build.CloudBuildUpdateBuildTriggerOperator` operator.
Expand Down