Interface ApiEndpointHandlerOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ApiEndpointHandler, ApiEndpointHandler.Builder

    public interface ApiEndpointHandlerOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getScriptPath()
      Path to the script from the application root directory.
      com.google.protobuf.ByteString getScriptPathBytes()
      Path to the script from the application root directory.
      • 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

      • getScriptPath

        String getScriptPath()
         Path to the script from the application root directory.
         
        string script_path = 1;
        Returns:
        The scriptPath.
      • getScriptPathBytes

        com.google.protobuf.ByteString getScriptPathBytes()
         Path to the script from the application root directory.
         
        string script_path = 1;
        Returns:
        The bytes for scriptPath.