Uses of Class
com.google.cloud.iot.v1.UnbindDeviceFromGatewayRequest
-
Packages that use UnbindDeviceFromGatewayRequest Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of UnbindDeviceFromGatewayRequest in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return UnbindDeviceFromGatewayRequest Modifier and Type Method Description UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest.Builder. build()
UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest.Builder. buildPartial()
static UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest. getDefaultInstance()
UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest.Builder. getDefaultInstanceForType()
UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest. getDefaultInstanceForType()
static UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest. parseDelimitedFrom(InputStream input)
static UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest. parseFrom(byte[] data)
static UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest. parseFrom(com.google.protobuf.ByteString data)
static UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest. parseFrom(InputStream input)
static UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest. parseFrom(ByteBuffer data)
static UnbindDeviceFromGatewayRequest
UnbindDeviceFromGatewayRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iot.v1 that return types with arguments of type UnbindDeviceFromGatewayRequest Modifier and Type Method Description com.google.protobuf.Parser<UnbindDeviceFromGatewayRequest>
UnbindDeviceFromGatewayRequest. getParserForType()
static io.grpc.MethodDescriptor<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse>
DeviceManagerGrpc. getUnbindDeviceFromGatewayMethod()
static com.google.protobuf.Parser<UnbindDeviceFromGatewayRequest>
UnbindDeviceFromGatewayRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse>
DeviceManagerClient. unbindDeviceFromGatewayCallable()
Deletes the association between the device and the gateway.com.google.api.gax.rpc.UnaryCallSettings.Builder<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse>
DeviceManagerSettings.Builder. unbindDeviceFromGatewaySettings()
Returns the builder for the settings used for calls to unbindDeviceFromGateway.com.google.api.gax.rpc.UnaryCallSettings<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse>
DeviceManagerSettings. unbindDeviceFromGatewaySettings()
Returns the object with the settings used for calls to unbindDeviceFromGateway.Methods in com.google.cloud.iot.v1 with parameters of type UnbindDeviceFromGatewayRequest Modifier and Type Method Description UnbindDeviceFromGatewayRequest.Builder
UnbindDeviceFromGatewayRequest.Builder. mergeFrom(UnbindDeviceFromGatewayRequest other)
static UnbindDeviceFromGatewayRequest.Builder
UnbindDeviceFromGatewayRequest. newBuilder(UnbindDeviceFromGatewayRequest prototype)
UnbindDeviceFromGatewayResponse
DeviceManagerClient. unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request)
Deletes the association between the device and the gateway.default void
DeviceManagerGrpc.AsyncService. unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request, io.grpc.stub.StreamObserver<UnbindDeviceFromGatewayResponse> responseObserver)
Deletes the association between the device and the gateway.UnbindDeviceFromGatewayResponse
DeviceManagerGrpc.DeviceManagerBlockingStub. unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request)
Deletes the association between the device and the gateway.com.google.common.util.concurrent.ListenableFuture<UnbindDeviceFromGatewayResponse>
DeviceManagerGrpc.DeviceManagerFutureStub. unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request)
Deletes the association between the device and the gateway.void
DeviceManagerGrpc.DeviceManagerStub. unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request, io.grpc.stub.StreamObserver<UnbindDeviceFromGatewayResponse> responseObserver)
Deletes the association between the device and the gateway. -
Uses of UnbindDeviceFromGatewayRequest in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type UnbindDeviceFromGatewayRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse>
DeviceManagerStub. unbindDeviceFromGatewayCallable()
com.google.api.gax.rpc.UnaryCallable<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse>
GrpcDeviceManagerStub. unbindDeviceFromGatewayCallable()
com.google.api.gax.rpc.UnaryCallable<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse>
HttpJsonDeviceManagerStub. unbindDeviceFromGatewayCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse>
DeviceManagerStubSettings.Builder. unbindDeviceFromGatewaySettings()
Returns the builder for the settings used for calls to unbindDeviceFromGateway.com.google.api.gax.rpc.UnaryCallSettings<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse>
DeviceManagerStubSettings. unbindDeviceFromGatewaySettings()
Returns the object with the settings used for calls to unbindDeviceFromGateway.
-