Skip to content

Commit

Permalink
feat: add click potential to Reports sub-API publication
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 623133729

Source-Link: googleapis/googleapis@66ae983

Source-Link: https://github.com/googleapis/googleapis-gen/commit/edb7e580acdca6a396899d4d0ead8c3283153055
Copy-Tag: eyJwIjoiamF2YS1zaG9wcGluZy1tZXJjaGFudC1yZXBvcnRzLy5Pd2xCb3QueWFtbCIsImgiOiJlZGI3ZTU4MGFjZGNhNmEzOTY4OTlkNGQwZWFkOGMzMjgzMTUzMDU1In0=
  • Loading branch information
gcf-owl-bot[bot] committed Apr 9, 2024
1 parent 949889d commit e26c84a
Show file tree
Hide file tree
Showing 67 changed files with 9,081 additions and 17,458 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import com.google.api.gax.rpc.ClientContext;
import com.google.api.gax.rpc.ClientSettings;
import com.google.api.gax.rpc.PagedCallSettings;
import com.google.api.gax.rpc.StubSettings;
import com.google.api.gax.rpc.TransportChannelProvider;
import com.google.api.gax.rpc.UnaryCallSettings;
import com.google.shopping.merchant.reports.v1beta.stub.ReportServiceStubSettings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import io.grpc.MethodDescriptor;
import io.grpc.protobuf.ProtoUtils;
import java.io.IOException;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1349,6 +1349,15 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.ProductView$ClickPotential",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.ProductView$ItemIssue",
"queryAllDeclaredConstructors": true,
Expand Down
Loading

0 comments on commit e26c84a

Please sign in to comment.