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