Class HttpConfig.Builder (2.83.0)

public static final class HttpConfig.Builder extends GeneratedMessage.Builder<HttpConfig.Builder> implements HttpConfigOrBuilder

The configuration of the HTTP bridge for a device registry.

Protobuf type google.cloud.iot.v1.HttpConfig

Implements

HttpConfigOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public HttpConfig build()
Returns
Type Description
HttpConfig

buildPartial()

public HttpConfig buildPartial()
Returns
Type Description
HttpConfig

clear()

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

clearHttpEnabledState()

public HttpConfig.Builder clearHttpEnabledState()

If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry.

.google.cloud.iot.v1.HttpState http_enabled_state = 1;

Returns
Type Description
HttpConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public HttpConfig getDefaultInstanceForType()
Returns
Type Description
HttpConfig

getDescriptorForType()

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

getHttpEnabledState()

public HttpState getHttpEnabledState()

If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry.

.google.cloud.iot.v1.HttpState http_enabled_state = 1;

Returns
Type Description
HttpState

The httpEnabledState.

getHttpEnabledStateValue()

public int getHttpEnabledStateValue()

If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry.

.google.cloud.iot.v1.HttpState http_enabled_state = 1;

Returns
Type Description
int

The enum numeric value on the wire for httpEnabledState.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(HttpConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setHttpEnabledState(HttpState value)

public HttpConfig.Builder setHttpEnabledState(HttpState value)

If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry.

.google.cloud.iot.v1.HttpState http_enabled_state = 1;

Parameter
Name Description
value HttpState

The httpEnabledState to set.

Returns
Type Description
HttpConfig.Builder

This builder for chaining.

setHttpEnabledStateValue(int value)

public HttpConfig.Builder setHttpEnabledStateValue(int value)

If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry.

.google.cloud.iot.v1.HttpState http_enabled_state = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for httpEnabledState to set.

Returns
Type Description
HttpConfig.Builder

This builder for chaining.