Class ProjectsResource.LocationsResource.RegistriesResource.UnbindDeviceFromGatewayRequest
Deletes the association between the device and the gateway.
Inheritance
object
ProjectsResource.LocationsResource.RegistriesResource.UnbindDeviceFromGatewayRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIot.v1
Assembly: Google.Apis.CloudIot.v1.dll
Syntax
public class ProjectsResource.LocationsResource.RegistriesResource.UnbindDeviceFromGatewayRequest : CloudIotBaseServiceRequest<UnbindDeviceFromGatewayResponse>, IClientServiceRequest<UnbindDeviceFromGatewayResponse>, IClientServiceRequest
Constructors
UnbindDeviceFromGatewayRequest(IClientService, UnbindDeviceFromGatewayRequest, string)
Constructs a new UnbindDeviceFromGateway request.
Declaration
public UnbindDeviceFromGatewayRequest(IClientService service, UnbindDeviceFromGatewayRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
UnbindDeviceFromGatewayRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIot.v1.Data.UnbindDeviceFromGatewayResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIot.v1.Data.UnbindDeviceFromGatewayResponse>.MethodName
Parent
Required. The name of the registry. For example,
projects/example-project/locations/us-central1/registries/my-registry
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIot.v1.Data.UnbindDeviceFromGatewayResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIot.v1.Data.UnbindDeviceFromGatewayResponse>.GetBody()
InitParameters()
Initializes UnbindDeviceFromGateway parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudIot.v1.CloudIotBaseServiceRequest<Google.Apis.CloudIot.v1.Data.UnbindDeviceFromGatewayResponse>.InitParameters()