Skip to content

Commit beb687d

Browse files
1 parent 465ec60 commit beb687d

Some content is hidden

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

60 files changed

+891
-582
lines changed

clients/google-api-services-metastore/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-metastore</artifactId>
25-
<version>v1-rev20240709-2.0.0</version>
25+
<version>v1-rev20250324-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-metastore:v1-rev20240709-2.0.0'
38+
implementation 'com.google.apis:google-api-services-metastore:v1-rev20250324-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-metastore/v1/2.0.0/com/google/api/services/metastore/v1/DataprocMetastore.java

Lines changed: 44 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,29 @@ public List setName(java.lang.String name) {
444444
return this;
445445
}
446446

447+
/**
448+
* Optional. A list of extra location types that should be used as conditions for
449+
* controlling the visibility of the locations.
450+
*/
451+
@com.google.api.client.util.Key
452+
private java.util.List<java.lang.String> extraLocationTypes;
453+
454+
/** Optional. A list of extra location types that should be used as conditions for controlling the
455+
visibility of the locations.
456+
*/
457+
public java.util.List<java.lang.String> getExtraLocationTypes() {
458+
return extraLocationTypes;
459+
}
460+
461+
/**
462+
* Optional. A list of extra location types that should be used as conditions for
463+
* controlling the visibility of the locations.
464+
*/
465+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
466+
this.extraLocationTypes = extraLocationTypes;
467+
return this;
468+
}
469+
447470
/**
448471
* A filter to narrow down results to a preferred subset. The filtering language accepts
449472
* strings like "displayName=tokyo", and is documented in more detail in AIP-160
@@ -4504,7 +4527,7 @@ public MoveTableToDatabase set(String parameterName, Object value) {
45044527
* This request holds the parameters needed by the metastore server. After setting any optional
45054528
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
45064529
*
4507-
* @param name Immutable. The relative resource name of the metastore service, in the following
4530+
* @param name Immutable. Identifier. The relative resource name of the metastore service, in the following
45084531
* format:projects/{project_number}/locations/{location_id}/services/{service_id}.
45094532
* @param content the {@link com.google.api.services.metastore.v1.model.Service}
45104533
* @return the request
@@ -4533,7 +4556,7 @@ public class Patch extends DataprocMetastoreRequest<com.google.api.services.meta
45334556
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
45344557
* be called to initialize this instance immediately after invoking the constructor. </p>
45354558
*
4536-
* @param name Immutable. The relative resource name of the metastore service, in the following
4559+
* @param name Immutable. Identifier. The relative resource name of the metastore service, in the following
45374560
* format:projects/{project_number}/locations/{location_id}/services/{service_id}.
45384561
* @param content the {@link com.google.api.services.metastore.v1.model.Service}
45394562
* @since 1.13
@@ -4604,21 +4627,23 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
46044627
}
46054628

46064629
/**
4607-
* Immutable. The relative resource name of the metastore service, in the following
4630+
* Immutable. Identifier. The relative resource name of the metastore service, in the
4631+
* following
46084632
* format:projects/{project_number}/locations/{location_id}/services/{service_id}.
46094633
*/
46104634
@com.google.api.client.util.Key
46114635
private java.lang.String name;
46124636

4613-
/** Immutable. The relative resource name of the metastore service, in the following
4637+
/** Immutable. Identifier. The relative resource name of the metastore service, in the following
46144638
format:projects/{project_number}/locations/{location_id}/services/{service_id}.
46154639
*/
46164640
public java.lang.String getName() {
46174641
return name;
46184642
}
46194643

