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