Uses of Class
com.google.cloud.iot.v1.ListDeviceStatesResponse
-
Packages that use ListDeviceStatesResponse Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of ListDeviceStatesResponse in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return ListDeviceStatesResponse Modifier and Type Method Description ListDeviceStatesResponse
ListDeviceStatesResponse.Builder. build()
ListDeviceStatesResponse
ListDeviceStatesResponse.Builder. buildPartial()
static ListDeviceStatesResponse
ListDeviceStatesResponse. getDefaultInstance()
ListDeviceStatesResponse
ListDeviceStatesResponse.Builder. getDefaultInstanceForType()
ListDeviceStatesResponse
ListDeviceStatesResponse. getDefaultInstanceForType()
ListDeviceStatesResponse
DeviceManagerClient. listDeviceStates(DeviceName name)
Lists the last few versions of the device state in descending order (i.e.: newest first).ListDeviceStatesResponse
DeviceManagerClient. listDeviceStates(ListDeviceStatesRequest request)
Lists the last few versions of the device state in descending order (i.e.: newest first).ListDeviceStatesResponse
DeviceManagerClient. listDeviceStates(String name)
Lists the last few versions of the device state in descending order (i.e.: newest first).ListDeviceStatesResponse
DeviceManagerGrpc.DeviceManagerBlockingStub. listDeviceStates(ListDeviceStatesRequest request)
Lists the last few versions of the device state in descending order (i.e.: newest first).static ListDeviceStatesResponse
ListDeviceStatesResponse. parseDelimitedFrom(InputStream input)
static ListDeviceStatesResponse
ListDeviceStatesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceStatesResponse
ListDeviceStatesResponse. parseFrom(byte[] data)
static ListDeviceStatesResponse
ListDeviceStatesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceStatesResponse
ListDeviceStatesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListDeviceStatesResponse
ListDeviceStatesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceStatesResponse
ListDeviceStatesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDeviceStatesResponse
ListDeviceStatesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceStatesResponse
ListDeviceStatesResponse. parseFrom(InputStream input)
static ListDeviceStatesResponse
ListDeviceStatesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceStatesResponse
ListDeviceStatesResponse. parseFrom(ByteBuffer data)
static ListDeviceStatesResponse
ListDeviceStatesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iot.v1 that return types with arguments of type ListDeviceStatesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDeviceStatesRequest,ListDeviceStatesResponse>
DeviceManagerGrpc. getListDeviceStatesMethod()
com.google.protobuf.Parser<ListDeviceStatesResponse>
ListDeviceStatesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListDeviceStatesResponse>
DeviceManagerGrpc.DeviceManagerFutureStub. listDeviceStates(ListDeviceStatesRequest request)
Lists the last few versions of the device state in descending order (i.e.: newest first).com.google.api.gax.rpc.UnaryCallable<ListDeviceStatesRequest,ListDeviceStatesResponse>
DeviceManagerClient. listDeviceStatesCallable()
Lists the last few versions of the device state in descending order (i.e.: newest first).com.google.api.gax.rpc.UnaryCallSettings.Builder<ListDeviceStatesRequest,ListDeviceStatesResponse>
DeviceManagerSettings.Builder. listDeviceStatesSettings()
Returns the builder for the settings used for calls to listDeviceStates.com.google.api.gax.rpc.UnaryCallSettings<ListDeviceStatesRequest,ListDeviceStatesResponse>
DeviceManagerSettings. listDeviceStatesSettings()
Returns the object with the settings used for calls to listDeviceStates.static com.google.protobuf.Parser<ListDeviceStatesResponse>
ListDeviceStatesResponse. parser()
Methods in com.google.cloud.iot.v1 with parameters of type ListDeviceStatesResponse Modifier and Type Method Description ListDeviceStatesResponse.Builder
ListDeviceStatesResponse.Builder. mergeFrom(ListDeviceStatesResponse other)
static ListDeviceStatesResponse.Builder
ListDeviceStatesResponse. newBuilder(ListDeviceStatesResponse prototype)
Method parameters in com.google.cloud.iot.v1 with type arguments of type ListDeviceStatesResponse Modifier and Type Method Description default void
DeviceManagerGrpc.AsyncService. listDeviceStates(ListDeviceStatesRequest request, io.grpc.stub.StreamObserver<ListDeviceStatesResponse> responseObserver)
Lists the last few versions of the device state in descending order (i.e.: newest first).void
DeviceManagerGrpc.DeviceManagerStub. listDeviceStates(ListDeviceStatesRequest request, io.grpc.stub.StreamObserver<ListDeviceStatesResponse> responseObserver)
Lists the last few versions of the device state in descending order (i.e.: newest first). -
Uses of ListDeviceStatesResponse in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type ListDeviceStatesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDeviceStatesRequest,ListDeviceStatesResponse>
DeviceManagerStub. listDeviceStatesCallable()
com.google.api.gax.rpc.UnaryCallable<ListDeviceStatesRequest,ListDeviceStatesResponse>
GrpcDeviceManagerStub. listDeviceStatesCallable()
com.google.api.gax.rpc.UnaryCallable<ListDeviceStatesRequest,ListDeviceStatesResponse>
HttpJsonDeviceManagerStub. listDeviceStatesCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListDeviceStatesRequest,ListDeviceStatesResponse>
DeviceManagerStubSettings.Builder. listDeviceStatesSettings()
Returns the builder for the settings used for calls to listDeviceStates.com.google.api.gax.rpc.UnaryCallSettings<ListDeviceStatesRequest,ListDeviceStatesResponse>
DeviceManagerStubSettings. listDeviceStatesSettings()
Returns the object with the settings used for calls to listDeviceStates.
-