Uses of Class
com.google.cloud.iot.v1.ListDevicesRequest
-
Packages that use ListDevicesRequest Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of ListDevicesRequest in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return ListDevicesRequest Modifier and Type Method Description ListDevicesRequestListDevicesRequest.Builder. build()ListDevicesRequestListDevicesRequest.Builder. buildPartial()static ListDevicesRequestListDevicesRequest. getDefaultInstance()ListDevicesRequestListDevicesRequest.Builder. getDefaultInstanceForType()ListDevicesRequestListDevicesRequest. getDefaultInstanceForType()static ListDevicesRequestListDevicesRequest. parseDelimitedFrom(InputStream input)static ListDevicesRequestListDevicesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDevicesRequestListDevicesRequest. parseFrom(byte[] data)static ListDevicesRequestListDevicesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDevicesRequestListDevicesRequest. parseFrom(com.google.protobuf.ByteString data)static ListDevicesRequestListDevicesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDevicesRequestListDevicesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListDevicesRequestListDevicesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDevicesRequestListDevicesRequest. parseFrom(InputStream input)static ListDevicesRequestListDevicesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDevicesRequestListDevicesRequest. parseFrom(ByteBuffer data)static ListDevicesRequestListDevicesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.iot.v1 that return types with arguments of type ListDevicesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDevicesRequest,ListDevicesResponse>DeviceManagerGrpc. getListDevicesMethod()com.google.protobuf.Parser<ListDevicesRequest>ListDevicesRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListDevicesRequest,ListDevicesResponse>DeviceManagerClient. listDevicesCallable()List devices in a device registry.com.google.api.gax.rpc.UnaryCallable<ListDevicesRequest,DeviceManagerClient.ListDevicesPagedResponse>DeviceManagerClient. listDevicesPagedCallable()List devices in a device registry.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDevicesRequest,ListDevicesResponse,DeviceManagerClient.ListDevicesPagedResponse>DeviceManagerSettings.Builder. listDevicesSettings()Returns the builder for the settings used for calls to listDevices.com.google.api.gax.rpc.PagedCallSettings<ListDevicesRequest,ListDevicesResponse,DeviceManagerClient.ListDevicesPagedResponse>DeviceManagerSettings. listDevicesSettings()Returns the object with the settings used for calls to listDevices.static com.google.protobuf.Parser<ListDevicesRequest>ListDevicesRequest. parser()Methods in com.google.cloud.iot.v1 with parameters of type ListDevicesRequest Modifier and Type Method Description DeviceManagerClient.ListDevicesPagedResponseDeviceManagerClient. listDevices(ListDevicesRequest request)List devices in a device registry.default voidDeviceManagerGrpc.AsyncService. listDevices(ListDevicesRequest request, io.grpc.stub.StreamObserver<ListDevicesResponse> responseObserver)List devices in a device registry.ListDevicesResponseDeviceManagerGrpc.DeviceManagerBlockingStub. listDevices(ListDevicesRequest request)List devices in a device registry.com.google.common.util.concurrent.ListenableFuture<ListDevicesResponse>DeviceManagerGrpc.DeviceManagerFutureStub. listDevices(ListDevicesRequest request)List devices in a device registry.voidDeviceManagerGrpc.DeviceManagerStub. listDevices(ListDevicesRequest request, io.grpc.stub.StreamObserver<ListDevicesResponse> responseObserver)List devices in a device registry.ListDevicesRequest.BuilderListDevicesRequest.Builder. mergeFrom(ListDevicesRequest other)static ListDevicesRequest.BuilderListDevicesRequest. newBuilder(ListDevicesRequest prototype)Method parameters in com.google.cloud.iot.v1 with type arguments of type ListDevicesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<DeviceManagerClient.ListDevicesPagedResponse>DeviceManagerClient.ListDevicesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, com.google.api.core.ApiFuture<ListDevicesResponse> futureResponse)protected DeviceManagerClient.ListDevicesPageDeviceManagerClient.ListDevicesPage. createPage(com.google.api.gax.rpc.PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, ListDevicesResponse response)com.google.api.core.ApiFuture<DeviceManagerClient.ListDevicesPage>DeviceManagerClient.ListDevicesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, com.google.api.core.ApiFuture<ListDevicesResponse> futureResponse) -
Uses of ListDevicesRequest in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type ListDevicesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDevicesRequest,ListDevicesResponse>DeviceManagerStub. listDevicesCallable()com.google.api.gax.rpc.UnaryCallable<ListDevicesRequest,ListDevicesResponse>GrpcDeviceManagerStub. listDevicesCallable()com.google.api.gax.rpc.UnaryCallable<ListDevicesRequest,ListDevicesResponse>HttpJsonDeviceManagerStub. listDevicesCallable()com.google.api.gax.rpc.UnaryCallable<ListDevicesRequest,DeviceManagerClient.ListDevicesPagedResponse>DeviceManagerStub. listDevicesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListDevicesRequest,DeviceManagerClient.ListDevicesPagedResponse>GrpcDeviceManagerStub. listDevicesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListDevicesRequest,DeviceManagerClient.ListDevicesPagedResponse>HttpJsonDeviceManagerStub. listDevicesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListDevicesRequest,ListDevicesResponse,DeviceManagerClient.ListDevicesPagedResponse>DeviceManagerStubSettings.Builder. listDevicesSettings()Returns the builder for the settings used for calls to listDevices.com.google.api.gax.rpc.PagedCallSettings<ListDevicesRequest,ListDevicesResponse,DeviceManagerClient.ListDevicesPagedResponse>DeviceManagerStubSettings. listDevicesSettings()Returns the object with the settings used for calls to listDevices.
-