Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit ebd87e7

Browse files
feat(generator): update protoc to v3.15.3 (#438)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/4650efcc-2b5e-4632-92f4-e28824d4f0b4/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 359781040 Source-Link: googleapis/googleapis@f6dd7e4
1 parent aa357eb commit ebd87e7

File tree

3 files changed

+87
-5
lines changed

3 files changed

+87
-5
lines changed

‎proto-google-cloud-trace-v2/src/main/java/com/google/devtools/cloudtrace/v2/AttributeValue.java

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,21 @@ public com.google.devtools.cloudtrace.v2.TruncatableStringOrBuilder getStringVal
234234
}
235235

236236
public static final int INT_VALUE_FIELD_NUMBER = 2;
237+
/**
238+
*
239+
*
240+
* <pre>
241+
* A 64-bit signed integer.
242+
* </pre>
243+
*
244+
* <code>int64 int_value = 2;</code>
245+
*
246+
* @return Whether the intValue field is set.
247+
*/
248+
@java.lang.Override
249+
public boolean hasIntValue() {
250+
return valueCase_ == 2;
251+
}
237252
/**
238253
*
239254
*
@@ -254,6 +269,21 @@ public long getIntValue() {
254269
}
255270

256271
public static final int BOOL_VALUE_FIELD_NUMBER = 3;
272+
/**
273+
*
274+
*
275+
* <pre>
276+
* A Boolean value represented by `true` or `false`.
277+
* </pre>
278+
*
279+
* <code>bool bool_value = 3;</code>
280+
*
281+
* @return Whether the boolValue field is set.
282+
*/
283+
@java.lang.Override
284+
public boolean hasBoolValue() {
285+
return valueCase_ == 3;
286+
}
257287
/**
258288
*
259289
*
@@ -888,6 +918,20 @@ public com.google.devtools.cloudtrace.v2.TruncatableStringOrBuilder getStringVal
888918
return stringValueBuilder_;
889919
}
890920

921+
/**
922+
*
923+
*
924+
* <pre>
925+
* A 64-bit signed integer.
926+
* </pre>
927+
*
928+
* <code>int64 int_value = 2;</code>
929+
*
930+
* @return Whether the intValue field is set.
931+
*/
932+
public boolean hasIntValue() {
933+
return valueCase_ == 2;
934+
}
891935
/**
892936
*
893937
*
@@ -943,6 +987,20 @@ public Builder clearIntValue() {
943987
return this;
944988
}
945989

990+
/**
991+
*
992+
*
993+
* <pre>
994+
* A Boolean value represented by `true` or `false`.
995+
* </pre>
996+
*
997+
* <code>bool bool_value = 3;</code>
998+
*
999+
* @return Whether the boolValue field is set.
1000+
*/
1001+
public boolean hasBoolValue() {
1002+
return valueCase_ == 3;
1003+
}
9461004
/**
9471005
*
9481006
*

‎proto-google-cloud-trace-v2/src/main/java/com/google/devtools/cloudtrace/v2/AttributeValueOrBuilder.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ public interface AttributeValueOrBuilder
5858
*/
5959
com.google.devtools.cloudtrace.v2.TruncatableStringOrBuilder getStringValueOrBuilder();
6060

61+
/**
62+
*
63+
*
64+
* <pre>
65+
* A 64-bit signed integer.
66+
* </pre>
67+
*
68+
* <code>int64 int_value = 2;</code>
69+
*
70+
* @return Whether the intValue field is set.
71+
*/
72+
boolean hasIntValue();
6173
/**
6274
*
6375
*
@@ -71,6 +83,18 @@ public interface AttributeValueOrBuilder
7183
*/
7284
long getIntValue();
7385

86+
/**
87+
*
88+
*
89+
* <pre>
90+
* A Boolean value represented by `true` or `false`.
91+
* </pre>
92+
*
93+
* <code>bool bool_value = 3;</code>
94+
*
95+
* @return Whether the boolValue field is set.
96+
*/
97+
boolean hasBoolValue();
7498
/**
7599
*
76100
*

‎synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-trace.git",
7-
"sha": "15d0541dddb52d40dd5885000be5656a6ee24fba"
7+
"sha": "aa357ebf3cf409638b89507f577db5954fbec97b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
15-
"internalRef": "358516065"
14+
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
15+
"internalRef": "359781040"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "googleapis",
2121
"remote": "https://github.com/googleapis/googleapis.git",
22-
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
23-
"internalRef": "358516065"
22+
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
23+
"internalRef": "359781040"
2424
}
2525
},
2626
{

0 commit comments

Comments
 (0)