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