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
chore: generate libraries at Thu Mar 14 03:06:02 UTC 2024 (#10541)
* chore: generate libraries at Thu Mar 14 03:06:02 UTC 2024
* add missing dependencies in network management
* ignore failing tests for network management
* ignore failing tests in service management
---------
Co-authored-by: Joe Wang <[email protected]>
Copy file name to clipboardExpand all lines: java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreServiceClient.java
* <td><p> Bidirectional streaming RPC to fetch feature values under a FeatureView. Requests may not have a one-to-one mapping to responses and responses may be returned out-of-order to reduce latency.</td>
102
+
* <td>
103
+
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
104
+
* <ul>
105
+
* <li><p> streamingFetchFeatureValuesCallable()
106
+
* </ul>
107
+
* </td>
108
+
* </tr>
109
+
* <tr>
99
110
* <td><p> SearchNearestEntities</td>
100
111
* <td><p> Search the nearest entities under a FeatureView. Search only works for indexable feature view; if a feature view isn't indexable, returns Invalid argument response.</td>
101
112
* <td>
@@ -423,6 +434,45 @@ public final FetchFeatureValuesResponse fetchFeatureValues(FetchFeatureValuesReq
423
434
returnstub.fetchFeatureValuesCallable();
424
435
}
425
436
437
+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
438
+
/**
439
+
* Bidirectional streaming RPC to fetch feature values under a FeatureView. Requests may not have
440
+
* a one-to-one mapping to responses and responses may be returned out-of-order to reduce latency.
441
+
*
442
+
* <p>Sample code:
443
+
*
444
+
* <pre>{@code
445
+
* // This snippet has been automatically generated and should be regarded as a code template only.
446
+
* // It will require modifications to work:
447
+
* // - It may require correct/in-range values for request initialization.
448
+
* // - It may require specifying regional endpoints when creating the service client as shown in
Copy file name to clipboardExpand all lines: java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/FeatureOnlineStoreServiceSettings.java
Copy file name to clipboardExpand all lines: java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/gapic_metadata.json
Copy file name to clipboardExpand all lines: java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreServiceStub.java
Copy file name to clipboardExpand all lines: java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/FeatureOnlineStoreServiceStubSettings.java
Copy file name to clipboardExpand all lines: java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/GrpcFeatureOnlineStoreServiceStub.java
Copy file name to clipboardExpand all lines: java-aiplatform/google-cloud-aiplatform/src/main/resources/META-INF/native-image/com.google.cloud.aiplatform.v1beta1/reflect-config.json
0 commit comments