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