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 CreateDeviceRequest
CreateDeviceRequest.Builder. build()
CreateDeviceRequest
CreateDeviceRequest.Builder. buildPartial()
static CreateDeviceRequest
CreateDeviceRequest. getDefaultInstance()
CreateDeviceRequest
CreateDeviceRequest.Builder. getDefaultInstanceForType()
CreateDeviceRequest
CreateDeviceRequest. getDefaultInstanceForType()
static CreateDeviceRequest
CreateDeviceRequest. parseDelimitedFrom(InputStream input)
static CreateDeviceRequest
CreateDeviceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateDeviceRequest
CreateDeviceRequest. parseFrom(byte[] data)
static CreateDeviceRequest
CreateDeviceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateDeviceRequest
CreateDeviceRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateDeviceRequest
CreateDeviceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateDeviceRequest
CreateDeviceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateDeviceRequest
CreateDeviceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateDeviceRequest
CreateDeviceRequest. parseFrom(InputStream input)
static CreateDeviceRequest
CreateDeviceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateDeviceRequest
CreateDeviceRequest. parseFrom(ByteBuffer data)
static CreateDeviceRequest
CreateDeviceRequest. 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 Device
DeviceManagerClient. createDevice(CreateDeviceRequest request)
Creates a device in a device registry.default void
DeviceManagerGrpc.AsyncService. createDevice(CreateDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)
Creates a device in a device registry.Device
DeviceManagerGrpc.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.void
DeviceManagerGrpc.DeviceManagerStub. createDevice(CreateDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)
Creates a device in a device registry.CreateDeviceRequest.Builder
CreateDeviceRequest.Builder. mergeFrom(CreateDeviceRequest other)
static CreateDeviceRequest.Builder
CreateDeviceRequest. 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.
-