46204644
/**
4621-
* Immutable. The relative resource name of the metastore service, in the following
4645+
* Immutable. Identifier. The relative resource name of the metastore service, in the
4646+
* following
46224647
* format:projects/{project_number}/locations/{location_id}/services/{service_id}.
46234648
*/
46244649
public Patch setName(java.lang.String name) {
@@ -7943,8 +7968,9 @@ public List set(String parameterName, Object value) {
79437968
* This request holds the parameters needed by the metastore server. After setting any optional
79447969
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
79457970
*
7946-
* @param name Immutable. The relative resource name of the metadata import, of the form:projects/{project_number}/
7947-
* locations/{location_id}/services/{service_id}/metadataImports/{metadata_import_id}.
7971+
* @param name Immutable. Identifier. The relative resource name of the metadata import, of the form:projects/{proj
7972+
* ect_number}/locations/{location_id}/services/{service_id}/metadataImports/{metadata_import
7973+
* _id}.
79487974
* @param content the {@link com.google.api.services.metastore.v1.model.MetadataImport}
79497975
* @return the request
79507976
*/
@@ -7973,8 +7999,9 @@ public class Patch extends DataprocMetastoreRequest<com.google.api.services.meta
79737999
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
79748000
* be called to initialize this instance immediately after invoking the constructor. </p>
79758001
*
7976-
* @param name Immutable. The relative resource name of the metadata import, of the form:projects/{project_number}/
7977-
* locations/{location_id}/services/{service_id}/metadataImports/{metadata_import_id}.
8002+
* @param name Immutable. Identifier. The relative resource name of the metadata import, of the form:projects/{proj
8003+
* ect_number}/locations/{location_id}/services/{service_id}/metadataImports/{metadata_import
8004+
* _id}.
79788005
* @param content the {@link com.google.api.services.metastore.v1.model.MetadataImport}
79798006
* @since 1.13
79808007
*/
@@ -8044,24 +8071,24 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
80448071
}
80458072

80468073
/**
8047-
* Immutable. The relative resource name of the metadata import, of the form:projects/{p
8048-
* roject_number}/locations/{location_id}/services/{service_id}/metadataImports/{metadat
8049-
* a_import_id}.
8074+
* Immutable. Identifier. The relative resource name of the metadata import, of the form
8075+
* :projects/{project_number}/locations/{location_id}/services/{service_id}/metadataImpo
8076+
* rts/{metadata_import_id}.
80508077
*/
80518078
@com.google.api.client.util.Key
80528079
private java.lang.String name;
80538080

8054-
/** Immutable. The relative resource name of the metadata import, of the form:projects/{project_number}
8055-
/locations/{location_id}/services/{service_id}/metadataImports/{metadata_import_id}.
8081+
/** Immutable. Identifier. The relative resource name of the metadata import, of the form:projects/{pro
8082+
ject_number}/locations/{location_id}/services/{service_id}/metadataImports/{metadata_import_id}.
80568083
*/
80578084
public java.lang.String getName() {
80588085
return name;
80598086
}
80608087

80618088
/**
8062-
* Immutable. The relative resource name of the metadata import, of the form:projects/{p
8063-
* roject_number}/locations/{location_id}/services/{service_id}/metadataImports/{metadat
8064-
* a_import_id}.
8089+
* Immutable. Identifier. The relative resource name of the metadata import, of the form
8090+
* :projects/{project_number}/locations/{location_id}/services/{service_id}/metadataImpo
8091+
* rts/{metadata_import_id}.
80658092
*/
80668093
public Patch setName(java.lang.String name) {
80678094
if (!getSuppressPatternChecks()) {

clients/google-api-services-metastore/v1/2.0.0/com/google/api/services/metastore/v1/model/AuxiliaryVersionConfig.java

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
public final class AuxiliaryVersionConfig extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive
35-
* metastore (configured in hive-site.xml) in addition to the primary version's overrides. If keys
36-
* are present in both the auxiliary version's overrides and the primary version's overrides, the
37-
* value from the auxiliary version's overrides takes precedence.
34+
* Optional. A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary
35+
* Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides. If
36+
* keys are present in both the auxiliary version's overrides and the primary version's overrides,
37+
* the value from the auxiliary version's overrides takes precedence.
3838
* The value may be {@code null}.
3939
*/
4040
@com.google.api.client.util.Key
@@ -49,29 +49,29 @@ public final class AuxiliaryVersionConfig extends com.google.api.client.json.Gen
4949
private NetworkConfig networkConfig;
5050

5151
/**
52-
* The Hive metastore version of the auxiliary service. It must be less than the primary Hive
53-
* metastore service's version.
52+
* Optional. The Hive metastore version of the auxiliary service. It must be less than the primary
53+
* Hive metastore service's version.
5454
* The value may be {@code null}.
5555
*/
5656
@com.google.api.client.util.Key
5757
private java.lang.String version;
5858

5959
/**
60-
* A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive
61-
* metastore (configured in hive-site.xml) in addition to the primary version's overrides. If keys
62-
* are present in both the auxiliary version's overrides and the primary version's overrides, the
63-
* value from the auxiliary version's overrides takes precedence.
60+
* Optional. A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary
61+
* Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides. If
62+
* keys are present in both the auxiliary version's overrides and the primary version's overrides,
63+
* the value from the auxiliary version's overrides takes precedence.
6464
* @return value or {@code null} for none
6565
*/
6666
public java.util.Map<String, java.lang.String> getConfigOverrides() {
6767
return configOverrides;
6868
}
6969

7070
/**
71-
* A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive
72-
* metastore (configured in hive-site.xml) in addition to the primary version's overrides. If keys
73-
* are present in both the auxiliary version's overrides and the primary version's overrides, the
74-
* value from the auxiliary version's overrides takes precedence.
71+
* Optional. A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary
72+
* Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides. If
73+
* keys are present in both the auxiliary version's overrides and the primary version's overrides,
74+
* the value from the auxiliary version's overrides takes precedence.
7575
* @param configOverrides configOverrides or {@code null} for none
7676
*/
7777
public AuxiliaryVersionConfig setConfigOverrides(java.util.Map<String, java.lang.String> configOverrides) {
@@ -99,17 +99,17 @@ public AuxiliaryVersionConfig setNetworkConfig(NetworkConfig networkConfig) {
9999
}
100100

101101
/**
102-
* The Hive metastore version of the auxiliary service. It must be less than the primary Hive
103-
* metastore service's version.
102+
* Optional. The Hive metastore version of the auxiliary service. It must be less than the primary
103+
* Hive metastore service's version.
104104
* @return value or {@code null} for none
105105
*/
106106
public java.lang.String getVersion() {
107107
return version;
108108
}
109109

110110
/**
111-
* The Hive metastore version of the auxiliary service. It must be less than the primary Hive
112-
* metastore service's version.
111+
* Optional. The Hive metastore version of the auxiliary service. It must be less than the primary
112+
* Hive metastore service's version.
113113
* @param version version or {@code null} for none
114114
*/
115115
public AuxiliaryVersionConfig setVersion(java.lang.String version) {

clients/google-api-services-metastore/v1/2.0.0/com/google/api/services/metastore/v1/model/Backup.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class Backup extends com.google.api.client.json.GenericJson {
3838
private String createTime;
3939

4040
/**
41-
* The description of the backup.
41+
* Optional. The description of the backup.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -52,8 +52,8 @@ public final class Backup extends com.google.api.client.json.GenericJson {
5252
private String endTime;
5353

5454
/**
55-
* Immutable. The relative resource name of the backup, in the following form:projects/{project_nu
56-
* mber}/locations/{location_id}/services/{service_id}/backups/{backup_id}
55+
* Immutable. Identifier. The relative resource name of the backup, in the following form:projects
56+
* /{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
5757
* The value may be {@code null}.
5858
*/
5959
@com.google.api.client.util.Key
@@ -98,15 +98,15 @@ public Backup setCreateTime(String createTime) {
9898
}
9999

100100
/**
101-
* The description of the backup.
101+
* Optional. The description of the backup.
102102
* @return value or {@code null} for none
103103
*/
104104
public java.lang.String getDescription() {
105105
return description;
106106
}
107107

108108
/**
109-
* The description of the backup.
109+
* Optional. The description of the backup.
110110
* @param description description or {@code null} for none
111111
*/
112112
public Backup setDescription(java.lang.String description) {
@@ -132,17 +132,17 @@ public Backup setEndTime(String endTime) {
132132
}
133133

134134
/**
135-
* Immutable. The relative resource name of the backup, in the following form:projects/{project_nu
136-
* mber}/locations/{location_id}/services/{service_id}/backups/{backup_id}
135+
* Immutable. Identifier. The relative resource name of the backup, in the following form:projects
136+
* /{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
137137
* @return value or {@code null} for none
138138
*/
139139
public java.lang.String getName() {
140140
return name;
141141
}
142142

143143
/**
144-
* Immutable. The relative resource name of the backup, in the following form:projects/{project_nu
145-
* mber}/locations/{location_id}/services/{service_id}/backups/{backup_id}
144+
* Immutable. Identifier. The relative resource name of the backup, in the following form:projects
145+
* /{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
146146
* @param name name or {@code null} for none
147147
*/
148148
public Backup setName(java.lang.String name) {

clients/google-api-services-metastore/v1/2.0.0/com/google/api/services/metastore/v1/model/DatabaseDump.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ public final class DatabaseDump extends com.google.api.client.json.GenericJson {
3939
private java.lang.String databaseType;
4040

4141
/**
42-
* A Cloud Storage object or folder URI that specifies the source from which to import metadata.
43-
* It must begin with gs://.
42+
* Optional. A Cloud Storage object or folder URI that specifies the source from which to import
43+
* metadata. It must begin with gs://.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
4747
private java.lang.String gcsUri;
4848

4949
/**
50-
* The name of the source database.
50+
* Optional. The name of the source database.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -78,17 +78,17 @@ public DatabaseDump setDatabaseType(java.lang.String databaseType) {
7878
}
7979

8080
/**
81-
* A Cloud Storage object or folder URI that specifies the source from which to import metadata.
82-
* It must begin with gs://.
81+
* Optional. A Cloud Storage object or folder URI that specifies the source from which to import
82+
* metadata. It must begin with gs://.
8383
* @return value or {@code null} for none
8484
*/
8585
public java.lang.String getGcsUri() {
8686
return gcsUri;
8787
}
8888

8989
/**
90-
* A Cloud Storage object or folder URI that specifies the source from which to import metadata.
91-
* It must begin with gs://.
90+
* Optional. A Cloud Storage object or folder URI that specifies the source from which to import
91+
* metadata. It must begin with gs://.
9292
* @param gcsUri gcsUri or {@code null} for none
9393
*/
9494
public DatabaseDump setGcsUri(java.lang.String gcsUri) {
@@ -97,15 +97,15 @@ public DatabaseDump setGcsUri(java.lang.String gcsUri) {
9797
}
9898

9999
/**
100-
* The name of the source database.
100+
* Optional. The name of the source database.
101101
* @return value or {@code null} for none
102102
*/
103103
public java.lang.String getSourceDatabase() {
104104
return sourceDatabase;
105105
}
106106

107107
/**
108-
* The name of the source database.
108+
* Optional. The name of the source database.
109109
* @param sourceDatabase sourceDatabase or {@code null} for none
110110
*/
111111
public DatabaseDump setSourceDatabase(java.lang.String sourceDatabase) {

clients/google-api-services-metastore/v1/2.0.0/com/google/api/services/metastore/v1/model/EncryptionConfig.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,28 @@
3131
public final class EncryptionConfig extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The fully qualified customer provided Cloud KMS key name to use for customer data encryption,
35-
* in the following format:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id
36-
* }/cryptoKeys/{crypto_key_id}.
34+
* Optional. The fully qualified customer provided Cloud KMS key name to use for customer data
35+
* encryption, in the following format:projects/{project_number}/locations/{location_id}/keyRings/
36+
* {key_ring_id}/cryptoKeys/{crypto_key_id}.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
4040
private java.lang.String kmsKey;
4141

4242
/**
43-
* The fully qualified customer provided Cloud KMS key name to use for customer data encryption,
44-
* in the following format:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id
45-
* }/cryptoKeys/{crypto_key_id}.
43+
* Optional. The fully qualified customer provided Cloud KMS key name to use for customer data
44+
* encryption, in the following format:projects/{project_number}/locations/{location_id}/keyRings/
45+
* {key_ring_id}/cryptoKeys/{crypto_key_id}.
4646
* @return value or {@code null} for none
4747
*/
4848
public java.lang.String getKmsKey() {
4949
return kmsKey;
5050
}
5151

5252
/**
53-
* The fully qualified customer provided Cloud KMS key name to use for customer data encryption,
54-
* in the following format:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id
55-
* }/cryptoKeys/{crypto_key_id}.
53+
* Optional. The fully qualified customer provided Cloud KMS key name to use for customer data
54+
* encryption, in the following format:projects/{project_number}/locations/{location_id}/keyRings/
55+
* {key_ring_id}/cryptoKeys/{crypto_key_id}.
5656
* @param kmsKey kmsKey or {@code null} for none
5757
*/
5858
public EncryptionConfig setKmsKey(java.lang.String kmsKey) {

0 commit comments

Comments
 (0)