Skip to content

Commit 45f254a

Browse files
chore: generate libraries at Wed Dec 3 02:35:01 UTC 2025
1 parent 1f10fe1 commit 45f254a

File tree

330 files changed

+22172
-2170
lines changed

Some content is hidden

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

330 files changed

+22172
-2170
lines changed

java-aiplatform/google-cloud-aiplatform/src/main/resources/META-INF/native-image/com.google.cloud.aiplatform.v1beta1/reflect-config.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9719,6 +9719,33 @@
97199719
"allDeclaredClasses": true,
97209720
"allPublicClasses": true
97219721
},
9722+
{
9723+
"name": "com.google.cloud.aiplatform.v1beta1.FullFineTunedResources",
9724+
"queryAllDeclaredConstructors": true,
9725+
"queryAllPublicConstructors": true,
9726+
"queryAllDeclaredMethods": true,
9727+
"allPublicMethods": true,
9728+
"allDeclaredClasses": true,
9729+
"allPublicClasses": true
9730+
},
9731+
{
9732+
"name": "com.google.cloud.aiplatform.v1beta1.FullFineTunedResources$Builder",
9733+
"queryAllDeclaredConstructors": true,
9734+
"queryAllPublicConstructors": true,
9735+
"queryAllDeclaredMethods": true,
9736+
"allPublicMethods": true,
9737+
"allDeclaredClasses": true,
9738+
"allPublicClasses": true
9739+
},
9740+
{
9741+
"name": "com.google.cloud.aiplatform.v1beta1.FullFineTunedResources$DeploymentType",
9742+
"queryAllDeclaredConstructors": true,
9743+
"queryAllPublicConstructors": true,
9744+
"queryAllDeclaredMethods": true,
9745+
"allPublicMethods": true,
9746+
"allDeclaredClasses": true,
9747+
"allPublicClasses": true
9748+
},
97229749
{
97239750
"name": "com.google.cloud.aiplatform.v1beta1.FunctionCall",
97249751
"queryAllDeclaredConstructors": true,
@@ -20564,6 +20591,24 @@
2056420591
"allDeclaredClasses": true,
2056520592
"allPublicClasses": true
2056620593
},
20594+
{
20595+
"name": "com.google.cloud.aiplatform.v1beta1.RagVectorDbConfig$RagManagedVertexVectorSearch",
20596+
"queryAllDeclaredConstructors": true,
20597+
"queryAllPublicConstructors": true,
20598+
"queryAllDeclaredMethods": true,
20599+
"allPublicMethods": true,
20600+
"allDeclaredClasses": true,
20601+
"allPublicClasses": true
20602+
},
20603+
{
20604+
"name": "com.google.cloud.aiplatform.v1beta1.RagVectorDbConfig$RagManagedVertexVectorSearch$Builder",
20605+
"queryAllDeclaredConstructors": true,
20606+
"queryAllPublicConstructors": true,
20607+
"queryAllDeclaredMethods": true,
20608+
"allPublicMethods": true,
20609+
"allDeclaredClasses": true,
20610+
"allPublicClasses": true
20611+
},
2056720612
{
2056820613
"name": "com.google.cloud.aiplatform.v1beta1.RagVectorDbConfig$VertexFeatureStore",
2056920614
"queryAllDeclaredConstructors": true,

java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/VertexRagDataServiceClientTest.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ public void createRagCorpusTest() throws Exception {
122122
.setRagFilesCount(-477680736)
123123
.setEncryptionSpec(EncryptionSpec.newBuilder().build())
124124
.setCorpusTypeConfig(RagCorpus.CorpusTypeConfig.newBuilder().build())
125+
.setSatisfiesPzs(true)
126+
.setSatisfiesPzi(true)
125127
.build();
126128
Operation resultOperation =
127129
Operation.newBuilder()
@@ -181,6 +183,8 @@ public void createRagCorpusTest2() throws Exception {
181183
.setRagFilesCount(-477680736)
182184
.setEncryptionSpec(EncryptionSpec.newBuilder().build())
183185
.setCorpusTypeConfig(RagCorpus.CorpusTypeConfig.newBuilder().build())
186+
.setSatisfiesPzs(true)
187+
.setSatisfiesPzi(true)
184188
.build();
185189
Operation resultOperation =
186190
Operation.newBuilder()
@@ -240,6 +244,8 @@ public void updateRagCorpusTest() throws Exception {
240244
.setRagFilesCount(-477680736)
241245
.setEncryptionSpec(EncryptionSpec.newBuilder().build())
242246
.setCorpusTypeConfig(RagCorpus.CorpusTypeConfig.newBuilder().build())
247+
.setSatisfiesPzs(true)
248+
.setSatisfiesPzi(true)
243249
.build();
244250
Operation resultOperation =
245251
Operation.newBuilder()
@@ -296,6 +302,8 @@ public void getRagCorpusTest() throws Exception {
296302
.setRagFilesCount(-477680736)
297303
.setEncryptionSpec(EncryptionSpec.newBuilder().build())
298304
.setCorpusTypeConfig(RagCorpus.CorpusTypeConfig.newBuilder().build())
305+
.setSatisfiesPzs(true)
306+
.setSatisfiesPzi(true)
299307
.build();
300308
mockVertexRagDataService.addResponse(expectedResponse);
301309

@@ -344,6 +352,8 @@ public void getRagCorpusTest2() throws Exception {
344352
.setRagFilesCount(-477680736)
345353
.setEncryptionSpec(EncryptionSpec.newBuilder().build())
346354
.setCorpusTypeConfig(RagCorpus.CorpusTypeConfig.newBuilder().build())
355+
.setSatisfiesPzs(true)
356+
.setSatisfiesPzi(true)
347357
.build();
348358
mockVertexRagDataService.addResponse(expectedResponse);
349359

java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ReplicatedVoiceConfig.java

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
7474
*
7575
*
7676
* <pre>
77-
* Optional. The mimetype of the voice sample. Currently only
78-
* mime_type=audio/pcm is supported, which is raw mono 16-bit signed
79-
* little-endian pcm data, with 24k sampling rate.
77+
* Optional. The mimetype of the voice sample. The only currently supported
78+
* value is `audio/wav`. This represents 16-bit signed little-endian wav data,
79+
* with a 24kHz sampling rate. `mime_type` will default to `audio/wav` if not
80+
* set.
8081
* </pre>
8182
*
8283
* <code>string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -100,9 +101,10 @@ public java.lang.String getMimeType() {
100101
*
101102
*
102103
* <pre>
103-
* Optional. The mimetype of the voice sample. Currently only
104-
* mime_type=audio/pcm is supported, which is raw mono 16-bit signed
105-
* little-endian pcm data, with 24k sampling rate.
104+
* Optional. The mimetype of the voice sample. The only currently supported
105+
* value is `audio/wav`. This represents 16-bit signed little-endian wav data,
106+
* with a 24kHz sampling rate. `mime_type` will default to `audio/wav` if not
107+
* set.
106108
* </pre>
107109
*
108110
* <code>string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -512,9 +514,10 @@ public Builder mergeFrom(
512514
*
513515
*
514516
* <pre>
515-
* Optional. The mimetype of the voice sample. Currently only
516-
* mime_type=audio/pcm is supported, which is raw mono 16-bit signed
517-
* little-endian pcm data, with 24k sampling rate.
517+
* Optional. The mimetype of the voice sample. The only currently supported
518+
* value is `audio/wav`. This represents 16-bit signed little-endian wav data,
519+
* with a 24kHz sampling rate. `mime_type` will default to `audio/wav` if not
520+
* set.
518521
* </pre>
519522
*
520523
* <code>string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -537,9 +540,10 @@ public java.lang.String getMimeType() {
537540
*
538541
*
539542
* <pre>
540-
* Optional. The mimetype of the voice sample. Currently only
541-
* mime_type=audio/pcm is supported, which is raw mono 16-bit signed
542-
* little-endian pcm data, with 24k sampling rate.
543+
* Optional. The mimetype of the voice sample. The only currently supported
544+
* value is `audio/wav`. This represents 16-bit signed little-endian wav data,
545+
* with a 24kHz sampling rate. `mime_type` will default to `audio/wav` if not
546+
* set.
543547
* </pre>
544548
*
545549
* <code>string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -562,9 +566,10 @@ public com.google.protobuf.ByteString getMimeTypeBytes() {
562566
*
563567
*
564568
* <pre>
565-
* Optional. The mimetype of the voice sample. Currently only
566-
* mime_type=audio/pcm is supported, which is raw mono 16-bit signed
567-
* little-endian pcm data, with 24k sampling rate.
569+
* Optional. The mimetype of the voice sample. The only currently supported
570+
* value is `audio/wav`. This represents 16-bit signed little-endian wav data,
571+
* with a 24kHz sampling rate. `mime_type` will default to `audio/wav` if not
572+
* set.
568573
* </pre>
569574
*
570575
* <code>string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -586,9 +591,10 @@ public Builder setMimeType(java.lang.String value) {
586591
*
587592
*
588593
* <pre>
589-
* Optional. The mimetype of the voice sample. Currently only
590-
* mime_type=audio/pcm is supported, which is raw mono 16-bit signed
591-
* little-endian pcm data, with 24k sampling rate.
594+
* Optional. The mimetype of the voice sample. The only currently supported
595+
* value is `audio/wav`. This represents 16-bit signed little-endian wav data,
596+
* with a 24kHz sampling rate. `mime_type` will default to `audio/wav` if not
597+
* set.
592598
* </pre>
593599
*
594600
* <code>string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -606,9 +612,10 @@ public Builder clearMimeType() {
606612
*
607613
*
608614
* <pre>
609-
* Optional. The mimetype of the voice sample. Currently only
610-
* mime_type=audio/pcm is supported, which is raw mono 16-bit signed
611-
* little-endian pcm data, with 24k sampling rate.
615+
* Optional. The mimetype of the voice sample. The only currently supported
616+
* value is `audio/wav`. This represents 16-bit signed little-endian wav data,
617+
* with a 24kHz sampling rate. `mime_type` will default to `audio/wav` if not
618+
* set.
612619
* </pre>
613620
*
614621
* <code>string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];</code>

java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ReplicatedVoiceConfigOrBuilder.java

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ public interface ReplicatedVoiceConfigOrBuilder
2828
*
2929
*
3030
* <pre>
31-
* Optional. The mimetype of the voice sample. Currently only
32-
* mime_type=audio/pcm is supported, which is raw mono 16-bit signed
33-
* little-endian pcm data, with 24k sampling rate.
31+
* Optional. The mimetype of the voice sample. The only currently supported
32+
* value is `audio/wav`. This represents 16-bit signed little-endian wav data,
33+
* with a 24kHz sampling rate. `mime_type` will default to `audio/wav` if not
34+
* set.
3435
* </pre>
3536
*
3637
* <code>string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -43,9 +44,10 @@ public interface ReplicatedVoiceConfigOrBuilder
4344
*
4445
*
4546
* <pre>
46-
* Optional. The mimetype of the voice sample. Currently only
47-
* mime_type=audio/pcm is supported, which is raw mono 16-bit signed
48-
* little-endian pcm data, with 24k sampling rate.
47+
* Optional. The mimetype of the voice sample. The only currently supported
48+
* value is `audio/wav`. This represents 16-bit signed little-endian wav data,
49+
* with a 24kHz sampling rate. `mime_type` will default to `audio/wav` if not
50+
* set.
4951
* </pre>
5052
*
5153
* <code>string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];</code>

java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/content.proto

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,10 @@ message PrebuiltVoiceConfig {
192192

193193
// The configuration for the replicated voice to use.
194194
message ReplicatedVoiceConfig {
195-
// Optional. The mimetype of the voice sample. Currently only
196-
// mime_type=audio/pcm is supported, which is raw mono 16-bit signed
197-
// little-endian pcm data, with 24k sampling rate.
195+
// Optional. The mimetype of the voice sample. The only currently supported
196+
// value is `audio/wav`. This represents 16-bit signed little-endian wav data,
197+
// with a 24kHz sampling rate. `mime_type` will default to `audio/wav` if not
198+
// set.
198199
string mime_type = 1 [(google.api.field_behavior) = OPTIONAL];
199200

200201
// Optional. The sample of the custom voice.

0 commit comments

Comments
 (0)