Interface Module.ValidateConfigResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Module.ValidateConfigResponse, Module.ValidateConfigResponse.Builder
Enclosing class:
Module

public static interface Module.ValidateConfigResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getDependencies(int index)
    repeated string dependencies = 1 [json_name = "dependencies"];
    com.google.protobuf.ByteString
    repeated string dependencies = 1 [json_name = "dependencies"];
    int
    repeated string dependencies = 1 [json_name = "dependencies"];
    repeated string dependencies = 1 [json_name = "dependencies"];
    repeated string optional_dependencies = 2 [json_name = "optionalDependencies"];
    com.google.protobuf.ByteString
    repeated string optional_dependencies = 2 [json_name = "optionalDependencies"];
    int
    repeated string optional_dependencies = 2 [json_name = "optionalDependencies"];
    repeated string optional_dependencies = 2 [json_name = "optionalDependencies"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getDependenciesList

      List<String> getDependenciesList()
      repeated string dependencies = 1 [json_name = "dependencies"];
      Returns:
      A list containing the dependencies.
    • getDependenciesCount

      int getDependenciesCount()
      repeated string dependencies = 1 [json_name = "dependencies"];
      Returns:
      The count of dependencies.
    • getDependencies

      String getDependencies(int index)
      repeated string dependencies = 1 [json_name = "dependencies"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The dependencies at the given index.
    • getDependenciesBytes

      com.google.protobuf.ByteString getDependenciesBytes(int index)
      repeated string dependencies = 1 [json_name = "dependencies"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The dependencies at the given index.
    • getOptionalDependenciesList

      List<String> getOptionalDependenciesList()
      repeated string optional_dependencies = 2 [json_name = "optionalDependencies"];
      Returns:
      A list containing the optionalDependencies.
    • getOptionalDependenciesCount

      int getOptionalDependenciesCount()
      repeated string optional_dependencies = 2 [json_name = "optionalDependencies"];
      Returns:
      The count of optionalDependencies.
    • getOptionalDependencies

      String getOptionalDependencies(int index)
      repeated string optional_dependencies = 2 [json_name = "optionalDependencies"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The optionalDependencies at the given index.
    • getOptionalDependenciesBytes

      com.google.protobuf.ByteString getOptionalDependenciesBytes(int index)
      repeated string optional_dependencies = 2 [json_name = "optionalDependencies"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The optionalDependencies at the given index.