Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.iot.v1.stub |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetDeviceRegistryRequest,DeviceRegistry> |
DeviceManagerClient.getDeviceRegistryCallable()
Gets a device registry configuration.
|
UnaryCallSettings<GetDeviceRegistryRequest,DeviceRegistry> |
DeviceManagerSettings.getDeviceRegistrySettings()
Returns the object with the settings used for calls to getDeviceRegistry.
|
UnaryCallSettings.Builder<GetDeviceRegistryRequest,DeviceRegistry> |
DeviceManagerSettings.Builder.getDeviceRegistrySettings()
Returns the builder for the settings used for calls to getDeviceRegistry.
|
static MethodDescriptor<GetDeviceRegistryRequest,DeviceRegistry> |
DeviceManagerGrpc.getGetDeviceRegistryMethod() |
Parser<GetDeviceRegistryRequest> |
GetDeviceRegistryRequest.getParserForType() |
static Parser<GetDeviceRegistryRequest> |
GetDeviceRegistryRequest.parser() |
Modifier and Type | Method and Description |
---|---|
DeviceRegistry |
DeviceManagerGrpc.DeviceManagerBlockingStub.getDeviceRegistry(GetDeviceRegistryRequest request)
Gets a device registry configuration.
|
com.google.common.util.concurrent.ListenableFuture<DeviceRegistry> |
DeviceManagerGrpc.DeviceManagerFutureStub.getDeviceRegistry(GetDeviceRegistryRequest request)
Gets a device registry configuration.
|
DeviceRegistry |
DeviceManagerClient.getDeviceRegistry(GetDeviceRegistryRequest request)
Gets a device registry configuration.
|
void |
DeviceManagerGrpc.DeviceManagerImplBase.getDeviceRegistry(GetDeviceRegistryRequest request,
StreamObserver<DeviceRegistry> responseObserver)
Gets a device registry configuration.
|
void |
DeviceManagerGrpc.DeviceManagerStub.getDeviceRegistry(GetDeviceRegistryRequest request,
StreamObserver<DeviceRegistry> responseObserver)
Gets a device registry configuration.
|
GetDeviceRegistryRequest.Builder |
GetDeviceRegistryRequest.Builder.mergeFrom(GetDeviceRegistryRequest other) |
static GetDeviceRegistryRequest.Builder |
GetDeviceRegistryRequest.newBuilder(GetDeviceRegistryRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetDeviceRegistryRequest,DeviceRegistry> |
HttpJsonDeviceManagerStub.getDeviceRegistryCallable() |
UnaryCallable<GetDeviceRegistryRequest,DeviceRegistry> |
GrpcDeviceManagerStub.getDeviceRegistryCallable() |
UnaryCallable<GetDeviceRegistryRequest,DeviceRegistry> |
DeviceManagerStub.getDeviceRegistryCallable() |
UnaryCallSettings<GetDeviceRegistryRequest,DeviceRegistry> |
DeviceManagerStubSettings.getDeviceRegistrySettings()
Returns the object with the settings used for calls to getDeviceRegistry.
|
UnaryCallSettings.Builder<GetDeviceRegistryRequest,DeviceRegistry> |
DeviceManagerStubSettings.Builder.getDeviceRegistrySettings()
Returns the builder for the settings used for calls to getDeviceRegistry.
|
Copyright © 2022 Google LLC. All rights reserved.