Skip to content

Commit

Permalink
fix(talent-v4)!: Removed walking and cycling commute methods
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 2, 2020
1 parent 5bde049 commit a28225f
Show file tree
Hide file tree
Showing 23 changed files with 205 additions and 363 deletions.

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -332,19 +332,15 @@ def get_company request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param company [::Google::Cloud::Talent::V4::Company, ::Hash]
# Required. The company resource to replace the current resource in the
# system.
# Required. The company resource to replace the current resource in the system.
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
# Strongly recommended for the best service experience.
#
# If {::Google::Cloud::Talent::V4::UpdateCompanyRequest#update_mask update_mask}
# is provided, only the specified fields in
# {::Google::Cloud::Talent::V4::UpdateCompanyRequest#company company} are updated.
# Otherwise all the fields are updated.
# If {::Google::Cloud::Talent::V4::UpdateCompanyRequest#update_mask update_mask} is provided, only the specified fields in
# {::Google::Cloud::Talent::V4::UpdateCompanyRequest#company company} are updated. Otherwise all the fields are updated.
#
# A field mask to specify the company fields to be updated. Only
# top level fields of {::Google::Cloud::Talent::V4::Company Company} are
# supported.
# top level fields of {::Google::Cloud::Talent::V4::Company Company} are supported.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::Talent::V4::Company]
Expand Down Expand Up @@ -495,9 +491,8 @@ def delete_company request, options = nil
#
# Defaults to false.
#
# If true, at most
# {::Google::Cloud::Talent::V4::ListCompaniesRequest#page_size page_size} of
# companies are fetched, among which only those with open jobs are returned.
# If true, at most {::Google::Cloud::Talent::V4::ListCompaniesRequest#page_size page_size} of companies are fetched, among which
# only those with open jobs are returned.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::Talent::V4::Company>]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,9 @@ def initialize
# "projects/\\{project_id}/tenants/\\{tenant_id}/companies/\\{company_id}", for
# example, "projects/foo/tenants/bar/companies/baz".
# @param scope [::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionScope]
# The scope of the completion. The defaults is
# {::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionScope::PUBLIC CompletionScope.PUBLIC}.
# The scope of the completion. The defaults is {::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionScope::PUBLIC CompletionScope.PUBLIC}.
# @param type [::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionType]
# The completion topic. The default is
# {::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionType::COMBINED CompletionType.COMBINED}.
# The completion topic. The default is {::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionType::COMBINED CompletionType.COMBINED}.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::Talent::V4::CompleteQueryResponse]
Expand Down

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ def initialize
# The format is "projects/\\{project_id}/tenants/\\{tenant_id}", for example,
# "projects/foo/tenants/bar".
# @param client_event [::Google::Cloud::Talent::V4::ClientEvent, ::Hash]
# Required. Events issued when end user interacts with customer's application
# that uses Cloud Talent Solution.
# Required. Events issued when end user interacts with customer's application that
# uses Cloud Talent Solution.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::Talent::V4::ClientEvent]
Expand Down

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

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -331,15 +331,12 @@ def get_tenant request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param tenant [::Google::Cloud::Talent::V4::Tenant, ::Hash]
# Required. The tenant resource to replace the current resource in the
# system.
# Required. The tenant resource to replace the current resource in the system.
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
# Strongly recommended for the best service experience.
#
# If {::Google::Cloud::Talent::V4::UpdateTenantRequest#update_mask update_mask} is
# provided, only the specified fields in
# {::Google::Cloud::Talent::V4::UpdateTenantRequest#tenant tenant} are updated.
# Otherwise all the fields are updated.
# If {::Google::Cloud::Talent::V4::UpdateTenantRequest#update_mask update_mask} is provided, only the specified fields in
# {::Google::Cloud::Talent::V4::UpdateTenantRequest#tenant tenant} are updated. Otherwise all the fields are updated.
#
# A field mask to specify the tenant fields to be updated. Only
# top level fields of {::Google::Cloud::Talent::V4::Tenant Tenant} are supported.
Expand Down

0 comments on commit a28225f

Please sign in to comment.