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