Class HealthCheckLogConfig.Builder (1.93.0)

public static final class HealthCheckLogConfig.Builder extends GeneratedMessage.Builder<HealthCheckLogConfig.Builder> implements HealthCheckLogConfigOrBuilder

Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver.

Protobuf type google.cloud.compute.v1.HealthCheckLogConfig

Static Methods

getDescriptor()

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

Methods

build()

public HealthCheckLogConfig build()
Returns
Type Description
HealthCheckLogConfig

buildPartial()

public HealthCheckLogConfig buildPartial()
Returns
Type Description
HealthCheckLogConfig

clear()

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

clearEnable()

public HealthCheckLogConfig.Builder clearEnable()

Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.

optional bool enable = 311764355;

Returns
Type Description
HealthCheckLogConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public HealthCheckLogConfig getDefaultInstanceForType()
Returns
Type Description
HealthCheckLogConfig

getDescriptorForType()

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

getEnable()

public boolean getEnable()

Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.

optional bool enable = 311764355;

Returns
Type Description
boolean

The enable.

hasEnable()

public boolean hasEnable()

Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.

optional bool enable = 311764355;

Returns
Type Description
boolean

Whether the enable field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(HealthCheckLogConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEnable(boolean value)

public HealthCheckLogConfig.Builder setEnable(boolean value)

Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.

optional bool enable = 311764355;

Parameter
Name Description
value boolean

The enable to set.

Returns
Type Description
HealthCheckLogConfig.Builder

This builder for chaining.