Skip to content

Commit f764efc

Browse files
chore: Update gapic-generator-python to v1.11.4 (#188)
* chore: Update gapic-generator-python to v1.11.4 PiperOrigin-RevId: 547897126 Source-Link: googleapis/googleapis@c09c75e Source-Link: googleapis/googleapis-gen@45e0ec4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDVlMGVjNDM0MzUxN2NkMGFhNjZiNWNhNjQyMzJhMTgwMmMyZjk0NSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 33ab854 commit f764efc

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/types/environment.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ class Environment(proto.Message):
251251
The supported resource type is:
252252
253253
Google BigQuery:
254+
254255
bigquery.googleapis.com/{dataset}
255256
sdk_pipeline_options (google.protobuf.struct_pb2.Struct):
256257
The Cloud Dataflow SDK pipeline options
@@ -566,6 +567,7 @@ class TaskRunnerSettings(proto.Message):
566567
The supported resource type is:
567568
568569
Google Cloud Storage:
570+
569571
storage.googleapis.com/{bucket}/{object}
570572
bucket.storage.googleapis.com/{object}
571573
log_dir (str):
@@ -577,6 +579,7 @@ class TaskRunnerSettings(proto.Message):
577579
The supported resource type is:
578580
579581
Google Cloud Storage:
582+
580583
storage.googleapis.com/{bucket}/{object}
581584
bucket.storage.googleapis.com/{object}
582585
harness_command (str):

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/types/jobs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ class JobView(proto.Enum):
199199
information, and may contain additional information.
200200
JOB_VIEW_SUMMARY (1):
201201
Request summary information only:
202+
202203
Project ID, Job ID, job name, job type, job
203204
status, start/end time, and Cloud SDK version
204205
details.

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/types/templates.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ class FlexTemplateRuntimeEnvironment(proto.Message):
282282
kms_key_name (str):
283283
Name for the Cloud KMS key for the job.
284284
Key format is:
285+
285286
projects/<project>/locations/<location>/keyRings/<keyring>/cryptoKeys/<key>
286287
ip_configuration (google.cloud.dataflow_v1beta3.types.WorkerIPAddressConfiguration):
287288
Configuration for VM IPs.
@@ -524,6 +525,7 @@ class RuntimeEnvironment(proto.Message):
524525
kms_key_name (str):
525526
Name for the Cloud KMS key for the job.
526527
Key format is:
528+
527529
projects/<project>/locations/<location>/keyRings/<keyring>/cryptoKeys/<key>
528530
ip_configuration (google.cloud.dataflow_v1beta3.types.WorkerIPAddressConfiguration):
529531
Configuration for VM IPs.

0 commit comments

Comments
 (0)