Skip to content
Merged
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-rev20260620-2.0.0</version>
<version>v2-rev20260704-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-rev20260620-2.0.0'
implementation 'com.google.apis:google-api-services-dlp:v2-rev20260704-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@ public final class GooglePrivacyDlpV2DlpJob extends com.google.api.client.json.G
}

/**
* Time when the job was created.
* Output only. Time when the job was created.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String createTime;

/**
* Time when the job finished.
* Output only. Time when the job finished.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String endTime;

/**
* A stream of errors encountered running the job.
* Output only. A stream of errors encountered running the job.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -72,21 +72,22 @@ public final class GooglePrivacyDlpV2DlpJob extends com.google.api.client.json.G
private GooglePrivacyDlpV2InspectDataSourceDetails inspectDetails;

/**
* If created by a job trigger, the resource name of the trigger that instantiated the job.
* Output only. If created by a job trigger, the resource name of the trigger that instantiated
* the job.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String jobTriggerName;

/**
* Time when the job was last modified by the system.
* Output only. Time when the job was last modified by the system.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String lastModified;

/**
* The server-assigned name.
* Output only. The server-assigned name.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -100,14 +101,14 @@ public final class GooglePrivacyDlpV2DlpJob extends com.google.api.client.json.G
private GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails riskDetails;

/**
* Time when the job started.
* Output only. Time when the job started.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String startTime;

/**
* State of a job.
* Output only. State of a job.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -138,15 +139,15 @@ public GooglePrivacyDlpV2DlpJob setActionDetails(java.util.List<GooglePrivacyDlp
}

/**
* Time when the job was created.
* Output only. Time when the job was created.
* @return value or {@code null} for none
*/
public String getCreateTime() {
return createTime;
}

/**
* Time when the job was created.
* Output only. Time when the job was created.
* @param createTime createTime or {@code null} for none
*/
public GooglePrivacyDlpV2DlpJob setCreateTime(String createTime) {
Expand All @@ -155,15 +156,15 @@ public GooglePrivacyDlpV2DlpJob setCreateTime(String createTime) {
}

/**
* Time when the job finished.
* Output only. Time when the job finished.
* @return value or {@code null} for none
*/
public String getEndTime() {
return endTime;
}

/**
* Time when the job finished.
* Output only. Time when the job finished.
* @param endTime endTime or {@code null} for none
*/
public GooglePrivacyDlpV2DlpJob setEndTime(String endTime) {
Expand All @@ -172,15 +173,15 @@ public GooglePrivacyDlpV2DlpJob setEndTime(String endTime) {
}

/**
* A stream of errors encountered running the job.
* Output only. A stream of errors encountered running the job.
* @return value or {@code null} for none
*/
public java.util.List<GooglePrivacyDlpV2Error> getErrors() {
return errors;
}

/**
* A stream of errors encountered running the job.
* Output only. A stream of errors encountered running the job.
* @param errors errors or {@code null} for none
*/
public GooglePrivacyDlpV2DlpJob setErrors(java.util.List<GooglePrivacyDlpV2Error> errors) {
Expand All @@ -206,15 +207,17 @@ public GooglePrivacyDlpV2DlpJob setInspectDetails(GooglePrivacyDlpV2InspectDataS
}

/**
* If created by a job trigger, the resource name of the trigger that instantiated the job.
* Output only. If created by a job trigger, the resource name of the trigger that instantiated
* the job.
* @return value or {@code null} for none
*/
public java.lang.String getJobTriggerName() {
return jobTriggerName;
}

/**
* If created by a job trigger, the resource name of the trigger that instantiated the job.
* Output only. If created by a job trigger, the resource name of the trigger that instantiated
* the job.
* @param jobTriggerName jobTriggerName or {@code null} for none
*/
public GooglePrivacyDlpV2DlpJob setJobTriggerName(java.lang.String jobTriggerName) {
Expand All @@ -223,15 +226,15 @@ public GooglePrivacyDlpV2DlpJob setJobTriggerName(java.lang.String jobTriggerNam
}

/**
* Time when the job was last modified by the system.
* Output only. Time when the job was last modified by the system.
* @return value or {@code null} for none
*/
public String getLastModified() {
return lastModified;
}

/**
* Time when the job was last modified by the system.
* Output only. Time when the job was last modified by the system.
* @param lastModified lastModified or {@code null} for none
*/
public GooglePrivacyDlpV2DlpJob setLastModified(String lastModified) {
Expand All @@ -240,15 +243,15 @@ public GooglePrivacyDlpV2DlpJob setLastModified(String lastModified) {
}

/**
* The server-assigned name.
* Output only. The server-assigned name.
* @return value or {@code null} for none
*/
public java.lang.String getName() {
return name;
}

/**
* The server-assigned name.
* Output only. The server-assigned name.
* @param name name or {@code null} for none
*/
public GooglePrivacyDlpV2DlpJob setName(java.lang.String name) {
Expand All @@ -274,15 +277,15 @@ public GooglePrivacyDlpV2DlpJob setRiskDetails(GooglePrivacyDlpV2AnalyzeDataSour
}

/**
* Time when the job started.
* Output only. Time when the job started.
* @return value or {@code null} for none
*/
public String getStartTime() {
return startTime;
}

/**
* Time when the job started.
* Output only. Time when the job started.
* @param startTime startTime or {@code null} for none
*/
public GooglePrivacyDlpV2DlpJob setStartTime(String startTime) {
Expand All @@ -291,15 +294,15 @@ public GooglePrivacyDlpV2DlpJob setStartTime(String startTime) {
}

/**
* State of a job.
* Output only. State of a job.
* @return value or {@code null} for none
*/
public java.lang.String getState() {
return state;
}

/**
* State of a job.
* Output only. State of a job.
* @param state state or {@code null} for none
*/
public GooglePrivacyDlpV2DlpJob setState(java.lang.String state) {
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-rev20260620-2.0.0</version>
<name>Sensitive Data Protection (DLP) v2-rev20260620-2.0.0</name>
<version>v2-rev20260704-2.0.0</version>
<name>Sensitive Data Protection (DLP) v2-rev20260704-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-rev20260620-2.0.0</version>
<version>v2-rev20260704-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-rev20260620-2.0.0'
implementation 'com.google.apis:google-api-services-dlp:v2-rev20260704-2.0.0'
}
```

Expand Down
Loading