Skip to content

Commit 15675de

Browse files
committed
Fix case-sensitivity collision for UDM.java on Windows CI
Renamed message UDM to Udm in udm.proto and updated all references. Set java_outer_classname to UdmProto to avoid collision with Udm.java. Renamed generated Java files and updated internal symbols.
1 parent e41b800 commit 15675de

25 files changed

Lines changed: 304 additions & 304 deletions

java-backstory/proto-google-cloud-backstory/src/main/java/com/google/backstory/Collection.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,7 @@ public com.google.backstory.Collection.RunFrequency getRuleRunFrequency() {
18391839
*
18401840
* <pre>
18411841
* The total number of simulated events that contributed to this detection.
1842-
* Simulated events are realistic threat sequences (Raw Logs or UDM)
1842+
* Simulated events are realistic threat sequences (Raw Logs or Udm)
18431843
* programmatically delivered into the production ingestion pipeline to verify
18441844
* the entire detection lifecycle—from identification to action.
18451845
* </pre>
@@ -6617,7 +6617,7 @@ public Builder clearRuleRunFrequency() {
66176617
*
66186618
* <pre>
66196619
* The total number of simulated events that contributed to this detection.
6620-
* Simulated events are realistic threat sequences (Raw Logs or UDM)
6620+
* Simulated events are realistic threat sequences (Raw Logs or Udm)
66216621
* programmatically delivered into the production ingestion pipeline to verify
66226622
* the entire detection lifecycle—from identification to action.
66236623
* </pre>
@@ -6636,7 +6636,7 @@ public long getSimulatedEventCount() {
66366636
*
66376637
* <pre>
66386638
* The total number of simulated events that contributed to this detection.
6639-
* Simulated events are realistic threat sequences (Raw Logs or UDM)
6639+
* Simulated events are realistic threat sequences (Raw Logs or Udm)
66406640
* programmatically delivered into the production ingestion pipeline to verify
66416641
* the entire detection lifecycle—from identification to action.
66426642
* </pre>
@@ -6659,7 +6659,7 @@ public Builder setSimulatedEventCount(long value) {
66596659
*
66606660
* <pre>
66616661
* The total number of simulated events that contributed to this detection.
6662-
* Simulated events are realistic threat sequences (Raw Logs or UDM)
6662+
* Simulated events are realistic threat sequences (Raw Logs or Udm)
66636663
* programmatically delivered into the production ingestion pipeline to verify
66646664
* the entire detection lifecycle—from identification to action.
66656665
* </pre>

java-backstory/proto-google-cloud-backstory/src/main/java/com/google/backstory/CollectionOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ public interface CollectionOrBuilder
815815
*
816816
* <pre>
817817
* The total number of simulated events that contributed to this detection.
818-
* Simulated events are realistic threat sequences (Raw Logs or UDM)
818+
* Simulated events are realistic threat sequences (Raw Logs or Udm)
819819
* programmatically delivered into the production ingestion pipeline to verify
820820
* the entire detection lifecycle—from identification to action.
821821
* </pre>

java-backstory/proto-google-cloud-backstory/src/main/java/com/google/backstory/CollectionOuterClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
151151
+ "\021newest_event_time\030\004 \001(\0132\032.google.protobuf.Timestamp\0224\n"
152152
+ "\021ingestion_latency\030\005 \001(\0132\031.google.protobuf.Duration\"\235\002\n"
153153
+ "\tReference\022$\n"
154-
+ "\005event\030\001 \001(\0132\025.google.backstory.UDM\022(\n"
154+
+ "\005event\030\001 \001(\0132\025.google.backstory.Udm\022(\n"
155155
+ "\006entity\030\002 \001(\0132\030.google.backstory.Entity\022B\n"
156156
+ "\026joined_data_table_rows\030\004"
157157
+ " \003(\0132\".google.backstory.DataTableRowInfo\022A\n"

java-backstory/proto-google-cloud-backstory/src/main/java/com/google/backstory/DataAccessLabels.java

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public com.google.protobuf.ByteString getNamespacesBytes(int index) {
300300
*
301301
*
302302
* <pre>
303-
* All the complex labels (UDM search syntax based).
303+
* All the complex labels (Udm search syntax based).
304304
* </pre>
305305
*
306306
* <code>repeated string custom_labels = 4;</code>
@@ -315,7 +315,7 @@ public com.google.protobuf.ProtocolStringList getCustomLabelsList() {
315315
*
316316
*
317317
* <pre>
318-
* All the complex labels (UDM search syntax based).
318+
* All the complex labels (Udm search syntax based).
319319
* </pre>
320320
*
321321
* <code>repeated string custom_labels = 4;</code>
@@ -330,7 +330,7 @@ public int getCustomLabelsCount() {
330330
*
331331
*
332332
* <pre>
333-
* All the complex labels (UDM search syntax based).
333+
* All the complex labels (Udm search syntax based).
334334
* </pre>
335335
*
336336
* <code>repeated string custom_labels = 4;</code>
@@ -346,7 +346,7 @@ public java.lang.String getCustomLabels(int index) {
346346
*
347347
*
348348
* <pre>
349-
* All the complex labels (UDM search syntax based).
349+
* All the complex labels (Udm search syntax based).
350350
* </pre>
351351
*
352352
* <code>repeated string custom_labels = 4;</code>
@@ -1573,7 +1573,7 @@ private void ensureCustomLabelsIsMutable() {
15731573
*
15741574
*
15751575
* <pre>
1576-
* All the complex labels (UDM search syntax based).
1576+
* All the complex labels (Udm search syntax based).
15771577
* </pre>
15781578
*
15791579
* <code>repeated string custom_labels = 4;</code>
@@ -1589,7 +1589,7 @@ public com.google.protobuf.ProtocolStringList getCustomLabelsList() {
15891589
*
15901590
*
15911591
* <pre>
1592-
* All the complex labels (UDM search syntax based).
1592+
* All the complex labels (Udm search syntax based).
15931593
* </pre>
15941594
*
15951595
* <code>repeated string custom_labels = 4;</code>
@@ -1604,7 +1604,7 @@ public int getCustomLabelsCount() {
16041604
*
16051605
*
16061606
* <pre>
1607-
* All the complex labels (UDM search syntax based).
1607+
* All the complex labels (Udm search syntax based).
16081608
* </pre>
16091609
*
16101610
* <code>repeated string custom_labels = 4;</code>
@@ -1620,7 +1620,7 @@ public java.lang.String getCustomLabels(int index) {
16201620
*
16211621
*
16221622
* <pre>
1623-
* All the complex labels (UDM search syntax based).
1623+
* All the complex labels (Udm search syntax based).
16241624
* </pre>
16251625
*
16261626
* <code>repeated string custom_labels = 4;</code>
@@ -1636,7 +1636,7 @@ public com.google.protobuf.ByteString getCustomLabelsBytes(int index) {
16361636
*
16371637
*
16381638
* <pre>
1639-
* All the complex labels (UDM search syntax based).
1639+
* All the complex labels (Udm search syntax based).
16401640
* </pre>
16411641
*
16421642
* <code>repeated string custom_labels = 4;</code>
@@ -1660,7 +1660,7 @@ public Builder setCustomLabels(int index, java.lang.String value) {
16601660
*
16611661
*
16621662
* <pre>
1663-
* All the complex labels (UDM search syntax based).
1663+
* All the complex labels (Udm search syntax based).
16641664
* </pre>
16651665
*
16661666
* <code>repeated string custom_labels = 4;</code>
@@ -1683,7 +1683,7 @@ public Builder addCustomLabels(java.lang.String value) {
16831683
*
16841684
*
16851685
* <pre>
1686-
* All the complex labels (UDM search syntax based).
1686+
* All the complex labels (Udm search syntax based).
16871687
* </pre>
16881688
*
16891689
* <code>repeated string custom_labels = 4;</code>
@@ -1703,7 +1703,7 @@ public Builder addAllCustomLabels(java.lang.Iterable<java.lang.String> values) {
17031703
*
17041704
*
17051705
* <pre>
1706-
* All the complex labels (UDM search syntax based).
1706+
* All the complex labels (Udm search syntax based).
17071707
* </pre>
17081708
*
17091709
* <code>repeated string custom_labels = 4;</code>
@@ -1722,7 +1722,7 @@ public Builder clearCustomLabels() {
17221722
*
17231723
*
17241724
* <pre>
1725-
* All the complex labels (UDM search syntax based).
1725+
* All the complex labels (Udm search syntax based).
17261726
* </pre>
17271727
*
17281728
* <code>repeated string custom_labels = 4;</code>

java-backstory/proto-google-cloud-backstory/src/main/java/com/google/backstory/DataAccessLabelsOrBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public interface DataAccessLabelsOrBuilder
204204
*
205205
*
206206
* <pre>
207-
* All the complex labels (UDM search syntax based).
207+
* All the complex labels (Udm search syntax based).
208208
* </pre>
209209
*
210210
* <code>repeated string custom_labels = 4;</code>
@@ -217,7 +217,7 @@ public interface DataAccessLabelsOrBuilder
217217
*
218218
*
219219
* <pre>
220-
* All the complex labels (UDM search syntax based).
220+
* All the complex labels (Udm search syntax based).
221221
* </pre>
222222
*
223223
* <code>repeated string custom_labels = 4;</code>
@@ -230,7 +230,7 @@ public interface DataAccessLabelsOrBuilder
230230
*
231231
*
232232
* <pre>
233-
* All the complex labels (UDM search syntax based).
233+
* All the complex labels (Udm search syntax based).
234234
* </pre>
235235
*
236236
* <code>repeated string custom_labels = 4;</code>
@@ -244,7 +244,7 @@ public interface DataAccessLabelsOrBuilder
244244
*
245245
*
246246
* <pre>
247-
* All the complex labels (UDM search syntax based).
247+
* All the complex labels (Udm search syntax based).
248248
* </pre>
249249
*
250250
* <code>repeated string custom_labels = 4;</code>

0 commit comments

Comments
 (0)