Skip to content

Commit 923912a

Browse files
1 parent 8d99dff commit 923912a

23 files changed

+405
-27
lines changed

clients/google-api-services-discoveryengine/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-discoveryengine</artifactId>
25-
<version>v1-rev20240813-2.0.0</version>
25+
<version>v1-rev20240817-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-discoveryengine:v1-rev20240813-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20240817-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/DiscoveryEngine.java

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2417,6 +2417,31 @@ public BatchGetDocumentsMetadata setParent(java.lang.String parent) {
24172417
return this;
24182418
}
24192419

2420+
/**
2421+
* Required. The FHIR resources to match by. Format: projects/{project}/locations/{loc
2422+
* ation}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resour
2423+
* ce_id}
2424+
*/
2425+
@com.google.api.client.util.Key("matcher.fhirMatcher.fhirResources")
2426+
private java.util.List<java.lang.String> matcherFhirMatcherFhirResources;
2427+
2428+
/** Required. The FHIR resources to match by. Format: projects/{project}/locations/{location}/datasets/
2429+
{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}
2430+
*/
2431+
public java.util.List<java.lang.String> getMatcherFhirMatcherFhirResources() {
2432+
return matcherFhirMatcherFhirResources;
2433+
}
2434+
2435+
/**
2436+
* Required. The FHIR resources to match by. Format: projects/{project}/locations/{loc
2437+
* ation}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resour
2438+
* ce_id}
2439+
*/
2440+
public BatchGetDocumentsMetadata setMatcherFhirMatcherFhirResources(java.util.List<java.lang.String> matcherFhirMatcherFhirResources) {
2441+
this.matcherFhirMatcherFhirResources = matcherFhirMatcherFhirResources;
2442+
return this;
2443+
}
2444+
24202445
/** The exact URIs to match by. */
24212446
@com.google.api.client.util.Key("matcher.urisMatcher.uris")
24222447
private java.util.List<java.lang.String> matcherUrisMatcherUris;
@@ -20067,6 +20092,31 @@ public BatchGetDocumentsMetadata setParent(java.lang.String parent) {
2006720092
return this;
2006820093
}
2006920094

20095+
/**
20096+
* Required. The FHIR resources to match by. Format: projects/{project}/locations/{locat
20097+
* ion}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_i
20098+
* d}
20099+
*/
20100+
@com.google.api.client.util.Key("matcher.fhirMatcher.fhirResources")
20101+
private java.util.List<java.lang.String> matcherFhirMatcherFhirResources;
20102+
20103+
/** Required. The FHIR resources to match by. Format: projects/{project}/locations/{location}/datasets/
20104+
{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}
20105+
*/
20106+
public java.util.List<java.lang.String> getMatcherFhirMatcherFhirResources() {
20107+
return matcherFhirMatcherFhirResources;
20108+
}
20109+
20110+
/**
20111+
* Required. The FHIR resources to match by. Format: projects/{project}/locations/{locat
20112+
* ion}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_i
20113+
* d}
20114+
*/
20115+
public BatchGetDocumentsMetadata setMatcherFhirMatcherFhirResources(java.util.List<java.lang.String> matcherFhirMatcherFhirResources) {
20116+
this.matcherFhirMatcherFhirResources = matcherFhirMatcherFhirResources;
20117+
return this;
20118+
}
20119+
2007020120
/** The exact URIs to match by. */
2007120121
@com.google.api.client.util.Key("matcher.urisMatcher.uris")
2007220122
private java.util.List<java.lang.String> matcherUrisMatcherUris;

clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadata.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadata extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* The data ingestion source of the Document. Allowed values are: * `batch`: Data ingested via
34+
* Batch API, e.g., ImportDocuments. * `streaming` Data ingested via Streaming API, e.g., FHIR
35+
* streaming.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String dataIngestionSource;
40+
3241
/**
3342
* The timestamp of the last time the Document was last indexed.
3443
* The value may be {@code null}.
@@ -50,6 +59,27 @@ public final class GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponse
5059
@com.google.api.client.util.Key
5160
private java.lang.String status;
5261

62+
/**
63+
* The data ingestion source of the Document. Allowed values are: * `batch`: Data ingested via
64+
* Batch API, e.g., ImportDocuments. * `streaming` Data ingested via Streaming API, e.g., FHIR
65+
* streaming.
66+
* @return value or {@code null} for none
67+
*/
68+
public java.lang.String getDataIngestionSource() {
69+
return dataIngestionSource;
70+
}
71+
72+
/**
73+
* The data ingestion source of the Document. Allowed values are: * `batch`: Data ingested via
74+
* Batch API, e.g., ImportDocuments. * `streaming` Data ingested via Streaming API, e.g., FHIR
75+
* streaming.
76+
* @param dataIngestionSource dataIngestionSource or {@code null} for none
77+
*/
78+
public GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadata setDataIngestionSource(java.lang.String dataIngestionSource) {
79+
this.dataIngestionSource = dataIngestionSource;
80+
return this;
81+
}
82+
5383
/**
5484
* The timestamp of the last time the Document was last indexed.
5585
* @return value or {@code null} for none

clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,40 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Required. Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_s
34+
* tore}/fhir/{resource_type}/{fhir_resource_id}
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String fhirResource;
39+
3240
/**
3341
* If match by URI, the URI of the Document.
3442
* The value may be {@code null}.
3543
*/
3644
@com.google.api.client.util.Key
3745
private java.lang.String uri;
3846

