Content-Length: 1839194 | pFad | https://github.com/googleapis/google-cloud-java/commit/a1e72bb1f08d20ff2580ccd1b280c77fa49dbdeb

F8 chore: generate libraries at Mon Apr 15 04:02:51 UTC 2024 (#10675) · googleapis/google-cloud-java@a1e72bb · GitHub
Skip to content

Commit a1e72bb

Browse files
chore: generate libraries at Mon Apr 15 04:02:51 UTC 2024 (#10675)
* chore: generate libraries at Wed Apr 10 03:09:36 UTC 2024 * chore: generate libraries at Thu Apr 11 03:10:39 UTC 2024 * chore: generate libraries at Fri Apr 12 03:12:53 UTC 2024 * chore: generate libraries at Sat Apr 13 03:04:48 UTC 2024 * chore: generate libraries at Sun Apr 14 03:40:27 UTC 2024 * chore: generate libraries at Mon Apr 15 04:02:51 UTC 2024
1 parent 563feee commit a1e72bb

File tree

933 files changed

+365634
-21882
lines changed

Some content is hidden

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

933 files changed

+365634
-21882
lines changed

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.38.1
22
protobuf_version: '25.2'
3-
googleapis_commitish: 5db2bbe911db5a01c6a7564f78e84f8116de91d3
3+
googleapis_commitish: 113a378d5aad5018876ec0a8cbfd4d6a4f746809
44
owlbot_cli_image: sha256:623647ee79ac605858d09e60c1382a716c125fb776f69301b72de1cd35d49409
55
synthtool_commitish: 6612ab8f3afcd5e292aecd647f0fa68812c9f5b5
66
template_excludes:

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelMonitoringServiceClient.java

Lines changed: 3099 additions & 0 deletions
Large diffs are not rendered by default.

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelMonitoringServiceSettings.java

Lines changed: 462 additions & 0 deletions
Large diffs are not rendered by default.

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/gapic_metadata.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,63 @@
995995
}
996996
}
997997
},
998+
"ModelMonitoringService": {
999+
"clients": {
1000+
"grpc": {
1001+
"libraryClient": "ModelMonitoringServiceClient",
1002+
"rpcs": {
1003+
"CreateModelMonitor": {
1004+
"methods": ["createModelMonitorAsync", "createModelMonitorAsync", "createModelMonitorAsync", "createModelMonitorOperationCallable", "createModelMonitorCallable"]
1005+
},
1006+
"CreateModelMonitoringJob": {
1007+
"methods": ["createModelMonitoringJob", "createModelMonitoringJob", "createModelMonitoringJob", "createModelMonitoringJobCallable"]
1008+
},
1009+
"DeleteModelMonitor": {
1010+
"methods": ["deleteModelMonitorAsync", "deleteModelMonitorAsync", "deleteModelMonitorAsync", "deleteModelMonitorOperationCallable", "deleteModelMonitorCallable"]
1011+
},
1012+
"DeleteModelMonitoringJob": {
1013+
"methods": ["deleteModelMonitoringJobAsync", "deleteModelMonitoringJobAsync", "deleteModelMonitoringJobAsync", "deleteModelMonitoringJobOperationCallable", "deleteModelMonitoringJobCallable"]
1014+
},
1015+
"GetIamPolicy": {
1016+
"methods": ["getIamPolicy", "getIamPolicyCallable"]
1017+
},
1018+
"GetLocation": {
1019+
"methods": ["getLocation", "getLocationCallable"]
1020+
},
1021+
"GetModelMonitor": {
1022+
"methods": ["getModelMonitor", "getModelMonitor", "getModelMonitor", "getModelMonitorCallable"]
1023+
},
1024+
"GetModelMonitoringJob": {
1025+
"methods": ["getModelMonitoringJob", "getModelMonitoringJob", "getModelMonitoringJob", "getModelMonitoringJobCallable"]
1026+
},
1027+
"ListLocations": {
1028+
"methods": ["listLocations", "listLocationsPagedCallable", "listLocationsCallable"]
1029+
},
1030+
"ListModelMonitoringJobs": {
1031+
"methods": ["listModelMonitoringJobs", "listModelMonitoringJobs", "listModelMonitoringJobs", "listModelMonitoringJobsPagedCallable", "listModelMonitoringJobsCallable"]
1032+
},
1033+
"ListModelMonitors": {
1034+
"methods": ["listModelMonitors", "listModelMonitors", "listModelMonitors", "listModelMonitorsPagedCallable", "listModelMonitorsCallable"]
1035+
},
1036+
"SearchModelMonitoringAlerts": {
1037+
"methods": ["searchModelMonitoringAlerts", "searchModelMonitoringAlerts", "searchModelMonitoringAlerts", "searchModelMonitoringAlertsPagedCallable", "searchModelMonitoringAlertsCallable"]
1038+
},
1039+
"SearchModelMonitoringStats": {
1040+
"methods": ["searchModelMonitoringStats", "searchModelMonitoringStats", "searchModelMonitoringStats", "searchModelMonitoringStatsPagedCallable", "searchModelMonitoringStatsCallable"]
1041+
},
1042+
"SetIamPolicy": {
1043+
"methods": ["setIamPolicy", "setIamPolicyCallable"]
1044+
},
1045+
"TestIamPermissions": {
1046+
"methods": ["testIamPermissions", "testIamPermissionsCallable"]
1047+
},
1048+
"UpdateModelMonitor": {
1049+
"methods": ["updateModelMonitorAsync", "updateModelMonitorAsync", "updateModelMonitorOperationCallable", "updateModelMonitorCallable"]
1050+
}
1051+
}
1052+
}
1053+
}
1054+
},
9981055
"ModelService": {
9991056
"clients": {
10001057
"grpc": {

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/package-info.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,26 @@
397397
* }
398398
* }</pre>
399399
*
400+
* <p>======================= ModelMonitoringServiceClient =======================
401+
*
402+
* <p>Service Description: A service for creating and managing Vertex AI Model moitoring. This
403+
* includes `ModelMonitor` resources, `ModelMonitoringJob` resources.
404+
*
405+
* <p>Sample for ModelMonitoringServiceClient:
406+
*
407+
* <pre>{@code
408+
* // This snippet has been automatically generated and should be regarded as a code template only.
409+
* // It will require modifications to work:
410+
* // - It may require correct/in-range values for request initialization.
411+
* // - It may require specifying regional endpoints when creating the service client as shown in
412+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
413+
* try (ModelMonitoringServiceClient modelMonitoringServiceClient =
414+
* ModelMonitoringServiceClient.create()) {
415+
* ModelMonitorName name = ModelMonitorName.of("[PROJECT]", "[LOCATION]", "[MODEL_MONITOR]");
416+
* ModelMonitor response = modelMonitoringServiceClient.getModelMonitor(name);
417+
* }
418+
* }</pre>
419+
*
400420
* <p>======================= ModelServiceClient =======================
401421
*
402422
* <p>Service Description: A service for managing Vertex AI's machine learning Models.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
/*
2+
* Copyright 2024 Google LLC
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
package com.google.cloud.aiplatform.v1beta1.stub;
18+
19+
import com.google.api.core.BetaApi;
20+
import com.google.api.gax.grpc.GrpcCallSettings;
21+
import com.google.api.gax.grpc.GrpcCallableFactory;
22+
import com.google.api.gax.grpc.GrpcStubCallableFactory;
23+
import com.google.api.gax.rpc.BatchingCallSettings;
24+
import com.google.api.gax.rpc.BidiStreamingCallable;
25+
import com.google.api.gax.rpc.ClientContext;
26+
import com.google.api.gax.rpc.ClientStreamingCallable;
27+
import com.google.api.gax.rpc.OperationCallSettings;
28+
import com.google.api.gax.rpc.OperationCallable;
29+
import com.google.api.gax.rpc.PagedCallSettings;
30+
import com.google.api.gax.rpc.ServerStreamingCallSettings;
31+
import com.google.api.gax.rpc.ServerStreamingCallable;
32+
import com.google.api.gax.rpc.StreamingCallSettings;
33+
import com.google.api.gax.rpc.UnaryCallSettings;
34+
import com.google.api.gax.rpc.UnaryCallable;
35+
import com.google.longrunning.Operation;
36+
import com.google.longrunning.stub.OperationsStub;
37+
import javax.annotation.Generated;
38+
39+
// AUTO-GENERATED DOCUMENTATION AND CLASS.
40+
/**
41+
* gRPC callable factory implementation for the ModelMonitoringService service API.
42+
*
43+
* <p>This class is for advanced usage.
44+
*/
45+
@BetaApi
46+
@Generated("by gapic-generator-java")
47+
public class GrpcModelMonitoringServiceCallableFactory implements GrpcStubCallableFactory {
48+
49+
@Override
50+
public <RequestT, ResponseT> UnaryCallable<RequestT, ResponseT> createUnaryCallable(
51+
GrpcCallSettings<RequestT, ResponseT> grpcCallSettings,
52+
UnaryCallSettings<RequestT, ResponseT> callSettings,
53+
ClientContext clientContext) {
54+
return GrpcCallableFactory.createUnaryCallable(grpcCallSettings, callSettings, clientContext);
55+
}
56+
57+
@Override
58+
public <RequestT, ResponseT, PagedListResponseT>
59+
UnaryCallable<RequestT, PagedListResponseT> createPagedCallable(
60+
GrpcCallSettings<RequestT, ResponseT> grpcCallSettings,
61+
PagedCallSettings<RequestT, ResponseT, PagedListResponseT> callSettings,
62+
ClientContext clientContext) {
63+
return GrpcCallableFactory.createPagedCallable(grpcCallSettings, callSettings, clientContext);
64+
}
65+
66+
@Override
67+
public <RequestT, ResponseT> UnaryCallable<RequestT, ResponseT> createBatchingCallable(
68+
GrpcCallSettings<RequestT, ResponseT> grpcCallSettings,
69+
BatchingCallSettings<RequestT, ResponseT> callSettings,
70+
ClientContext clientContext) {
71+
return GrpcCallableFactory.createBatchingCallable(
72+
grpcCallSettings, callSettings, clientContext);
73+
}
74+
75+
@Override
76+
public <RequestT, ResponseT, MetadataT>
77+
OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable(
78+
GrpcCallSettings<RequestT, Operation> grpcCallSettings,
79+
OperationCallSettings<RequestT, ResponseT, MetadataT> callSettings,
80+
ClientContext clientContext,
81+
OperationsStub operationsStub) {
82+
return GrpcCallableFactory.createOperationCallable(
83+
grpcCallSettings, callSettings, clientContext, operationsStub);
84+
}
85+
86+
@Override
87+
public <RequestT, ResponseT>
88+
BidiStreamingCallable<RequestT, ResponseT> createBidiStreamingCallable(
89+
GrpcCallSettings<RequestT, ResponseT> grpcCallSettings,
90+
StreamingCallSettings<RequestT, ResponseT> callSettings,
91+
ClientContext clientContext) {
92+
return GrpcCallableFactory.createBidiStreamingCallable(
93+
grpcCallSettings, callSettings, clientContext);
94+
}
95+
96+
@Override
97+
public <RequestT, ResponseT>
98+
ServerStreamingCallable<RequestT, ResponseT> createServerStreamingCallable(
99+
GrpcCallSettings<RequestT, ResponseT> grpcCallSettings,
100+
ServerStreamingCallSettings<RequestT, ResponseT> callSettings,
101+
ClientContext clientContext) {
102+
return GrpcCallableFactory.createServerStreamingCallable(
103+
grpcCallSettings, callSettings, clientContext);
104+
}
105+
106+
@Override
107+
public <RequestT, ResponseT>
108+
ClientStreamingCallable<RequestT, ResponseT> createClientStreamingCallable(
109+
GrpcCallSettings<RequestT, ResponseT> grpcCallSettings,
110+
StreamingCallSettings<RequestT, ResponseT> callSettings,
111+
ClientContext clientContext) {
112+
return GrpcCallableFactory.createClientStreamingCallable(
113+
grpcCallSettings, callSettings, clientContext);
114+
}
115+
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/googleapis/google-cloud-java/commit/a1e72bb1f08d20ff2580ccd1b280c77fa49dbdeb

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy