Uses of Class
com.google.cloud.iot.v1.CreateDeviceRequest
-
Packages that use CreateDeviceRequest Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of CreateDeviceRequest in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return CreateDeviceRequest Modifier and Type Method Description CreateDeviceRequestCreateDeviceRequest.Builder. build()CreateDeviceRequestCreateDeviceRequest.Builder. buildPartial()static CreateDeviceRequestCreateDeviceRequest. getDefaultInstance()CreateDeviceRequestCreateDeviceRequest.Builder. getDefaultInstanceForType()CreateDeviceRequestCreateDeviceRequest. getDefaultInstanceForType()static CreateDeviceRequestCreateDeviceRequest. parseDelimitedFrom(InputStream input)static CreateDeviceRequestCreateDeviceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateDeviceRequestCreateDeviceRequest. parseFrom(byte[] data)static CreateDeviceRequestCreateDeviceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateDeviceRequestCreateDeviceRequest. parseFrom(com.google.protobuf.ByteString data)static CreateDeviceRequestCreateDeviceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateDeviceRequestCreateDeviceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateDeviceRequestCreateDeviceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateDeviceRequestCreateDeviceRequest. parseFrom(InputStream input)static CreateDeviceRequestCreateDeviceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateDeviceRequestCreateDeviceRequest. parseFrom(ByteBuffer data)static CreateDeviceRequestCreateDeviceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.iot.v1 that return types with arguments of type CreateDeviceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateDeviceRequest,Device>DeviceManagerClient. createDeviceCallable()Creates a device in a device registry.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDeviceRequest,Device>DeviceManagerSettings.Builder. createDeviceSettings()Returns the builder for the settings used for calls to createDevice.com.google.api.gax.rpc.UnaryCallSettings<CreateDeviceRequest,Device>DeviceManagerSettings. createDeviceSettings()Returns the object with the settings used for calls to createDevice.static io.grpc.MethodDescriptor<CreateDeviceRequest,Device>DeviceManagerGrpc. getCreateDeviceMethod()com.google.protobuf.Parser<CreateDeviceRequest>CreateDeviceRequest. getParserForType()static com.google.protobuf.Parser<CreateDeviceRequest>CreateDeviceRequest. parser()Methods in com.google.cloud.iot.v1 with parameters of type CreateDeviceRequest Modifier and Type Method Description DeviceDeviceManagerClient. createDevice(CreateDeviceRequest request)Creates a device in a device registry.default voidDeviceManagerGrpc.AsyncService. createDevice(CreateDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)Creates a device in a device registry.DeviceDeviceManagerGrpc.DeviceManagerBlockingStub. createDevice(CreateDeviceRequest request)Creates a device in a device registry.com.google.common.util.concurrent.ListenableFuture<Device>DeviceManagerGrpc.DeviceManagerFutureStub. createDevice(CreateDeviceRequest request)Creates a device in a device registry.voidDeviceManagerGrpc.DeviceManagerStub. createDevice(CreateDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)Creates a device in a device registry.CreateDeviceRequest.BuilderCreateDeviceRequest.Builder. mergeFrom(CreateDeviceRequest other)static CreateDeviceRequest.BuilderCreateDeviceRequest. newBuilder(CreateDeviceRequest prototype) -
Uses of CreateDeviceRequest in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type CreateDeviceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateDeviceRequest,Device>DeviceManagerStub. createDeviceCallable()com.google.api.gax.rpc.UnaryCallable<CreateDeviceRequest,Device>GrpcDeviceManagerStub. createDeviceCallable()com.google.api.gax.rpc.UnaryCallable<CreateDeviceRequest,Device>HttpJsonDeviceManagerStub. createDeviceCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDeviceRequest,Device>DeviceManagerStubSettings.Builder. createDeviceSettings()Returns the builder for the settings used for calls to createDevice.com.google.api.gax.rpc.UnaryCallSettings<CreateDeviceRequest,Device>DeviceManagerStubSettings. createDeviceSettings()Returns the object with the settings used for calls to createDevice.
-