Uses of Class
com.google.cloud.iot.v1.ListDevicesResponse
-
Packages that use ListDevicesResponse Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of ListDevicesResponse in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return ListDevicesResponse Modifier and Type Method Description ListDevicesResponseListDevicesResponse.Builder. build()ListDevicesResponseListDevicesResponse.Builder. buildPartial()static ListDevicesResponseListDevicesResponse. getDefaultInstance()ListDevicesResponseListDevicesResponse.Builder. getDefaultInstanceForType()ListDevicesResponseListDevicesResponse. getDefaultInstanceForType()ListDevicesResponseDeviceManagerGrpc.DeviceManagerBlockingStub. listDevices(ListDevicesRequest request)List devices in a device registry.static ListDevicesResponseListDevicesResponse. parseDelimitedFrom(InputStream input)static ListDevicesResponseListDevicesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDevicesResponseListDevicesResponse. parseFrom(byte[] data)static ListDevicesResponseListDevicesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDevicesResponseListDevicesResponse. parseFrom(com.google.protobuf.ByteString data)static ListDevicesResponseListDevicesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDevicesResponseListDevicesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListDevicesResponseListDevicesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDevicesResponseListDevicesResponse. parseFrom(InputStream input)static ListDevicesResponseListDevicesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDevicesResponseListDevicesResponse. parseFrom(ByteBuffer data)static ListDevicesResponseListDevicesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.iot.v1 that return types with arguments of type ListDevicesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDevicesRequest,ListDevicesResponse>DeviceManagerGrpc. getListDevicesMethod()com.google.protobuf.Parser<ListDevicesResponse>ListDevicesResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListDevicesResponse>DeviceManagerGrpc.DeviceManagerFutureStub. listDevices(ListDevicesRequest request)List devices in a device registry.com.google.api.gax.rpc.UnaryCallable<ListDevicesRequest,ListDevicesResponse>DeviceManagerClient. listDevicesCallable()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<ListDevicesResponse>ListDevicesResponse. parser()Methods in com.google.cloud.iot.v1 with parameters of type ListDevicesResponse Modifier and Type Method Description protected DeviceManagerClient.ListDevicesPageDeviceManagerClient.ListDevicesPage. createPage(com.google.api.gax.rpc.PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, ListDevicesResponse response)ListDevicesResponse.BuilderListDevicesResponse.Builder. mergeFrom(ListDevicesResponse other)static ListDevicesResponse.BuilderListDevicesResponse. newBuilder(ListDevicesResponse prototype)Method parameters in com.google.cloud.iot.v1 with type arguments of type ListDevicesResponse 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)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)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)default voidDeviceManagerGrpc.AsyncService. listDevices(ListDevicesRequest request, io.grpc.stub.StreamObserver<ListDevicesResponse> responseObserver)List devices in a device registry.voidDeviceManagerGrpc.DeviceManagerStub. listDevices(ListDevicesRequest request, io.grpc.stub.StreamObserver<ListDevicesResponse> responseObserver)List devices in a device registry. -
Uses of ListDevicesResponse in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type ListDevicesResponse 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.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.
-