Uses of Class
com.google.cloud.iot.v1.ListDeviceStatesRequest
-
Packages that use ListDeviceStatesRequest Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of ListDeviceStatesRequest in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return ListDeviceStatesRequest Modifier and Type Method Description ListDeviceStatesRequest
ListDeviceStatesRequest.Builder. build()
ListDeviceStatesRequest
ListDeviceStatesRequest.Builder. buildPartial()
static ListDeviceStatesRequest
ListDeviceStatesRequest. getDefaultInstance()
ListDeviceStatesRequest
ListDeviceStatesRequest.Builder. getDefaultInstanceForType()
ListDeviceStatesRequest
ListDeviceStatesRequest. getDefaultInstanceForType()
static ListDeviceStatesRequest
ListDeviceStatesRequest. parseDelimitedFrom(InputStream input)
static ListDeviceStatesRequest
ListDeviceStatesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceStatesRequest
ListDeviceStatesRequest. parseFrom(byte[] data)
static ListDeviceStatesRequest
ListDeviceStatesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceStatesRequest
ListDeviceStatesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListDeviceStatesRequest
ListDeviceStatesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceStatesRequest
ListDeviceStatesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDeviceStatesRequest
ListDeviceStatesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceStatesRequest
ListDeviceStatesRequest. parseFrom(InputStream input)
static ListDeviceStatesRequest
ListDeviceStatesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceStatesRequest
ListDeviceStatesRequest. parseFrom(ByteBuffer data)
static ListDeviceStatesRequest
ListDeviceStatesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iot.v1 that return types with arguments of type ListDeviceStatesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDeviceStatesRequest,ListDeviceStatesResponse>
DeviceManagerGrpc. getListDeviceStatesMethod()
com.google.protobuf.Parser<ListDeviceStatesRequest>
ListDeviceStatesRequest. getParserForType()
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<ListDeviceStatesRequest>
ListDeviceStatesRequest. parser()
Methods in com.google.cloud.iot.v1 with parameters of type ListDeviceStatesRequest Modifier and Type Method Description ListDeviceStatesResponse
DeviceManagerClient. listDeviceStates(ListDeviceStatesRequest request)
Lists the last few versions of the device state in descending order (i.e.: newest first).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).ListDeviceStatesResponse
DeviceManagerGrpc.DeviceManagerBlockingStub. listDeviceStates(ListDeviceStatesRequest request)
Lists the last few versions of the device state in descending order (i.e.: newest first).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).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).ListDeviceStatesRequest.Builder
ListDeviceStatesRequest.Builder. mergeFrom(ListDeviceStatesRequest other)
static ListDeviceStatesRequest.Builder
ListDeviceStatesRequest. newBuilder(ListDeviceStatesRequest prototype)
-
Uses of ListDeviceStatesRequest in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type ListDeviceStatesRequest 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.
-