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
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-workloadmanager</artifactId>
<version>v1-rev20260429-2.0.0</version>
<version>v1-rev20260602-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20260429-2.0.0'
implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20260602-2.0.0'
}
```

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.google.api.services.workloadmanager.v1.model;

/**
* Active directory details
* Active Directory details.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Workload Manager API. For a detailed explanation see:
Expand All @@ -30,50 +30,50 @@
public final class ActiveDirectory extends com.google.api.client.json.GenericJson {

/**
* Optional. DNS IP address
* Optional. DNS IP address.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String dnsAddress;

/**
* Optional. human readable form of a domain such as “google.com”.
* Optional. Human readable form of a domain such as “google.com”.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String domain;

/**
* Optional. domain username
* Optional. Domain username.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String domainUsername;

/**
* Required. secret_manager_secret
* Required. Secret Manager secret.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String secretManagerSecret;

/**
* Required. active directory type
* Required. Active Directory type.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String type;

/**
* Optional. DNS IP address
* Optional. DNS IP address.
* @return value or {@code null} for none
*/
public java.lang.String getDnsAddress() {
return dnsAddress;
}

/**
* Optional. DNS IP address
* Optional. DNS IP address.
* @param dnsAddress dnsAddress or {@code null} for none
*/
public ActiveDirectory setDnsAddress(java.lang.String dnsAddress) {
Expand All @@ -82,15 +82,15 @@ public ActiveDirectory setDnsAddress(java.lang.String dnsAddress) {
}

/**
* Optional. human readable form of a domain such as “google.com”.
* Optional. Human readable form of a domain such as “google.com”.
* @return value or {@code null} for none
*/
public java.lang.String getDomain() {
return domain;
}

/**
* Optional. human readable form of a domain such as “google.com”.
* Optional. Human readable form of a domain such as “google.com”.
* @param domain domain or {@code null} for none
*/
public ActiveDirectory setDomain(java.lang.String domain) {
Expand All @@ -99,15 +99,15 @@ public ActiveDirectory setDomain(java.lang.String domain) {
}

/**
* Optional. domain username
* Optional. Domain username.
* @return value or {@code null} for none
*/
public java.lang.String getDomainUsername() {
return domainUsername;
}

/**
* Optional. domain username
* Optional. Domain username.
* @param domainUsername domainUsername or {@code null} for none
*/
public ActiveDirectory setDomainUsername(java.lang.String domainUsername) {
Expand All @@ -116,15 +116,15 @@ public ActiveDirectory setDomainUsername(java.lang.String domainUsername) {
}

/**
* Required. secret_manager_secret
* Required. Secret Manager secret.
* @return value or {@code null} for none
*/
public java.lang.String getSecretManagerSecret() {
return secretManagerSecret;
}

/**
* Required. secret_manager_secret
* Required. Secret Manager secret.
* @param secretManagerSecret secretManagerSecret or {@code null} for none
*/
public ActiveDirectory setSecretManagerSecret(java.lang.String secretManagerSecret) {
Expand All @@ -133,15 +133,15 @@ public ActiveDirectory setSecretManagerSecret(java.lang.String secretManagerSecr
}

/**
* Required. active directory type
* Required. Active Directory type.
* @return value or {@code null} for none
*/
public java.lang.String getType() {
return type;
}

/**
* Required. active directory type
* Required. Active Directory type.
* @param type type or {@code null} for none
*/
public ActiveDirectory setType(java.lang.String type) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,58 +31,58 @@
public final class Actuation extends com.google.api.client.json.GenericJson {

/**
* Output only. [Output only] Actuation output
* Output only. Actuation output.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private ActuationOutput actuationOutput;

/**
* Output only. [Output only] Deployment output
* Output only. Deployment output.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List<DeploymentOutput> deploymentOutput;

/**
* Output only. [Output only] End time stamp
* Output only. End time stamp.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String endTime;

/**
* The name of actuation resource. The format is
* projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation}
* The name of the actuation resource. The format is
* projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation}.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String name;

/**
* Output only. [Output only] Start time stamp
* Output only. Start time stamp.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String startTime;

/**
* Output only. [Output only] Actuation state
* Output only. Actuation state.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String state;

/**
* Output only. [Output only] Actuation output
* Output only. Actuation output.
* @return value or {@code null} for none
*/
public ActuationOutput getActuationOutput() {
return actuationOutput;
}

/**
* Output only. [Output only] Actuation output
* Output only. Actuation output.
* @param actuationOutput actuationOutput or {@code null} for none
*/
public Actuation setActuationOutput(ActuationOutput actuationOutput) {
Expand All @@ -91,15 +91,15 @@ public Actuation setActuationOutput(ActuationOutput actuationOutput) {
}

/**
* Output only. [Output only] Deployment output
* Output only. Deployment output.
* @return value or {@code null} for none
*/
public java.util.List<DeploymentOutput> getDeploymentOutput() {
return deploymentOutput;
}

/**
* Output only. [Output only] Deployment output
* Output only. Deployment output.
* @param deploymentOutput deploymentOutput or {@code null} for none
*/
public Actuation setDeploymentOutput(java.util.List<DeploymentOutput> deploymentOutput) {
Expand All @@ -108,15 +108,15 @@ public Actuation setDeploymentOutput(java.util.List<DeploymentOutput> deployment
}

/**
* Output only. [Output only] End time stamp
* Output only. End time stamp.
* @return value or {@code null} for none
*/
public String getEndTime() {
return endTime;
}

/**
* Output only. [Output only] End time stamp
* Output only. End time stamp.
* @param endTime endTime or {@code null} for none
*/
public Actuation setEndTime(String endTime) {
Expand All @@ -125,17 +125,17 @@ public Actuation setEndTime(String endTime) {
}

/**
* The name of actuation resource. The format is
* projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation}
* The name of the actuation resource. The format is
* projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation}.
* @return value or {@code null} for none
*/
public java.lang.String getName() {
return name;
}

/**
* The name of actuation resource. The format is
* projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation}
* The name of the actuation resource. The format is
* projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation}.
* @param name name or {@code null} for none
*/
public Actuation setName(java.lang.String name) {
Expand All @@ -144,15 +144,15 @@ public Actuation setName(java.lang.String name) {
}

/**
* Output only. [Output only] Start time stamp
* Output only. Start time stamp.
* @return value or {@code null} for none
*/
public String getStartTime() {
return startTime;
}

/**
* Output only. [Output only] Start time stamp
* Output only. Start time stamp.
* @param startTime startTime or {@code null} for none
*/
public Actuation setStartTime(String startTime) {
Expand All @@ -161,15 +161,15 @@ public Actuation setStartTime(String startTime) {
}

/**
* Output only. [Output only] Actuation state
* Output only. Actuation state.
* @return value or {@code null} for none
*/
public java.lang.String getState() {
return state;
}

/**
* Output only. [Output only] Actuation state
* Output only. Actuation state.
* @param state state or {@code null} for none
*/
public Actuation setState(java.lang.String state) {
Expand Down
Loading