Uses of Class
com.google.cloud.channel.v1.stub.CloudChannelReportsServiceStubSettings
-
Packages that use CloudChannelReportsServiceStubSettings Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of CloudChannelReportsServiceStubSettings in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 with parameters of type CloudChannelReportsServiceStubSettings Modifier and Type Method Description static CloudChannelReportsServiceSettings
CloudChannelReportsServiceSettings. create(CloudChannelReportsServiceStubSettings stub)
-
Uses of CloudChannelReportsServiceStubSettings in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return CloudChannelReportsServiceStubSettings Modifier and Type Method Description CloudChannelReportsServiceStubSettings
CloudChannelReportsServiceStubSettings.Builder. build()
Methods in com.google.cloud.channel.v1.stub with parameters of type CloudChannelReportsServiceStubSettings Modifier and Type Method Description static GrpcCloudChannelReportsServiceStub
GrpcCloudChannelReportsServiceStub. create(CloudChannelReportsServiceStubSettings settings)
static HttpJsonCloudChannelReportsServiceStub
HttpJsonCloudChannelReportsServiceStub. create(CloudChannelReportsServiceStubSettings settings)
Constructors in com.google.cloud.channel.v1.stub with parameters of type CloudChannelReportsServiceStubSettings Constructor Description Builder(CloudChannelReportsServiceStubSettings settings)
GrpcCloudChannelReportsServiceStub(CloudChannelReportsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcCloudChannelReportsServiceStub, using the given settings.GrpcCloudChannelReportsServiceStub(CloudChannelReportsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcCloudChannelReportsServiceStub, using the given settings.HttpJsonCloudChannelReportsServiceStub(CloudChannelReportsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonCloudChannelReportsServiceStub, using the given settings.HttpJsonCloudChannelReportsServiceStub(CloudChannelReportsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonCloudChannelReportsServiceStub, using the given settings.
-