47+
/**
48+
* Required. Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_s
49+
* tore}/fhir/{resource_type}/{fhir_resource_id}
50+
* @return value or {@code null} for none
51+
*/
52+
public java.lang.String getFhirResource() {
53+
return fhirResource;
54+
}
55+
56+
/**
57+
* Required. Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_s
58+
* tore}/fhir/{resource_type}/{fhir_resource_id}
59+
* @param fhirResource fhirResource or {@code null} for none
60+
*/
61+
public GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue setFhirResource(java.lang.String fhirResource) {
62+
this.fhirResource = fhirResource;
63+
return this;
64+
}
65+
3966
/**
4067
* If match by URI, the URI of the Document.
4168
* @return value or {@code null} for none

clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1SearchResponse.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ public final class GoogleCloudDiscoveryengineV1SearchResponse extends com.google
3131

3232
/**
3333
* A unique search token. This should be included in the UserEvent logs resulting from this
34-
* search, which enables accurate attribution of search model performance.
34+
* search, which enables accurate attribution of search model performance. This also helps to
35+
* identify a request during the customer support scenarios.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
@@ -109,7 +110,8 @@ public final class GoogleCloudDiscoveryengineV1SearchResponse extends com.google
109110

110111
/**
111112
* A unique search token. This should be included in the UserEvent logs resulting from this
112-
* search, which enables accurate attribution of search model performance.
113+
* search, which enables accurate attribution of search model performance. This also helps to
114+
* identify a request during the customer support scenarios.
113115
* @return value or {@code null} for none
114116
*/
115117
public java.lang.String getAttributionToken() {
@@ -118,7 +120,8 @@ public java.lang.String getAttributionToken() {
118120

119121
/**
120122
* A unique search token. This should be included in the UserEvent logs resulting from this
121-
* search, which enables accurate attribution of search model performance.
123+
* search, which enables accurate attribution of search model performance. This also helps to
124+
* identify a request during the customer support scenarios.
122125
* @param attributionToken attributionToken or {@code null} for none
123126
*/
124127
public GoogleCloudDiscoveryengineV1SearchResponse setAttributionToken(java.lang.String attributionToken) {

clients/google-api-services-discoveryengine/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-discoveryengine</artifactId>
11-
<version>v1-rev20240813-2.0.0</version>
12-
<name>Discovery Engine API v1-rev20240813-2.0.0</name>
11+
<version>v1-rev20240817-2.0.0</version>
12+
<name>Discovery Engine API v1-rev20240817-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-discoveryengine/v1/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-discoveryengine</artifactId>
25-
<version>v1-rev20240813-2.0.0</version>
25+
<version>v1-rev20240817-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-discoveryengine:v1-rev20240813-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20240817-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-discoveryengine/v1alpha/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-discoveryengine</artifactId>
25-
<version>v1alpha-rev20240813-2.0.0</version>
25+
<version>v1alpha-rev20240817-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-discoveryengine:v1alpha-rev20240813-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20240817-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/DiscoveryEngine.java

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3456,6 +3456,31 @@ public BatchGetDocumentsMetadata setParent(java.lang.String parent) {
34563456
return this;
34573457
}
34583458

3459+
/**
3460+
* Required. The FHIR resources to match by. Format: projects/{project}/locations/{loc
3461+
* ation}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resour
3462+
* ce_id}
3463+
*/
3464+
@com.google.api.client.util.Key("matcher.fhirMatcher.fhirResources")
3465+
private java.util.List<java.lang.String> matcherFhirMatcherFhirResources;
3466+
3467+
/** Required. The FHIR resources to match by. Format: projects/{project}/locations/{location}/datasets/
3468+
{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}
3469+
*/
3470+
public java.util.List<java.lang.String> getMatcherFhirMatcherFhirResources() {
3471+
return matcherFhirMatcherFhirResources;
3472+
}
3473+
3474+
/**
3475+
* Required. The FHIR resources to match by. Format: projects/{project}/locations/{loc
3476+
* ation}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resour
3477+
* ce_id}
3478+
*/
3479+
public BatchGetDocumentsMetadata setMatcherFhirMatcherFhirResources(java.util.List<java.lang.String> matcherFhirMatcherFhirResources) {
3480+
this.matcherFhirMatcherFhirResources = matcherFhirMatcherFhirResources;
3481+
return this;
3482+
}
3483+
34593484
/** The exact URIs to match by. */
34603485
@com.google.api.client.util.Key("matcher.urisMatcher.uris")
34613486
private java.util.List<java.lang.String> matcherUrisMatcherUris;
@@ -23757,6 +23782,31 @@ public BatchGetDocumentsMetadata setParent(java.lang.String parent) {
2375723782
return this;
2375823783
}
2375923784

23785+
/**
23786+
* Required. The FHIR resources to match by. Format: projects/{project}/locations/{locat
23787+
* ion}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_i
23788+
* d}
23789+
*/
23790+
@com.google.api.client.util.Key("matcher.fhirMatcher.fhirResources")
23791+
private java.util.List<java.lang.String> matcherFhirMatcherFhirResources;
23792+
23793+
/** Required. The FHIR resources to match by. Format: projects/{project}/locations/{location}/datasets/
23794+
{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}
23795+
*/
23796+
public java.util.List<java.lang.String> getMatcherFhirMatcherFhirResources() {
23797+
return matcherFhirMatcherFhirResources;
23798+
}
23799+
23800+
/**
23801+
* Required. The FHIR resources to match by. Format: projects/{project}/locations/{locat
23802+
* ion}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_i
23803+
* d}
23804+
*/
23805+
public BatchGetDocumentsMetadata setMatcherFhirMatcherFhirResources(java.util.List<java.lang.String> matcherFhirMatcherFhirResources) {
23806+
this.matcherFhirMatcherFhirResources = matcherFhirMatcherFhirResources;
23807+
return this;
23808+
}
23809+
2376023810
/** The exact URIs to match by. */
2376123811
@com.google.api.client.util.Key("matcher.urisMatcher.uris")
2376223812
private java.util.List<java.lang.String> matcherUrisMatcherUris;

clients/google-api-services-discoveryengine/v1alpha/2.0.0/com/google/api/services/discoveryengine/v1alpha/model/GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadata.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadata extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* The data ingestion source of the Document. Allowed values are: * `batch`: Data ingested via
34+
* Batch API, e.g., ImportDocuments. * `streaming` Data ingested via Streaming API, e.g., FHIR
35+
* streaming.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String dataIngestionSource;
40+
3241
/**
3342
* The timestamp of the last time the Document was last indexed.
3443
* The value may be {@code null}.
@@ -50,6 +59,27 @@ public final class GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataRes
5059
@com.google.api.client.util.Key
5160
private java.lang.String status;
5261

62+
/**
63+
* The data ingestion source of the Document. Allowed values are: * `batch`: Data ingested via
64+
* Batch API, e.g., ImportDocuments. * `streaming` Data ingested via Streaming API, e.g., FHIR
65+
* streaming.
66+
* @return value or {@code null} for none
67+
*/
68+
public java.lang.String getDataIngestionSource() {
69+
return dataIngestionSource;
70+
}
71+
72+
/**
73+
* The data ingestion source of the Document. Allowed values are: * `batch`: Data ingested via
74+
* Batch API, e.g., ImportDocuments. * `streaming` Data ingested via Streaming API, e.g., FHIR
75+
* streaming.
76+
* @param dataIngestionSource dataIngestionSource or {@code null} for none
77+
*/
78+
public GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadata setDataIngestionSource(java.lang.String dataIngestionSource) {
79+
this.dataIngestionSource = dataIngestionSource;
80+
return this;
81+
}
82+
5383
/**
5484
* The timestamp of the last time the Document was last indexed.
5585
* @return value or {@code null} for none

0 commit comments

Comments
 (0)