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

feat(generator): update protoc to v3.15.3 #431

Merged
merged 1 commit into from Mar 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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