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