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 ListDevicesRequest
ListDevicesRequest.Builder. build()
ListDevicesRequest
ListDevicesRequest.Builder. buildPartial()
static ListDevicesRequest
ListDevicesRequest. getDefaultInstance()
ListDevicesRequest
ListDevicesRequest.Builder. getDefaultInstanceForType()
ListDevicesRequest
ListDevicesRequest. getDefaultInstanceForType()
static ListDevicesRequest
ListDevicesRequest. parseDelimitedFrom(InputStream input)
static ListDevicesRequest
ListDevicesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDevicesRequest
ListDevicesRequest. parseFrom(byte[] data)
static ListDevicesRequest
ListDevicesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDevicesRequest
ListDevicesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListDevicesRequest
ListDevicesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDevicesRequest
ListDevicesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDevicesRequest
ListDevicesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDevicesRequest
ListDevicesRequest. parseFrom(InputStream input)
static ListDevicesRequest
ListDevicesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDevicesRequest
ListDevicesRequest. parseFrom(ByteBuffer data)
static ListDevicesRequest
ListDevicesRequest. 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.ListDevicesPagedResponse
DeviceManagerClient. listDevices(ListDevicesRequest request)
List devices in a device registry.default void
DeviceManagerGrpc.AsyncService. listDevices(ListDevicesRequest request, io.grpc.stub.StreamObserver<ListDevicesResponse> responseObserver)
List devices in a device registry.ListDevicesResponse
DeviceManagerGrpc.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.void
DeviceManagerGrpc.DeviceManagerStub. listDevices(ListDevicesRequest request, io.grpc.stub.StreamObserver<ListDevicesResponse> responseObserver)
List devices in a device registry.ListDevicesRequest.Builder
ListDevicesRequest.Builder. mergeFrom(ListDevicesRequest other)
static ListDevicesRequest.Builder
ListDevicesRequest. 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.ListDevicesPage
DeviceManagerClient.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.
-