Class HealthCheckLogConfig.Builder (1.52.0)

public static final class HealthCheckLogConfig.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public HealthCheckLogConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
HealthCheckLogConfig.Builder
Overrides

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.

clearField(Descriptors.FieldDescriptor field)

public HealthCheckLogConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
HealthCheckLogConfig.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public HealthCheckLogConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
HealthCheckLogConfig.Builder
Overrides

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final HealthCheckLogConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
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.

setField(Descriptors.FieldDescriptor field, Object value)

public HealthCheckLogConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
HealthCheckLogConfig.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public HealthCheckLogConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
HealthCheckLogConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final HealthCheckLogConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
HealthCheckLogConfig.Builder
Overrides