Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
feat(generator): update protoc to v3.15.3 (#431)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/c70c2328-69c5-4e5d-a0a1-376c1f8b88da/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 359781040
Source-Link: googleapis/googleapis@f6dd7e4
  • Loading branch information
yoshi-automation committed Mar 1, 2021
1 parent d536f9e commit 7185c41
Show file tree
Hide file tree
Showing 11 changed files with 228 additions and 5 deletions.
Expand Up @@ -543,6 +543,20 @@ public boolean getAllowImpreciseAddresses() {
}

public static final int ROAD_TRAFFIC_FIELD_NUMBER = 5;
/**
*
*
* <pre>
* Specifies the traffic density to use when calculating commute time.
* </pre>
*
* <code>.google.cloud.talent.v4.CommuteFilter.RoadTraffic road_traffic = 5;</code>
*
* @return Whether the roadTraffic field is set.
*/
public boolean hasRoadTraffic() {
return trafficOptionCase_ == 5;
}
/**
*
*
Expand Down Expand Up @@ -1684,6 +1698,21 @@ public Builder clearAllowImpreciseAddresses() {
return this;
}

/**
*
*
* <pre>
* Specifies the traffic density to use when calculating commute time.
* </pre>
*
* <code>.google.cloud.talent.v4.CommuteFilter.RoadTraffic road_traffic = 5;</code>
*
* @return Whether the roadTraffic field is set.
*/
@java.lang.Override
public boolean hasRoadTraffic() {
return trafficOptionCase_ == 5;
}
/**
*
*
Expand Down
Expand Up @@ -151,6 +151,18 @@ public interface CommuteFilterOrBuilder
*/
boolean getAllowImpreciseAddresses();

/**
*
*
* <pre>
* Specifies the traffic density to use when calculating commute time.
* </pre>
*
* <code>.google.cloud.talent.v4.CommuteFilter.RoadTraffic road_traffic = 5;</code>
*
* @return Whether the roadTraffic field is set.
*/
boolean hasRoadTraffic();
/**
*
*
Expand Down
Expand Up @@ -232,6 +232,23 @@ public com.google.cloud.talent.v4beta1.ContactInfoUsage getUsage() {
}

public static final int UNSTRUCTURED_ADDRESS_FIELD_NUMBER = 2;
/**
*
*
* <pre>
* Unstructured address.
* For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043",
* "Sunnyvale, California".
* Number of characters allowed is 100.
* </pre>
*
* <code>string unstructured_address = 2;</code>
*
* @return Whether the unstructuredAddress field is set.
*/
public boolean hasUnstructuredAddress() {
return addressCase_ == 2;
}
/**
*
*
Expand Down Expand Up @@ -914,6 +931,24 @@ public Builder clearUsage() {
return this;
}

/**
*
*
* <pre>
* Unstructured address.
* For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043",
* "Sunnyvale, California".
* Number of characters allowed is 100.
* </pre>
*
* <code>string unstructured_address = 2;</code>
*
* @return Whether the unstructuredAddress field is set.
*/
@java.lang.Override
public boolean hasUnstructuredAddress() {
return addressCase_ == 2;
}
/**
*
*
Expand Down
Expand Up @@ -48,6 +48,21 @@ public interface AddressOrBuilder
*/
com.google.cloud.talent.v4beta1.ContactInfoUsage getUsage();

/**
*
*
* <pre>
* Unstructured address.
* For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043",
* "Sunnyvale, California".
* Number of characters allowed is 100.
* </pre>
*
* <code>string unstructured_address = 2;</code>
*
* @return Whether the unstructuredAddress field is set.
*/
boolean hasUnstructuredAddress();
/**
*
*
Expand Down
Expand Up @@ -543,6 +543,20 @@ public boolean getAllowImpreciseAddresses() {
}

public static final int ROAD_TRAFFIC_FIELD_NUMBER = 5;
/**
*
*
* <pre>
* Specifies the traffic density to use when calculating commute time.
* </pre>
*
* <code>.google.cloud.talent.v4beta1.CommuteFilter.RoadTraffic road_traffic = 5;</code>
*
* @return Whether the roadTraffic field is set.
*/
public boolean hasRoadTraffic() {
return trafficOptionCase_ == 5;
}
/**
*
*
Expand Down Expand Up @@ -1685,6 +1699,21 @@ public Builder clearAllowImpreciseAddresses() {
return this;
}

/**
*
*
* <pre>
* Specifies the traffic density to use when calculating commute time.
* </pre>
*
* <code>.google.cloud.talent.v4beta1.CommuteFilter.RoadTraffic road_traffic = 5;</code>
*
* @return Whether the roadTraffic field is set.
*/
@java.lang.Override
public boolean hasRoadTraffic() {
return trafficOptionCase_ == 5;
}
/**
*
*
Expand Down
Expand Up @@ -151,6 +151,18 @@ public interface CommuteFilterOrBuilder
*/
boolean getAllowImpreciseAddresses();

/**
*
*
* <pre>
* Specifies the traffic density to use when calculating commute time.
* </pre>
*
* <code>.google.cloud.talent.v4beta1.CommuteFilter.RoadTraffic road_traffic = 5;</code>
*
* @return Whether the roadTraffic field is set.
*/
boolean hasRoadTraffic();
/**
*
*
Expand Down
Expand Up @@ -521,6 +521,22 @@ public com.google.cloud.talent.v4beta1.AddressOrBuilder getAddressOrBuilder() {
}

public static final int DEGREE_DESCRIPTION_FIELD_NUMBER = 6;
/**
*
*
* <pre>
* The full description of the degree.
* For example, "Master of Science in Computer Science", "B.S in Math".
* Number of characters allowed is 100.
* </pre>
*
* <code>string degree_description = 6;</code>
*
* @return Whether the degreeDescription field is set.
*/
public boolean hasDegreeDescription() {
return degreeCase_ == 6;
}
/**
*
*
Expand Down Expand Up @@ -2246,6 +2262,23 @@ public com.google.cloud.talent.v4beta1.AddressOrBuilder getAddressOrBuilder() {
return addressBuilder_;
}

/**
*
*
* <pre>
* The full description of the degree.
* For example, "Master of Science in Computer Science", "B.S in Math".
* Number of characters allowed is 100.
* </pre>
*
* <code>string degree_description = 6;</code>
*
* @return Whether the degreeDescription field is set.
*/
@java.lang.Override
public boolean hasDegreeDescription() {
return degreeCase_ == 6;
}
/**
*
*
Expand Down
Expand Up @@ -192,6 +192,20 @@ public interface EducationRecordOrBuilder
*/
com.google.cloud.talent.v4beta1.AddressOrBuilder getAddressOrBuilder();

/**
*
*
* <pre>
* The full description of the degree.
* For example, "Master of Science in Computer Science", "B.S in Math".
* Number of characters allowed is 100.
* </pre>
*
* <code>string degree_description = 6;</code>
*
* @return Whether the degreeDescription field is set.
*/
boolean hasDegreeDescription();
/**
*
*
Expand Down
Expand Up @@ -2216,6 +2216,21 @@ public PersonNameCase getPersonNameCase() {
}

public static final int FORMATTED_NAME_FIELD_NUMBER = 1;
/**
*
*
* <pre>
* A string represents a person's full name. For example, "Dr. John Smith".
* Number of characters allowed is 100.
* </pre>
*
* <code>string formatted_name = 1;</code>
*
* @return Whether the formattedName field is set.
*/
public boolean hasFormattedName() {
return personNameCase_ == 1;
}
/**
*
*
Expand Down Expand Up @@ -2780,6 +2795,22 @@ public Builder clearPersonName() {
return this;
}

/**
*
*
* <pre>
* A string represents a person's full name. For example, "Dr. John Smith".
* Number of characters allowed is 100.
* </pre>
*
* <code>string formatted_name = 1;</code>
*
* @return Whether the formattedName field is set.
*/
@java.lang.Override
public boolean hasFormattedName() {
return personNameCase_ == 1;
}
/**
*
*
Expand Down
Expand Up @@ -23,6 +23,19 @@ public interface PersonNameOrBuilder
// @@protoc_insertion_point(interface_extends:google.cloud.talent.v4beta1.PersonName)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* A string represents a person's full name. For example, "Dr. John Smith".
* Number of characters allowed is 100.
* </pre>
*
* <code>string formatted_name = 1;</code>
*
* @return Whether the formattedName field is set.
*/
boolean hasFormattedName();
/**
*
*
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-talent.git",
"sha": "77bec217d808dfbbb9c4ead0a98b638fd7acaa14"
"sha": "d536f9e865e2e2685d31bc9b205b2fa9a6653db1"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down

0 comments on commit 7185c41

Please sign in to comment.