Interface CustomConfigOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCustomEntrypoint()
      optional string custom_entrypoint = 1;
      com.google.protobuf.ByteString getCustomEntrypointBytes()
      optional string custom_entrypoint = 1;
      String getRuntime()
      optional string runtime = 2;
      com.google.protobuf.ByteString getRuntimeBytes()
      optional string runtime = 2;
      boolean hasCustomEntrypoint()
      optional string custom_entrypoint = 1;
      boolean hasRuntime()
      optional string runtime = 2;
      • 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

      • hasCustomEntrypoint

        boolean hasCustomEntrypoint()
        optional string custom_entrypoint = 1;
        Returns:
        Whether the customEntrypoint field is set.
      • getCustomEntrypoint

        String getCustomEntrypoint()
        optional string custom_entrypoint = 1;
        Returns:
        The customEntrypoint.
      • getCustomEntrypointBytes

        com.google.protobuf.ByteString getCustomEntrypointBytes()
        optional string custom_entrypoint = 1;
        Returns:
        The bytes for customEntrypoint.
      • hasRuntime

        boolean hasRuntime()
        optional string runtime = 2;
        Returns:
        Whether the runtime field is set.
      • getRuntime

        String getRuntime()
        optional string runtime = 2;
        Returns:
        The runtime.
      • getRuntimeBytes

        com.google.protobuf.ByteString getRuntimeBytes()
        optional string runtime = 2;
        Returns:
        The bytes for runtime.