Class UnbindDeviceFromGatewayResponse.Builder (2.83.0)

public static final class UnbindDeviceFromGatewayResponse.Builder extends GeneratedMessage.Builder<UnbindDeviceFromGatewayResponse.Builder> implements UnbindDeviceFromGatewayResponseOrBuilder

Response for UnbindDeviceFromGateway.

Protobuf type google.cloud.iot.v1.UnbindDeviceFromGatewayResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public UnbindDeviceFromGatewayResponse build()
Returns
Type Description
UnbindDeviceFromGatewayResponse

buildPartial()

public UnbindDeviceFromGatewayResponse buildPartial()
Returns
Type Description
UnbindDeviceFromGatewayResponse

clear()

public UnbindDeviceFromGatewayResponse.Builder clear()
Returns
Type Description
UnbindDeviceFromGatewayResponse.Builder
Overrides

getDefaultInstanceForType()

public UnbindDeviceFromGatewayResponse getDefaultInstanceForType()
Returns
Type Description
UnbindDeviceFromGatewayResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UnbindDeviceFromGatewayResponse other)

public UnbindDeviceFromGatewayResponse.Builder mergeFrom(UnbindDeviceFromGatewayResponse other)
Parameter
Name Description
other UnbindDeviceFromGatewayResponse
Returns
Type Description
UnbindDeviceFromGatewayResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UnbindDeviceFromGatewayResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UnbindDeviceFromGatewayResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UnbindDeviceFromGatewayResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UnbindDeviceFromGatewayResponse.Builder
Overrides