Skip to content

Commit

Permalink
feat: Channel enum is added
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 572916805

Source-Link: googleapis/googleapis@3a90bf9

Source-Link: https://github.com/googleapis/googleapis-gen/commit/23226f7680061a9142492c791d137225ecfc4515
Copy-Tag: eyJwIjoiamF2YS1zaG9wcGluZy1tZXJjaGFudC1yZXBvcnRzLy5Pd2xCb3QueWFtbCIsImgiOiIyMzIyNmY3NjgwMDYxYTkxNDI0OTJjNzkxZDEzNzIyNWVjZmM0NTE1In0=
  • Loading branch information
gcf-owl-bot[bot] committed Oct 12, 2023
1 parent 0d0b2ee commit 7678f3a
Show file tree
Hide file tree
Showing 72 changed files with 9,716 additions and 18,643 deletions.

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 @@ -1385,6 +1385,33 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.type.Channel",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.type.Channel$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.type.Channel$ChannelEnum",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.type.CustomAttribute",
"queryAllDeclaredConstructors": true,
Expand Down
Loading

0 comments on commit 7678f3a

Please sign in to comment.