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