Package com.google.cloud.compute.v1
Interface HealthCheckLogConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HealthCheckLogConfig
,HealthCheckLogConfig.Builder
public interface HealthCheckLogConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getEnable()
Indicates whether or not to export logs.boolean
hasEnable()
Indicates whether or not to export logs.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEnable
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:
- Whether the enable field is set.
-
getEnable
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:
- The enable.
-
-