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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEventLogPath()
      Specifies the path to the health check event log.
      com.google.protobuf.ByteString getEventLogPathBytes()
      Specifies the path to the health check event log.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

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