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