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 ListDeviceStatesResponseListDeviceStatesResponse.Builder. build()ListDeviceStatesResponseListDeviceStatesResponse.Builder. buildPartial()static ListDeviceStatesResponseListDeviceStatesResponse. getDefaultInstance()ListDeviceStatesResponseListDeviceStatesResponse.Builder. getDefaultInstanceForType()ListDeviceStatesResponseListDeviceStatesResponse. getDefaultInstanceForType()ListDeviceStatesResponseDeviceManagerClient. listDeviceStates(DeviceName name)Lists the last few versions of the device state in descending order (i.e.: newest first).ListDeviceStatesResponseDeviceManagerClient. listDeviceStates(ListDeviceStatesRequest request)Lists the last few versions of the device state in descending order (i.e.: newest first).ListDeviceStatesResponseDeviceManagerClient. listDeviceStates(String name)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).static ListDeviceStatesResponseListDeviceStatesResponse. parseDelimitedFrom(InputStream input)static ListDeviceStatesResponseListDeviceStatesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeviceStatesResponseListDeviceStatesResponse. parseFrom(byte[] data)static ListDeviceStatesResponseListDeviceStatesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeviceStatesResponseListDeviceStatesResponse. parseFrom(com.google.protobuf.ByteString data)static ListDeviceStatesResponseListDeviceStatesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeviceStatesResponseListDeviceStatesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListDeviceStatesResponseListDeviceStatesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeviceStatesResponseListDeviceStatesResponse. parseFrom(InputStream input)static ListDeviceStatesResponseListDeviceStatesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeviceStatesResponseListDeviceStatesResponse. parseFrom(ByteBuffer data)static ListDeviceStatesResponseListDeviceStatesResponse. 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.BuilderListDeviceStatesResponse.Builder. mergeFrom(ListDeviceStatesResponse other)static ListDeviceStatesResponse.BuilderListDeviceStatesResponse. newBuilder(ListDeviceStatesResponse prototype)Method parameters in com.google.cloud.iot.v1 with type arguments of type ListDeviceStatesResponse Modifier and Type Method Description 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).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). -
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.
-