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 GetDeviceRegistryRequestGetDeviceRegistryRequest.Builder. build()GetDeviceRegistryRequestGetDeviceRegistryRequest.Builder. buildPartial()static GetDeviceRegistryRequestGetDeviceRegistryRequest. getDefaultInstance()GetDeviceRegistryRequestGetDeviceRegistryRequest.Builder. getDefaultInstanceForType()GetDeviceRegistryRequestGetDeviceRegistryRequest. getDefaultInstanceForType()static GetDeviceRegistryRequestGetDeviceRegistryRequest. parseDelimitedFrom(InputStream input)static GetDeviceRegistryRequestGetDeviceRegistryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeviceRegistryRequestGetDeviceRegistryRequest. parseFrom(byte[] data)static GetDeviceRegistryRequestGetDeviceRegistryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeviceRegistryRequestGetDeviceRegistryRequest. parseFrom(com.google.protobuf.ByteString data)static GetDeviceRegistryRequestGetDeviceRegistryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeviceRegistryRequestGetDeviceRegistryRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetDeviceRegistryRequestGetDeviceRegistryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeviceRegistryRequestGetDeviceRegistryRequest. parseFrom(InputStream input)static GetDeviceRegistryRequestGetDeviceRegistryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeviceRegistryRequestGetDeviceRegistryRequest. parseFrom(ByteBuffer data)static GetDeviceRegistryRequestGetDeviceRegistryRequest. 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 DeviceRegistryDeviceManagerClient. getDeviceRegistry(GetDeviceRegistryRequest request)Gets a device registry configuration.default voidDeviceManagerGrpc.AsyncService. getDeviceRegistry(GetDeviceRegistryRequest request, io.grpc.stub.StreamObserver<DeviceRegistry> responseObserver)Gets a device registry configuration.DeviceRegistryDeviceManagerGrpc.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.voidDeviceManagerGrpc.DeviceManagerStub. getDeviceRegistry(GetDeviceRegistryRequest request, io.grpc.stub.StreamObserver<DeviceRegistry> responseObserver)Gets a device registry configuration.GetDeviceRegistryRequest.BuilderGetDeviceRegistryRequest.Builder. mergeFrom(GetDeviceRegistryRequest other)static GetDeviceRegistryRequest.BuilderGetDeviceRegistryRequest. 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.
-