Skip to content

Commit

Permalink
[CHANGE ME] OwlBot on-demand for google-cloud-compute-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 14, 2024
1 parent 629244c commit dad456f
Show file tree
Hide file tree
Showing 12 changed files with 530 additions and 374 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ def list request, options = nil
end

##
# Retrieves an aggregated list of all usable backend services in the specified project.
# Retrieves a list of all usable backend services in the specified project.
#
# @overload list_usable(request, options = nil)
# Pass arguments to `list_usable` via a request object, either of type
Expand Down
37 changes: 21 additions & 16 deletions google-cloud-compute-v1/lib/google/cloud/compute/v1/compute_pb.rb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def aggregated_list request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param operation [::String]
# Name of the Operations resource to delete.
# Name of the Operations resource to delete, or its unique numeric identifier.
# @param project [::String]
# Project ID for this request.
# @yield [result, operation] Access the result along with the TransportOperation object
Expand Down Expand Up @@ -367,7 +367,7 @@ def delete request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param operation [::String]
# Name of the Operations resource to return.
# Name of the Operations resource to return, or its unique numeric identifier.
# @param project [::String]
# Project ID for this request.
# @yield [result, operation] Access the result along with the TransportOperation object
Expand Down Expand Up @@ -538,7 +538,7 @@ def list request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param operation [::String]
# Name of the Operations resource to return.
# Name of the Operations resource to return, or its unique numeric identifier.
# @param project [::String]
# Project ID for this request.
# @yield [result, operation] Access the result along with the TransportOperation object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def initialize
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param operation [::String]
# Name of the Operations resource to delete.
# Name of the Operations resource to delete, or its unique numeric identifier.
# @param parent_id [::String]
# Parent ID for this request.
# @yield [result, operation] Access the result along with the TransportOperation object
Expand Down Expand Up @@ -266,7 +266,7 @@ def delete request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param operation [::String]
# Name of the Operations resource to return.
# Name of the Operations resource to return, or its unique numeric identifier.
# @param parent_id [::String]
# Parent ID for this request.
# @yield [result, operation] Access the result along with the TransportOperation object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ def list_peering_routes request, options = nil
end

##
# Patches the specified network with the data included in the request. Only the following fields can be modified: routingConfig.routingMode.
# Patches the specified network with the data included in the request. Only routingConfig can be modified.
#
# @overload patch(request, options = nil)
# Pass arguments to `patch` via a request object, either of type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def list request, options = nil
end

##
# Retrieves an aggregated list of all usable backend services in the specified project in the given region.
# Retrieves a list of all usable backend services in the specified project in the given region.
#
# @overload list_usable(request, options = nil)
# Pass arguments to `list_usable` via a request object, either of type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def initialize
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param operation [::String]
# Name of the Operations resource to delete.
# Name of the Operations resource to delete, or its unique numeric identifier.
# @param project [::String]
# Project ID for this request.
# @param region [::String]
Expand Down Expand Up @@ -270,7 +270,7 @@ def delete request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param operation [::String]
# Name of the Operations resource to return.
# Name of the Operations resource to return, or its unique numeric identifier.
# @param project [::String]
# Project ID for this request.
# @param region [::String]
Expand Down Expand Up @@ -445,7 +445,7 @@ def list request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param operation [::String]
# Name of the Operations resource to return.
# Name of the Operations resource to return, or its unique numeric identifier.
# @param project [::String]
# Project ID for this request.
# @param region [::String]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def initialize
# Service calls

##
# Returns the specified Region resource. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the `quotas` field). To exclude one or more fields, set your request's `fields` query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to your request.
# Returns the specified Region resource. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the `quotas` field). To exclude one or more fields, set your request's `fields` query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to your request. This method fails if the quota information is unavailable for the region and if the organization policy constraint compute.requireBasicQuotaInResponse is enforced. This constraint, when enforced, disables the fail-open behaviour when quota information (the `items.quotas` field) is unavailable for the region. It is recommended to use the default setting for the constraint unless your application requires the fail-closed behaviour for this method.
#
# @overload get(request, options = nil)
# Pass arguments to `get` via a request object, either of type
Expand Down Expand Up @@ -246,7 +246,7 @@ def get request, options = nil
end

##
# Retrieves the list of region resources available to the specified project. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the `items.quotas` field). To exclude one or more fields, set your request's `fields` query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to your request.
# Retrieves the list of region resources available to the specified project. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the `items.quotas` field). To exclude one or more fields, set your request's `fields` query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to your request. This method fails if the quota information is unavailable for the region and if the organization policy constraint compute.requireBasicQuotaInResponse is enforced. This constraint, when enforced, disables the fail-open behaviour when quota information (the `items.quotas` field) is unavailable for the region. It is recommended to use the default setting for the constraint unless your application requires the fail-closed behaviour for this method.
#
# @overload list(request, options = nil)
# Pass arguments to `list` via a request object, either of type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ def test_iam_permissions request, options = nil
end

##
# Updates the specified storagePool with the data included in the request. The update is performed only on selected fields included as part of update-mask. Only the following fields can be modified: size_tb and provisioned_iops.
# Updates the specified storagePool with the data included in the request. The update is performed only on selected fields included as part of update-mask. Only the following fields can be modified: pool_provisioned_capacity_gb, pool_provisioned_iops and pool_provisioned_throughput.
#
# @overload update(request, options = nil)
# Pass arguments to `update` via a request object, either of type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def initialize
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param operation [::String]
# Name of the Operations resource to delete.
# Name of the Operations resource to delete, or its unique numeric identifier.
# @param project [::String]
# Project ID for this request.
# @param zone [::String]
Expand Down Expand Up @@ -270,7 +270,7 @@ def delete request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param operation [::String]
# Name of the Operations resource to return.
# Name of the Operations resource to return, or its unique numeric identifier.
# @param project [::String]
# Project ID for this request.
# @param zone [::String]
Expand Down Expand Up @@ -445,7 +445,7 @@ def list request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param operation [::String]
# Name of the Operations resource to return.
# Name of the Operations resource to return, or its unique numeric identifier.
# @param project [::String]
# Project ID for this request.
# @param zone [::String]
Expand Down
6 changes: 6 additions & 0 deletions google-cloud-compute-v1/proto_docs/google/api/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@ class PythonSettings
# enabled. By default, asynchronous REST clients will not be generated.
# This feature will be enabled by default 1 month after launching the
# feature in preview packages.
# @!attribute [rw] protobuf_pythonic_types_enabled
# @return [::Boolean]
# Enables generation of protobuf code using new types that are more
# Pythonic which are included in `protobuf>=5.29.x`. This feature will be
# enabled by default 1 month after launching the feature in preview
# packages.
class ExperimentalFeatures
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down
Loading

0 comments on commit dad456f

Please sign in to comment.