Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-dlp/v2/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dlp</artifactId>
<version>v2-rev20260120-2.0.0</version>
<version>v2-rev20260129-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dlp:v2-rev20260120-2.0.0'
implementation 'com.google.apis:google-api-services-dlp:v2-rev20260129-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class DLP extends com.google.api.client.googleapis.services.json.Abstract
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </li>
* </ul>
* @param jsonFactory JSON factory, which may be:
Expand Down Expand Up @@ -27614,8 +27614,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* </li>
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </ul>
* @param jsonFactory JSON factory, which may be:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public final class GooglePrivacyDlpV2CustomInfoType extends com.google.api.clien

/**
* Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in
* order that they are specified. Not supported for the `surrogate_type` CustomInfoType.
* order that they are specified. Not supported for the `surrogate_type`,
* `metadata_key_value_expression`, and `prompt` CustomInfoType.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -48,7 +49,8 @@ public final class GooglePrivacyDlpV2CustomInfoType extends com.google.api.clien

/**
* If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It
* still can be used for rules matching.
* still can be used for rules matching. Not supported for the `metadata_key_value_expression` and
* `prompt` CustomInfoType.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -106,7 +108,8 @@ public final class GooglePrivacyDlpV2CustomInfoType extends com.google.api.clien

/**
* Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in
* order that they are specified. Not supported for the `surrogate_type` CustomInfoType.
* order that they are specified. Not supported for the `surrogate_type`,
* `metadata_key_value_expression`, and `prompt` CustomInfoType.
* @return value or {@code null} for none
*/
public java.util.List<GooglePrivacyDlpV2DetectionRule> getDetectionRules() {
Expand All @@ -115,7 +118,8 @@ public java.util.List<GooglePrivacyDlpV2DetectionRule> getDetectionRules() {

/**
* Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in
* order that they are specified. Not supported for the `surrogate_type` CustomInfoType.
* order that they are specified. Not supported for the `surrogate_type`,
* `metadata_key_value_expression`, and `prompt` CustomInfoType.
* @param detectionRules detectionRules or {@code null} for none
*/
public GooglePrivacyDlpV2CustomInfoType setDetectionRules(java.util.List<GooglePrivacyDlpV2DetectionRule> detectionRules) {
Expand All @@ -142,7 +146,8 @@ public GooglePrivacyDlpV2CustomInfoType setDictionary(GooglePrivacyDlpV2Dictiona

/**
* If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It
* still can be used for rules matching.
* still can be used for rules matching. Not supported for the `metadata_key_value_expression` and
* `prompt` CustomInfoType.
* @return value or {@code null} for none
*/
public java.lang.String getExclusionType() {
Expand All @@ -151,7 +156,8 @@ public java.lang.String getExclusionType() {

/**
* If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It
* still can be used for rules matching.
* still can be used for rules matching. Not supported for the `metadata_key_value_expression` and
* `prompt` CustomInfoType.
* @param exclusionType exclusionType or {@code null} for none
*/
public GooglePrivacyDlpV2CustomInfoType setExclusionType(java.lang.String exclusionType) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dlp/v2/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dlp</artifactId>
<version>v2-rev20260120-2.0.0</version>
<name>Sensitive Data Protection (DLP) v2-rev20260120-2.0.0</name>
<version>v2-rev20260129-2.0.0</version>
<name>Sensitive Data Protection (DLP) v2-rev20260129-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dlp/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dlp</artifactId>
<version>v2-rev20260120-2.0.0</version>
<version>v2-rev20260129-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dlp:v2-rev20260120-2.0.0'
implementation 'com.google.apis:google-api-services-dlp:v2-rev20260129-2.0.0'
}
```

Expand Down
Loading