Skip to content
Open
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
3 changes: 2 additions & 1 deletion google-cloud-run-v2/lib/google/cloud/run/v2/build_pb.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion google-cloud-run-v2/lib/google/cloud/run/v2/builds/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def logger
# @param options [::Gapic::CallOptions, ::Hash]
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
#
# @overload submit_build(parent: nil, storage_source: nil, image_uri: nil, buildpack_build: nil, docker_build: nil, service_account: nil, worker_pool: nil, tags: nil)
# @overload submit_build(parent: nil, storage_source: nil, image_uri: nil, buildpack_build: nil, docker_build: nil, service_account: nil, worker_pool: nil, tags: nil, machine_type: nil, release_track: nil, client: nil)
# Pass arguments to `submit_build` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
Expand Down Expand Up @@ -246,6 +246,14 @@ def logger
# worker pool.
# @param tags [::Array<::String>]
# Optional. Additional tags to annotate the build.
# @param machine_type [::String]
# Optional. The machine type from default pool to use for the build. If left
# blank, cloudbuild will use a sensible default. Currently only E2_HIGHCPU_8
# is supported. If worker_pool is set, this field will be ignored.
# @param release_track [::Google::Api::LaunchStage]
# Optional. The release track of the client that initiated the build request.
# @param client [::String]
# Optional. The client that initiated the build request.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::Run::V2::SubmitBuildResponse]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def logger
# @param options [::Gapic::CallOptions, ::Hash]
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
#
# @overload submit_build(parent: nil, storage_source: nil, image_uri: nil, buildpack_build: nil, docker_build: nil, service_account: nil, worker_pool: nil, tags: nil)
# @overload submit_build(parent: nil, storage_source: nil, image_uri: nil, buildpack_build: nil, docker_build: nil, service_account: nil, worker_pool: nil, tags: nil, machine_type: nil, release_track: nil, client: nil)
# Pass arguments to `submit_build` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
Expand Down Expand Up @@ -239,6 +239,14 @@ def logger
# worker pool.
# @param tags [::Array<::String>]
# Optional. Additional tags to annotate the build.
# @param machine_type [::String]
# Optional. The machine type from default pool to use for the build. If left
# blank, cloudbuild will use a sensible default. Currently only E2_HIGHCPU_8
# is supported. If worker_pool is set, this field will be ignored.
# @param release_track [::Google::Api::LaunchStage]
# Optional. The release track of the client that initiated the build request.
# @param client [::String]
# Optional. The client that initiated the build request.
# @yield [result, operation] Access the result along with the TransportOperation object
# @yieldparam result [::Google::Cloud::Run::V2::SubmitBuildResponse]
# @yieldparam operation [::Gapic::Rest::TransportOperation]
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading