Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f05eae5

Browse filesBrowse files
feat: [google-cloud-orchestration-airflow] Add support for opt-in debug logging (#13322)
BEGIN_COMMIT_OVERRIDE feat: Add support for opt-in debug logging fix: Fix typing issue with gRPC metadata when key ends in -bin chore: Update gapic-generator-python to v1.21.0 docs: add examples for kubernetes secret chore: explicitly set fields to field_behavior optional docs: A comment for field `data` in message `.google.cloud.orchestration.airflow.service.v1beta1.UserWorkloadsSecret` is changed docs: A comment for field `data` in message `.google.cloud.orchestration.airflow.service.v1beta1.UserWorkloadsConfigMap` is changed docs: A comment for field `software_config` in message `.google.cloud.orchestration.airflow.service.v1beta1.EnvironmentConfig` is changed docs: A comment for field `node_config` in message `.google.cloud.orchestration.airflow.service.v1beta1.EnvironmentConfig` is changed docs: A comment for field `private_environment_config` in message `.google.cloud.orchestration.airflow.service.v1beta1.EnvironmentConfig` is changed docs: A comment for field `image_version` in message `.google.cloud.orchestration.airflow.service.v1beta1.SoftwareConfig` is changed docs: A comment for field `name` in message `.google.cloud.orchestration.airflow.service.v1beta1.Environment` is changed docs: A comment for field `config` in message `.google.cloud.orchestration.airflow.service.v1beta1.Environment` is changed END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. fix: Fix typing issue with gRPC metadata when key ends in -bin chore: Update gapic-generator-python to v1.21.0 PiperOrigin-RevId: 705285820 Source-Link: googleapis/googleapis@f9b8b91 Source-Link: googleapis/googleapis-gen@ca1e0a1 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW9yY2hlc3RyYXRpb24tYWlyZmxvdy8uT3dsQm90LnlhbWwiLCJoIjoiY2ExZTBhMWU0NzJkNmU2ZjVkZTg4M2E1Y2I1NDcyNGYxMTJjZTM0OCJ9 BEGIN_NESTED_COMMIT docs: [google-cloud-orchestration-airflow] add examples for kubernetes secret chore: explicitly set fields to field_behavior optional PiperOrigin-RevId: 703589766 Source-Link: googleapis/googleapis@22dffa8 Source-Link: googleapis/googleapis-gen@3a83c89 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW9yY2hlc3RyYXRpb24tYWlyZmxvdy8uT3dsQm90LnlhbWwiLCJoIjoiM2E4M2M4OTRmYzQzZTM0ZDdkYzk0ZmZhOTQ3MjdkNGQ1MzY1YjQxMCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [google-cloud-orchestration-airflow] A comment for field `data` in message `.google.cloud.orchestration.airflow.service.v1beta1.UserWorkloadsSecret` is changed docs: A comment for field `data` in message `.google.cloud.orchestration.airflow.service.v1beta1.UserWorkloadsConfigMap` is changed docs: A comment for field `software_config` in message `.google.cloud.orchestration.airflow.service.v1beta1.EnvironmentConfig` is changed docs: A comment for field `node_config` in message `.google.cloud.orchestration.airflow.service.v1beta1.EnvironmentConfig` is changed docs: A comment for field `private_environment_config` in message `.google.cloud.orchestration.airflow.service.v1beta1.EnvironmentConfig` is changed docs: A comment for field `image_version` in message `.google.cloud.orchestration.airflow.service.v1beta1.SoftwareConfig` is changed docs: A comment for field `name` in message `.google.cloud.orchestration.airflow.service.v1beta1.Environment` is changed docs: A comment for field `config` in message `.google.cloud.orchestration.airflow.service.v1beta1.Environment` is changed PiperOrigin-RevId: 702414176 Source-Link: googleapis/googleapis@0b09603 Source-Link: googleapis/googleapis-gen@bdd2f7d Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW9yY2hlc3RyYXRpb24tYWlyZmxvdy8uT3dsQm90LnlhbWwiLCJoIjoiYmRkMmY3ZDExZTdhZTlkN2JmYzAwYWJhMmRjZDI0MGU5NDRiYTRhOSJ9 END_NESTED_COMMIT --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: ohmayr <omairnaveed@ymail.com>
1 parent 8c53239 commit f05eae5
Copy full SHA for f05eae5

File tree

Expand file treeCollapse file tree

35 files changed

+5891
-1044
lines changed
Filter options
Expand file treeCollapse file tree

35 files changed

+5891
-1044
lines changed

‎packages/google-cloud-orchestration-airflow/google/cloud/orchestration/airflow/service/gapic_version.py

Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow/google/cloud/orchestration/airflow/service/gapic_version.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.15.1" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

‎packages/google-cloud-orchestration-airflow/google/cloud/orchestration/airflow/service_v1/gapic_version.py

Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow/google/cloud/orchestration/airflow/service_v1/gapic_version.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.15.1" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

‎packages/google-cloud-orchestration-airflow/google/cloud/orchestration/airflow/service_v1/services/environments/async_client.py

Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow/google/cloud/orchestration/airflow/service_v1/services/environments/async_client.py
+167-81Lines changed: 167 additions & 81 deletions
Large diffs are not rendered by default.

‎packages/google-cloud-orchestration-airflow/google/cloud/orchestration/airflow/service_v1/services/environments/client.py

Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow/google/cloud/orchestration/airflow/service_v1/services/environments/client.py
+172-81Lines changed: 172 additions & 81 deletions
Large diffs are not rendered by default.

‎packages/google-cloud-orchestration-airflow/google/cloud/orchestration/airflow/service_v1/services/environments/pagers.py

Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow/google/cloud/orchestration/airflow/service_v1/services/environments/pagers.py
+40-24Lines changed: 40 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(
6767
*,
6868
retry: OptionalRetry = gapic_v1.method.DEFAULT,
6969
timeout: Union[float, object] = gapic_v1.method.DEFAULT,
70-
metadata: Sequence[Tuple[str, str]] = ()
70+
metadata: Sequence[Tuple[str, Union[str, bytes]]] = ()
7171
):
7272
"""Instantiate the pager.
7373
@@ -81,8 +81,10 @@ def __init__(
8181
retry (google.api_core.retry.Retry): Designation of what errors,
8282
if any, should be retried.
8383
timeout (float): The timeout for this request.
84-
metadata (Sequence[Tuple[str, str]]): Strings which should be
85-
sent along with the request as metadata.
84+
metadata (Sequence[Tuple[str, Union[str, bytes]]]): Key/value pairs which should be
85+
sent along with the request as metadata. Normally, each value must be of type `str`,
86+
but for metadata keys ending with the suffix `-bin`, the corresponding values must
87+
be of type `bytes`.
8688
"""
8789
self._method = method
8890
self._request = environments.ListEnvironmentsRequest(request)
@@ -141,7 +143,7 @@ def __init__(
141143
*,
142144
retry: OptionalAsyncRetry = gapic_v1.method.DEFAULT,
143145
timeout: Union[float, object] = gapic_v1.method.DEFAULT,
144-
metadata: Sequence[Tuple[str, str]] = ()
146+
metadata: Sequence[Tuple[str, Union[str, bytes]]] = ()
145147
):
146148
"""Instantiates the pager.
147149
@@ -155,8 +157,10 @@ def __init__(
155157
retry (google.api_core.retry.AsyncRetry): Designation of what errors,
156158
if any, should be retried.
157159
timeout (float): The timeout for this request.
158-
metadata (Sequence[Tuple[str, str]]): Strings which should be
159-
sent along with the request as metadata.
160+
metadata (Sequence[Tuple[str, Union[str, bytes]]]): Key/value pairs which should be
161+
sent along with the request as metadata. Normally, each value must be of type `str`,
162+
but for metadata keys ending with the suffix `-bin`, the corresponding values must
163+
be of type `bytes`.
160164
"""
161165
self._method = method
162166
self._request = environments.ListEnvironmentsRequest(request)
@@ -219,7 +223,7 @@ def __init__(
219223
*,
220224
retry: OptionalRetry = gapic_v1.method.DEFAULT,
221225
timeout: Union[float, object] = gapic_v1.method.DEFAULT,
222-
metadata: Sequence[Tuple[str, str]] = ()
226+
metadata: Sequence[Tuple[str, Union[str, bytes]]] = ()
223227
):
224228
"""Instantiate the pager.
225229
@@ -233,8 +237,10 @@ def __init__(
233237
retry (google.api_core.retry.Retry): Designation of what errors,
234238
if any, should be retried.
235239
timeout (float): The timeout for this request.
236-
metadata (Sequence[Tuple[str, str]]): Strings which should be
237-
sent along with the request as metadata.
240+
metadata (Sequence[Tuple[str, Union[str, bytes]]]): Key/value pairs which should be
241+
sent along with the request as metadata. Normally, each value must be of type `str`,
242+
but for metadata keys ending with the suffix `-bin`, the corresponding values must
243+
be of type `bytes`.
238244
"""
239245
self._method = method
240246
self._request = environments.ListWorkloadsRequest(request)
@@ -293,7 +299,7 @@ def __init__(
293299
*,
294300
retry: OptionalAsyncRetry = gapic_v1.method.DEFAULT,
295301
timeout: Union[float, object] = gapic_v1.method.DEFAULT,
296-
metadata: Sequence[Tuple[str, str]] = ()
302+
metadata: Sequence[Tuple[str, Union[str, bytes]]] = ()
297303
):
298304
"""Instantiates the pager.
299305
@@ -307,8 +313,10 @@ def __init__(
307313
retry (google.api_core.retry.AsyncRetry): Designation of what errors,
308314
if any, should be retried.
309315
timeout (float): The timeout for this request.
310-
metadata (Sequence[Tuple[str, str]]): Strings which should be
311-
sent along with the request as metadata.
316+
metadata (Sequence[Tuple[str, Union[str, bytes]]]): Key/value pairs which should be
317+
sent along with the request as metadata. Normally, each value must be of type `str`,
318+
but for metadata keys ending with the suffix `-bin`, the corresponding values must
319+
be of type `bytes`.
312320
"""
313321
self._method = method
314322
self._request = environments.ListWorkloadsRequest(request)
@@ -373,7 +381,7 @@ def __init__(
373381
*,
374382
retry: OptionalRetry = gapic_v1.method.DEFAULT,
375383
timeout: Union[float, object] = gapic_v1.method.DEFAULT,
376-
metadata: Sequence[Tuple[str, str]] = ()
384+
metadata: Sequence[Tuple[str, Union[str, bytes]]] = ()
377385
):
378386
"""Instantiate the pager.
379387
@@ -387,8 +395,10 @@ def __init__(
387395
retry (google.api_core.retry.Retry): Designation of what errors,
388396
if any, should be retried.
389397
timeout (float): The timeout for this request.
390-
metadata (Sequence[Tuple[str, str]]): Strings which should be
391-
sent along with the request as metadata.
398+
metadata (Sequence[Tuple[str, Union[str, bytes]]]): Key/value pairs which should be
399+
sent along with the request as metadata. Normally, each value must be of type `str`,
400+
but for metadata keys ending with the suffix `-bin`, the corresponding values must
401+
be of type `bytes`.
392402
"""
393403
self._method = method
394404
self._request = environments.ListUserWorkloadsSecretsRequest(request)
@@ -447,7 +457,7 @@ def __init__(
447457
*,
448458
retry: OptionalAsyncRetry = gapic_v1.method.DEFAULT,
449459
timeout: Union[float, object] = gapic_v1.method.DEFAULT,
450-
metadata: Sequence[Tuple[str, str]] = ()
460+
metadata: Sequence[Tuple[str, Union[str, bytes]]] = ()
451461
):
452462
"""Instantiates the pager.
453463
@@ -461,8 +471,10 @@ def __init__(
461471
retry (google.api_core.retry.AsyncRetry): Designation of what errors,
462472
if any, should be retried.
463473
timeout (float): The timeout for this request.
464-
metadata (Sequence[Tuple[str, str]]): Strings which should be
465-
sent along with the request as metadata.
474+
metadata (Sequence[Tuple[str, Union[str, bytes]]]): Key/value pairs which should be
475+
sent along with the request as metadata. Normally, each value must be of type `str`,
476+
but for metadata keys ending with the suffix `-bin`, the corresponding values must
477+
be of type `bytes`.
466478
"""
467479
self._method = method
468480
self._request = environments.ListUserWorkloadsSecretsRequest(request)
@@ -527,7 +539,7 @@ def __init__(
527539
*,
528540
retry: OptionalRetry = gapic_v1.method.DEFAULT,
529541
timeout: Union[float, object] = gapic_v1.method.DEFAULT,
530-
metadata: Sequence[Tuple[str, str]] = ()
542+
metadata: Sequence[Tuple[str, Union[str, bytes]]] = ()
531543
):
532544
"""Instantiate the pager.
533545
@@ -541,8 +553,10 @@ def __init__(
541553
retry (google.api_core.retry.Retry): Designation of what errors,
542554
if any, should be retried.
543555
timeout (float): The timeout for this request.
544-
metadata (Sequence[Tuple[str, str]]): Strings which should be
545-
sent along with the request as metadata.
556+
metadata (Sequence[Tuple[str, Union[str, bytes]]]): Key/value pairs which should be
557+
sent along with the request as metadata. Normally, each value must be of type `str`,
558+
but for metadata keys ending with the suffix `-bin`, the corresponding values must
559+
be of type `bytes`.
546560
"""
547561
self._method = method
548562
self._request = environments.ListUserWorkloadsConfigMapsRequest(request)
@@ -603,7 +617,7 @@ def __init__(
603617
*,
604618
retry: OptionalAsyncRetry = gapic_v1.method.DEFAULT,
605619
timeout: Union[float, object] = gapic_v1.method.DEFAULT,
606-
metadata: Sequence[Tuple[str, str]] = ()
620+
metadata: Sequence[Tuple[str, Union[str, bytes]]] = ()
607621
):
608622
"""Instantiates the pager.
609623
@@ -617,8 +631,10 @@ def __init__(
617631
retry (google.api_core.retry.AsyncRetry): Designation of what errors,
618632
if any, should be retried.
619633
timeout (float): The timeout for this request.
620-
metadata (Sequence[Tuple[str, str]]): Strings which should be
621-
sent along with the request as metadata.
634+
metadata (Sequence[Tuple[str, Union[str, bytes]]]): Key/value pairs which should be
635+
sent along with the request as metadata. Normally, each value must be of type `str`,
636+
but for metadata keys ending with the suffix `-bin`, the corresponding values must
637+
be of type `bytes`.
622638
"""
623639
self._method = method
624640
self._request = environments.ListUserWorkloadsConfigMapsRequest(request)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.