Class DeviceManagerStub (2.8.0)

public abstract class DeviceManagerStub implements BackgroundResource

Base stub class for the DeviceManager service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > DeviceManagerStub

Implements

BackgroundResource

Constructors

DeviceManagerStub()

public DeviceManagerStub()

Methods

bindDeviceToGatewayCallable()

public UnaryCallable<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse> bindDeviceToGatewayCallable()
Returns
TypeDescription
UnaryCallable<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse>

close()

public abstract void close()

createDeviceCallable()

public UnaryCallable<CreateDeviceRequest,Device> createDeviceCallable()
Returns
TypeDescription
UnaryCallable<CreateDeviceRequest,Device>

createDeviceRegistryCallable()

public UnaryCallable<CreateDeviceRegistryRequest,DeviceRegistry> createDeviceRegistryCallable()
Returns
TypeDescription
UnaryCallable<CreateDeviceRegistryRequest,DeviceRegistry>

deleteDeviceCallable()

public UnaryCallable<DeleteDeviceRequest,Empty> deleteDeviceCallable()
Returns
TypeDescription
UnaryCallable<DeleteDeviceRequest,Empty>

deleteDeviceRegistryCallable()

public UnaryCallable<DeleteDeviceRegistryRequest,Empty> deleteDeviceRegistryCallable()
Returns
TypeDescription
UnaryCallable<DeleteDeviceRegistryRequest,Empty>

getDeviceCallable()

public UnaryCallable<GetDeviceRequest,Device> getDeviceCallable()
Returns
TypeDescription
UnaryCallable<GetDeviceRequest,Device>

getDeviceRegistryCallable()

public UnaryCallable<GetDeviceRegistryRequest,DeviceRegistry> getDeviceRegistryCallable()
Returns
TypeDescription
UnaryCallable<GetDeviceRegistryRequest,DeviceRegistry>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

listDeviceConfigVersionsCallable()

public UnaryCallable<ListDeviceConfigVersionsRequest,ListDeviceConfigVersionsResponse> listDeviceConfigVersionsCallable()
Returns
TypeDescription
UnaryCallable<ListDeviceConfigVersionsRequest,ListDeviceConfigVersionsResponse>

listDeviceRegistriesCallable()

public UnaryCallable<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse> listDeviceRegistriesCallable()
Returns
TypeDescription
UnaryCallable<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse>

listDeviceRegistriesPagedCallable()

public UnaryCallable<ListDeviceRegistriesRequest,DeviceManagerClient.ListDeviceRegistriesPagedResponse> listDeviceRegistriesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListDeviceRegistriesRequest,ListDeviceRegistriesPagedResponse>

listDeviceStatesCallable()

public UnaryCallable<ListDeviceStatesRequest,ListDeviceStatesResponse> listDeviceStatesCallable()
Returns
TypeDescription
UnaryCallable<ListDeviceStatesRequest,ListDeviceStatesResponse>

listDevicesCallable()

public UnaryCallable<ListDevicesRequest,ListDevicesResponse> listDevicesCallable()
Returns
TypeDescription
UnaryCallable<ListDevicesRequest,ListDevicesResponse>

listDevicesPagedCallable()

public UnaryCallable<ListDevicesRequest,DeviceManagerClient.ListDevicesPagedResponse> listDevicesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListDevicesRequest,ListDevicesPagedResponse>

modifyCloudToDeviceConfigCallable()

public UnaryCallable<ModifyCloudToDeviceConfigRequest,DeviceConfig> modifyCloudToDeviceConfigCallable()
Returns
TypeDescription
UnaryCallable<ModifyCloudToDeviceConfigRequest,DeviceConfig>

sendCommandToDeviceCallable()

public UnaryCallable<SendCommandToDeviceRequest,SendCommandToDeviceResponse> sendCommandToDeviceCallable()
Returns
TypeDescription
UnaryCallable<SendCommandToDeviceRequest,SendCommandToDeviceResponse>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

unbindDeviceFromGatewayCallable()

public UnaryCallable<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse> unbindDeviceFromGatewayCallable()
Returns
TypeDescription
UnaryCallable<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse>

updateDeviceCallable()

public UnaryCallable<UpdateDeviceRequest,Device> updateDeviceCallable()
Returns
TypeDescription
UnaryCallable<UpdateDeviceRequest,Device>

updateDeviceRegistryCallable()

public UnaryCallable<UpdateDeviceRegistryRequest,DeviceRegistry> updateDeviceRegistryCallable()
Returns
TypeDescription
UnaryCallable<UpdateDeviceRegistryRequest,DeviceRegistry>