Uses of Class
com.google.cloud.iot.v1.UnbindDeviceFromGatewayResponse
-
Packages that use UnbindDeviceFromGatewayResponse Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of UnbindDeviceFromGatewayResponse in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return UnbindDeviceFromGatewayResponse Modifier and Type Method Description UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse.Builder. build()
UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse.Builder. buildPartial()
static UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse. getDefaultInstance()
UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse.Builder. getDefaultInstanceForType()
UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse. getDefaultInstanceForType()
static UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse. parseDelimitedFrom(InputStream input)
static UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse. parseFrom(byte[] data)
static UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse. parseFrom(com.google.protobuf.ByteString data)
static UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse. parseFrom(InputStream input)
static UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse. parseFrom(ByteBuffer data)
static UnbindDeviceFromGatewayResponse
UnbindDeviceFromGatewayResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
UnbindDeviceFromGatewayResponse
DeviceManagerClient. unbindDeviceFromGateway(RegistryName parent, String gatewayId, String deviceId)
Deletes the association between the device and the gateway.UnbindDeviceFromGatewayResponse
DeviceManagerClient. unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request)
Deletes the association between the device and the gateway.UnbindDeviceFromGatewayResponse
DeviceManagerClient. unbindDeviceFromGateway(String parent, String gatewayId, String deviceId)
Deletes the association between the device and the gateway.UnbindDeviceFromGatewayResponse
DeviceManagerGrpc.DeviceManagerBlockingStub. unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request)
Deletes the association between the device and the gateway.Methods in com.google.cloud.iot.v1 that return types with arguments of type UnbindDeviceFromGatewayResponse Modifier and Type Method Description com.google.protobuf.Parser<UnbindDeviceFromGatewayResponse>
UnbindDeviceFromGatewayResponse. getParserForType()
static io.grpc.MethodDescriptor<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse>
DeviceManagerGrpc. getUnbindDeviceFromGatewayMethod()
static com.google.protobuf.Parser<UnbindDeviceFromGatewayResponse>
UnbindDeviceFromGatewayResponse. parser()
com.google.common.util.concurrent.ListenableFuture<UnbindDeviceFromGatewayResponse>
DeviceManagerGrpc.DeviceManagerFutureStub. unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request)
Deletes the association between the device and the gateway.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 UnbindDeviceFromGatewayResponse Modifier and Type Method Description UnbindDeviceFromGatewayResponse.Builder
UnbindDeviceFromGatewayResponse.Builder. mergeFrom(UnbindDeviceFromGatewayResponse other)
static UnbindDeviceFromGatewayResponse.Builder
UnbindDeviceFromGatewayResponse. newBuilder(UnbindDeviceFromGatewayResponse prototype)
Method parameters in com.google.cloud.iot.v1 with type arguments of type UnbindDeviceFromGatewayResponse Modifier and Type Method Description default void
DeviceManagerGrpc.AsyncService. unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request, io.grpc.stub.StreamObserver<UnbindDeviceFromGatewayResponse> responseObserver)
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 UnbindDeviceFromGatewayResponse in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type UnbindDeviceFromGatewayResponse 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.
-