diff --git a/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/Company.java b/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/Company.java index 435b39408003..c68c3afe38a6 100644 --- a/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/Company.java +++ b/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/Company.java @@ -1312,6 +1312,8 @@ public com.google.protobuf.ByteString getImageUriBytes() { * * *
+ * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -1320,10 +1322,13 @@ public com.google.protobuf.ByteString getImageUriBytes() { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @return A list containing the keywordSearchableJobCustomAttributes.
*/
+ @java.lang.Deprecated
public com.google.protobuf.ProtocolStringList getKeywordSearchableJobCustomAttributesList() {
return keywordSearchableJobCustomAttributes_;
}
@@ -1331,6 +1336,8 @@ public com.google.protobuf.ProtocolStringList getKeywordSearchableJobCustomAttri
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -1339,10 +1346,13 @@ public com.google.protobuf.ProtocolStringList getKeywordSearchableJobCustomAttri * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @return The count of keywordSearchableJobCustomAttributes.
*/
+ @java.lang.Deprecated
public int getKeywordSearchableJobCustomAttributesCount() {
return keywordSearchableJobCustomAttributes_.size();
}
@@ -1350,6 +1360,8 @@ public int getKeywordSearchableJobCustomAttributesCount() {
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -1358,11 +1370,14 @@ public int getKeywordSearchableJobCustomAttributesCount() { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @param index The index of the element to return.
* @return The keywordSearchableJobCustomAttributes at the given index.
*/
+ @java.lang.Deprecated
public java.lang.String getKeywordSearchableJobCustomAttributes(int index) {
return keywordSearchableJobCustomAttributes_.get(index);
}
@@ -1370,6 +1385,8 @@ public java.lang.String getKeywordSearchableJobCustomAttributes(int index) {
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -1378,11 +1395,14 @@ public java.lang.String getKeywordSearchableJobCustomAttributes(int index) { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @param index The index of the value to return.
* @return The bytes of the keywordSearchableJobCustomAttributes at the given index.
*/
+ @java.lang.Deprecated
public com.google.protobuf.ByteString getKeywordSearchableJobCustomAttributesBytes(int index) {
return keywordSearchableJobCustomAttributes_.getByteString(index);
}
@@ -3177,6 +3197,8 @@ private void ensureKeywordSearchableJobCustomAttributesIsMutable() {
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3185,10 +3207,14 @@ private void ensureKeywordSearchableJobCustomAttributesIsMutable() { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @return A list containing the keywordSearchableJobCustomAttributes.
*/
+ @java.lang.Deprecated
public com.google.protobuf.ProtocolStringList getKeywordSearchableJobCustomAttributesList() {
return keywordSearchableJobCustomAttributes_.getUnmodifiableView();
}
@@ -3196,6 +3222,8 @@ public com.google.protobuf.ProtocolStringList getKeywordSearchableJobCustomAttri
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3204,10 +3232,14 @@ public com.google.protobuf.ProtocolStringList getKeywordSearchableJobCustomAttri * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @return The count of keywordSearchableJobCustomAttributes.
*/
+ @java.lang.Deprecated
public int getKeywordSearchableJobCustomAttributesCount() {
return keywordSearchableJobCustomAttributes_.size();
}
@@ -3215,6 +3247,8 @@ public int getKeywordSearchableJobCustomAttributesCount() {
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3223,11 +3257,15 @@ public int getKeywordSearchableJobCustomAttributesCount() { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @param index The index of the element to return.
* @return The keywordSearchableJobCustomAttributes at the given index.
*/
+ @java.lang.Deprecated
public java.lang.String getKeywordSearchableJobCustomAttributes(int index) {
return keywordSearchableJobCustomAttributes_.get(index);
}
@@ -3235,6 +3273,8 @@ public java.lang.String getKeywordSearchableJobCustomAttributes(int index) {
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3243,11 +3283,15 @@ public java.lang.String getKeywordSearchableJobCustomAttributes(int index) { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @param index The index of the value to return.
* @return The bytes of the keywordSearchableJobCustomAttributes at the given index.
*/
+ @java.lang.Deprecated
public com.google.protobuf.ByteString getKeywordSearchableJobCustomAttributesBytes(int index) {
return keywordSearchableJobCustomAttributes_.getByteString(index);
}
@@ -3255,6 +3299,8 @@ public com.google.protobuf.ByteString getKeywordSearchableJobCustomAttributesByt
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3263,12 +3309,16 @@ public com.google.protobuf.ByteString getKeywordSearchableJobCustomAttributesByt * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @param index The index to set the value at.
* @param value The keywordSearchableJobCustomAttributes to set.
* @return This builder for chaining.
*/
+ @java.lang.Deprecated
public Builder setKeywordSearchableJobCustomAttributes(int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
@@ -3282,6 +3332,8 @@ public Builder setKeywordSearchableJobCustomAttributes(int index, java.lang.Stri
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3290,11 +3342,15 @@ public Builder setKeywordSearchableJobCustomAttributes(int index, java.lang.Stri * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @param value The keywordSearchableJobCustomAttributes to add.
* @return This builder for chaining.
*/
+ @java.lang.Deprecated
public Builder addKeywordSearchableJobCustomAttributes(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
@@ -3308,6 +3364,8 @@ public Builder addKeywordSearchableJobCustomAttributes(java.lang.String value) {
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3316,11 +3374,15 @@ public Builder addKeywordSearchableJobCustomAttributes(java.lang.String value) { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @param values The keywordSearchableJobCustomAttributes to add.
* @return This builder for chaining.
*/
+ @java.lang.Deprecated
public Builder addAllKeywordSearchableJobCustomAttributes(
java.lang.Iterable+ * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3341,10 +3405,14 @@ public Builder addAllKeywordSearchableJobCustomAttributes( * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @return This builder for chaining.
*/
+ @java.lang.Deprecated
public Builder clearKeywordSearchableJobCustomAttributes() {
keywordSearchableJobCustomAttributes_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
@@ -3355,6 +3423,8 @@ public Builder clearKeywordSearchableJobCustomAttributes() {
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3363,11 +3433,15 @@ public Builder clearKeywordSearchableJobCustomAttributes() { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @param value The bytes of the keywordSearchableJobCustomAttributes to add.
* @return This builder for chaining.
*/
+ @java.lang.Deprecated
public Builder addKeywordSearchableJobCustomAttributesBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
diff --git a/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/CompanyOrBuilder.java b/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/CompanyOrBuilder.java
index 5f26e382f9a2..9bc275268969 100644
--- a/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/CompanyOrBuilder.java
+++ b/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/CompanyOrBuilder.java
@@ -299,6 +299,8 @@ public interface CompanyOrBuilder
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -307,15 +309,20 @@ public interface CompanyOrBuilder * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @return A list containing the keywordSearchableJobCustomAttributes.
*/
+ @java.lang.Deprecated
java.util.List+ * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -324,15 +331,20 @@ public interface CompanyOrBuilder * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @return The count of keywordSearchableJobCustomAttributes.
*/
+ @java.lang.Deprecated
int getKeywordSearchableJobCustomAttributesCount();
/**
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -341,16 +353,21 @@ public interface CompanyOrBuilder * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @param index The index of the element to return.
* @return The keywordSearchableJobCustomAttributes at the given index.
*/
+ @java.lang.Deprecated
java.lang.String getKeywordSearchableJobCustomAttributes(int index);
/**
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -359,11 +376,14 @@ public interface CompanyOrBuilder * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4/company.proto;l=107
* @param index The index of the value to return.
* @return The bytes of the keywordSearchableJobCustomAttributes at the given index.
*/
+ @java.lang.Deprecated
com.google.protobuf.ByteString getKeywordSearchableJobCustomAttributesBytes(int index);
/**
diff --git a/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/CompanyProto.java b/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/CompanyProto.java
index 269b131b63a3..590d483ffb67 100644
--- a/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/CompanyProto.java
+++ b/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/CompanyProto.java
@@ -48,24 +48,24 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "google.cloud.talent.v4\032\037google/api/field"
+ "_behavior.proto\032\031google/api/resource.pro"
+ "to\032#google/cloud/talent/v4/common.proto\""
- + "\304\004\n\007Company\022\014\n\004name\030\001 \001(\t\022\031\n\014display_nam"
+ + "\310\004\n\007Company\022\014\n\004name\030\001 \001(\t\022\031\n\014display_nam"
+ "e\030\002 \001(\tB\003\340A\002\022\030\n\013external_id\030\003 \001(\tB\003\340A\002\0221"
+ "\n\004size\030\004 \001(\0162#.google.cloud.talent.v4.Co"
+ "mpanySize\022\034\n\024headquarters_address\030\005 \001(\t\022"
+ "\025\n\rhiring_agency\030\006 \001(\010\022\020\n\010eeo_text\030\007 \001(\t"
+ "\022\023\n\013website_uri\030\010 \001(\t\022\027\n\017career_site_uri"
- + "\030\t \001(\t\022\021\n\timage_uri\030\n \001(\t\0220\n(keyword_sea"
- + "rchable_job_custom_attributes\030\013 \003(\t\022F\n\014d"
- + "erived_info\030\014 \001(\0132+.google.cloud.talent."
- + "v4.Company.DerivedInfoB\003\340A\003\022\026\n\tsuspended"
- + "\030\r \001(\010B\003\340A\003\032N\n\013DerivedInfo\022?\n\025headquarte"
- + "rs_location\030\001 \001(\0132 .google.cloud.talent."
- + "v4.Location:Y\352AV\n\033jobs.googleapis.com/Co"
- + "mpany\0227projects/{project}/tenants/{tenan"
- + "t}/companies/{company}Bp\n\032com.google.clo"
- + "ud.talent.v4B\014CompanyProtoP\001Z+ * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -1325,10 +1327,13 @@ public com.google.protobuf.ByteString getImageUriBytes() { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @return A list containing the keywordSearchableJobCustomAttributes.
*/
+ @java.lang.Deprecated
public com.google.protobuf.ProtocolStringList getKeywordSearchableJobCustomAttributesList() {
return keywordSearchableJobCustomAttributes_;
}
@@ -1336,6 +1341,8 @@ public com.google.protobuf.ProtocolStringList getKeywordSearchableJobCustomAttri
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -1344,10 +1351,13 @@ public com.google.protobuf.ProtocolStringList getKeywordSearchableJobCustomAttri * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @return The count of keywordSearchableJobCustomAttributes.
*/
+ @java.lang.Deprecated
public int getKeywordSearchableJobCustomAttributesCount() {
return keywordSearchableJobCustomAttributes_.size();
}
@@ -1355,6 +1365,8 @@ public int getKeywordSearchableJobCustomAttributesCount() {
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -1363,11 +1375,14 @@ public int getKeywordSearchableJobCustomAttributesCount() { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @param index The index of the element to return.
* @return The keywordSearchableJobCustomAttributes at the given index.
*/
+ @java.lang.Deprecated
public java.lang.String getKeywordSearchableJobCustomAttributes(int index) {
return keywordSearchableJobCustomAttributes_.get(index);
}
@@ -1375,6 +1390,8 @@ public java.lang.String getKeywordSearchableJobCustomAttributes(int index) {
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -1383,11 +1400,14 @@ public java.lang.String getKeywordSearchableJobCustomAttributes(int index) { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @param index The index of the value to return.
* @return The bytes of the keywordSearchableJobCustomAttributes at the given index.
*/
+ @java.lang.Deprecated
public com.google.protobuf.ByteString getKeywordSearchableJobCustomAttributesBytes(int index) {
return keywordSearchableJobCustomAttributes_.getByteString(index);
}
@@ -3194,6 +3214,8 @@ private void ensureKeywordSearchableJobCustomAttributesIsMutable() {
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3202,10 +3224,14 @@ private void ensureKeywordSearchableJobCustomAttributesIsMutable() { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @return A list containing the keywordSearchableJobCustomAttributes.
*/
+ @java.lang.Deprecated
public com.google.protobuf.ProtocolStringList getKeywordSearchableJobCustomAttributesList() {
return keywordSearchableJobCustomAttributes_.getUnmodifiableView();
}
@@ -3213,6 +3239,8 @@ public com.google.protobuf.ProtocolStringList getKeywordSearchableJobCustomAttri
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3221,10 +3249,14 @@ public com.google.protobuf.ProtocolStringList getKeywordSearchableJobCustomAttri * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @return The count of keywordSearchableJobCustomAttributes.
*/
+ @java.lang.Deprecated
public int getKeywordSearchableJobCustomAttributesCount() {
return keywordSearchableJobCustomAttributes_.size();
}
@@ -3232,6 +3264,8 @@ public int getKeywordSearchableJobCustomAttributesCount() {
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3240,11 +3274,15 @@ public int getKeywordSearchableJobCustomAttributesCount() { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @param index The index of the element to return.
* @return The keywordSearchableJobCustomAttributes at the given index.
*/
+ @java.lang.Deprecated
public java.lang.String getKeywordSearchableJobCustomAttributes(int index) {
return keywordSearchableJobCustomAttributes_.get(index);
}
@@ -3252,6 +3290,8 @@ public java.lang.String getKeywordSearchableJobCustomAttributes(int index) {
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3260,11 +3300,15 @@ public java.lang.String getKeywordSearchableJobCustomAttributes(int index) { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @param index The index of the value to return.
* @return The bytes of the keywordSearchableJobCustomAttributes at the given index.
*/
+ @java.lang.Deprecated
public com.google.protobuf.ByteString getKeywordSearchableJobCustomAttributesBytes(int index) {
return keywordSearchableJobCustomAttributes_.getByteString(index);
}
@@ -3272,6 +3316,8 @@ public com.google.protobuf.ByteString getKeywordSearchableJobCustomAttributesByt
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3280,12 +3326,16 @@ public com.google.protobuf.ByteString getKeywordSearchableJobCustomAttributesByt * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @param index The index to set the value at.
* @param value The keywordSearchableJobCustomAttributes to set.
* @return This builder for chaining.
*/
+ @java.lang.Deprecated
public Builder setKeywordSearchableJobCustomAttributes(int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
@@ -3299,6 +3349,8 @@ public Builder setKeywordSearchableJobCustomAttributes(int index, java.lang.Stri
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3307,11 +3359,15 @@ public Builder setKeywordSearchableJobCustomAttributes(int index, java.lang.Stri * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @param value The keywordSearchableJobCustomAttributes to add.
* @return This builder for chaining.
*/
+ @java.lang.Deprecated
public Builder addKeywordSearchableJobCustomAttributes(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
@@ -3325,6 +3381,8 @@ public Builder addKeywordSearchableJobCustomAttributes(java.lang.String value) {
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3333,11 +3391,15 @@ public Builder addKeywordSearchableJobCustomAttributes(java.lang.String value) { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @param values The keywordSearchableJobCustomAttributes to add.
* @return This builder for chaining.
*/
+ @java.lang.Deprecated
public Builder addAllKeywordSearchableJobCustomAttributes(
java.lang.Iterable+ * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3358,10 +3422,14 @@ public Builder addAllKeywordSearchableJobCustomAttributes( * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @return This builder for chaining.
*/
+ @java.lang.Deprecated
public Builder clearKeywordSearchableJobCustomAttributes() {
keywordSearchableJobCustomAttributes_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
@@ -3372,6 +3440,8 @@ public Builder clearKeywordSearchableJobCustomAttributes() {
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -3380,11 +3450,15 @@ public Builder clearKeywordSearchableJobCustomAttributes() { * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
+ *
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @param value The bytes of the keywordSearchableJobCustomAttributes to add.
* @return This builder for chaining.
*/
+ @java.lang.Deprecated
public Builder addKeywordSearchableJobCustomAttributesBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
diff --git a/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/CompanyOrBuilder.java b/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/CompanyOrBuilder.java
index 4bacb3e209b0..cf1a85ae296c 100644
--- a/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/CompanyOrBuilder.java
+++ b/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/CompanyOrBuilder.java
@@ -303,6 +303,8 @@ public interface CompanyOrBuilder
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -311,15 +313,20 @@ public interface CompanyOrBuilder * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @return A list containing the keywordSearchableJobCustomAttributes.
*/
+ @java.lang.Deprecated
java.util.List+ * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -328,15 +335,20 @@ public interface CompanyOrBuilder * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @return The count of keywordSearchableJobCustomAttributes.
*/
+ @java.lang.Deprecated
int getKeywordSearchableJobCustomAttributesCount();
/**
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -345,16 +357,21 @@ public interface CompanyOrBuilder * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @param index The index of the element to return.
* @return The keywordSearchableJobCustomAttributes at the given index.
*/
+ @java.lang.Deprecated
java.lang.String getKeywordSearchableJobCustomAttributes(int index);
/**
*
*
* + * This field is deprecated. Please set the searchability of the custom + * attribute in the [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] going forward. * A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose * corresponding `string_values` are used in keyword searches. Jobs with * `string_values` under these specified field keys are returned if any @@ -363,11 +380,14 @@ public interface CompanyOrBuilder * and those keyword queries must be surrounded by quotes. ** - *
repeated string keyword_searchable_job_custom_attributes = 11;
+ * repeated string keyword_searchable_job_custom_attributes = 11 [deprecated = true];
*
+ * @deprecated google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes is
+ * deprecated. See google/cloud/talent/v4beta1/company.proto;l=111
* @param index The index of the value to return.
* @return The bytes of the keywordSearchableJobCustomAttributes at the given index.
*/
+ @java.lang.Deprecated
com.google.protobuf.ByteString getKeywordSearchableJobCustomAttributesBytes(int index);
/**
diff --git a/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/CompanyResourceProto.java b/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/CompanyResourceProto.java
index d1abb75599ea..1b63ab21ba97 100644
--- a/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/CompanyResourceProto.java
+++ b/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/CompanyResourceProto.java
@@ -48,26 +48,26 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "oto\022\033google.cloud.talent.v4beta1\032\037google"
+ "/api/field_behavior.proto\032\031google/api/re"
+ "source.proto\032(google/cloud/talent/v4beta"
- + "1/common.proto\"\374\004\n\007Company\022\014\n\004name\030\001 \001(\t"
+ + "1/common.proto\"\200\005\n\007Company\022\014\n\004name\030\001 \001(\t"
+ "\022\031\n\014display_name\030\002 \001(\tB\003\340A\002\022\030\n\013external_"
+ "id\030\003 \001(\tB\003\340A\002\0226\n\004size\030\004 \001(\0162(.google.clo"
+ "ud.talent.v4beta1.CompanySize\022\034\n\024headqua"
+ "rters_address\030\005 \001(\t\022\025\n\rhiring_agency\030\006 \001"
+ "(\010\022\020\n\010eeo_text\030\007 \001(\t\022\023\n\013website_uri\030\010 \001("
+ "\t\022\027\n\017career_site_uri\030\t \001(\t\022\021\n\timage_uri\030"
- + "\n \001(\t\0220\n(keyword_searchable_job_custom_a"
- + "ttributes\030\013 \003(\t\022K\n\014derived_info\030\014 \001(\01320."
- + "google.cloud.talent.v4beta1.Company.Deri"
- + "vedInfoB\003\340A\003\022\026\n\tsuspended\030\r \001(\010B\003\340A\003\032S\n\013"
- + "DerivedInfo\022D\n\025headquarters_location\030\001 \001"
- + "(\0132%.google.cloud.talent.v4beta1.Locatio"
- + "n:\201\001\352A~\n\033jobs.googleapis.com/Company\0227pr"
- + "ojects/{project}/tenants/{tenant}/compan"
- + "ies/{company}\022&projects/{project}/compan"
- + "ies/{company}B\202\001\n\037com.google.cloud.talen"
- + "t.v4beta1B\024CompanyResourceProtoP\001ZAgoogl"
- + "e.golang.org/genproto/googleapis/cloud/t"
- + "alent/v4beta1;talent\242\002\003CTSb\006proto3"
+ + "\n \001(\t\0224\n(keyword_searchable_job_custom_a"
+ + "ttributes\030\013 \003(\tB\002\030\001\022K\n\014derived_info\030\014 \001("
+ + "\01320.google.cloud.talent.v4beta1.Company."
+ + "DerivedInfoB\003\340A\003\022\026\n\tsuspended\030\r \001(\010B\003\340A\003"
+ + "\032S\n\013DerivedInfo\022D\n\025headquarters_location"
+ + "\030\001 \001(\0132%.google.cloud.talent.v4beta1.Loc"
+ + "ation:\201\001\352A~\n\033jobs.googleapis.com/Company"
+ + "\0227projects/{project}/tenants/{tenant}/co"
+ + "mpanies/{company}\022&projects/{project}/co"
+ + "mpanies/{company}B\202\001\n\037com.google.cloud.t"
+ + "alent.v4beta1B\024CompanyResourceProtoP\001ZAg"
+ + "oogle.golang.org/genproto/googleapis/clo"
+ + "ud/talent/v4beta1;talent\242\002\003CTSb\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
diff --git a/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/SearchJobsRequest.java b/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/SearchJobsRequest.java
index 1044daad9054..12fb92160926 100644
--- a/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/SearchJobsRequest.java
+++ b/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/SearchJobsRequest.java
@@ -2203,8 +2203,8 @@ public boolean getRequirePreciseResultSize() {
* * company_display_name: histogram by [Job.company_display_name][google.cloud.talent.v4beta1.Job.company_display_name].
* * employment_type: histogram by [Job.employment_types][google.cloud.talent.v4beta1.Job.employment_types], for example,
* "FULL_TIME", "PART_TIME".
- * * company_size: histogram by [CompanySize][google.cloud.talent.v4beta1.CompanySize], for example, "SMALL",
- * "MEDIUM", "BIG".
+ * * company_size (DEPRECATED): histogram by [CompanySize][google.cloud.talent.v4beta1.CompanySize], for example,
+ * "SMALL", "MEDIUM", "BIG".
* * publish_time_in_day: histogram by the [Job.posting_publish_time][google.cloud.talent.v4beta1.Job.posting_publish_time]
* in days.
* Must specify list of numeric buckets in spec.
@@ -2298,8 +2298,8 @@ public java.util.List