Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ module Cloud
module Dataflow
module V1beta3
##
# Provides a method to create and modify Google Cloud Dataflow jobs.
# A Job is a multi-stage computation graph run by the Cloud Dataflow service.
# Provides a method to create and modify Dataflow jobs.
# A Job is a multi-stage computation graph run by the Dataflow service.
#
# @example Load this service and instantiate a gRPC client
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ module Jobs
##
# Client for the Jobs service.
#
# Provides a method to create and modify Google Cloud Dataflow jobs.
# A Job is a multi-stage computation graph run by the Cloud Dataflow service.
# Provides a method to create and modify Dataflow jobs.
# A Job is a multi-stage computation graph run by the Dataflow service.
#
class Client
# @private
Expand Down Expand Up @@ -185,7 +185,7 @@ def logger
# Service calls

##
# Creates a Cloud Dataflow job.
# Creates a Dataflow job.
#
# To create a job, we recommend using `projects.locations.jobs.create` with a
# [regional endpoint]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ module Cloud
module Dataflow
module V1beta3
##
# Provides a method to create and modify Google Cloud Dataflow jobs.
# A Job is a multi-stage computation graph run by the Cloud Dataflow service.
# Provides a method to create and modify Dataflow jobs.
# A Job is a multi-stage computation graph run by the Dataflow service.
#
# To load this service and instantiate a REST client:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ module Rest
##
# REST client for the Jobs service.
#
# Provides a method to create and modify Google Cloud Dataflow jobs.
# A Job is a multi-stage computation graph run by the Cloud Dataflow service.
# Provides a method to create and modify Dataflow jobs.
# A Job is a multi-stage computation graph run by the Dataflow service.
#
class Client
# @private
Expand Down Expand Up @@ -178,7 +178,7 @@ def logger
# Service calls

##
# Creates a Cloud Dataflow job.
# Creates a Dataflow job.
#
# To create a job, we recommend using `projects.locations.jobs.create` with a
# [regional endpoint]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ module Cloud
module Dataflow
module V1beta3
##
# The Dataflow Messages API is used for monitoring the progress of
# Dataflow jobs.
# The Dataflow Messages API is used to monitor the progress of Dataflow jobs.
#
# @example Load this service and instantiate a gRPC client
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ module Messages
##
# Client for the Messages service.
#
# The Dataflow Messages API is used for monitoring the progress of
# Dataflow jobs.
# The Dataflow Messages API is used to monitor the progress of Dataflow jobs.
#
class Client
# @private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ module Cloud
module Dataflow
module V1beta3
##
# The Dataflow Messages API is used for monitoring the progress of
# Dataflow jobs.
# The Dataflow Messages API is used to monitor the progress of Dataflow jobs.
#
# To load this service and instantiate a REST client:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ module Rest
##
# REST client for the Messages service.
#
# The Dataflow Messages API is used for monitoring the progress of
# Dataflow jobs.
# The Dataflow Messages API is used to monitor the progress of Dataflow jobs.
#
class Client
# @private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ module Cloud
module Dataflow
module V1beta3
##
# The Dataflow Metrics API lets you monitor the progress of Dataflow
# jobs.
# The Dataflow Metrics API lets you monitor the progress of Dataflow jobs.
#
# @example Load this service and instantiate a gRPC client
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ module Metrics
##
# Client for the Metrics service.
#
# The Dataflow Metrics API lets you monitor the progress of Dataflow
# jobs.
# The Dataflow Metrics API lets you monitor the progress of Dataflow jobs.
#
class Client
# @private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ module Cloud
module Dataflow
module V1beta3
##
# The Dataflow Metrics API lets you monitor the progress of Dataflow
# jobs.
# The Dataflow Metrics API lets you monitor the progress of Dataflow jobs.
#
# To load this service and instantiate a REST client:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ module Rest
##
# REST client for the Metrics service.
#
# The Dataflow Metrics API lets you monitor the progress of Dataflow
# jobs.
# The Dataflow Metrics API lets you monitor the progress of Dataflow jobs.
#
class Client
# @private
Expand Down
Loading
Loading