@@ -486,8 +486,8 @@ public enum PurgeDataType implements com.google.protobuf.ProtocolMessageEnum {
486
486
*
487
487
*
488
488
* <pre>
489
- * Dialogflow history. This does not include Stackdriver log , which is
490
- * owned by the user not Dialogflow.
489
+ * Dialogflow history. This does not include Cloud logging , which is
490
+ * owned by the user - not Dialogflow.
491
491
* </pre>
492
492
*
493
493
* <code>DIALOGFLOW_HISTORY = 1;</code>
@@ -510,8 +510,8 @@ public enum PurgeDataType implements com.google.protobuf.ProtocolMessageEnum {
510
510
*
511
511
*
512
512
* <pre>
513
- * Dialogflow history. This does not include Stackdriver log , which is
514
- * owned by the user not Dialogflow.
513
+ * Dialogflow history. This does not include Cloud logging , which is
514
+ * owned by the user - not Dialogflow.
515
515
* </pre>
516
516
*
517
517
* <code>DIALOGFLOW_HISTORY = 1;</code>
@@ -797,8 +797,9 @@ public int getRedactionStrategyValue() {
797
797
*
798
798
*
799
799
* <pre>
800
- * Defines on what data we apply redaction. Note that we don't
801
- * redact data to which we don't have access, e.g., Stackdriver logs.
800
+ * Defines the data for which Dialogflow applies redaction. Dialogflow does
801
+ * not redact data that it does not have access to – for example, Cloud
802
+ * logging.
802
803
* </pre>
803
804
*
804
805
* <code>.google.cloud.dialogflow.cx.v3.SecuritySettings.RedactionScope redaction_scope = 4;
@@ -814,8 +815,9 @@ public int getRedactionScopeValue() {
814
815
*
815
816
*
816
817
* <pre>
817
- * Defines on what data we apply redaction. Note that we don't
818
- * redact data to which we don't have access, e.g., Stackdriver logs.
818
+ * Defines the data for which Dialogflow applies redaction. Dialogflow does
819
+ * not redact data that it does not have access to – for example, Cloud
820
+ * logging.
819
821
* </pre>
820
822
*
821
823
* <code>.google.cloud.dialogflow.cx.v3.SecuritySettings.RedactionScope redaction_scope = 4;
@@ -897,11 +899,15 @@ public com.google.protobuf.ByteString getInspectTemplateBytes() {
897
899
*
898
900
*
899
901
* <pre>
900
- * Retains the data for the specified number of days.
902
+ * Retains data in interaction logging for the specified number of days.
903
+ * This does not apply to Cloud logging, which is owned by the user - not
904
+ * Dialogflow.
901
905
* User must Set a value lower than Dialogflow's default 30d TTL. Setting a
902
906
* value higher than that has no effect.
903
907
* A missing value or setting to 0 also means we use Dialogflow's default
904
908
* TTL.
909
+ * Note: Interaction logging is a limited access feature. Talk to your
910
+ * Google representative to check availability for you.
905
911
* </pre>
906
912
*
907
913
* <code>int32 retention_window_days = 6;</code>
@@ -916,11 +922,15 @@ public boolean hasRetentionWindowDays() {
916
922
*
917
923
*
918
924
* <pre>
919
- * Retains the data for the specified number of days.
925
+ * Retains data in interaction logging for the specified number of days.
926
+ * This does not apply to Cloud logging, which is owned by the user - not
927
+ * Dialogflow.
920
928
* User must Set a value lower than Dialogflow's default 30d TTL. Setting a
921
929
* value higher than that has no effect.
922
930
* A missing value or setting to 0 also means we use Dialogflow's default
923
931
* TTL.
932
+ * Note: Interaction logging is a limited access feature. Talk to your
933
+ * Google representative to check availability for you.
924
934
* </pre>
925
935
*
926
936
* <code>int32 retention_window_days = 6;</code>
@@ -1880,8 +1890,9 @@ public Builder clearRedactionStrategy() {
1880
1890
*
1881
1891
*
1882
1892
* <pre>
1883
- * Defines on what data we apply redaction. Note that we don't
1884
- * redact data to which we don't have access, e.g., Stackdriver logs.
1893
+ * Defines the data for which Dialogflow applies redaction. Dialogflow does
1894
+ * not redact data that it does not have access to – for example, Cloud
1895
+ * logging.
1885
1896
* </pre>
1886
1897
*
1887
1898
* <code>.google.cloud.dialogflow.cx.v3.SecuritySettings.RedactionScope redaction_scope = 4;
@@ -1897,8 +1908,9 @@ public int getRedactionScopeValue() {
1897
1908
*
1898
1909
*
1899
1910
* <pre>
1900
- * Defines on what data we apply redaction. Note that we don't
1901
- * redact data to which we don't have access, e.g., Stackdriver logs.
1911
+ * Defines the data for which Dialogflow applies redaction. Dialogflow does
1912
+ * not redact data that it does not have access to – for example, Cloud
1913
+ * logging.
1902
1914
* </pre>
1903
1915
*
1904
1916
* <code>.google.cloud.dialogflow.cx.v3.SecuritySettings.RedactionScope redaction_scope = 4;
@@ -1917,8 +1929,9 @@ public Builder setRedactionScopeValue(int value) {
1917
1929
*
1918
1930
*
1919
1931
* <pre>
1920
- * Defines on what data we apply redaction. Note that we don't
1921
- * redact data to which we don't have access, e.g., Stackdriver logs.
1932
+ * Defines the data for which Dialogflow applies redaction. Dialogflow does
1933
+ * not redact data that it does not have access to – for example, Cloud
1934
+ * logging.
1922
1935
* </pre>
1923
1936
*
1924
1937
* <code>.google.cloud.dialogflow.cx.v3.SecuritySettings.RedactionScope redaction_scope = 4;
@@ -1940,8 +1953,9 @@ public com.google.cloud.dialogflow.cx.v3.SecuritySettings.RedactionScope getReda
1940
1953
*
1941
1954
*
1942
1955
* <pre>
1943
- * Defines on what data we apply redaction. Note that we don't
1944
- * redact data to which we don't have access, e.g., Stackdriver logs.
1956
+ * Defines the data for which Dialogflow applies redaction. Dialogflow does
1957
+ * not redact data that it does not have access to – for example, Cloud
1958
+ * logging.
1945
1959
* </pre>
1946
1960
*
1947
1961
* <code>.google.cloud.dialogflow.cx.v3.SecuritySettings.RedactionScope redaction_scope = 4;
@@ -1964,8 +1978,9 @@ public Builder setRedactionScope(
1964
1978
*
1965
1979
*
1966
1980
* <pre>
1967
- * Defines on what data we apply redaction. Note that we don't
1968
- * redact data to which we don't have access, e.g., Stackdriver logs.
1981
+ * Defines the data for which Dialogflow applies redaction. Dialogflow does
1982
+ * not redact data that it does not have access to – for example, Cloud
1983
+ * logging.
1969
1984
* </pre>
1970
1985
*
1971
1986
* <code>.google.cloud.dialogflow.cx.v3.SecuritySettings.RedactionScope redaction_scope = 4;
@@ -2115,11 +2130,15 @@ public Builder setInspectTemplateBytes(com.google.protobuf.ByteString value) {
2115
2130
*
2116
2131
*
2117
2132
* <pre>
2118
- * Retains the data for the specified number of days.
2133
+ * Retains data in interaction logging for the specified number of days.
2134
+ * This does not apply to Cloud logging, which is owned by the user - not
2135
+ * Dialogflow.
2119
2136
* User must Set a value lower than Dialogflow's default 30d TTL. Setting a
2120
2137
* value higher than that has no effect.
2121
2138
* A missing value or setting to 0 also means we use Dialogflow's default
2122
2139
* TTL.
2140
+ * Note: Interaction logging is a limited access feature. Talk to your
2141
+ * Google representative to check availability for you.
2123
2142
* </pre>
2124
2143
*
2125
2144
* <code>int32 retention_window_days = 6;</code>
@@ -2133,11 +2152,15 @@ public boolean hasRetentionWindowDays() {
2133
2152
*
2134
2153
*
2135
2154
* <pre>
2136
- * Retains the data for the specified number of days.
2155
+ * Retains data in interaction logging for the specified number of days.
2156
+ * This does not apply to Cloud logging, which is owned by the user - not
2157
+ * Dialogflow.
2137
2158
* User must Set a value lower than Dialogflow's default 30d TTL. Setting a
2138
2159
* value higher than that has no effect.
2139
2160
* A missing value or setting to 0 also means we use Dialogflow's default
2140
2161
* TTL.
2162
+ * Note: Interaction logging is a limited access feature. Talk to your
2163
+ * Google representative to check availability for you.
2141
2164
* </pre>
2142
2165
*
2143
2166
* <code>int32 retention_window_days = 6;</code>
@@ -2154,11 +2177,15 @@ public int getRetentionWindowDays() {
2154
2177
*
2155
2178
*
2156
2179
* <pre>
2157
- * Retains the data for the specified number of days.
2180
+ * Retains data in interaction logging for the specified number of days.
2181
+ * This does not apply to Cloud logging, which is owned by the user - not
2182
+ * Dialogflow.
2158
2183
* User must Set a value lower than Dialogflow's default 30d TTL. Setting a
2159
2184
* value higher than that has no effect.
2160
2185
* A missing value or setting to 0 also means we use Dialogflow's default
2161
2186
* TTL.
2187
+ * Note: Interaction logging is a limited access feature. Talk to your
2188
+ * Google representative to check availability for you.
2162
2189
* </pre>
2163
2190
*
2164
2191
* <code>int32 retention_window_days = 6;</code>
@@ -2176,11 +2203,15 @@ public Builder setRetentionWindowDays(int value) {
2176
2203
*
2177
2204
*
2178
2205
* <pre>
2179
- * Retains the data for the specified number of days.
2206
+ * Retains data in interaction logging for the specified number of days.
2207
+ * This does not apply to Cloud logging, which is owned by the user - not
2208
+ * Dialogflow.
2180
2209
* User must Set a value lower than Dialogflow's default 30d TTL. Setting a
2181
2210
* value higher than that has no effect.
2182
2211
* A missing value or setting to 0 also means we use Dialogflow's default
2183
2212
* TTL.
2213
+ * Note: Interaction logging is a limited access feature. Talk to your
2214
+ * Google representative to check availability for you.
2184
2215
* </pre>
2185
2216
*
2186
2217
* <code>int32 retention_window_days = 6;</code>
0 commit comments