Commit 76370cc 1 parent 23ea72e commit 76370cc Copy full SHA for 76370cc
File tree 3 files changed +44
-3
lines changed
proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2
3 files changed +44
-3
lines changed Original file line number Diff line number Diff line change @@ -558,6 +558,20 @@ public com.google.protobuf.AnyOrBuilder getProtoPayloadOrBuilder() {
558
558
}
559
559
560
560
public static final int TEXT_PAYLOAD_FIELD_NUMBER = 3 ;
561
+ /**
562
+ *
563
+ *
564
+ * <pre>
565
+ * The log entry payload, represented as a Unicode string (UTF-8).
566
+ * </pre>
567
+ *
568
+ * <code>string text_payload = 3;</code>
569
+ *
570
+ * @return Whether the textPayload field is set.
571
+ */
572
+ public boolean hasTextPayload () {
573
+ return payloadCase_ == 3 ;
574
+ }
561
575
/**
562
576
*
563
577
*
@@ -2675,6 +2689,21 @@ public com.google.protobuf.AnyOrBuilder getProtoPayloadOrBuilder() {
2675
2689
return protoPayloadBuilder_ ;
2676
2690
}
2677
2691
2692
+ /**
2693
+ *
2694
+ *
2695
+ * <pre>
2696
+ * The log entry payload, represented as a Unicode string (UTF-8).
2697
+ * </pre>
2698
+ *
2699
+ * <code>string text_payload = 3;</code>
2700
+ *
2701
+ * @return Whether the textPayload field is set.
2702
+ */
2703
+ @ java .lang .Override
2704
+ public boolean hasTextPayload () {
2705
+ return payloadCase_ == 3 ;
2706
+ }
2678
2707
/**
2679
2708
*
2680
2709
*
Original file line number Diff line number Diff line change @@ -179,6 +179,18 @@ public interface LogEntryOrBuilder
179
179
*/
180
180
com .google .protobuf .AnyOrBuilder getProtoPayloadOrBuilder ();
181
181
182
+ /**
183
+ *
184
+ *
185
+ * <pre>
186
+ * The log entry payload, represented as a Unicode string (UTF-8).
187
+ * </pre>
188
+ *
189
+ * <code>string text_payload = 3;</code>
190
+ *
191
+ * @return Whether the textPayload field is set.
192
+ */
193
+ boolean hasTextPayload ();
182
194
/**
183
195
*
184
196
*
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-logging.git",
7
- "sha": "9cd8474fdcd313f08216642254d72de9ce1a3214 "
7
+ "sha": "23ea72e4f371bfa1509983c41840427afb7a9384 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "googleapis",
13
13
"remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9 ",
15
- "internalRef": "358516065 "
14
+ "sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516 ",
15
+ "internalRef": "359781040 "
16
16
}
17
17
},
18
18
{
You can’t perform that action at this time.
0 commit comments