Skip to content

Commit 9d3222b

Browse files
committed
Releasing version 2.17.0
1 parent 4221a5d commit 9d3222b

File tree

757 files changed

+95884
-862
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

757 files changed

+95884
-862
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6+
## 2.17.0 - 2022-02-22
7+
### Added
8+
- Support for the Data Connectivity Management service
9+
- Support for the AI Speech service
10+
- Support for disabling crash recovery in the MySQL Database service
11+
- Support for detector recipes of type "threat", new detector rule of type "rogue user", and sightings operations in the Cloud Guard service
12+
- Support for more VM shape configurations when listing shapes in the Compute service
13+
- Support for customer-managed encryption keys in the Analytics Cloud service
14+
- Support for FastConnect device information in the Networking service
15+
16+
### Breaking Changes
17+
- Support for retries enabled by default on all operations in the Application Performance Monitoring Control Plane service
18+
619
## 2.16.0 - 2022-02-15
720
### Added
821
- Support for the AI Vision service

bmc-addons/bmc-apache-connector-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk-addons</artifactId>
7-
<version>2.16.0</version>
7+
<version>2.17.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-common</artifactId>
21-
<version>2.16.0</version>
21+
<version>2.17.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

bmc-addons/bmc-resteasy-client-configurator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk-addons</artifactId>
8-
<version>2.16.0</version>
8+
<version>2.17.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.oracle.oci.sdk</groupId>
4242
<artifactId>oci-java-sdk-common</artifactId>
43-
<version>2.16.0</version>
43+
<version>2.17.0</version>
4444
</dependency>
4545
</dependencies>
4646
</project>

bmc-addons/bmc-sasl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>oci-java-sdk-addons</artifactId>
99
<groupId>com.oracle.oci.sdk</groupId>
10-
<version>2.16.0</version>
10+
<version>2.17.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.oracle.oci.sdk</groupId>
6464
<artifactId>oci-java-sdk-common</artifactId>
65-
<version>2.16.0</version>
65+
<version>2.17.0</version>
6666
</dependency>
6767
</dependencies>
6868

