Interface HealthCheckEventFileSinkOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HealthCheckEventFileSink,HealthCheckEventFileSink.Builder
public interface HealthCheckEventFileSinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the path to the health check event log.com.google.protobuf.ByteStringSpecifies the path to the health check event log.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEventLogPath
String getEventLogPath()Specifies the path to the health check event log.
string event_log_path = 1 [(.validate.rules) = { ... }- Returns:
- The eventLogPath.
-
getEventLogPathBytes
com.google.protobuf.ByteString getEventLogPathBytes()Specifies the path to the health check event log.
string event_log_path = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for eventLogPath.
-