lib/google/cloud/talent/v4beta1/company_service_client.rb in google-cloud-talent-0.8.2 vs lib/google/cloud/talent/v4beta1/company_service_client.rb in google-cloud-talent-0.8.3
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright 2019 Google LLC
+# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
@@ -371,26 +371,21 @@
end
# Updates specified company.
#
# @param company [Google::Cloud::Talent::V4beta1::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.
# A hash of the same form as `Google::Cloud::Talent::V4beta1::Company`
# can also be provided.
# @param update_mask [Google::Protobuf::FieldMask | Hash]
# Strongly recommended for the best service experience.
#
- # If
- # {Google::Cloud::Talent::V4beta1::UpdateCompanyRequest#update_mask update_mask}
- # is provided, only the specified fields in
- # {Google::Cloud::Talent::V4beta1::UpdateCompanyRequest#company company} are
- # updated. Otherwise all the fields are updated.
+ # If {Google::Cloud::Talent::V4beta1::UpdateCompanyRequest#update_mask update_mask} is provided, only the specified fields in
+ # {Google::Cloud::Talent::V4beta1::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::V4beta1::Company Company} are
- # supported.
+ # top level fields of {Google::Cloud::Talent::V4beta1::Company Company} are supported.
# A hash of the same form as `Google::Protobuf::FieldMask`
# can also be provided.
# @param options [Google::Gax::CallOptions]
# Overrides the default settings for this call, e.g, timeout,
# retries, etc.
@@ -478,12 +473,11 @@
# @param require_open_jobs [true, false]
# Set to true if the companies requested must have open jobs.
#
# Defaults to false.
#
- # If true, at most
- # {Google::Cloud::Talent::V4beta1::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::V4beta1::ListCompaniesRequest#page_size page_size} of companies are fetched, among which
+ # only those with open jobs are returned.
# @param options [Google::Gax::CallOptions]
# Overrides the default settings for this call, e.g, timeout,
# retries, etc.
# @yield [result, operation] Access the result along with the RPC operation
# @yieldparam result [Google::Gax::PagedEnumerable<Google::Cloud::Talent::V4beta1::Company>]