bmc-addons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk</artifactId>
8-
<version>2.16.0</version>
8+
<version>2.17.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bmc-aianomalydetection/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>2.16.0</version>
7+
<version>2.17.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-aianomalydetection</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>2.16.0</version>
18+
<version>2.17.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-ailanguage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>2.16.0</version>
7+
<version>2.17.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-ailanguage</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>2.16.0</version>
18+
<version>2.17.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-aispeech/pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<parent>
5+
<groupId>com.oracle.oci.sdk</groupId>
6+
<artifactId>oci-java-sdk</artifactId>
7+
<version>2.17.0</version>
8+
<relativePath>../pom.xml</relativePath>
9+
</parent>
10+
<artifactId>oci-java-sdk-aispeech</artifactId>
11+
<name>Oracle Cloud Infrastructure SDK - Ai Speech</name>
12+
<description>This project contains the SDK used for Oracle Cloud Infrastructure Ai Speech</description>
13+
<url>https://docs.cloud.oracle.com/Content/API/SDKDocs/javasdk.htm</url>
14+
<dependencies>
15+
<dependency>
16+
<groupId>com.oracle.oci.sdk</groupId>
17+
<artifactId>oci-java-sdk-common</artifactId>
18+
<version>2.17.0</version>
19+
</dependency>
20+
</dependencies>
21+
</project>
Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
/**
2+
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
3+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4+
*/
5+
package com.oracle.bmc.aispeech;
6+
7+
import com.oracle.bmc.aispeech.requests.*;
8+
import com.oracle.bmc.aispeech.responses.*;
9+
10+
/**
11+
* The OCI Speech Service harnesses the power of spoken language by allowing developers to easily convert file-based data containing human speech into highly accurate text transcriptions.
12+
* This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user.
13+
*/
14+
@javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20220101")
15+
public interface AIServiceSpeech extends AutoCloseable {
16+
17+
/**
18+
* Sets the endpoint to call (ex, https://www.example.com).
19+
* @param endpoint The endpoint of the service.
20+
*/
21+
void setEndpoint(String endpoint);
22+
23+
/**
24+
* Gets the set endpoint for REST call (ex, https://www.example.com)
25+
*/
26+
String getEndpoint();
27+
28+
/**
29+
* Sets the region to call (ex, Region.US_PHOENIX_1).
30+
* <p>
31+
* Note, this will call {@link #setEndpoint(String) setEndpoint} after resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.
32+
* @param region The region of the service.
33+
*/
34+
void setRegion(com.oracle.bmc.Region region);
35+
36+
/**
37+
* Sets the region to call (ex, 'us-phoenix-1').
38+
* <p>
39+
* Note, this will first try to map the region ID to a known Region and call
40+
* {@link #setRegion(Region) setRegion}.
41+
* <p>
42+
* If no known Region could be determined, it will create an endpoint based on the
43+
* default endpoint format ({@link com.oracle.bmc.Region#formatDefaultRegionEndpoint(Service, String)}
44+
* and then call {@link #setEndpoint(String) setEndpoint}.
45+
* @param regionId The public region ID.
46+
*/
47+
void setRegion(String regionId);
48+
49+
/**
50+
* Canceling the job cancels all the tasks under it.
51+
* @param request The request object containing the details to send
52+
* @return A response object containing details about the completed operation
53+
* @throws BmcException when an error occurs.
54+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
55+
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
56+
*
57+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/aispeech/CancelTranscriptionJobExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use CancelTranscriptionJob API.
58+
*/
59+
CancelTranscriptionJobResponse cancelTranscriptionJob(CancelTranscriptionJobRequest request);
60+
61+
/**
62+
* Cancel Transcription Task
63+
* @param request The request object containing the details to send
64+
* @return A response object containing details about the completed operation
65+
* @throws BmcException when an error occurs.
66+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
67+
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
68+
*
69+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/aispeech/CancelTranscriptionTaskExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use CancelTranscriptionTask API.
70+
*/
71+
CancelTranscriptionTaskResponse cancelTranscriptionTask(CancelTranscriptionTaskRequest request);
72+
73+
/**
74+
* Moves a transcription Job resource into a different compartment.
75+
* @param request The request object containing the details to send
76+
* @return A response object containing details about the completed operation
77+
* @throws BmcException when an error occurs.
78+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
79+
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
80+
*
81+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/aispeech/ChangeTranscriptionJobCompartmentExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use ChangeTranscriptionJobCompartment API.
82+
*/
83+
ChangeTranscriptionJobCompartmentResponse changeTranscriptionJobCompartment(
84+
ChangeTranscriptionJobCompartmentRequest request);
85+
86+
/**
87+
* Creates a new Transcription Job.
88+
*
89+
* @param request The request object containing the details to send
90+
* @return A response object containing details about the completed operation
91+
* @throws BmcException when an error occurs.
92+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
93+
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
94+
*
95+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/aispeech/CreateTranscriptionJobExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use CreateTranscriptionJob API.
96+
*/
97+
CreateTranscriptionJobResponse createTranscriptionJob(CreateTranscriptionJobRequest request);
98+
99+
/**
100+
* Gets a Transcription Job by identifier
101+
* @param request The request object containing the details to send
102+
* @return A response object containing details about the completed operation
103+
* @throws BmcException when an error occurs.
104+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
105+
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
106+
*
107+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/aispeech/GetTranscriptionJobExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use GetTranscriptionJob API.
108+
*/
109+
GetTranscriptionJobResponse getTranscriptionJob(GetTranscriptionJobRequest request);
110+
111+
/**
112+
* Gets a Transcription Task by identifier
113+
* @param request The request object containing the details to send
114+
* @return A response object containing details about the completed operation
115+
* @throws BmcException when an error occurs.
116+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
117+
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
118+
*
119+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/aispeech/GetTranscriptionTaskExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use GetTranscriptionTask API.
120+
*/
121+
GetTranscriptionTaskResponse getTranscriptionTask(GetTranscriptionTaskRequest request);
122+
123+
/**
124+
* Returns a list of Transcription Jobs.
125+
*
126+
* @param request The request object containing the details to send
127+
* @return A response object containing details about the completed operation
128+
* @throws BmcException when an error occurs.
129+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
130+
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
131+
*
132+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/aispeech/ListTranscriptionJobsExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use ListTranscriptionJobs API.
133+
*/
134+
ListTranscriptionJobsResponse listTranscriptionJobs(ListTranscriptionJobsRequest request);
135+
136+
/**
137+
* Returns a list of Transcription Tasks.
138+
*
139+
* @param request The request object containing the details to send
140+
* @return A response object containing details about the completed operation
141+
* @throws BmcException when an error occurs.
142+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
143+
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
144+
*
145+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/aispeech/ListTranscriptionTasksExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use ListTranscriptionTasks API.
146+
*/
147+
ListTranscriptionTasksResponse listTranscriptionTasks(ListTranscriptionTasksRequest request);
148+
149+
/**
150+
* Updates the Transcription Job
151+
* @param request The request object containing the details to send
152+
* @return A response object containing details about the completed operation
153+
* @throws BmcException when an error occurs.
154+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
155+
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
156+
*
157+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/aispeech/UpdateTranscriptionJobExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use UpdateTranscriptionJob API.
158+
*/
159+
UpdateTranscriptionJobResponse updateTranscriptionJob(UpdateTranscriptionJobRequest request);
160+
161+
/**
162+
* Gets the pre-configured waiters available for resources for this service.
163+
*
164+
* @return The service waiters.
165+
*/
166+
AIServiceSpeechWaiters getWaiters();
167+
168+
/**
169+
* Gets the pre-configured paginators available for list operations in this service which may return multiple
170+
* pages of data. These paginators provide an {@link java.lang.Iterable} interface so that service responses, or
171+
* resources/records, can be iterated through without having to manually deal with pagination and page tokens.
172+
*
173+
* @return The service paginators.
174+
*/
175+
AIServiceSpeechPaginators getPaginators();
176+
}

0 commit comments

Comments
 (0)