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 ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest.Builder. build()
ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest.Builder. buildPartial()
static ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest. getDefaultInstance()
ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest.Builder. getDefaultInstanceForType()
ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest. getDefaultInstanceForType()
static ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest. parseDelimitedFrom(InputStream input)
static ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest. parseFrom(byte[] data)
static ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest. parseFrom(InputStream input)
static ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest. parseFrom(ByteBuffer data)
static ListDeviceConfigVersionsRequest
ListDeviceConfigVersionsRequest. 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 ListDeviceConfigVersionsResponse
DeviceManagerClient. listDeviceConfigVersions(ListDeviceConfigVersionsRequest request)
Lists the last few versions of the device configuration in descending order (i.e.: newest first).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).ListDeviceConfigVersionsResponse
DeviceManagerGrpc.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).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).ListDeviceConfigVersionsRequest.Builder
ListDeviceConfigVersionsRequest.Builder. mergeFrom(ListDeviceConfigVersionsRequest other)
static ListDeviceConfigVersionsRequest.Builder
ListDeviceConfigVersionsRequest. 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.
-