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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class OracleDatabase extends com.google.api.client.googleapis.services.js
* {@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 @@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand All @@ -336,7 +339,10 @@ public class List extends OracleDatabaseRequest<com.google.api.services.oracleda
java.util.regex.Pattern.compile("^projects/[^/]+$");

/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand Down Expand Up @@ -12667,8 +12673,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 @@ -32,14 +32,14 @@
public final class AutonomousDatabase extends com.google.api.client.json.GenericJson {

/**
* Optional. The password for the default ADMIN user.
* Optional. Immutable. The password for the default ADMIN user.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String adminPassword;

/**
* Optional. The subnet CIDR range for the Autonomous Database.
* Optional. Immutable. The subnet CIDR range for the Autonomous Database.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -53,8 +53,9 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
private String createTime;

/**
* Optional. The name of the Autonomous Database. The database name must be unique in the project.
* The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
* Optional. Immutable. The name of the Autonomous Database. The database name must be unique in
* the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric
* characters.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -69,8 +70,8 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
private java.util.List<java.lang.String> disasterRecoverySupportedLocations;

/**
* Optional. The display name for the Autonomous Database. The name does not have to be unique
* within your project.
* Optional. Immutable. The display name for the Autonomous Database. The name does not have to be
* unique within your project.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -99,24 +100,24 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
private java.lang.String name;

/**
* Optional. The name of the VPC network used by the Autonomous Database in the following format:
* projects/{project}/global/networks/{network}
* Optional. Immutable. The name of the VPC network used by the Autonomous Database in the
* following format: projects/{project}/global/networks/{network}
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String network;

/**
* Optional. The name of the OdbNetwork associated with the Autonomous Database. Format:
* projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if
* Optional. Immutable. The name of the OdbNetwork associated with the Autonomous Database.
* Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if
* specified, this should match the parent ODBNetwork of the OdbSubnet.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String odbNetwork;

/**
* Optional. The name of the OdbSubnet associated with the Autonomous Database. Format:
* Optional. Immutable. The name of the OdbSubnet associated with the Autonomous Database. Format:
* projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
* The value may be {@code null}.
*/
Expand All @@ -138,24 +139,24 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
private AutonomousDatabaseProperties properties;

/**
* Optional. The source Autonomous Database configuration for the standby Autonomous Database. The
* source Autonomous Database is configured while creating the Peer Autonomous Database and can't
* be updated after creation.
* Optional. Immutable. The source Autonomous Database configuration for the standby Autonomous
* Database. The source Autonomous Database is configured while creating the Peer Autonomous
* Database and can't be updated after creation.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private SourceConfig sourceConfig;

/**
* Optional. The password for the default ADMIN user.
* Optional. Immutable. The password for the default ADMIN user.
* @return value or {@code null} for none
*/
public java.lang.String getAdminPassword() {
return adminPassword;
}

/**
* Optional. The password for the default ADMIN user.
* Optional. Immutable. The password for the default ADMIN user.
* @param adminPassword adminPassword or {@code null} for none
*/
public AutonomousDatabase setAdminPassword(java.lang.String adminPassword) {
Expand All @@ -164,15 +165,15 @@ public AutonomousDatabase setAdminPassword(java.lang.String adminPassword) {
}

/**
* Optional. The subnet CIDR range for the Autonomous Database.
* Optional. Immutable. The subnet CIDR range for the Autonomous Database.
* @return value or {@code null} for none
*/
public java.lang.String getCidr() {
return cidr;
}

/**
* Optional. The subnet CIDR range for the Autonomous Database.
* Optional. Immutable. The subnet CIDR range for the Autonomous Database.
* @param cidr cidr or {@code null} for none
*/
public AutonomousDatabase setCidr(java.lang.String cidr) {
Expand All @@ -198,17 +199,19 @@ public AutonomousDatabase setCreateTime(String createTime) {
}

/**
* Optional. The name of the Autonomous Database. The database name must be unique in the project.
* The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
* Optional. Immutable. The name of the Autonomous Database. The database name must be unique in
* the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric
* characters.
* @return value or {@code null} for none
*/
public java.lang.String getDatabase() {
return database;
}

/**
* Optional. The name of the Autonomous Database. The database name must be unique in the project.
* The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
* Optional. Immutable. The name of the Autonomous Database. The database name must be unique in
* the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric
* characters.
* @param database database or {@code null} for none
*/
public AutonomousDatabase setDatabase(java.lang.String database) {
Expand Down Expand Up @@ -236,17 +239,17 @@ public AutonomousDatabase setDisasterRecoverySupportedLocations(java.util.List<j
}

/**
* Optional. The display name for the Autonomous Database. The name does not have to be unique
* within your project.
* Optional. Immutable. The display name for the Autonomous Database. The name does not have to be
* unique within your project.
* @return value or {@code null} for none
*/
public java.lang.String getDisplayName() {
return displayName;
}

/**
* Optional. The display name for the Autonomous Database. The name does not have to be unique
* within your project.
* Optional. Immutable. The display name for the Autonomous Database. The name does not have to be
* unique within your project.
* @param displayName displayName or {@code null} for none
*/
public AutonomousDatabase setDisplayName(java.lang.String displayName) {
Expand Down Expand Up @@ -308,17 +311,17 @@ public AutonomousDatabase setName(java.lang.String name) {
}

/**
* Optional. The name of the VPC network used by the Autonomous Database in the following format:
* projects/{project}/global/networks/{network}
* Optional. Immutable. The name of the VPC network used by the Autonomous Database in the
* following format: projects/{project}/global/networks/{network}
* @return value or {@code null} for none
*/
public java.lang.String getNetwork() {
return network;
}

/**
* Optional. The name of the VPC network used by the Autonomous Database in the following format:
* projects/{project}/global/networks/{network}
* Optional. Immutable. The name of the VPC network used by the Autonomous Database in the
* following format: projects/{project}/global/networks/{network}
* @param network network or {@code null} for none
*/
public AutonomousDatabase setNetwork(java.lang.String network) {
Expand All @@ -327,8 +330,8 @@ public AutonomousDatabase setNetwork(java.lang.String network) {
}

/**
* Optional. The name of the OdbNetwork associated with the Autonomous Database. Format:
* projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if
* Optional. Immutable. The name of the OdbNetwork associated with the Autonomous Database.
* Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if
* specified, this should match the parent ODBNetwork of the OdbSubnet.
* @return value or {@code null} for none
*/
Expand All @@ -337,8 +340,8 @@ public java.lang.String getOdbNetwork() {
}

/**
* Optional. The name of the OdbNetwork associated with the Autonomous Database. Format:
* projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if
* Optional. Immutable. The name of the OdbNetwork associated with the Autonomous Database.
* Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if
* specified, this should match the parent ODBNetwork of the OdbSubnet.
* @param odbNetwork odbNetwork or {@code null} for none
*/
Expand All @@ -348,7 +351,7 @@ public AutonomousDatabase setOdbNetwork(java.lang.String odbNetwork) {
}

/**
* Optional. The name of the OdbSubnet associated with the Autonomous Database. Format:
* Optional. Immutable. The name of the OdbSubnet associated with the Autonomous Database. Format:
* projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
* @return value or {@code null} for none
*/
Expand All @@ -357,7 +360,7 @@ public java.lang.String getOdbSubnet() {
}

/**
* Optional. The name of the OdbSubnet associated with the Autonomous Database. Format:
* Optional. Immutable. The name of the OdbSubnet associated with the Autonomous Database. Format:
* projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
* @param odbSubnet odbSubnet or {@code null} for none
*/
Expand Down Expand Up @@ -401,19 +404,19 @@ public AutonomousDatabase setProperties(AutonomousDatabaseProperties properties)
}

/**
* Optional. The source Autonomous Database configuration for the standby Autonomous Database. The
* source Autonomous Database is configured while creating the Peer Autonomous Database and can't
* be updated after creation.
* Optional. Immutable. The source Autonomous Database configuration for the standby Autonomous
* Database. The source Autonomous Database is configured while creating the Peer Autonomous
* Database and can't be updated after creation.
* @return value or {@code null} for none
*/
public SourceConfig getSourceConfig() {
return sourceConfig;
}

/**
* Optional. The source Autonomous Database configuration for the standby Autonomous Database. The
* source Autonomous Database is configured while creating the Peer Autonomous Database and can't
* be updated after creation.
* Optional. Immutable. The source Autonomous Database configuration for the standby Autonomous
* Database. The source Autonomous Database is configured while creating the Peer Autonomous
* Database and can't be updated after creation.
* @param sourceConfig sourceConfig or {@code null} for none
*/
public AutonomousDatabase setSourceConfig(SourceConfig sourceConfig) {
Expand Down
Loading
Loading