Class BindDeviceToGatewayResponse.Builder (2.83.0)

public static final class BindDeviceToGatewayResponse.Builder extends GeneratedMessage.Builder<BindDeviceToGatewayResponse.Builder> implements BindDeviceToGatewayResponseOrBuilder

Response for BindDeviceToGateway.

Protobuf type google.cloud.iot.v1.BindDeviceToGatewayResponse

Static Methods

getDescriptor()

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

Methods

build()

public BindDeviceToGatewayResponse build()
Returns
Type Description
BindDeviceToGatewayResponse

buildPartial()

public BindDeviceToGatewayResponse buildPartial()
Returns
Type Description
BindDeviceToGatewayResponse

clear()

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

getDefaultInstanceForType()

public BindDeviceToGatewayResponse getDefaultInstanceForType()
Returns
Type Description
BindDeviceToGatewayResponse

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(BindDeviceToGatewayResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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