Interface JavaConfigOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getJvmArgs​(int index)
      repeated string jvm_args = 1;
      com.google.protobuf.ByteString getJvmArgsBytes​(int index)
      repeated string jvm_args = 1;
      int getJvmArgsCount()
      repeated string jvm_args = 1;
      List<String> getJvmArgsList()
      repeated string jvm_args = 1;
      • 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

      • getJvmArgsList

        List<String> getJvmArgsList()
        repeated string jvm_args = 1;
        Returns:
        A list containing the jvmArgs.
      • getJvmArgsCount

        int getJvmArgsCount()
        repeated string jvm_args = 1;
        Returns:
        The count of jvmArgs.
      • getJvmArgs

        String getJvmArgs​(int index)
        repeated string jvm_args = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The jvmArgs at the given index.
      • getJvmArgsBytes

        com.google.protobuf.ByteString getJvmArgsBytes​(int index)
        repeated string jvm_args = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the jvmArgs at the given index.