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 ListDeviceStatesRequestListDeviceStatesRequest.Builder. build()ListDeviceStatesRequestListDeviceStatesRequest.Builder. buildPartial()static ListDeviceStatesRequestListDeviceStatesRequest. getDefaultInstance()ListDeviceStatesRequestListDeviceStatesRequest.Builder. getDefaultInstanceForType()ListDeviceStatesRequestListDeviceStatesRequest. getDefaultInstanceForType()static ListDeviceStatesRequestListDeviceStatesRequest. parseDelimitedFrom(InputStream input)static ListDeviceStatesRequestListDeviceStatesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeviceStatesRequestListDeviceStatesRequest. parseFrom(byte[] data)static ListDeviceStatesRequestListDeviceStatesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeviceStatesRequestListDeviceStatesRequest. parseFrom(com.google.protobuf.ByteString data)static ListDeviceStatesRequestListDeviceStatesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeviceStatesRequestListDeviceStatesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListDeviceStatesRequestListDeviceStatesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeviceStatesRequestListDeviceStatesRequest. parseFrom(InputStream input)static ListDeviceStatesRequestListDeviceStatesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeviceStatesRequestListDeviceStatesRequest. parseFrom(ByteBuffer data)static ListDeviceStatesRequestListDeviceStatesRequest. 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 ListDeviceStatesResponseDeviceManagerClient. listDeviceStates(ListDeviceStatesRequest request)Lists the last few versions of the device state in descending order (i.e.: newest first).default voidDeviceManagerGrpc.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).ListDeviceStatesResponseDeviceManagerGrpc.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).voidDeviceManagerGrpc.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.BuilderListDeviceStatesRequest.Builder. mergeFrom(ListDeviceStatesRequest other)static ListDeviceStatesRequest.BuilderListDeviceStatesRequest. 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.
-