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-integrations/v1/2.0.0/com/google/api/services/integrations/v1/Integrations.java
* Create a request for the method "versions.test".
9516
+
*
9517
+
* This request holds the parameters needed by the integrations server. After setting any optional
9518
+
* parameters, call the {@link Test#execute()} method to invoke the remote operation.
9519
+
*
9520
+
* @param name Output only. Auto-generated primary key.
9521
+
* @param content the {@link com.google.api.services.integrations.v1.model.GoogleCloudIntegrationsV1alphaTestIntegrationsRequest}
9522
+
* @return the request
9523
+
*/
9524
+
public Test test(java.lang.String name, com.google.api.services.integrations.v1.model.GoogleCloudIntegrationsV1alphaTestIntegrationsRequest content) throws java.io.IOException {
9525
+
Test result = new Test(name, content);
9526
+
initialize(result);
9527
+
return result;
9528
+
}
9529
+
9530
+
public class Test extends IntegrationsRequest<com.google.api.services.integrations.v1.model.GoogleCloudIntegrationsV1alphaTestIntegrationsResponse> {
9531
+
9532
+
private static final String REST_PATH = "v1/{+name}:test";
9533
+
9534
+
private final java.util.regex.Pattern NAME_PATTERN =
0 commit comments