Skip to content

Commit a28225f

Browse files
fix(talent-v4)!: Removed walking and cycling commute methods
1 parent 5bde049 commit a28225f

23 files changed

Lines changed: 205 additions & 363 deletions

File tree

google-cloud-talent-v4/lib/google/cloud/talent/v4/common_pb.rb

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-talent-v4/lib/google/cloud/talent/v4/company_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-talent-v4/lib/google/cloud/talent/v4/company_service/client.rb

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -332,19 +332,15 @@ def get_company request, options = nil
332332
# the default parameter values, pass an empty Hash as a request object (see above).
333333
#
334334
# @param company [::Google::Cloud::Talent::V4::Company, ::Hash]
335-
# Required. The company resource to replace the current resource in the
336-
# system.
335+
# Required. The company resource to replace the current resource in the system.
337336
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
338337
# Strongly recommended for the best service experience.
339338
#
340-
# If {::Google::Cloud::Talent::V4::UpdateCompanyRequest#update_mask update_mask}
341-
# is provided, only the specified fields in
342-
# {::Google::Cloud::Talent::V4::UpdateCompanyRequest#company company} are updated.
343-
# Otherwise all the fields are updated.
339+
# If {::Google::Cloud::Talent::V4::UpdateCompanyRequest#update_mask update_mask} is provided, only the specified fields in
340+
# {::Google::Cloud::Talent::V4::UpdateCompanyRequest#company company} are updated. Otherwise all the fields are updated.
344341
#
345342
# A field mask to specify the company fields to be updated. Only
346-
# top level fields of {::Google::Cloud::Talent::V4::Company Company} are
347-
# supported.
343+
# top level fields of {::Google::Cloud::Talent::V4::Company Company} are supported.
348344
#
349345
# @yield [response, operation] Access the result along with the RPC operation
350346
# @yieldparam response [::Google::Cloud::Talent::V4::Company]
@@ -495,9 +491,8 @@ def delete_company request, options = nil
495491
#
496492
# Defaults to false.
497493
#
498-
# If true, at most
499-
# {::Google::Cloud::Talent::V4::ListCompaniesRequest#page_size page_size} of
500-
# companies are fetched, among which only those with open jobs are returned.
494+
# If true, at most {::Google::Cloud::Talent::V4::ListCompaniesRequest#page_size page_size} of companies are fetched, among which
495+
# only those with open jobs are returned.
501496
#
502497
# @yield [response, operation] Access the result along with the RPC operation
503498
# @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::Talent::V4::Company>]

google-cloud-talent-v4/lib/google/cloud/talent/v4/completion/client.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,9 @@ def initialize
198198
# "projects/\\{project_id}/tenants/\\{tenant_id}/companies/\\{company_id}", for
199199
# example, "projects/foo/tenants/bar/companies/baz".
200200
# @param scope [::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionScope]
201-
# The scope of the completion. The defaults is
202-
# {::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionScope::PUBLIC CompletionScope.PUBLIC}.
201+
# The scope of the completion. The defaults is {::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionScope::PUBLIC CompletionScope.PUBLIC}.
203202
# @param type [::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionType]
204-
# The completion topic. The default is
205-
# {::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionType::COMBINED CompletionType.COMBINED}.
203+
# The completion topic. The default is {::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionType::COMBINED CompletionType.COMBINED}.
206204
#
207205
# @yield [response, operation] Access the result along with the RPC operation
208206
# @yieldparam response [::Google::Cloud::Talent::V4::CompleteQueryResponse]

google-cloud-talent-v4/lib/google/cloud/talent/v4/completion_service_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-talent-v4/lib/google/cloud/talent/v4/event_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-talent-v4/lib/google/cloud/talent/v4/event_service/client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ def initialize
176176
# The format is "projects/\\{project_id}/tenants/\\{tenant_id}", for example,
177177
# "projects/foo/tenants/bar".
178178
# @param client_event [::Google::Cloud::Talent::V4::ClientEvent, ::Hash]
179-
# Required. Events issued when end user interacts with customer's application
180-
# that uses Cloud Talent Solution.
179+
# Required. Events issued when end user interacts with customer's application that
180+
# uses Cloud Talent Solution.
181181
#
182182
# @yield [response, operation] Access the result along with the RPC operation
183183
# @yieldparam response [::Google::Cloud::Talent::V4::ClientEvent]

google-cloud-talent-v4/lib/google/cloud/talent/v4/filters_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-talent-v4/lib/google/cloud/talent/v4/job_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-talent-v4/lib/google/cloud/talent/v4/tenant_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)