You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/DiscoveryEngine.java
+28-28Lines changed: 28 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -2953,7 +2953,7 @@ public List set(String parameterName, Object value) {
2953
2953
* This request holds the parameters needed by the discoveryengine server. After setting any
2954
2954
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
2955
2955
*
2956
-
* @param name Immutable. The full resource name of the data store. Format:
2956
+
* @param name Immutable. Identifier. The full resource name of the data store. Format:
Copy file name to clipboardExpand all lines: clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1DataStore.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -139,9 +139,9 @@ public final class GoogleCloudDiscoveryengineV1DataStore extends com.google.api.
139
139
privatejava.lang.StringkmsKeyName;
140
140
141
141
/**
142
-
* Immutable. The full resource name of the data store. Format: `projects/{project}/locations/{loc
143
-
* ation}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8
144
-
* encoded string with a length limit of 1024 characters.
142
+
* Immutable. Identifier. The full resource name of the data store. Format: `projects/{project}/lo
143
+
* cations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be
144
+
* a UTF-8 encoded string with a length limit of 1024 characters.
145
145
* The value may be {@code null}.
146
146
*/
147
147
@com.google.api.client.util.Key
@@ -444,19 +444,19 @@ public GoogleCloudDiscoveryengineV1DataStore setKmsKeyName(java.lang.String kmsK
444
444
}
445
445
446
446
/**
447
-
* Immutable. The full resource name of the data store. Format: `projects/{project}/locations/{loc
448
-
* ation}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8
449
-
* encoded string with a length limit of 1024 characters.
447
+
* Immutable. Identifier. The full resource name of the data store. Format: `projects/{project}/lo
448
+
* cations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be
449
+
* a UTF-8 encoded string with a length limit of 1024 characters.
450
450
* @return value or {@code null} for none
451
451
*/
452
452
publicjava.lang.StringgetName() {
453
453
returnname;
454
454
}
455
455
456
456
/**
457
-
* Immutable. The full resource name of the data store. Format: `projects/{project}/locations/{loc
458
-
* ation}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8
459
-
* encoded string with a length limit of 1024 characters.
457
+
* Immutable. Identifier. The full resource name of the data store. Format: `projects/{project}/lo
458
+
* cations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be
459
+
* a UTF-8 encoded string with a length limit of 1024 characters.
Copy file name to clipboardExpand all lines: clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore.java
0 commit comments